@charset "utf-8";

body {
	font-family: a-otf-ryumin-pr6n, serif,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif,"Sawarabi Mincho";
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #1a1a1a;
	min-width: 320px;
}
body.active {
	overflow: hidden;
}
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #000;
	outline: none;
	text-decoration: none;
}
img{
	margin: auto;
	max-width: 100%;
	height: auto;
	width:auto;
	-webkit-backface-visibility: hidden;
}

input,
textarea{
}
input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
small {
	font-size: 75%;
}
.onlysp,
.spOnly{
	display: none;
}
.none{
	display:none;
}
.container {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
article > section {
	padding: 80px 0;
}

/*header------------------*/
.headerColor {
	box-shadow: 0px 10px 5px -12px;
}
.menuIcon {
	display: none;
}
#header {
	padding: 15px 0;
	background: rgba(255,255,255,.7);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.hLogo img {
	max-height: 70px;
}
#nav {
	width: 70%;
}
.nav {
}
.nav li {
	margin-right: 35px;
}
.nav a {
	display: block;
	font-size: 18px;
	color: #998675;
	position: relative;
}
.nav > li > a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	margin: auto;
	background: #998675;
	height: 2px;
}
.nav a:hover::after {
	transform: translateY(3px);
	opacity: 1;
}
.nav a span {
	display: block;
	font-size: 14px;
	color: #1a1a1a;
	line-height: 1;
	margin-top: 5px;
}
.contactBtn a,.requestBtn a {
	background: #fff;
	border: 1px solid #998675;
	line-height: 1.1;
	padding: 13px 15px;
	display: block;
}
.contactBtn span::after {
	content: "";
	display: inline-block;
	background: url("../img/ico_mail.png");
	background-size: contain;
	width: 16.5px;
	height: 11px;
	margin-left: 5px;
}
.requestBtn a {
	background: #998675;
	color: #fff;
}
.requestBtn a:hover {
	background: #7E6C5D;
}
.requestBtn span::after {
	content: "";
	display: inline-block;
	background: url("../img/ico_blank.png");
	background-size: contain;
	width: 12.5px;
	height: 12px;
	margin-left: 5px;
}
#header .contactBtn a {
	background: transparent;
}
#header .contactBtn a:hover {
	background: #fff;
}

/*footer------------------*/
#footer {
	background: #998675;
	color: #fff;
}
.footerWrap {
	padding: 20px 2.5% 20px;
}
.footLogo {
	font-size: 14px;
}
.footLogo img {
	max-height: 78px;
	display: block;
	margin: 0 auto 8px;
}
.footNavBox {
}
.footNav {
}
.footNav a {
	color: #fff;
}
.footNav a::after {
	content: ">";
	display: inline-block;
	margin-left: 5px;
}
.footNav a:hover {
	color: #534741;
}
.footNav li {
	text-align: left;
	font-size: 16px;
	margin: 2px 0;
	padding-right: 2%;
	width: 33%;
}
/*.footNav li:nth-of-type(-n+3) {
	margin-bottom: 10px;
}*/
#footer .requestBtn a {
	background: #534741;
}
#footer .requestBtn a:hover {
	background: #A69586;
}
.copyright {
	font-size: 80%;
	letter-spacing: 0.05em;
	padding: 5px 5%;
	border-top: 1px solid #342B27;
}
/*top---------------------*/
.mvWrap {
	margin-bottom: 0!important;
}
.mv {
	background: url("../img/top/main01.png") center center no-repeat;
	background-size: cover;
	height: 750px;
}
.mvWrap .slick-track {
	height: 750px;
}
.mv02 {background-image: url("../img/top/main02.png")}
.mv03 {background-image: url("../img/top/main03.png")}
#message {
	position: relative;
	padding: 100px 0 60px;
}
#message::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	z-index: 1;
	background: rgba(255, 255, 255, .5);
	background: linear-gradient(to top, #fff 0%, transparent 100%);
}
.message_bgWrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.message_bgWrap * {
	height: 100%;
}
.bg {
	background: url("../img/top/bg01.png") center center no-repeat;
	background-size: cover;
	height: 100%;
}
.bg02 {background-image: url("../img/top/bg02.png")}
.bg03 {background-image: url("../img/top/bg03.png")}
.messageCont {
	color: #808080;
	padding: 0 15% 80px;
}
.messageCont > p {
	margin-bottom: 50px;
	font-size: 20px;
	line-height: 1.8;
}
.messageCont > p:first-of-type {
	margin-bottom: 80px;
}
.messageCont .txtR {
	text-align: right;
}
.messageCont .txtL {
	text-align: left;
}
.messageCont .txtR span,
.messageCont .txtL span {
	text-align: center;
	display: inline-block;
}
.messageCont rt {
	font-size: 10px;
	margin-bottom: .01em;
}
.movieWrap {
	width: 48%;
	margin-bottom: 30px;
}
.movie {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	margin-bottom: 20px;
}
.movie iframe {
	position: absolute;
	left: 0;
	top: 0;
}
#topGreeting {
	background: url(../img/top/bg04.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 200px;
	position: relative;
}
#topGreeting::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	z-index: 1;
	background: rgba(255,255,255,.5);
	background: linear-gradient(to top,#fff 0%,transparent 100%);

}
#topGreeting h2 {
	margin-bottom: 50px;
}
#topGreeting h2 img {
	max-height: 95px;
}
.greetingTxt {
	font-size: 20px;
	line-height: 2.2;
	color: #4d4d4d;
}
.greetingTxt .txt + .txt {
	margin-top: 2.2em;
}

