@charset "utf-8";
.contents {
	width: 100% !important;
	padding-top: 40px;
	clear: both;
}
.ttlBox {
	text-align: center;
}
.concept1 {
	margin-bottom: 60px;
	overflow: hidden;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
.contents h1 {
	text-align: center;
	font-size: 16px;
	color: #777;
	font-weight: normal;
	margin: 30px 5% 60px;
	width: 90%;
}
.concept1 h3 {
	font-weight: normal;
	padding-top: 50px;
	text-align: center;
	clear: both;
}
.concept1 h2 {
	text-align: center;
	margin-bottom: 40px;
}
.concept1 ul {
	list-style: none;
}
.concept1 ul li {
	text-align: center;
	float: left;
	width: 50%;
	margin-bottom: 20px;
	height: 200px;
}
.concept1 ul li p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	text-align: left;
}
.pink {
	color: #F3B0B0;
}
.blue {
	color: #96CDF0;
}
.orange {
	color: #F3BA59;
}
.green {
	color: #B2D6B8;
}
.concept2 {
	padding-bottom: 15px;
	text-align: center;
	font-size: 13px;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
.concept2 h2 {
	margin-bottom: 25px;
}
.concept2 ul {
	list-style: none;
	overflow: hidden;
	text-align: left;
	padding-top: 60px;
}
.concept2 ul li {
	float: left;
	width: 50%;
	text-align: center;
	height: 200px;
	font-size: 13px;
}
.concept2 ul li p {
	padding: 10px;
	text-align: left;
}

.concept3 {
    margin-bottom: 20px;
    overflow: hidden;
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
}
.concept3 h2 {
    text-align: center;
    margin-bottom: 20px;
}
.concept3 ul {
    list-style: none;
    padding: 0 10px;
}
.concept3 ul li {
    margin-bottom: 20px;
    padding: 3%;
    border: 2px solid #e8e800;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.concept3 ul li span{
    font-weight: bold;
}
.concept3 ul li p {
    font-size: 13px;
}


.btnConcept {
	margin: auto 2% 50px;
	width: 96%;
	height: auto;
	text-align: center;
}
.btnConcept a {
}
.columns .threeColumn {
	text-align: center;
	font-size: 13px;
	font-weight: lighter;
	margin-bottom: 40px;
	width: 100%!important;
	float: none;
}
.columns .threeColumn h2 {
	margin-bottom: 20px;
}
#pricePage .oneColumn {
	text-align: center;
	margin-bottom: 50px;
	font-size: 13px;
}
#pricePage .oneColumn h2 {
	margin-bottom: 20px;
}
#pricePage .pricewrap {
    padding: 0 10px 25px;
    color: #777777;
}
#pricePage .txtbox {
    border: 3px solid #e3c6de;
    border-radius: 10px;
    padding: 30px 0 25px;
}
#pricePage .txtbox:not(:last-child) {
    margin-bottom: 20px;
}
#pricePage .txtbox .ttl {
    text-align: center;
    font-weight: bold;
    color: #c47cb8;
    font-size: 18px;
    line-height: 1.4em;
}
#pricePage .txtbox .open {
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    margin: 25px 0 20px;
}
#pricePage .txtbox .open .bold {
    font-weight: bold;
}
#pricePage .txtbox table {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
}
#pricePage .txtbox th,
#pricePage .txtbox td {
    padding: 5px 0;
}
#pricePage .txtbox th {
    text-align: right;
    font-weight: bold;
    padding-right: 15px;
}
#pricePage .txtbox .inner:not(:last-of-type) {
    margin-bottom: 20px;
}
#pricePage .txtbox .inner img {
    display: block;
    width: auto;
    height: 38px;
    margin: 0 auto 5px;
}
#pricePage .txtbox .inner p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
}
#pricePage .ttl .parent {
  display: inline-block;
  position: relative;
}
#pricePage .ttl .child {
  width: 100%;
  text-align: center;
  font-size: 65%;
  line-height: 1;
  position: absolute;
  top: 100%;
  left: 0;
}
#schedulePage .columns .twoColumn {
	float: none;
	width: 96%!important;
	margin-right: 2%;
	margin-left: 2%;
}
#schedulePage .columns .twoColumn h2 {
	text-align: center;
	margin-bottom: 20px;
}
#schedulePage .columns .twoColumn table {
	width: 100%;
	margin-bottom: 50px;
	font-size: 13px;
}
#schedulePage .columns .twoColumn table img {
}
#schedulePage .columns .twoColumn table th {
	color: #96CDF0;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
