@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	background: /*url(../images/bg1.png)*/#fff center bottom;
	margin: 0 auto;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif; 
	/*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;*/
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.5rem;
	text-align: center;
	overflow: auto;
	background-color: #fff;
	color: #33407c;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

header {
	width: 100%;
	position: fixed;
	margin: 0 auto;
	text-align: center;
	z-index: 1000;
	background-color: rgba(255,255,255,0.95);
	/*background-color: transparent;*/
	padding: 15px 0 8px;
}

section {
	min-width: 980px;
}

body > div {
	/*border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;*/
	margin: 0 auto;
	text-align: center;
}

div {
	margin: 0 auto;
	text-align: center;
}

footer {
	min-width: 980px;
}

img {
	width: 100%;
}

a {
	outline: none;
	display: inline-block;
	text-decoration: none;
	color: #33407c;
	-webkit-transition : 0.3s ease ;
	transition : 0.3s ease ;
}

a:hover {
   	cursor: pointer;
}
/*
.noto {
	font-family: 'Noto Sans JP', sans-serif; 
	font-size: 100%;
}
*/
.roboto {
	font-family: "Roboto";
	font-size: 100%;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

/*.header-nav .header-logo {
	margin-right: 135px;
}*/

.header-logo img {
}

.header-nav {
	width: 1220px;
	overflow: hidden;
	padding: 5px 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
}

.header-logo {
	margin-bottom: 12px;
	width: 370px;
}

.header-g-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-right: 0;
}

.g-nav-list {
	overflow: hidden;
}

.header-g-nav .g-nav-list .g-nav-list-item {
	padding-right: 9px;
	display: inline-block;
}

.header-g-nav .g-nav-list .g-nav-list-item:last-child {
	padding-right: 0;
}

.header-g-nav .g-nav-list .g-nav-list-item .anchor {
	padding: 10px;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	font-size: 1.55rem;
	font-weight: 500;
	position: relative;
	/*text-shadow: rgba(255,255,255,0.6) 1px 1px 0px, rgba(255,255,255,0.6) -1px 1px 0px,rgba(255,255,255,0.6) 1px -1px 0px, rgba(255,255,255,0.6) -1px -1px 0px;*/
	letter-spacing: -0.02rem;
}

.g-nav-list .g-nav-list-item .anchor:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: rgba(51,64,124,0.6);
	transition: 0.3s;
	-webkit-transition : 0.3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.g-nav-list .g-nav-list-item .anchor:hover:after {
	width: 100%;
}

.g-nav-list .g-nav-list-item.recruit .anchor,
.g-nav-list .g-nav-list-item.blog .anchor,
footer .relation .anchor-nankan {
	background-image: url(../images/img-icn-blk.png);
	background-repeat: no-repeat;
}

.g-nav-list .g-nav-list-item.recruit,
.g-nav-list .g-nav-list-item.blog {
	padding-right: 14px;
}

.g-nav-list .g-nav-list-item.recruit .anchor,
.g-nav-list .g-nav-list-item.blog .anchor {
	padding-right: 18px;
	background-position: right center;
	background-size: 15px 15px;
}


/* ---------------------------------------- 
      .main-visual
 ---------------------------------------- */

.main-visual {
 	width: 1350px;
 	height: 685px;
 	overflow: visible;
 	padding-top: 115px;
 	/*position: relative;*/
 }

/*
.main-visual:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url(../images/img-main-visual.png);
	background-repeat: no-repeat;
	background-size: cover;
}
*/

.img-list-wrap {
	width: 1350px;
 	height: 690px;
	margin: 0 auto;
 	position: absolute;
 	right: -100%;
 	left: -100%;
 }

.img-wrap-box {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: block;
 	width: 1350px;
	height: 690px;
}

