@charset "utf-8";


/*********************************************************************

SP用　480px以下
**********************************************************************/
.pc { display: none !important; }
b {font-weight:bold;}
* {padding:0;	margin:0;}

ul {
	list-style-type: none;
}

h1 {padding:0;	margin:0;}
h2 {padding:0;	margin:0;}
h3 {padding:0;	margin:0;}
h4 {padding:0;	margin:0;}

article, aside, dialog, figure, footer, header, menu, nav, section { display: block; }
.disp-none { display: none; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

.f-red { color: red;}
.f-blue { color: blue;}
.error { color: red; }

.t-left { text-align: left;}
.t-center { text-align: center;}
.p-center { 
	text-align: center;
	margin: 0 auto;
}

/* [Body]
------------------------------------------------------------------------ */

html {}

body {
	display: none;
	width: 100%;
	color: #666;
	font-family: 'Hiragino Kaku Gothic ProN',Meiryo, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-align: left;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	width: 100%;
	background: #fff;
	height: 100%;
	padding: 5px;
	margin: 0 auto;
}

.box_caution {
	width: 95%;
	text-align: center;
	margin: 60px auto;
}

.box_caution .header {
	width: 100%;
	height: 30px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height:1.9;
	padding: 5px 0;
	background: #990000;
}

.box_caution p {
	color: #995C5C;
	text-align: left;
	line-height: 1.3;
	padding: 10px;
	margin: 15px auto;
}

.box_caution p.p_center {
	text-align: center;
	margin: 0 auto;
}

.box_caution p.link {
	text-align: center;
}

.box_caution ul {
	width: 380px;
	margin: 10px auto;
}

.box_caution ul li {
	color: #995C5C;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	padding: 10px 0;
	padding-left: 20px;
}

.box_caution .view {
	width: 50%;
	margin: 0 auto;
}

.content {
	width: 100%;
	height: auto;
	margin: 0 auto 150px;
}

#under-content {
	width: 100%;
	margin: 0 auto;
}

.footer {
	width: 100%;
	overflow: hidden;
} 

/* [Layout STYLE]
------------------------------------------------------------------------ */
#wrapHeader {
	position: relative;
	background: rgba(255,255,255,1);
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 9999;
}
}

#wrapHeader.fixed {
	position: fixed;
	left: 0;
	top: 0;
}

.header-space {
	height: 0px;
}

#wrapHeader header {/*mo*/
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #ccc;
	height: 50px;
	padding: 0;
	z-index: 9999;
}

#wrapHeader-jq header {/*mo*/
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #ccc;
	height: 40px;
	padding: 0;
	z-index: 9999;
}

#box_notice {
	width: 90%;
	margin: 100px auto 60px;
	background: #fff;
	border: 1px solid #dc143c;
}

#box_notice p {
	width: 85%;
	color: #dc143c;
	padding: 10px;
	margin: 0 auto;
}

.footer-top {
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	margin-bottom: -3px;
	overflow:hidden;
}

.footer-top img {
	width: 100%;
}

.footer-top.static {
	position: static;
}

#wrapFooter {
	clear: both;
	background: #fff;
	width: 100%;
	color: #4f4f4f;
	font-size: 9px;
	text-align: left;
	margin-top: 160px;
}

#wrapFooter footer {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto 15px;
	border-top: 1px solid #dcdcdc;
}

#wrapFooter address {
	font-size: 12px;
	text-align: center;
	margin: 30px auto 10px;
}

/*[Common Style]
---------------------------------------------------------------------*/
#top-img {
	text-align: center;
	margin: 20px auto 0; 
}

#top-img img {
	width: 100%;
	border: 1px solid #dcdcdc;
}

#top-img-event {
	text-align: center;
	margin: 100px auto 80px; 
}

#top-img-event img {
	width: 90%;
}

#page-title {
	width: 100%;
	text-align: center;
	margin: 50px auto 0px; 
}

#page-title h2 .title-link {
	width: 42%;
	height: 42%;
	margin: 15px auto;
}

#page-title hr {
	width: 48px;
	text-align: center;
	border-top: solid 1px #4b2711;
	margin: -3px auto 0px; 
}

#page-title h3 {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #4b2711;
	text-align: center;
	margin: 10px auto 0;
}

/*========================================*/
/* [index CSS]
/*========================================*/
.scroll-down-arrow {
	height: 60px;
	width: 60px;
	cursor: pointer;
	text-align: center;
	font-size: 10em;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	margin: 80% auto;
	z-index: 100;

	-webkit-animation: fade_move_down 2s ease-in-out infinite;
	-moz-animation:	fade_move_down 2s ease-in-out infinite;
	animation:		 fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}

.title-top {
	text-align: center;
	margin: 60px auto 0px;
}

.title-top img {
	width: 80%;
}

.title-top hr {
	width: 96px;
	text-align: center;
	border-top: solid 1px #131313;
	margin: 20px auto 25px; 
}

.title-top .text {
	width: 80%;
}

