@charset "utf-8";

/* ==========================================================

title :　旅探
scope :  共通css

last modify : 2018/03/13 247_morita 施設詳細ページ共通ヘッダー・フッター使用の為ヘッダー・フッター記述削除 

2017/07/20 247_morita 新規作成

========================================================== */

/* -------------------------
 調整用ベーススタイル　
------------------------- */
html,
body {
  margin: 0;
	min-width: 1024px;
  padding: 0;
	width: 100%;
}

body,
button,
input,
select,
textarea {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
*:after,
*:before {
  box-sizing: border-box;
}

figure,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
}

img {
  border: 0;
  line-height: 1;
  vertical-align: bottom;
}

a {
  background: transparent;
  outline: 0 none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* ---------------------------------------
 ページトップへ mod_pagetop
---------------------------------------- */
.mod_pagetop {
  bottom: 65px;
  cursor: pointer;
  display: none;
  height: 65px;
  position: fixed;
  right: 35px;
  z-index: 1;
  width: 74px;
}

.mod_pagetop:hover {
	opacity: 0.9;
}