/*------------------------------------------------------------
TOPPAGE .p-top
------------------------------------------------------------*/
.p-top .more_button {
	margin: 80px 0;
	background-color: #e5e5e5;
	width: 354px;
	padding: 20px 0 6px;
}

@media screen and (max-width: 767px) {
	.p-top .more_button {
		width: 100%;
		margin: 40px 0;
		padding: 10px 0 3px;
	}
}

.p-top.header {
	max-height: 750px;
	overflow-y: hidden;
}

.p-top.header .slideshow_cover {
	position: relative;
}

@media screen and (max-width: 1023px) {
	.p-top.header .slideshow_cover {
		padding-top: 60px;
	}
}

.p-top.header .slideshow {
	width: 100%;
}

.p-top.header .slideshow .bx-wrapper {
	max-height: 750px;
	margin-bottom: 0;
}

.p-top.header .slideshow .bxslider {
	width: 100%;
}

.p-top.header .slideshow img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.p-top.header .slideshow .bx-wrapper,
	.p-top.header .slideshow .bx-viewport {
		height: 375px !important;
	}
	.p-top.header .slideshow .bx-wrapper img {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 375px;
		width: auto;
		max-width: none;
	}
	.p-top.header .slideshow .bx-controls-direction a {
		width: 50px;
		height: 50px;
		margin-top: -25px;
		background-size: 100%;
	}
}

.p-top.header .slideshow_text {
	position: absolute;
	overflow: hidden;
	border-radius: 10px;
	z-index: 2000;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
	.p-top.header .slideshow_text {
		top: 55%;
	}
}

@media screen and (max-width: 1149px) {
	.p-top.header .slideshow_text img {
		width: 300px;
	}
}

.p-top.header .slideshow_text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    transition: 0.3s ease;
}
/* hover */
.p-top.header .slideshow_text:hover::after {
    opacity: 1;
}

.p-top.header .main_nav {
	position: absolute;
	z-index: 2000;
	bottom: 0;
	top: auto;
}

.p-top.header .main_nav.is_sticky {
	position: fixed;
	top: 0;
	bottom: auto;
}

.p-top.header .scroll_down {
	position: absolute;
	z-index: 2000;
	bottom: 147px;
	margin: 0 auto;
	display: inline-block;
	left: 50%;
	margin-left: -18px;
}

@media screen and (max-width: 1149px) {
	.p-top.header .scroll_down {
		bottom: 110px;
		z-index: 1999;
	}
}

@media screen and (max-width: 1023px) {
	.p-top.header .scroll_down {
		bottom: 50px;
	}
}

.p-top.header .scroll_down:after {
	content: "";
	position: absolute;
	background-image: url("../img/top/scroll_icon.png");
	width: 12px;
	height: 75px;
	left: 50%;
	margin-left: -6px;
	top: 18px;
}

/**/
.p-top .section_space {
	background: #fff;
	margin-top: -25px;
	padding: 60px 0 120px;
}
.p-top .section_space h3 {
	color: #483130;
	font-size: 35px;
	text-align: center;
	padding-bottom: 30px;
}
.p-top .section_space p {
	color: #664847;
	font-size: 16px;
}
.p-top .section_space p + p {
	padding-top: 25px;
}
.p-top .section_office {
	background: #F8F7EF;
	padding-top: 1px;
}
.p-top .section_office .list_img {
	display: flex;
	flex-wrap: wrap;
	margin-top: -50px;
}
.p-top .section_office .list_img li {
	width: calc((100% - 30px) / 4);
}
@media screen and (min-width: 768px) {
.p-top .section_office .list_img li:not(:nth-child(4n)) {
	margin-right: 10px;
}
}
.p-top .section_office .list_img li img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}
.p-top .section_office .list_img li p {
	font-size: 10px;
	padding-top: 10px;
}

.p-top .section_office .list_btn {
	display: flex;
	justify-content: center;
	margin: 30px 0 45px;
}
.p-top .section_office .list_btn li {
	width: 50%;
	max-width: 330px;
	margin: 0 10px;
}
.p-top .section_office .list_btn li:nth-child(1) a {
	background: #364F82;
	box-shadow: 0px 0px 0px 3px #364f82;
}
.p-top .section_office .list_btn li:nth-child(2)  a{
	background: #C2A544;
	box-shadow: 0px 0px 0px 3px #C2A544;
}
.p-top .section_office .list_btn li a {
	color: #fff;
	font-size: 10px;
	padding: 7px 0;
	display: block;
	border: 1px solid #fff;
}

.p-top .section_work {
	background: #fff;
	padding: 60px 0;
}
.p-top .section_work h3 {
	font-size: 28px;
	padding-bottom: 30px;
}
.p-top .section_work img {
	width: 100%;
}
.p-top .section_work img.sp-only {
	display: none;
}
.p-top .section_situation {
	padding-top: 60px;
}

@media screen and (max-width: 767px) {
	.p-top .section_space {
		padding: 40px 0 70px;
	}
	.p-top .section_space h3 {
		font-size: 20px;
		padding-bottom: 25px;
	}
	.p-top .section_space p {
		font-size: 13px;
	}
	.p-top .section_space p + p {
		padding-top: 16px;
	}
	.p-top .section_office .list_img {
		margin-top: -35px;
	}
	.p-top .section_office .list_img li {
		width: calc((100% - 5px) / 2);
		margin-top: 12px;
	}
	.p-top .section_office .list_img li:nth-child(-n+2) {
		margin-top: 0;
	}
	.p-top .section_office .list_img li:not(:nth-child(2n)) {
		margin-right: 5px;
	}
	.p-top .section_office .list_img li p {
		padding-top: 5px;
	}

	.p-top .section_office .list_btn {
		display: block;
		margin: 25px 0 30px;
	}
	.p-top .section_office .list_btn li {
		width: 100%;
		max-width: 275px;
		margin: 0 auto;
	}
	.p-top .section_office .list_btn li:nth-child(1) a {
		box-shadow: 0px 0px 0px 2px #364f82;
	}
	.p-top .section_office .list_btn li:nth-child(2)  a{
		margin: 12px auto 0;
		box-shadow: 0px 0px 0px 2px #C2A544;
	}
	.p-top .section_office .list_btn li a {
		padding: 5px 0;
	}

	.p-top .section_work {
		background: #fff;
		padding: 40px 0;
	}
	.p-top .section_work h3 {
		font-size: 18px;
		padding-bottom: 25px;
	}
	.p-top .section_work img.pc-only {
		display: none;
	}
	.p-top .section_work img.sp-only {
		display: block;
	}
	.p-top .section_situation {
		padding-top: 32px;
	}
}


