@charset "utf-8";
/* CSS Document */

/*==================================================
index
================================================== */

/*====== mv-top ======*/

#top-mv{
    position: relative;
    width: 100%;
    height: 76vh;
    background: url("../images/bg_mv.jpg") no-repeat bottom center;
    background-size: cover;
}


#top-mv::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 100vw;
    border-color: transparent transparent #fff transparent;
}

#top-mv h2{
    display: block;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

#top-mv h2 img{
    width: 100%;
}

#top-mv h2 strong{
    display: block;
    border: 6px solid #e60012;
    background-color: rgba(255,255,255,0.8);
    box-sizing: border-box;
    padding: 20px ;
    color: #e60012;
    font-size: 2vw;
    margin: 20px auto 0;
}

.mv-img{
    position: absolute;
    height: 64vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.mv-rugby{
    top: 55% !important;
}

.mv-soccer{
    left: 45% !important;
}

.mv-baseball{
    top: 47% !important;
    z-index: 8 !important;
}

.fadein--up {
  opacity: 0;
  animation-name: fadein_up;
  animation-duration: 2.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein_up {
  0% {
     opacity: 0;
     transform: translate(-50%, -48%);
  }
  100% {
     opacity: 1;
     transform: translate(-50%, -50%);
  }
}

.fadein--left {
  opacity: 0;
  animation-name: fadein_left;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein_left {
  0% {
     opacity: 0;
      left: 26%;
  }
  100% {
     opacity: 1;
      left: 28%;
  }
}

.fadein--right {
  opacity: 0;
  animation-name: fadein_right;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein_right {
  0% {
     opacity: 0;
      left: 74%;
  }
  100% {
     opacity: 1;
      left: 72%;
  }
}

.fadein--down {
  opacity: 0;
  animation-name: fadein_down;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein_down {
  0% {
     opacity: 0;
      top: 48%;
  }
  100% {
     opacity: 1;
      top: 50%;
  }
}




@media only screen and (max-width: 1024px) { 

#top-mv{
    height: 50vh;
}

#top-mv::before{
    border-width: 0 0 150px 100vw;
}

#top-mv h2 strong{
    border: 4px solid #e60012;
    padding: 10px ;
    font-size: 2.5vw;
    margin: 10px auto 0;
}

.mv-rugby{
    height: 45vh;
    transform: translate(-70%, -50%);
}

.mv-soccer{
    height: 45vh;
}

.mv-baseball{
    height: 45vh;
    top: 50% !important;
    transform: translate(-35%, -50%);
}   


    
}

@media only screen and (max-width: 768px) { 

#top-mv::before{
    border-width: 0 0 120px 100vw;
} 


	
}

@media only screen and (max-width: 480px) { 

#top-mv::before{
    border-width: 0 0 70px 100vw;
}

#top-mv h2{
    width: 80%;
}

#top-mv h2 strong{
    border: 3px solid #e60012;
    padding: 10px ;
    font-size: 4vw;
    margin: 10px auto 0;
}

.mv-rugby{
    height: 40vh;
    transform: translate(-70%, -50%);
}

.mv-soccer{
    height: 40vh;
}

.mv-baseball{
    height: 40vh;
    top: 55% !important;
    transform: translate(-35%, -50%);
} 


    
}



/*====== top-about ======*/

#top-about{
    position: relative;
    padding: 200px 0 100px;
}

#top-about article{
    width: 50%;
}

#top-about article p{
    margin: 80px 0 80px;
    line-height: 2.2;
}

img.top-about{
    position: absolute;
    width: 40%;
    top: 0;
    right: 0;
}



@media only screen and (max-width: 1024px) { 

#top-about{
    padding-bottom: 100px;
}

#top-about article p{
    margin: 50px 0 80px;
}

img.top-about{
    width: 47%;
}
	
}



@media only screen and (max-width: 480px) { 

#top-about{
    padding-bottom: 210px;
    padding-top: 70px;
}

#top-about article{
    width: 95%;
}

#top-about article p{
    margin: 35px 0 20px;
}

img.top-about{
    position: absolute;
    width: 70%;
    top: inherit;
    bottom: 0;
    right: 0;
    z-index: -1;
}
	
}


/*====== top-news ======*/

#top-news{
	position: relative;
	padding: 65px 0 100px;
    background: url("../images/bg_01.jpg") no-repeat top right;
    background-size:58%;
}

