@charset "utf-8";
/* CSS Document */

.mt10{ margin-top:10px!important;}
.mt20{ margin-top:20px!important;}
.mt30{ margin-top:30px!important;}
.mt40{ margin-top:40px!important;}
.mt50{ margin-top:50px!important;}
.mb10{ margin-bottom:10px!important;}
.mb20{ margin-bottom:20px!important;}
.mb30{ margin-bottom:30px!important;}
.mb40{ margin-bottom:40px!important;}
.mb50{ margin-bottom:50px!important;}
.ml10{ margin-left:10px!important;}

h2 {
	max-width:1200px;
	font-size: 16px;
	font-weight: 400;
	margin: 80px auto 0;
	text-align:left;
}
h2 p {
	padding: 5px 0 0 5px;
}
h3.subhead {
	font-size: 25px;
	font-family: JPfontS, sans-serif;
	text-align: center;
	margin: 50px 0 35px;
}
h3.subhead small {
display: inline-block;
 font-size:12px;
 font-weight: normal;
 margin-top:25px;
 }
#contants {
	max-width:1200px;
	margin:0 auto;
	color:#000000;
}

p.lead {
	line-height:1.8;
	text-align:left;
}

/*　注釈などの二行目を一時下げる　*/
ul.comment {
	margin:0;
}
ul.comment li {
	font-size:90%;
	line-height:1.6;
	text-indent:-1em;
	margin-left:1em;
	padding-bottom:0.2em;

}
@media screen and (max-width: 700px){
ul.comment li {
	text-align: left;
	}
}


/* wellness */

/*　画像スライド　*/
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.event-contants {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin: 0 0 45px 0;
}

.event-contants div.detail {
	width: 60%;
}

.event-contants div.detail dt {
	background: #f8f8f8;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 8px;
	width: 30%;
	box-sizing: border-box;
	float: left;
	clear: both;
}

.event-contants div.detail dd {
	box-sizing: border-box;
	font-size: 14px;
	padding: 8px 0 8px 31.5%;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

.event-contants div.side {
	width: 35%;
	font-size: 14px;
}
.event-contants div.side img {
	width:420px;
	height:auto;
}


.event-contants div.side > dl {
	margin: 0 0 30px 0;
}

.event-contants div.side > dl > dt {
	background: #575757;
	color:#fff;
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
	line-height:1.5;
}

.event-contants div.side > dl > dt span {
	display: none;
}

.event-contants div.side > dl > dd {
	padding: 20px 13px;
	background: #f8f8f8;
	line-height:1.5;
}

.event-contants div.side > dl dd p {
	border-bottom: 1px solid #000;
	padding: 5px;
	text-align: center;
	margin: 0 0 8px 0;
}

.event-contants div.side > dl dd dl {
	margin: 0 0 20px 0;
}

.event-contants div.side > dl dd dt {
	width: 85px;
	float: left;
	clear: both;
	line-height:1.5;
	}

.event-contants div.side > dl dd dd {
	padding: 0 0 .3em 85px;
	text-align:left;
	line-height:1.5;
}

.event-contants div.detail dd ul li,
.event-contants div.side > dl dd ul,
div.side > dl > dd ul li{
	text-align:left;
	line-height:1.6;
	text-indent:-1em;
	margin-left:1em;
}

/*.event-contants div.side > dl dd ul li {
	margin: 0 0 10px 0;
}*/

.contact-form {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
	margin: 0 0 27px 0;
}

.contact-form div {
	width: 45%;
}

.contact-form div a {
	width: 100%;
	height: 90px;
	border: 1px solid #666;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	line-height:1;
	display: -webkit-flex;
	display: flex;
 -webkit-align-items: center; /* 邵ｦ譁ｹ蜷台ｸｭ螟ｮ謠�∴��Safari逕ｨ�� */
 align-items: center; /* 邵ｦ譁ｹ蜷台ｸｭ螟ｮ謠�∴ */
 -webkit-justify-content: center; /* 讓ｪ譁ｹ蜷台ｸｭ螟ｮ謠�∴��Safari逕ｨ�� */
 justify-content: center; /* 讓ｪ譁ｹ蜷台ｸｭ螟ｮ謠�∴ */
	transition: opacity .25s ease-in-out;
  	text-decoration: none;
	 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	
}

.contact-form div a i {
	display: block;
	margin: 10px 0 0 0;
	font-size: 16px;
	font-style: normal;
}

.contact-form div a:hover {
	opacity: .65;
	text-decoration: none;
}

.address {
	width: fit-content;
	font-size: 14px;
	margin: 0 auto;
}

.address dt {
	float: left;
	clear: both;
	background: #eeeeee;
	text-align: center;
	width: 150px;
	padding: 8px 0;
}

.address dd {
	padding: 0px 0 8px 160px;	
}

.address dd li {
	margin: 0 0 8px 0;
	line-height: 1.4;
}
@media screen and (max-width: 700px){
.address dd li {
	text-align: left;
	}
}
#wellness ul li a {
	border-bottom: 1px dotted #000;
	padding: 0;
	transition: opacity .25s ease-in-out;
  	text-decoration: none;
	 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}

#wellness ul li a:hover {
	border-bottom: 1px dotted #666;
	opacity: .65;
	text-decoration: none;
}