/**/
.news_banner {
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 60px;
}
.news_banner .bx-wrapper {
    max-width: 870px!important;
    margin: 0 auto;
}
.news_banner .bx-viewport {
    overflow: visible!important;
    width: 1026px!important;
}
.news_banner li {
    width: 872px!important;
    height: 412px;
}
.news_banner .bx-wrapper img {
	width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
	.news_banner {
		padding-bottom: 30px;
	}
	.news_banner .js-mainslider {
		display: -webkit-inline-box;
		width: 100%!important;
	}
	.news_banner .bx-wrapper {
		max-width: 100%!important;
	}
	.news_banner .bx-viewport {
		overflow: visible!important;
		width: 100%!important;
	}
	.news_banner .js-mainslider {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.news_banner .js-mainslider li {
		width: 100%!important;
		height: auto!important;
		margin: 0;
		padding: 0;
	}
	.news_banner .bx-controls-direction a {
		width: 30px;
		height: 30px;
		margin-top: -25px;
		background-size: 100%;
	}
}





.p-top.s-reserved {
	padding-top: 25px;
}

.p-top.s-reserved .reserved_list {
	margin-top: 20px;
	width: 100%;
}

.p-top.s-reserved .reserved_list li {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff;
}

.p-top.s-reserved .reserved_list li:last-child {
	margin-bottom: 0;
}

.p-top.s-reserved .reserved_list li .label {
	display: table-cell;
	background-color: #e50c7c;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	width: 150px;
	display: none;
}
.p-top.s-reserved .reserved_list li .label span {
	margin-top: -6px;
}

@media screen and (max-width: 767px) {
	.p-top.s-reserved .reserved_list li .label {
		font-size: 1.6rem;
		display: block;
		width: 100%;
		padding: 3px 0;
		
	display: none;
	}
}

.p-top.s-reserved .reserved_list li p {
	display: table-cell;
	font-size: 2.2rem;
	padding-top: 10px;
}
.p-top.s-reserved .reserved_list li /*p.left.reserved_title*/ {
	background-color: #FBE2EE;
}

@media screen and (max-width: 767px) {
	.p-top.s-reserved .reserved_list li p {
		font-size: 2rem;
		display: block;
		width: 100%;
		padding: 5px 0;
	}
}

.p-top.s-reserved .reserved_list li p.left { 
	width:49%;
	text-align: right;
}
.p-top.s-reserved .reserved_list li p.left.text_left { 
	text-align: left;
	margin-left: 18px;
}
@media screen and (max-width: 767px) {
	.p-top.s-reserved .reserved_list li p.left { 
		width: 100%;
		float: none;
		text-align: center;
	}
	.p-top.s-reserved .reserved_list li p.left.text_left { 
		margin-left: 0;
		text-align: center;
	}
}


.p-top.s-information .section_title {
	position: relative;
}

.p-top.s-information .section_title .icon {
	position: absolute;
	right: -10px;
	bottom: -65px;
}

@media screen and (max-width: 767px) {
	.p-top.s-information .section_title .icon {
		right: 0;
		bottom: -35px;
	}
}
img.miniimage { display: none; }

/* ▼表示領域が600px以上の場合 */
@media (min-width: 600px) {
   img.miniimage { display: none; }  /* miniを非表示 */
   img.bigimage  { display: block; } /* bigを表示 */
}
/* ▼表示領域が600px未満の場合 */
@media (max-width: 599px) {
   img.miniimage { display: block; } /* miniを表示 */
   img.bigimage  { display: none; }  /* bigを非表示 */
}

.resizeimage img { width: 100%; }

.p-top.s-information .event_list {
	margin-top: 30px;
}

.p-top.s-information .event_list .item {
	width: 356px;
	padding-top: 10px;
	padding-right: 10px;
	margin-right: 26px;
	margin-top: 40px;
}

@media screen and (max-width: 1149px) {
	.p-top.s-information .event_list .item {
		width: calc(31% - 10px);
		margin-right: 3.5%;
	}
}

@media screen and (max-width: 767px) {
	.p-top.s-information .event_list .item {
		width: calc(48% - 10px);
		margin-right: 4%;
		margin-top: 20px;
	}
}

.p-top.s-information .event_list .item:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.p-top.s-information .event_list .item:nth-child(3n) {
		margin-right: 4%;
	}
}

.p-top.s-information .event_list .item:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.p-top.s-information .event_list .item:nth-child(-n+3) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.p-top.s-information .event_list .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.p-top.s-information .event_list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

.p-top.s-information .event_list .item__label--pink {
	background-color: #e50c7c;
}

.p-top.s-information .event_list .item__info {
	padding: 5px 0;
	border-bottom: 1px solid #dddcdc;
}

.p-top.s-information .event_list .item__info p.left {
	font-size: 1.2rem;
	width: 15%;
	text-align: left;
}

@media screen and (max-width: 1149px) {
	.p-top.s-information .event_list .item__info p.left {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.p-top.s-information .event_list .item__info p.left {
		float: none;
		width: 100%;
	}
}

.p-top.s-information .event_list .item__info p.right {
	font-size: 1.2rem;
	width: 85%;
}

@media screen and (max-width: 1149px) {
	.p-top.s-information .event_list .item__info p.right {
		width: 75%;
	}
}

@media screen and (max-width: 767px) {
	.p-top.s-information .event_list .item__info p.right {
		float: none;
		width: 100%;
	}
}

.p-top.s-information .event_list .item__info .item__title {
	margin-top: 5px;
}

.p-top.s-news_event_report {
	position: relative;
	overflow: hidden;
	background-color: #f8fafe;
}

@media screen and (max-width: 767px) {
	.p-top.s-news_event_report {
		background-color: transparent;
		padding-bottom: 0;
	}
}

.p-top.s-news_event_report::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fbf9f0;
}

@media screen and (max-width: 767px) {
	.p-top.s-news_event_report::before {
		display: none;
	}
}

.p-top.s-news_event_report .left.news,
.p-top.s-news_event_report .right.event_report {
	width: 45%;
}

@media screen and (max-width: 1149px) {
	.p-top.s-news_event_report .left.news,
	.p-top.s-news_event_report .right.event_report {
		width: 48%;
	}
}

