@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.4rem;
  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;
}

p.img.sp_none {
  text-align: center;
}

@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; 
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
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: .2em .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: .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: 100px;
 }
 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_gnav2 nav ul li, header .pc_gnav nav ul li {
    width: 90px;
}
}

@media screen and (min-width:768px) {
  header .pc_gnav2 {
    display: block;
  }
}

/* タブレット横 */
@media screen and (min-width: 1024px) {
  header {
    z-index: 5;
  }
  header .pc_gnav nav ul {
    width: 715px;
  }
  header .pc_gnav nav ul li {
    width: 73px;
      padding: 0 10px;
    margin: 24px 5px;
  }
  header .pc_gnav nav ul li:last-child {
    width: 140px;
  }
  header .pc_gnav2 nav ul li {
    width: 73px;
  }
  header .pc_gnav2 nav ul {
    width: 715px;
    font-size: 1.4rem;
  }
  header .pc_gnav2 nav ul li:last-child {
    width: 140px;
  }
}


/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
#acMenu { 
  font-size: 1.5rem;
}
#acMenu dd li {
  font-size: 1.5rem;
  background: url(/img/common/footer_arrow_001.png) no-repeat 0 18px;
}
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 (max-width: 768px) {
  #lnk_ctc {
    padding-top: 50px;
    margin-top: -50px;
  }
  .tel_box dd {
    width: 250px;
    font-size: 2.4rem;
    margin: 0 auto;
    padding: 0 0 0 20px;
    background: url(/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;
	font-size: 12px;
  }
  footer .hotel_info a {
    padding: 0;
  }
}

@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 {
    max-width: 1105px;
    margin: auto;
  }
  footer .hotels:first-child {
    padding-bottom: 10px;
  }
  footer .hotel_list:first-child {
    padding: 0 0 15px;
    margin: 0;
}
  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.3rem;
  }
}