@charset "UTF-8";
/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
	font-size: 62.5%;
/*	overflow-y: scroll;
*/}
body {
	color: #000; 
	font-family: source-han-sans-japanese, sans-serif, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	
	line-height: 1.6;

/*-スクロール固定-*/
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.no-scroll {
	height: 100vh; 
	overflow: hidden;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}
a img {
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}
a svg {
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}
a:hover{
	color: #1d4999 !important;
}
.ts-anime{
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}
.alpha:hover{
	opacity: 0.6;
}
svg,
img {
	max-width: 100%;
	vertical-align: middle;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/


header{
	width: 100%;
}
.header-upper .container,
.header-middle.container{
	-webkit-align-items: center;
	        align-items: center; 
	-ms-flex-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between; 
	-webkit-box-pack: justify;
	-webkit-box-align: center;
}
.header-upper{
	background: #d2d2d2;
	padding: 10px 0;
	font-size: 1.4rem;
}
.header-upper a{
	color: #000;
	font-weight: bold;
}
.header-upper a i{
	color: #1d4999;
}
.header-upper ul {
	display: table;
}
.header-upper li {
	line-height: 1;
	display: table-cell;
	padding:  0 .75em;
}

.header-upper li:not(:last-child) {
	border-right: 1px solid #000;
}

.header-upper li a:hover {
	color: #1D4999 !important;
}

/*---------二つ割header--------*/
.header-middle{
	margin: 20px auto;
}
.header-middle .header-logo {
	margin: 0 auto 0 0;
}

.header-middle .header-right ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	
}
.header-middle .header-right li:first-child{
	align-self: center;
	margin-right: 1em;
}


/*---------1列nav--------*/

.header-nav {
	width: 100%;
	background: #1d4999;
}
.header-nav .nav{
	width: 100%;	
}
.header-nav .container {
	padding: 14px 0;
}
.header-nav .nav {
	display: table;
}
.header-nav .nav li:first-child {
	border-left: 1px solid #fff;
}
.header-nav .nav li {
	display: table-cell;
	border-right: 1px solid #fff;
	width: calc(100% / 7);
}
.header-nav .nav a {
	display: block;
	padding: 5px 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff; 
	text-align: center;
}
.header-nav .nav a:hover {
	color: #FCF900 !important;
}



/*---------------------------------------------------------------------
			パンくず		
-----------------------------------------------------------------------*/
.bleadcrumb {
	padding: 10px 0;
}
.bleadcrumb ul {
	padding: 0;
}
.bleadcrumb li {
	display: inline-block;
	margin-right: 0.3em;
}
.bleadcrumb {
	margin-bottom: 40px;
}
.bleadcrumb li {
	font-size: 1.4rem;
}
.bleadcrumb a{
	color: #000;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    -o-transition: all .3s;
}

.bleadcrumb li:first-child a {
	display: inline-block;
	position: relative;
}
.bleadcrumb li:nth-child(n + 2)::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 0.3em;
}

/*----------------------------------------------------
	ページトップ
----------------------------------------------------*/
#pagetop {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: 42px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
	z-index: 999999;
	text-align: center;
	margin-bottom: -27px;
}
#pagetop a {
    display: block; /*配置の調整*/
	width: 54px;
	height: 54px;
	background: #00a0e9;
	border: 2px solid #00a0e9;
	color: #fff;
	font-size: 3.2rem;
	line-height: 1.4;
	border-radius: 100px;
}
#pagetop a:hover {
    text-decoration: none; 
    background: #fff; /*マウスオーバー時の背景色*/
	color: #00a0e9 !important;
}

/*#pagetop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 15px;
	z-index: 9999;
	text-align: center;
}
#pagetop a {
	display: block;
	width: 54px;
	height: 54px;
	background: #b3dc00;
	color: #fff;
	font-size: 3.2rem;
	border-radius: 100px;
	padding-top: 3px;
}
#pagetop a:hover {
	background: #003567!important;
}
@media (min-width: 768px) {
	a#top{
		height: 50px;
		width: 50px;
	}
}
*/