.title-top .sub_title {
	max-width: 280px;;
	font-size: 0.9em;
	color: #990000;
	text-align: center;
	margin: 30px auto 0; 
}

.title-top .sub_title ul {
	width: 100%;
	margin: 20px auto 0; 
}

.title-top .sub_title ul li {
	width: 370px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	padding: 5px 0;
	margin: 0 auto; 
}

.title-top .sub_title p {
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin: 10px auto; 
}

.title-top .title {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin: 10px auto; 
}

.title-top .title p {
	width: 97%;
	font-size: 0.7em;
	font-weight: 1;
	color: #999;
	letter-spacing: 1.5;
	margin: 5px auto; 
	background: #fff;
}

.title-top .sub_title2 {
	width: 70%;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
	margin: 10px auto; 
	background: #de8a9d;
}

#box-index {
	width: 100%;
	text-align: center;
	margin: 50px auto 50px;
}

#box-index .shop-logo {
	max-width: 286px;
	margin: 0 auto;
}

#box-index .shop-logo img {
	width: 100%;
}

#box-index .title {
	width: 90%;
	color: #990000;
	text-align: center;
	margin: 30px auto; 
}

#box-index .title p {
	width: 97%;
	color: #fff;
	margin: 5px auto; 
	background: #de8a9d;
}

#box-index hr {
	width: 96px;
	text-align: center;
	border-top: solid 1px #131313;
	margin: 20px auto 25px; 
}

#box-index .text {
	width: 80%;
}

#box-index .information-img {
	max-width: 527px;
	text-align: center;
	margin:  0 auto;
}

#box-index .information-img img {
	width: 100%;
}

#box-index .information {
	width: 94%;
	font-size: 0.9em;
	text-align: left;
	margin:  30px auto 0;
	margin-left: 5px;
}

#box-index .information ul {
	list-style: none;
	width: 100%;
}

#box-index .information ul li {
	width: 94%;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	padding: 1em 0;
	margin: 8px auto;
	border: 1px solid #dcdcdc;;
}

#box-index .information p {
	text-align: center;
	margin: 20px auto 50px;
}

.information_sns {
	width: 94%;
	text-align: left;
	margin:  60px auto 60px;
}

.information_sns .title {
	color: #666;
	font-size: 0.85em;
	text-align: center;
	margin: 0 auto;
}

.information_sns ul {
	width: 100%;
	margin: 0px auto;
}

.information_sns ul li {
	display: inline-block;
	width: 18.8%;
	font-size: 0.7em;
	color: #666;
	text-align: center;
	margin: 0px auto;
}

.information_sns li img {
	width: 80%;
	padding: 0;
	margin: 0px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#box-index .information2,#box-index .information3 {
	width: 94%;
	text-align: left;
	margin:  30px auto 0;
/*	background: url(../img/bg04.gif) ;*/
}

#box-index .information2 .title,#box-index .information3 .title {
	width: 100%;
	font-size: 1em;
	color: #fff;
	letter-spacing: 0.5em;
	padding: 5px 0;
	margin: 5px auto; 
	background: #de8a9d;
}

#box-index .information2 ul {
	list-style: disc;
	list-style-position: outside;
	width: 90%;
	margin: 5px auto; 
}

#box-index .information2 ul li {
	width: 95%;
	font-size: 0.9em;
	color: #666;
	line-height: 1.5;
	padding: 8px 0;
	margin-left: 1em;
	border-bottom: 1px dotted #dcdcdc;
}

#box-index .information2 ul li:last-child {
	border-bottom: none;
	
}

#box-index .information2 ul li img {
	display: none;
	width: 15px;
	vertical-align: middle;
	margin-right: 0.7em;
}

#box-index .information3 ul.characteristic {
	width: 100%;
	list-style: none;
}
#box-index .information3 ul.characteristic li {
	font-size: 0.9em;
	color: #666;
	line-height: 1.5;
	padding: 8px;
	margin-bottom: 7px;
	border: 1px solid #dcdcdc;
	background: #fffbfe;
}

#box-index .information3 ul.characteristic li p {
	width: 100%;
	text-align: center;
	margin: 0.5em auto;
	background: #dedede;
}

#box-index .information3 ul.characteristic li hr {
	width: 100%;
	margin: 0.5em auto;
	border-top: 1px solid #dcdcdc;
}

#box-index .information3 ul.characteristic_img {
	list-style: none;
	text-align: center;
	margin: 0 auto;
}

#box-index .information3 ul.characteristic_img li {
	display: inline-block;
	width: 49%;
	text-align: center;
}

#box-index .information3 ul.characteristic li p {
	width: 93.5%;
	text-align: left;
	text-indent: -1.8em;
	margin-top: -2em;
	padding: 10px 0;
	padding-left: 1.8em;
	margin: 1em auto;
	background: #fff;
	border: 1px solid #dcdcdc;
}

