@charset "UTF-8";
/* css [home] */

@import url("home/info.css");
@import url("home/tabs_info.css");
@import url("home/workshops.css");
@import url("home/tidings.css");
@import url("home/report.css");

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
#maincontainer {
	background-color: #fff;
}
#maincontainer #contents {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
/*== Waku ==*/
#page-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	display: none;
}
#page-title h1 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0;
	font-style: normal;
	font-weight: 800;
	text-align: center;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#sitewise {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

/*== Branch ==*/
#sitewise #branch {
	padding: 0;
	margin: 0;
	height: auto;
	position: relative;
}
#branch .branchnavi {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
#branch .branchnavi ul {
	padding: 0;
	margin: 0 auto;
	height: auto;
	list-style-type: none;
}
#branch .branchnavi ul li {
	padding: 0;
	margin: 0;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	list-style-type: none;
	position: relative;
	overflow: hidden;
}

/*== 基本ボタン ==*/
#branch .branchnavi ul li a {
	padding: 0;
	margin: 0 auto;
	height: auto;
	display: block;
	background-color: #fff;
	border-radius: 3px;
	border: solid 1px #f46ea9;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	color: #f46ea9;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	overflow: hidden;
	position: relative;
}
#branch .branchnavi ul li a span {
	padding: 0;
	margin: 0;
	position: relative;
}
#branch .branchnavi ul li a span i {
	padding: 0;
	margin: 3px 8px 0 0;
	color: #f46ea9;
	font-size: 108%;
	font-weight: 900;
	font-style: normal;
	display: inline-block;
}
#branch .branchnavi ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-96%);
	transform: translateX(-96%);
	background-color: #f46ea9;
}
#branch .branchnavi ul li a:hover:before {
	color: #fff;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
#branch .branchnavi ul li a:after {
	padding: 0;
	margin: 2px 0 0 0;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	color: #f46ea9;
	font-weight: 900;
	position: absolute;
	right: 1em;
	vertical-align: middle;
}
#branch .branchnavi ul li a:hover span, .branchnavi ul li a:hover span i {
	color: #fff;
}
#branch .branchnavi ul li a:hover:after {
	padding: 0;
	margin: 2px 0 0 0;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 1em;
	vertical-align: middle;
	color: rgba(255, 255, 255, .85);
}

/*== MainBanner ==*/
#sitewise #mainbanner {
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #fff;
	position: relative;
}
#mainbanner .slider {
	padding: 0;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
#mainbanner figure {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
#mainbanner figure img {
	padding: 0;
	margin: 0 auto;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 0';
	position: relative;
	overflow: hidden;
}

/*== Figcaption ==*/
#mainbanner figure figcaption {
	padding: 0;
	margin: 0;
	height: auto;
	background-color: rgba(255, 255, 255, .85);
	position: absolute;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	overflow: hidden;
	left: 0;
}

/*== P ==*/
#mainbanner figure figcaption p {
	padding: 0;
	margin: 0;
	color: #f46ea9;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.0;
	writing-mode: vertical-rl;
	float: right;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	line-height: 1.5;
	writing-mode: vertical-rl;
	float: right;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: -30px;
}
.slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0;
}
.slick-dots li + li {
	margin-left: 20px;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
}
.slick-dots li button:before {
	font-family: "";
	font-size: 0;
	line-height: 0;
	content: "";
	width: 12px;
	height: 12px;
	color: #b7bac6;
	/* background-color: #e6e6e6; */
	background-color: #fff;
	border: solid 1px #dcdcdc;
	opacity: 1;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	color: #f46ea9;
	background-color: #f46ea9;
	border: solid 1px #f46ea9;
	opacity: 1;
}



/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 60px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#sitewise {
	margin-top: 110px;
	width: 100%;
	overflow: hidden;
}

/*== Branch ==*/
#sitewise #branch {
	margin-left: 30px;
	width: 230px;
	float: left;
}
#branch .branchnavi {
	margin-top: 34px;
	width: 100%;
}
#branch .branchnavi ul {
	width: 98%;
	text-align: center;
}
#branch .branchnavi ul li {
	padding: 6px 0 6px 0;
	margin: 0;
	width: 100%;
}