/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer {
/*    width: 100%;
    position: absolute;
    bottom: 0;
	height: 348px;
*/	

}
footer {
  margin-top: auto;
}
.footer-upper {
	color: #fff;
	background: #1d4999;
	text-align: center;
	padding: 25px 0 40px;
}
.footer-upper .catch{
	font-size: 2.0rem;
	border: solid 2px #FCF900;
	padding: 5px;
	margin-bottom: 20px;
	color: #fcf900;
}
.footer-upper .contact .contact-inner{
	border-left: solid 1px #fff;
	width: 305px;
}
.footer-upper .contact .contact-inner:last-child{
	border-right: solid 1px #fff;
	webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.footer-upper .contact .contact-inner .ttl{
	font-size: 1.6rem;
	font-weight: bold;
}
.footer-upper .contact .contact-inner figure,
.footer-upper .contact .contact-inner .btn01{
	margin: 15px 0 0;
}
.footer-upper .contact .contact-inner .btn01{
	margin: 10px auto 0;
}
.footer-lower{
	padding: 20px 0;
}
.footer-lower .item-left{
	font-size: 1.6rem;
	margin-bottom: 10px;
}
/*----------------------------------------------------
	メイン
----------------------------------------------------*/
main {
	display: block;
	width: 100%;
	overflow: hidden;
}
/*---------タイトル画像 中央寄せ--------*/
.main-title {
	height: 140px;
	display: flex;
	width: 100%;
	justify-content: space-around;
	padding: 65px 0;
}
.main-title h2{
	font-size: 3.0rem;
	color: #fff;
	line-height: 1;
	
	position: relative;
}
.main-title h2::before{
	content: '';
	display: block;
	background: #fcf900;
	height: 3px;
	width: 63px;
	
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.main-title-2 h2::before{
	background: #fcf900;
}

/*----------------------------------------------------
	見出し
----------------------------------------------------*/
.sub_ttl{
    font-size: 2.2rem;
    background: #e5f5fd;
    color: #1d4999;
    line-height: 1;
    padding: 20px;
    border-left: solid 10px#1d4999;
    margin-bottom: 35px;
}

.cnt-ttl {
    margin-bottom: 2.4rem;
    font-size: 2.0rem;
    border-bottom: solid 3px #1d4999;
    position: relative;
    padding-bottom: 1.6rem;
	color: #1d4999;
}
.cnt-ttl:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    border-bottom: solid 3px #00a0e9;
    bottom: -3px;
    left: 0;
    width: 17%;
}
.cnt-ttl h4 {
    font-weight: bold;
}

/*----------------------------------------------------
	ボタン
----------------------------------------------------*/

header .btn01{
	width: 280px;
}
header .btn04{
	width: 161px;
	margin: 0 13px;
}
footer .btn01{
	width: 330px;
}
.btn01 a {
	background: #1d4999;
	color: #fff;
	border: solid 2px #1d4999;
	border-radius: 4px;
	padding: 20px;
	font-size: 1.8rem; 
	font-weight: bold;
	line-height: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
}
.btn01 a:hover {
	color: #1d4999;
}
#header .btn01 a {
	background: #1d4999;
	color: #fff;
	border: solid 2px #1d4999;
	border-radius: 4px;
	padding: 20px;
	font-size: 1.8rem; 
	font-weight: bold;
	line-height: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
}
#header .btn01 a:hover {
	color: #FCF900 !important;
}
#header .btn04 a {
	background: #00a0e9;
	color: #fff;
	border: solid 2px #00a0e9;
	border-radius: 4px;
	padding: 20px;
	font-size: 1.8rem; 
	font-weight: bold;
	line-height: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
}
#header .btn04 a:hover {
	background-color: #FFF;
	color: #00a0e9 !important;
}
footer .btn01 a {
	font-size: 2.2rem;
}
footer .btn01 a {
	background: #00a0e9;
	color: #fff;
	border: solid 2px #00a0e9;
	border-radius: 4px;
	padding: 20px;
	font-size: 1.8rem; 
	font-weight: bold;
	line-height: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
}
footer .btn01 a:hover {
	color: #00a0e9 !important;
}
.btn01 a:hover {
	background: #fff;
	text-decoration: none;
}