#box-index .information3 ul.characteristic li p img {
	width: 15px;
	vertical-align: middle;
	margin-left: 0.3em;
	margin-right: 0.7em;
}

#box-index .information3 ul.characteristic li .link a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #dcdcdc;
}

#box-index .box-txt {
	width: 90%;
	text-align: left;
	line-height: 25px;
	margin: 80px auto 30px;
}

#box-index .box-txt p.indent {
	overflow: hidden;
	margin-left: 10px;
}

#box-index .box-txt ul.indent {
	padding-top: 10px;
	margin-left: 30px;
}

#box-index .box-txt .click {
	width: 174px;
	height: 73px;
	text-align: center;
	margin: 0 auto;
}

#box-index .box-txt .click img {
	width: 100%;
	margin: 0 auto;
}

#box-index .box-title {
	width: 100%;
	text-align: center;
	margin: 0 auto 25px;
}

#box-index .box-title .photo {
	border: 1px solid red;
}

#box-index .box-title .photo img {
	max-width: 200px;
	margin-top: 60px;
}

#box-index .box-title .title-link {
	width: 42%;
	height: 42%;
	margin: 15px auto;
}

#box-index .box-title hr {
	width: 48px;
	text-align: center;
	border-top: solid 1px #4b2711;
	margin: -5px auto 0px; 
}

#box-index .box-title p {
	font-size: 14px;
	color: #4b2711;
	text-align: center;
	margin: 12px auto;
}

.box-txt ul.line {
	width: 100%;
	padding: 20px 0;
	margin: 30px auto;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.box-txt ul.line li {
	display: inline-block;
	width: 32%;
	font-size: 1.2em;
	color: #131313;
	line-height: 1;
	text-align: center;
	margin: 0px auto;
}

.navi_photo {
	width: 94%;
	margin: 30px auto 120px;
}

.navi_photo ul {
	width: 100%;
}

.navi_photo li {
	width: 100%;
	margin-bottom: 15px;
}

.navi_photo li img {
	width: 100%;
	border: 1px solid #dcdcdc;
}

.introduction .box-txt-area {
	width: 94%;
	font-size: 0.9em;
	text-align: left;
	padding: 5px;
	margin: 30px auto 0;
}

.introduction .box-txt-area .box-img {
	text-align: center;
	margin: 10px auto;
}
.introduction .box-txt-area img {
	margin: 10px auto;
	border: 2px solid #dcdcdc;
}

.introduction .box-txt-area .name {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
	background: #de8a9d;
}

.introduction .box-txt-area ul {
	list-style-type: disc;
	width: 94%;
	padding: 10px;
	margin: 10px auto 80px;
	border-top: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
}

.introduction .box-txt-area ul li {
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding-left: 0em;
	margin-left: 1em;
	margin-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}

.introduction .box-txt-area ul li span {
	font-size: 20px;
	font-weight:bold;
}

.introduction .box-txt-area dt {
	font-size: 1.2em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-top: 1em;
	padding: 5px;
	padding-left: 1em;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.4);
	background-color: #de8a9d;
}

.introduction .box-txt-area dd {
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #333;
	padding: 8px;
	padding-left: 1em;
	border-width: 0 1px 1px;
	border-style: none solid solid;
	border-color: #de8a9d;
}

.introduction .equipment{
	width: 95%;
	margin: 0 auto;
}

.introduction .equipment ul {
	list-style-type: none;
	font-size: 0;
	margin: 0 auto;
}

.introduction .equipment ul li {
	display: inline-block; 
	width: 25%;
}

.introduction .equipment ul li img {
	width: 97%;
	border: 2px solid #dcdcdc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/*========================================*/
/* [info CSS]
/*========================================*/
.info-img {
	max-width: 639px;
	text-align: center;
	margin: 50px auto;
}

.info-img img {
	width: 95%;
	text-align: center;
	margin: 0 auto;
}

.line-info {
	width: 90%;
	text-align: center;
	margin: 40px auto 0;
	border-top: 1px solid #666;
}

#box-info {
	width: 100%;
	margin: 60px auto 50px;
}

#box-info .shop-logo {
	max-width: 286px;
	margin: 0 auto;
}

#box-info .shop-logo img {
	width: 100%;
}

#box-info .info-txt {
	width: 95%;
}

#box-info .info-txt .info-txt-img img {
	display: none;
}

#box-info .info-txt ul {
	overflow: hidden;
	list-style-type: none;
	max-width: 520px;
}

#box-info .info-txt ul li {
	line-height: 1.5em;
	text-indent: 0em;
	padding-left: 1em;
	margin-bottom: 10px;
}

#box-info .info-txt ul li.title {
	color: #fff;
	padding: 5px;
	margin-top: 15px;
	background: #d04255;
}

#box-info .info-txt ul li.title_1 {
	color: #d04255;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 15px;
}

#box-info .info-txt ul li.sub_title {
	font-weight: bold;
	margin-left: 15px;
}

#box-info .info-txt ul li img {
	position: absolute;
	display: block;
}

