/* ▼▼▼▼▼ common stylesheet ▼▼▼▼▼ */

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

body {
    font-size: 1rem;
    /* Fix font-size insafari */
    -webkit-text-size-adjust: 100%;
    font-family: "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    overflow-y: hidden;
}

a {
    text-decoration: none;
    transition: all .25s linear 0s;
    color: inherit;
    cursor: pointer;
}

a:hover {
    opacity: 0.7;
}


.clearfix:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.notice a {
	color: #27b6eb;
	text-decoration: underline;
}

.notice a:hover {
	text-decoration: none;
}


ul li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

hr{
    margin: 1em 0px;
    border: none;
    border-bottom: 1px solid #000;
}

section {
    position: relative;
}


/* ▲▲▲▲▲ common stylesheet ▲▲▲▲▲ */


/* font face */


/* CDNを利用しない場合は以下コメントアウトを外してください */


/*
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(font/noto-t.woff2) format('woff2'), url(font/noto-t.woff) format('woff'), url(font/noto-t.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(font/noto-l.woff2) format('woff2'), url(font/noto-l.woff) format('woff'), url(font/noto-l.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url(font/noto-dl.woff2) format('woff2'), url(font/noto-dl.woff) format('woff'), url(font/noto-dl.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: local('noto-r.otf'), url(font/noto-r.woff2) format('woff2'), url(font/noto-r.woff) format('woff'), url(font/noto-r.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(font/noto-m.woff2) format('woff2'), url(font/noto-m.woff) format('woff'), url(font/noto-m.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(font/noto-b.woff2) format('woff2'), url(font/noto-b.woff) format('woff'), url(font/noto-b.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(font/noto-bl.woff2) format('woff2'), url(font/noto-bl.woff) format('woff'), url(font/noto-bl.otf) format('opentype');
}
*/


/* font face end */

.brsp {
    display: none;
}

.showpc {
    display: inherit;
}

.showsp {
    display: none;
}

body {
    font-family: 'Noto Sans Japanese';
}

#container{
    margin-top: 140px;
}

.contents-in {
    width: 100%;
    max-width: 960px;
    margin: auto;
    position: relative;
}

header {
    z-index: 100;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
}

header .head {
    height: 60px;
    background: #27b6eb;
    text-align: center;
}

header .head .logo {
    padding: 16px 0;
    font-size: 1em;
}

header .head .link-corp {
    width: 180px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

header .head .link-corp span {
    height: 30px;
    background: #fff;
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 6px;
}

header .head .link-corp:after {
    content: "";
    display: block;
    border-style: solid;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 90px 0 90px;
    border-color: #ffffff transparent transparent transparent;
}

header nav {
    padding: 30px 0px;
    text-align: center;
    z-index: 100;
    background: #fff;
}

header nav ul li {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 0 0 30px;
}

header nav ul li:after {
    content: "／";
    display: inline;
    margin-left: 30px;
}

header nav ul li:last-child:after {
    content: "";
    display: inline;
}

#top .topvisual {
    background: url(../images/mainvisual.jpg) no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 450px;
    position: relative;
    overflow: visible;
    margin-bottom: 460px;
}

#top .topvisual .wrap-logo {
    position: absolute;
    top: 44%;
    left: 50%;
    margin-left: -208px;
}

#top .topvisual .wrap-logo img {
    display: block;
}

#top .topvisual .txt-partner {
    width: 145px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: #767977;
    position: absolute;
    top: 120%;
    left: 49%;
    margin-left: -55px;
}

#top .topvisual ul.partner {
    text-align: center;
    letter-spacing: .4em;
    position: absolute;
    top: 130%;
    left: 50%;
    margin-left: -260px;
    width: 520px;
}

#top .topvisual ul.partner li {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 33px;
    vertical-align: top;
}

#top .topvisual ul.partner li:nth-child(2) img {
    padding: 17px 0;
}

#top .topvisual .wrap-open{
    width: 450px;
    text-align: center;
    display: block;
    position: absolute;
    top: 190%;
    left: 50%;
    margin-left: -225px;
    font-size: 3rem;
    font-weight: 300;
}

#top .sub-news{
    width: auto;
    max-width: 960px;
    position: relative;
    margin: 0 auto 130px;
}

#top .sub-news p{
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.25em;
    color: #27b6eb;
    font-weight: 500;
    margin: 0 auto 30px;
}

#top .sub-news img{
    display: block;
    margin: 0 auto 5px;
}