@media screen and (max-width: 767px) {
	.p-top.s-news_event_report .left.news,
	.p-top.s-news_event_report .right.event_report {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.p-top.s-news_event_report .left.news {
		position: relative;
		padding-bottom: 40px;
	}
	.p-top.s-news_event_report .left.news::after {
		content: "";
		position: absolute;
		left: -3%;
		top: -40px;
		width: 106%;
		height: calc(100% + 40px);
		background-color: #fbf9f0;
		z-index: -1;
	}
}

@media screen and (max-width: 767px) {
	.p-top.s-news_event_report .right.event_report {
		padding-top: 30px;
		position: relative;
		padding-bottom: 40px;
	}
	.p-top.s-news_event_report .right.event_report::after {
		content: "";
		position: absolute;
		left: -3%;
		top: 0;
		width: 106%;
		height: 100%;
		background-color: #f8fafe;
		z-index: -1;
	}
}

.p-top.s-news_event_report .section_title {
	position: relative;
}

.p-top.s-news_event_report .section_title .more_button {
	width: 84px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

.p-top.s-news_event_report .news_list .item {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	margin-top: 25px;
}

.p-top.s-news_event_report .news_list .item:after {
	display: block;
	clear: both;
	content: "";
}

.p-top.s-news_event_report .news_list .item:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.p-top.s-news_event_report .news_list .item:first-child {
	margin-top: 0;
}

.p-top.s-news_event_report .news_list .item p {
	float: left;
	vertical-align: top;
	margin: 0 1%;
}

.p-top.s-news_event_report .news_list .item .date {
	width: 90px;
}

@media screen and (max-width: 1149px) {
	.p-top.s-news_event_report .news_list .item .date {
		width: 75px;
	}
}

.p-top.s-news_event_report .news_list .item .label {
	font-size: 1.1rem;
	color: #fff;
	padding: 3px 0;
	width: 72px;
	background-color: #cdaf3f;
}

@media screen and (max-width: 1149px) {
	.p-top.s-news_event_report .news_list .item .label {
		width: 65px;
	}
}

.p-top.s-news_event_report .news_list .item .title {
	text-align: left;
	width: calc(94% - 90px - 72px);
}

@media screen and (max-width: 1149px) {
	.p-top.s-news_event_report .news_list .item .title {
		width: calc(94% - 75px - 65px);
	}
}

.p-top.s-news_event_report .event_list .item {
	width: 100%;
	margin-bottom: 30px;
}

.p-top.s-news_event_report .event_list .item:last-child {
	margin-bottom: 0;
}

.p-top.s-news_event_report .event_list .item__link {
	display: block;
}
.p-top.s-news_event_report .event_list a.item__link {
	color: #333;
}

.p-top.s-news_event_report .event_list .item__link:after {
	display: block;
	/*clear: both;*/
	content: "";
}

.p-top.s-news_event_report .event_list .item .img_frame {
	position: relative;
	padding-right: 10px;
	padding-top: 10px;
}

.p-top.s-news_event_report .event_list .item .img_cover {
	height: 156px;
	border: none !important;
}

.p-top.s-news_event_report .event_list .item .img_cover img {
	left: calc( (100% + 10px) / 2);
}

.p-top.s-news_event_report .event_list .item .left {
	width: 42%;
}

.p-top.s-news_event_report .event_list .item .right {
	width: 53%;
}

.p-top.s-news_event_report .event_list .item__label {
	top: 0;
	right: 0;
}

.p-top.s-news_event_report .event_list .item__label--blue {
	background-color: #385990;
}

.p-top.s-news_event_report .event_list .item__info {
	padding: 5px 0;
	border-bottom: 1px solid #dddcdc;
}

@media screen and (max-width: 767px) {
	.p-top.s-news_event_report .event_list .item__info {
		padding: 3px 0;
	}
}

.p-top.s-news_event_report .event_list .item__info p.left {
	font-size: 1.2rem;
	width: 20%;
	text-align: left;
}

@media screen and (max-width: 1149px) {
	.p-top.s-news_event_report .event_list .item__info p.left {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.p-top.s-news_event_report .event_list .item__info p.left {
		float: none;
		width: 100%;
	}
}

.p-top.s-news_event_report .event_list .item__info p.right {
	font-size: 1.2rem;
	width: 80%;
}

@media screen and (max-width: 1149px) {
	.p-top.s-news_event_report .event_list .item__info p.right {
		width: 75%;
	}
}

@media screen and (max-width: 767px) {
	.p-top.s-news_event_report .event_list .item__info p.right {
		float: none;
		width: 100%;
	}
}

.p-top.s-news_event_report .event_list .item__info .item__title {
	margin-top: 0;
}

.p-top.s-news_event_report .event_list .item .summary {
	text-align: left;
	font-size: 1.2rem;
	padding-top: 10px;
}

@media screen and (max-width: 767px) {
	.p-top.s-news_event_report .event_list .item .summary {
		padding-top: 5px;
	}
}

.p-top.s-character {
	padding-bottom: 0;
}

.p-top.s-character .block:after {
	display: block;
	clear: both;
	content: "";
}

.p-top.s-character .block .left, .p-top.s-character .block .right {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.p-top.s-character .block .left, .p-top.s-character .block .right {
		width: 100%;
		float: none;
	}
}

.p-top.s-character .block .left.is_text, .p-top.s-character .block .right.is_text {
	text-align: left;
	width: 46.5%;
	margin-bottom: 40px;
}

@media screen and (max-width: 1149px) {
	.p-top.s-character .block .left.is_text, .p-top.s-character .block .right.is_text {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.p-top.s-character .block .left.is_text, .p-top.s-character .block .right.is_text {
		width: 100%;
		margin-bottom: 15px;
	}
}

.p-top.s-character .block .left.is_text p, .p-top.s-character .block .right.is_text p {
	line-height: 1.6;
}

.p-top.s-character .block .left img, .p-top.s-character .block .right img {
	max-width: 100%;
	height: auto;
}

.p-top.s-character .block__title {
	font-size: 3rem;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.p-top.s-character .block__title {
		font-size: 2rem;
	}
}

.p-top.s-character .block__sub_title {
	border-top: 4px solid #ac8ea7;
	border-bottom: 4px solid #ac8ea7;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 13px 0 12px;
	margin: 30px 0;
}

@media screen and (max-width: 767px) {
	.p-top.s-character .block__sub_title {
		font-size: 1.5rem;
		margin: 15px 0;
		padding: 6px 0;
		border-width: 2px;
	}
}

.p-top.s-character .label {
	margin: 10px 0 20px;
}

.p-top.s-character .label img {
	width: 100%;
	height: auto;
}

.p-top.s-character .block_fs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.p-top.s-character .block_fs {
		display: block;
	}
}

.p-top.s-character .block_fs .item {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top.s-character .block_fs .item:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.p-top.s-character .block_fs .item {
		width: 100%;
	}
}

.p-top.s-character .block_fs .item--1 {
	background-color: #ebde51;
}

.p-top.s-character .block_fs .item--2 {
	/*-webkit-box-flex: 0;
	-ms-flex: 0 0 456px;
	flex: 0 0 456px;*/
	background-color: #d8ca35;
}

@media screen and (max-width: 1149px) {
	.p-top.s-character .block_fs .item--2 {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
	}
}

.p-top.s-character .block_fs .item--3 {
	background-color: #c2b52b;
}

.p-top.s-character .block_fs .item--4 {
	background-color: #a89b2a;
}

.p-top.s-character .block_fs .img_cover {
	position: relative;
	overflow: hidden;
	height: 276px;
}

@media screen and (max-width: 1149px) {
	.p-top.s-character .block_fs .img_cover {
		height: 207px;
	}
}

@media screen and (max-width: 767px) {
	.p-top.s-character .block_fs .img_cover {
		height: auto;
	}
}

.p-top.s-character .block_fs .img_cover img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
	.p-top.s-character .block_fs .img_cover img {
		position: static;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

.p-top.s-character .block_fs .item__content_cover:after {
	display: block;
	clear: both;
	content: "";
}

.p-top.s-character .block_fs .item__content {
	padding: 30px;
}

@media screen and (max-width: 767px) {
	.p-top.s-character .block_fs .item__content {
		padding: 15px 3% 30px;
	}
}

.p-top.s-character .block_fs .item__content p {
	text-align: left;
}

.p-top.s-character .block_fs .item__content p.item__title {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.p-top.s-character .block_fs .item__content p.item__title {
		margin-bottom: 20px;
	}
}

.p-top.s-character .block_fs .item__content.right, .p-top.s-character .block_fs .item__content.left {
	max-width: 396px;
}

@media screen and (max-width: 767px) {
	.p-top.s-character .block_fs .item__content.right, .p-top.s-character .block_fs .item__content.left {
		max-width: none;
	}
}

.p-top.s-access .access_content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.p-top.s-access .access_content{
		display: block;
	}
}


.p-top.s-access .access_content:after {
	display: block;
	clear: both;
	content: "";
}

.p-top.s-access .access_content .maps {
	width: 49.5%;
	height: 430px;
}

@media screen and (max-width: 767px) {
	.p-top.s-access .access_content .maps {
		width: 100%;
		height: 300px;
	}
}

.p-top.s-access .access_content .maps iframe {
	width: 100%;
	height: 100%;
}

.p-top.s-access .access_content .text {
	width: 45%;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.p-top.s-access .access_content .text {
		width: 100%;
		margin-top: 20px;
	}
}

.p-top.s-access .access_content p {
	font-size: 1.4rem;
}

.p-top.s-access .access_content .sns {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.p-top.s-access .access_content .sns {
		margin-top: 15px;
	}
}

.p-top.s-access .access_content .sns__item {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	margin-left: 20px;
}

.p-top.s-access .access_content .sns__item:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media screen and (max-width: 1149px) {
	.p-top.s-access .access_content .sns__item {
		margin-left: 3%;
	}
}

.p-top.s-access .access_content .sns__item:first-child {
	margin-left: 0;
}

.p-top.s-company {
	padding-bottom: 145px;
}

@media screen and (max-width: 767px) {
	.p-top.s-company {
		padding-bottom: 75px;
	}
}

.p-top.s-company .company_content:after {
	display: block;
	clear: both;
	content: "";
}

.p-top.s-company .company_content .right {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.p-top.s-company .company_content .right {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}

.p-top.s-company .company_content .right img {
	max-width: 100%;
	height: auto;
}

.p-top.s-company .company_content .text {
	width: 47%;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.p-top.s-company .company_content .text {
		float: none;
		width: 100%;
	}
}

.p-top.s-company .company_content p {
	font-size: 1.4rem;
}

.p-top.s-company .company_content p.company_title {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.company-title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 40%;
	height: 70%;
	margin: auto;
}
.company-title p {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 2;
}
.company-img {
	width: 100%;
	height: 350px;
	position: relative;
	background: url(../img/top/company_bg.jpg) center no-repeat;
	background-size: cover;
}
.company-img img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.company-img {
    height: 230px;
	}
	.company-title {
	width: 300px;
	}
	.company-title p {
		font-size: 14px;
	}
}

.p-top.s-company .more_button {
	margin-bottom: 0;
}

.p-top.last_section {
	margin-bottom: -200px;
}

@media screen and (max-width: 767px) {
	.p-top.last_section {
		margin-bottom: -100px;
	}
}

/*------------------------------------------------------------
ABOUT .p-about
------------------------------------------------------------*/
@media screen and (max-width: 1149px) {
	.p-about img {
		max-width: 100%;
	}
}

.p-about.s-first_content .about_voice {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.p-about.s-first_content .about_voice {
		margin-bottom: 40px;
	}
}

.p-about.s-first_content .about_label {
	margin: 100px 0;
}

@media screen and (max-width: 767px) {
	.p-about.s-first_content .about_label {
		margin: 50px 0;
	}
}

.p-about.s-first_content .title_block {
	width: 810px;
	display: inline-block;
	margin: 0 auto;
}

@media screen and (max-width: 1023px) {
	.p-about.s-first_content .title_block {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.p-about.s-first_content .title_block {
		width: 100%;
	}
}

.p-about.s-first_content .title_block .about_title {
	font-size: 3rem;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.p-about.s-first_content .title_block .about_title {
		font-size: 2rem;
	}
}

.p-about.s-first_content .title_block .about_sub_title {
	font-size: 2.2rem;
	font-weight: bold;
	border-bottom: 4px solid #ac8ea7;
	border-top: 4px solid #ac8ea7;
	padding: 13px 0 14px;
	margin-top: 20px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.p-about.s-first_content .title_block .about_sub_title {
		font-size: 1.55rem;
		padding: 7px 0;
		margin-top: 10px;
		margin-bottom: 20px;
		border-width: 2px;
	}
}

.p-about.s-mission .mission_img {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.p-about.s-mission .mission_img {
		margin-top: 40px;
	}
}

.p-about.s-diagram .diagram_img {
	margin: 80px 0;
}

@media screen and (max-width: 767px) {
	.p-about.s-diagram .diagram_img {
		margin: 40px 0;
	}
}

.p-about.s-diagram .about_block {
	margin-bottom: 80px;
}

.p-about.s-diagram .about_block:last-child {
	margin-bottom: 0;
}

.p-about.s-diagram .img_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.p-about.s-diagram .img_group {
		margin-top: 5px;
	}
}

.p-about.s-diagram .img_group .item{
	width: 370px;
}

.p-about.s-diagram .img_group .item_small{
	width: 175px;
}

.p-about.s-diagram .img_group .item_half{
	width: 565px;
}

.p-about.s-diagram .img_group .item,
.p-about.s-diagram .img_group .item_small,
.p-about.s-diagram .img_group .item_half {
	margin-right: 20px;
}

.p-about.s-diagram .img_group .item img,
.p-about.s-diagram .img_group .item_small img,
.p-about.s-diagram .img_group .item_half img{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 1149px) {
	.p-about.s-diagram .img_group .item {
		width: 31%;
		margin-right: 3.5%;
	}
	.p-about.s-diagram .img_group .item_small {
		width: 15.5%;
		margin-right: 1.4%;
	}
	.p-about.s-diagram .img_group .item_half {
		width: 49%;
		margin-right: 2%;
	}
}

@media screen and (max-width: 767px) {
	.p-about.s-diagram .img_group .item {
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
	}
	.p-about.s-diagram .img_group .item_small {
		width: 48%;
		margin-right: 4%;
	}
	.p-about.s-diagram .img_group .item_half {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.p-about.s-diagram .img_group .item:nth-child(3n) {
	margin-right: 0;
}

.p-about.s-diagram .img_group .item_small:nth-child(6n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.p-about.s-diagram .img_group .item_small:nth-child(2n) {
		margin-right: 0;
	}
}

.p-about.s-diagram .img_group .item_half:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.p-about.s-diagram .img_group .item:first-child {
		margin-top: 0;
	}
}

.p-about.s-diagram .img_group .item_small p{
	text-align: left;
	margin-top: 5px;
	font-size: 1.1rem;
	line-height: 1.8;
}

.p-about.s-diagram .img_group .item_half p{
	text-align: left;
	margin-top: 10px;
	color: #000;
}

.p-about.s-diagram .img_group .item_half a{
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
}

.p-about.s-diagram .img_group .item_half a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
/*------------------------------------------------------------
NEWS .p-news
------------------------------------------------------------*/
.p-news.s-main_content .news_list .item {
	width: 356px;
	padding-top: 10px;
	padding-right: 10px;
	margin-right: 26px;
	margin-top: 40px;
}

@media screen and (max-width: 1149px) {
	.p-news.s-main_content .news_list .item {
		width: calc(31% - 10px);
		margin-right: 3.5%;
	}
}

@media screen and (max-width: 767px) {
	.p-news.s-main_content .news_list .item {
		width: calc(48% - 10px);
		margin-right: 4%;
		margin-top: 20px;
	}
}

.p-news.s-main_content .news_list .item:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.p-news.s-main_content .news_list .item:nth-child(3n) {
		margin-right: 4%;
	}
}

.p-news.s-main_content .news_list .item:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.p-news.s-main_content .news_list .item:nth-child(-n+3) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.p-news.s-main_content .news_list .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.p-news.s-main_content .news_list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

.p-news.s-main_content .news_list .item__label {
	background-color: #ccae49;
}

.p-news.s-main_content .pagination {
	margin-top: 100px;
}

.p-news.s-detail .news_bg {
	background-color: #f4f4ec;
}

.p-news.s-detail .content {
	padding: 60px 80px;
	text-align: left;
}

.p-news.s-detail .content h2 {
	font-size: 180%;
	border-bottom: none;
}

@media screen and (max-width: 1149px) {
	.p-news.s-detail .content {
		padding: 60px 5%;
	}
}

@media screen and (max-width: 767px) {
	.p-news.s-detail .content {
		padding: 30px 5%;
	}
}

.p-news.s-detail .content .basic_info {
	border-bottom: 2px solid #d3d3cd;
	padding-bottom: 10px;
}

.p-news.s-detail .content .detail_title {
	font-size: 2.8rem;
	color: #111111;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.p-news.s-detail .content .detail_title {
		font-size: 2rem;
	}
}

.p-news.s-detail .content .detail_date {
	margin-top: 10px;
	font-size: 1.6rem;
	color: #828282;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.p-news.s-detail .content .detail_date {
		font-size: 1.4rem;
		margin-top: 0;
	}
}

.p-news.s-detail .content .content_info {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.p-news.s-detail .content .content_info {
		margin-top: 20px;
	}
}

.p-news.s-detail .content .content_info img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}