#box-info .info-txt ul li p {
	display: block;
	padding: 5px;
	padding-left: 25px;
	border-top: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	background: #ececec;
}

#box-info .info-txt ul li span {
	font-size: 0.8em;
	color: #fff;
	margin-right: 1em;
	background: #d04255;
}

#box-info .info-txt ul li.link {
	font-weight: bold;
}


.banner-freetrial {
	width: 95%;
	text-align: center;
	margin: 60px auto -20px;
}

.banner-freetrial img {
	width: 100%;
}

#box-info .box-txt {
	width: 90%;
	text-align: left;
	line-height: 25px;
	margin: 0px auto 80px;
}

#box-info .box-txt img {
	margin-right: 20px;
}

#box-info .box-txt p {
	padding-top: 10px;
	margin-left: 10px;
}

#box-info .box-txt p.indent {
	padding-top: 5px;
	margin-left: 10px;
}

#box-info .box-txt .click {
	width: 174px;
	height: 73px;
	text-align: center;
	margin-left: 100px;
}

#box-info .box-txt .click img {
	width: 100%;
}

#box-info .box-txt ul.indent {
	line-height: 1.4em;
	padding-top: 10px;
	margin-left: 10px;
}

#box-info .box-txt ul.indent li {
	margin-bottom: 10px;
}

#box-info .box-txt ul.indent li ul li {
	list-style-type: none;
	font-size: 0.8em;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 3px;
}

#box-info .box-txt ul.indent li ul li.title {
	color: #fff;
	padding-left: 20px;
	background: #d04255;
}

/* [menu CSS]
------------------------------------------------------------------------ */
.menu-info {
	width: 95%;
	font-size: 1.1em;
	line-height: 22px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 50px auto 0px;
	border: 2px solid #dcdcdc;
}
.menu-info img { width: 95%; }

.menu-info .indent {
	text-align: left;
	margin-top: 15px;
	margin-left: 10px;
}

.menu-info .click {
	width: 174px;
	height: 73px;
	text-align: center;
	margin-left: 100px;
}

.menu-info .click img {
	width: 100%;
}

#box-menu {
	width: 100%;
	margin: 60px auto 50px;
}

#box-menu .box-txt {
	width: 95%;
	text-align: left;
	line-height: 25px;
	margin: 0px auto 20px;
}

#box-menu .box-txt p {
	overflow: hidden;
	padding-top: 10px;
	margin-left: 10px;
}

#box-menu .box-txt p.indent {
	overflow: hidden;
	padding-top: 10px;
	margin-left: 30px;
}

#box-menu .box-txt ul.indent {
	padding-top: 10px;
	margin-left: 30px;
}

#box-menu .box-txt2 {
	width: 90%;
	font-size: 0.95em;
	text-align: left;
	line-height: 25px;
	margin: 80px auto 80px;
}

#box-menu .box-tel {
	width: 85%;
	text-align: center;
	margin: 50px auto;
}

#box-menu .box-tel img {
	width: 100%;
}

/* アコーディオン */
#box-menu dl.acordion {
	width: 95%;
	margin: 0 auto;
 }
 
#box-menu dl.acordion h3 {
	display: inline;
	width: 95%;
	font-weight: normal;
	font-size: 1em;
	color: #d04255;
	margin: 0 auto;
 }
 
#box-menu dl.acordion h3.fs {
	line-height: 0.3em;
}
	
#box-menu dt.trigger {
	height: 35px;
	text-align: left;
	color: #000;
	line-height: 35px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin-top: -1px;
 }
 
#box-menu dt.trigger.long {
	height: 40px;
	text-align: left;
	line-height: 1.2em;
	padding-top: 1em;
	border-bottom: 1px solid #ccc;
 }
 
 #box-menu dt.trigger img {
	display: none;
}

#box-menu dt.trigger-top {
	height: 35px;
	text-align: left;
	color: #000;
	line-height: 35px;
	padding: 10px;
	margin-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
 }
 
#box-menu dt.active{
	background: #dcdcdc;
 }
 
#box-menu dt.trigger span.open-close {
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 10px;
	margin-right: 5px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/point_plus.png) no-repeat right top;
 }
 
#box-menu dt.trigger span.open-close2 {
	float: right;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-right: 5px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/point_plus.png) no-repeat right top;
 }
 
#box-menu dt.active span.open-close {
	float: right;
	width: 20px;
	height: 20px;
	background: url(../img/point_none.png) no-repeat right top;
}   
 
#box-menu dt.active span.open-close2 {
	float: right;
	width: 20px;
	height: 20px;
	background: url(../img/point_none.png) no-repeat right top;
}   
 
#box-menu dd.acordion_tree {
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
}

#box-menu dd.acordion_tree ul {
	list-style-type: none;
	text-align: center;
}

#box-menu dd.acordion_tree ul li {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.5;
	letter-spacing: 0.08;
	padding: 10px;
	border-top: 1px solid #ccc;
	margin-top: -1px;
}

