@charset "utf-8";
@media screen and (max-width: 480px) {
/*--改行/--*/
.sp-br {
  display: block;
}
/*--/改行--*/
  body {
    width: 100%;
    height: auto;
    margin: 1% 0;
  }
  .bodyDiv {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 auto;
    text-align: center;
  }
  header {
    width: 100%;
    height: auto;
    margin: 0;
  }

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

  .header-Block div {
    margin: auto;
  }

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

  .header-logo img {
    width: 100%;
    position: relative;
  }

  .header-title h1 {
    text-align: center;
    font-size: 1rem;
  }

  .header-title h2 {
    margin: 0.5rem 0;
    font-size: 0.9rem;
  }

  .header-address h3,
  .header-address h4,
  .header-address h5 {
    margin: 0.1rem 0;
    padding-left: 4px;
    text-align: left;
    font-size: 0.6rem;
  }

  .header-address a {
    margin: 0.2rem 0 0 0;
    padding: 0.2rem;
    border-radius: 30px;
    font-size: 0.6rem;
    text-align: center;
    text-decoration: none;
    color: black;
    background-color: #baff00;
  }

  nav {
    width: 100%;
  }

  nav ul {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav ul li {
    width: 19%;
    margin: 0 0.5%;
    padding: 0.2rem 0;
    display: block;
    border-radius: 20px;
    background-color: #baff00;
  }
  ul li a {
    color: black;
    text-decoration: none;
  }

  ul li a:hover {
    color: #000000;
    background-color: #ffffff;
  }
  .bodyDiv #footer {
    width: 100%;
    height: 140px;
    margin: 0 0 10px 0;
    text-align: center;
    display: block;
  }
  #footer h1 {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 18px;
  }
  .bodyDiv #footer .footerBlock {
    width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  #footer .footerBlock #footerBlockLeft {
    width: 48%;
    height: 100px;
    margin: 0;
    border-radius: 20px;
  }
  #footer .footerBlock .footerBlockRight {
    width: 52%;
    height: auto;
    margin: 0;
    display: block;
  }
  .footerBlock .footerBlockRight .footerBlockRightTop {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 4px 0;
    display: block;
  }
  .footerBlockRight .footerBlockRightTop .footerBlockP1 {
    width: 58%;
    height: auto;
    margin: 0;
    font-size: 0.8rem;
    text-align: center;
  }
  .footerBlockRight .footerBlockRightTop .footerBlockP2 {
    width: 58%;
    height: auto;
    margin: 0;
    font-size: 0.7rem;
  }
  .footerBlockRight .footerBlockRightTop #footerBlockRightTop {
    width: 60px;
    height: 30px;
    display: block;
  }
  .footerBlockRight .footerBlockRightMiddle p {
    width: auto;
    height: auto;
    margin: 0 0 4px 4px;
    text-align: left;
    font-size: 70%;
  }
  .footerBlockRight .footerBlockRightMiddle .footerBlockRightMiddleTel {
    width: auto;
    height: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 12px;
    margin-left: 20px;
  }
  .footerBlockRightMiddle .footerBlockRightMiddleTel a {
    background-color: #cdff00;
    border-radius: 20px;
    height: 16px;
    width: 110px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    padding-top: 2px;
  }
  .bodyDiv #indexTop {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
  }
  .bodyDiv #indexTop img {
    width: 90%;
    border-radius: 20px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .indexRoom {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .RoomBlockH1 {
    width: 100%;
    height: auto;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .RoomBlock {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .RoomBlockImg {
    width: 140px;
    height: 80px;
    border-radius: 20px;
    text-align: center;
    margin: 2px;
  }
  .indexRoomLowBlock {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
  }
  .indexRoomLowBlockImg {
    width: 30%;
    height: auto;
    margin: 0;
    display: block;
    float: left;
  }
  .indexRoomLowBlockP {
    width: 140px;
    height: 80px;
    display: inline-block;
    margin: 0 2px;
    float: left;
  }
  .indexRoomLowBlock .indexRoomLowBlockP p {
    width: auto;
    height: auto;
    margin: 10px 0;
    font-size: 12px;
    text-align: center;
  }
  .bodyDiv #indexMeal {
    width: 100%;
    margin: 20px 0 40px 0;
    text-align: center;
  }
  .bodyDiv #indexMeal .indexMealTop {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
  }
  #indexMeal .indexMealTop .indexMealImgTop {
    width: 50%;
    height: 100%;
    margin: 0 2px;
    border-radius: 50%;
  }
  .bodyDiv #indexMeal .indexMealLower {
    width: 94%;
    height: auto;
    margin: 6% auto;
    display: flex;
  }
  #indexMeal .indexMealLower .indexMealImgLower {
    width: 34%;
    height: 100%;
    margin: 0;
    display: inline-block;

  }
  #indexMeal .indexMealLower p {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 1.4rem;
    text-decoration: none;
    color: #000000;
  }
  .indexMealLowerEvent {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .indexMealLowerEventImg {
    width: 70%;
    height: 20%;
    margin: 1% auto;
  }
  #indexMeal .indexMealLowerEvent p {
    width: 100%;
    height: auto;
    margin: 0;
    display: inline-block;
    font-size: 2rem;
    text-decoration: none;
    color: #000000;
  }
  .indexTransfer {
    width: auto;
    height: auto;
    margin: 20px 0;
    text-align: center;
  }
  .bodyDiv .indexTransfer .indexTransferH2Top {
    width: 80%;
    height: auto;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .bodyDiv .indexTransfer .indexTransferPTop {
    width: 80%;
    font-size: 1rem;
    text-align: left;
    height: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: auto;
    margin-left: auto;
  }
  .bodyDiv .indexTransfer .indexTransferH2Lower {
    font-size: 24px;
    width: auto;
    height: auto;
    text-align: center;
  }
  .bodyDiv .indexTransfer .indexTransferPLower {
    width: auto;
    height: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 14px;
    margin-right: auto;
  }
  .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: auto;
    margin-right: auto;
    vertical-align: 40px;
    text-align: center;
    margin-bottom: 0px;
  }
  .indexNews {
    width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .indexNewsTwitterDiv {
    width: 100%;
    height: 600px;
    display: block;
    margin: 0;
  }
  .indexNewsDivGoogle {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .Google-title {
    width: 100%;
    margin: 0.5rem 0;
    text-align: center;
    font-size: 1.8rem;
  }
  .Google-content {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 1rem;
  }
  .indexNewsGoogle {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .ImgVertical120215 {
    width: 50%;
    height: auto;
    margin: 4px;
    border-radius: 40px;
    display: inline-block;
  }
  .event-food-img-Xmas {
    width: 50%;
  }
  .ImgHorizontal215120 {
    width: 180px;
    height: 100px;
    margin: 2px;
    border-radius: 40px;
    display: inline-block;
  }
  .ImgHorizontal215120Phone {
    width: 140px;
    height: 80px;
  }
  .ImgSquare150150 {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    border-radius: 40px;
    margin-left: 2px;
  }
  .ImgSquare150150Phone {
  }
  .roomH1 {
    width: auto;
    height: auto;
    font-size: 20px;
  }
  .roomH2 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    font-size: 20px;
  }
  .bodyDiv .roomDiv {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 0px;
  }
  .bodyDiv .roomDiv .roomDiv01 {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .roomDiv .roomDiv01 h1 {
    width: 100%;
    margin: 30px 0 6px 0;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 30px;
  }
  .roomDiv .roomDiv01 p {
    width: 100%;
    margin: 6px 0;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 20px;
  }
  .roomDiv .roomDiv01 h2 {
    width: 100%;
    margin: 6px 0;
    float: left;
    text-align: center;
    font-size: 20px;
  }
  .bodyDiv .roomDiv .roomDiv02 {
    width: 100%;
    height: auto;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .bodyDiv .roomDiv .roomDiv03 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .roomDiv .roomDiv03 h2 {
    display: inherit;
    vertical-align: none;
    width: auto;
    height: auto;
    font-size: 20px;
  }
  .roomDiv .roomDiv03 h3 {
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 20px;
    vertical-align: 30px;
    margin-left: 10px;
  }
  .roomDiv .roomDiv02 p {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: 24px;
    font-size: 20px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .roomBathDiv {
    width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .roomBathDivH2Left {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 20px;
  }
  .roomBathDivH2Right {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
  }
  .roomBathImg {
    margin-right: 4%;
  }
  .roomLowerDiv {
    width: 100%;
    height: auto;
    margin: 10% auto;
    text-align: center;
  }
  .roomLowerDivImg {
    width: 90%;
    border-radius: 40px;
    height: auto;
    margin-right: 0px;
  }
  .roomLowerDivH2 {
    width: auto;
    height: auto;
    text-align: left;
    font-size: 20px;
    vertical-align: 50px;
    display: none;
    margin-right: 4px;
  }
  .roomLowerDivH1 {
    text-align: center;
    margin-left: auto;
    margin-bottom: 40px;
    width: auto;
    height: auto;
    margin-right: auto;
    font-size: 20px;
  }
  .eventoH1 {
    width: auto;
    height: auto;
    font-size: 2em;
    text-align: center;
  }
  .eventoH2Box {
    width: auto;
    display: inline-block;
    vertical-align: 26px;
    font-size: 20px;
    height: auto;
  }
  .eventoH2BoxMealEventoSC {
    font-size: 20px;
  }
  .eventoDivBox120 {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
  }
  .eventoDivBox215 {
    width: auto;
    margin: 0 0 16% 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .eventoPBottom {
    width: auto;
    height: auto;
    margin: 10px 0;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
  }
  .eventoDivPBottom {
    width: 90%;
    height: auto;
    margin: 10% auto;
    font-size: 1rem;
  }
  div .eventoDivBox120 .ImgHorizontal215120 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .GuidanceDiv {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .GuidanceMain {
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
  }
  .GuidanceH1 {
    width: auto;
    height: auto;
    font-size: 2em;
  }
  .GuidanceH2 {
    width: auto;
    height: auto;
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .GuidanceP {
    width: 90%;
    height: auto;
    margin: 10px auto;
    font-size: 1rem;
    text-align: left;
    line-height: 150%;
  }
  .GuidancePmiddle {
    text-align: center;
  }
  .GuidanceBelongings {
    border: 4px solid #000000;
    margin: 4px auto;
    padding: 0;
    width: auto;
    right: 0px;
    left: 0px;
    height: auto;
    font-size: 1rem;
    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: 170px;
    height: 30px;
    background-color: #cdff00;
    display: inline-block;
    bottom: 0px;
    border-radius: 20px;
    line-height: 30px;
  }
  .GuidanceUseDiv {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .GuidanceImg {
    width: 100%;
    height: auto;
    margin-right: auto;
    border-radius: 40px;
    margin-left: auto;
  }
  .GuidanceUnderP {
    width: 90%;
    height: auto;
    margin: 4% auto;
    font-size: 1.2rem;
  }
  .policyMain {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
  }
  .policyH1 {
    width: auto;
    height: auto;
    font-size: 2em;
  }
  .policyH2 {
    font-size: 20px;
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .policyP {
    width: auto;
    height: auto;
    margin: 1.5rem 0;
    font-size: 1rem;
    text-align: center;
    line-height: 150%;
  }
  .policyPLeft {
    width: 100%;
    text-align: left;
  }
  .policyTable {
    width: auto;
    height: auto;
    font-size: 18px;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 1px 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: 1px 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: 1px solid #000000;
    border-top: 9px hidden #000000;
    height: auto;
    padding-top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
  }
}