#top .sub-news ul{
    border-top: 1px solid #000;
}

#top .sub-news ul li{
    text-align: center;
    border-bottom: 1px solid #000;
    position: relative;
}

#top .sub-news ul li.nolink > span,
#top .sub-news ul li a{
    width: 60%;
    padding: 20px 0;
    display: block;
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin: auto;
    text-align: left;
    text-indent: -7em;
    padding-left: 7em;
    position: relative;
}

#top .sub-news ul li a:after{
    content: "";
    width: 11px;
    height: 19px;
    display: block;
    background: url(../images/arrow-g.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -9.5px;
    right: -80px;
}

#top .sub-news ul li.nolink:after{
    display: none;
}

#top .sub-news ul li .date{
    margin-right: 30px;
}

.sub-first {
    background: url(../images/bg-running.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 20%;
    height: 740px;
    position: relative;
    overflow: hidden;
}

.sub-first .inner {
    position: relative;
    margin: 140px auto 0;
    overflow: visible;
    width: 960px;
    height: 100%;
}

.sub-first:before {
    content: "";
    display: block;
    border-width: 140px 100vw 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
}

.sub-first:after {
    content: "";
    display: block;
    border-width: 0 0 140px 100vw;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
}

.sub-first h2 {
    width: 345px;
    height: 160px;
    font-size: 4.2rem;
    line-height: 6.4rem;
    text-shadow: 0 0 15px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 1), 0 0 3px rgba(0, 0, 0, 1), 1px 1px 0 black, -1px -1px 0 black, -1px 1px 0 black, 1px -1px 0 black;
    color: #fff;
    position: absolute;
    left: 0;
    top: 60px;
    font-weight: 500;
    text-align: left;
}

.sub-first p {
    width: 320px;
    font-size: 1.6rem;
    line-height: 2.5rem;
    text-shadow: 0 0 15px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 1), 0 0 3px rgba(0, 0, 0, 1), 1px 1px 0 black, -1px -1px 0 black, -1px 1px 0 black, 1px -1px 0 black;
    color: #fff;
    position: absolute;
    left: 0;
    top: 265px;
    font-weight: 500;
}

.sub-first .sub_first_btn {
	width:320px;
	height:38px;
	position:absolute;
	left:0;
	top:440px;
	box-shadow: 0 0 8px #000000;
	
}


.sub-second {
    margin-bottom: 40px;
}

.sub-second ul {
    text-align: center;
    letter-spacing: .4em;
}

.sub-second ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 40px;
}

.sub-second ul li:last-child {
    margin-right: 0;
}

.sub-second ul li h3 {
    height: 115px;
    overflow: hidden;
}

.sub-second ul li h3 img,
.sub-second ul li h3 span {
    display: block;
    margin: auto;
}

.sub-second ul li:nth-child(1) h3 img {
    margin: 14px auto;
}

.sub-second ul li:nth-child(2) h3 img {
    margin: 19px auto;
}

.sub-second ul li:nth-child(3) h3 img {
    margin: 23px auto;
}

.sub-second ul li:nth-child(4) h3 img {
    margin: 0 auto 25px;
}

.sub-second ul li h3 span {
    font-size: 2.5rem;
    font-weight: 700;
    color: #27b6eb;
}

