.marathon-hotel .sub_area h2{
height: 30px;
color: #fff;
background: #01479d;
padding: 0 20px;
}
.marathon-hotel .sub_area h2.schedule{
  font-size:24px;
  height: auto;
}
.marathon-hotel #con02.contents{
  margin:0 auto 0px;
}
.lead{
  margin:20px 0 20px 0;
}
.lead strong{
  font-weight: 600;
}
.data_price{
  position:relative;
  border-right:solid 1px #dcdcdc;
  border-left:solid 1px #dcdcdc;
}
.data_price2{
  margin:0 0 40px 0;
  border-bottom:solid 1px #dcdcdc;
  padding: 0 0 10px 0;
}
.data_price2 .price,
.data_price2 .btn{
  padding:0 20px;
}
.data_price2 .price{
  margin:20px 0;
}
.data{
  background: #e6f5fc;
  padding: 20px;
}
.data_price .en{
  color:#FF0100;
  font-weight: 600;
  font-size:18px;
}
.h_ttl{
  font-size: 32px;
  padding: 20px;
  border-bottom:solid 1px #dcdcdc;
}
.h_ttl small{
  font-size: 14px;
    display: inline-block;
    margin: 0 0 0 10px;
}
.caution{
  font-size: 14px;
  border: solid 1px #d2d2d2;
}
.caution h3{
  background: #7d7d7d;
    color: #fff;
    text-indent: 10px;
}
.caution ul{
  padding: 20px 20px;
}
.caution .cancel{
  display: inline-block;
    margin: 0 0 20px 20px;
    text-decoration: underline;
}
.marathon-hotel #CONTACT .tel{
  background: none;
  font-weight: 600;
}
.marathon-hotel #CONTACT .tel a:hover{
  color:#f09248;
}
/*20240726修正分*/
.hotel.bottom{
  align-items: flex-end;
}
.hotel_info{
  width:100%;
  padding:20px;
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  border-bottom:solid 1px #dcdcdc;
}
.hotel.bottom .hotel_info{
  border-bottom:solid 1px #dcdcdc;
}
.hotel .photo{
  width:200px;
  margin: 0 20px 0 0;
}
.hotel_info .information{
}
.information dt{
  font-weight: 600;
  font-size:23px;
}
.information dd{
  font-size: 15px;
  margin:0 0 10px 0;
}
.page_menu ul{
  display: flex;
  justify-content: space-between;
}
.page_menu li{
  width: 48%;
  margin:0 0 40px 0;
}
.page_menu a{
	border: 1px solid transparent;
  position: relative;
  padding:10px 10px 10px 10px;
  display: block;
  color:#fff;
  background: #3F8BDF no-repeat;
  text-align:center;
  font-size:24px;
}

.page_menu a span{
  background: url(../parts/icon_page_menu.png) no-repeat right 50%;
  padding: 0 50px 0 0;
}
/*
.page_menu a span:after{
  content: "";
  display: block;
background: url(../parts/icon_page_menu.png) no-repeat;
}*/
.page_menu a:hover {
	border: 1px solid #01479d;
  text-decoration: none;
  opacity: 0.7;
}
.page_menu a:hover::before {
	border: 1px solid #01479d;
}
.page_menu a:hover::after {
	border-color: #01479d #01479d transparent transparent;
}
.mypage_link{
  margin:40px 0;
}
.mypage_link a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 380px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background: linear-gradient(to top, #ff7604, #ffa13f);
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
.mypage_link a:hover {
	color: #fff;
	opacity: 0.5;
}

/*20240726修正分*/

  @media screen and (max-width: 768px) {
    .data{
      font-size: 16px;
    }
    dd .btn img{
      display: block;
      margin: 0 auto;
    }
    .h_ttl{
      text-align:center;
    }
    /*20240726修正分*/
    .hotel_info{
      width:100%;
      display: block;
    }
    .hotel .photo{
      margin:0 0 10px 0;
      width:100%;
    }
    .hotel .hotel_info{
      border-bottom:dashed 1px #dcdcdc;
    }
    .hotel.bottom .hotel_info{
      border-right:none;
      border-bottom:dashed 1px #dcdcdc;
    }
    p.memo:nth-of-type(2){
      margin: 0 0 10px auto;
    }
    .btn a{
      width:228px;
      display: block;
      margin: 0 auto;
    }
    .marathon-hotel #CONTACT .tel{
      font-size:24px;
    }
    .page_menu ul{
      display:block;
    }
    .page_menu li{
      width: 100%
    }
    .page_menu a{
      font-size:22px;
    }
    .page_menu a span{
      background-size:22px;
    }
    .mypage_link a{
      width:100%;
    }
  }