#top-news.newslist-contents{
    padding: 0;
}

.news-list{
	margin: 50px 0 80px 10px;
}

#top-news.newslist-contents .news-list{
    margin-bottom: 0;
}

.news-list a{
	display: flex;
	text-decoration: none;
    margin-bottom: 25px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 25px;
}

.news-list a span{
	width: 15%;
}

.news-list a p{
    width: 85%;
	margin: 0;
    text-align: justify;
}

.news-list a:hover{
	color: #b7183f;
}

#top-news .btn-area{
	padding-left: 10px;
}

@media only screen and (max-width: 1024px) {

#top-news{
    background-size:100%;
    padding-top: 30px;
} 

#top-news.newslist-contents{
    padding: 30px 0 0;
}
    
#top-news .news-list{
    width: 100%;
}

.news-list a span{
	width: 20%;
}

.news-list a p{
    width: 80%;
}
    
}

@media only screen and (max-width: 768px) { 

#top-news{
    background-size:100%;
    padding-top: 30px;
    padding-bottom: 70px;
} 
    
#top-news .news-list{
    width: 90%;
}

.news-list a{
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.news-list a span{
	width: 24%;
}

.news-list a p{
    width: 76%;
}
    
#top-news .news-list{
    width: 100%;
    margin: 35px 0;
    box-sizing: border-box;
    padding-right: 20px;
    height: 220px;
    overflow: hidden;
    overflow-y: auto;
    
}
    
#top-news.newslist-contents .news-list{
    padding-right: 0;
    margin-bottom: 0;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    
}
	
}

@media only screen and (max-width: 480px) { 

#top-news{
    background-size:200%;
    padding-bottom: 40px;
} 
    
.news-list a{
    display:block;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.news-list a span{
    display: block;
	width: 100%;
}

.news-list a p{
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-top: 7px;
}
    
#top-news .btn-area{
	padding-left: 0;
}
	
}


/*====== top-c ======*/

#top-c{
    position: relative;
}

#top-c::before{
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background-color:#e0eaf1;
    transform: skewY(-8deg);
}

#top-c .contents-area{
    display: flex;
}

#top-c .contents-area > a{
    width: 48%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 600px;
    color: #fff;
    text-decoration: none;
}

#top-c .contents-area > a::before{
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background-color:#f1f1f1;
    transform: skewY(-8deg);
}

#top-c .contents-area > a.link-clinic{
    height: 672px;
}

#top-c .contents-area > a.link-clinic::before{
    background: url("../images/top_c01.jpg") no-repeat center center;
    background-size: cover;
    top: 72px;
}

#top-c .contents-area > a.link-conditioning::before{
    background: url("../images/top_c02.jpg") no-repeat center center;
    background-size: cover;
}

#top-c .contents-area > a .title-contents{
    color: #fff;
}

#top-c .contents-area > a .title-contents small{
    display: block;
    margin-top: 15px;
}

#top-c .contents-area > a > div > p{
    display: inline-block;
    margin: 35px auto 0;
    text-align: left;
}

@media only screen and (max-width: 1024px) {

#top-c .contents-area > a.link-clinic{
    height: 666px;
}

#top-c .contents-area > a.link-clinic::before{
    top: 66px;
}
    
}

@media only screen and (max-width: 768px) {

#top-c .contents-area > a{
    height: 460px;
}

#top-c .contents-area > a.link-clinic{
    height: 510px;
}

#top-c .contents-area > a.link-clinic::before{
    top: 50px;
}

#top-c .contents-area > a .title-contents{
    font-size: 7.5vw;
}
    
}


@media only screen and (max-width: 480px) {
    
    #top-c{
        padding-bottom: 1px;
    }

#top-c .contents-area{
    display: block;
}

#top-c .contents-area > a{
    height: 440px;
    margin: 0 auto 22px;
    width: 100%;
}

#top-c .contents-area > a.link-clinic{
    height: 440px;
}

#top-c .contents-area > a.link-clinic::before{
    top: 22px;
}

#top-c .contents-area > a.link-conditioning::before{
    background: url("../images/top_c02.jpg") no-repeat center center;
    background-size: cover;
}

#top-c .contents-area > a .title-contents{
    font-size: 14vw;
}
    
}


/*==================================================
下層ページ共通
================================================== */