#box-menu dd.acordion_tree ul li span {
	font-size: 1.1em;
	color: #fff;
	line-height: 1.8;
	padding: 3px;
	margin-right: 1em;
	margin-bottom: 10px;
	background: #d04255;
}

//
#box-menu dd.acordion_tree ul li em {
	width: 300px;
	color: #666;
	font-weight: 600;
	margin: 0 auto;
}
//

#box-menu dd.acordion_tree ul li img {
	width: 100%;
}

#box-menu dd.acordion_tree ul li.wide {
	height: 30px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
}

#box-menu dd.acordion_tree ul li.end {
	line-height: 23px;
	border-bottom: 1px solid #ccc;
}

#box-menu dd.acordion_tree ul li ul.inner {
	width: 100%;
	font-size: 0;
	margin: 0 auto;
	border-top: 1px solid #dcdcdc;
}

#box-menu dd.acordion_tree ul li ul.inner li {
	display: inline-block;
	text-align: left;
	margin-right: 1em;
}

#box-menu .etc_info {
	width: 80%;
	color: #666;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin: 30px auto;
}

#box-menu .course-info {
	width: 100%;
	padding: 10px;
	margin: 40px auto;
	border-bottom: 1px solid #dcdcdc;
}

#box-menu .course-info2 {
	width: 100%;
	padding: 5px;
	margin: 40px auto;
	border-bottom: 1px solid #dcdcdc;
}

#box-menu .course-info2 ul {
	list-style: none;
	max-width: 564px;
	margin: 0 auto;
}

#box-menu .course-info2 ul li {
	height: 40px;
}

#box-menu .course-info2 ul li span {
	font-weight: bold;
	color: #d04255;
}

#box-menu .course-info2 ul li img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.menu-table {
	font-size: 14px;
	padding: 10px;
	margin: 0 auto 50px;
}

.menu-table .table-h {
	font-weight: bold;
	color: #d04255;
}

.menu-table ul {
	list-style: none;
	max-width: 640px;
	font-size: 0;
	padding: 5px;
	margin: 0 auto 20px;
	border: 1px solid #dcdcdc;
}

.menu-table ul li {
	display: inline-block;
	height: 35px;
	font-size: 13px;
	text-align: left;
	padding-top: 5px;
}

.menu-table ul li span {
	margin-left: -15px;
}

.menu-table .space {
	width: 17px;
}

.menu-table .space1 {
	width: 130px;
}

.menu-table .space2 {
	width: 290px;
}

.menu-table .space3 {
	width: 130px;
}

.menu-table2 {
	padding: 10px;
	padding-left: 20px;
	margin: 0 auto 50px;
}

.menu-table2 span {
	font-weight: bold;
	color: #d04255;
}

.menu-table2 ul {
	padding: 10px;
	margin: 0 auto;
}

.menu-table2 ul li {
	margin-bottom: 10px;
}

/* [contact CSS]
------------------------------------------------------------------------ */
.contact-info {
	height: auto;
	width: 100%;
	font-size: 12.5px;
	line-height: 22px;
	text-align: center;
	padding-top: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
}

.sent-info {
	width: 100%;
	font-size: 1em;
	line-height: 22px;
	text-align: center;
	padding-top: 0px;
	margin-top: 80px;
	margin-bottom: 80px;
}

.sent-info p {
	width: 60%;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto 30px;
	background: #d04255;
}

.sent-info2 {
	width: 100%;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	margin-top: 40px;
}

.sent-info2 a {
	text-decoration: underline;
}

.box-error {
	width: 100%;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	margin: 30px auto 0;
	background: red;
}

.box-error a {
	color: #fff;
}

#box-contact {
	width: 100%;
	margin: 60px auto 50px;
}

#box-contact .box-tel {
	width: 85%;
	text-align: center;
	margin: 50px auto;
}

#box-contact .box-tel img {
	width: 100%;
}

#box-contact .box-txt {
	width: 90%;
	text-align: left;
	line-height: 25px;
	margin: 80px auto 50px;
}

#box-contact .box-txt .title {
	padding-bottom: 5px;
	margin: 20px auto;
	border-bottom: 1px solid #dcdcdc;
}

#box-contact .box-txt hr {
	margin: 10px auto;
}

#box-contact .information {
	width: 94%;
	font-size: 0.9em;
	line-height: 1.5;
	padding: 8px;
	margin-bottom: 7px;
	border: 1px solid #dcdcdc;
	background: #fffbfe;
}

.contact-form {
	width: 95%;
	font-size: 13px;
	margin: 30px auto 0;
}

/* [入力フォーム] */
.contact-form dl,.contact-form dt,.contact-form dd {
  margin:0px;
  padding:0px;
}
 
.contact-form dl {
	width: 100%;
	margin: 0 auto;
}
 
.contact-form dt {
	height: 30px;
	color: #333;
	line-height: 30px;
	padding-left: 20px;
	margin-top: 20px;
	list-style-type: square;
	background-color: #f9b8cd;
}