#topActivities h2 {
	margin-bottom: 50px;
}
#topActivities h2 img {
	max-height: 150px;
}
.topActivities {
	margin: 0 auto;
	max-width: 720px;
}
.topActivities dl {
	width: 49%;
	position: relative;
	font-size: 12px;
}
.topActivities dt {
	position: relative;
	margin-bottom: 15px;
	transition: .1s;
}
.topActivities dt a {
	display: none;
}
/*
.topActivities dt a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.topActivities dt:hover {
	opacity: .8;
}
*/
.topActivities h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: -webkit-gradient(linear,left top, right top,from(rgba(153,134,117,.1)),color-stop(50%, rgba(153,134,117,.95)),to(rgba(153,134,117,.1)));
	background: -ms-linear-gradient(left,rgba(153,134,117,.1) 0%,rgba(153,134,117,.95) 50%,rgba(153,134,117,.1) 100%);
	background: -o-linear-gradient(left,rgba(153,134,117,.1) 0%,rgba(153,134,117,.95) 50%,rgba(153,134,117,.1) 100%);
	background: linear-gradient(to right,rgba(153,134,117,.1) 0%,rgba(153,134,117,.95) 50%,rgba(153,134,117,.1) 100%);
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 8px 10px 10px;
	line-height: 1;
	letter-spacing: .05em;
	text-indent: .05em;
}
.topNewsWrap h2 {
	margin-bottom: 45px;
}
.topNewsWrap h2 img {
	max-height: 80px;
}
.topBlog {
	margin-top: 120px;
}
.topBlogWrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 5%;
}
.topBlogBox {
	width: 30%;
	text-align: left;
	position: relative;
	transition: .1s;
}
.topBlogBox:hover {
	opacity: .8;
}
.topBlogBox a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.topBlogBox .thumb {
	aspect-ratio: 300/180;
	height: auto;
	margin-bottom: 5px;
}
.topNews {
	max-width: 900px;
	margin: 0 auto;
}
.topNews .news a {
	padding: 20px 0;
	border-color: #998675;
}
.viewBtn {
	margin-top: 30px;
}
.topNews .viewBtn {
	margin-top: 57px;
}
.viewBtn a {
	display: block;
	margin: 0 auto;
	background: #998675;
	border: 1px solid #998675;
	color: #fff;
	max-width: 160px;
	font-size: 18px;
	line-height: 1;
	padding: 5px 5px 7px;
}
.viewBtn a:hover {
	color: #998675;
	background: #fff;
}

.topBottom {
	background: url("../img/top/top_bottom.png") center center no-repeat;
	background-size: cover;
	height: 448px;
	margin-top: 10px;
}
#topEvent  {
	padding-top: 20px;
}
#topEvent h2 img {
	max-height: 82px;
	margin-bottom: 30px;
}
#topEvent .container,
#event .container {
	max-width: 690px;
}
.eventBox {
	margin-bottom: 15px;
	position: relative;
	padding: 15px;
	transition: .1s;
}
.eventBox:hover {
	background: #f1f1f1;
}
.eventBox > a {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.eventBox h3 {
	font-size: 18px;
	text-align: left;
}
section iframe {
	max-width: 100%;
	aspect-ratio: 16/9;
}
.eventThumb {
	width: 25%;
}
.eventCont {
	width: 72%;
	word-break: break-all;
}
.eventDetail {
	text-align: left;
}
.eventDetail dt {
	width: 25%;
	text-align: center;
	color: #fff;
	background: #998675;
	margin-top: 8px;
}
.eventDetail dd {
	width: 75%;
	padding-left: 3%;
	padding-top: 8px;
}
.eventWrap {
	padding-bottom: 20px;
}
#topEvent .viewBtn {
	margin-top: 0;
}
#event .postDetail {
	max-width: 1000px;
}
.eventContents {
	padding: 0 15px;
}
.eventDetail {
	margin-bottom: 20px;
}
.postDetail .eventDetail dt {
	width: 18%;
}
.postDetail .eventDetail dd {
	width: 82%;
	padding-left: 2%;
}
.eventThmub {
	margin-top: 30px;
}