.mv-page{
    position: relative;
    width: 100%;
    height: 40vh;
    background: url("../images/bg_mv.jpg") no-repeat bottom center;
    background-size: cover;
}


.mv-page::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 150px 100vw;
    border-color: transparent transparent #fff transparent;
}

.mv-page h2{
    display: block;
    width: 100%;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.mv-page h2 small{
    display: block;
    padding-top: 20px;
}



@media only screen and (max-width: 1024px) {

.mv-page{
    height: 36vh;
}


.mv-page::before{
    border-width: 0 0 120px 100vw;
}

.mv-page h2{
    top: 46%;
}

}



@media only screen and (max-width: 768px) {

.mv-page{
    height: 34vh;
}


.mv-page::before{
    border-width: 0 0 90px 100vw;
}

.mv-page h2{
    top: 48%;
    font-size: 8.0vw;
}

}



@media only screen and (max-width: 480px) {

.mv-page{
    height: 34vh;
}


.mv-page::before{
    border-width: 0 0 45px 100vw;
}

.mv-page h2{
    top: 54%;
    font-size: 9.2vw;
}

}


/*==================================================
concept
================================================== */

#concept-01{
	position: relative;
	padding: 50px 0 100px;
    background: url("../images/bg_01.jpg") no-repeat top right;
    background-size:58%;
}

#concept-01 h3{
    display: block;
    text-align: center;
    line-height: 2.2;
    font-size: 28px;
    margin-bottom: 50px;
}

#concept-02{
    display: flex;
}

#concept-02 > article{
    display: flex;
    width: calc(100%/3);
    height: 33.33333vw;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#concept-02 > article h3{
    color: #fff;
    font-size: 2vw;
}

#concept-02 > article h3 small{
    display: block;
    padding-top: 20px;
    font-size: 50%;
}

#concept-02 > article p{
    color: #fff;
    width: 80%;
    text-align: left;
    line-height: 1.9;
    margin: 35px auto 0;
}

#concept-02 > article:first-child{
    background: url("../images/concept01.jpg") center center no-repeat;
    background-size: cover;
}

#concept-02 > article:nth-child(2){
    background: url("../images/concept02.jpg") center center no-repeat;
    background-size: cover;
}

#concept-02 > article:last-child{
    background: url("../images/concept03.jpg") center center no-repeat;
    background-size: cover;
}

#concept-03{
    padding: 100px 0 150px;
    text-align: center;
}

#concept-03 ul{
    list-style: none;
}

#concept-03 ul li{
    border: 4px solid #ed0303;
    color: #ed0303;
    padding: 15px ;
    font-size: 21px;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.8;
}


@media only screen and (max-width: 768px) {

#concept-01{
	padding: 30px 0 60px;
    background: url("../images/bg_01.jpg") no-repeat top right;
    background-size:100%;
}

#concept-01 h3{
    font-size: 19px;
    text-align: left;
    line-height: 1.8;
    width: 92%;
    margin: 0 auto 30px;
}

#concept-02{
    display: flex;
}

#concept-02 > article{
    height: 42vw;
}

#concept-02 > article h3{
    color: #fff;
    font-size: 3.4vw;
}

#concept-02 > article h3 small{
    padding-top: 15px;
}

#concept-02 > article p{
    width: 90%;
    line-height: 1.8;
    margin: 25px auto 0;
    font-size: 14px;
}

#concept-03{
    padding: 80px 0 100px;
    text-align: center;
}
#concept-03 ul li{
    font-size: 18px;
}
   
}


@media only screen and (max-width: 480px) {

#concept-01{
	padding: 30px 0 60px;
    background-size:200%;
}

#concept-01 h3{
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
    width: 92%;
    margin: 0 auto 25px;
}

#concept-02{
    display: block;
}

#concept-02 > article{
    width: 100%;
    height: 100vw;
}

#concept-02 > article h3{
    font-size: 7.8vw;
}

#concept-02 > article p{
    font-size: 13px;
}

#concept-03{
    padding: 50px 0 70px;
    text-align: left;
}
#concept-03 ul li{
    font-size: 14px;
    padding: 10px;
}
   
}


/*==================================================
clinic
================================================== */

#clinic-contents{
	position: relative;
	padding: 50px 0 100px;
    background: url("../images/bg_01.jpg") no-repeat top right;
    background-size:58%;
}

