@charset 'UTF-8';

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", Osaka, "MS PGothic", Sans-Serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	text-align: inherit;
	color: inherit;
	border: none;
	outline: none;
	list-style: none;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

body {
	text-align: left;
	color: #fff;
	background-color: #711538;
	/*overflow: hidden!important;*/
	overflow-y: scroll!important;
}

img {
	max-width: 100%;
}

a:hover {
	opacity: 0.8;
}

body .sp-top,
header button {
	display: none;
}

#loader {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	left: 20px;
}

#bar {
	width: 300px;
	height: 2px;
	border:1px solid #efefef;
	padding: 1px;
	margin-top: 10px;
	font-size: 1px;
}

#bar span {
	display: block;
	width: 0px;
	height: 2px;
	background: #efefef;
}

#page_top {
	position: fixed;
	right: 0;
	bottom: 80px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 9999;
}

#page_top:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 50px;
	display: inline-block;
	right: -50px;
	bottom: -15px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #fff;
}

header {
	height: 100vh;
	position: relative;
	background: url(/img/top_bg.svg)no-repeat;
	background-size: cover;
	background-position: center;
}

header nav {
	position: fixed;
	z-index: 9!important;;
	height: 100vh;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header nav li {
	width: 100%;
}

header nav li a {
	color: #fff;
	display: inline-block;
	padding: 20px;
	text-shadow: 1px 1px 1px #000;
	height: 4em;
	float: right;
	text-align: right;
}

header nav li a .on {
	display: none;
	animation-name: fadein;
	animation-duration: 1s;
	text-align: right;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
	}
	to {
			opacity: 1;
			transform: translateY(0);
	}
}

header nav li a:hover .on {
	display: block;
	border-top: solid 1px #fff;
}