/*subTtl------------------*/
.pageTtl {
	background: url("../img/contact/ttl_bg.png") center center no-repeat;
	height: 500px;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 45px;
}
#blog .pageTtl {background-image:url("../img/blog/ttl_bg.png");}
#profile .pageTtl {background-image:url("../img/profile/ttl_bg.png");}
#activities .pageTtl {background-image:url("../img/activities/ttl_bg.png");}
#news .pageTtl {background-image:url("../img/news/ttl_bg.png");}
#movie .pageTtl {background-image:url("../img/movie/ttl_bg.png");}
#event .pageTtl {background-image:url("../img/event/ttl_bg.png");}
#book .pageTtl {background-image:url("../img/book/ttl_bg.png");}
.pageTtl h2 {
	margin: 0;
}
/*contact-----------------*/
#contact .container {
	max-width: 740px;
}
.contTopTxt {
	font-size: 18px;
	margin-bottom: 60px;
}
.contact_reqest {
	border: 1px solid #998675;
	position: relative;
	padding: 35px 10px 30px;
	font-size: 18px;
	margin-bottom: 70px;
}
.contact_reqest::after {
	content: "";
	display: block;
	background: url("../img/cont_top.png") top center no-repeat;
	background-size: contain;
	height: 44px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
}
.contact_reqest .requestBtn {
	margin: 10px auto 0;
	max-width: 180px;
}
.form dt,.form dd {
	padding: 15px 5%;
	text-align: left;
}
.form dt {
	width: 35%;
	background: #f5f3f1;
}
.form dd {
	width: 65%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	width: 100%;
	border: 1px solid #998675;
	padding: 5px;
}
textarea {
	min-height: 140px;
}
.form dt.requ::after {
	content: "必須";
	color: #fff;
	background: #998675;
	display: inline-block;
	font-size: 14px;
	padding: 5px;
	line-height:.8;
	margin-left: 5px;
}
.form {
	margin-bottom: 60px;
}
.formBtn {
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0;
	width: 60%;
	max-width: 200px;
	background: #998675;
	border: 1px solid #998675;
	color: #fff;
	cursor: pointer;
	transition: .1s;
}
.formBack {
	background: #fff;
	color: #998675;
}
.thxBox {
	border: 1px solid #998675;
	padding: 30px 5%;
}
/*blog----------------*/
.postList {
	width: 65%;
}
.postBox {
	width: 46%;
	margin-right: 8%;
	margin-bottom: 50px;
	text-align: left;
	font-size: 14px;
	position: relative;
}
.postBox > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.postBox:hover {
	color: #998675;
}
.postBox:hover img {
	opacity: .85;
}
.postBox:nth-of-type(even) {
	margin-right: 0;
}
.thumb {
	position: relative;
	overflow: hidden;
	padding: 0;
	height: 225px;
	margin-bottom: 10px;
}
.thumb img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.postArea aside {
	display: block;
	width: 24%;
	text-align: left;
}
.sideTtl {
	background: #998675;
	color: #fff;
	padding: 10px 10px;
	line-height: 1.1;
}
.sideCont a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #998675
}
.sideCont a:hover {
	background: #f1f1f1;
}
.postDetail h2 {
	font-size: 20px;
	border-bottom: 1px solid #998675;
	margin-bottom: 10px;
	padding: 0 15px 5px;
	text-align: left;
}
.postDetail .date {
	padding: 0 15px;
	text-align: left;
	margin-bottom: 40px;
}
.postContent {
	text-align: left;
	padding: 0 15px;
	line-height: 1.8;
}
.postContent > p {
	margin-bottom: 1em;
}
.postContent img {
	margin-top: 1em;
}
.postContent a {
	color: #1933CB;
}
.postContent .movieWrap {
	width: 100%;
	max-width: 640px;
	margin-top: 35px;
	padding-top: 0!important;
}
.pageset {
	border-top: 1px solid #998675;
	padding: 20px 15px 0;
	margin-top: 40px;
}
.sideCategory {
	margin-top: 30px;
}
/*ページャー*/
.pager,.pageset {
	text-align: center;
}
.pager span,
.pager a{
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #998675;
	margin: 0 5px;
	color: #998675;
}
.pager .prev,.pager .next {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pager .prev img,.pager .next img {
	max-height: 10px;
	display: block;
}
.pager .current,.pager a:hover{
	background: #998675;
	border-color: #998675;
	color: #fff;
}
.sideCont .children a {
	padding-left: 10px;
}
.sideCont li ul li a::before {
	content: "─";;
	font-size: 65%;
	display: inline-block;
	margin-right: 5px;
	vertical-align: 2px;
}
.sideCont .children .children a {
	padding-left: 10px;
	font-size: 90%;
}
.sideCont .children .children a::before {
	content: "▶";
	color: #998675;
}
.sideCategory .sideCont > li > a + ul {
	display: none;
}
.sideCategory .sideCont > li > a::before {
	content: "▼";
	font-size: 75%;
	color: #998675;
	margin-right: 2px;
}
.sideCategory .sideCont > li > a.active::before {
	content: "▲";
}
/*news---------------------*/
#news .container {
	max-width: 900px;
}
.news a {
	border-bottom: 1px solid #E6E6E6;
	padding: 20px 5%;
	text-align: left;
}
.news a:hover {
	color: #998675;
}
.news .date {
	margin-right: 5%;
}
.newsList .pager {
	margin-top: 50px;
}