#clinic-contents h3{
    display: block;
    text-align: center;
    line-height: 2.2;
    font-size: 28px;
    margin-bottom: 50px;
}

.box-clinic{
    margin: 50px;
    box-sizing: border-box;
    padding: 50px 50px 0;
    background: #f4f4f4;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.box-clinic > article{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
    background: #fff;
    padding: 35px;
    box-sizing: border-box;
}

.box-clinic > article:nth-of-type(2n){
    margin-right: 0;
}

.clinic-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 35px;
}

.clinic-logo img{
    height: 90px;
    vertical-align: bottom;
}
.clinic-logo2 img{
    height: 120px;
    vertical-align: bottom;
}

.clinic-logo2{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 35px;
}
.clinic-logo h4{
    display: block;
    margin: 0 0 20px;
    font-size: 24px;
}

.clinic-logo p{
	text-align: justify;
	margin: 35px auto 0;
	width: 90%;
}

.clinic-pic img{
    vertical-align: bottom;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    
.box-clinic{
    margin: 30px;
    padding: 30px 30px 0;
}

.box-clinic > article{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
    padding: 25px;
}

.box-clinic > article:nth-of-type(2n){
    margin-right: 0;
}
   
    
}


@media only screen and (max-width: 768px) {

#clinic-contents{
	padding: 30px 0 60px;
    background: url("../images/bg_01.jpg") no-repeat top right;
    background-size:100%;
}

#clinic-contents h3{
    font-size: 19px;
    text-align: left;
    line-height: 1.8;
    width: 92%;
    margin: 0 auto 30px;
}
    
.box-clinic{
    margin: 20px;
    padding: 20px 20px 0;
}

.box-clinic > article{
    margin-bottom: 20px;
    padding: 20px;
}

.box-clinic > article:nth-of-type(2n){
    margin-right: 0;
}

.clinic-logo{
    margin-bottom: 25px;
}

.clinic-logo h4{
    font-size: 21px;
}  
.clinic-logo2{
    margin-bottom: 25px;
}

.clinic-logo2 h4{
    font-size: 21px;
}     
}


@media only screen and (max-width: 480px) {

#clinic-contents{
	padding: 30px 0 60px;
    background-size:200%;
}

#clinic-contents h3{
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
    width: 88%;
    margin: 0 auto 25px;
}
    
.box-clinic{
    margin: 20px;
    padding: 20px 20px 0;
}

.box-clinic > article{
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 15px;
}

.box-clinic > article:nth-of-type(2n){
    margin-right: 0;
}

.clinic-logo{
    margin-bottom: 25px;
}

.clinic-logo h4{
    font-size: 16px;
}   

.clinic-logo img{
    height: 60px;
    vertical-align: bottom;
} 

.clinic-logo p{
	margin: 25px auto 0;
	width: 100%;
}

.clinic-pic img{
    margin-bottom: 10px;
} 
.clinic-logo2{
    margin-bottom: 25px;
}

.clinic-logo2 h4{
    font-size: 16px;
}   

.clinic-logo2 img{
    height: 60px;
    vertical-align: bottom;
} 

.clinic-logo2 p{
	margin: 25px auto 0;
	width: 100%;
}

.clinic-pic2 img{
    margin-bottom: 10px;
}    
}


/*==================================================
conditioning
================================================== */

#conditioning-contents{
	position: relative;
	padding: 50px 0 100px;
    background: url("../images/bg_01.jpg") no-repeat top right;
    background-size:58%;
}