@media screen and (max-width: 700px){
	h2 {
		width:100%!important;
	}
	h3.subhead {
		font-size: 5vw;
		font-family: JPfontS, sans-serif;
		text-align: center;
		margin: 40px 0 30px;
		line-height: 140%;
	}
	#contants {
		width:90%;
		margin:50px auto 0;
	}
	
	/* wellness */
	
	.lead {
		margin: 0 0 40px 0;
		font-size: 14px;
	}
	.event-lead {
		margin: 0 0 30px 0;
		font-size: 14px;
	}
		
	.event-area {
		font-size: 0;
		max-width: 980px;
		margin: 0 auto;
		padding: 0 15px;
	}
		
	.event-area div {
		width: 100%;
		display: block;
		vertical-align: top;
		margin: 0 auto 18%;
		box-sizing: border-box;
	}
	
	.event-area div:nth-of-type(3n-1) {
		margin: 0 auto 18%;
	}
		
	.event-area div:nth-of-type(even) {
		margin: 0 auto 18%;
		}
	
	.event-contants {
		display: block;
		margin: 0 0 45px 0;
	}
		
	.event-contants div.detail {
		width: 100%;
	}
		
	.event-contants div.detail dt {
		background: #eeeeee;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		padding: 8px 0;
		width: 100%;
		box-sizing: border-box;
		float: none;
		clear: inherit;
	}
		
	.event-contants div.detail dd {
		box-sizing: border-box;
		font-size: 14px;
		padding: 8px 0;
		line-height: 1.5;
		margin: 0 0 10px 0;
	}
		
		.event-contants div.side {
		width: 100%;
		font-size: 14px;
	}
		.event-contants div.side p{
			text-align:center;
		}

		.event-contants div.side p img{
			width:90%;
		}
		.event-contants div.side > dl > dt {
		background: #575757;
		color:#fff;
		text-align: center;
		font-weight: bold;
		padding: 8px 0;
		position: relative;
	}
		
		.event-contants div.side > dl > dt span {
		display: block;
		box-sizing: border-box;
		position: absolute;
			right: 10px;
			top: 5px;
			width: 20px;
			height: 20px;
	}
		
		.event-contants div.side > dl > dt span:before,
		.event-contants div.side > dl > dt span:after{
			content: "";
		display: block;
		width: 15px;
		height: 3px;
		margin: 3px 0;
		border-radius: 1px;
		background-color: #fff;
		}
		
		.event-contants div.side > dl > dt span:before {
		margin-top: 0;
		transition: -webkit-transform .25s ease-out, background-color .25s ease-out;
		-webkit-transition: background-color .25s ease-out, -webkit-transform .25s ease-out;
		transition: background-color .25s ease-out, -webkit-transform .25s ease-out;
		transition: transform .25s ease-out, background-color .25s ease-out;
		transition: transform .25s ease-out, background-color .25s ease-out, -webkit-transform .25s ease-out;
		-webkit-transform: rotate(45deg) translate(-3px, 13px) scaleX(1);
		transform: rotate(45deg) translate(-3px, 13px) scaleX(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
		
		.event-contants div.side > dl > dt span:after {
		 margin-top: 0;
		transition: -webkit-transform .25s ease-out, background-color .25s ease-out;
		-webkit-transition: background-color .25s ease-out, -webkit-transform .25s ease-out;
		transition: background-color .25s ease-out, -webkit-transform .25s ease-out;
		transition: transform .25s ease-out, background-color .25s ease-out;
		transition: transform .25s ease-out, background-color .25s ease-out, -webkit-transform .25s ease-out;
		-webkit-transform: rotate(135deg) translate(-5px, -6px) scaleX(1);
		transform: rotate(135deg) translate(-5px, -6px) scaleX(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
		
			.event-contants div.side > dl > dt.open span:before {
		margin-top: 0;
		transition: -webkit-transform .25s ease-out, background-color .25s ease-out;
		-webkit-transition: background-color .25s ease-out, -webkit-transform .25s ease-out;
		transition: background-color .25s ease-out, -webkit-transform .25s ease-out;
		transition: transform .25s ease-out, background-color .25s ease-out;
		transition: transform .25s ease-out, background-color .25s ease-out, -webkit-transform .25s ease-out;
		-webkit-transform: rotate(45deg) translate(0px, 10px) scaleX(1);
		transform: rotate(45deg) translate(0px, 10px) scaleX(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
		
			.event-contants div.side > dl > dt.open span:after {
		 margin-top: 0;
		transition: -webkit-transform .25s ease-out, background-color .25s ease-out;
		-webkit-transition: background-color .25s ease-out, -webkit-transform .25s ease-out;
		transition: background-color .25s ease-out, -webkit-transform .25s ease-out;
		transition: transform .25s ease-out, background-color .25s ease-out;
		transition: transform .25s ease-out, background-color .25s ease-out, -webkit-transform .25s ease-out;
	   -webkit-transform: rotate(135deg) translate(-2px, -3px) scaleX(1);
		transform: rotate(135deg) translate(-2px, -3px) scaleX(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
		
		.event-contants div.side > dl > dd {
			display: none;
		}
		
		.contact-form {
	  display:block;
		margin: 0 0 27px 0;
	}
		
		.contact-form div {
		width: 80%;
		margin: 0 auto 30px;
	}	
		
		.contact-form div a {
			width: auto;
			font-size: 20px;
			padding: 5px;
		}
		
		.address dt {
		float: none;
		clear: both;
		background: #eeeeee;
		text-align: center;
		width: 100%;
		padding: 8px 0;
	}
		
		.address dd {
		padding: 8px 0;
	}
	
		.event-contants div.side img {
	width:100%;
	height:auto;
}
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 0;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next {
    right: 10%;
}
.slick-next:before {
    content: '→';
   width: 25px;
    height: 25px;
    border: 3px solid;
    border-color: #FFF #FFF transparent transparent;
    transform: rotate(45deg);
    display: block;
}
.slick-prev {
    left: 6%;
}
.slick-prev:before {
    content: '';
    width: 25px;
    height: 25px;
    border: 3px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(45deg);
    display: block;
}