.sub-second ul li .circle {
    width: 215px;
    height: 215px;
    border: 1px solid #27b6eb;
    line-height: 3rem;
    border-radius: 50%;
    margin: 20px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sub-second ul li .circle span {
    font-size: 2.1rem;
    font-weight: 300;
}

.sub-second ul li:nth-child(1) .circle span {
    font-size: 2.1rem;
    line-height: 2.8rem;
}

.sub-second ul li:nth-child(1) .circle span strong {
    font-size: 3.6rem;
}

.sub-second ul li:nth-child(2) .circle span {
    font-size: 1.9rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
    display: block;
}

.sub-second ul li:nth-child(2) .circle span strong {
    font-size: 2.75rem;
}

.sub-second ul li:nth-child(3) .circle span {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
    display: block;
}

.sub-second ul li:nth-child(3) .circle span strong {
    font-size: 2.9rem;
    color: #27b6eb;
}

.sub-second ul li:nth-child(4) .circle span {
    font-size: 2.3rem;
    margin-bottom: 10px;
    margin-top: 40px;
    display: block;
}

.sub-second ul li:nth-child(4) .circle span strong {
    font-size: 2.9rem;
    color: #27b6eb;
}

.sub-second ul li:nth-child(4) small {
    font-size: 1.6rem;
}

.sub-third {
    height: 965px;
    background: url(../images/figure-third.png) no-repeat;
    background-size: 1272px auto;
    background-position: 50% 50%;
}

.sub-third img {
    display: none;
}

.sponsor{
    width: 880px;
    overflow: hidden;
    position: relative;
    border: 3px solid #ededed;
    box-sizing: border-box;
    margin: 40px auto 0;
    padding: 35px 20px 40px 50px;
    font-size: 1.6rem;
    line-height: 2.7rem;
    background: #ffffff; /* Old browsers */
background: -webkit-linear-gradient(60deg, #ffffff 0%, #ffffff 65%, #f9f9f9 66%, #ffffff 100%);
background: -o-linear-gradient(60deg, #ffffff 0%, #ffffff 65%, #f9f9f9 66%, #ffffff 100%);
background: linear-gradient(150deg, #ffffff 0%, #ffffff 65%, #f9f9f9 66%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sponsor:before{
    content: "PICK UP";
    width: 107px;
    background: #27b6eb;
    text-align: center;
    font-size: 1.6rem;
    font-style: italic;
    position: absolute;
    top: 30px;
    left: 0;
    color: #fff;
    padding: 0;
}

.sponsor .sponsor_inner {
	overflow:hidden;
}

.sponsor .sponsor_inner:nth-child(1) {
	border-bottom:1px solid #cccccc;
	margin:0 0 30px;
	padding:0 0 30px;
}

.sponsor .float_box {
	width: 100%;
	overflow: hidden;
}

.sponsor .fl{
    width: 420px;
    margin-top: 40px;
    position: relative;
}

.sponsor .fr{
    width: 320px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    margin-left: 64px;
}

.sponsor .fr > img{
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 20px;
}

.sponsor .cc{
    font-size: 3rem;
    line-height: 3.5rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 10px;
}

.sponsor .cc strong{
    font-weight: 400;
}

.sponsor .text_box {
	border: 1px solid #000000;
	padding: 3px 5px;
	width: 150px;
	text-align: center;
	margin-bottom: 15px;
}

.sponsor .name{
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
}

.sponsor .text{
    width: 410px;
}

.sponsor .btn-brand{
    background: #1d2468;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 4px 0;
    font-weight: 300;
    z-index: 50;
    position: relative;
}

.sponsor .notification_box {
	border: 1px solid #cccccc;
	padding: 15px;
	clear: both;
	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
	margin-top: 20px;
}

section h2 {
    font-size: 4.8rem;
    font-weight: 200;
    text-align: center;
}

section h2 .small {
    font-size: 14px;
    font-weight: 700;
    color: #27b6eb;
}

#information {
    background: #f5f5f5;
    position: relative;
    padding: 130px 0;
    text-align: center;
    overflow: hidden;
}

#information:before {
    width: 100%;
    content: "";
    display: block;
    border-width: 0 100vw 140px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    overflow: hidden;
}

#information:after {
    width: 100%;
    content: "";
    display: block;
    border-width: 140px 0 0 100vw;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

section h2 {
    margin-bottom: 45px;
}

section h2 span.big {
    font-size: 4.8rem;
    font-weight: 200;
    display: block;
    letter-spacing: .25em;
    text-indent: .25em;
}

section h2 span.small {
    font-size: 1.4rem;
    font-weight: 700;
    color: #27b6eb;
    display: block;
    letter-spacing: 0.25em;
}

#information h3 {
    font-size: 3rem;
    font-weight: 300;
}

#information h3 span {
    font-weight: 700;
    color: #27b6eb;
}

#information .wrap-photo-facility {
    width: 100%;
    max-width: 960px;
    margin: 30px auto 55px;
}

#information .wrap-photo-facility .showpc img {
    width: 100%;
    display: block;
}

#information .wrap-photo-facility p img {
    display: block;
    width: 100%;
}

#information ul.room {
    text-align: center;
    letter-spacing: -.4em;
    margin-bottom: 50px;
}

#information ul.room li {
    width: 308px;
    margin-right: 18px;
    text-align: left;
    letter-spacing: normal;
    display: inline-block;
}

#information ul.room li p {
    font-size: 1.6rem;
    font-weight: 700;
    color: #27b6eb;
    margin-bottom: 15px;
}

#information ul.room li p img {
    display: block;
}

#information ul.room li:last-child {
    margin-right: 0;
}