.img-wrap-box:before,
.img-wrap-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.img-wrap-box:before {
	background-image: url(../images/img-main-rope.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 100%;
 	width: 1350px;
	height: 686px;
	z-index: 100;
}

/*
.img-wrap-box:after {
	background-color: #fff;
	width: 100%;
	height: 680px;
	z-index: 70;
}
*/


.img-wrap-box .mask {
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
 	width: 1350px;
	height: 690px;
	background-image: url(../images/img-main-mask.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	z-index: 80;
}

.catch-wrap {
 	position: absolute;
 	top: 100px;
 	right: 240px;
 	width: 130px;
 	height: 460px;
 }

.pick-up-comment {
	background-color: rgba(255,255,255,0.88);
	padding: 20px 10px;
	writing-mode: tb-rl; /* IE */
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	float: right;
	display: inline-block;
	margin-left: 6px;
	height: auto;
	box-sizing: content-box;
}

.pick-up-comment.sub {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1rem;
}

.pick-up-comment.main {
	font-size: 6.8rem;
	font-weight: 300;
	line-height: 6rem;

}


/* ---------------------------------------- 
      keith shang
 ---------------------------------------- */

.character {
	position: absolute;
	left: 140px;
	z-index: 100;
	bottom: -120px;
}

.character-wrap {
	position: relative;
	overflow: visible;
	height: 380px;
	width: 410px;
}

.chara-area {
	background-image: url(../images/img-chr-bg.png);
	background-size: cover;
	width: 225px;
	height: 225px;
	color: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;

}

.chara-detail {
	padding-left: 5px;

	position: absolute;
	top: 50%;
	bottom: 0;
	right: 0;
	left: 0;
}

.shang .chara-detail {
	padding-bottom: 25px;
	margin-top: -68px;
}

.keith .chara-detail {
	padding-bottom: 8px;
	margin-top: -80px;
}

.chara-area .chara-name {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: -0.1rem;
	margin-bottom: 10px;
}

.shang,.keith {
	position: absolute;
}

.shang {
	top: 25px;
	right: 10px
}

.keith {
	bottom: 40px;
	left: 0;
}

.chara-sub-name {
	margin: 0 auto 2px;
}

.keith .chara-sub-name {
	width: 82px;
}

.shang .chara-sub-name {
	width: 80px;
}

.chara-discription {
	font-size: 1.1rem;
	line-height: 1.55;
	margin: 0 auto;
	width: 165px;
	text-align: center;
}

.keith-img {
	width: 90px;
	position: absolute;
	left: -45px;
	bottom: -10px;
}
 
.shang-img {
	width: 176px;
	position: absolute;
	right: 5px;
	bottom: -40px;
}


/* ---------------------------------------- 
      contents-wrapper
 ---------------------------------------- */

.contents-wrapper {
	width: 100%;
	overflow: visible;
	margin: 0 auto;
}

/* ---------------------------------------- 
      contents-title
 ---------------------------------------- */

.contents-title-wrap {
	display: inline-block;
	margin: 0 auto;
}

.contents-title-wrap h2 {
	margin-top: 20px;
}

.contents-title {
	display: block;
	font-weight: 500;
	line-height: 1;
}

.contents-title-mark {
	margin: 0 auto;
}

#about .contents-title-mark,
#facility .contents-title-mark,
#event .contents-title-mark,
#access .contents-title-mark,
#contact .contents-title-mark {
	width: 160px;
}

#event .contents-title-mark,
#contact .contents-title-mark {
	margin-bottom: 35px;
	display: block;
}

.contents-title.title-en {
	font-size: 6.8rem;
	text-transform: uppercase;
}

.contents-title.title-ja {
	font-size: 2.5rem;
	font-weight: 500;
	margin-top: 12px;
}

#about .contents-title-wrap,
#contact .contents-title-wrap {
	margin: -35px auto 30px;
	width: 980px;
	padding: 0 80px;
}

/*
#about .contents-title-wrap {
	position: absolute;
	top: -45px;
	right: 0;
	left: 0;
	z-index: 1000;
}*/

/* ---------------------------------------- 
      back blue
 ---------------------------------------- */

.back-blue {
	background-color: #2b3566;
	color: #fff;
}

/* ---------------------------------------- 
      wrap
 ---------------------------------------- */

.wrap {
	overflow: hidden;
	max-width: 1220px;
	margin: 0 auto;
}

/* ---------------------------------------- 
      rope
 ---------------------------------------- */

#beyond,
#about,
#access,
#event,
#event,
#contact {
	position: relative;
}

/*#about:before,*/
#about:after,
/*#access:after,*/
#event:after,
#event:before,
#contact:after {
	content: "";
	background-position: top center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;
	background-repeat: repeat-x;
	width: 100%
}

