@charset "utf-8";

.fb-root {
	display:none;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/* ---------- 多言語メニュー---------- */

.Language-menu {
	display: none;
}

/* --------- */

#container {
    width: 100%;
    text-align: center;
    overflow: hidden;/* スマホ右端の隙間を無くす */
}

.no-smart {
	display: none;
}

/* ---------- TOPスライドショーとコピー ---------- */

#top-slider {
	width: 100%;
}

#copy {
	display: none;
}

#slider-box {
	width: 100%;
}

#slider-box #slider img {
	height: auto;
	width: 100%;
}

.mainimg {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.mainimg li {
	-webkit-backface-visibility: hidden;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.mainimg li:first-child {
	display: block;
}

.mainimg img {
	display: block;
	height: auto;
	width: 100%;
	border: 0;
}

/* ---------- 以下からの枠 ---------- */

#wrapper {
	width: 100%;
	margin: 5% auto 0 auto;
	padding: 0;
}

.smart-top-rogo-copy {
	text-align: left;
	width: 90%;
	margin: 7% auto 12% auto;
	line-height: 1.5em;
}

.smart-rogo {
	margin-bottom: 8%;
}

.copy-title {
	margin-bottom: 5%;
	font-size: 2rem;
	font-weight: bold;
}

.copy-text-1 {
	letter-spacing: 0.02em;
	margin-bottom: 4%;
}

.copy-text-2 {
	display: inline;
	border-bottom: 1px solid #B9B5B5;
}

/* --------------------- 【コンテンツ-1】--------------------- */

#contents-1 {
	width: 100%;
	margin: 0 auto 10% auto;
	padding: 0;
	text-align: left;
}

/* ---------- インスタ ---------- */

.insta-contents {
}

.insta-contents h2 {
	margin: 0 0 5% 5%;
}

.insta-midashi {
	float: left;
	margin-left: 5%;
}

.insta-btn {
	float: right;
	padding-right: 3%;
}


.insta-btn-size {
	width: 200px;
	height: 30px;
	line-height: 28px;
	font-size: 1.4rem;
}

.insta_kiji {
	margin:0 auto;
	padding-top: 5px;
}

#instafeed {
	width: 100%;
	margin: 0 auto 0 5%;
}

#instafeed .trim_box {
	float: left;
	margin: 0 5% 5% 0;
}

#instafeed .trim {
	display: table-cell; /*上下中央*/
    width: 130px;
    height: 130px;
	text-align: center; /*左右中央*/
	vertical-align: middle; /*上下中央*/
	background-color:#FFF;
}

.trim img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

.trim:hover img {
	opacity: 0.6 ; /* 濃さ0～1 */
	filter: alpha(opacity=60) ;	/* Ie用 */
}

.instafeed_box {
	padding-bottom: 5%;
}

/* --------------------- 【コンテンツ-2】--------------------- */

#contents-2 {
	width: 100%;
	margin: 0 auto 10% auto;
	padding: 0;
	text-align: left;
}

#contents-2 h2 {
	margin: 0 0 5% 5%;
}

.spots-waku {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.spots-box {
	width: 100%;
	margin-bottom: 12%;
}

.r-space {
}

.spots-img {
	margin-top: 1%;
}

.spots-text-1 {
	width: 90%;
	margin: 5% auto 0 auto;
	font-size: 1.9rem;
}

.spots-text-2 {
	width: 90%;
	margin: 5% auto 0 auto;
	line-height: 1.5em;
}

/* ---------- spots-ボタン ---------- */

.spots-btn {
	text-align: right;
	margin-right: 5%;
}

.button {
  display: inline-block;
  width: 85px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  border: 1px solid #9FA0A0;
  color: #595757;
  line-height: 18px;
  overflow: hidden;
  font-size: 11.5px;
  letter-spacing: 0.1em;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  color: #fff;
}
.button::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  background-color: #333;
}

/* --------------------- 【コンテンツ-3】--------------------- */

#contents-3 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#contents-3 h2 {
	margin-left: 5%;
}

.access-map {
	width: 95%;
	margin: 0 auto 12% auto;
	padding: 0;
}

.access-box {
	margin-bottom: 10%;
	width: 97%;
}

.access-box ul li {
	float: left;
	width: 50%;
	margin-bottom: 5%;
}

.access-box ul li:last-child {
	margin-right: 0;
}

/* ---------- ページの先頭へ （TOP用） ---------- */

.pagetop {
	display: none;
}

/* ---------- 予約エンジン提供元の提示 ---------- */

.new-travel {
	width:100%;
	background-color:#f4f4f4;
	color:#595757;
}

.new-travel p {
	font-size:1rem;
	padding-bottom: 5%;
}