@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;
  background: #fff;
  -webkit-text-size-adjust: none;
}
.ie body {
  font-size: 98%;
}
body a {
  color: #242424;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}
html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
p.img.sp_none {
  text-align: center;
}
footer .grouphotels {
  margin-bottom: 20px;
}
@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;
}
body,
pre,
input,
textarea,
select {
  font-family: Arial, Verdana, sans-serif;
}
input,
select,
textarea {
  font-size: 100%;
}

em {
  font-style: normal;
}
/* -----------------------------------------------------------
	#acMenu
----------------------------------------------------------- */

@media screen and (min-width: 0px) {
  #acMenu dt {
    font-size: 1.5rem;
  }
  #acMenu dd li a {
    line-height: 2;
    font-size: 1.5rem;
  }
  #acMenu dd li img {
    width: 11px;
    vertical-align: baseline;
    margin-bottom: -1px;
  }
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
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;
}

/* -----------------------------------------------------------
	↓↓ここから共通部品のヘッダー
----------------------------------------------------------- */

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  header .pc_gnav nav ul,
  header .pc_gnav2 nav ul {
    width: 583px;
  }
  header .pc_gnav nav ul li,
  header .pc_gnav2 nav ul li {
    width: 75px;
    padding: 0 15px;
    margin: 24px 0px;
    font-size: 1.3rem;
  }
  header .pc_gnav nav ul .rest,
  header .pc_gnav2 nav ul .rest {
    width: 120px;
  }
  header .pc_gnav nav ul li:last-child,
  header .pc_gnav2 nav ul li:last-child {
    width: 113px;
  }
  .tel_box dt {
    font-size: 1.8rem;
  }
  #top-head ul.top_header_box,
  #top-head #global-nav {
    font-size: 1.4rem;
  }
}
/* タブレット */
@media screen and (min-width: 768px) {
  header .pc_gnav nav {
    height: 62px;
  }
  header .pc_gnav nav ul {
    width: 569px;
    font-size: 1.4rem;
  }
  header .pc_gnav nav ul li {
    padding: 0 10px;
    margin: 24px 5px;
  }
  header .pc_gnav nav ul li:last-child {
    width: 115px;
  }
  header .pc_gnav nav ul li:last-child a {
    padding: 23.5px 0px;
  }
  header .pc_gnav nav ul .rest {
    width: 118px;
  }
  header .pc_gnav2 nav {
    height: 61px;
  }
  header .pc_gnav2 nav ul {
    width: 569px;
    font-size: 1.4rem;
  }
  header .pc_gnav2 nav ul li {
    padding: 0 10px;
    margin: 24px 5px;
    width: 75px;
  }
  header .pc_gnav2 nav ul li:last-child {
    width: 99px;
  }
  header .pc_gnav2 nav ul li:last-child a {
    padding: 23px 0px;
  }
  header .pc_gnav2 nav ul .rest {
    width: 120px;
  }
}
/* PC */
@media screen and (min-width: 1024px) {
  header {
    z-index: 5;
  }
  header .pc_gnav2 nav {
    height: 62px;
  }
  header .pc_gnav nav ul {
    width: 745px;
  }
  header .pc_gnav nav ul li {
    padding: 0 15px;
    margin: 24px 0;
    width: 120px;
  }
  header .pc_gnav nav ul li:last-child {
    padding: 0px;
    margin: 0;
    width: 140px;
  }
  header .pc_gnav nav ul li:last-child a {
    padding: 23.5px 0;
  }
  header .pc_gnav2 nav ul {
    width: 745px;
  }
  header .pc_gnav2 nav ul li {
    padding: 0 15px;
    margin: 24px 0;
    width: 119px;
  }
  header .pc_gnav2 nav ul li:last-child {
    width: 140px;
  }
  header .pc_gnav2 nav ul li:last-child a {
    padding: 23.5px 0;
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
  -webkit-animation: fuwafuwa 1.5s ease;
  -moz-animation: fuwafuwa 1.5s ease;
  animation: fuwafuwa 1.5s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 767px) {
  #header .scroll {
    bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .scroll {
    bottom: 30px;
  }
}
#header .scroll a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.31);
}
#header .scroll a:before,
#header .scroll a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#header .scroll a:after {
  content: "";
  margin-left: 0.5em;
  display: block;
  margin: 0;
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
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;
}
@media screen and (min-width: 0px) {
  footer .hotels {
    margin-bottom: 0;
    border-bottom: none;
  }
  footer .hotel_list {
    width: 95%;
    margin: 0 auto 15px;
  }
  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 (min-width: 768px) {
  .grouphotels {
    padding: 40px 0 10px;
  }
  .tel_box {
    margin: 0 0 4%;
  }
  .tel_box dd {
    width: 250px;
  }
  .tel_box dt,
  .tel_box p {
  }
  footer .hotel_list li p {
    width: 65%;
  }
  footer .hotel_list dt.area {
  }
  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 (max-width: 768px) {
  .tel_box dd {
    width: 250px;
    font-size: 2.4rem;
    margin: 0 auto;
    padding: 0 0 0 20px;
    background: url(../../../umeda/img/common/tel_img_001.png) no-repeat 24px 6px;
    background-size: 7%;
  }
}
@media screen and (min-width: 768px) {
  footer .hotel_list div {
    width: 100%;
    display: flex;
    justify-content: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer .hotel_info a {
    padding: 0;
  }
  footer .hotels {
    display: flex;
    justify-content: left;
    border-bottom: none;
    margin-bottom: 0;
  }
  footer .hotel_list h3 {
    border-bottom: #adadad solid 1px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-left: 0;
  }
  footer .hotel_list {
    width: 100%;
    margin: 0 20px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 11100px) {
  footer {
    padding-bottom: 0;
  }
  footer .hotel_list li p {
    width: 100%;
    text-align: left;
  }
  footer .hotel_info a {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  footer .lang {
    margin: 0 auto;
  }
  footer .hotel_list {
    width: 100%;
  }
  footer .hotel_info a {
    padding: 0;
  }
  footer .hotels {
    border-bottom: none;
    margin: auto;
    display: flex;
    justify-content: left;
  }
  footer .hotels:first-child {
    padding-bottom: 10px;
  }
  footer .hotel_list h3 {
    border-bottom: #adadad solid 1px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  footer .grouphotels .hotel_list:first-child {
    margin: 0;
  }
  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;
  }
  footer .hotel_list div {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .tel_box dt {
    font-size: 1.8rem;
  }
}