/*
#about:before {
	background-image: url(../images/img-rope-byd.png);
	top: -90px;
	height: 100px;
}
*/


#about:after {
	background-image: url(../images/img-rope-abt.png);
	bottom: -5px;
	height: 100px;
	background-size: 3000px auto;
	background-position: 18% top;
}

/*
#access:after,
#about:before {
	background-size: 3600px auto;
	z-index: -1 !important;
}

#access:after {
	background-image: url(../images/img-rope-acs.png);
	bottom: -190px;
	height: 91px;
}
*/

#event:after {
	background-image: url(../images/img-rope-evt.png);
	bottom: -25px;
	height: 65px;
	background-size: 1000px auto;
}

#event:before {
	background-image: url(../images/img-rope-fclt.png);
	top: -35px;
	height: 125px;
	background-size: 2280px auto;
	background-position: center top;
}

#about,
#contact {
	background-image: url(../images/img-rope-acs.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 3630px auto;
	padding: 90px 0 0;
}

#about {
	background-image: url(../images/img-rope-byd.png);
}

#contact:after {
	background-image: url(../images/img-rope-ctct.png);
	bottom: -138px;
	height: 140px;
	background-size: 1900px auto;
}

/* ---------------------------------------- 
      beyond
 ---------------------------------------- */

#beyond {
	padding: 110px 0 50px;
	overflow: hidden;
	clear: both;
}

#beyond .wrap {
	width: 980px;
	height: 100%;
	padding: 0 80px 0;
}

#beyond .text-wrap {
	text-align: left;
	display: inline-block;
	width: 510px;
	float: left;
	padding: 60px 0 280px;
	box-sizing: border-box;
	position: relative;
	margin-left: 30px;
}

#beyond .text-wrap:after {
	content: "";
	position: absolute;
	background-image: url(../images/img-byd-fish.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 139px;
	height: 80px;
	top: 175px;
	right: 15px;
}

#beyond .other-wrap {
	width: 350px;
	float: right;
	margin-right: 30px;
}

#beyond .byd-img {
	width: 100%;
	margin-bottom: 20px;
}

.beyond-comment {
	font-size: 5rem;
	line-height: 1.8rem;
	letter-spacing: 1.1rem;
	margin-bottom: 20px;
}

.beyond-comment span {
	background-image: url(../images/img-byd-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 12px;
	display: inline-block;
	padding-bottom: 40px;
	height: 100%;
	margin-bottom: 26px;
}

.beyond-comment-detail {
	font-size: 1.5rem;
	line-height: 3.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	position: relative;
	z-index: 1;
}

.beyond-comment-detail:after {
	content: "";
	position: absolute;
	bottom: -190px;
	right: 0;
	background-image: url(../images/img-byd-kids.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 165px;
	height: 265px;
	z-index: -1;
}

.goal .pick-up-comment {
	font-size: 3.2rem;
}

.goal .goal-comment.pick-up-comment {
	font-size: 6rem;
}

.goal .goal-comment-detail.pick-up-comment {
	font-size: 1.6rem;
}

.goal .pick-up-comment .about-num {
	writing-mode: lr-tb; /* IE */
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	-moz-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	direction:ltr;
}

/* ---------------------------------------- 
      about
 ---------------------------------------- */


#about {
	clear: both;
}
/*
#about:after {
	content: "";
	position: absolute;
	background-image: url(../images/img-abt-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	max-width: 2500px;
	height: 1230px;
	bottom: -430px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 100;
}
*/

#about .about-wrapper {
	position: relative;
	background: linear-gradient(rgba(41, 48, 108, 1) 25%, rgba(134, 171, 223, 1) 80%);
	background: -webkit-linear-gradient(rgba(41, 48, 108, 1) 25%, rgba(134, 171, 223, 1) 80%);
	background: -moz-linear-gradient(rgba(41, 48, 108, 1) 25%, rgb(134, 171, 223, 1) 80%);
	background: -ms-linear-gradient(rgba(41, 48, 108, 1) 25%, rgba(134, 171, 223, 1) 80%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 48, 108, 1)), to(rgba(134, 171, 223, 1)));

	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

#about .about-back-wrap {
	background-image: url(../images/img-abt-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 98%;
	max-width: 2500px;
	position: relative;
}

