@charset "utf-8";
h2{
	font-weight: 500;
}

img{
	width: 100%;
	height: auto;
}

a{
	color: #000;
}

p {
    margin-bottom: 1%;
}

.post-body img {
    margin: 2% 0;
}

/*署名*/
.sign{
	text-align: right;
	margin-top: 30px;
}

/*----------------------------------------------Flexbox div,li----------------------------------------------*/
.twoflex,.threeflex,.fourflex,.fiveflex{
	display: flex;
	justify-content: space-between;
}
.twoflex div,.twoflex li{
	width: 49%;
}
.threeflex div,.threeflex li{
	width: 33%;
}
.fourflex div,.fourflex li{
	width: 24%;
}
.fiveflex div,.fiveflex li{
	width: 19%;
}



/*----------------------------------------------リスト----------------------------------------------*/
ul.nomal{
	margin: 15px 0 15px 1.7em;
}
ul.list,ul.target{
	list-style-type: none;
}
ul.list li,ul.target li{
	position: relative;
	padding-left: 20px;
}
ul.list li::before{
	content:'\e0ee';
	font-family: "Material Icons";
	font-size: 1em;
	color: #0E79D6;
	position: absolute;
	top: 4%;
	left: 0;
	display: inline-block;
}
ul.target li::before{
	content:'\E89E';
	font-family: "Material Icons";
	font-size: 1em;
	color: #0E79D6;
	position: absolute;
	top: 4%;
	left: 0;
	display: inline-block;
}






/*----------------------------------------------inf20200625----------------------------------------------*/
.inf20200625 ul{
	margin-left: 1.5em;
}
.inf20200625 .pick{
	border: 1px solid #000;
	padding: 40px;
	margin: 40px 0;
}

.inf20200625 .pick h3{
	margin: 20px 0 7px;
	font-weight: 500;
}
.inf20200625 .pick h3:first-of-type{
	margin-top: 0;
}
.inf20200625 .image h3{
	margin: 30px 0 20px;
	font-size: 1.3em;
	font-weight: 500;
}


/*----------------------------------------------inf20200506-sixstarsday----------------------------------------------*/
.sixstarsday{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background-color: #c1ddeb;
	background-image: url("https://www.transparenttextures.com/patterns/blizzard.png");
	background-attachment: fixed;
}
.sixstarsday .content{
	width: calc(90% - 80px);
	margin: 30px auto 0 auto !important;
	max-width: 1100px;
	margin: 0 auto ;
	padding: 50px 0;
	line-height: 1.7;
}
.sixstarsday .content h2{
	width: 70%;
	margin: 0 auto;
}
.sixstarsday .content p.att{
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 2px;
	font-weight: 500;
	margin: 30px 0;
}
.sixstarsday .content p.att span{
	font-size: 0.8em;
	font-weight: 400;
}
.sixstarsday .content table{
	width: 100%;
	border-collapse:collapse;
	background: #FFF;
	font-size: 0.8em;
}
.sixstarsday .content table th{
	border: 1px solid #DFDFDF;
	background: #0090D4;
	color: #FFF;
	font-weight: 400;
	padding: 7px;
}
.sixstarsday .content table td{
	border: 1px solid #DFDFDF;
	padding: 7px;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.sixstarsday .content h2{
	width: 100%;
	margin: 0 auto;
}
}