header .logo {
	position: absolute;
	z-index: 5;
	top: 10%;
	width: 100%;;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .logo a {
	width: 250px;
}

header .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

header .swiper-container .slide-01 {
	background: url(/img/slide-01.jpg)no-repeat;
	background-size: contain;
	background-position: center;
}

header .swiper-container .slide-02 {
	background: url(/img/slide-02.jpg)no-repeat;
	background-size: contain;
	background-position: center;
}

header .swiper-container .slide-03 {
	background: url(/img/slide-03.jpg)no-repeat;
	background-size: contain;
	background-position: center;
}

header .swiper-container .slide-04 {
	background: url(/img/slide-04.jpg)no-repeat;
	background-size: contain;
	background-position: center;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	position: absolute;
	display: flex!important;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	padding-top: 80vh;
	right: 0!important;
}

.swiper-pagination-bullet {
	width: 10px!important;
	height: 10px!important;
	margin: 10px!important;
	background: #fff!important;
	opacity: 10!important;
}

.swiper-pagination-bullet-active {
	background: #f55!important;
}

header .top-contents {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

header .top-contents div {
	width: 25%;
	height: 100vh;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	background-color: rgba(113,21,56,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

header .top-contents div p {
	padding-top: 150px;
}

header .top-contents div p span {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 1.6vw;
	font-family: "游明朝体","YuMincho";
	letter-spacing: 6px;
	line-height: 50px;

}

header .top-contents p > span:nth-child(1),
header .top-contents p > span:nth-child(75),
header .top-contents p > span:nth-child(130) {
	font-family: SnellRoundhand-Black;
}

/* テキストアニメーション */
.text_animate span {
	transition: 1s;
	opacity: 0;
}
.text_animate span.text_animate_on {
	transition: 1s;
	opacity: 1;
}
.text_animate.text_animate_rotate span {
	transform: rotate(-45deg);
	display: inline-block;
}
.text_animate.text_animate_rotate span.text_animate_rotate_on {
	transform: rotate(0deg);
}
.text_animate.text_animate_size span {
	font-size: 22px;
}
.text_animate.text_animate_size span.text_animate_size_on {
	font-size: 10px;
}
/* END */


/* main */
main > section {
	/*! min-height: 100vh; */
}

main section,
main section .inner {
	width: 1000px;
	margin: auto;
}

main section h2 {
	font-size: 35px;
	text-align: center;
	padding: 80px 0 50px;
	text-shadow: 1px 1px 1px #000;
}

main section h2 span {
	border-top: solid 1px #fff;
	width: 90px;
	display: inline-block;
	padding: 10px 0;
	font-size: 20px;
	text-shadow: 1px 1px 1px #000;
}


/* system */
main section.system {
	width: 100%;
	background: url(/img/system_bg.svg)no-repeat;
	background-size: cover;
	background-position: center;
}

main section.system .inner {
	padding-bottom: 80px;
	width: 400px;
}

main section.system table {
	border-collapse: collapse;
	margin: auto;
	width: 100%;
}

main section.system table th,
main section.system table td {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-size: 25px;
}

main section.system table th {
	padding: 10px;
}

main section.system table td span {
	margin-left: 10px;
}

main section.system .inner p {
	padding: 10px;
	text-shadow: 1px 1px 1px #000;
}


/* news */
main section .news {
	width: 600px;
	margin: 0 auto 80px;
}

main section .news ul li {
	border-bottom: 1px solid #aaa;
	padding: 10px;
}

main section .news li div:hover {
	cursor: pointer;
}

main section .news li div.btn:before {
	content: '+';
	display: inline-block;
	float: right;
	transition: inherit;
}

main section .news li div.active:before {
	content: '-';
	display: inline-block;
	float: right;
}

main section .news li div span  {
	width: 120px;
	display: inline-block;
	vertical-align: top;
}

main section .news li div h3 {
	display: inline-block;
	width: 75%
}

main section .news li p {
	margin: 10px;
}


/* blog */
main section .blog {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

main section .blog article {
	max-width: 29%;
	background-color: #fff;
	margin: 0 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #000;
	margin-bottom: 50px;
}

main section .blog article a figure {
	height: 150px;
	overflow-y: hidden;
}

main section .blog article a .thumbnail img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

main section .blog article .data {
	color: #333;
	padding: 20px 10px;
	position: relative;
}

main section .blog article .data .title {
	position: relative;
  padding: 8px;
  border: solid 1px #ccc;
}

main section .blog article .data time {
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	padding: 0 1em;
	margin: 0;
	background-color: white;
	transform: translateY(-50%) translateX(1em);
	color: ccc;
}

main section .blog article .data h3 {
	color: #711538;
}

main section .blog article .data p {
	font-size: 14px;
	padding: 5px 16px;
}

main section .blog article .data .more {
	font-size: 12px;
	position: absolute;
	right: 15px;
	bottom: 10px;
	border: solid 1px #ccc;
	padding: 1px 3px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #ccc;
}


/* recruit */
main section.recruit {
	width: 100%;
	margin: auto;
}

main section.recruit .recruit_bg {
	background: url(/img/recruit_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}

main section.recruit .recruit_bg p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 25px;
	line-height: 60px;
	letter-spacing: 3px;
	font-family: 'ヒラギノ丸ゴ ProN W4','Hiragino Maru Gothic ProN';
	text-shadow: 1px 1px 1px #000;
}

main section.recruit .inner {
	width: 600px;
}

main section.recruit .inner h3 {
	width: 200px;
	border: solid 1px #fff;
	background: rgba(255,255,255,0.3);
	font-size: 25px;
	margin: 30px 0;
	text-align: center;
	padding: 10px;
	text-shadow: 1px 1px 1px #000;
}

main section.recruit table {
	border-collapse: collapse;
	width: 100%;
}

main section.recruit table th,
main section.recruit table td {
	border: solid 1px #fff;
	background: rgba(255,255,255,0.3);
	padding: 10px;
	text-shadow: 1px 1px 1px #000;
}

main section.recruit table th {
	width: 200px;
	text-align: center;
	font-size: 20px;
}

main section.recruit table td {
	padding-left: 50px;
}


/* access */
main section.access {
	width: 100%;
}

main section.access .gmap {
	position: relative;
	z-index: 999!important;
}

main section.access .data {
	margin: 50px auto;
}

main section.access .data ul li {
	text-align: center;
	margin: 10px 0;
}

main section.access .data ul li > img {
	width: 200px;
}

main section.access .data ul.sns {
	display: flex;
	justify-content: center;
}

main section.access .data ul.sns li a {
	padding: 10px;
}

main section.access .data ul.sns li img {
	width: 30px;
}

footer {
	padding: 20px 0;
}

footer address {
	text-align: center;
	font-size: 12px;
}


/* post */
.post header {
	width: 100%;
	height: 150px;
	background: url(/img/sub_header.svg)no-repeat;
	background-position: bottom;
	background-size: cover;
	position: relative;
}

.post header h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80%;
	font-size: 25px;
	text-shadow: 1px 1px 4px #000;
}

.post main section {
	min-height: 100%;
}

.post .inner {
	width: 1000px;
	margin: auto;
}

.post .breadclumb {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	padding: 5px 0;
}

.post #main-wrapper main .section {
	width: 800px;
	margin: auto;
}

.post #main-wrapper main .section article {
	margin: 80px auto;
	border-bottom: solid 1px #fff;
	padding: 30px;
}

.post #main-wrapper main .section article a figure img {
	margin: auto;
	display: block;
	border: solid 1px #fff;
}

.post #main-wrapper main .section article a section {
	width: auto;
}