.contact-form dt.comment {
	background-color: #e7e7e7;
}

.contact-form dt span {
	float: right;
	color: #666;
	margin-right: 20px;
}


.contact-form dd {
	text-align: center;
	padding-top: 20px;
}
 
.contact-form dd.box-cate label {
	text-align: left;
	line-height: 35px;
}
 
input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
/*	appearance: none;*/
}

input[type="text"],input[type="tel"],input[type="email"] ,textarea,select {
	width: 90%;
	border: solid 1px #ccc;
	color: #444;
	margin: 3px 0;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input#submit_button,input#submit_button2,input#submit_button-home {
	width: 250px;
	height: 45px;
	font-size: 13px;
	margin: 55px auto 0;
	background-color: #fff;
}

input#submit_button2 {
	margin: 20px auto 0;
}

input#submit_button-home {
	width: 50%;
	height: auto;
	font-size: 13px;
	margin: 55px auto 0;
	background-color: #fff;
	margin: 40px auto 0;
}

#submit_btn {
	color: #fff;
	font-size: 1em;
	text-align: center;
	padding: 10px 40px;
	margin: 20px auto;
	background-color: #000;
}

/* [個人情報] */
.privacy-policy dl,.privacy-policy dt,.privacy-policy dd {
  margin:0px;
  padding:0px;
}

.privacy-policy {
	width: 95%;
	font-size: 12px;
	padding: 5px;
	margin: 80px auto 0;
}

.privacy-policy .title {
	font-weight: bold;
	padding-bottom: 5px;
}

.privacy-policy dl {
	height: 100px;
	width: 90%;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	font-size: 10px;
	text-align: left;
	line-height: 14px;
	padding: 10px;
	border: 1px solid #d1d1d1;
}

.privacy-policy dt {
	font-weight: bold;
	padding-top: 10px;
	background-color: #fff;
}

.privacy-policy dd {
	margin-top: -5px;
	padding-top: -5px;
	background-color: #fff;
}

/* [access CSS]
------------------------------------------------------------------------ */
#box-access {
	width: 100%;
	margin: 60px auto 50px;
}

#box-access ul {
	list-style: none;
	margin: 0px auto 0;
}

#box-access ul li {
	font-size: 15px;
	padding-bottom: 8px;
}

#box-access ul li.em {
	font-size: 14px;
	color: #b6943f;
}

#box-access ul li.text {
	font-size: 14px;
	line-height: 35px;
	padding-top: 0px;
	margin-bottom: 30px;
}

#box-access ul li.text p {
	width: 250px;
	height: 22px;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	margin: 0 auto;
	background: #333;
}

#box-access .photo img {
	width: 100%;
	margin: -30px auto 30px;
}

#map {
	height: 240px;
	width: 96%;
	margin: 100px auto 0;
}
	
#box-access .access-add {
	width: 260px;
	text-align: center;
	margin: 20px auto 0;
}
	
#box-access .access-add span {
	font-size: 1.1em;
	font-weight: bold;
	color: #d04255;
	margin-bottom: 20px;
}
	
#box-access .access-add a {
	text-decoration: underline;
}
	
#box-access .access-add ul {
	width: 190px;
	margin-top: 20px;
}
	
#box-access .access-add ul li {
	list-style-type: disc;
	font-size: 0.9em;
	text-align: left;
	line-height: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
#box-access .access-add ul li span {
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.box-map {
	position: relative;
	display: block;
	overflow: hidden;
	width: 95%;
	height: auto;
	padding-top: 60%;
	margin: 30px auto 0;
	background: #dcdcdc;
}

.box-map:before{
	content:"\9577\62BC\3057\3059\308B\3068\5730\56F3\304C\64CD\4F5C\3067\304D\307E\3059\3002";
	display:block;
	z-index:100;
	color:#000;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	margin:-0.5em 0 0 0;
	line-height:1;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
}
.box-map:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
}

.box-map.release:before,
.box-map.release:after{
	display:none !important;
}

.box-map iframe{
	position: absolute;
	text-align: center;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/* [sitemap CSS]
------------------------------------------------------------------------ */
#box-sitemap {
	width: 95%;
	margin: 60px auto 50px;
}

#box-sitemap ul.sitemap {
	width: 94%;
	margin: 0 auto;
	padding: 0;
	font-weight: bold; /* 一旦全ての文字を太字にする */
	list-style-type: none;
	font-size: 0.7em;
	color: #2b2b2b;
}

#box-sitemap ul.sitemap li {
	text-align: left;
}

/* --- 入れ子にされたリスト用 --- */
#box-sitemap ul.sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* --- 全てのリスト項目 --- */
#box-sitemap ul.sitemap li {
	padding: 1px 0 0 10px; /* 1階層目のパディング（上右下左） */
	background: url(../img/sitemap/v_line1.gif) no-repeat left top; /* 1階層目の背景 */
	line-height: 120%;
}