.p-news.s-detail .to_list {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-top: 10px;
	display: inline-block;
	float: right;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ccae49;
}

.p-news.s-detail .to_list:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.p-news.s-detail .to_list {
		font-size: 1.4rem;
	}
}

.p-news.s-detail .to_list img {
	vertical-align: 0;
	margin-right: 5px;
}

/*------------------------------------------------------------
EVENT .p-event
------------------------------------------------------------*/
.p-event.s-button_group .button_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.p-event.s-button_group .button_group {
		display: block;
	}
}

.p-event.s-button_group .button_group .button {
	margin-right: 10px;
	color: #fff;
	font-size: 1.4rem;
	width: 220px;
	padding: 12px 0 13px;
}

@media screen and (max-width: 767px) {
	.p-event.s-button_group .button_group .button {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
}

.p-event.s-button_group .button_group .button:last-child {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.p-event.s-button_group .button_group .button:last-child {
		margin-bottom: 0;
	}
}

.p-event.s-button_group .button_group .button--blue {
	background-color: #385990;
}

.p-event.s-button_group .button_group .button--pink {
	background-color: #e50c7c;
}

.p-event.s-main_content .event_list {
	margin-top: 30px;
}

.p-event.s-main_content .event_list .item {
	width: 356px;
	padding-top: 10px;
	padding-right: 10px;
	margin-right: 26px;
	margin-top: 40px;
}

@media screen and (max-width: 1149px) {
	.p-event.s-main_content .event_list .item {
		width: calc(31% - 10px);
		margin-right: 3.5%;
	}
}

@media screen and (max-width: 767px) {
	.p-event.s-main_content .event_list .item {
		width: calc(48% - 10px);
		margin-right: 4%;
		margin-top: 20px;
	}
}

.p-event.s-main_content .event_list .item:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.p-event.s-main_content .event_list .item:nth-child(3n) {
		margin-right: 4%;
	}
}

