@charset "utf-8";

/*--フォント設定-明朝体/--*/
h1,
h2,
h3,
h4,
h5,
p,
a {
  font-family: "Times New Roman", Times, serif;
}
/*--/フォント設定-明朝体--*/
/*カラー/--*/
.blue {
  background-color: aqua;
  padding: 2%;
  border-radius: 30px;
}
.orange {
  background-color: orange;
  padding: 2%;
  border-radius: 30px;
}
.red {
  background-color: rgb(253, 115, 115);
  padding: 2%;
  border-radius: 30px;
}
.letter-red {
  color: rgb(9, 180, 3);
  font-weight: bold;
}
/*--/カラー--*/
/*--改行/--*/
.sp-br {
  display: none;
}
/*--/改行--*/
@media screen and (min-width: 781px) {
  body {
    width: 100%;
    height: auto;
    margin: 1% 0;
  }
  .bodyDiv {
    background-color: #ffffff;
    width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  header {
    width: 100%;
  }

  .header-Block {
    width: 100%;
    height: 200px;
    display: flex;
  }

  .header-Block div {
    margin: auto;
  }

  .header-logo {
    width: 40%;
  }
  .header-title {
    width: 45%;
    text-align: center;
  }
  .header-address {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .header-logo img {
    width: 100%;
    position: relative;
  }
  .header-title h1 {
    margin: 0;
    text-align: center;
    font-size: 2.6rem;
  }

  .header-title h2 {
    margin: 1rem 0;
    font-size: 2.5rem;
  }

  .header-Block {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
  }

  .header-address h3,
  .header-address h4,
  .header-address h5 {
    margin: 0.2rem 0;
    padding-left: 40px;
    text-align: left;
    font-size: 1.3rem;
  }

  .header-address a {
    margin: 1rem 0 0 2rem;
    padding: 0.1rem 1rem;
    border-radius: 30px;
    font-size: 1.8rem;
    text-decoration: none;
    color: black;
    background-color: #baff00;
  }

  header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
  }
  nav ul li {
    width: 18%;
  }
  ul li a {
    padding: 4px;
    text-decoration: none;
    color: #000000;
    display: block;
    font-size: 2.4rem;
    border-radius: 30px;
    background-color: #baff00;
  }
  ul li a:hover {
    color: #000000;
    background-color: #ffffff;
  }
  .bodyDiv #footer {
    width: 1024px;
    height: 340px;
    text-align: center;
  }
  .bodyDiv #footer h1 {
    width: auto;
    height: auto;
    text-align: center;
  }
  .bodyDiv #footer .footerBlock {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  #footer h1 {
    text-align: center;
  }
  #footer .footerBlock #footerBlockLeft {
    width: 48%;
    height: auto;
    margin: 0;
    display: block;
    float: left;
    border-radius: 20px;
  }
  #footer .footerBlock .footerBlockRight {
    width: 52%;
    height: auto;
    margin: 0;
    display: block;
    float: right;
  }
  .footerBlock .footerBlockRight .footerBlockRightTop {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 4px 0;
    display: block;
  }
  .footerBlockRight .footerBlockRightTop .footerBlockP1 {
    width: 58%;
    height: auto;
    margin: 1rem 0 0 0;
    float: left;
    clear: left;
    font-size: 2rem;
    text-align: center;
  }
  .footerBlockRight .footerBlockRightTop .footerBlockP2 {
    width: 58%;
    height: auto;
    margin: 1rem 0 0 0;
    float: left;
    clear: left;
    font-size: 2rem;
  }
  .footerBlockRight .footerBlockRightTop #footerBlockRightTop {
    width: 42%;
    height: auto;
    display: block;
    margin-right: 0px;
  }
  .footerBlockRight .footerBlockRightMiddle p {
    width: auto;
    height: auto;
    margin: 0 0 12px 40px;
    text-align: left;
    font-size: 1.3rem;
  }
  .footerBlockRight .footerBlockRightMiddle .footerBlockRightMiddleTel {
    width: auto;
    height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 20px;
    margin-left: 30px;
  }
  .footerBlockRightMiddle .footerBlockRightMiddleTel a {
    margin: 10px 0;
    padding: 0.1rem 1rem;
    border-radius: 30px;
    font-size: 1.8rem;
    text-decoration: none;
    color: black;
    background-color: #baff00;
  }
  .bodyDiv #indexTop {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .bodyDiv #indexTop img {
    width: 60%;
    border-radius: 20px;
    height: auto;
  }

  .indexRoom {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .RoomBlockH1 {
    width: 100%;
    height: auto;
    font-size: 60px;
  }
  .RoomBlock {
    width: 860px;
    height: auto;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .RoomBlockImg {
    width: 150px;
    height: 90px;
    border-radius: 20px;
    text-align: center;
    margin-top: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
  }
  .indexRoomLowBlock {
    width: 760px;
    height: 150px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .indexRoomLowBlockImg {
    width: 150px;
    height: 150px;
    display: inline-block;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 50%;
    margin-left: 0px;
  }
  .indexRoomLowBlockP {
    width: 460px;
    height: 150px;
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
  }
  .indexRoomLowBlock .indexRoomLowBlockP p {
    font-size: 25px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    width: auto;
    height: auto;
    text-align: center;
  }
  .bodyDiv #indexMeal {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .bodyDiv #indexMeal .indexMealTop {
    width: 100%;
    height: 150px;
    margin-right: 0px;
  }
  #indexMeal .indexMealTop .indexMealImgTop {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 30px;
    margin-left: 30px;
  }
  .bodyDiv #indexMeal .indexMealLower {
    width: 800px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  #indexMeal .indexMealLower .indexMealImgLower {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: inline-block;
    float: left;
    margin-right: auto;
    margin-left: auto;
  }
  #indexMeal .indexMealLower p {
    display: inline-block;
    width: 500px;
    height: auto;
    font-size: 50px;
    float: left;
    color: #000000;
  }
  .indexMealLowerEvent {
    width: 800px;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .indexMealLowerEventImg {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    float: left;
    display: inline-block;
  }
  #indexMeal .indexMealLowerEvent p {
    color: #000000;
    font-size: 34px;
    width: 200px;
    height: auto;
    display: inline-block;
    float: left;
    line-height: 85px;
  }
  .indexTransfer {
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .bodyDiv .indexTransfer .indexTransferH2Top {
    width: auto;
    height: auto;
    font-size: 50px;
    text-align: left;
  }
  .bodyDiv .indexTransfer .indexTransferPTop {
    width: auto;
    font-size: 23px;
    text-align: left;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bodyDiv .indexTransfer .indexTransferH2Lower {
    font-size: 40px;
    width: auto;
    height: auto;
  }
  .bodyDiv .indexTransfer .indexTransferPLower {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 23px;
  }
  .bodyDiv .indexTransfer a {
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
    font-size: 20px;
    background-color: #cdff00;
    height: auto;
    width: auto;
    padding: 10px;
    margin-left: 30%;
    margin-right: 30%;
    vertical-align: 40px;
  }
  .indexNews {
    width: 100%;
    height: auto;
    display: block;
  }

  .Google-title {
    width: 100%;
    margin: 0.5rem 0;
    font-size: 2rem;
  }
  .Google-content {
    width: 100%;
    margin: 0;
    font-size: 1rem;
  }

  .indexNewsTwitterDiv {
    width: 29%;
    height: 600px;
    margin: 0;
    padding: 0;
    display: inline-block;
    box-sizing: border-box;
  }
  .indexNewsDivGoogle {
    width: 69%;
    height: 600px;
    margin: 0;
    padding: 0;
    display: inline-block;
    box-sizing: border-box;
  }
  .indexNewsGoogle {
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .ImgVertical120215 {
    width: 120px;
    height: auto;
    margin: 2px;
    border-radius: 40px;
    display: inline-block;
  }
  .event-food-img-Xmas {
    width: 180px;
  }
  .ImgHorizontal215120 {
    width: 215px;
    height: 120px;
    margin: 2px;
    border-radius: 40px;
    display: inline-block;
  }
  .ImgSquare150150 {
    width: 150px;
    height: 150px;
    display: inline-block;
    border-radius: 40px;
  }
  .indexRecruitment {
    width: 229px;
    height: auto;
    display: block;
    border-radius: 40px;
    background-color: #cdff00;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .indexRecruitmentH1 {
    display: inline-block;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: auto;
    width: auto;
    height: auto;
  }
  .indexRecruitmentP {
    display: inline-block;
    font-variant: auto;
    width: auto;
    height: auto;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .roomH1 {
    width: auto;
    height: auto;
    font-size: 30px;
  }
  .roomH2 {
    width: auto;
    height: auto;
    font-size: 30px;
  }
  .bodyDiv .roomDiv {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .bodyDiv .roomDiv .roomDiv01 {
    width: 100%;
    height: 215px;
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .roomDiv .roomDiv01 h1 {
    width: 60%;
    display: inline-block;
    float: left;
    text-align: right;
    font-size: 50px;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .roomDiv .roomDiv01 p {
    width: 60%;
    display: inline-block;
    float: left;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    font-size: 30px;
    font-weight: bold;
  }
  .roomDiv .roomDiv01 h2 {
    width: 60%;
    float: left;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    font-size: 30px;
  }
  .bodyDiv .roomDiv .roomDiv02 {
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .bodyDiv .roomDiv .roomDiv03 {
    width: 100%;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .roomDiv .roomDiv03 h2 {
    display: inline-block;
    vertical-align: 40px;
    width: auto;
    height: auto;
    font-size: 30px;
  }
  .roomDiv .roomDiv03 h3 {
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 30px;
    vertical-align: 66px;
    margin-left: 40px;
  }
  .roomDiv .roomDiv02 p {
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 30px;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: bold;
    vertical-align: 22px;
    margin-top: 0%;
  }
  .roomBathDiv {
    width: 100%;
    height: auto;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .roomBathDivH2Left {
    width: 40%;
    height: auto;
    display: inline-block;
    text-align: left;
    font-size: 30px;
  }
  .roomBathDivH2Right {
    width: 30%;
    height: auto;
    display: inline-block;
    font-size: 30px;
    text-align: center;
  }
  .roomBathImg {
    margin-right: 20%;
  }
  .roomLowerDiv {
    width: 90%;
    height: auto;
    margin: 8% auto;
    text-align: center;
  }
  .roomLowerDivImg {
    width: 600px;
    border-radius: 40px;
    height: auto;
  }
  .roomLowerDivH2 {
    width: 300px;
    height: auto;
    text-align: left;
    font-size: 30px;
    vertical-align: 163px;
    display: inline-block;
    margin-right: 10px;
  }
  .roomLowerDivH1 {
    text-align: left;
    margin-left: 30%;
    margin-bottom: 60px;
    font-size: 30px;
  }
  .roomH2 {
  }
  .eventoH1 {
    width: auto;
    height: auto;
    font-size: 3em;
  }
  .eventoH2Box {
    width: auto;
    height: 120px;
    display: inline-block;
    vertical-align: 30px;
    font-size: 26px;
  }
  .eventoH2BoxMealEventoSC {
    vertical-align: 90px;
  }
  .eventoDivBox120 {
    width: auto;
    height: 120px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .eventoDivBox215 {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .eventoPBottom {
    width: auto;
    height: auto;
    font-weight: bold;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .eventoDivPBottom {
    width: auto;
    height: auto;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  div .eventoDivBox120 .ImgHorizontal215120 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .GuidanceDiv {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .GuidanceMain {
    width: 80%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
  }
  .GuidanceH1 {
    width: auto;
    height: auto;
    font-size: 3em;
  }
  .GuidanceH2 {
    width: auto;
    height: auto;
    font-size: 26px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .GuidanceP {
    width: 100%;
    height: auto;
    font-size: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    right: 0px;
    left: 0px;
  }
  .GuidanceBelongings {
    border: 6px solid #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 570px;
    right: 0px;
    left: 0px;
    height: auto;
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    top: 0px;
    text-align: center;
  }
  .GuidanceTelDiv {
  }
  .GuidanceTelP {
    width: auto;
    height: auto;
    font-size: 20px;
  }
  .GuidanceTelDivDiv {
    font-size: 20px;
    width: auto;
    height: auto;
    display: block;
  }
  .GuidanceTelDivDivA {
    text-decoration: none;
    color: #000000;
    width: 200px;
    height: auto;
    background-color: #cdff00;
    display: inline-block;
    bottom: 0px;
    border-radius: 20px;
    line-height: 30px;
  }
  .GuidanceUseDiv {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
  }
  .GuidanceImg {
    width: 870px;
    height: 324px;
    margin-right: auto;
    border-radius: 40px;
    margin-left: auto;
  }
  .GuidanceUnderP {
    width: auto;
    height: auto;
    font-size: 20px;
  }
  .GuidancePmiddle {
    text-align: center;
  }
  .policyMain {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
  }
  .policyH1 {
    width: auto;
    height: auto;
    font-size: 3em;
  }
  .policyH2 {
    width: auto;
    height: auto;
    margin: 60px 0;
    font-size: 26px;
  }
  .policyP {
    width: auto;
    height: auto;
    font-size: 20px;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .policyPLeft {
    text-align: left;
    margin-left: auto;
    width: 90%;
    margin-right: auto;
  }
  .policyTable {
    width: auto;
    height: auto;
    font-size: 20px;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px hidden #000000;
    border-top: 2px solid #000000;
  }
  tbody tr th {
    width: auto;
    height: auto;
    border-left: 2px hidden #000000;
    border-right: 2px hidden #000000;
    border-bottom: 2px solid #000000;
    border-top: 2px hidden #000000;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  tbody tr td {
    width: auto;
    border-left: 2px solid #000000;
    border-right: 9px hidden #000000;
    border-bottom: 2px solid #000000;
    border-top: 9px hidden #000000;
    height: auto;
    padding-top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
  }
}