.box-conditioning{
    margin: 50px;
	background: #f4f4f4;
    box-sizing: border-box;
    padding: 50px 50px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.box-conditioning > article{
    width: 100%;
	margin: 0 auto 50px;
	background: #fff;
	padding: 50px 35px 35px;
	text-align: center;
    box-sizing: border-box;
}

.conditioning-pic{
	margin: 50px 0 0;
}

.conditioning-pic > div{
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin: 0 1%;
}

.conditioning-pic h3{
	display: block;
	font-size: 24px;
	margin-bottom: 25px;
}

.conditioning-pic img{
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 25px;
}

.box-conditioning  p{
	margin: 0 0 50px;
	font-size: 21px;
	font-weight: 600;
	line-height: 2.0;
}

@media only screen and (max-width: 1024px) {
    
.box-conditioning{
    margin: 30px;
    padding: 30px 30px 0;
}

.box-conditioning > article{
    padding: 45px 25px;
	margin-bottom: 25px;
}

.box-conditioning > article .clinic-logo img{
    height: 68px;
}
   
  .box-conditioning > article .clinic-logo2 img{
    height: 68px;
}  
}


@media only screen and (max-width: 768px) {

#conditioning-contents{
	padding: 30px 0 60px;
    background: url("../images/bg_01.jpg") no-repeat top right;
    background-size:100%;
}

    
.box-conditioning{
    margin: 20px;
    padding: 20px 20px 0;
}

.box-conditioning > article{
    margin-bottom: 20px;
    padding: 35px 20px 15px;
}

.box-conditioning > article .clinic-logo img{
    height: 60px;
}
.box-conditioning > article .clinic-logo2 img{
    height: 60px;
}
.conditioning-pic{
	margin: 30px 0 0;
}

.conditioning-pic h3{
	font-size: 18px;
	margin-bottom: 10px;
}

.conditioning-pic img{
	margin-bottom: 15px;
}

.box-conditioning  p{
	font-size: 16px;
	width: 92%;
	margin: 0 auto 25px;
	text-align: left;
}
	
}


@media only screen and (max-width: 480px) {

#conditioning-contents{
	padding: 20px 0 60px;
    background: url("../images/bg_01.jpg") no-repeat top right;
    background-size:200%;
}
	
.box-conditioning{
    margin: 20px;
    padding: 20px 20px 0;
}

.box-conditioning > article{
    margin-bottom: 20px;
    padding: 25px 15px 0;
}

.box-conditioning > article .clinic-logo img{
    height: 40px;
}
.box-conditioning > article .clinic-logo2 img{
    height: 70px;
}
.conditioning-pic{
	margin: 30px 0 0;
}

.conditioning-pic h3{
	font-size: 15px;
	margin-bottom: 10px;
}

.conditioning-pic img{
	margin-bottom: 15px;
}

.box-conditioning  p{
	font-size: 14px;
	line-height: 1.8;
	width: 92%;
	margin: 0 auto 25px;
}

.conditioning-pic > div{
	display: block;
	width: 100%;
	vertical-align: top;
	margin: 0 auto;
}
	
}



/*==================================================
company
================================================== */

#company-01{
    padding: 80px 0 120px;
}

#company-01 article{
    padding: 80px 0 0 ;
}

#company-01 p a{
    color: #e60012;
}

.pic-p{
    width: 35%;
    float: right;
    text-align: center;
}

.pic-p span{
    display: block;
    padding: 15px 0 0;
}

.txt-p{
    width: 55%;
    float: left;
    line-height: 2.1;
}

.txt-p p{
    margin-bottom: 25px;
}

#company-02 table{
    margin: 80px 0 0;
}

#company-03{
    margin: 100px 0 200px;
}

#company-03 iframe{
    width: 100%;
    vertical-align: bottom;
    height: 520px;
}


@media only screen and (max-width: 768px) {

#company-01{
    padding: 50px 0 80px;
}

#company-03{
    margin: 100px 0 140px;
}

#company-03 iframe{
    height: 420px;
}
    
}


@media only screen and (max-width: 480px) {

#company-01{
    padding: 50px 0 50px;
}

#company-01 article{
    padding: 40px 0 0 ;
}

.pic-p{
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 30px;
}
    
.pic-p img{
    width: 60%;
}

.pic-p span{
    padding: 10px 0 0;
}

.txt-p{
    width: 100%;
    margin: 0 auto;
    float: none;
    line-height: 1.9;
}

#company-02 table{
    margin: 50px 0 0;
}

#company-03{
    margin: 60px 0 80px;
}

#company-03 iframe{
    height: 340px;
}
    
}

/*==================================================
contact
================================================== */

#contact-form{
    padding: 80px 0;
    border-bottom: 1px solid #ddd;
}

#contact-form table tr{
    border-color: #ddd;
}

#contact-form table th{
    width: 220px;
    background-color: #f4f4f4;
}


@media only screen and (max-width: 768px) {

#contact-form table th{
    width: 100%;
}
    
#contact-form table tr{
    border-bottom: none;
}
    
}


@media only screen and (max-width: 480px) {

#contact-form{
    padding: 50px 0;
}
    
}