.post #main-wrapper main .section article a section h2 {
	font-size: 20px;
	margin: 20px auto;
	padding: 0;
}

.post #main-wrapper main .section article a section time {
	font-size: 14px;
}

.post #main-wrapper main .section article a section p {
	margin: 20px 0 0;
}


/* detail */
.post #main-wrapper .post {
	padding: 50px 0;
}

.post #main-wrapper .post time {
	font-size: 14px;
}

.post #main-wrapper .post h1 {
	font-size: 25px;
	border-bottom: solid 1px #fff;
	padding: 20px 20px 10px;
}

.post #main-wrapper .post > div {
	padding: 20px 0 30px;
}

.post #main-wrapper .post > div img {
	display: block;
	margin: auto;
	box-shadow: 1px 1px 3px #000;
}

.post #main-wrapper .post > div strong {
	font-weight: bold;
}

.post #main-wrapper .post_detail {
	width: 800px;
	margin: auto;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
}

.post #main-wrapper .post_detail > h2 {
	font-size: 20px;
	padding: 20px 0;
}

.post #main-wrapper .post_detail > h2:before {
	content: '';
	border-left: solid 2px #fff;
	margin-right: 10px;
}

.post #main-wrapper .post_detail .recommend {
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}

.post #main-wrapper .post_detail .recommend article {
	width: 30%;
	position: relative;
	border: solid 2px #fff;
}

.post #main-wrapper .post_detail .recommend article time {
	position: absolute;
	color: #333;
	background-color: #fff;
	font-size: 14px;
	padding: 5px 8px;
	left: -2px;
	top: -34px;
	border-radius: 5px 5px 0 0;
}

.post #main-wrapper .post_detail .recommend article .thumbnail figure {
	height: 150px;
	overflow-y: hidden;
}

.post #main-wrapper .post_detail .recommend article .thumbnail img {
	display: block;
	width: 100%;
}

.post #main-wrapper .post_detail .recommend article section {
	width: auto;
	height: 100%;
}

.post #main-wrapper .post_detail .recommend article h2 {
	font-size: 18px;
	padding: 10px;
	margin: 0;
	text-align: left;
}

.post #main-wrapper .post_detail .recommend article a {
		display: block;
	}


.post #main-wrapper .paging {
	margin-bottom: 100px;
}

.post #main-wrapper .paging ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.post #main-wrapper .paging ul li a {
	padding: 15px;
	border: solid 1px #fff;
	display: inline-block;
	margin: 0 10px;
	box-shadow: 1px 1px 2px #333;
}

.post #main-wrapper .paging ul li.active {
	padding: 15px;
	border: solid 1px #fff;
	margin: 0 10px;
	color: #333;
	background-color: #fff;
}


@media only screen and (max-width:1000px) {
	* {
		max-width: 100%;
	}

	main > section {
		min-height: auto;
		padding: 15px;
	}

	main section.recruit,
	main section.access {
		padding: 0;
	}

	main section .blog {
		padding: 5%
	}

	main section .blog article {
		max-width: 30%;
		margin: 10px;
	}

	.swiper-pagination.swiper-pagination-bullets {
		display: none!important;
	}





}