.p-event.s-main_content .event_list .item:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.p-event.s-main_content .event_list .item:nth-child(-n+3) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.p-event.s-main_content .event_list .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.p-event.s-main_content .event_list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

.p-event.s-main_content .event_list .item__label--blue {
	background-color: #385990;
}

.p-event.s-main_content .event_list .item__label--pink {
	background-color: #e50c7c;
}

.p-event.s-main_content .event_list .item__info {
	padding: 5px 0;
	border-bottom: 1px solid #dddcdc;
}

.p-event.s-main_content .event_list .item__info p.left {
	font-size: 1.2rem;
	width: 15%;
	text-align: left;
}

@media screen and (max-width: 1149px) {
	.p-event.s-main_content .event_list .item__info p.left {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.p-event.s-main_content .event_list .item__info p.left {
		float: none;
		width: 100%;
	}
}

.p-event.s-main_content .event_list .item__info p.right {
	font-size: 1.2rem;
	width: 85%;
}

@media screen and (max-width: 1149px) {
	.p-event.s-main_content .event_list .item__info p.right {
		width: 75%;
	}
}

@media screen and (max-width: 767px) {
	.p-event.s-main_content .event_list .item__info p.right {
		float: none;
		width: 100%;
	}
}

.p-event.s-main_content .event_list .item__info .item__title {
	margin-top: 5px;
}

.p-event.s-main_content .event_more_button {
	background-color: #385990;
	width: 100%;
	color: #fff;
	margin-top: 70px;
	font-size: 1.6rem;
	padding: 10px 0;
}

.p-event.s-main_content .pagination {
	margin-top: 100px;
}

.p-event.s-detail .event_info_bg {
	background-color: #fdf0f4;
}

.p-event.s-detail .event_report_bg {
	background-color: #f1f6f9;
}

.p-event.s-detail .content {
	padding: 60px 80px;
	text-align: left;
}

@media screen and (max-width: 1149px) {
	.p-event.s-detail .content {
		padding: 60px 5%;
	}
}

@media screen and (max-width: 767px) {
	.p-event.s-detail .content {
		padding: 30px 5%;
	}
}

.p-event.s-detail .content .basic_info {
	border-bottom: 2px solid #d3d3cd;
	padding-bottom: 10px;
}

.p-event.s-detail .content .detail_title {
	font-size: 2.8rem;
	color: #111111;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.p-event.s-detail .content .detail_title {
		font-size: 2rem;
	}
}

.p-event.s-detail .content .detail_date {
	margin-top: 10px;
	font-size: 1.6rem;
	color: #828282;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.p-event.s-detail .content .detail_date {
		font-size: 1.4rem;
		margin-top: 0;
	}
}

.p-event.s-detail .content .content_info {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.p-event.s-detail .content .content_info {
		margin-top: 20px;
	}
}

.p-event.s-detail .content .content_info img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}

.p-event.s-detail .to_list {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-top: 10px;
	display: inline-block;
	float: right;
	font-size: 1.6rem;
	font-weight: bold;
}

.p-event.s-detail .to_list:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.p-event.s-detail .to_list {
		font-size: 1.4rem;
	}
}

.p-event.s-detail .to_list--pink {
	color: #e50c7c;
}

.p-event.s-detail .to_list--blue {
	color: #385990;
}

.p-event.s-detail .to_list img {
	vertical-align: 0;
	margin-right: 5px;
}

.p-event.s-detail .event_reservation {
	text-align: center;
}
.p-event.s-detail .event_reservation a {
	display: inline-block;
	margin: 60px 0;
    color: #fff;
	background-color: #e50c7c;
    font-size: 1.4rem;
    padding: 12px 40px;
}

/*------------------------------------------------------------
PRICE .p-price
------------------------------------------------------------*/
.p-price .price_table {
	width: 100%;
	margin-top: 30px;
	border: 1px solid #abadae;
	border-collapse: collapse;
}

.p-price .price_table th, .p-price .price_table td {
	border: 1px solid #abadae;
	line-height: 1.5;
	padding: 15px 5px;
	color: #111010;
}