#about .goal {
	width: 225px;
	height: 650px;
	float: right;
	margin-right: 50px;
} 

#about .wrap {
	width: 980px;
	margin: -110px auto 0;
	background-image: url(../images/img-abt-title.jpg);
	background-repeat: no-repeat;
	background-size: 980px auto;
	background-position: center top;
	padding: 80px 80px 500px;
}

#about .pick-up-comment {
	color: #33407c;
}

#about .goal-comment.noto.pick-up-comment {
	line-height: 5rem;
	font-weight: 300;
}

#about .about-contents-title {
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.02rem;
	line-height: 1;
	padding: 10px 0 18px;
	white-space: nowrap;
}

#about h3.about-contents-title.pick-up-comment {
	height: 200px;
}


#about .about-contents-wrap {
	overflow: hidden;
}

#about .about-contents {
	text-align: left;
}

#about .policy {
	width: 820px;
	float: left;
	margin: -155px 0 60px 0;
	clear: both;
}

#about .about-contents {
	overflow: hidden;
}

#about .overview {
	width: 980px;
	margin-left: 0;
}

#about .policy-list,
#about .overview-list {
	overflow: hidden;
}

/*
#about .policy-list {
   -moz-column-count: 2;
   -webkit-column-count: 2;
   column-count: 2;
}
*/

#about .about-contents .policy-list-item.left,
#about .about-contents .overview-list-item.left {
	margin-right: 20px;
}

#about .about-contents .policy-list-item.right,
#about .about-contents .overview-list-item.right {
}

#about .about-contents .policy-list-item,
#about .about-contents .overview-list-item {
	padding: 12px 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	width: calc(100% - 10px);
}

#about .about-contents .policy-list-item {
	font-size: 1.8rem;
}

#about .about-contents .policy-list-item.left {
	width: calc(50% - 10px);
	float: left;
}

#about .about-contents .policy-list-item.right {
	width: calc(50% - 10px);
	display: inline-block;
}

#about .about-contents .policy-list-item .policy-num {
	display: inline-block;
	padding-right: 10px;
	font-weight: 600;
}

#about .about-contents .overview-list-item .overview-list-detail .overview-list-detail {
	overflow: hidden;
	display: inline-block;
}

#about .about-contents .overview-list-item .overview-list-detail dt {
	font-weight: 500;
	float: left;
}

#about .about-contents .overview-list-item .overview-list-detail dd {
	padding-left: 100px;
}

#about .about-contents .overview-list-item {
	clear: both;
}

#about .about-contents .overview-list-item .special-care li {
	position: relative;
	padding-left: 15px;
}

#about .about-contents .overview-list-item .special-care li:before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	background-color: #fff;
	top: 50%;
	left: 0;
	margin-bottom: -2px;
	border-radius: 100%;
}

#about .about-contents .overview-list-item.left {
	width: calc(50% - 100px);
	float: left;
}

#about .about-contents .overview-list-item.right {
	width: calc(50% + 60px);
	display: inline-block;
}

#about .goal .about-num,
#about .policy .about-num,
#about .overview .about-num {
	background-repeat: no-repeat;
	background-size: 97% auto;
	background-position: top center;
	margin: 0 auto;
	font-size: 2.2rem;
	font-weight: bold;
	font-weight: 600;
}

#about .goal .about-num {
	writing-mode: horizontal-tb !important;
	background-image: url(../images/img-abt-lst-mark_1.png);
	padding: 10px 10px 25px;
	letter-spacing: -0.08rem;
}

#about .policy .about-num,
#about .overview .about-num {
	background-image: url(../images/img-abt-lst-mark_2.png);
	padding: 10px 25px 14px 10px;
	margin-right: 5px;
}


/* ---------------------------------------- 
      facility
 ---------------------------------------- */

#facility {
	padding: 0 0 82px;
	margin-top: 125px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	padding-bottom: 320px;
}

#facility .wrap {
	width: 1180px;
	padding: 0 80px;
	position: relative;
	overflow: visible;
	clear: both;
}

#facility .text-wrap,
#access .text-wrap {
	width: 290px;
	float: left;
}

#facility .text-wrap {
	margin: 45px 0 0 0;
}

#facility .text-wrap .contents-title-wrap,
#access .text-wrap .contents-title-wrap {
	margin: 0 auto 40px;
}

