@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
  }
  .p-main-visual__link-button {
    width: 300px;
    font-size: 1rem;
    padding: 14px .5em;
    margin: 20px 0 0 0;
  }
  .p-main-visual__link-button:hover {
    opacity: .8;
  }
	
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
  }	
  .p-main-visual__link-button {
    width: 300px;
    font-size: 0.75rem;
    font-size: 1rem;
    padding: 1rem;
    margin: 12px 0 0 0;
  	border-radius: 30px !important;	  
  }	
}
.p-main-visual__link-button {
  display: flex;
  justify-content: center;
  color: #333;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 26px;
  font-weight: bold;
}

.areaBtn02_1 {
    font-size: 14px;
    padding: 10px 0;
    width: 240px;
}
.officeBox .areaBtn02_1 {
    background: #004098;
    color: #fff !important;
}
.officeBox .areaBtn01, .officeBox .areaBtn02_1 {
    display: inline-block;
    padding: 18px 0;
    line-height: 1;
    text-align: center;
    border: 3px solid #004098;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 40px;
}
 /*--年末年始のご案内--*/	
.info_holiday_season {
    width: 80%;
    margin: 3% auto 10px;
    border: 1px solid #000;
    padding: 2%;
}
.info_holiday_season h4 {
    font-size: 1.3em;
    font-weight: bold;
}
.info_holiday_season p {
    font-size: 1em;
}
 /*--年末年始のご案内--*/	
@media screen and (max-width: 768px) {
.officeBox .areaBtn01, .officeBox .areaBtn02_1 {
    margin-top: 0px;
}
.info_holiday_season {
    width: 100%;
	padding: 1% 3%;
	}
}