#information .rice {
    font-size: 1.4rem;
}

#event .events-photo {
    height: 460px;
    background: url(../images/photo-bg-events.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-top: 140px;
}


/*
#event .events-photo:after {
    content: "";
    display: block;
    padding-bottom: 38.5%;
}
*/

#event h3 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 60px;
}

#event .events-photo ul {
    width: 100%;
    max-width: 790px;
    margin: 0 auto 32.5px;
    overflow: hidden;
    position: relative;
    top: -80px;
}

#event .events-photo ul:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

#event .events-photo ul li {
    float: left;
    margin-right: 2.5%;
    width: 18%;
}

#event .events-photo ul li img {
    display: block;
    width: 100%;
}
#event .events-photo ul li img.showsp{
  display: none;
}

#event .events-photo ul li:last-child {
    margin-right: 0;
}

#event .rice {
    text-align: center;
    font-size: 1.4rem;
    position: absolute;
    width: 100%;
    top: 30%;
    text-align: center;
}

#price {
    padding: 80px 0 0;
    margin-bottom: 80px;
}

#price h3 {
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

#price>p {
    text-align: center;
}

#price p.notice {
    text-align: center;
    font-size: 1.4rem;
}

#price p.price {
    text-align: center;
    font-size: 2.7rem;
    margin: 70px 0 0;
}

#price p.price strong {
    color: #27b6eb;
    font-size: 3.5rem;
    font-weight: 300;
}

#price .option-label {
    width: 100%;
    max-width: 880px;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 2px 0;
    margin: 50px auto 20px;
    background: #f4f4f4;
}

#price table {
    width: 100%;
    max-width: 880px;
    margin: 0 auto 25px;
    padding: 0 60px 0 25px;
}

#price table tr td {
    font-size: 2rem;
    overflow: hidden;
    margin: 0 60px 32.5px 25px;
    position: relative;
}

#price table tr td .icon {
    vertical-align: bottom;
    margin-right: 10px;
}

#price ul li span {
    display: table-cell;
}

#price table tr span.small {
    font-size: 1.5rem;
    font-weight: 300;
}

#price table.list-first tr .option-left {
    width: 510px;
}

#price table.list-second tr .option-left {
    width: 430px;
}

#price table.list-third tr .option-left {
    width: 430px;
}
#price table.list-fourth tr .option-left {
    width: 475px;
}

#price table tr .dot {
    background: url(../images/dot.png) repeat-x;
    background-position: 50% 50%;
}

#price table tr .option-right {
    width: 185px;
    font-weight: 300;
    background: #fff;
    text-align: right;
}

#price table tr td .dot {
    font-size: 1.3rem;
}

#price .list-third {
    margin-bottom: 60px;
}

/*#price .list-fourth {
    margin-bottom: 60px;
}*/

#price .recommend {
    width: 100%;
    max-width: 880px;
    border: 4px solid #ededed;
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px 30px 30px 45px;
    margin: auto;
}

#price .recommend .fl p {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 300;
}

#price .recommend .fl p:first-child {
    margin-bottom: 30px;
}

#price .recommend .fl p strong {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 400;
}

#price .recommend .fl p strong span {
    color: #27b6eb;
}

