@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */

/* スマートフォンのデフォルトブラウザ、Safariのフォーム装飾の打消し */
* {
  -webkit-appearance: none;
}

html {
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #fff;
  color: #000000;
  -webkit-text-size-adjust: none;
}

.ie body {
  font-size: 98%;
}

body a {
  color: #242424;
}

.mouse body a:hover,
.touch body a.touchstart {
  text-decoration: none;
}

body img {
  max-width: 100%;
  -webkit-touch-callout: none;
  height: auto;
}

p.img.sp_none {
  text-align: center;
}
footer .grouphotels {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .mouseon_alpha a:hover img {
    opacity: 0.75;
  }
}

body,
pre,
input,
textarea,
select {
  font-family: Arial, Verdana, sans-serif;
}

input,
select,
textarea {
  font-size: 100%;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}

@media only screen and (min-width: 1101px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}

@media print {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}

.ie8 body .view_tab-sp,
.ie8 body .view_tab {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}

@media print {
  body .view_sp {
    display: none !important;
  }
}

.ie8 body .view_sp {
  display: none !important;
}

@media only screen and (max-width: 1100px) {
  body .view_pc {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.mouse .over:hover,
.touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch .over {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.touch .over.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

/*----------------------------------------
	font
----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}
.min {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}
em {
  font-style: normal;
}
.mainvisual_ttl {
  font-weight: 300;
}
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
  border-top: 1px solid #9aa7c1;
  border-bottom: 1px solid #9aa7c1;
}

table.tbl_basic tr th,
table.tbl_basic tr td {
  padding: 10px 15px;
  vertical-align: top;
  font-weight: normal;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  table.tbl_basic tr th,
  table.tbl_basic tr td {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  table.tbl_basic tr th,
  table.tbl_basic tr td {
    padding: 0.5em;
  }
}

@media only screen and (min-width: 1101px) {
  table.tbl_basic tr th,
  table.tbl_basic tr td {
    font-size: 116%;
  }
}

@media print {
  table.tbl_basic tr th,
  table.tbl_basic tr td {
    font-size: 116%;
  }
}

.ie8 table.tbl_basic tr th,
.ie8 table.tbl_basic tr td {
  font-size: 116%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  table.tbl_basic tr th,
  table.tbl_basic tr td {
    font-size: 108%;
  }
}

table.tbl_basic tr th {
  text-align: center;
  white-space: nowrap;
}

table.tbl_basic tr th span {
  display: block;
  padding: 0.2em 0.5em;
  background: #4f9d82;
  color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  letter-spacing: 0.06em;
}

/* -----------------------------------------------------------
	↓↓ここから共通部品のヘッダー
----------------------------------------------------------- */

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .tel_box dt {
    font-size: 1.8rem;
  }
}
#acMenu {
  font-size: 1.5rem;
}
#acMenu dd li {
  font-size: 1.5rem;
  background: url(/img/common/footer_arrow_001.png) no-repeat 0 18px;
}
#acMenu dd li img {
  width: 11px;
  vertical-align: baseline;
  margin-bottom: -1px;
}
#acMenu dd li img {
  width: 11px;
  vertical-align: baseline;
  margin-bottom: -1px;
}

footer .hotel_list li p {
  text-align: center;
  margin: auto;
  width: 58%;
}
.grouphotels {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 40px 0 10px;
}
footer .lang li a {
  color: #fff;
  display: block;
  /* padding: 5px 0 0; */
  position: relative;
}
footer .lang ul {
  border: #fff 1px solid;
  margin: 0 auto;
  width: 45%;
}
footer .lang li a {
  color: #fff;
  padding: 15px 0;
  display: block;
}
footer .pc_footer_menu ul li img {
  width: 12px;
  vertical-align: baseline;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  footer .sns {
    border: none;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .tel_box dd {
    width: 250px;
    font-size: 2.4rem;
    margin: 0 auto;
    padding: 0 0 0 20px;
    background: url(../../../osaka/img/common/tel_img_001.png) no-repeat 24px 6px;
    background-size: 7%;
  }
}

@media screen and (min-width: 768px) {
  footer .hotel_list h3 {
    border-bottom: #adadad solid 1px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-left: 0;
  }
  .tel_box {
    margin: 0 0 4%;
  }
  .tel_box dd {
    width: 250px;
  }
  .grouphotels {
    padding: 40px 0 10px;
  }
  footer .hotel_list {
    width: auto;
    margin: 0 20px 15px;
  }
  footer .hotel_list div {
    width: 100%;
  }
  footer .hotel_list li p {
    width: 100%;
    text-align: left;
  }
  footer .hotel_info a {
    padding: 0;
  }
  footer .lang ul {
    width: 172px;
  }
  footer .pc_footer_menu ul li img {
    width: 11px;
    vertical-align: baseline;
    margin-bottom: -1px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  footer .hotel_list li p {
    width: 100%;
    text-align: left;
  }
  footer .hotel_info a {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  footer .hotel_info a {
    padding: 0;
  }
  footer .sns {
    border: none;
    padding-bottom: 30px;
  }
  footer .hotels {
    margin: auto;
  }

  footer .hotels:first-child {
    padding-bottom: 10px;
  }
  footer .hotel_list h3 {
    border-bottom: #adadad solid 1px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  footer .lang .hotel_list {
    margin: 0 auto;
  }
  footer .hotel_list div {
    width: 100%;
  }
  footer .hotel_list dl {
    padding: 0 17px 0 0;
  }
  footer .hotel_list dt.area {
    font-size: 1.3rem;
  }
  footer .hotel_list li {
    font-size: 1.2rem;
  }
}