#facility .text-wrap .contents-title-wrap {
	width: 100%;
	text-align: left;
}

#facility .text-wrap .contents-title-wrap .contents-title.title-ja,
#facility .text-wrap .contents-text-detail,
#access .text-wrap .contents-title-wrap .contents-title.title-ja,
#access .text-wrap .contents-text-detail {
	text-align: left;
}

#facility .text-wrap .contents-text-detail p,
#facility .text-wrap .contents-text-detail .total-area {
	font-weight: 500;
}

#facility .text-wrap .contents-text-detail .building-area dt {
	font-weight: 500;
}

#facility .text-wrap .contents-text-detail .total-area {
	font-size: 1.8rem;
}

#facility .text-wrap .contents-text-detail .total-area dt {
	float: left;
}

#facility .text-wrap .contents-text-detail .total-area dd {
	padding-left: 105px;
	line-height: 2.8rem;
	letter-spacing: 0.04rem;
	font-size: 2.2rem;
}

#facility .text-wrap .contents-text-detail p {
	padding-bottom: 30px;
}

#facility .text-wrap .facility-contents-text {
	font-weight: 500 !important;
}

#facility .text-wrap .contents-text-detail .building-area dt {
	position: relative;
	padding:  18px 0 10px 38px;
}

#facility .text-wrap .contents-text-detail .building-area dd {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
}


#facility .text-wrap .contents-text-detail .building-area.sunny-side dt:before,
#facility .text-wrap .contents-text-detail .building-area.sea-side dt:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
}

#facility .text-wrap .contents-text-detail .building-area.sunny-side dt:before {
	background-image: url(../images/img-fclt-icn-sun.png);
}

#facility .text-wrap .contents-text-detail .building-area.sea-side dt:before {
	background-image: url(../images/img-fclt-icn-sea.png);
}

#facility .facility-img-wrap {
	margin-top: 210px;
	margin-left: 5px;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 380px;
	box-sizing: border-box;
	width: 770px;
}

/*
#facility .facility-img-wrap:after {
	content: "";
	position: absolute;
top: -176px;
left: 790px;
	background-image: url(../images/img-fclt-ship-out.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
width: 948px;
height: 1168px;
	right: 0;
	margin: 0;
}

*/

#facility .facility-img-wrap:before {
	content: "";
	position: absolute;
	top: -210px;
	left: -310px;
	background-image: url(../images/img-fclt-ship.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	width: 2230px;
	height: 1200px;;
	right: 0;
	margin: 0 auto;
}

#facility .other-wrap .facility-list {
	overflow: hidden;
	padding-top: 14px;
	margin-left: 110px;
	width: 680px;	
}

#facility .other-wrap .fclt-2 {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid rgba(43,53,102,1);
}

#facility .other-wrap .facility-list-item {
	display: inline-block;
	width: 200px;
	height: 200px;
	padding: 0 0 0 30px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#facility .other-wrap .facility-list-item:first-child {
	padding-left: 0;
}

#facility .other-wrap .facility-list-item .sunny,
#facility .other-wrap .facility-list-item .sea {
	position: absolute;
	top: -12px;
	right: 13px;
	width: 60px;
	height: 60px;
	z-index: 150;
}

#facility .other-wrap .facility-list-item .history {
	position: absolute;
	top: -12px;
	right: -10px;
	width: 72px;
	z-index: 150;
}

#facility .facility-img-wrap .facility-list-item figure {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 10px;
	background-image: url(../images/img-fclt-window.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 200px;
	height: 200px;
}

/*
#facility .facility-img-wrap .facility-list-item figure:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -3px;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 10;
	background-image: url(../images/img-fclt-window.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 200px;
	height: 200px;
}
*/

#facility .facility-img-wrap .facility-list-item figcaption {
	font-weight: bold;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 auto;
}

/*

#facility .facility-img-wrap .facility-list-item figure span {
	display: inline-block;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	overflow: hidden;
}	

*/

#facility .facility-img-wrap .facility-list-item figure img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	width: 165px;
	height: 165px;
	border-radius: 50%;
}

/* ---------------------------------------- 
      event
 ---------------------------------------- */

#event {
	clear: both;
	margin-bottom: 0;
	padding-top: 5px;
}