.sponsor2{
    width: 880px;
    overflow: hidden;
    position: relative;
    border: 4px solid #ededed;
    box-sizing: border-box;
    margin: 30px auto 0;
    padding: 25px 80px 40px;
    font-size: 1.6rem;
    line-height: 2.7rem;
background: -webkit-linear-gradient(60deg, #ffffff 0%, #ffffff 65%, #f9f9f9 66%, #ffffff 100%);
background: -o-linear-gradient(60deg, #ffffff 0%, #ffffff 65%, #f9f9f9 66%, #ffffff 100%);
background: linear-gradient(150deg, #ffffff 0%, #ffffff 65%, #f9f9f9 66%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sponsor2:before{
    content: "PICK UP";
    width: 107px;
    background: #27b6eb;
    text-align: center;
    font-size: 1.6rem;
    font-style: italic;
    position: absolute;
    top: 30px;
    left: 0;
    color: #fff;
    padding: 0;
}

.sponsor2 .fl{
    width: 300px;
    position: relative;
}

.sponsor2 .fr{
    width: 300px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
}

.sponsor2 .center {
    width: 300px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
	margin: 0 auto;
	
}

.sponsor2 .fl .photo,
.sponsor2 .fr .photo,
.sponsor2 .center .photo{
    display: block;
    margin: 0 auto 34px;
}

.sponsor2 .cc{
    font-size: 3rem;
    line-height: 3.5rem;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 45px 50px;
}

.sponsor2 .cc strong{
    font-weight: 400;
}

.sponsor2 .name{
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
}

.sponsor2 .text{
    font-size: 2rem;
    line-height: 3rem;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
}

.sponsor2 .text small{
    font-size: 1.4rem;
}

.sponsor2 .btn-brand{
    background: #000;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 4px 0;
    font-weight: 300;
    z-index: 50;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.sponsor2 .rental_bnr {
	width: 300px;
	margin-bottom: 10px;
}
.sponsor2 .rental_bnr_last{
	width: 300px;
	margin-bottom: 0;
}
.sponsor2 .rental_bnr img,.sponsor2 .rental_bnr_last img {
	width: 100%;
	vertical-align: bottom;
}


#access {
    width: 100%;
    max-width: 785px;
    margin: 0 auto 80px;
    overflow: hidden;
}

#access h3 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 5rem;
    text-align: center;
    margin-bottom: 50px;
}

#access .wrap-access-sub {
    text-align: center;
    letter-spacing: -.4em;
}

#access .wrap-access-sub .access-fl,
#access .wrap-access-sub .access-fr {
    letter-spacing: normal;
    text-align: left;
}

#access .access-fl {
    width: 380px;
    margin-right: 15px;
    vertical-align: top;
    float: left;
}

#access .access-fr {
    width: 390px;
    float: right;
}

#access .access-fl address {
    font-size: 2rem;
    font-style: normal;
    line-height: 3.6rem;
    letter-spacing: .1em;
    margin-bottom: 15px;
}

#access .access-fl address strong {
    font-size: 3.2rem;
    font-weight: 400;
    color: #27b6eb;
    letter-spacing: .1em;
}

#access .access-fl ul li {
    text-align: left;
    letter-spacing: -.4em;
    margin-bottom: 20px;
}

#access .access-fl ul li p {
    display: inline-block;
    letter-spacing: normal;
    font-size: 1.6rem;
    line-height: 2.5rem;
}

#access .access-fl ul li p.label {
    width: 5em;
    height: 75px;
    vertical-align: top;
}

#access .access-fl ul li p.subcont {
    text-align: left;
}

#access .access-fl ul li p.subcont .small {
    font-size: 1.2rem;
}

#access .access-fl p.em {
    width: 325px;
    background: #27b6eb;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    padding: 2px 0;
}

footer {
    width: 100%;
    height: 148px;
    background: #27b6eb;
    position: relative;
}

footer .inner{
    width: 100%;
    max-width: 960px;
    margin: auto;
    position: relative;
}

footer small {
    width: 50%;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #fff;
    padding: 49px 0;
    margin: auto;
    display: block;
    float: right;
    text-align: right;
}

footer .pagetop {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    font-weight: 400;
    border: 2px solid #fff;
    position: absolute;
    right: 0px;
    top: -20px;
    text-align: center;
    color: #fff;
    background: #27b6eb;
}

footer .pagetop a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding-top: 5px;
    z-index: 100;
}

footer .pagetop span {
    font-size: 2.4rem;
}

footer .contact{
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #fff;
    padding: 50px 0 0;
    width: 50%;
    float: left;
}

.list-cont {
    display: none;
}

.spmenu {
    display: none;
}

.ham-menu {
    display: none;
}

.cont-closer {
    display: none;
}

.anchor {
    padding-top: 140px;
    margin-top: -140px;
    z-index: -1;
}

/* イベント部分追加 */

.sub-list{
    width: 100%;
    max-width: 880px;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
}

.sub-list .subsec-title{
    font-size: 2.3rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #3fbbec;
    padding: 1px 0px;
    margin-bottom: 20px;
}

.sub-list ul li{
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 300;
    background: #ebf9ff;
    padding: 20px 30px;
    margin-bottom: 3px;
}

.sub-list ul li .content-in{
    margin-top: 25px;
    display: none;
}

.sub-list ul li h4{
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}

.sub-list ul li h4 .arrow-b {
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0px 0;
    transition: all .3s ease-out 0s;
    margin-top: -5px;
    opacity: 1;
}

.sub-list ul li h4 .arrow-r {
    width: 10px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    padding: 0px 0;
    transition: all .3s ease-out 0s;
    margin-top: -5px;
    opacity: 1;
}