/*== 基本ボタン ==*/
#branch .branchnavi ul li a {
	padding: 16px 0;
	width: 99%;
	font-size: 21px;
}
#branch .branchnavi ul li a span i {
	margin: 3px 8px 0 0;
}
#branch .branchnavi ul li a:after, 
#branch .branchnavi ul li a:hover:after {
	margin: 4px 0 0 0;
	right: 1em;
	font-size: 14px;
}

/*== MainBanner ==*/
#sitewise #mainbanner {
	width: calc(100% - 300px);
	float: right;
}
#mainbanner figure {
	height: 720px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	max-width: 1680px;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	padding: 35px 35px;
	top: 140px;
}

/*== P ==*/
#mainbanner figure figcaption p {
	margin-left: 15px;
	font-size: 20px;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	font-size: 36px;
	line-height: 2.0;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 35px;
}
.slick-dots li {
	width: 20px;
	height: 20px;
}
.slick-dots li button {
	width: 20px;
	height: 20px;
}
.slick-dots li button:before {
	width: 20px;
	height: 20px;
}



}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 60px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#sitewise {
	margin-top: 0;
	width: 100%;
}

/*== Branch ==*/
#sitewise #branch {
	padding-top: 21px;
	margin: 0 auto;
	width: 98%;
	display: block;
}
#branch .branchnavi {
	width: 100%;
}
#branch .branchnavi ul {
	width: 98%;
}
#branch .branchnavi ul li {
	padding: 4px 0 4px 0;
	margin: 0 0.6%;
	width: 23.0%;
}

@media all and (max-width: 780px) and (min-width: 600px) {
	#branch .branchnavi ul li {
		padding: 4px 0 4px 0;
		margin: 0 0.6%;
		width: 31.0%;
	}
}

/*== 基本ボタン ==*/
#branch .branchnavi ul li a {
	padding: 13px 0;
	width: 99%;
	font-size: 18px;
}
#branch .branchnavi ul li a span i {
	margin: 3px 8px 0 0;
}
#branch .branchnavi ul li a:after, 
#branch .branchnavi ul li a:hover:after {
	margin: 4px 0 0 0;
	right: 1em;
	font-size: 12px;
}

/*== Main-Banner ==*/
#mainbanner {
	width: 100%;
}
#mainbanner figure {
	width: 100%;
	height: 500px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	padding: 25px 25px;
	top: 70px;
}

/*== P ==*/
#mainbanner figure figcaption p {
	margin-left: 10px;
	font-size: 16px;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	font-size: 30px;
	line-height: 1.8;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
	width: 18px;
	height: 18px;
}
.slick-dots li button {
	width: 18px;
	height: 18px;
}
.slick-dots li button:before {
	width: 18px;
	height: 18px;
}


}


/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 60px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#sitewise {
	margin-top: 0;
	width: 100%;
}

/*== Branch ==*/
#sitewise #branch {
	padding-top: 17px;
	margin: 0 auto;
	width: 98%;
	display: block;
}
#branch .branchnavi {
	width: 100%;
}
#branch .branchnavi ul {
	width: 98%;
}
#branch .branchnavi ul li {
	padding: 3px 0 3px 0;
	margin: 0 0.4%;
	width: 31.0%;
}

/*== 基本ボタン ==*/
#branch .branchnavi ul li a {
	padding: 10px 0;
	width: 99%;
	font-size: 15px;
}
#branch .branchnavi ul li a span i {
	margin: 3px 8px 0 0;
}
#branch .branchnavi ul li a:after, 
#branch .branchnavi ul li a:hover:after {
	margin: 4px 0 0 0;
	right: 1em;
	font-size: 9px;
}

/*== Main-Banner ==*/
#mainbanner {
	width: 100%;
}
#mainbanner figure {
	width: 100%;
	height: 350px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	padding: 15px 15px;
	top: 35px;
	width: 40%;
}

/*== P ==*/
#mainbanner figure figcaption p {
	margin-left: 10px;
	font-size: 13px;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	font-size: 22px;
	line-height: 1.6;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 20px;
}
.slick-dots li {
	width: 16px;
	height: 16px;
}
.slick-dots li button {
	width: 16px;
	height: 16px;
}
.slick-dots li button:before {
	width: 16px;
	height: 16px;
}


}