@charset "UTF-8";
@charset "UTF-8";

.section .pink {
	color:#bf2ca5;
	text-decoration:underline;
}

body.pc,
body.tablet {
   background: #000;
}

.section {
   position: relative;
   padding: 0;
   background: #000 url(../images/bg_content.jpg) top center repeat;
   -webkit-background-size: 2000px auto;
   -moz-background-size: 2000px auto;
   background-size: 2000px auto;
}

#wrapperArea {
}

body.sp .section {
   padding: 0;
   background: #000 url(../images/bg_content.jpg) top center repeat;
   -webkit-background-size: 2000px auto;
   -moz-background-size: 2000px auto;
   background-size: 2000px auto;
}

.section::before{
   content: '';
   position: absolute;
   display: block;
   width: 100%;
   height: 253px;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   background: url(../images/bg.jpg) top center no-repeat;
   -webkit-background-size: 2000px auto;
   -moz-background-size: 2000px auto;
   background-size: 2000px auto;
}
.mainSection > .body {
   position: relative;
   z-index: 1;
}

body.sp .section p {
   width: 100%;
   background: rgba(0,0,0,0.1);
}

body.pc .section h1,
body.tablet .section h1 {
   width: 556px;
   height: 125px;
   margin: 0 auto 200px;
}

body.sp .section h1 {
   width: 59%;
   padding: 5.1% 0 0;
   margin: 0 auto 16%;
}

body .section h1 img {
   width: 100%;
   margin-top: 55px;
}

body.sp .section h1 img {
   margin-top: 0;
}

body.sp .section .btn img {
   width: 100%;
}

body.sp .attention {
   margin-bottom: 20px;
   font-size: 210%;
}
body.pc .link,
body.tablet .link {
   width: 990px;
   margin: 0 -30px 0 0;
}

body .link li {
    width: 465px;
    padding: 0 30px 0 0;
    margin: 0 0 30px;
    float: left;
}
body .link li.center {
	margin-left: auto;
	margin-right: auto;
}


body #schedule_list_none1 {
   text-align: left;
}
body #schedule_list_none1 .place {
	font-weight:bold;
	color:#fed78a;
   margin-bottom: 20px;
}

body #schedule_list_none1 .place span {
	font-weight:normal!important;
}

body.pc #schedule_list_none1 .place,
body.tablet #schedule_list_none1 .place {
	font-size:18px;
}
body.sp #schedule_list_none1 .place {
	font-size:150%;
}


body.pc .link li.center,
body.tablet .link li.center {
   width: 465px;
   padding: 0 30px 0 0;
   margin: 52px auto 30px;
   float: none;
}
.preschedule_caution {
   color: #fed78a;
   font-weight: bold;
}
.link li a {
   width: 100%;
   padding: 28px 30px 28px 58px;
   margin: 0;
   font-size: 16px;
   line-height: 1.25;
   color: #553b09;
   display: block;
   border: 2px solid #9e7b26;
   box-sizing: border-box;
   background: #d2ba67 url(../images/link_bg.png) 30px center no-repeat;
   -webkit-background-size: 8px 13px;
   -moz-background-size: 8px 13px;
   background-size: 8px 13px;
}

.link li a:hover {
   background-color: #edd377;
   text-decoration: underline;
}

body .section h2.add {
	color: #abdfff!important;
	border-top:1px solid #fed78a!important;
	padding-top:1em;
}

body.sp .link {
   width: 100%;
   margin: 0 auto;
}

body.sp .link li {
   width: 100%;
   margin: 0 auto 30px;
   float: none;
}

body.sp .link li.center {
   margin-top: 52px;
    padding: 0;
}

body.sp .link li a {
   padding: 3% 3% 3% 5.8%;
   font-size: 240%;
   text-align: left;
   -webkit-background-size: 16px 26px;
   -moz-background-size: 16px 26px;
   background-size: 16px 26px;
}

.threeColumnsType2,
body.sp .threeColumnsType2 {
   margin: 75px auto;
}

.section_works_box {
   clear: both;
   overflow: hidden;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: #ada16c solid 2px;
}
body.sp .section_works_box {
    padding: 0 40px 40px;
}
.section_works_box.-last {
	border-bottom: 0;
}
.section_works_box_img {
   width: 381px;
   float: left;
}
body.sp .section_works_box_img {
    float:none;
    width: 100%;
    margin: 0 0 40px;
}
body.sp .section_works_box_img img{
    width: 100% !important;
    height:auto !important;
}
.section_works_box_txt {
   width: 520px;
   float: right;
   text-align: left;
}
body.sp .section_works_box_txt {
   float: none;
    width: 100%;
}
.section_works_box h2 {
   font-size: 24px;
   font-weight: bold;
   margin: 0 0 20px;
   line-height: 1.4;
   text-align: left;
}
.section_works_box p {
   text-align: left;
   margin: 0 0 10px;
}

.section_works_box p strong,
.section_works_box_txt-single p strong {
   font-weight: bold;
}