.p-price .price_table th {
	padding: 0;
	color: #696f76;
	font-weight: bold;
	font-size: 1.6rem;
	height: 53px;
	background-color: #f2f5f7;
}

.p-price .price_table tbody tr.yen td {
	font-size: 1.8rem;
	font-weight: bold;
}

@media screen and (max-width: 1149px) {
	.p-price .price_table tbody tr.yen td {
		font-size: 1.6rem;
	}
}

.p-price .price_table tbody tr.time td {
	font-size: 1.4rem;
}

.p-price .price_table tbody tr.info td {
	font-size: 1.2rem;
}

.p-price .price_table tbody tr.info th,
.p-price .price_table tbody tr.info td {
	height: 220px;
}

@media screen and (max-width: 767px) {
	.p-price .price_table tbody tr.info th,
	.p-price .price_table tbody tr.info td {
		height: 110px;
	}
}

.first {
	padding-left: 0;
	padding-right: 0;
	width: 114px;
}

@media screen and (max-width: 1149px) {
	.first {
		width: 70px;
	}
}

.p-price .price_table.pc_only {
	display: table;
}

@media screen and (max-width: 767px) {
	.p-price .price_table.pc_only {
		display: none;
	}
}

.p-price .price_table.sp_only {
	display: none;
}

@media screen and (max-width: 767px) {
	.p-price .price_table.sp_only {
		display: table;
	}
}

.p-price.s-option th {
	color: #fff;
	background-color: #56778d;
}

section.s-member {
	padding-top: 30px !important;
}