#schedulePage .columns .twoColumn table td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}
#schedulePage .columns .twoColumn table tr .double {
	position: relative;
	height: 20px;
	width: 300px;
}
#schedulePage .columns .twoColumn table tr .double img {
	position: absolute;
	left: 80px;
	top: -15px;
}
#schedulePage .columns .twoColumn table tr .double2 {
	position: relative;
	height: 20px;
	width: 300px;
}
#schedulePage .columns .twoColumn table tr .double2 img {
	position: absolute;
	left: 26px;
	top: -10px;
}
#schedulePage .flow {
    width: 96%;
    padding: 2%;
}
#schedulePage .flow h2 {
    text-align: center;
    margin-bottom: 20px;
}
#schedulePage .flow ul {
    font-size: 13px;
    margin: 0 2%;
    text-align: center;
    list-style: none;
}
#schedulePage .flow ul li {
    border-bottom: 1px solid #96cef0;
    padding: 10px;
    margin-bottom: 10px;
}
#schedulePage .flow p {
    font-size: 13px;
    margin: 0 2% 30px 2%;
}

#schedulePage .flow .scheEvent{
    margin-bottom: 40px;
}
#schedulePage .flow .scheEvent h3{
    text-align: center;
}
#schedulePage .flow .scheEvent .eventColumn{
    display: flex;
}
#schedulePage .flow .scheEvent .eventColumn div{
    width: 44%;
    margin: 2%;
    padding: 2%;
    border: 2px solid #96cef0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#schedulePage .flow .scheEvent .eventColumn div h4{
    text-align: center;
}
#schedulePage .flow .scheEvent .eventColumn div ul{
    font-size: 13px;
    padding-left:20px;
    text-align: left;
    list-style: disc;
}
#schedulePage .flow .scheEvent .eventColumn div ul li{
    font-size: 13px;
    padding:0;
    margin-bottom: 0;
    border-bottom: none;
    text-align: left;
    list-style: disc;
}

#accessPage .accessBlock {
	margin-top: 50px;
}
#accessPage .accessBlock h2 {
    font-weight: bold;
    color: #f4b0b0;
    font-size: 22px;
    line-height: 1em;
}
.map {
	height: 400px;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 20px;
	margin-right: 10%;
}
.map iframe {
    width: 100% !important;
    height: 100% !important;
}
.accessBlock .access {
	text-align: center;
}
.accessBlock .access p {
	margin-top: 20px;
	font-size: 15px;
	margin-bottom: 20px;
}

#qandaPage {
	margin: 5%;
	width:90%!important;
}
#qandaPage h1 {
	margin-bottom: 70px;
}
#qandaPage dl.txt {
	text-align:left;
	font-size:16px;
}
#qandaPage dl.txt dt {
	text-align:left;
	color:#F4BB5A;
	margin:30px 0 10px 0;
	font-weight:bold;
}
#qandaPage dl.txt dd {
	text-align:left;
	color:#777777;
	margin:10px 0 30px 0;
}
#qandaPage .sub {
	padding: 20px 0 5px;
  border-bottom: 1px solid #d2d2d2;
	color:#777777;
	font-size: 18px;
}

#contact {
	padding: 20px 0 40px;
	text-align: center;
	font-size: 13px;
    color:#777777;
}
#contact h1 {
    display: block;
    width: 100%;
	margin: 0;
}
#contact h1 img {
    display: block;
    width: 140px;
    height: auto;
    margin: 0 auto;
}
#contact dl.txt {
	text-align:left;
	font-size:16px;
}
#contact dl.txt dt {
	text-align:left;
	color:#F4BB5A;
	margin:30px 0 10px 0;
	font-weight:bold;
}
#contact dl.txt dd {
	text-align:left;
	color:#777777;
	margin:10px 0 30px 0;
}