.sub-list ul li .blank{
  display: inline;
}

.sub-list ul li .label.vt{
  vertical-align: top;
}

.sub-list ul li .label.vt + .blank{
  display: inline-block;
  width: 50em;
}

.sub-list ul li .label.em3{
    width: 3em;
    display: inline-block;
}

.sub-list ul li .label.em4{
    width: 4em;
    display: inline-block;
}

.sub-list ul li p{
    margin-bottom: 1em;
}

.sub-list .noev{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 20px 0 40px;
}

.cont-closer-sub {
    display: block;
    width: 16px;
    height: 10px;
    margin: 15px auto 40px;
    cursor: pointer;
}

.cont-closer-sub img {
    display: block;
    width: 100%;
}

.btn-info-ev{
    width: 450px;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    background: #f4f4f4;
    padding: 20px 0;
    margin: 30px auto;
    position: relative;
    display: block;
}

.btn-info-ev:after{
    content: "";
    width: 11px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9.5px;
    background: url(../images/arrow-g.png) no-repeat;
    display: block;
}



.btn-info-ev02{
    max-width: 880px;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    background: #faab44;
    padding: 20px 0;
    margin: 30px auto;
    position: relative;
    display: block;
	color: #ffffff;
}

.btn-info-ev02:after{
    content: "";
    width: 11px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 38px;
    margin-top: -9.5px;
    background: url(../images/arrow-w.png) no-repeat;
	background-size:100%;
    display: block;
}

#info_emg {
	width:100%;
	max-width:960px;
	margin: 0 auto 30px;
	border: 3px solid #27b6eb;
	background: #ffffff;
	box-sizing: border-box;
	text-align: center;
}

#info_emg table {
}

#info_emg td {
	width:100%;
  font-size: 12px;
  line-height: 18px;
	padding: 25px;
}


#info_emg span{
	font-size: 16px;
	line-height: 2.4;
	font-weight: bold;
}

@media screen and (max-width: 960px){
	
	
  #top .sub-news{
    margin: 0 20px 130px;
  }
  #top #info_emg {
	  width:96%;
    margin: 0 auto 30px;
  }
}

/* brn_area */
.bnr_area {
	width:960px;
	margin:0 auto 80px;
}
.bnr_area .banner_1 {
		margin: 0 auto 20px;
}
.bnr_area ul li img {
	vertical-align:bottom;
	width:100%;
}

.bnr_area ul {
	overflow:hidden;
	margin:0 auto;
}
.bnr_area ul.banner_4 { width: 960px;}
.bnr_area ul.banner_3 { width: 720px;}
.bnr_area ul.banner_2 { width: 470px;}

.bnr_area ul li {
	width:225px;
	float:left;
	padding-left:20px;
	margin-bottom:20px;
	box-sizing:content-box;
}

.bnr_area ul li:first-child {
	padding:0;
}

.bnr_area ul li:nth-child(1),.bnr_area ul li:nth-child(5) {
	padding:0;
}

.tax_small {
	font-size:1.5rem;
}

@media screen and (max-width: 960px){
.bnr_area {
	width:100%;
	padding: 0 20px;
	margin: 0 0 10px;
}

.bnr_area .banner_1 {
		margin: 0 auto 10px;
}

	.bnr_area .banner_1 img {
		width: 100%;
		vertical-align: top;
}

.bnr_area ul li img {
	vertical-align:bottom;
	width:100%;
}
.bnr_area ul {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	box-sizing:border-box;
}

.bnr_area ul.banner_4 { width: 100%;}
.bnr_area ul.banner_3 { width: 100%;}
.bnr_area ul.banner_2 { width: 100%;}
	
.bnr_area ul li {
	width:49%!important;
	box-sizing:border-box;
}

.bnr_area ul li:nth-child(1),
.bnr_area ul li:nth-child(3),
.bnr_area ul li:nth-child(5) {
	float:left;
	margin:0 0 10px 0!important;
}

.bnr_area ul li:nth-child(2),
.bnr_area ul li:nth-child(4) {
	margin:0 0 10px 0;
	float:right;
}
}

	.bnr_circle {
		width: 880px;
		margin: 30px auto 0;
	}

.bnr_circle img {
	width: 100%;
}

@media screen and (max-width: 960px){
	
	.bnr_circle {
		width: 96%;
		margin: 30px auto 0;
	}

	.bnr_circle img {
		width: 100%;
	}

	
}