/*profile----------------------*/
#profileMessage {
	padding: 0;
}
.profilePic {
	width: 42%;
}
.profileWrap dl {
	width: 50%;
	padding-top: 35px;
	text-align: left;
}
.profileWrap dt {
	font-size: 18px;
	color: #998675;
	margin-bottom: 55px;
}
.profileWrap dt p {
	font-size: 46px;
	line-height: 1;
	letter-spacing: .2em;
	margin-bottom: 12px;
}
.profileWrap dd {
	line-height: 2.1;
}
.profileWrap dd p:not(:last-of-type) {
	margin-bottom: 35px;
}
#profileMessage .container {
	max-width: 800px;
}
.anchor a {
	display: block;
	color: #fff;
	width: 185px;
	line-height: 1.2;
	font-size: 18px;
	background: #998675 url("../img/profile/arrow.png") right 15px center no-repeat;
	background-size: auto 12px;
	padding: 7px 25px;
}
.anchor li:first-of-type a {
	margin-right: 25px;
}
.messageArea {
	background: url("../img/profile/message_01.png") center bottom no-repeat;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}
#message02 {background-image: url("../img/profile/message_02.png");}
#message03 {background-image: url("../img/profile/message_03.png");}
.messageArea::after {
	content: "";
	display: block;
	height: 60px;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(to bottom,#fff 0%,rgba(255,255,255,0) 100%);
}
.messageArea h3 {
	color: #998675;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 40px;
}
.messageWrap {
	text-align: left;
	line-height: 1.9;
	padding: 0 2.5%;
}
.messageWrap p:not(:last-of-type) {
	margin-bottom: 45px;
}
#history {
	padding-top: 0;
}
#history .container {
	max-width: 800px;
}
.historyTtl {
	color: #998675;
	font-weight: 500;
	font-size: 28px;
	background: url("../img/profile/ttl_border.png") bottom center no-repeat;
	padding-bottom: 27px;
	margin-bottom: 50px;
	padding-top: 80px;
}
.historyWrap dl {
	text-align: left;
	padding: 0 9%;
}
.historyWrap dt {
	width: 20%;
	margin-bottom: 10px;
}
.historyWrap dd {
	width: 80%;
	padding-left: 1%;
	margin-bottom: 10px;
}

/*activities--------------------*/
.activitiesArea {
	overflow-x: hidden;
}
#activities article > section {
	padding: 0;
}
.contWrap {
	position: relative;
	padding: 60px 0;
	z-index: 1;
}
.activitiesArea {
	padding: 0;
	background: url("../img/activities/bg01.png") center top 1% repeat-x;
	background-size: auto 1336px;
}
#activities03 {
	padding: 0;
	background: url("../img/activities/bg02.png") center top repeat-x;
	background-size: 100% auto;
	padding-top: 150px!important;
	margin-top: -130px;
}
#activities04 {
	padding: 0;
	background: url("../img/activities/bg03.png") center top -10% repeat-x;
	background-size: 100% auto;
}
.contLeft,.contRight {
	z-index: -1;
}
.contLeft {
	position: absolute;
	bottom: 0;
	left: -20%;
	background: url("../img/activities/cont_l01.svg") left top no-repeat;
	background-size: contain;
	width: 475px;
	height: 470px;
}
.contRight {
	position: absolute;
	top: 0;
	right: -10%;
	background: url("../img/activities/cont_r01.svg") right top no-repeat;
	background-size: contain;
	width: 465px;
	height: 465px;
}
#activities02 .contLeft {
	background-image: url("../img/activities/cont_l02.svg");
	width: 545px;
	height: 670px;
	left: -22%;
	bottom: -22%;
}
#activities02 .contRight {
	background-image: url("../img/activities/cont_r02.svg");
	width: 520px;
	height: 640px;
	top: 6%;
	right: -30%;
}
#activities03 .contRight {
	background-image: url("../img/activities/cont_r03.svg");
	width: 725px;
	height: 890px;
	top: 0%;
	right: -35%;
}
#activities04 .contLeft {
	background-image: url("../img/activities/cont_l03.svg");
	width: 545px;
	height: 550px;
	left: -20%;
	top: 0;
	bottom: inherit;
}
#activities04 .contRight {
	background-image: url("../img/activities/cont_r04.svg");
	width: 465px;
	height: 570px;
	top: 17%;
	right: -30%;
}
#activities04 .cont04Left {
	background-image: url("../img/activities/cont_l04.svg");
	width: 145px;
	height: 290px;
	left: -18%;
	top: inherit;
	bottom: 12%;
}
.dots img {
	display: block;
	z-index: 5;
	position: relative;
}
.contLeft.dots img {
	margin-left: 0;
}
#activities02 .dots img {
	margin-right: 8%;
	margin-top: -10%;
}
#activities03 .dots img {
	margin-right: 15%;
}
#activities04 .dots img {
	margin-right: 10%;
	margin-top: -15%;
}