.bikou {
	margin-top: 40px;
	font-size: 12px;
	text-align: left;
}
.bikou2 {
	margin-top: 40px;
	font-size: 1.6em;
	text-align: left;
}
.bikou3 {
	margin-top: 10px;
	font-size: 1.6em;
	text-align: left;
}
.price_span {
	color:#c92847;
	font-size: 96%;
}
.p_time {
	font-size: 80%;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
.p_novacancy {
	font-size: 80%;
	font-weight: normal;
	display: block;
	margin-top: 8px;
	color: #c92847;
}
.p_campaign1 {
	font-size: 80%;
	font-weight: normal;
	display: block;
	margin-bottom: 8px;
	color: #c92847;
}
.p_campaign2 {
	display: block;
	color: #c92847;
}
.p_campaign3 {
	text-decoration: line-through 3px #c92847;
}

/*------------------------------------------------------------
PACILITY .p-facility
------------------------------------------------------------*/
.p-facility.s-floormap {
	text-align: left;
}

.p-facility.s-floormap .floormap_img {
    margin: 80px auto 30px;
    width: 62%;
    display: block;
}
@media screen and (max-width: 1149px) {
	.p-facility.s-floormap .floormap_img {
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.p-facility.s-floormap .floormap_img {
		margin: 40px 0 20px;
		width: 100%;
	}
}

.p-facility.s-indoor .indoor_list,
.p-facility.s-indoor .facility_list, .p-facility.s-facility .indoor_list,
.p-facility.s-facility .facility_list {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.p-facility.s-indoor .indoor_list,
	.p-facility.s-indoor .facility_list, .p-facility.s-facility .indoor_list,
	.p-facility.s-facility .facility_list {
		margin-top: 30px;
	}
}

.p-facility.s-indoor .indoor_list .item,
.p-facility.s-indoor .facility_list .item, .p-facility.s-facility .indoor_list .item,
.p-facility.s-facility .facility_list .item {
	width: 370px;
	margin-right: 20px;
	margin-top: 20px;
}

@media screen and (max-width: 1149px) {
	.p-facility.s-indoor .indoor_list .item,
	.p-facility.s-indoor .facility_list .item, .p-facility.s-facility .indoor_list .item,
	.p-facility.s-facility .facility_list .item {
		width: 31%;
		margin-right: 3.5%;
	}
}

@media screen and (max-width: 767px) {
	.p-facility.s-indoor .indoor_list .item,
	.p-facility.s-indoor .facility_list .item, .p-facility.s-facility .indoor_list .item,
	.p-facility.s-facility .facility_list .item {
		width: 48%;
		margin-right: 4%;
	}
}

.p-facility.s-indoor .indoor_list .item:nth-child(3n),
.p-facility.s-indoor .facility_list .item:nth-child(3n), .p-facility.s-facility .indoor_list .item:nth-child(3n),
.p-facility.s-facility .facility_list .item:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.p-facility.s-indoor .indoor_list .item:nth-child(3n),
	.p-facility.s-indoor .facility_list .item:nth-child(3n), .p-facility.s-facility .indoor_list .item:nth-child(3n),
	.p-facility.s-facility .facility_list .item:nth-child(3n) {
		margin-right: 4%;
	}
}

.p-facility.s-indoor .indoor_list .item:nth-child(-n+3),
.p-facility.s-indoor .facility_list .item:nth-child(-n+3), .p-facility.s-facility .indoor_list .item:nth-child(-n+3),
.p-facility.s-facility .facility_list .item:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.p-facility.s-indoor .indoor_list .item:nth-child(-n+3),
	.p-facility.s-indoor .facility_list .item:nth-child(-n+3), .p-facility.s-facility .indoor_list .item:nth-child(-n+3),
	.p-facility.s-facility .facility_list .item:nth-child(-n+3) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.p-facility.s-indoor .indoor_list .item:nth-child(2n),
	.p-facility.s-indoor .facility_list .item:nth-child(2n), .p-facility.s-facility .indoor_list .item:nth-child(2n),
	.p-facility.s-facility .facility_list .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.p-facility.s-indoor .indoor_list .item:nth-child(-n+2),
	.p-facility.s-indoor .facility_list .item:nth-child(-n+2), .p-facility.s-facility .indoor_list .item:nth-child(-n+2),
	.p-facility.s-facility .facility_list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

.p-facility.s-indoor .indoor_list .item .img_cover,
.p-facility.s-indoor .facility_list .item .img_cover, .p-facility.s-facility .indoor_list .item .img_cover,
.p-facility.s-facility .facility_list .item .img_cover {
	height: 250px;
}

@media screen and (max-width: 1149px) {
	.p-facility.s-indoor .indoor_list .item .img_cover,
	.p-facility.s-indoor .facility_list .item .img_cover, .p-facility.s-facility .indoor_list .item .img_cover,
	.p-facility.s-facility .facility_list .item .img_cover {
		height: auto;
	}
}

@media screen and (max-width: 1149px) {
	.p-facility.s-indoor .indoor_list .item .img_cover img,
	.p-facility.s-indoor .facility_list .item .img_cover img, .p-facility.s-facility .indoor_list .item .img_cover img,
	.p-facility.s-facility .facility_list .item .img_cover img {
		position: static;
		width: 100%;
		height: auto;
		-webkit-transform: none;
		transform: none;
	}
	
	.p-facility.s-indoor .indoor_list .item .img_cover:before,
	.p-facility.s-indoor .facility_list .item .img_cover:before,
	.p-facility.s-facility .indoor_list .item .img_cover:before,
	.p-facility.s-facility .facility_list .item .img_cover:before {
		padding-top: 0;
	}
}

/*------------------------------------------------------------
ACCESS .p-access
------------------------------------------------------------*/
.p-access.s-main_content .maps {
	height: 600px;
}

@media screen and (max-width: 767px) {
	.p-access.s-main_content .maps {
		height: 300px;
	}
}

.p-access.s-main_content .maps iframe {
	width: 100%;
	height: 100%;
}

.p-access.s-main_content .detail {
	margin-top: 50px;
	border: 1px solid #a6a6a6;
	padding: 37px 50px;
}

.p-access.s-main_content .detail:after {
	display: block;
	clear: both;
	content: "";
}

@media screen and (max-width: 767px) {
	.p-access.s-main_content .detail {
		margin-top: 25px;
		padding: 20px 3%;
	}
}

.p-access.s-main_content .detail .left,
.p-access.s-main_content .detail .right {
	width: calc(50% - 61px);
	text-align: left;
	margin-left: 60px;
	padding: 15px 0;
}

@media screen and (max-width: 767px) {
	.p-access.s-main_content .detail .left,
	.p-access.s-main_content .detail .right {
		width: 100%;
		padding: 0;
		margin-left: 0;
	}
}

.p-access.s-main_content .detail .left p,
.p-access.s-main_content .detail .right p {
	line-height: 2.2;
}

.p-access.s-main_content .detail .left {
	border-right: 2px solid #cdcdcd;
}

@media screen and (max-width: 767px) {
	.p-access.s-main_content .detail .left {
		border-right: none;
		margin-bottom: 20px;
	}
}

/*------------------------------------------------------------
ENTERPRISE .p-enterprise
------------------------------------------------------------*/
.p-enterprise.s-main_content .enterprise_table {
	width: 100%;
	border-collapse: collapse;
}

@media screen and (max-width: 767px) {
	.p-enterprise.s-main_content .enterprise_table thead {
		display: none;
	}
}

.p-enterprise.s-main_content .enterprise_table thead th {
	border: 1px solid #abadae;
	font-size: 1.6rem;
	color: #696f76;
	font-weight: bold;
	background-color: #f2f5f7;
	text-align: center;
	padding: 18px 0;
}

@media screen and (max-width: 767px) {
	.p-enterprise.s-main_content .enterprise_table thead th {
		padding: 10px 0;
	}
}

.p-enterprise.s-main_content .enterprise_table thead th:nth-child(1), .p-enterprise.s-main_content .enterprise_table thead th:nth-child(2) {
	width: 315px;
}

@media screen and (max-width: 1149px) {
	.p-enterprise.s-main_content .enterprise_table thead th:nth-child(1), .p-enterprise.s-main_content .enterprise_table thead th:nth-child(2) {
		width: 27%;
	}
}

.p-enterprise.s-main_content .enterprise_table tr {
	border-bottom: 1px solid #abadae;
}

@media screen and (max-width: 767px) {
	.p-enterprise.s-main_content .enterprise_table tr {
		display: block;
		padding: 10px 0;
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	.p-enterprise.s-main_content .enterprise_table tr:nth-child(even) {
		background-color: #f2f5f7;
	}
}

.p-enterprise.s-main_content .enterprise_table td {
	padding: 20px 30px;
	color: #696f76;
	font-size: 1.4rem;
	line-height: 1.5;
}

@media screen and (max-width: 1149px) {
	.p-enterprise.s-main_content .enterprise_table td {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.p-enterprise.s-main_content .enterprise_table td {
		display: block;
		padding: 5px 3%;
	}
}

.p-enterprise.s-main_content .enterprise_table td:nth-child(3) {
	text-align: left;
	font-size: 1.2rem;
}

/*------------------------------------------------------------
GUIDELINE .p-guideline
------------------------------------------------------------*/
.p-guideline.s-privacy {
	text-align: left;
	line-height: 1.8;
}

.p-guideline.s-privacy h2 {
	margin-bottom: 30px;
}

.p-guideline.s-privacy .privacy_article {
	margin-top: 30px;
}

.p-guideline.s-privacy .privacy_article .title {
	font-weight: bold;
	border-bottom: 1px solid #d0d0d0;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.p-guideline.s-privacy .privacy_article ol {
	list-style-type: disc;
	margin-left: 30px;
}

.p-guideline.s-privacy .privacy_article .contact_info {
	background-color: #eee;
	text-align: center;
	padding: 48px 0;
	margin-top: 20px;
}

/*------------------------------------------------------------
CONTACT .p-contact
------------------------------------------------------------*/
.p-contact.s-contact_form .contact_table {
	width: 100%;
	border-collapse: collapse;
}

.p-contact.s-contact_form .contact_table caption {
	margin-bottom: 10px;
	text-align: right;
	font-size: 1.3rem;
	color: #434343;
}

.p-contact.s-contact_form .contact_table caption span {
	color: #ec6941;
}

.p-contact.s-contact_form .contact_table tbody {
	text-align: left;
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_form .contact_table tbody {
		display: block;
	}
}

.p-contact.s-contact_form .contact_table tr {
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_form .contact_table tr {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_form .contact_table td {
		display: block;
	}
}

.p-contact.s-contact_form .contact_table td:first-child {
	padding: 13px 40px;
	width: 180px;
	background-color: #553636;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_form .contact_table td:first-child {
		width: 94%;
		padding: 13px 3%;
	}
}

.p-contact.s-contact_form .contact_table td:first-child p {
	color: #fff;
	font-size: 1.4rem;
}

.p-contact.s-contact_form .contact_table td:first-child p span {
	color: #ffe6af;
}

.p-contact.s-contact_form .contact_table td:last-child {
	padding: 6px 24px;
	background-color: #f9f8f1;
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_form .contact_table td:last-child {
		width: 94%;
		padding: 10px 3%;
	}
}

.p-contact.s-contact_form .contact_table td:last-child p {
	color: #fff;
	font-size: 1.4rem;
}

.p-contact.s-contact_form .contact_table td:last-child p span {
	color: #ffe6af;
}

.p-contact.s-contact_form .contact_table td.last_row {
	background-color: transparent;
	text-align: center;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_form .contact_table td.last_row {
		width: 100%;
	}
}

.p-contact.s-contact_form .contact_table input,
.p-contact.s-contact_form .contact_table textarea {
	border: 1px solid #b0b0b0;
	font-size: 1.4rem;
	padding: 8px 5px;
	width: calc(100% - 10px);
}

.p-contact.s-contact_form .contact_table input.confirmed,
.p-contact.s-contact_form .contact_table textarea.confirmed {
	margin-top: 8px;
}

.p-contact.s-contact_form .contact_table textarea {
	resize: none;
	min-height: 318px;
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_form .contact_table textarea {
		min-height: 250px;
	}
}

.p-contact.s-contact_form .contact_table input[type="submit"] {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 260px;
	background-color: #553636;
	color: #fff;
	font-size: 1.8rem;
	border: none;
	cursor: pointer;
	margin-top: 40px;
}

.p-contact.s-contact_form .contact_table input[type="submit"]:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.p-contact.s-contact_form .contact_table input[type="submit"] {
		width: 100%;
	}
}

/*------------------------------------------------------------
COMPANY .p-company
------------------------------------------------------------*/
.p-company.has_bg {
	background-color: #f2f5f7;
}

.p-company.s-hajime_text {
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.p-company.s-hajime_text {
		padding-bottom: 50px;
	}
}

.p-company.s-hajime_text .is_img {
	width: 26.5%;
	padding: 75px 40px 0;
}

@media screen and (max-width: 767px) {
	.p-company.s-hajime_text .is_img {
		width: 100%;
		padding: 0;
	}
}

.p-company.s-hajime_text .is_img img {
	max-width: 100%;
	height: auto;
}

.p-company.s-hajime_text .is_text {
	width: calc(70% - 80px);
	text-align: left;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.p-company.s-hajime_text .is_text {
		width: 100%;
	}
}

.p-company.s-hajime_text .is_text .hajime_title {
	font-size: 3.8rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.p-company.s-hajime_text .is_text .hajime_title {
		font-size: 2.3rem;
		margin-top: 20px;
		margin-bottom: 15px;
	}
}

.p-company.s-various_business {
	padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
	.p-company.s-various_business {
		padding-bottom: 70px;
	}
}

.p-company.s-various_business .business_list {
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.p-company.s-various_business .business_list {
		margin-top: 35px;
	}
}

.p-company.s-various_business .business_list .business_item {
	text-align: left;
	width: 550px;
	margin-top: 50px;
	margin-right: 50px;
}

@media screen and (max-width: 1149px) {
	.p-company.s-various_business .business_list .business_item {
		width: 48%;
		margin-right: 4%;
	}
}

@media screen and (max-width: 767px) {
	.p-company.s-various_business .business_list .business_item {
		width: 100%;
		margin-right: 0;
		margin-top: 25px;
	}
}

.p-company.s-various_business .business_list .business_item:nth-child(-n+2) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.p-company.s-various_business .business_list .business_item:nth-child(-n+2) {
		margin-top: 25px;
	}
}

.p-company.s-various_business .business_list .business_item:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.p-company.s-various_business .business_list .business_item:first-child {
		margin-top: 0;
	}
}