#event .contents-title-wrap,
#contact .contents-title-wrap {
	margin-bottom: 45px;
}

#event .wrap {
	width: 100%;
	max-width: none;
	padding: 0
}

#event .event-img-wrap {
	background-image: url(../images/img-evt-bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-size: cover;
	padding-bottom: 200px;
	margin-top: -35px;
}
#event .event-inner-wrap {
	margin: 0 auto;
	width: 980px;
	padding: 0 80px 0;
}

#event .text-wrap {
	padding: 105px 48px 65px;
	background-color: rgba(43,53,102,1);
	position: relative;
	width: 480px;
	box-sizing: border-box;
	/*margin: 0 185px 0 auto;*/
	margin: 35px -50px 0 auto;
}

#event .text-wrap:before,
#event .text-wrap:after {
	content: "";
	position: absolute;
	bottom: -80px;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

#event .text-wrap:before {
	left: 0;
	border-top: 0;
	border-left: 272px solid rgba(43,53,102,1);
	border-bottom: 81px solid transparent;
	border-right: 0;
}

#event .text-wrap:after {
	right: 0;
	border-top: 0;
	border-left: 0;
	border-bottom: 81px solid transparent;
	border-right: 272px solid rgba(43,53,102,1);
}

#event .event-list {
	margin: 0 auto;
	text-align: left;
	display: inline-block;
}

#event .event-list-item {
	margin-bottom: 18px;
}

#event .event-list-item .event-list-detail-month span {
	font-family: "Roboto";
	font-size: 2.5rem;
	font-weight: bold;
	font-weight: 500;
}

#event .event-list-item .event-list-detail-month {
	font-size: 1.2rem;
	float: left;
}

#event .event-list-item .event-list-detail-event {
	padding-left: 55px;
	font-weight: bold;
	font-weight: 500;
	font-size: 1.6rem;
	max-height: 999999px;
	letter-spacing: -0.06rem;
}

#event .event-list-item.monthly .event-list-detail-month {
	float: none;
	font-size: 1.6rem;
	font-weight: bold;
	font-weight: 500;
}

#event .event-list-item.monthly .event-list-detail-event {
	padding: 0;
	font-weight: 300;
}


/* ---------------------------------------- 
      .access
 ---------------------------------------- */

#access {
	margin: 170px auto 155px;
	padding-top: 20px;
 }

#access .wrap {
	width: 1180px;
	height: 1037px;
	background-image: url(../images/img-acs-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 120px;
	box-sizing: border-box;
}

#access .text-wrap {
	text-align: left;
}

#access .contents-title-wrap {
	width: 260px;
}

#access .contents-title-wrap h2 {
	text-align: left;
}

#access .text-wrap .contents-text-detail dt {
	font-weight: bold;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}

#access .text-wrap .contents-text-detail dd {
	font-size: 1.4rem;
}

#access .text-wrap .contents-text-detail .google-anchor {
	position: relative;
	padding-left: 20px;
	text-decoration: underline !important;
}

#access .text-wrap .contents-text-detail .google-anchor:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background-image: url(../images/img-acs-ggl.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 12px;
	height: 21px;
	margin-top: -10px;
}

#access .text-wrap .contents-text-detail .access-direction {
	margin-top: 30px;
}

#access .access-map-wrap {
	width: 600px;
	height: 700px;
	background-color: rgba(43,53,102,0.2);
	margin-left: 40px;
	float: right;
}

#access .map-area-wrap {
	overflow: visible;
	position: relative;
}

#access .map-area-wrap:after {
	content: "";
	position: absolute;
	top: -10px;
	right: -8px;
	background-image: url(../images/img-acs-cps.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 135px;
	height: 131px;
	pointer-events: none;
}

/* ---------------------------------------- 
      contact
 ---------------------------------------- */

#contact {
}

#contact .contact-wrapper {

}

#contact .wrap {
	padding: 0 80px;
	width: 980px;
}

#contact .contents-text-detail,
#contact .tel-time,
#contact .mail-wrap {
	max-height: 999999px;
	font-size: 1.4rem;
}

#contact .contact-tel-wrap {
	margin-top: 25px;
	display: inline-block;
}

