@charset "utf-8";
/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #FFF; /*全体の文字色*/
  background: #fff; /*背景色*/
  font-family: "Noto Sans Japanese";
  font-size: 14px; /*文字サイズ*/
  line-height: 1.5; /*行間*/
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*トップページの設定*/
/*body#top {
	background: #fff url(../images/mainimg_s.jpg) no-repeat center 60px;
	background: #fff url(../images/mainimg_l.jpg) no-repeat center 60px/auto 700px;	
}*/
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
}
ul {
  list-style-type: none;
}
ol {
  padding-left: 40px;
  padding-bottom: 15px;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.br {
  border-radius: 3px;
}
img.touka {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}
textarea {
  width: 100% !important;
}
iframe {
  width: 100%;
  border: none;
}
/*写真装飾
---------------------------------------------------------------------------*/
img.hv:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); /* Ie用 */
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
img.br {
  border-radius: 3px;
}
img.touka {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
img.grow {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
img.grow:hover {
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
img.dps {
  -webkit-filter: drop-shadow(0px 0px 1px white);
  filter: drop-shadow(0px 0px 1px white);
  &.deepen {
    -webkit-filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.5));
  }
}
}
.blinking {
  -webkit-animation: blink 0.6s ease-in-out infinite alternate;
  -moz-animation: blink 0.6s ease-in-out infinite alternate;
  animation: blink 0.6s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.scrollbar_none {
  height: 100px;
  overflow-y: auto;
  -ms-overflow-style: none;
}
.scrollbar_none::-webkit-scrollbar {
  display: none;
}
.touka {
  background: rgba(255, 255, 255, 0.8);
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  color: #FFF; /*リンクテキストの色*/
  text-decoration: none;
}
a:hover {
  color: #FFFF00; /*マウスオン時の文字色*/
  text-decoration: none; /*マウスオン時にリンクの下線を消す設定*/
  -webkit-transition: 0.5s; /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: 0.5s; /*同上*/
}
a.links {
  color: #E4AC11; /*リンクテキストの色*/
  text-decoration: none;
}
a.links:hover {
  color: #FFFF00; /*マウスオン時の文字色*/
  text-decoration: none; /*マウスオン時にリンクの下線を消す設定*/
  -webkit-transition: 0.5s; /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: 0.5s; /*同上*/
}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
  background: rgba(0, 0, 51, 0.7); /*背景色*/
  height: 70px; /*高さ*/
}
/*サイト幅にしたheader内のブロック*/
header .inner {
  position: relative;
  width: 1000px; /*幅*/
  margin: 0 auto;
  overflow: hidden;
}
header .inner .tel {
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 16px;
  text-align: right;
  line-height: 1.3;
}
/*ロゴ画像*/
#logo img {
  width: 420px; /*画像幅*/
  margin-top: 5px; /*header内でのバランスを取るために上にスペースをあける*/
  margin-left: 10px; /*左側にスペースをあける*/
}
/*ロゴ画像（カレンダー用）*/
#logo2 img {
  width: 420px; /*画像幅*/
  margin-top: 5px; /*header内でのバランスを取るために上にスペースをあける*/
  margin-left: 10px; /*左側にスペースをあける*/
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menu-box {
  width: 100%;
  background: #fff; /*背景色（古いブラウザ用）*/
  background: rgba(255, 255, 255, 0.6); /*背景色。rgbaは色設定で255,255,255は白。0.9は透明度90%の事。*/
  border-bottom: 1px solid #ccc; /*下線の幅、線種、色*/
  /* box-shadow */
  box-shadow: 0px 3px 5px 0px #333333;
  -moz-box-shadow: 0px 3px 5px 0px #333333;
  -webkit-box-shadow: 0px 3px 5px 0px #333333;
  font-family: 'Architects Daughter', cursive;
  font-size: 18px;
}
/*サイト幅にしたmenu-box内のブロック*/
#menubar {
  width: 1000px; /*幅*/
  overflow: hidden;
  margin: 0 auto;
  border-left: 1px solid #ccc; /*左の線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar li {
  float: left; /*左に回り込み*/
  width: 248px; /*メニュー幅*/
  text-align: center; /*内容をセンタリング*/
  border-right: 1px solid #ccc; /*右の線の幅、線種、色*/
  line-height: 50px; /*高さ*/
  letter-spacing: 0.1em; /*文字間隔を少しだけ広くとる設定。不要ならこの行削除。*/
  -webkit-transition: 0.5s;
}
#menubar a {
  display: block;
  width: auto;
  text-decoration: none;
  color: #333;
}
/*マウスオン時*/
#menubar li:hover {
  background: #fff; /*背景色*/
}
/*ドロップダウンメニュー用
---------------------------------------------------------------------------*/
/*ドロップダウンブロックの設定*/
#menubar ul.ddmenu {
  position: absolute;
  visibility: hidden;
  z-index: 101;
  padding-top: 1px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); /*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.1が透明度。*/
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); /*同上*/
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
  float: none;
  background: #fff; /*背景色（古いブラウザ用）*/
  background: rgba(255, 255, 255, 0.9); /*背景色。rgbaは色設定で255,255,255は白。0.9は透明度90%の事。*/
  border: none;
  border-bottom: 1px solid #ccc; /*下の線の幅、線種、色*/
  color: #333;
}
#menubar ul.ddmenu li a {
  background: none;
  color: #333;
}
/*マウスオン時の設定*/
#menubar ul.ddmenu li a:hover {
  background: #fff; /*背景色*/
  color: #333;
}
/*スマホ用メニューを表示させない*/
#menubar-s {
  display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
  display: none;
}
/*コンテンツ（main、subを囲むボックス。１カラム時でも使用。）
---------------------------------------------------------------------------*/
.contents {
  clear: both;
  overflow: hidden;
  padding: 40px 0px; /*上下、左右へのボックス内の余白。*/
}
/*サイト幅にしたcontents内のブロック*/
.contents .inner {
  width: 1000px; /*幅*/
  margin: 0 auto;
}
/*背景色つきタイプ*/
.contents.bg1 {
  background: rgba(0, 0, 0, 0.5); /*背景色*/
  border-top: 1px solid #e4e4e4; /*上の線の幅、線種、色*/
  border-bottom: 1px solid #e4e4e4; /*下の線の幅、線種、色*/
}
/*コンテンツのh2タグの設定*/
.contents h2 {
  box-sizing: border-box;
  width: auto;
  clear: both;
  margin-bottom: 10px;
  color: #FFF; /*文字色*/
  font-size: 110%;
  padding: 5px 15px; /*上下、左右への余白*/
  border-left: 3px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-radius: 3px;
  letter-spacing: 1px;
  background: rgba(0, 0, 51, 0.7);
  /* box-shadow */
  box-shadow: 2px 2px 2px 0px #000000;
  -moz-box-shadow: 2px 2px 2px 0px #000000;
  -webkit-box-shadow: 2px 2px 2px 0px #000000;
  font-family: 'Architects Daughter', cursive;
}
/*コンテンツのh3タグの設定*/
.contents h3 {
  clear: both;
  margin-bottom: 15px;
  color: #FFF; /*文字色*/
  font-size: 110%;
  padding: 5px 15px; /*上下、左右への余白*/
  border-left: 3px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-radius: 3px;
  letter-spacing: 1px;
  background: rgba(192, 139, 6, 0.9);
  /* box-shadow */
  box-shadow: 2px 2px 2px 0px #000000;
  -moz-box-shadow: 2px 2px 2px 0px #000000;
  -webkit-box-shadow: 2px 2px 2px 0px #000000;
  font-family: 'Architects Daughter', cursive;
}
/*コンテンツの段落タグ設定*/
.contents p {
  padding: 0px 15px 14px; /*上、左右、下への余白*/
}
.contents h2 + p, .contents h3 + p {
  margin-top: -5px;
}
/*コンテンツ内のボックス（list）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.list {
  float: left; /*左に回り込み*/
  width: 31%; /*幅*/
  overflow: auto;
  background: rgba(255, 255, 255, 0.7); /*背景色*/
  margin-left: 1.5%; /*ボックス同士の左右間の余白*/
  margin-bottom: 20px; /*ボックス同士の上下間の余白*/
  border: 1px solid #fff; /*枠線の幅、線種、色*/
  border-radius: 3px; /*角丸のサイズ。この行削除すれば通常の長方形になる。*/
  height: 500px; /*(CMS専用)*/
  height: 230px; /*高さ（下の「.list a」の高さと揃える）*/
  line-height: 1.5;
  position: relative;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); /*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); /*同上*/
  color: #333;
}
.list a {
  display: block;
  overflow: auto;
  text-decoration: none;
  height: 500px; /*(CMS専用)*/
  height: 230px; /*高さ（上の「.list」の高さと揃える）*/
  color: #333;
}
.list a:hover {
  background: rgba(0, 0, 0, 0.7); /*マウスオン時の背景色*/
  color: #fff; /*マウスオン時の文字色*/
}
/*ボックスにリンク指定がされた場合に出る「→」マーク*/
.list a::before {
  content: "→"; /*この文字を出す。他の文字に変えても可だが機種依存文字は化けるので使わない。*/
  position: absolute;
  right: 20px; /*ボックスの右から20pxの場所に配置*/
  top: 20px; /*ボックスの上から20pxの場所に配置*/
  background: #000; /*背景色（古いブラウザ用）*/
  background: rgba(0, 0, 128, 0.5); /*rgb指定での背景色。「0,0,0」は黒の事で「0.5」が透明度50%の事。*/
  color: #fff; /*文字色*/
  border: 1px solid #fff; /*枠線の幅、線種、色*/
  border-radius: 4px; /*角丸のサイズ*/
  width: 30px; /*幅*/
  line-height: 30px; /*高さ*/
  text-align: center;
}
.list a:hover::before {
  background: #000080; /*マウスオン時の「→」マークの背景色*/
}
/*ボックス内の画像設定*/
.list .img {
  width: 100%; /*画像の幅*/
  height: 140px; /*画像の高さ（CMS専用）高さを固定させたくないならこの１行だけ削除する。*/
  height: auto; /*画像の高さ*/
  padding-bottom: 10px; /*画像下に空ける余白*/
}
/*ボックス内のh4（見出し）タグ設定*/
.list h4 {
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 16px; /*文字サイズ*/
  color: #B8860B;
  letter-spacing: 1px;
  font-family: 'Architects Daughter', cursive;
}
/*ボックス内のp（段落）タグ設定*/
.list p {
  font-size: 13px; /*文字サイズを少し小さく*/
  line-height: 1.5;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
.main {
  float: right; /*右側に回り込み*/
  overflow: hidden;
  width: 740px; /*幅*/
  padding-bottom: 30px;
}
/*セパレートタイプ
---------------------------------------------------------------------------*/
/*ボックスの設定*/
section.sepa {
  box-sizing: border-box;
  margin-bottom: 10px; /*ボックス間のスペース*/
  position: relative;
  padding: 0 10px; /*ボックス内の余白*/
  float: left;
}
section.sepa .left {
  padding-top: 10px;
  width: 23%;
  height: auto;
  float: left;
  text-align: center;
}
section.sepa .right {
  margin-top: 10px;
  width: 75%;
  height: auto;
  float: right;
  padding: 0;
}
/*ボックス内の段落タグ設定*/
section.sepa p {
  width: auto;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: justify;
  text-justify: inter-ideograph; /*text-indent: 1em;*/
}
/*ボックス内のh4タグ設定*/
section.sepa h4 {
  font-size: 100%;
  background: rgba(153, 102, 51, 0.3);
  color: #fff; /*文字色*/
  margin-bottom: 0.5em;
  letter-spacing: 1px;
  margin-top: 0px;
  padding: 3px 10px;
  border-radius: 2px;
  background-size: cover;
  /* box-shadow */
  box-shadow: 2px 2px 2px 0px #000000;
  -moz-box-shadow: 2px 2px 2px 0px #000000;
  -webkit-box-shadow: 2px 2px 2px 0px #000000;
}
section.sepa figure img {
  box-sizing: border-box;
  padding: 4px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  width: 100%; /*写真の幅*/
  height: auto; /*写真の高さ*/
}
section.sepa figure.link img {
  box-sizing: border-box;
  padding: 0px;
  background: none;
  margin-bottom: 10px;
  width: 100%; /*写真の幅*/
  height: auto; /*写真の高さ*/
}
section.yout {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px; /*ボックス間のスペース*/
  position: relative;
  padding: 5px; /*ボックス内の余白*/
  float: left;
  text-align: center;
  background: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  border-radius: 2px;
}
section.yout p {
  text-align: left;
}
section.pd10 {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
section.blog {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10 10 10px;
  height: auto;
  overflow: auto;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
section.blogsw {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  height: auto;
  overflow: auto;
  text-align: center;
  border-radius: 3px;
  background: #ffffff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
section.inst {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  height: auto;
  overflow: auto;
  text-align: center;
  border-radius: 3px;
  background: #ffffff;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  opacity: 0.95;
}
section.fb {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px 0px;
  height: auto;
  text-align: center;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  border-radius: 3px;
  background: #fff;
}
section.map {
  box-sizing: border-box;
  margin: 10px 0 20px 0;
  padding: 5px;
  border-radius: 4px;
  background: #FFF;
  text-align: left;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  color: #333;
}
section.map a {
  color: brown;
}
p.normal {
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: 1em;
}
p.right {
  display: block;
  text-align: right;
}
.boxbtn {
  display: block;
  text-align: center;
  padding: 10px 0;
}
.boxbtn img {
  width: 45%;
  height: auto;
}
.yoyaku {
  display: block;
  width: auto;
  color: #FFF;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 5px 0px 10px 0px;
  text-decoration: none;
  text-align: center;
  background: url(../images/bg1.png) no-repeat top center, #FF3300; /*背景画像の読み込みとグラデーション*/
  background-size: cover;
  -webkit-transition: 0.5s; /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: 0.5s; /*同上*/
  font-weight: bold;
  /* box-shadow */
  box-shadow: 0px 0px 4px 1px #990000 inset;
  -moz-box-shadow: 0px 0px 4px 1px #990000 inset;
  -webkit-box-shadow: 0px 0px 4px 1px #990000 inset;
}
.yoyaku a {
  background: #FF3300;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.yoyaku:hover {
  background: url(../images/bg1.png) no-repeat top center, #FF9933; /*背景画像の読み込みとグラデーション*/
  background-size: cover;
  -webkit-transition: 0.5s; /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: 0.5s; /*同上*/
  /* box-shadow */
  box-shadow: 0px 0px 4px 1px #db5509 inset;
  -moz-box-shadow: 0px 0px 4px 1px #db5509 inset;
  -webkit-box-shadow: 0px 0px 4px 1px #db5509 inset;
}
.calender {
  display: block;
  width: auto;
  color: #FFF;
  padding: 10px 5px;
  border-radius: 2px;
  margin: 5px 0px 10px 0px;
  text-decoration: none;
  text-align: center;
  background: url(../images/bg1.png) no-repeat top center, #FF3300; /*背景画像の読み込みとグラデーション*/
  background-size: cover;
  -webkit-transition: 0.5s; /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: 0.5s; /*同上*/
  font-weight: bold;
  /* box-shadow */
  box-shadow: 0px 0px 4px 1px #db5509 inset;
  -moz-box-shadow: 0px 0px 4px 1px #db5509 inset;
  -webkit-box-shadow: 0px 0px 4px 1px #db5509 inset;
}
.calender a {
  background: #FF3300;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.calender:hover {
  background: url(../images/bg1.png) no-repeat top center, #66CC99; /*背景画像の読み込みとグラデーション*/
  background-size: cover;
  -webkit-transition: 0.5s; /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: 0.5s; /*同上*/
  /* box-shadow */
  box-shadow: 0px 0px 4px 1px #00CC00 inset;
  -moz-box-shadow: 0px 0px 4px 1px #00CC00 inset;
  -webkit-box-shadow: 0px 0px 4px 1px #00CC00 inset;
}
.cale {
  background: rgba(110, 148, 238, 0.8);
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  border-radius: 2px;
  margin: 0 10px;
  padding: 3px 5px;
  /* box-shadow */
  box-shadow: 1px 1px 1px 0px #000;
  -moz-box-shadow: 1px 1px 1px 0px #000;
  -webkit-box-shadow: 1px 1px 1px 0px #000;
}
/*各種DL設定
---------------------------------------------------------------------------*/
/*CDデータ*/
dl.cd {
  margin: 5px 0 10px 0;
}
dl.cd dt {
  float: left;
  width: 20px;
  padding: 6px 0;
  text-align: right;
  color: #FF0;
}
dl.cd dd {
  padding: 6px 0px 6px 30px;
}
dl.cd2 {
  margin: 5px 0 10px 0;
}
dl.cd2 dt {
  float: left;
  width: 80px;
  padding: 6px 0;
  text-align: right;
  color: #FF0;
}
dl.cd2 dd {
  padding: 6px 0px 6px 100px;
}
dl.event {
  box-sizing: border-box;
  margin: 10px 20px 20px 20px;
  padding: 15px;
  width: auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
dl.event dt {
  float: left;
  width: 100px;
  padding: 5px 0 5px 10px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 1px;
  color: #FF0;
}
dl.event dd {
  width: auto;
  padding: 5px 0 10px 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}
.black40 {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  width: auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
/*リンク集*/
dl.link {
  margin: 10px 10px 20px 10px;
}
dl.link dt {
  float: left;
  width: 160px;
  padding: 5px 0px;
  text-align: right;
}
dl.link dt a {
  color: #FF0;
}
dl.link dt a:hover {
  color: brown;
}
dl.link dd {
  padding: 5px 0px 5px 180px;
  text-align: justify;
  text-justify: inter-ideograph;
}
/*予約・お問い合わせ*/
dl.contact {
  margin: 10px 20px 20px 20px;
  width: auto;
}
dl.contact dt {
  float: left;
  width: 180px;
  padding: 5px 0 5px 10px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 1px;
  color: #FF0;
}
dl.contact dd {
  width: auto;
  padding: 5px 0 10px 200px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
dl.mapdata {
  width: auto;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 10px;
}
dl.mapdata dt {
  float: left;
  width: 40px;
  text-align: center;
}
dl.mapdata dt img {
  width: 30px;
  height: auto;
}
dl.mapdata dd {
  text-align: left;
  margin-left: 50px;
  padding: 2px 0px 7px 0px;
}
/*テーブルフォーム　送信枠
---------------------------------------------------------------------------*/
ul.action {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  width: 220px;
  height: 40px;
  list-style-type: none;
  text-align: center;
}
ul.action li {
  margin: 0 10px 0 0;
  padding: 0;
  width: 105px;
  height: 40px;
  float: left;
  text-align: center;
}
ul.action li.nom {
  margin: 0;
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
.sub {
  float: left; /*左に回り込み*/
  width: 240px; /*幅*/
}
/*subコンテンツ内のh2タグ設定*/
.sub h2 {
  clear: both;
  margin-bottom: 10px;
  color: #FFF; /*文字色*/
  font-size: 110%;
  padding: 5px 15px; /*上下、左右への余白*/
  border-left: 3px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-radius: 3px;
  letter-spacing: 1px;
  background: rgba(0, 0, 51, 0.7);
  font-family: 'Architects Daughter', cursive;
}
.fb-page {
  background: rgba(255, 255, 255, 0.1) !important;
}
/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
  margin-bottom: 15px; /*メニューブロックの下に空けるスペース*/
  font-family: 'Architects Daughter', cursive;
  font-size: 16px;
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
  background: none; /*背景色*/
}
.sub ul.submenu li a {
  text-decoration: none;
  display: block;
  padding: 8px 10px; /*メニュー内の余白。上下、左右への設定。*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
  padding: 15px; /*ボックス内の余白*/
  margin-bottom: 15px; /*ボックスの下に空けるスペース*/
  background: #f3f3f3; /*背景色（古いブラウザ用）*/
  background: rgba(0, 0, 0, 0.05); /*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
  border: solid 1px #ccc; /*線の線種、幅、色*/
  -webkit-box-shadow: 0px 0px 1px 1px #fff inset; /*ボックスの影。内側に白のラインを入れる。*/
  box-shadow: 0px 0px 1px 1px #fff inset;
}
/*box1内のメニューの設定*/
.sub .box1 ul.submenu {
  margin-bottom: 0px;
}
.sub .bn {
  margin-top: 10px;
  width: 100%;
}
/*PAGE TOP設定（オリジナル）
---------------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 40px;
}
#page-top a {
  text-decoration: none;
  width: 90px;
  text-align: center;
  display: block;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#page-top a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
  clear: both;
  color: #fff; /*文字色*/
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .pr {
  display: block;
  font-size: 80%;
}
footer.cdr {
  width: 100%;
  display: block;
}
/*フッターメニュー設定
---------------------------------------------------------------------------*/
#footermenu {
  clear: both;
  text-align: center;
  font-family: 'Architects Daughter', cursive;
  font-size: 16px;
}
#footermenu li {
  padding: 5px 20px;
  display: inline;
  letter-spacing: 1px;
}
#footermenu li a {
  text-decoration: none;
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
  padding: 5px 0;
  clear: both;
  text-align: center;
  background: rgba(0, 0, 51, 0.7); /*背景色*/
  font-family: 'Architects Daughter', cursive;
}
#copyright a {
  text-decoration: none;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
  padding-left: 15px;
  margin-bottom: 15px;
}
/*日付設定*/
#new dt {
  font-weight: bold; /*太字にする設定。標準がいいならこの行削除。*/
  float: left;
  padding: 5px 0;
  width: 100px;
}
/*記事設定*/
#new dd {
  padding: 5px 0 5px 140px;
}
/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
  background: #F00;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  border-radius: 2px;
  margin-right: 5px;
  margin-left: 7px;
  padding: 3px 5px;
  /* box-shadow */
  box-shadow: 1px 1px 1px 0px #000;
  -moz-box-shadow: 1px 1px 1px 0px #000;
  -webkit-box-shadow: 1px 1px 1px 0px #000;
}
/*その他
---------------------------------------------------------------------------*/
.look {
  color: #fff;
  background: #666;
  padding: 5px;
  border-radius: 4px;
}
.mb15, .mb1em {
  margin-bottom: 15px;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.mtb10 {
  margin: 10px 0;
}
.mt-top {
  margin-top: 650px;
}
.mt-top2 {
  margin-top: 250px;
  background: rgba(255, 255, 255, 0.7);
}
.clear {
  clear: both;
}
ul.disc {
  padding: 0em 25px 1em;
  list-style: disc;
}
.color1 {
  color: #000;
}
.color2 {
  color: #1C00EF;
}
.color3 {
  color: #ff0;
}
.pr {
  font-size: 10px;
}
.wl {
  width: 96%;
}
.ws {
  width: 50%;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}
.l {
  text-align: left;
}
img.fr {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
img.fl {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.big1 {
  color: #ff0;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
}
.mini1 {
  font-size: 11px;
}
.sh {
  display: none;
}
.dn {
  display: none;
}
.chuui {
  margin: 5px 0;
  display: block;
  width: auto;
  text-align: left;
  font-size: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
}
audio {
  background: rgba(255, 255, 255, 0.6);
}
.toumei {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/*画面幅800px以下の設定
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------800*/
@media screen and (max-width:800px) {
  /*全体の設定
---------------------------------------------------------------------------*/
  /*トップページの設定*/
  /*body#top {
	background: #fff url(../images/mainimg_l.jpg) no-repeat center 170px/auto 450px;
}*/
  /*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
  /*サイト幅にしたheader内のブロック*/
  header {
    background: rgba(0, 0, 51, 0.7); /*背景色*/
    height: 125px; /*高さ*/
  }
  header .inner {
    width: auto;
    text-align: center;
  }
  /*ロゴ画像*/
  #logo img {
    width: 440px; /*画像幅*/
    margin: 0 auto;
    margin-top: 10px;
  }
  header .inner .tel {
    clear: both;
    margin: 0 auto;
    text-align: center;
    position: static;
  }
  /*メインメニュー
---------------------------------------------------------------------------*/
  /*メニューブロックの設定*/
  #menu-box {
    border: none;
  }
  #menubar {
    width: auto;
    border: none;
  }
  /*メニュー１個あたりの設定*/
  #menubar li {
    width: 50%;
    border: none;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #menubar li:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  /*ドロップダウンメニュー用
---------------------------------------------------------------------------*/
  /*ドロップダウンブロックの設定*/
  #menubar ul.ddmenu {
    display: none; /*ドロップダウンを非表示にする*/
  }
  /*コンテンツ（main、subを囲むボックス。１カラム時でも使用。）
---------------------------------------------------------------------------*/
  .contents {
    padding: 20px 0px; /*上下、左右へのボックス内の余白。*/
  }
  /*サイト幅にしたcontents内のブロック*/
  .contents .inner {
    width: auto;
    margin: 10px;
  }
  /*main,subコンテンツ
---------------------------------------------------------------------------*/
  .main, .sub {
    float: none;
    width: auto;
  }
  /*コンテンツ内のボックス（list）設定
---------------------------------------------------------------------------*/
  /*ボックス１個あたりの設定*/
  .list {
    float: none;
    width: auto; /*幅*/
    margin-left: 0;
    height: auto; /*高さ*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px 3px 15px;
  }
  .list a {
    height: auto; /*高さ*/
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  /*ボックス内の画像設定*/
  .list .img {
    float: left;
    width: 30%;
    margin-right: 10px;
    height: auto; /*画像の高さ*/
    padding-bottom: 0;
  }
  /*ボックス内のp（段落）タグ設定*/
  .list p {
    margin-left: 30%;
  }
  /*一覧ページの各物件ボックス内のテーブル（CMS用）
---------------------------------------------------------------------------*/
  .list table {
    margin: 0px 0px 15px;
  }
  /*PAGE TOP設定
---------------------------------------------------------------------------*/
  .pagetop {
    width: auto;
  }
  /*フッターメニュー設定
---------------------------------------------------------------------------*/
  #footermenu {
    clear: both;
    text-align: center;
  }
  #footermenu li {
    font-size: 130%;
    padding: 0px 20px;
    display: block;
    letter-spacing: 1px;
  }
  /*その他
---------------------------------------------------------------------------*/
  .mt-top {
    margin-top: 450px;
  }
  .mt-top2 {
    margin-top: 150px;
  }
  body.s-n .sub {
    display: none;
  }
  /*お問い合わせ*/
  dl.contact {
    margin: 10px 10px 20px 10px;
  }
  dl.contact dt {
    float: none;
    width: auto;
    padding: 10px 0 0 0;
    text-align: left;
    font-size: 100%;
  }
  dl.contact dd {
    width: auto;
    padding: 0;
    border-bottom: none;
    text-align: left;
  }
  textarea {
    width: 100% !important;
  }
}
/*画面幅480px以下の設定
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------480*/
@media screen and (max-width:480px) {
  /*全体の設定
---------------------------------------------------------------------------*/
  /*トップページの設定*/
  /*body#top {
	background-image: url(../images/mainimg_s.jpg);
	background-repeat: no-repeat;
	background-position: center 70px;
	background-size: 400px;	
	background: #fff url(../images/mainimg_s.jpg) no-repeat center 70px/auto 350px;
}*/
  header .inner {
    width: auto;
    text-align: left;
  }
  #logo img {
    width: 280px; /*画像幅*/
    margin-left: 10px;
    margin-top: 15px;
  }
  /*ロゴ画像（カレンダー用）*/
  #logo2 img {
    width: 95%; /*画像幅*/
    clear: both;
    text-align: center;
    position: static;
  }
  header .inner .tel {
    clear: both;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    position: static;
  }
  /*コンテンツのh3タグの設定*/
  .contents h3 {
    clear: both;
    margin-bottom: 15px;
    color: #FF0; /*文字色*/
    font-size: 100%;
    padding: 5px 15px; /*上下、左右への余白*/
    border-left: 3px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-radius: 3px;
    letter-spacing: 1px;
    /* box-shadow */
    box-shadow: 2px 2px 2px 0px #000000;
    -moz-box-shadow: 2px 2px 2px 0px #000000;
    -webkit-box-shadow: 2px 2px 2px 0px #000000;
    font-family: 'Architects Daughter', cursive;
  }
  /*メインメニュー
---------------------------------------------------------------------------*/
  /*メニューブロックの設定*/
  #menubar-s {
    position: absolute;
    top: 125px; /*headerの高さと同じサイズにする*/
    width: 100%;
    z-index: 102;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); /*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.3は透明度15%の事。*/
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); /*同上*/
  }
  /*メニュー１個あたりの設定*/
  #menubar-s li {
    border-bottom: 1px solid #ccc; /*右の線の幅、線種、色*/
    background: rgba(0, 0, 0, 0.7);
    line-height: 50px; /*高さ*/
    letter-spacing: 0.1em; /*文字間隔を少しだけ広くとる設定。不要ならこの行削除。*/
  }
  #menubar-s a {
    display: block;
    width: auto;
    text-decoration: none;
    padding-left: 50px;
  }
  /*スマホ用メニューを非表示から表示に切り替える*/
  #menubar-s {
    display: block;
  }
  /*PC用メニューを非表示にする*/
  #menubar {
    display: none;
  }
  /*３本バーアイコン設定
---------------------------------------------------------------------------*/
  /*３本バーブロック*/
  #menubar_hdr {
    display: block;
    position: absolute;
    top: 10px; /*上から10pxの場所に配置*/
    right: 10px; /*右から10pxの場所に配置*/
    width: 30px; /*幅*/
    border: 1px solid #fff; /*枠線の幅、線種、色*/
    padding: 12px 10px 5px; /*上、左右、下へのボックス内余白*/
  }
  /*３本のバー（1本あたり）*/
  #menubar_hdr span {
    display: block;
    border-top: 3px solid #fff; /*枠線の幅、線種、色*/
    margin-bottom: 7px; /*バー同士の余白*/
  }
  /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
  /*ブロック全体の設定*/
  #new dl {
    padding-left: 0px;
    margin-bottom: 15px;
  }
  /*日付設定*/
  #new dt {
    margin-left: 10px;
    font-weight: bold; /*太字にする設定。標準がいいならこの行削除。*/
    float: none;
    width: auto;
  }
  /*記事設定*/
  #new dd {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  /*ボックスの設定*/
  section.sepa {
    box-sizing: border-box;
    margin-bottom: 10px; /*ボックス間のスペース*/
    position: relative;
    padding: 0px; /*ボックス内の余白*/
    float: left;
  }
  section.sepa .left {
    padding-top: 10px;
    width: auto;
    height: auto;
    float: none;
    text-align: center;
  }
  section.sepa .right {
    margin-top: 10px;
    width: auto;
    height: auto;
    float: none;
    padding: 0;
  }
  section.sepa h4 {
    font-size: 100%;
    font-weight: normal;
    text-align: center;
  }
  section.sepa figure.link img {
    box-sizing: border-box;
    padding: 0px;
    background: none;
    margin-bottom: 10px;
    width: 70%; /*写真の幅*/
    height: auto; /*写真の高さ*/
  }
  .yoyaku {
    width: auto;
    box-sizing: border-box;
  }
  /*各種DL設定
---------------------------------------------------------------------------*/
  /*店舗データ*/
  dl.cd2, dl.event {
    margin: 5px 0 0 0;
  }
  dl.cd2 dt, dl.event dt {
    float: none;
    width: auto;
    padding: 6px 0;
    text-align: center;
  }
  dl.cd2 dd, dl.event dd {
    padding: 6px 0px;
    text-align: center;
  }
  /*リンク集*/
  dl.link {
    margin: 10px 10px 20px 10px;
  }
  dl.link dt {
    float: none;
    width: auto;
    margin: 5px 0;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  dl.link dd {
    padding: 5px 0px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  /*予約・お問い合わせ*/
  dl.contact {
    margin: 0;
    width: auto;
  }
  dl.contact dt {
    float: none;
    width: auto;
    padding: 5px 0px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
    color: #E4AC11;
  }
  dl.contact dd {
    width: auto;
    padding: 5px 0px;
    border-bottom: 1px solid #eee;
    text-align: left;
  }
  .boxbtn img {
    width: 90%;
    height: auto;
  }
  .tbr {
    display: block;
  }
  /*コンテンツ内のボックス（list）設定
---------------------------------------------------------------------------*/
  /*ボックス内の画像設定*/
  .list .img {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  /*ボックス内のh4（見出し）タグ設定*/
  .list h4 {
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px; /*文字サイズ*/
    color: #B8860B;
    letter-spacing: 1px;
    text-align: center;
  }
  /*ボックス内のp（段落）タグ設定*/
  .list p {
    margin-left: 0;
  }
  /*一覧ページの各物件ボックス内のテーブル（CMS用）
---------------------------------------------------------------------------*/
  .list table {
    width: 100%;
  }
  /*フッターメニュー設定
---------------------------------------------------------------------------*/
  #footermenu {
    clear: both;
    text-align: center;
  }
  #footermenu li {
    font-size: 130%;
    padding: 0px 20px;
    display: block;
    letter-spacing: 1px;
  }
  /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
  section#new h2.open {
    background: rgba(0, 0, 51, 0.7) url(../images/btn_minus.png) no-repeat right center/34px 34px;
  }
  section#new h2.close {
    background: rgba(0, 0, 51, 0.7) url(../images/btn_plus.png) no-repeat right center/34px 34px;
  }
  /*その他
---------------------------------------------------------------------------*/
  .ws, .wl {
    width: 95%;
  }
  img.fr, img.fl {
    float: none;
    margin: 0;
    width: 100%;
  }
  .sh {
    display: block;
  }
  .pc {
    display: none;
  }
  .mt-top {
    margin-top: 350px;
  }
  .mt-top2 {
    margin-top: 100px;
  }
  /*PAGE TOP設定（オリジナル）
---------------------------------------------------------------------------*/
  #page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #page-top a {
    text-decoration: none;
    width: 70px;
    text-align: center;
    display: block;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  #page-top a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}