.p-company.s-various_business .business_list .business_item .img_cover {
	overflow: hidden;
}

@media screen and (max-width: 1149px) {
	.p-company.s-various_business .business_list .business_item .img_cover {
		height: auto;
	}
}

@media screen and (max-width: 1149px) {
	.p-company.s-various_business .business_list .business_item .img_cover img {
		min-height: 0;
		min-width: 0;
		width: 100%;
		height: auto;
	}
}

.p-company.s-various_business .business_list .business_item__title {
	font-size: 1.6rem;
	font-weight: bold;
	color: #1976b9;
	margin-top: 15px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.p-company.s-various_business .business_list .business_item__title {
		margin-top: 10px;
		margin-bottom: 5px;
	}
}

.p-company.s-company_info {
	padding-bottom: 75px;
	margin-bottom: -200px;
}

@media screen and (max-width: 767px) {
	.p-company.s-company_info {
		padding-bottom: 35px;
		margin-bottom: -100px;
	}
}

.p-company.s-company_info .company_info_list {
	margin-top: 20px;
	text-align: left;
}

.p-company.s-company_info .company_info_list:after {
	display: block;
	clear: both;
	content: "";
}

.p-company.s-company_info .left,
.p-company.s-company_info .right {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.p-company.s-company_info .left,
	.p-company.s-company_info .right {
		float: none;
		width: 100%;
	}
}

.p-company.s-company_info .right:after {
	display: block;
	clear: both;
	content: "";
}

.p-company.s-company_info .right .company_info_table {
	float: right;
}

@media screen and (max-width: 767px) {
	.p-company.s-company_info .right .company_info_table {
		float: none;
	}
}

.p-company.s-company_info .company_info_table {
	width: 85%;
	border-collapse: separate;
	border-spacing: 0 15px;
	line-height: 1.8;
}

@media screen and (max-width: 1149px) {
	.p-company.s-company_info .company_info_table {
		width: 95%;
	}
}

.p-company.s-company_info .company_info_table th {
	width: 25%;
	vertical-align: top;
}

@media screen and (max-width: 1149px) {
	.p-company.s-company_info .company_info_table th {
		width: 30%;
	}
}

/*------------------------------------------------------------
CUSTOMIZE
------------------------------------------------------------*/
.mt30 {
	margin-top: 30px;
}
.mt0 {
	margin-top: 0px;
}

@media screen and (max-width: 1149px) {
	.mt30 {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.mt30 {
		margin-top: 15px;
	}
}

.s-contact_form div.wpcf7-response-output {
	font-size: 1.4rem;
	padding: 10px 20px;
}

.s-contact_form span.wpcf7-not-valid-tip {
	font-size: 1.3rem;
	margin-top: 5px;
}

.s-contact_form div.wpcf7-validation-errors,
.s-contact_form div.wpcf7-acceptance-missing {
	background-color: #f7e700;
	border: none;
}

.s-contact_form div.wpcf7-mail-sent-ok {
	background-color: #398f14;
	border: none;
}

.s-contact_form div.wpcf7-mail-sent-ng,
.s-contact_form div.wpcf7-aborted {
	background-color: #ff0000;
	border: none;
}

.s-contact_form div.wpcf7-spam-blocked {
	background-color: #ffa500;
	border: none;
}

.s-contact_form .wpcf7c-conf {
	background-color: #e8e8e8 !important;
}


.calendar {
	margin-top: 60px;
}
.s-moji {
	font-size: 80%;
}


/* 20190603 追加 */
.bnr_box img {
	margin: 5px;
}

.img-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .img-pc {
    display: none;
  }
}

.img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .img-sp {
    display: block;
  }
}
.f-detail {
    padding-top: 5px;
  text-align: left;
　font-size: 80%;
}


/*------------------------------------------------------------
    p-faq
------------------------------------------------------------*/
.category_img.faq {
	background-image: url(../img/faq/category_img.jpg);
}

.p-faq.s-main_content .pagination {
	margin-top: 100px;
}

.p-faq dl + dl {
	margin-top: 26px;
}
.p-faq dl dt,.p-faq dl dd {
	text-align: left;
	display: flex;
}
.p-faq dl dt {
	color: #fff;
  cursor: default;
  font-size: 22px;
  letter-spacing: 2px;
  background: #56778D;
  padding: 16px 15px 14px 40px;
}

@media screen and (max-width: 767px) {
  .p-faq dl dt {
    font-size: 16px;
    padding: 6px 5px 4px 15px;
  }
}

/*.p-faq .list {
	counter-reset: section;
}
.p-faq dl dt:before {
	counter-increment: section;
    content: counter(section)  ". ";
}*/

.p-faq dl dd {
	line-height: 1.7;
	padding: 30px 40px;
	background: #F2F5F7;
}

.p-faq dl dd, .p-faq dl dd p {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-faq dl dd {
    padding: 20px;
  }
  .p-faq dl dd, .p-faq dl dd p {
  	font-size: 13px;
  }
}

.p-faq dl dd span {
	color: #56778D;
	margin-right: 30px;
}

@media screen and (max-width: 767px) {
	.p-faq dl dd span {
		margin-right: 15px;
	}
}

.p-faq dl dd ul {
  margin-top: 35px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-faq dl dd ul {
    margin-top: 18px;
  }
}

.p-faq dl dd ul a {
  color: #000;
}


/* Popup Model */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.popup-overlay.active .popup-content {
  transform: scale(1);
}

.popup-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.popup-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    transition: 0.3s ease;
}
/* hover */
.popup-content:hover::after {
    opacity: 1;
}

/* close button */
.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 25px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
	.popup-content {
		border-radius: 10px;
	  }
	  
}