#contact .txt1 {
    font-size: 16px;
    line-height: 1.6em;
    margin: 20px 0;
}
#contact .txt1 span {
    color: #c47cb8;
    font-weight: bold;
}
#contact .txt2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 20px;
}
#contact .tel {
    font-size: 30px;
    line-height: 1em;
}
#contact .tel a {
    color:#777777;
    text-decoration: none;
}
#contact .tel span {
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
    padding: 10px;
    position: relative;
    top: -4px;
}
#contact .tel .arrow1 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#contact .tel .arrow2 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#contact .txt3 {
    display: inline-block;
    color: #c47cb8;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    margin-top: 20px;
    border-bottom: 1px solid #c47cb8;
    padding-bottom: 5px;
}

.event {
	width:100%;
	margin-top:100px;
}
.event img {
	margin:-4px 0 -3px 0 !important;
}
.event img.eventimg {
	width:100%;
}
.event p {
	font-size:20px;
	text-align:center;
	margin:100px auto;
}
.event .btn_back {
	text-align:center;
	margin:100px auto;
}
.event .btn_back img {
	width:20%;
}
/* ==========================================================================
Subscribe
========================================================================== */
.subscribe { background: url('../img/sec04_bg.png') repeat-x top center;/* -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed;*/ padding: 17px 0 0; }
.subscribe input[type=text] { background-color: rgba(255, 255, 255, 1); border: solid 1px #6F6F6F; padding: 10px; width: 80%; color: #000; }
.subscribe textarea { background-color: rgba(255, 255, 255, 1); border: solid 1px #6F6F6F; padding: 10px; width: 80%; color: #000; }
.subscribe input[type=submit] { background-color: rgba(245, 202, 202, 1); border: solid 1px rgba(245, 202, 202, 1); padding: 10px; color: #5C5B5B; text-transform: uppercase; letter-spacing: 1px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; width: 70%; }
.subscribe input[type=submit]:hover { /*background: url(../img/sec04_07.png) center center no-repeat, rgba(0, 128, 255, 0.8); */border: solid 1px rgba(245, 202, 202, 1); color: #fff; }
.subscribe input[type=reset] { background-color: rgba(245, 202, 202, 1); border: solid 1px rgba(245, 202, 202, 1); padding: 10px; color: #5C5B5B; text-transform: uppercase; letter-spacing: 1px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; width: 70%; }
.subscribe input[type=reset]:hover { /*background: url(../img/sec04_07.png) center center no-repeat, rgba(0, 128, 255, 0.8); */border: solid 1px rgba(245, 202, 202, 1); color: #fff; }
.subscribe input[type=button] { background-color: rgba(245, 202, 202, 1); border: solid 1px rgba(245, 202, 202, 1); padding: 10px; color: #5C5B5B; text-transform: uppercase; letter-spacing: 1px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; width: 70%; }
.subscribe input[type=button]:hover { /*background: url(../img/sec04_07.png) center center no-repeat, rgba(0, 128, 255, 0.8); */border: solid 1px rgba(245, 202, 202, 1); color: #fff; }
.subscribe .subtitle {margin-top:40px; margin-bottom:10px;}
.subscribe .formTable{margin-bottom:30px; margin-top:30px;}

.subscribe .contact_title{font-size:18px; font-weight:bold; color: #5C5B5B; margin-bottom:20px;}

.subscribe .contact_home{ background-color: rgba(245, 202, 202, 1); border: solid 1px rgba(245, 202, 202, 1); padding: 10px; color: #5C5B5B; text-transform: uppercase; letter-spacing: 1px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; width: 70%; text-decoration:none;}
.subscribe .contact_home:hover { /*background: url(../img/sec04_07.png) center center no-repeat, rgba(0, 128, 255, 0.8); */border: solid 1px rgba(245, 202, 202, 1); color: #fff; }


table.formTable th { padding:15px; width:220px; font-size:16px; font-weight: normal;}
table.formTable td { padding:15px; width:400px; font-size:16px;}

div.entry {
	margin-bottom:120px;
}


.petit-coming{
	text-align:left;
	margin-left:50px;
	margin-top:50px;
}
.petit-coming h2{
	font-size:22px;
	color:#e2a7d8;
}
.petit1{
	width:120px;
	float:left;
}
.petit2{
	float:left;
	margin-top:5px;
}
.petit3{
	float:left;
	padding:5px 5px 0;
	border:1px dotted #e2a7d8;
	margin-left:25px;
}
