@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;
    background-attachment: fixed;
  }
}
@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;
	background-attachment: fixed;
  }	
}
/* 新デザイン追加CSS */
table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
	margin: auto;
    border-collapse: collapse;
    white-space: nowrap !important;
}
.table,  .table2 {
  width: 90%;
  margin-bottom: 1rem;
  background-color: transparent; 
  font-size: 1rem;	
	}
  .table th,  .table td,  .table2 th,  .table2 td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; 
	 text-align: center;
	}
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
	padding: 1rem;
	 text-align: center; 
	}
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; 
	}
	.table2 tbody + tbody {
    border-top: 2px solid #dee2e6; 
	}
  .table .table2 {
    background-color: #fff;
	}	
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
	}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); 
	}
  .table-dark.table-striped tbody tr:nth-of-type(odd)	{
    background-color: rgba(255, 255, 255, 0.05); 
	}
.sl {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #f0be11;
    padding: 10px;
}	
.tableWrap {
width: 80%;
margin: auto;
	}	
ul.button{
margin: 10px auto;
padding: 0px auto;
display: flex;
justify-content: center;
	}
ul.button li{
margin: 10px;
	}
.reserveBox {
    max-width: 100%;
    border: 3px solid #004098;
    margin: 0 30px;
    text-align: center;
}	
.reserveBox .reserveHead {
    font-size: 150%;
    font-weight: 700;
    color: #fff;
    background: #004098;
    line-height: 1;
    padding: 10px 0;
}	
.reserveBox .reserveContent {
    padding: 2.78%;
	background: #FFF;
}
.reserveBox .reserveContent .tel {
    font-size: 257.14%;
    font-weight: 700;
    color: #004098;
}
.reserveBox .reserveContent .fax {
    font-size: 200%;
    font-weight: 700;
    color: #004098;
    margin-left: 20px;
}
.reserveBox .reserveContent .time {
    font-size: 150%;
    color: #004098;
    font-weight: 700;
    margin-bottom: 2.94%;
}
.reserveBox .reserveContent .time span {
    font-size: 1rem;
    display: inline-block;
    padding: 5px;
    border: 2px solid #004098;
    line-height: 1;
    margin-right: 10px;
}
.reserveBox .reserveContent p {
    padding: 0 11.76%;
    text-align: left;
    color: #004098;
    font-size: 114.29%;
}	
.box01 {
    padding: 0.5em 1em;
    margin: 2em 0;	
    margin-bottom: 3.91%;
}	
.leftBox {
    float: left;
	width: 48%;
	margin: 1%;
}
.rightBox {
    float: right;
	width: 48%;
	margin: 1%;
}
.p-info-item__detail {
    margin: 10px 30px!important;
}	
.p-main-visual__link-button {
    width: 300px;
    font-size: 1rem;
    padding: 1rem;
    margin: 12px 0 0 0;
    display: flex;
    justify-content: center;
    color: #333;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 26px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {	
 .p-info-item__head {
        height: auto!important;
}	
.leftBox {
width: 100%;
}
.rightBox {
 width: 100%;
}	
.tableWrap {
width: 100%;
	}
.box01 {
margin: 0;
}
.table, .table2 {
    width: 100%;
}
.table2 th,  .table2 td {
display: block;
	}	
ul.button {
    margin: 0 auto;
    display: block;
}
.p-main-visual__link-button {
    width: 100%;
}
.p-info-item__detail {
    margin: 10px !important;
}	
.reserveBox {
    margin: 10PX auto !important;
}
.reserveBox .reserveContent .tel {
    font-size: 200%;
    font-weight: 500;
}
.reserveBox .reserveContent .fax {
    font-size: 150%;
    font-weight: 500;
}
.reserveBox .reserveContent .time {
    font-size: 1rem;
    font-weight: 300;
}
.reserveBox .reserveContent .time span {
    font-size: 1rem;
}	
.reserveBox .reserveContent p {
    padding: 0 5%;
    font-size: 0.8rem;
}		
}	
/* ボタン */
.p-view-list-button1 {
    width: 60%!important;
    padding: 1rem!important;
	margin:30px auto !important;
}
.p-view-list-button2{
	 width: 60%!important;
    padding: 1rem!important;
    margin: 10px auto !important;
}
@media screen and (max-width: 768px) {
.p-view-list-button1 {
    width: 80%!important;
	margin:10px auto !important;
}
.p-view-list-button2 {
    width: 80% !important;
    margin: 10px auto !important;
}
}
/* 新デザイン追加CSS */