.btn01.contact {
	width: 780px;
	margin: 0 auto 60px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.btn01.contact a{
	font-size: 2.8rem;
}

.btn01.pvp {
	width: 780px;
	margin: 0 auto 30px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.btn01.pvp a{
	font-size: 2.8rem;
	background: #fff;
	color: #1d4999;
	border: solid 2px #1d4999;
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;

}
.btn01.pvp a::before{
    content: '';
    display: inline-block;
    background: url(../images/floor/icon_pvp.png)center / contain no-repeat;
    width: 23px;
    height: 34px;
    margin-right: 20px;
}
.btn01.pvp a:hover {
	background: #1d4999;
	color: #fff!important;
	text-decoration: none;
}

.btn02 {
    border: solid 2px #1d4999;
    width: 228px;
}
.btn02 a {
    font-size: 2.0rem;
/*    font-weight: bold;*/
    color: #000;
    padding: 30px 0 0;
    line-height: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    padding: 25px;
}
.btn02 a:hover {
    background: #1d4999;
    text-decoration: none;
    color: #fff !important;
}

.btn03{
    width: 200px;
}
.btn03 a {
    border: solid 2px #1d4999;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #1d4999;
    padding: 14px;
    line-height: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
}
.btn03 a:hover{
    background:#fff;
    color: #1d4999; 
    border: solid 2px #1d4999;
}


/*----------------------------------------------------
	注釈
----------------------------------------------------*/
.comment{
    font-size: 1.4rem;
}

/*----------------------------------------------------
	サイドボタン
----------------------------------------------------*/

#sidebtn{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 9999;
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}
.sidebtn_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#sidebtn a:hover{
	opacity: 0.6;
}

/*----------------------------------------------------
	設備・料金表ボタン
----------------------------------------------------*/

.nav-btn-wrap{
	margin-bottom: 40px;
}
.nav-btn-wrap .nav-btn{
	width: 490px;
	position: relative;
}
.nav-btn-wrap .nav-btn a {
	background: #fff;
	color: #000;
	border: solid 2px #1d4999;
	padding: 20px 20px 10px;
	font-size: 2.0rem; 
	font-weight: bold;
	line-height: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
}
.nav-btn-wrap .nav-btn.current a{
	background: #1d4999;
	color: #fff;
}
.nav-btn-wrap .nav-btn i{
	display: block;
	margin-top: 10px;
	color: #1d4999;
}

.nav-btn-wrap .nav-btn:hover a{
	background: #1d4999;
	color: #fff!important;
	text-decoration: none;
}
.nav-btn-wrap .nav-btn:hover i{
	color: #fff;
}
.nav-btn-wrap .nav-btn.current:hover a{
	background: #1d4999;
	color: #fff;
	text-decoration: none;
}
.nav-btn-wrap .nav-btn:first-child::after{
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #1d4999;
	position: absolute;
	right: -20px;
	bottom: 0;
}
.tel-header {
	line-height: 1.3;
}
.tel-header .s {
	font-size: 1.2rem;
	padding-left: 3em;
}
.tel-header .m {
	font-size: 1.4rem;
	font-weight: 700;
}
.tel-header .l {
	font-size: 3.0rem;
	font-weight: 700;
}

.page-section01 {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.page-section01::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 50vw;
	left: 50%;
	height: 198px;
	top: 85px;
	background-color: #f4f4f4;
}
.page-section01-left {
	width: 510px;
}
.page-section01-right {
	width: 400px;
}
.page-title-bdr {
	font-size: 3.2rem;
	color: #1d4999;
	font-weight: bold;
	margin-bottom: .75em;
	padding-bottom: .75em;
	position: relative;
}
.page-title-bdr::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1.5em;
	height: 2px;
	background-color: #e83929;
}
.page-title-bdr.center::after {
	left: calc(50% - .75em);
}
.page-title-copy {
	font-size: 1.6rem;
	line-height: 2;
}
.page-section02 {
	width: 1000px;
	margin: auto;
}