/* --- 2階層目のコンテナ --- */
#box-sitemap ul.sitemap div.contentNav {
	width: 100%; /* コンテナの幅 */
	margin-top: 20px; /* コンテナの上マージン */
}

/* --- セクション（2階層目のリストエリア） --- */
#box-sitemap ul.sitemap ul.section {
	width: 49.9%; /* セクションの幅 */
	float: left;
}

#box-sitemap ul.sitemap ul.separator {
background: url(../img/sitemap/v_separator.gif) repeat-y right top; /* セクション間の垂直区切り線 */
}

/* --- 2階層目以降のリスト項目 --- */
#box-sitemap ul.sitemap ul.section li {
	margin: 0 20px 20px 0; /* 2階層目のマージン（上右下左） */
	padding: 1px 0 10px 15px; /* 2階層目のパディング（上右下左）上書き */
	background: url(../img/sitemap/v_line4.gif) no-repeat 5px 0; /* 2階層目の背景 上書き */
	border-bottom: 1px #c0c0c0 dotted; /* 2階層目の下境界線 */
}

/* --- 3階層目以降のリストエリア --- */
#box-sitemap ul.sitemap ul.section ul {
	margin: 7px 0 0 8px; /* 3階層目以降のマージン（上右下左） */
	font-weight: normal; /* 3階層目以降の文字をノーマルの太さに戻す */
}

/* --- 3階層目以降のリスト項目 --- */
#box-sitemap ul.sitemap ul.section ul li {
	margin: 0 0 6px 0; /* 3階層目以降のマージン（上右下左）上書き */
	padding: 0 0 0 6px; /* 3階層目のパディング（上右下左）上書き */
	background: url(../img/sitemap/triangle5.gif) no-repeat 0 0.2em; /* 3階層目の背景 上書き */
	border-bottom: none; /* 3階層目以降の下境界線 上書き */
}

/* --- 4階層目以降のリスト項目 --- */
#box-sitemap ul.sitemap ul.section ul li li {
	padding: 0 0 0 3px; /* 4階層目以降のパディング（上右下左）上書き */
	background: url(../img/sitemap/square.gif) no-repeat 0 0.4em; /* 4階層目以降の背景 上書き */
}


/* sitemap-link
------------------------------------------------------------------------ */
.bottom-info {
	font-size: 1em;
	color: #d04255;
	line-height: 25px;
	margin: 20px auto 0px;
	text-align: center;
}

.bottom-photo {
	width: 100%;
	text-align: center;
	margin: 50px auto 0;
}

.bottom-photo img {
	width: 100%;
}

.sitemap-link {
	margin: 60px auto 0px;
}

.sitemap-link ul {
	text-align: center;
	margin: 0 auto;
}

.sitemap-link ul li {
	display: inline-block;
}

.sitemap-link ul li a {
	display: block;
	color: #fff;
}

.sitemap-link ul li a:hover {
	color: #fff;
}

.sitemap-link ul li.se {
	height: 28px;
	width: 35%;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.4);
	line-height: 28px;
	padding: 5px;
	background-color: #f9b8cd;
	border: 1px solid #dcdcdc;
}

.sitemap-link ul li.between {
	width: 10px;
}

/* [link CSS]
------------------------------------------------------------------------ */
#box-link {
	width: 95%;
	margin: 60px auto 50px;
}

#box-link a {
	color: #0000ff;
}

/* — リストエリア — */
#box-link ul.link_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px #808080 dotted;
}

/* — リスト項目 — */
#box-link ul.link_list li {
	padding: 10px 0px;
	border-bottom: 1px #808080 dotted;
}

/* — 項目内容 — */
#box-link ul.link_list dl {
	width: 100%;
	font-size: 0.9em;
	margin: 0;
}

/* — 写真エリア — */
#box-link ul.link_list dt.photo {
	max-width: 250px;
	text-align: center;
	margin: 0 auto;
}
#box-link ul.link_list dt.photo img {
	border: 1px #808080 solid;
}

/* — キャプションエリア — */
#box-link ul.link_list dt.title,#box-link ul.link_list dd {
	padding: 3px;
	margin: 0 0 0 0;
}

/* — タイトルエリア — */
#box-link ul.link_list dt.title {
	line-height: 120%;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

/* — コメントエリア — */
#box-link ul.link_list dd {
	line-height: 150%;
}

/* — 囲みのあるテキストエリア — */
#box-link .recomendPoint {
	border: 1px solid #ff0000;
	background-image: url(../img/img-top2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
}

/* [PageUp CSS]
------------------------------------------------------------------------ */
#pageup {/*mo*/
	float: right;
	font-size: 1.3rem;
	z-index: 10;
	padding: 0 0 0 20px;
	margin: 0 2em 10px 0;
	top: 0.07em;
	
}
#pageupStore {/*mo*/
	float: right;
	font-size: 1.3rem;
	z-index: 10;
	margin: 20px 2em 25px 0;
}
#pageup:before,
#pageupStore:before { /*mo*/
	content: "＜";
	position: absolute;
	right: 7.4em;
	letter-spacing:0.08em;
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	transform: rotate(-270deg); 
}

