@charset "utf-8";

/*共通*/
img {
    width: 100%;
	max-width: 100%;
    vertical-align: top;
}
.cf:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

header {
    width: 100%;
    margin: 0 auto;
}
.inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

a:hover{
    -webkit-transition: all .4s;
       -moz-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
    opacity: 0.7;
    filter: alpha(opacity=70);
       -ms-filter: "alpha(opacity=70)";
}	
/*---------------------------------
header
---------------------------------*/
.global-header {
/*    background: #fff;
*/    height: 5rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	padding: 1em 0 0 1em;
}
.global-header-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: auto;
    width: 89.33333%;
}
.header_logo {
    width: 83px;
    float: left;
    display: inline-block;
}

/*ul.global-header-nav li{
	float: left;
	display: inline-block;
}
ul.global-header-nav li a {
    color: #343434;
    font-size: 16px;
    font-weight: 500;
    margin-right: 2em;
}
ul.global-header-nav li a:hover{
	text-decoration: underline;
	color: #00479d;
	opacity: inherit;
	
}*/
ul.global-header-contacts li{
float: left;
    display: inline-block;
	margin-right: 1em;
}
	

ul.global-header-contacts.cf {
    float: right;
    display: inline-block;
	    margin-right: 6em;

}
/*---------------------------------
kv
---------------------------------*/
.main_video1 {
   position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.main_video2 {
   position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
/*.main_video1 video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
*/
.main_video1 video {
	width: 100%;}
.main_video2 video {
	width: 100%;
}
.pc_only{
	display: block;
}

.sp_only{
	display: none;
}
/*---------------------------------
footer
---------------------------------*/

.footer_bk {
    width: 100%;
    height: 400px;
    margin: 10em 0 0 0;
    padding: 4em 0;
    background-image: url(../img/bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
ul.contact_btn.cf li.mail_btn {
    width: 48%;
    float: left;
    display: inline-block;
}
ul.contact_btn.cf li.tel_btn {
    width: 48%;
    float: right;
    display: inline-block;
}
li.mail_btn a {
    padding: 1em 0;
    display: block;
    background-color: #d0466a;
	border-radius: 50px;
}
li.tel_btn a {
    padding: 1em 0;
    display: block;
    background-color: #00a9e0;
    border-radius: 50px;
}
p.btn_tit {
    color: #d0466a;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    width: 70%;
}
p.form_tit {
    width: 50%;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
p.btn_tit2 {
    color: #00a9e0;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    width: 60%;
}
p.form_tit2 {
    width: 58%;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: url(../img/mail.png)no-repeat left;
    background-size: 30px;
    padding: 0px 0px 0px 25px;
}
.footer_logo {
    width: 27%;
    margin: 2em auto;
}
.footer_logo dl.cf {
    display: flex;
}
.footer_logo dt {
    width: 20%;
}
.footer_logo dd {
    padding-left: 2em;
    color: #00345b;
}
.suport_rink {
    width: 100%;
    background-color: #00a9e0;
    padding: 1em 0 3em 0;
}
.suport_rink ul.cf {
    width: 45%;
    margin: 0 auto;
}
.suport_rink li{
	width: 30%;
	display: inline-block;
	margin-right: 2em;
}
.suport_rink li:last-child{
margin-right: 0;	

}
address {
    font-size: 14px;
	color: #fff;
    text-align: center;
    padding: 10px 0;

}
.btn_top {
    width: 75px;
    position: fixed;
    z-index: 2000;
    left: 1%;
    bottom: 1%;
}
div#fixed_bnr {
    position: fixed;
    bottom: 1%;
    right: 1%;
    width: 358px;
	z-index: 10000;}
.fixbnr_pc {
    position: fixed;
    bottom: 1%;
    right: 1%;
    width: 358px;
	z-index: 10000;}
.sp-fixed-nav {
    display: none;
}
/* ■02.横幅1200px以上（PC用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:1000px) and (max-width:1280px) {
    /* ▼PC用================================================================== */
	
	.inner {
    width: 95%;
    margin: 0 auto;
}
	
    /* ▲PC用================================================================== */
}
/* ■03.横幅768px以上、1299px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:1280px) and (max-width:1090px) {
    /* ▼PC用================================================================= */

	
	/* ▲PC用================================================================== */
}
/* ■03.横幅768px以上、1299px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1090px) {
    /* ▼Tab用================================================================= */

	
	
    /* ▲Tab用================================================================= */
}

/* ■05.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:768px) {
    /* ▼SP用================================================================ */

/*ul.global-header-contacts.cf {
    display: none;
}
	ul.global-header-nav.cf {
    display: none;
}*/
.header_logo {
    width: 60px;
}
	ul.global-header-contacts li {
    width: 40px;
    float: left;
    display: inline-block;
    margin-right: 1em;
}
	.global-header {
    height: 55px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 10px 0 10px;
}
	ul.global-header-contacts.cf {
    margin-right: 4em;
}
.pc_only{
	display: none;
}

.sp_only{
	display: block;
}	
	
	
	/*.btn_top {
    width: 55px;
    position: fixed;
    z-index: 2000;
    left: 1%;
    bottom: 4%;
}*/
ul.contact_btn.cf li.mail_btn {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 2em;
}
p.btn_tit {
    color: #d0466a;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 8px;
    width: 85%;
}
p.form_tit {
    width: 100%;
    margin: 0 auto;
    font-size: 21px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
ul.contact_btn.cf li.tel_btn {
    width: 100%;
    float: none;
    display: block;
} 
	p.btn_tit2 {
    color: #00a9e0;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    width: 70%;
}
p.form_tit2 {
    width: 70%;
    margin: 0 auto;
    font-size: 21px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: url(../img/mail.png)no-repeat left;
    background-size: 25px;
    padding: 0px 0px 0px 25px;
}
.footer_logo {
    width: 100%;
    margin: 2em auto;
}
.footer_logo dl.cf {
    display: block;
}
.footer_logo dt {
    width: 25%;
    margin: 0 auto;
}
.suport_rink ul.cf {
    width: 90%;
    margin: 0 auto;
}
	.suport_rink li {
    width: 47%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
	.suport_rink li:nth-child(2) {
    margin-right:0;
}	
.suport_rink {
    padding: 1em 0 5em 0;
}
	address {
    font-size: 12px;}
	div#fixed_bnr {
    position: fixed;
    bottom: 2%;
    right: 1%;
    width: 270px;
    z-index: 10000;
}
.sp-fixed-nav {
    display:block;
}
	.fixbnr_pc {
    display: none;
    position: inherit;
    bottom: 1%;
    right: 1%;
    width: 358px;
    z-index: 10000;
}
	.sp-fixed-nav {
    /*background: #94131e;*/
    bottom: 0;
    height: 4.3rem;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
	.sp-fixed-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
	.sp-fixed-nav-list-item {
    width: 50%;
}
	li.sp-fixed-nav-list-item.item1 a {
    background: url(../img/user.png)no-repeat center center/contain;
    background-color: #00a9e0;
    background-size: 20px;
	background-position: left 40px center;
	 -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.01em;
    width: 100%;
	padding-left: 10px;}
	li.sp-fixed-nav-list-item.item2 a {
    background: url("../img/f_mail.png")no-repeat center center/contain;
	background-color:#e0f7ff;
    background-size: 20px;
	background-position: left 25px center;
		 -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #00345b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.01em;
    width: 100%;
		padding-left: 10px;
}
	.footer_bk {
    width: 100%;
    height: 300px;
    margin: 10em 0 0 0;
    padding: 4em 0;
    background-image: url(../img/bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
	video.videosp {
    width: 100%;
    height: auto;
    margin-top: 200px;
}
    /* ▲SP用================================================================ */
}
/* ■04.横幅0px以上、320px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:360px) {
    /* ▲SP横用================================================================ */
}