/*----------------------------------------------inf20210702-sixstarsday----------------------------------------------*/
.sixstarsday210702{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background: url(../img/event/6starsday-bg.jpg) repeat;
	background-size: 180px;
}
.sixstarsday210702 .mainvl{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: 900px;
	background: url(../img/event/6starsdayvl.png) no-repeat;
	background-position: bottom center;
	position: relative;
	background-size: cover;
}
.sixstarsday210702 .mainvl h2{
	width: 65%;
	max-width: 900px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.sixstarsday210702 .content{
	width: calc(90% - 80px);
	margin: 30px auto 0 auto !important;
	max-width: 1100px;
	margin: 0 auto ;
	padding: 0 0 80px 0;
	line-height: 1.7;
}

.sixstarsday210702 .content table{
	width: 100%;
	border-collapse:collapse;
	background: #FFF;
	font-size: 0.8em;
}
.sixstarsday210702 .content table th{
	border: 1px solid #DFDFDF;
	background: #002B6D;
	color: #FFF;
	font-weight: 400;
	padding: 7px;
}
.sixstarsday210702 .content table td{
	border: 1px solid #DFDFDF;
	padding: 7px;
	text-align: center;
}

.sixstarsday210702 .mysubaru{
	background: #FFF;
	padding: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.sixstarsday210702 .mysubaru p a{
	display: block;
	background: #0C79D6;
	font-size: 1.2em;
	color: #FFF;
	text-decoration: none;
	width: 60%;
	border-radius: 50px;
	margin: 20px auto 0;
	line-height: 1.3;
	padding: 10px 0;
	transition: ease all 0.3s;
	letter-spacing: 1px;
}
.sixstarsday210702 .mysubaru p a span{
	display: block;
	font-size: 0.8em;
}

.sixstarsday210702 .mysubaru p a:hover{
	background: #00A0DC;
}

@media screen and (max-width: 480px) {
.sixstarsday210702 .mainvl{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: 400px;
	background: url(../img/event/6starsdayvl.png) no-repeat;
	background-position: bottom center;
	position: relative;
	background-size: cover;
}
.sixstarsday210702 .mainvl h2{
	width: 87%;
	margin: 0 auto;
}
.sixstarsday210702 .content{
	padding: 0 0 50px 0;
}
.sixstarsday210702 .mysubaru{
	padding: 27px;
	margin-bottom: 20px;
}
.sixstarsday210702 .mysubaru p a{
	width: 100%;
	font-size: 1em;
}


}
@media screen and (min-width: 1300px){
	.sixstarsday210702 .mainvl{
	height: 1100px;
}
}



/*----------------------------------------------vacation----------------------------------------------*/
.vacation table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
	font-size: 0.9em;
}

.vacation table th{
	font-weight: 400;
}

.vacation table th,.vacation table td{
	border: 1px solid #000;
	text-align: center;
	padding: 7px;
}

.vacation table td.holiday{
	color: #FF0000;
	background: #ffeff2;
}

.vacation table th:first-of-type{
	background: #e8ebed;
}

.vacation table th:last-of-type{
	background: #dee3e5;
}

.vacation.winter.winter2021 .first td,.vacation.winter.winter2021 .second td,.vacation.winter.winter2022 .first td,.vacation.winter.winter2022 .second td{
    width: calc(100% / 11);
    line-height: 1.5;
}

.vacation.winter .hatsuuri{
	background: #D9CA57;
	color: #C31B00;
	font-weight: 400;
}

.vacation.winter .hatsuuri2{
    background: #b7e874;
    color: #C31B00;
    font-weight: 400;
}

.vacation.winter.winter2022 .att{
    margin-top: 3%;
    color: #C31B00;
}

.vacation.vacation2204 table td{
	width: calc(100% / 8);
	line-height: 1.5;
}

.vacation.vacation2208 table td{
	width: calc(100% / 10);
	line-height: 1.5;
}

.vacation.gw2023 table td{
	width: calc(100% / 8);
	line-height: 1.5;
}


/*----------------------------------------------corona20210226----------------------------------------------*/
.corona div img{
	margin: 30px 0;
}

.corona h3{
	font-weight: 500;
	font-size: 1.2em;
	letter-spacing: 2px;
}

.corona .list{
	margin-top: 20px;
}

.corona a{
	color: #000;
	transition: ease all 0.3s;
	text-decoration: underline;
}
.corona a:hover{
	text-decoration-color: transparent;
	color:#0E79D6;
}

@media screen and (max-width: 480px) {
	.corona .list{
		margin-top: 10px;
	}
}


/* covid
------------------------------------------------*/

.corona{
	background: #f9f9f9;
	padding: 5%;
}

.corona .main{
	background: #FFF;
	padding: 5%;
}

.corona h2 {
	text-align: center;
}
.corona .main > p:nth-of-type(2) {
	margin: 10px 0 30px;
}
.corona .main .taisaku {
	border: 1px solid #000;
	padding: 30px;
	margin-bottom: 20px;
}
.corona .main .taisaku h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.corona .main .taisaku h3:first-of-type {
	margin-top: 0;
}
.corona .main .taisaku ul {
	margin-left: 1.5em;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.corona .main a {
	background: #1D74C6;
	border: 1px solid #1D74C6;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 80%;
    margin: 0 auto;
	padding: 10px 0;
	transition: ease all 0.3s;
}
.corona .main a:hover {
	background: #fff;
	color: #1D74C6;
}
.wpulike.wpulike-robeen {
    display: none;
}
.corona .btnarea {
    margin-top: 30px;
}


@media screen and (max-width: 480px) {
	.corona .main{
		padding: 7%;
	}
	.corona h2{
		font-size: 1.1rem;
		line-height: 1.5;
		margin-bottom:20px;
		letter-spacing: 0px;
	}
	.corona .main .taisaku{
		padding:7%;
	}
	.corona .main a{
		width: 100%;
		line-height: 1.5;
	}
}


/* G-PARK秋田リニューアルオープンのご案内
------------------------------------------------*/
p.big01 {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    margin: 10px 0;
}
.recruit .induction a {
    background: #e7606b;
    display: block;
    color: #FFF !important;
    border: 3px solid #e7606b;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    padding: 15px 0;
    border-radius: 100px;
    transition: ease all 0.3s;
}
.recruit .induction a:hover {
    background: #FFF;
    color: #e7606b !important;
}


/* ボタンスタイル
------------------------------------------------*/
.info220530 .btn{
	width: 80%;
	margin: 3% auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:10px;
}

.info220530 .btn p{
	width: 48%;
}

.info220530 .btn a{
	display: block;
	background: #DD5671;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1rem;
	padding: 15px 0;
	border: 2px solid #DD5671;
	transition: ease all 0.3s;
}

.info220530 .btn a:hover{
	background: #FFF;
	color: #DD5671;
}
@media screen and (max-width:480px) {
	.info220530 .btn p{
		width: 100%;
	}
}