/* ----------------------------------------------------------------------
 top_view
---------------------------------------------------------------------- */
.top_view {
	width: 100%;
	height: auto;
	margin: 25px auto 0;
}

.top_view img {
	width: 100%;
}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/
.tp-banner-container {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

.tp-banner {
	max-width: 640px;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

/*---------------------------------------------------------------*/
/* [header]
------------------------------------------------------------------------ */
h2.header {
	position: relative;
	color: #d04255;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	padding: 8px 5px 8px 70px;
	margin-top: 60px;
}
h2.header:before {
	position: absolute;
	display: inline-block;
	top: 0px;
	left: 0px;
	content: '＊*';
	color: #fff;
	text-shadow: 0 0 5px #eaa8bf, 0 0 0.5px #eaa8bf;
	font-size: 30px;
	font-weight: bold;
	margin-right: 10px;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
}
h2.header:after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	content: '';
	border-bottom: 2px dotted #eaa8bf;
}

/* h3
/*---------------------------*/

h3.header {
	font-size: 1.1em;
	font-weight: bold;
	color: #d04255;
	border-left: 7px solid #eaa8bf;
	border-bottom: 3px dashed #eaa8bf;
	margin: 2em auto 1em;
	padding: 3px 0 3px 18px;
}

h3.header2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.4);
    background: #f9b8cd;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    position: relative;
    margin: 1em auto 1em;
    padding: 0.4em 0.4em 0.4em 2em;
}
h3.header2:before,
h3.header2:after {
     content: "";
    position: absolute;
    display: block;
}
h3.header2:before{
    top: -0.1em;
    left: 0.5em;
    width: 20px;
    height: 23px;
    padding: 5px 0 0 0;
    background: #f69;/* リボン部分の色 */
    text-align: center;
}
h3.header2:after{
    top: 0.8em;
    left: 0.5em;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent #f69;/* リボンの切りっぱなし部分の色 */
}

/* instagram
------------------------------------------------------------------------ */
.logo-instagram {
	width: 220px;
	text-align: center;
	margin: 30px auto 20px;
}

.btn-instagram {
	width: 160px;
	text-align: center;
	margin: 30px auto;
}

.box-instagram {
	width: 99%;
	margin: 0 auto;
	border: 1px solid red;
}

.box-instagram.img {
	width:100%;
	max-width: 100%;
}
 

/* [Navigation STYLE]
------------------------------------------------------------------------ */
#page {
	box-shadow: none;
	width: 100%;
	min-width: 320px;
	padding: 100px 0 160px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-align: left;
}

#mm-blocker {
	background: rgba( 0, 0, 0, 0.5 );
}

.mm-opening #mm-blocker {
	background: rgba( 0, 0, 0, 0.8 );
	transition: background 1s ease 0.3s;
}

.mm-opening #page {
	border-left: 1px solid #ccc;
}

#hamburger {
	box-sizing: border-box;
	display: block;
	width: 56px;
	height: 32px;
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 99999;
}

#hamburger:before,#hamburger:after,#hamburger span {
	background: #555;
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	position: absolute;
	left: 18px;
}

#hamburger:before { top: 4px; }
#hamburger span { top: 9px; }
#hamburger:after { top: 14px; }

/* Hamburger animation */
#hamburger:before,#hamburger:after,#hamburger span {
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening #hamburger:before,html.mm-opening #hamburger:after {
	top: 14px;
}
html.mm-opening #hamburger span {
	left: -50px;
	opacity: 0;
}

html.mm-opening #hamburger:before {
	transform: rotate( 45deg );
}

html.mm-opening #hamburger:after {
	transform: rotate( -45deg );
}

#localize {
	text-align: center;
	font-size: 12px;
	margin: 0 5px 0 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#localize a {}
#localize a:after {
	margin: 0 5px;
}

#localize a:last-child:after {
	content: "";
}

#box-under {
	text-align: center;
	margin-top: 110px;
}

#box-under .recruit-link-box ul {
	list-style: none;
	text-align: center;
	margin-bottom: 70px;
}

#box-under .recruit-link-box ul li {
	padding-bottom: 7px;
}

#box-under .recruit-link-box ul li.info {
	font-size: 14px;
	padding-bottom: 15px;
}

#box-under .recruit-link-box ul li img {
	width: 100%;
	height: auto;
}

/**************************************************************/
　パンくずリスト
/**************************************************************/
#breadBox {
	width: 100%;
}

.breadcrumb {
	width: 100%;
	margin-top: 5px;
	padding-bottom: 3px;
}

.breadcrumb li{
  display:inline;
  list-style: none;
  font-size: 0.8em;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: gray;
}

.breadcrumb li:first-child a:before{/*家アイコン*/
  font-family: Font Awesome 5 Free;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #de8a9d;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