@media only screen and (max-width:768px) {
	header nav li a,
	header nav li a .on {
		font-size: 1.8vw
	}

	header .top-contents div {
		width: 40vw;
	}

	header .top-contents div p {
		padding-top: 2%;
	}

	header .top-contents div p span {
		font-size: 3vw;
		letter-spacing: 8px;
	}

	main section .blog article {
		max-width: 45%;
	}

	main section .blog article a .thumbnail img {
		width: 100%;
	}

	main section .blog article .data {
		padding: 30px 10px;
	}

	main section .blog article .data p {
		padding: 15px 16px;
	}

	.post #main-wrapper {
		padding: 0 15px;
	}

	.post .breadclumb {
		padding: 5px 15px;
	}

	.post #main-wrapper .post_detail {
		padding: 20px;
	}




}
@media only screen and (max-width:480px) {
	.home body .sp-top {
		display: block;
		background: url(/img/sub_header.svg)no-repeat;
		background-size: cover;
		width: 100%;
		height: 55px;
		position: fixed;
		z-index: 9999999;
	}

	#menu-btn {
		position: absolute;
		right: 10px;
		top: 6px;
		padding: 10px;
		cursor: pointer;
	}

	#menu-btn span {
		display: block;
		height: 3px;
		width: 28px;
		background: #000;
		right: 0;
		margin-bottom: 6px;
	}

	header nav {
		right: 0;
		width: 100%;
		height: auto;
	}

	header nav ul {
		display: none;
		background: rgba(255,255,255,0.9);
		width: 100%;
		padding: 190px 0;
	}

	header nav li a, header nav li a .on {
		font-size: 4vw;
		text-align: center;
		float: none;
		color: #333;
		text-shadow: none;
	}

	header nav li a {
		width: 100%;
		height: 5em;
	}

	header nav li a:hover .on {
		border-top: none;
	}

	header .swiper-container .slide-01 {
		background: url(/img/sp-slide-03.jpg)no-repeat;
		background-size: contain;
		background-position: center;
	}

	header .swiper-container .slide-02 {
		background: url(/img/sp-slide-04.jpg)no-repeat;
		background-size: contain;
		background-position: center;
	}

	header .swiper-container .slide-03 {
		background: url(/img/sp-slide-01.jpg)no-repeat;
		background-size: contain;
		background-position: center;
	}

	header .swiper-container .slide-04 {
		background: url(/img/sp-slide-02.jpg)no-repeat;
		background-size: contain;
		background-position: center;
	}

	.home header {
		position: absolute;
		width: 100%;
		/*! margin-top: -50px; */
	}

	.home main {
		padding-top: calc( 100vh - 50px);
	}

	header .logo a {
		width: 180px;
	}

	header .top-contents div {
		width: 50vw;
	}

	header .top-contents div p span {
		font-size: 4vw;
		letter-spacing: 5px;
		line-height: 40px;
	}

	main section .blog article {
		max-width: 100%;
		margin: 20px auto 50px;
	}

	main section .blog article a figure {
		height: 200px;
	}

	main section .blog article .data p {
		padding: 10px;
	}

	main section.recruit .recruit_bg {
		height: 250px;
	}

	main section.recruit .recruit_bg p {
		font-size: 5vw;
		line-height: 50px;
	}

	main section.recruit .inner {
		padding: 15px;
	}

	main section.recruit .inner h3 {
		font-size: 20px;
		width: 30%;
	}

	main section.recruit table th {
		width: 30%;
		font-size: 18px;
	}

	#page_top {
		right: -10px;
	}

	#page_top span {
		font-size: 12px;
	}

	#page_top::after {
		bottom: -15px;
		right: -40px
	}

	.post .breadclumb div,
	.post .breadclumb div a {
		font-size: 10px;
	}

	.post #main-wrapper .post_detail .recommend {
		display: block;
		width: 100%;
	}

	.post #main-wrapper .post_detail .recommend article {
		width: 100%;
		margin-bottom: 50px;
	}

	.post #main-wrapper .post_detail .recommend article a {
		display: flex;
	}

	.post #main-wrapper .post_detail .recommend article section {
		margin: 0;
	}

	.post #main-wrapper .post_detail .recommend article section h2{
		font-size: 14px;
	}

	.post #main-wrapper .post_detail .recommend article .thumbnail  {
		width: 200px;
	}

	.post #main-wrapper .post_detail .recommend article .thumbnail figure {
		height: auto;
	}







}
@media only screen and (max-width:375px) {

}