#activities01 .contWrap {
	padding-top: 0!important;
}
#activities03 .contWrap {
	padding-top: 0!important;
}
.activitiesAnchor {
	padding: 30px 0 0;
}
.activitiesAnchor li:not(:last-of-type) {
	margin-right: 50px;
}
.activitiesAnchor a {
	color: #998675;
}
.activitiesAnchor a::after {
	content: "";
	display: inline-block;
	background: url("../img/activities/btn_arrow.png") center center no-repeat;
	background-size: contain;
	width: 10.5px;
	height: 11px;
	margin-left: 5px;
}
#activities01 h2 {
	padding-top: 50px;
}
.contTtl {
	color: #998675;
	font-size: 38px;
	background: url("../img/activities/ttl_btm.png") bottom center no-repeat;
	padding-bottom: 40px;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 500;
}
.performanceWrap {
	margin: 15px auto;
	max-width: 940px;
}
.performanceWrap > figure {
	width: 50%;
}
.performanceWrap > p {
	width: 50%;
	text-align: left;
	line-height: 2;
}
.performanceWrap + ul {
	margin: 0 auto;
	max-width: 920px;
}
.btn a {
	display: inline-block;
	margin: 30px auto 0;
	color: #fff;
	background: #998675;
	font-size: 14px;
	line-height: 1;
	padding: 7px 30px;
}
.btn a::after {
	content: "";
	display: inline-block;
	background: url("../img/activities/btn_arrow02.png") center center no-repeat;
	background-size: contain;
	width: 10px;
	height: 10px;
	margin-left: 5px;
}
.lessonWrap {
	margin: 0 auto 30px;
	max-width: 940px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.lessonWrap > figure {
	width: 50%;
}
.lessonWrap > p {
	width: 50%;
	text-align: left;
	line-height: 1.8;
}
#activities02 h3 {
	font-size: 20px;
	font-weight: 500;
	color: #998675;
	background: url("../img/activities/ttl_btm02.png") bottom center no-repeat;
	padding-bottom: 20px;
	line-height: 1;
	margin-bottom: 20px;
}
.introduceWrap {
	max-width: 940px;
	margin: 0 auto;
}
.introduce {
	width: 32%;
	font-size: 15px;
}
.introduce dt {
	color: #998675;
	font-size: 19px;
	letter-spacing: -.04em;
	padding: 20px 0 15px;
}
.introduce img {
	max-height: 150px;
}
.introduce dt small {
	display: block;
	font-size: 16px;
	margin-top: 5px;
}
.introduce dd {
	text-align: left;
	min-height: 90px;
}
.introduce dd small {
	font-size: 12px;
}
.introduce:last-of-type dd {
	text-align: center;
}
.introduceBtn a {
	margin-top: 0;
}
.introduceBtn li {
	margin-bottom: 5px;
}
.btn a[target="_blank"]::after {
	background-image: url("../img/activities/blank01.png");
}
.btn02 a {
	color: #998675;
	border: 1px solid #998675;
	background: #fff;
}
.btn02 a[target="_blank"]::after {
	background-image: url("../img/activities/blank02.png");
}
#activities03 h2 {
	background: none;
	padding-top: 50px;
	padding-bottom: 0;
}
img[src*="salon_logo.png"] {
	max-height: 130px;
}
.salonLogo+p {
	margin-top: 20px;
}
.salonContents h3 {
	color: #998675;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}
.salonContents h3 small {
	display: block;
	font-size: 20px;
}
.salonWrap {
	margin: 0 auto 30px;
	max-width: 940px;
}
.salonWrap > figure {
	width: 50%;
}
.salonWrap > p {
	width: 50%;
	text-align: left;
	line-height: 1.8;
	letter-spacing: -.01em;
}
.salonContents {
	margin-top: 80px;
}
.salonContents:last-of-type .salonWrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.salonWrap+ p {
	color: #998675;
}
.salonContents .btn a {
	margin-top: 15px;
}
#activities04 .contTtl {
	margin-bottom: 30px;
}
.lectureTxt span {
	font-size: 14px;
	color: #998675;
	display: block;
	margin-top: 10px;
}
.lectureContents {
	margin-top: 70px;
}
.lecture {
	margin: 0 auto 30px;
	max-width: 940px;
}
.lecture > figure {
	width: 50%;
}
.lecture > p {
	width: 50%;
	text-align: left;
	line-height: 1.8;
	letter-spacing: -.03em;
}
.lectureContents:last-of-type .lecture {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.lectureContents h3 {
	color: #998675;
	font-size: 24px;
	background: url("../img/activities/ttl_btm03.png") bottom center no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}
.lecture+ p {
	color: #998675;
}
.lectureContents .btn a {
	margin-top: 15px;
}


/*ieハック*/
@media screen\0  {
	.thumb img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {
	body {
		font-size: 12px;
	}
	article > section {
		padding: 40px 0;
	}

	/*header,nav------------------------------*/
	#header {
		padding: 0;
	}
	.hLogo {
		z-index: 99999;
	}
	.hLogo img {
		max-height: 30px;
		display: block;
	}
	.header {
		padding: 8px 0;
	}
	.menuIcon {
		position: fixed;
		top: 13px;
		right: 6%;
		width: 30px;
		height: 22px;
		z-index: 99999;
		cursor: pointer;
		display: block;
	}
	.menuIcon span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background:#998675;
		z-index: 10;
		transition: .2s;
	}
	.menuIcon span:nth-of-type(1) {top: 0px;}
	.menuIcon span:nth-of-type(2) {top: 10px;	}
	.menuIcon span:nth-of-type(3) {bottom: 0px;	}
	.menuIcon.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.menuIcon.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menuIcon.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	#nav {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		transition: all 0.3s ease-in-out;
		overflow-y: auto;
		overflow-x: hidden;
	 -webkit-overflow-scrolling: touch;
		display: block;
		padding: 50px 8%;
		background: #fff;
	}
	#nav.active {
		right: 0;
		opacity: 1;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		z-index: 9990;
	}
	.nav {
		display: block;
	}
	.nav li {
		margin: 0;
		border-bottom: 1px solid #998675;
	}
	.nav li:last-of-type {
		border-bottom: none;
	}
	.nav a {
		padding: 10px 0;
		font-size: 16px;
	}
	.nav a span {
		font-size: 12px;
	}
	.contactNav {
		margin-top: 20px;
	}
	#header .contactNav a {
		padding: 16px 5px;
		font-size: 14px;
	}
	.contactBtn {
		margin-bottom: 10px;
	}
	.nav > li > a::after {
		display: none;
	}
	/*footer-------------------------*/
	#footer {
		margin-top: 30px;
	}
	.footer {
		display: block;
	}
	.footNav {
		display: none;
	}
	.footLogo img {
		max-height: 35px;
	}
	.footNavBox {
		display: block;
		width: 80%;
		margin: auto;
	}
	.copyright {
		font-size: 10px;
	}
	#footer .contactNav a {
		padding: 12px 5px;
	}
	/*top*---------------------*/
	.mvWrap .slick-track,.mv {
		height: 70vw;
	}
	#message {
		padding: 60px 0;
	}
	#message::after {
		height: 80px;
	}
	.mv02 {
		background-position: right 45% center;
	}
	.mv03 {
		background-position: right 41% center;
	}
	.bg01 {background-image: url("../img/top/bg01_sp.png")}
	.bg02 {background-image: url("../img/top/bg02_sp.png")}
	.bg03 {background-image: url("../img/top/bg03_sp.png")}

	.messageCont {
		padding: 0;
	}
	.messageCont > p:first-of-type,
	.messageCont > p {
		font-size: 3.9vw;
		margin-bottom: 30px;
	}
	.topMovie {
		display: block;
	}
	.movie {
		margin-bottom: 10px;
	}
	.movieWrap {
		width: 100%;
		padding-top: 30px;
	}
	#topGreeting {
		padding-bottom: 80px;
	}
	#topGreeting h2 {
		margin-bottom: 30px;
	}
	#topGreeting h2 img {
    max-height: 60px;
	}
	.greetingTxt {
		font-size: 3.8vw;
		line-height: 1.8;
	}
	#topActivities h2 {
		margin-bottom: 30px;
	}
	#topActivities h2 img {
		max-height: 105px;
	}
	.topActivities {
		display: block;
	}
	.topActivities dl {
		width: 100%;
		font-size: 12px;
		text-align: left;
		margin-bottom: 40px;
	}
	.topActivities dt{
		margin-bottom: 15px;
	}
	.topActivities h3 {
		font-size: 16px;
		text-align: center;
	}
	#topNews {
		padding-top: 10px;
	}
	.topNewsWrap {
		display: block;
	}
	.topNewsWrap h2 {
		margin-bottom: 20px;
	}
	.topNewsWrap h2 img {
		max-height: 56px;
	}
	.topNewsWrap > div {
		width: 100%;
		padding: 0;
	}
	.topNews {

	}
	.topNews .news a {
		padding-bottom: 15px;
	}
	.viewBtn {
		margin-top: 20px!important;
	}
	.viewBtn a {
		font-size: 14px;
	}
	.topBlog {
		margin-top: 80px;
	}
	.topBlogWrap {
		flex-direction: column;
		align-items: center;
	}
	.topBlogBox {
    width: 70%;
	}
	.topBlogBox .thumb {
		height: auto;
	}
	.topBottom {
		height: 56vw;
	}
	#index #footer {
		margin-top: 0;
	}
	.eventBox {
		display: block;
	}
	.eventThumb {
		width: 100%;
		margin-bottom: 15px;
	}
	.eventCont {
		width: 100%;
	}
	.eventBox h3 {
		font-size: 14px;
	}
	#topEvent h2 img {
    max-height: 60px;
    margin-bottom: 15px;
	}
	.eventContents {
		padding: 0;
	}
	.eventThmub {
		margin-top: 15px;
	}
	.eventDetail {
		margin-bottom: 10px;
	}
	#event .pageTtl h2 {
		padding: 0 8% 10px 0;
	}
	#event .pageTtl h2 img {
		padding: 0;
		box-shadow: none;
		background: none;
	}
	/*pageTtl-----------------*/
	.pageTtl {
		background-position: left 42% center;
		height: 60vw;
		padding-top: 15vw;
	}
	.pageTtl h2 {
		text-align: right;
		padding-right: 2%;
	}
	.pageTtl h2 img {
		padding: 2vw;
		border-radius: 10%;
		max-height: 30vw;
		box-shadow: 0 0 10px rgba(255,255,255,.3);
		background: rgba(255,255,255,.2);
	}
	#blog .pageTtl,#profile .pageTtl {
		background-position: left 66% center;
	}
	#blog .pageTtl h2,#profile .pageTtl h2 {
		text-align: left;
	}
	#blog .pageTtl h2 img,
	#news .pageTtl h2 img{
		box-shadow: 0 0 50px rgba(0,0,0,.2);
		background: rgba(0,0,0,.1);
	}
	#profile .pageTtl {
		background-position: left 66% center;
	}
	/*contact-------------------*/
	.contTopTxt {
		font-size: 12px;
		margin-bottom: 40px;
	}
	.contact_reqest {
		font-size: 14px;
		padding: 25px 5px 20px;
		margin-bottom: 40px;
	}
	.contact_reqest::after {
		max-height: 26px;
		top: -15px;
	}
	.form {
		display: block;
		margin-bottom: 20px;
	}
	.form dt,.form dd {
		width: 100%;
	}
	.form dt {
		padding: 10px 5%;
	}
	div.wpcf7 .ajax-loader {
		display: block!important;
	}
	.formBack {
		margin-bottom: 15px;
	}
	/*blog-----------------------*/
	.postArea {
		display: block;
	}
	.postList {
		width: 100%;
	}
	.postBox {
		width: 48%;
		margin-right: 4%;
		font-size: 12px;
		margin-bottom: 30px;
	}
	.thumb {
		height: 32vw;
		margin-bottom: 5px;
	}
	.postArea aside {
		width: 100%;
		margin-top: 40px;
	}
	.pager span, .pager a {
		margin: 0 2px;
	}
	.postDetail h2 {
		font-size: 14px;
	}
	.postDetail .date {
		margin-bottom: 15px;
	}
	.pageset {
		padding-top: 10px;
		margin-top: 20px;
	}
	.postDetail h2,.postDetail .date,.postContent,.pageset {
		padding-left: 0;
		padding-right: 0;
	}
	.sideCont .children a::before {
		vertical-align: 0;
	}

	/*news---------------------*/
	.news a {
		padding: 10px 5%;
	}
	.newsList .pager {
		margin-top: 30px;
	}
	/*profile-------------------*/
	.profileWrap {
		display: block;
	}
	.profilePic {
		width: 65%;
		margin: 0 auto;
	}
	.profileWrap dl {
		width: 100%;
		padding-top: 30px;
	}
	.profileWrap dt {
		font-size: 14px;
		margin-bottom: 20px;
		text-align: center;
	}
	.profileWrap dt p {
		font-size: 22px;
		margin-bottom: 7px;
	}
	.profileWrap dd p:not(:last-of-type) {
		margin-bottom: 15px;
	}
	.anchor {
		justify-content: space-between;
	}
	.anchor li {
		width: 49%;
	}
	.anchor a {
		width: auto;
		font-size: 13px;
		background-position:  right 8px center;
	}
	.anchor li:first-of-type a {
		margin: 0;
	}
	.messageArea {
		padding: 40px 0;
		background-size: auto 100%;
		background-position: left bottom;
	}
	#message03 {
		background-position: left 21% bottom;
	}
	.messageArea::after {
		height: 40px;
	}
	.messageArea h3 {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.messageWrap p {
		text-shadow: 0 0 5px #fff;
	}
	.messageWrap p:not(:last-of-type) {
		margin-bottom: 15px;
	}
	#history {
		padding-bottom: 0;
	}
	.historyTtl {
		padding-top: 40px;
		font-size: 16px;
		padding-bottom: 15px;
		margin-bottom: 30px;
		background-size: auto 8px;
	}
	.historyWrap dl {
		padding: 0;
	}
	
	/*activities----------------*/
	.contRight,.contLeft {
		opacity: .4;
	}
	.contRight {
		width: 80%;
		height: 50%;
		right: -10%;
		top: 0;
	}
	.contLeft {
		width: 110%;
		height: 55%;
		left: -10%;
		bottom: 0;
	}
	#activities02 .contRight {
    width: 80%;
    height: 30%;
    right: -17%;
    top: -3%;
	}
	#activities02 .contLeft {
    width: 100%;
    height: 60%;
    left: -6%;
    bottom: 0;
	}
	#activities03 .contRight {
		width: 101%;
    height: 33%;
    right: -25%;
    top: -5%;
		opacity: 1;
	}
	#activities04 .contLeft {
		width: 60%;
    height: 35%;
    left: -8%;
    bottom: inherit;
    top: 11%;
	}
	#activities04 .contRight {
    width: 77%;
    height: 34%;
    right: -11%;
    top: 44%;
	}
	#activities04 .cont04Left {
    width: 30%;
    height: 50vw;
    left: -2%;
    top: inherit;
    bottom: 0;
		opacity: .8;
	}
	.dots img {
		z-index: -1;
		display: none;
	}
	
	
	#activities01 h2,#activities03 h2 {
		padding-top: 40px;
	}
	.activitiesArea {
		background-size: auto 50%;
		background-position: left top;
	}
	#activities03 {
		padding-top: 0!important;
		margin-top: 0;
		background-size: auto 40%;
	}
	#activities04 {
		background-position: right top -5%;
		background-size: auto 34%;
	}
	.contWrap {
		padding: 40px 0;
		z-index: auto;
	}
	#activities .pageTtl {
		padding-top: 7vw;
	}
	.activitiesAnchor {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.activitiesAnchor li {
		width: 50%;
		margin-bottom: 10px;
	}
	.activitiesAnchor li:not(:last-of-type) {
		margin-right: 0;
	}
	.activitiesAnchor a {
		font-size: 14px;
	}
	.contTtl {
		font-size: 18px;
		background-size: auto 18px;
		padding-bottom: 20px;
	}
	#activities01 h2 + p {
		text-align: left;
	}
	.performanceWrap,.lessonWrap,
	.salonWrap,.lecture {
		display: block;
	}
	.performanceWrap {
		margin-top: 30px;
	}
	.performanceWrap + ul {
		display: block;
	}
	.performanceWrap > figure,
	.lessonWrap > figure,
	.salonWrap > figure,
	.lecture > figure {
		width: 100%;
		margin-bottom: 15px;
	}
	.performanceWrap > p,
	.lessonWrap > p,
	.salonWrap > p,
	.lecture > p {
		width: 100%;
	}
	#activities02 h3 {
		font-size: 16px;
	}
	.introduceWrap {
		display: block;
	}
	.introduce {
		width: 100%;
		margin-bottom: 40px;
		font-size: 12px;
	}
	.introduce dt {
		font-size: 14px;
		padding: 15px 0 10px;
	}
	.introduce img {
		max-height: none;
	}
	.introduce dd {
		min-height: inherit;
		margin-bottom: 15px;
		text-align: center;
	}
	img[src*="salon_logo.png"] {
		max-height: 75px;
	}
	.salonLogo+p {
		text-align: left;
		margin: 20px 0 0;
	}
	#activities03 .btn a {
		line-height: 1.4;
	}
	.salonContents {
		margin-top: 50px;
	}
	.salonContents h3 {
		font-size: 16px;
	}
	.salonContents h3 small {
		font-size: 14px;
	}
	.lectureTxt span {
		font-size: 12px;
	}
	.lectureContents {
		margin-top: 50px;
	}
	.lectureContents h3 {
		font-size: 16px;
	}
	
	
	
	
	
	
	
/*全体レイアウト
------------------------------------------------*/
.onlypc{display:none;}
.onlysp{display: block;}

}