#contact .tel-number {
	font-family: "Roboto";
	font-size: 6.8rem;
	font-weight: 400;
	color: #fff;
	line-height: 1;
}

#contact .tel-time {
	padding-bottom: 25px;
	margin: 4px auto 25px;
	position: relative;
}

#contact .tel-time:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgba(255,255,255,0.35);
	margin: 0 auto;
}

#contact .tel-time,
#contact .mail-wrap {
	width: auto;
}

#contact .tel-time .tel-time-title,
#contact .mail-wrap .mail-title {
	display: inline-block;
}

#contact .tel-time .tel-time-detail,
#contact .mail-wrap .mail-address {
	padding-left: 12px;
	display: inline-block;
}

#contact .tel-number .tel-title {
	font-size: 2.0rem;
}

#contact .mail-wrap span {
	font-weight: bold;
	font-weight: 500;
}

#contact .mail-wrap a {
	color: #fff;
	text-decoration: underline !important;
	font-weight: normal;
	font-weight: 300;
}

.sp-tel {
	-webkit-tap-highlight-color: #fff !important;
	color: #fff !important;
	pointer-events: none;
	text-decoration: none !important;
}

.sp-tel-anchor {
	pointer-events: none;
	color: #fff;
	text-decoration: none !important;
}

/*

@media screen and (max-width: 650px) {
	.sp-tel-anchor {
		pointer-events: auto;
	}

}
*/

/* ---------------------------------------- 
      footer
 ---------------------------------------- */

footer {
	padding: 115px 0 30px;
	text-align: center;
	font-size: 1.1rem;
	margin: 0 auto;
}

footer .footer-logo {
	width: 180px;
	margin-bottom: 15px;
	margin: 0 auto;
	line-height: 1;
}

footer .footer-anchor-wrap .footer-anchor-list {
	overflow: hidden;
	padding: 0 0 0 15px;
}

footer .footer-anchor-wrap a {
	text-decoration: underline !important;
}

footer .footer-anchor-wrap,
footer .footer-address,
footer .footer-anchor-list {
	display: inline-block;
	line-height: 1;
}

footer .footer-anchor-wrap .footer-anchor-list .footer-anchor-list-item {
	display: inline-block;
	margin-right: 15px;
	line-height: 1;
}

footer .footer-contents .relation {
	margin-right: -15px;
	padding-top: 4px;
	line-height: 1;
}

footer .relation .anchor-nankan {
	padding-right: 14px;
	background-size: 11px 11px;
	background-position: right center;
	font-weight: bold;
	font-weight: 500;
	text-decoration: underline;
}

.overview-list-item .anchor-nankan {
	background-image: url(../images/img-icn-blk_w.png);
	padding-right: 18px;
	background-position: right 65%;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	color: #FFF !important;
	text-decoration: underline !important;
}

footer .copyright {
	color: rgba(51,64,124,0.8);
	line-height: 1;
	margin-top: 10px;
	font-size: 1rem;
}


/* ---------------------------------------- 
      facility-modal
 ---------------------------------------- */

/*
.fclt-detail-text img {
	max-width: 600px;
}
*/

.fclt-detail-title {
	text-align: left;
	font-weight: bold;
	font-weight: 500;
	padding: 5px 0 0;
}

.fclt-history {
	padding-left: 61px;
	background-image: url(../images/img-fclt-history.png);
	background-size: 59px 18px;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 4px 0 2px;
}

p.fclt-detail-text {
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.5;
}

.fclt-detail div {
	text-align: left;
	padding: 10px 12px 12px;
}


/* ---------------------------------------- 
      footer-modal
 ---------------------------------------- */

.inline-content {
	padding: 70px 80px 90px;
	margin: 0 auto;
}

.footer-content-title {
	font-weight: bold;
	font-weight: 500;
	font-size: 2.6rem;
	padding-bottom: 10px;
	text-align: center;
}

.footer-content-text {
	font-weight: normal;
	font-size: 1.4rem;
	text-align: left;
	padding-top: 15px;
	max-height: 999999px;
}

.policy-content-title {
	font-size: 1.6rem;
	text-align: left;
	font-weight: bold;
	font-weight: 500;
	margin-top: 40px;
}

ul.footer-content-text {
	padding: 8px 0 0;
	list-style-type: disc;
	padding-left: 12px;
}