/*==================================================
privacy-policy
================================================== */

#privacy-policy{
    padding: 80px 0 0;
    line-height: 2.2;
}

#privacy-policy dt{
    font-weight: 600;
    font-size: 18px;
}

#privacy-policy dd{
    margin-bottom: 35px;
}

.ul-basic{
	margin: 0 0 35px 25px;
	list-style: disc;
}


@media only screen and (max-width: 480px) {

#privacy-policy{
    padding: 50px 0 0;
    line-height: 1.9;
}

#privacy-policy dt{
    font-size: 16px;
}

#privacy-policy dd{
    margin-bottom: 30px;
}

.ul-basic{
	margin: 0 0 25px 20px;
}
    
}







/*==================================================
tab切り替え
================================================== */

.tab{
	display: flex;
	flex-wrap: wrap;
}
.tab li a{
	display: block;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	width: 1160px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
	display: flex;
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media only screen and (max-width: 1100px) {
	
.area {
	width: 100%;
}	
}


/*==================================================
wp page navi
================================================== */

.wp-pagenavi {text-align:center; clear: both; margin-top: 50px; position: relative; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    text-decoration: none; 
	background: #fff;
	color: #000;
	line-height: 1;
	font-size: 17px;
	margin: 0 5px 20px 0;
}


.wp-pagenavi span.current,
.wp-pagenavi a:hover{
    background: #000;
	color: #fff;
}

@media (max-width: 1100px) {

.wp-pagenavi{margin-top: 0; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    width: 40px;
    height: 40px;
	font-size: 12px;
	margin: 0 5px 10px 0;
}
}


/*==================================================
news detail
================================================== */

#news-contents{
    padding: 50px 0 120px;
}

.body-news{
	padding: 25px 0 0;
}

.body-news article{
	line-height: 2.0;
	letter-spacing: 0.08em;
}

.body-news article p{
	margin-bottom: 50px;
}

.body-news article img{
	max-width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.title-article{
	display: block;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 50px;
}

.footer-news{
	text-align: center;
	padding-top: 50px;
}

.body-news article a{
	text-decoration: underline;
}


.bottom-info{
	position: relative;
	padding: 30px 0 ;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	height: 80px;
}

.bottom-info span a,
a.btn-back{
	display: inline-block;
	color: #fff !important;
	text-align: center;
	background-color: #000;
	font-size: 14px;
	text-decoration: none !important;
	position: relative;
	border: 1px solid #000;
	padding: 18px 30px;
	line-height: 1;
	letter-spacing: 0.08em;
}

a.btn-back{
	background-color: #f4f4f4;
	color: #000 !important;
	margin: 10px 0 0;
}

.bottom-info span a:hover{
	background-color: transparent;
	color: #000 !important;
}

a.btn-back:hover{
	background-color: transparent;
	color: #000 !important;
}


.bottom-info a.btn,
.bottom-info span{
	position: absolute;
	top: 40px;
}

.bottom-info a.btn.btn-back{
	left: 0;
}

.bottom-info span.btn-next{
	right: 0;
}

.bottom-info span.btn-prev{
	right: 170px;;
}

@media only screen and (max-width: 768px) {

.body-news article p{
	margin-bottom: 30px;
}

.body-news article img{
	margin-bottom: 30px;
}

.title-article{
	font-size: 21px;
	margin-bottom: 35px;
}

.footer-news{
	padding-top: 0;
}
	
}

@media only screen and (max-width: 480px) {

#news-contents{
    padding: 20px 0 0;
}

.body-news article p{
	margin-bottom: 25px;
}

.body-news article img{
	margin-bottom: 25px;
}

.title-article{
	font-size: 18px;
	margin-bottom: 35px;
}

.footer-news{
	padding-top: 0;
}

.bottom-info{
	position: relative;
	padding: 30px 0 ;
	height: 115px;
}
	
.bottom-info span a{
	font-size: 13px;
	padding: 15px 0;
	width: 100%;
}	

.bottom-info a.btn,
.bottom-info span{
	top: 30px;
	width: 49%;
	padding: 0;
	text-align: center;
	font-size: 13px;
}

.bottom-info a.btn-back{
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

.bottom-info span.btn-next{
	right: 0;
}

.bottom-info span.btn-prev{
	left: 0;
	right: inherit;
}
	
}


