@charset "UTF-8";
/* CSS Document */
body {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  background: #fff;
  color: #595757;
  line-height: 180%;
  word-break: break-all;
}
/* リンク */
a {
  color: #45AAB8;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
a:hover {
  color: #666;
}
a:active, a:focus {
  outline: 0;
}
/* 画像 */
img {
  border: 0;
  padding: 0px;
  margin: 0px;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 10px 20px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 20px 10px 0;
  display: inline;
}
/* フロート */
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.right {
  float: right;
}
.left {
  float: left;
}
.clear {
  clear: both;
}
/* リスト */
ol {
  margin: 0 0 0 5px;
  padding: 0 0 0 0;
  list-style: decimal;
}
ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
li {
  margin: 0 0 0 15px;
  padding: 0 0 0 0;
  color: #595757;
  line-height: 160%;
}
li a {
  color: #036EB8;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
li a:hover {
  color: #036EB8;
}
/* ************************************************
*	全体Wrapper
* ************************************************ */
.wrapper {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  max-width: 960px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 40px;
  _width: 960px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper-booking {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 40px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
}
/* ************************************************
*	ヘッダー
* ************************************************ */
#header {
  width: 100%;
  border-bottom: 1px solid #2F2C2B;
  z-index: 1000;
  height: auto;
}
.header-inner {
  overflow: hidden;
  margin: 0px auto 0 auto;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 20px;
  max-width: 1200px;
  _width: 960px;
  width: 86%;
  height: auto;
}
#header h1 {
  text-align: center;
  margin: 0;
}
.logo {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
/* ************************************************
*	トップナビゲーション
* ************************************************ */
#nav {
  text-align: left;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  height: auto;
  display: block;
  width: 860px;
}
#nav ul {
  list-style: none;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: auto;
}
ul.nav-menu, div.nav-menu > ul {
  margin: 0;
  padding: 0;
}
.nav-menu li {
  display: inline-block;
  position: relative;
  margin: 0 0;
}
.nav-menu li a {
  color: #333;
  display: block;
  font-size: 13px;
  text-decoration: none;
  padding: 10px 30px 10px 30px;
}
.nav-menu li:hover > a, .nav-menu li a:hover {
  background-color: #eee;
}
.nav-menu .sub-menu, .nav-menu .children {
  background-color: #eee;
  display: none;
  padding: 0;
  position: absolute;
  z-index: 99999;
}
.nav-menu .sub-menu ul, .nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}
ul.nav-menu ul a, .nav-menu ul ul a {
  color: #333;
  margin: 0;
  width: 100px;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
  background-color: #dedede;
}
ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul {
  display: block;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
  color: #333;
  background: #ddd;
}
/* ************************************************
*	スライド
* ************************************************ */
#top-slide {
  width: 100%;
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  position: relative;
}
#top-slide:before {
  display: block;
  padding-top: 60% !important; /* 高さを幅の60%に固定 */
  position: absolute;
}
.cycle-slideshow {
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
/* ************************************************
*	メイン（本文）コンテンツ
* ************************************************ */
#main {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* トップページウィジェットエリア */
#toplist {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
}
.toplist ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.toplist li {
  font-size: 13px;
  margin: 6px 0px 0px 0px;
  padding: 2px 0px 2px 0px;
  list-style: none;
  border-bottom: 1px dotted #dedede;
}
.toplist li a {
  color: #666;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.toplist li a:hover {
  background-position: 3px 50%;
  color: #999;
}
.top-title {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  color: #595757;
  line-height: 32px;
}
.top-gallery-midashi {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 0px 0px 10px 0px;
  margin: 20px auto 50px auto;
  border-bottom: double 3px #ccc;
  width: 280px;
  color: #333;
  text-align: center;
}
/* Latestブロック */
#latest-bloc {
  width: 100%;
  padding: 0;
  margin: 0px auto 0px auto;
}
.latest-midashi {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 0px 0px 10px 0px;
  margin: -20px auto 50px auto;
  border-bottom: double 3px #ccc;
  width: 280px;
  color: #333;
  text-align: center;
}
.latest {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  max-width: 960px !important;
}
/* ギャラリーレイアウト */
li.item {
  height: 540px;
  margin-bottom: 50px;
}
.item-img {
  margin: 0 0 10px 0;
  height: 309px;
  overflow: hidden;
  text-align: center;
}
.item-cat {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 84%;
  color: #999;
  padding: 0 0 0px 0;
  margin: 0 0 10px 0;
}
.item-cat a {
  color: #444;
}
.item-date {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 80%;
  color: #ccc;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.item h2 {
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.item-title {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 0 0 0 0;
}
.item-title a {
  color: #444;
}
.item-title a:hover {
  color: #999;
}
.item-text {
  font-size: 12px;
  color: #444;
  line-height: 170%;
}
/* トップ2列組み */
.item {
  border-bottom: 1px dotted #ddd;
}
.top-2retsu {
  width: 100%;
  margin: 0 auto 0px auto;
}
.top-2retsu img {
  width: 100%;
}
.first-block {
  float: left;
  width: 50%;
  padding: 30px 0px 30px 0;
}
.last-block {
  float: right;
  width: 47%;
  font-size: 14px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  padding: 30px 0 20px 0;
}
/* ブログ記事部分 */
p {
  font-size: 14px;
  color: #444;
  line-height: 190%;
  padding: 10px 0px 10px 0px;
}
p a {
  color: #45AAB8;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
p a:hover {
  color: #666;
}
p a:active, a:focus {
  outline: 0;
}
#date {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  padding: 0 0 0 0;
  color: #999;
  letter-spacing: 0.1em;
}
.pagetitle {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 0px 0px 10px 0px;
  margin: 10px auto 50px auto;
  border-bottom: double 3px #ccc;
  width: 280px;
  color: #333;
  text-align: center;
}
.pagetitle2 {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 0px 0px 10px 0px;
  margin: 15px auto 50px auto;
  border-bottom: double 3px #ccc;
  width: 280px;
  color: #333;
  text-align: center;
}
.pagetitle a {
  color: #333;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.pagetitle a:hover {
  color: #666;
}
.blog-date {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 80%;
  color: #ccc;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.blog-title {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 15px 0px;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
}
.blog-title a {
  color: #333;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.blog-title a:hover {
  color: #666;
}
.blog-date2 {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 80%;
  color: #ccc;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
}
.blog-title2 {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 15px 0px;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  text-align: center;
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
}
.blog-title2 a {
  color: #333;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.blog-title2 a:hover {
  color: #666;
}
.subtitle {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 0 0;
  margin: 30px 0 10px 0;
  letter-spacing: 0.1em;
  color: #666;
}
blockquote {
  color: #666;
  border: 1px dotted #ccc;
  margin: 10px 0 10px 0;
  padding: 10px 20px;
}
#blog-foot {
  clear: both;
  font-size: 75%;
  text-align: left;
  margin: 50px 0 0 0;
  padding: 2px 5px 2px 0px;
  font-weight: normal;
  color: #999;
  border-top: 1px dotted #ccc;
}
#blog-foot-archives {
  clear: both;
  font-size: 75%;
  text-align: left;
  margin: 50px 0 100px 0;
  padding: 2px 5px 2px 10px;
  font-weight: normal;
  color: #999;
  background: #f7f7f7;
  border-bottom: 0px dotted #ccc;
}
#blog-foot span, #blog-foot-archives span {
  color: #999;
}
.single-thumbnail {
  margin: 13px 0 0 0;
}
/* ページャー */
/* 関連記事 */
.similar-head {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 50px 0 15px 0;
  padding: 0 0 2px 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
  background: url() no-repeat;
  border-bottom: 1px solid #ccc;
}
.similar ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.similar li {
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.similar li a {
  color: #555;
}
.similar li a:hover {
  color: #888;
}
.similar h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  padding: 0 0 0 5px;
}
table.similar-text {
  width: 100%;
  color: #444;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: dotted 1px #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
table.similar-text img {
  width: 150px;
}
table.similar-text th {
  text-align: left;
  width: 150px;
}
table.similar-text td {
  font-size: 14px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
table.similar-side {
  width: 100%;
  color: #444;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table.similar-side img {
  width: 80px;
}
table.similar-side th {
  text-align: left;
  width: 80px;
}
table.similar-side td {
  font-size: 13px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
/* コメント欄
---------------------------------------------------- */
.comment-head {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 10px 0px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ccc;
}
.commentlist li {
  list-style: none;
  font-size: 90%;
  color: #888;
}
.commentlist {
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
}
li.comment {
  list-style: none;
  font-size: 90%;
  color: #888;
  margin: 30px 0px 30px 0px;
}
.comment p {
  font-size: 14px;
}
.comment-reply-title {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 50px 0 15px 0;
  padding: 0 0 2px 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
  background: url() no-repeat;
  border-bottom: 1px solid #ccc;
}
/* WP必須
---------------------------------------------------- */
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  font-size: 90%;
  text-align: center;
}
.sticky {}
.gallery-caption {}
.bypostauthor {}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* ************************************************
*	サイドバー
* ************************************************ */
#sidebar {
  width: 100%;
  margin: 23px 0px 40px 0px;
  padding: 0 0 0 0;
}
#sidebar p {
  margin-bottom: 20px;
}
#sidebar h2 {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  letter-spacing: 0.1em;
  margin: 0px 0px 10px 0px;
  padding: 0 0 0 0;
  background: url() no-repeat;
  border-bottom: 1px solid #ccc;
}
.sidebar-title {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 10px 0px;
  padding: 0 0 3px 0;
  background: url() no-repeat;
  border-bottom: 1px solid #ccc;
}
#sidebar h3 {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  line-height: 30px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 0px solid #ccc;
}
#sidebar ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#sidebar li {
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  border-bottom: 1px dotted #ccc;
}
#sidebar li a {
  display: inline;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
#sidebar li a:hover {}
/* 階層表示 */
#sidebar ul.children {
  margin-bottom: -6px;
  display: block;
  padding: 5px 0 0 0;
}
#sidebar ul.children li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}
#sidebar ul.sub-menu {
  margin-bottom: -6px;
  display: block;
  padding: 5px 0 0 0;
}
#sidebar ul.sub-menu li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}
/* 新着表示 */
#sidebox-new {
  color: #666;
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
}
#sidebox-new ul {
  floate: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#sidebox-new li {
  font-size: 12px;
  floate: left;
  list-style: none;
  margin: 0 0 0 0;
  padding: 6px 0 5px 0px;
}
#sidebox-new li a {
  color: #666;
  list-style: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
#sidebox-new li a:hover {
  color: #999;
}
/* ************************************************
*	フッターエリア
* ************************************************ */
#footer {
  width: 100%;
  font-size: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  padding: 25px 0;
  height: auto;
  display: block;
  background-color: #EFEFEF;
  float: left;
}
.footer-inner {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  max-width: 960px;
  _width: 960px;
  width: 100%;
  display: block;
  height: auto;
}
#sociallink {
  text-align: center;
  position: relative;
  margin: 0 auto 30px auto;
  padding: 0 0 0 0;
}
#copyright {
  font-size: 11px;
  text-align: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
  padding: 0 0 0 0;
  width: 100%;
  margin-top: 10px;
  float: left;
}
.ftnav {
  text-align: left;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 10px;
  height: auto;
  display: block;
  float: left;
}
.ftnav ul {
  list-style: none;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: auto;
  float: left;
}
.ftnav ul li {
  float: left;
  margin-bottom: 15px;
}
.ftnav ul li a {
  float: left;
  text-decoration: none;
  color: #444;
  margin-right: 0px;
}
/* ************************************************
*	ウィジット
* ************************************************ */
.widget {
  margin: 0 0 30px 0;
}
.widget_recent_entries li a, .widget_archive li a, .widget_categories li a, .widget_nav_menu li a {
  margin: 0 0 0 0px;
}
.textwidget {
  font-size: 14px;
  color: #595757;
  line-height: 170%;
  margin: 0 0 30px 0;
  padding: 5px 0 0 0;
}
#topbox {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#topbox ul {
  floate: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#topbox li {
  floate: left;
  margin: 0 0 0 0;
  padding: 5px 0px 4px 0px;
  list-style: none;
  border-bottom: 1px dotted #ddd;
}
#topbox li a {
  margin: 0 0 0 0;
  list-style: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  display: inline-block;
}
#topbox li a:hover {
  color: #999;
}
#topbox h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 0px dotted #fff;
}
#topbox h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-top: 0px dotted #fff;
  border-bottom: 0px dotted #fff;
}
#topbox h4 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 0px dotted #fff;
}
#topbox ul.children {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}
#topbox ul.children li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}
#topbox ul.sub-menu {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}
#topbox ul.sub-menu li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}
#sidebox {
  color: #666;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#sidebox ul {
  floate: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#sidebox li {
  font-size: 12px;
  list-style: none;
  floate: left;
  margin: 0 0 0 0;
  padding: 6px 0 5px 0px;
}
#sidebox li a {
  color: #666;
  list-style: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
#sidebox li a:hover {
  color: #999;
}
#sidebox h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 0px dotted #222;
}
#sidebox h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-top: 0px dotted #222;
  border-bottom: 0px dotted #222;
}
#sidebox h4 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 0px dotted #222;
}
.footer-widget-title {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  margin: 0 0px 10px 0px;
}
.widget ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.widget li {
  font-size: 88%;
  list-style: none;
}
.widget li a {
  color: #666;
  display: block;
}
.widget li a:hover {
  color: #999;
}
/* 本文下の広告枠 */
.widget-adspace {
  margin: 30px 0 -30px 0px;
}
/* ************************************************
*	検索フォーム
* ************************************************ */
.search fieldset {
  margin: -20px 0 20px 0px;
  border: 0px solid #eee;
}
.search input {
  font: 11px arial, sans-serif;
  color: #c0c0c0;
  width: 80%;
  padding: 5px 5px;
  vertical-align: middle;
  border: none;
  background: none;
}
.search button {
  width: 15px;
  height: 15px;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: url(../../../../../css/images/search.png) no-repeat;
}
/* ************************************************
*	文字サイズ
* ************************************************ */
.moji100px {
  font-size: 100px;
  line-height: 170%;
}
.moji90px {
  font-size: 90px;
  line-height: 170%;
}
.moji80px {
  font-size: 80px;
  line-height: 170%;
}
.moji70px {
  font-size: 70px;
  line-height: 170%;
}
.moji60px {
  font-size: 60px;
  line-height: 170%;
}
.moji50px {
  font-size: 50px;
  line-height: 170%;
}
.moji40px {
  font-size: 40px;
  line-height: 170%;
}
.moji30px {
  font-size: 30px;
  line-height: 170%;
}
.moji29px {
  font-size: 29px;
  line-height: 170%;
}
.moji28px {
  font-size: 28px;
  line-height: 170%;
}
.moji27px {
  font-size: 27px;
  line-height: 170%;
}
.moji26px {
  font-size: 26px;
  line-height: 170%;
}
.moji25px {
  font-size: 25px;
  line-height: 170%;
}
.moji24px {
  font-size: 24px;
  line-height: 170%;
}
.moji23px {
  font-size: 23px;
  line-height: 170%;
}
.moji22px {
  font-size: 22px;
  line-height: 170%;
}
.moji21px {
  font-size: 21px;
  line-height: 170%;
}
.moji20px {
  font-size: 20px;
  line-height: 170%;
}
.moji19px {
  font-size: 19px;
  line-height: 170%;
}
.moji18px {
  font-size: 18px;
  line-height: 170%;
}
.moji17px {
  font-size: 17px;
  line-height: 170%;
}
.moji16px {
  font-size: 16px;
  line-height: 170%;
}
.moji15px {
  font-size: 15px;
  line-height: 170%;
}
.moji14px {
  font-size: 14px;
  line-height: 170%;
}
.moji13px {
  font-size: 13px;
  line-height: 170%;
}
.moji12px {
  font-size: 12px;
  line-height: 170%;
}
.moji11px {
  font-size: 11px;
  line-height: 170%;
}
.moji10px {
  font-size: 10px;
  line-height: 150%;
}
.moji9px {
  font-size: 9px;
  line-height: 370%;
}
.mincho {
  font-family: 'century', 'Times New Roman', 'Baskerville', 'Optima', 'Palatino', 'Georgia', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.bold {
  font-weight: bolder;
}
.italic {
  font-style: italic;
}
/* ************************************************
*	マージン
* ************************************************ */
.margin-top10 {
  margin-top: 10px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-top30 {
  margin-top: 30px;
}
.margin-top40 {
  margin-top: 40px;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top60 {
  margin-top: 60px;
}
.margin-top70 {
  margin-top: 70px;
}
.margin-top80 {
  margin-top: 80px;
}
.margin-top90 {
  margin-top: 90px;
}
.margin-top100 {
  margin-top: 100px;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.margin-bottom30 {
  margin-bottom: 30px;
}
.margin-bottom40 {
  margin-bottom: 40px;
}
.margin-bottom50 {
  margin-bottom: 50px;
}
.margin-bottom60 {
  margin-bottom: 60px;
}
.margin-bottom70 {
  margin-bottom: 70px;
}
.margin-bottom80 {
  margin-bottom: 80px;
}
.margin-bottom90 {
  margin-bottom: 90px;
}
.margin-bottom100 {
  margin-bottom: 100px;
}
/* ************************************************
*	テーブル
* ************************************************ */
table {
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
table tr {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
table td {
  vertical-align: top;
  line-height: 170%;
  text-align: justify;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-left: 0px dotted #CCCCCC;
}
/* プラン表風 */
table#plan {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0 0px;
  border: 1px #999 solid;
  border-collapse: collapse;
  border-spacing: 0;
}
table#plan th {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border: 1px #999 solid;
  border-width: 0 0 1px 1px;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ddd;
}
table#plan td {
  font-size: 13px;
  text-align: center;
  padding: 10px;
  border: 1px #999 solid;
  border-width: 0 0 1px 1px;
  white-space: normal;
  vertical-align: middle;
}
/* フローチャート風 */
table#flow {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0px #CCC solid;
  border-collapse: collapse;
  border-spacing: 0;
}
table#flow th {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding: 10px 0px;
  border: 0px #CCC solid;
  border-bottom: 1px #CCC solid;
  white-space: normal;
  vertical-align: middle;
}
table#flow td {
  font-size: 13px;
  text-align: left;
  padding: 10px;
  border-bottom: 1px #CCC solid;
  white-space: normal;
  vertical-align: middle;
}
/* コンタクトフォーム用 */
table#contact {
  font-size: 13px;
  width: 100%;
  color: #444;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  border: 0px #CCC solid;
  border-collapse: collapse;
  border-spacing: 0;
}
table#contact th {
  font-weight: bold;
  line-height: 120%;
  text-align: left;
  padding: 10px;
  white-space: nowrap;
}
table#contact td {
  font-size: 13px;
  text-align: left;
  padding: 10px;
  white-space: normal;
  vertical-align: middle;
}
/* カレンダー
---------------------------------------------------- */
table#wp-calendar {
  width: 100%
}
table#wp-calendar th {
  text-align: center;
}
table#wp-calendar td {
  text-align: center;
}
/* ************************************************
*	CSS3ボタン
* ************************************************ */
.bt-dl a {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #036EB8;
  text-align: center;
  margin: 20px 0 20px 0;
  padding: 10px 10px;
}
.bt-dl a:hover {
  color: #fff;
  background: #4CBE9F;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.twitter-timeline {
  width: 100%;
  height: 300px;
}
/* Facebook Like Box
---------------------------------------------------- */
div.fb_iframe_widget, div.fb_iframe_widget iframe[style], div.fb_iframe_widget span {
  width: 100% !important;
}
/* YouTube embed
---------------------------------------------------- */
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.youtube iframe, .youtube object, .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.current {
  color: #036EB8;
}
/* ************************************************
*	上記までがstyle2022
* ************************************************ */
.topbox {
  width: 100%;
  margin-top: 20px;
}
.toppageonly {
  color: #036EB8;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-align: center;
}
#nav ul li a {
  text-align: left;
  float: left;
  list-style-type: none;
  color: #231815;
  text-decoration: none;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
  margin-right: px;
}
#nav ul li {
  list-style-type: none;
  float: left;
  display: block;
  margin-top: 10px;
  margin-left: 8px;
}
#ftnav ul li {
  list-style-type: none;
  float: left;
  display: block;
}
.navibox {
  background-color: #717071;
  color: #FFFFFF;
  padding-left: 10px;
  float: left;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-top: -3px;
}
.navibox:hover {
  background-color: #036EB8;
  color: #FFFFFF;
  padding-left: 10px;
  float: left;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.rline {
  border-right: 1px solid #000000;
  padding-right: 8px;
}
.footerwrap {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  float: left;
}
.facebookicon {
  margin-top: -3px;
}
.fcblue {
  color: #036EB8;
}
.fcred {
  color: #E60012;
}
.fdidot {
  font-family: "Times New Roman", Times, serif;
}
#text-8 {
  color: #036EB8;
}
#text-8 .top-title {
  color: #036EB8;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
}
#text-8 .textwidget {
  color: #036EB8;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 27px;
  font-style: normal;
  font-weight: normal;
}
.textwidget .pagelink a {
  background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/ar.png);
}
.textwidget .pagelink a:hover {
  background-color: #036EB8;
  color: #FFFFFF;
  background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/ar2.png);
}
.pagelink3 {
  text-align: center;
  width: 48%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 10px;
  color: #595757;
  font-size: 18px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.pagelink3 a {
  text-align: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #a2d7d4;
  color: #595757;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  float: left;
}
.textwidget .pagelink3 a {
  background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/ar.png);
}
.textwidget .pagelink3 a:hover {
  background-color: #036EB8;
  color: #FFFFFF;
  background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/ar2.png);
}
.mainimg66 {
  width: 100%;
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.maintxt {
  position: absolute;
  width: 100%;
  top: 45%;
}
.maintxt h2 {
  text-align: center;
  color: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  vertical-align: middle;
  width: 100%;
  font-size: 25px;
}
.mainimg:before {
  content: "";
  display: block;
  padding-top: 29%; /* 高さを幅の29%に固定 */
}
.mainimg66:before {
  content: "";
  display: block;
  padding-top: 66%; /* 高さを幅の29%に固定 */
}
.top7 {
  background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/top7.jpg);
}
.top9 {
  background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/top9.jpg);
}
.top9a {
  background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/top9a.jpg);
}
.top2 {
  background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/top2.jpg);
}
.top4 {
  background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/top4.jpg);
}
.top10 {
  background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/main_01.jpg);
}
.top10a {
  background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/main_08.jpg);
}
.f14b {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0px;
}
.mt30 {
  margin-top: 30px;
}
.mt10 {
  margin-top: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
#text-7 .textwidget {
  text-align: left;
}
.star {
  padding-right: 15px;
  background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/asterisk.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.f16b {
  font-size: 16px;
  line-height: 24px;
}
.box {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  height: auto;
  width: 100%;
  float: left;
}
.box br {
  display: none;
}
.f24n {
  font-size: 24px;
  line-height: 150%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.f11n {
  font-size: 11px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.f16s {
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  padding-top: 0px;
}
.f18s {
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  padding-top: 0px;
}
.on .pcmr2em, a:hover .pcmr2em {
  color: #036EB8;
}
/* pager */
.example-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  top: 10px;
  overflow: hidden;
  margin-top: 13px;
}
.example-pager span {
  font-family: arial;
  font-size: 40px;
  width: 21px;
  height: 15px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
}
.example-pager span.cycle-pager-active {
  color: #036EB8;
}
.example-pager > * {
  cursor: pointer;
}
/* caption */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 700;
}
/* overlay */
.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 600;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}
.pagelink4 {
  text-align: center;
  width: 25%;
  float: left;
  margin-left: 0%;
  margin-right: 75%;
  margin-top: 40px;
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  height: auto;
}
.pagelink4 a {
  text-align: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #036EB8;
  color: #FFFFFF;
  font-size: 18px;
  background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/ar2.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  float: left;
}
.pagelink4 a:hover {
  background-color: #2ea7e0;
}
.box-form {
  width: 100%;
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100% + 80px);
  overflow-y: visible;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px !important;
}
.box-form iframe {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px !important;
}
.f20b {
  font-size: 20px;
  line-height: 20px;
  color: #666666;
  margin-right: 10px;
}
.hidariyose {
  float: left;
  width: 100%;
}
.hyo2 p {
  line-height: 36px;
}
.hyo3 p {
  line-height: 36px;
}
.hyo4 p {
  line-height: 36px;
}
.hyo2 .gyo20 {
  line-height: 20px;
}
.f13 {
  font-size: 13px;
}
.fcwhite {
  color: #FFFFFF;
}
.f21n {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 25px;
}
.wrapper {
  padding-bottom: 40px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.english {
  word-break: keep-all;
}
.2gyou {
  line-height: 10px;
}
table, td, th {
  border-collapse: collapse;
  padding-left: 10px !important;
  padding-top: 10px;
  padding-right: 10px !important;
  padding-bottom: 10px;
}
td, th {
  padding: 3px;
  width: 30px;
  height: 25px;
}
th {
  background: #f0e6cc;
}
.even {
  background: #fbf8f0;
}
.odd {
  background: #fefcf9;
}
.als2022 .hyo00 {
  border-left: 1px none #595959;
  border-right: 1px none #595959;
  border-bottom: 1px solid #595959;
  border-top: 1px none #595959;
}
.als2022 .hyo00 td, .als2022 .hyo01 td {
  border-left: 1px none #595959;
  border-right: 1px none #595959;
  border-bottom: 1px solid #595959;
  border-top: 1px none #595959;
}
.als2022 .hyo01 {
  background-image: url(../images/2018a.gif);
  background-repeat: repeat;
  background-position: right top;
}
.sidebar .wrap-spmenu {
  width: 94%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 3%;
  margin-right: 3%;
  float: left;
}
.spmenu-logo-y51 p {
  width: 36%;
  margin-left: 32%;
  height: auto;
  margin-right: 32%;
  margin-bottom: 5px;
}
.spmenu-logo-diary p {
  width: 44%;
  margin-left: 28%;
  height: auto;
  margin-right: 28%;
  margin-bottom: 3px;
}
.spmenu-logo-sup p {
  width: 34%;
  margin-left: 33%;
  height: auto;
  margin-right: 33%;
  margin-bottom: 3px;
}
.spmenu-logo-y51 a img, .spmenu-logo-diary a img, .spmenu-logo-sup a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row .col-6 p {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
}
.wrap-spmenu .row .col-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px dotted #FFFFFF;
}
.sidebar .sp-menu-footer {
  float: left;
  width: 100%;
  margin-top: 16px;
  height: auto;
  display: block;
}
.wrap-spmenu .row {
  border-top: 1px dotted #FFFFFF;
}
@media screen and (min-width:768px) {
  .footerlogo img {
    float: right;
    margin-right: 0px;
  }
  .ad .ftlogo {
    margin-top: 17px;
  }
  .pagelink {
    text-align: center;
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    color: #595757;
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .pagelink a {
    text-align: center;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #E8F0C4;
    color: #595757;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    float: left;
  }
  .pagelink2 {
    text-align: center;
    width: 512px;
    margin-top: 10px;
    color: #595757;
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    height: 108px;
    border: 1px solid #444444;
    vertical-align: middle;
    line-height: 108px;
  }
  .pagelink2:hover {
    text-align: center;
    color: #036EB8;
    vertical-align: middle;
    background-color: #DBDCDC;
  }
  .on .pagelink2 {
    color: #036EB8;
    background-color: #DBDCDC;
  }
  #header #mobile-menu {
    position: relative;
    width: 70px;
    height: 70px;
    z-index: 2;
    top: 0px;
    display: none;
  }
  .br-sp {
    display: none;
  }
  .mtsp30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pcmr2em {
    margin-right: 1em;
  }
  .box2 {
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
    height: auto;
    width: 100%;
    float: left;
    color: #666666;
    font-weight: lighter;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hyo5 br {
    display: none;
  }
  .hyo .hyo1 {
    float: left;
    width: 24%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 3%;
    margin-bottom: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hyo .hyo2 {
    float: left;
    width: 31%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .hyo .hyo3 {
    float: left;
    text-align: center;
    width: 34%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .hyo .hyo4 {
    width: 34%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .hyo7 .hyo5 {
    float: left;
    text-align: center;
    width: 24%;
    margin-right: 0px;
    margin-left: 51%;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .hyo7 .hyo6 {
    width: 23%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    text-align: center;
    font-size: 12px;
  }
  .hyo7 .hyo8 {
    width: 22%;
    padding-left: 3%;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
  }
  .hyo7 .hyo9 {
    width: 10%;
    margin-left: 4%;
    float: left;
  }
  .hyo7 .hyo10 {
    width: 34%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .hyo {
    width: 100%;
    margin-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #666666;
    float: left;
    padding-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #999999;
    margin-left: 0px;
  }
  .hyo7 {
    width: 100%;
    margin-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #666666;
    float: left;
    padding-top: 0px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #999999;
    height: auto;
  }
  .als .hyo1 {
    background-image: url(../images/season1.gif);
    background-repeat: repeat-y;
    background-position: right top;
  }
  .bms .hyo1 {
    background-image: url(../images/season2.gif);
    background-repeat: repeat-y;
    background-position: right top;
  }
  .css .hyo1 {
    background-image: url(../images/season3.gif);
    background-repeat: repeat-y;
    background-position: right top;
  }
  .dss .hyo1 {
    background-image: url(../images/season4.gif);
    background-repeat: repeat-y;
    background-position: right top;
  }
  .ets .hyo1 {
    background-image: url(../images/season5.gif);
    background-repeat: repeat-y;
    background-position: right top;
  }
  .als2018 .hyo1 {
    background-image: url(../images/2018a.gif);
    background-repeat: repeat;
    background-position: right top;
  }
  .bms2018 .hyo1 {
    background-image: url(../images/2018b.gif);
    background-repeat: repeat;
    background-position: right top;
  }
  .ces2018 .hyo1 {
    background-image: url(../images/2018c.gif);
    background-repeat: repeat;
    background-position: right top;
  }
  .dss2018 .hyo1 {
    background-image: url(../images/2018d.gif);
    background-repeat: repeat;
    background-position: right top;
  }
  .ess2018 .hyo1 {
    background-image: url(../images/2018e.gif);
    background-repeat: repeat;
    background-position: right top;
  }
  .fts2018 .hyo1 {
    background-image: url(../images/2018f.gif);
    background-repeat: repeat;
    background-position: right top;
  }
  .f11n.right.mt0 {
    margin-top: 0px;
    line-height: 19px;
    text-align: right;
  }
  .hyo7 p {
    font-size: 12px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .hyo12 {
    width: 74%;
    margin-left: 2%;
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hyo11 {
    width: 74%;
    margin-left: 2%;
    float: left;
    border-bottom: 1px dotted #333333;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .wrapper {
    width: 728px;
  }
  .header-inner {
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 2%;
    margin-bottom: 0%;
    padding-top: 5px;
    width: 98%;
  }
  #nav {
    position: static;
    display: block;
    margin-bottom: 15px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  li.item {
    height: 510px;
    margin-bottom: 40px;
  }
  .item-img {
    margin: 0 0 10px 0;
    height: 234px;
    overflow: hidden;
  }
  .twothird {
    width: 460px;
    margin-right: 10px;
  }
  .latest {
    width: 728px;
  }
  .footer-inner {
    width: 100%;
  }
}
/* Mobile (Portrait) 画面の横幅が767pxまで */
@media only screen and (max-width:767px) {
  .wrapper {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .wrapper-booking {
    margin-top: auto;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 40px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .header-inner {
    width: 90%;
    margin-bottom: auto;
    padding-top: 0px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
  }
  .logo {
    text-align: center;
  }
  .contact {
    display: none;
  }
  #header h1, #header .logo {
    float: none;
    margin-bottom: 0px;
  }
  #nav {
    position: static;
    z-index: 1000;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    display: none;
  }
  .nav-menu li a {
    color: #333;
    display: block;
    font-size: 12px;
    padding: 10px 10px;
    text-decoration: none;
  }
  li.item {
    height: 470px;
    margin-bottom: 40px;
  }
  .item-img {
    margin: 0 0 10px 0;
    height: 200px;
    overflow: hidden;
  }
  .latest {
    width: 300px;
  }
  p {
    font-size: 15px;
  }
  .first-block {
    float: left;
    width: 30%;
    padding: 30px 0px 30px 0;
  }
  .last-block {
    float: right;
    width: 66%;
    font-size: 14px;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
    padding: 25px 0 20px 0;
  }
  .footer-inner {
    float: left;
    height: auto;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    display: block;
  }
  #copyright {
    text-align: center;
    font-size: 10px;
  }
  .footerwrap .ad {
    width: 48%;
    float: right;
  }
  .ad #copyright {
    text-align: left;
  }
  .ftnav ul .nav-btn {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
  }
  .footerwrap .footerlogo {
    width: 48%;
    float: left;
    margin-left: 2%;
  }
  #nav ul .facebookicon {
    margin-left: 20px;
  }
  #nav ul li {}
  .mainimg:before {
    content: "";
    display: block;
    padding-top: 42%; /* 高さを幅の42%に固定 */
  }
  .a1, .a2, .a4, .a5, .a7, .a8 {
    margin-bottom: 20px;
    width: 32%;
    height: auto;
    margin-right: 1%;
  }
  .a3, .a6, .a9 {
    margin-bottom: 20px;
    width: 32%;
    height: auto;
    margin-right: 0%;
  }
  #nav ul .nav-btn {
    font-size: 90%;
  }
  .pagelink4 {
    text-align: center;
    width: 40%;
    float: left;
    margin-left: 0%;
    margin-right: 60%;
    margin-top: 40px;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: auto;
  }
  .pagelink4 a {
    text-align: center;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #036EB8;
    color: #FFFFFF;
    font-size: 18px;
    background-image: url(http://y51.jp/wp/wp-content/themes/mdm/images/ar2.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    float: left;
  }
  .pagelink4 a:hover {
    background-color: #2ea7e0;
  }
}
@media screen and (max-width:767px) {
  .footer-inner .ftnav {
    display: none;
  }
  .footerwrap .footerlogo {
    margin-bottom: 15px;
  }
  #text-8 .top-title {
    font-size: 20px;
    line-height: 27px;
  }
  /************************************
** モバイルメニューボタン
************************************/
  #mobile-menu {
    display: block;
    float: left;
    width: 70px;
  }
  #mobile-menu a {
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
    background: #aaa;
    line-height: 100%;
  }
  #mobile-menu a:hover {
    background: #8b8b8b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header #mobile-menu {
    position: fixed;
    width: 70px;
    height: 70px;
    z-index: 2;
    top: 0px;
  }
  /************************************
** メニュースタイルの調整
************************************/
  #header div.menu > ul > li, #header ul.menu > li {
    float: none;
    border-top: 0px;
  }
  #header .menu li a:hover {
    text-decoration: none;
  }
  #header .menu li a {
    font-size: medium;
  }
  #header ul.children {
    display: none !important;
  }
  .a10 {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .mtsp30 {
    margin-top: -60px;
    margin-bottom: 30px;
  }
  .pagelink2 {
    text-align: center;
    margin-top: 10px;
    color: #595757;
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #444444;
    vertical-align: middle;
    width: 90%;
    line-height: 30px;
  }
  .pagelink2:hover {
    text-align: center;
    color: #036EB8;
    vertical-align: middle;
    background-color: #DBDCDC;
  }
  .on .pagelink2 {
    color: #036EB8;
    background-color: #DBDCDC;
  }
  .pcmr2em {
    width: 100%;
    float: left;
  }
  ul .2gyousp a {
    line-height: 14px !important;
  }
}
@media screen and (min-width:480px) and (max-width:767px) {
  .footerwrap {
    width: 76%;
    margin-left: 12%;
    margin-right: 12％;
  }
  .pagelink {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #595757;
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .pagelink a {
    text-align: center;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #E8F0C4;
    color: #595757;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    float: left;
  }
  .pagelink3 {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #595757;
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .pagelink3 a {
    text-align: center;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #a2d7d4;
    color: #595757;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    float: left;
  }
  .mainimg:before {
    content: "";
    display: block;
    padding-top: 54%; /* 高さを幅の54%に固定 */
  }
  .maintxt h2 {
    text-align: center;
    color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    vertical-align: middle;
    width: 100%;
    font-size: 21px;
  }
  .a1, .a3, .a5, .a7, .a9 {
    margin-bottom: 20px;
    width: 49%;
    height: auto;
    margin-right: 1%;
  }
  .a2, .a4, .a6, .a8 {
    margin-bottom: 20px;
    width: 49%;
    height: auto;
    margin-right: 0%;
  }
  #main ul .leftaligned {
    margin-right: 20px;
    float: left;
    width: 200px;
  }
  .item-img a .attachment-464x309.size-464x309.wp-post-image {
    width: 464px;
  }
}
@media screen and (min-width:480px) and (max-width:577px) {
  .pagelink4 {
    text-align: center;
    width: 100%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 40px;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: auto;
  }
}
@media screen and (min-width:578px) and (max-width:767px) {
  .pagelink4 {
    text-align: center;
    width: 60%;
    float: left;
    margin-left: 0%;
    margin-right: 40%;
    margin-top: 40px;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: auto;
  }
}
@media screen and (max-width:479px) {
  div #header {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    width: 100%;
  }
  .top-title {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0em;
    font-style: normal;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    color: #595757;
    line-height: 32px;
  }
  .pagelink {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #595757;
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .pagelink a {
    text-align: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #E8F0C4;
    color: #595757;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    float: left;
    text-indent: 15px;
  }
  .pagelink3 {
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #595757;
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .pagelink3 a {
    text-align: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #a2d7d4;
    color: #595757;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    float: left;
    text-indent: 15px;
  }
  .toppageonly {
    font-size: 1.5em;
    line-height: 150%;
  }
  .mainimg:before {
    content: "";
    display: block;
    padding-top: 66.7%; /* 高さを幅の50%に固定 */
  }
  .maintxt h2 {
    text-align: center;
    color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
  }
  .a1, .a2, .a3, .a4, .a4, .a5, .a6, .a7, .a8, .a9 {
    margin-bottom: 20px;
    width: 300px;
    height: auto;
  }
  #main ul .leftaligned {
    float: none;
    width: 100%;
  }
  .vis {
    width: 310px;
    float: left;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: inline;
    margin-bottom: 30px;
    word-break: normal;
  }
  .pagelink4 {
    text-align: center;
    width: 100%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 40px;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: auto;
  }
}
@media screen and (min-width:960px) {
  .a1, .a2, .a4, .a5, .a7, .a8 {
    margin-bottom: 20px;
    width: 32%;
    height: auto;
    margin-right: 1%;
  }
  .a3, .a6, .a9 {
    margin-bottom: 20px;
    width: 32%;
    height: auto;
    margin-right: 0%;
  }
  .a10 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .a11 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  #main ul .leftaligned {
    margin-right: 20px;
    float: left;
    width: 200px;
  }
  .ftnav {
    margin-left: 100px;
    float: left;
  }
  .item-img a img {
    height: auto;
    width: 464px;
  }
  .block-two .item .item-img {
    height: 278px;
    overflow-y: hidden;
  }
  .box2 {
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
    height: auto;
    width: 100%;
    color: #666666;
    font-weight: lighter;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .mw960 {
    display: none;
  }
  .hidariyose2 {
    float: left;
    width: 100%;
    height: auto;
  }
  .hyo7 .hyo8 {
    width: 19%;
    margin-left: 3%;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .hyo7 .hyo9 {
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 10%;
    margin-left: 3%;
    margin-right: 9%;
    text-align: left;
  }
  .hyo7 .hyo10 {
    width: 28%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    text-align: center;
    margin-left: 4%;
  }
  .hyo10 p .pcnon {
    display: none;
  }
  .ad {
    width: 50%;
    float: right;
  }
  .footerlogo {
    width: 49%;
    float: left;
    height: auto;
    display: block;
    margin-top: 0px;
    margin-right: 1%;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  #copyright {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 10px;
  }
}
@media screen and (min-width:640px) and (max-width:767px) {
  .hidariyose {
    float: left;
    width: 100%;
  }
  .hidariyose {
    float: left;
    width: 100%;
  }
  .box2 {
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
    height: auto;
    width: 100%;
    float: left;
    color: #666666;
    font-weight: lighter;
  }
  .hyo .hyo1 {
    float: left;
    width: 27%;
    padding-bottom: 0%;
    padding-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 1%;
    padding-left: 1%;
    margin-bottom: 5px;
  }
  .hyo .hyo2 {
    float: left;
    width: 38%;
    margin-right: 0px;
  }
  .hyo .hyo3 {
    float: left;
    text-align: center;
    width: 31%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .hyo .hyo4 {
    width: 31%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .hyo7 .hyo5 {
    float: left;
    text-align: center;
    width: 23%;
    margin-right: 0px;
    margin-left: 54%;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .hyo7 .hyo6 {
    width: 21%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: right;
    text-align: center !important;
    font-size: 11px;
  }
  .hyo {
    width: 100%;
    margin-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #666666;
    float: left;
    padding-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #999999;
  }
  .hyo7 {
    width: 100%;
    margin-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #666666;
    float: left;
    padding-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #999999;
  }
  .als .hyo1 {
    background-image: url(../images/season1.gif);
    background-repeat: repeat-y;
    background-position: right top;
  }
  .bms .hyo1 {
    background-image: url(../images/season2.gif);
    background-repeat: repeat-y;
    background-position: right top;
  }
  .css .hyo1 {
    background-image: url(../images/season3.gif);
    background-repeat: repeat-y;
    background-position: right top;
  }
  .dss .hyo1 {
    background-image: url(../images/season4.gif);
    background-repeat: repeat-y;
    background-position: right top;
  }
  .ets .hyo1 {
    background-image: url(../images/season5.gif);
    background-repeat: repeat-y;
    background-position: right top;
  }
  .als2018 .hyo1 {
    background-image: url(../images/2018a.gif);
    background-repeat: repeat;
    background-position: right top;
  }
  .bms2018 .hyo1 {
    background-image: url(../images/2018b.gif);
    background-repeat: repeat;
    background-position: right top;
  }
  .ces2018 .hyo1 {
    background-image: url(../images/2018c.gif);
    background-repeat: repeat;
    background-position: right top;
  }
  .dss2018 .hyo1 {
    background-image: url(../images/2018d.gif);
    background-repeat: repeat;
    background-position: right top;
  }
  .ess2018 .hyo1 {
    background-image: url(../images/2018e.gif);
    background-repeat: repeat;
    background-position: right top;
  }
  .fts2018 .hyo1 {
    background-image: url(../images/2018f.gif);
    background-repeat: repeat;
    background-position: right top;
  }
  .f11n.right.mt0 {
    margin-top: 0px;
    line-height: 18px;
    text-align: right;
    font-size: 11px;
  }
  .hyo.dss .hyo2 p {
    font-size: 13px;
  }
  .hyo7 p {
    font-size: 12px;
    text-align: center;
  }
  .hyo1 p {
    font-size: 13px;
  }
  .hyo7 .hyo8 {
    width: 29%;
    float: left;
  }
  .hyo7 .hyo9 {
    float: left;
    margin-left: 2%;
    width: 26%;
  }
  .hyo7 .hyo10 {
    width: 21%;
    float: left;
    text-align: center;
  }
  .hyo7 .hyo10 p {}
  .hyo11 {
    border-bottom: 1px dotted #333333;
    display: block;
    width: 68%;
    float: left;
    margin-left: 2%;
  }
  .hyo12 {
    width: 68%;
    margin-left: 2%;
    float: left;
  }
}
@media screen and (min-width:960px) {
  .box2 {
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
    height: auto;
    width: 100%;
    color: #666666;
    font-weight: lighter;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .mw960 {
    display: none;
  }
  .hidariyose2 {
    float: left;
    width: 100%;
    height: auto;
  }
  .hyo7 .hyo8 {
    width: 19%;
    margin-left: 3%;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .hyo7 .hyo9 {
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 10%;
    margin-left: 3%;
    margin-right: 9%;
    text-align: left;
  }
  .hyo7 .hyo10 {
    width: 28%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    text-align: center;
    margin-left: 4%;
  }
  .hyo10 p .pcnon {
    display: none;
  }
}
@media (min-width:1800px) {
  #top-slide .cycle-slideshow img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:639px) {
  .box2 {
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
    height: auto;
    width: 100%;
    float: left;
    color: #666666;
    font-weight: lighter;
  }
  .hyo .hyo1 {
    float: left;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0px;
    padding-left: 15px;
    margin-bottom: 0px;
  }
  .hyo .hyo2 {
    float: left;
    width: 37%;
    margin-left: 0%;
    margin-right: 2%;
  }
  .hyo .hyo3 {
    float: left;
    text-align: center;
    width: 29%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .hyo .hyo4 {
    width: 26%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .hyo7 .hyo5 {
    float: left;
    text-align: center;
    width: 27%;
    margin-left: 43%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-right: 1%;
  }
  .hyo7 .hyo6 {
    width: 22%;
    margin-top: 0px;
    margin-left: 1%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    text-align: center;
    font-size: 11px;
    margin-right: 1%;
  }
  .hyo7 .hyo8 {
    display: none;
  }
  .hyo7 .hyo9 {
    width: 37%;
    font-size: 13px;
    float: left;
    margin-right: 2%;
  }
  .hyo7 .hyo9 p {
    font-size: 13px;
    line-height: 16px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .hyo7 .hyo10 {
    width: 32%;
    margin-left: 4%;
    margin-right: 1%;
    float: left;
    font-size: 10px;
    text-align: left;
  }
  .hyo7 .hyo10 p {
    font-size: 10px;
    margin-bottom: 5px;
    margin-top: 0px;
    line-height: 16px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .hyo {
    width: 100%;
    margin-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #666666;
    float: left;
    padding-top: 0px;
    margin-bottom: 25px;
    font-size: 15px;
    color: #999999;
  }
  .hyo7 {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    padding-top: 0px;
    margin-bottom: 0px;
    color: #999999;
  }
  .als .hyo1 {
    background-image: url(../images/season1.gif);
    background-repeat: repeat;
    background-position: right bottom;
    color: #FFFFFF;
  }
  .bms .hyo1 {
    background-image: url(../images/season2.gif);
    background-repeat: repeat;
    background-position: right bottom;
    margin-bottom: 0px;
  }
  .css .hyo1 {
    background-image: url(../images/season3.gif);
    background-repeat: repeat;
    background-position: right bottom;
  }
  .dss .hyo1 {
    background-image: url(../images/season4.gif);
    background-repeat: repeat;
    background-position: right bottom;
  }
  .ets .hyo1 {
    background-image: url(../images/season5.gif);
    background-repeat: repeat;
    background-position: right bottom;
  }
  .als2018 .hyo1 {
    background-image: url(../images/2018a.gif);
    background-repeat: repeat;
    background-position: right bottom;
    color: #000000;
  }
  .bms2018 .hyo1 {
    background-image: url(../images/2018b.gif);
    background-repeat: repeat;
    background-position: right bottom;
    margin-bottom: 0px;
  }
  .ces2018 .hyo1 {
    background-image: url(../images/2018c.gif);
    background-repeat: repeat;
    background-position: right bottom;
    padding-left: 15px;
  }
  .dss2018 .hyo1 {
    background-image: url(../images/2018d.gif);
    background-repeat: repeat;
    background-position: right bottom;
    padding-left: 15px;
  }
  .ess2018 .hyo1 {
    background-image: url(../images/2018e.gif);
    background-repeat: repeat;
    background-position: right bottom;
  }
  .fts2018 .hyo1 {
    background-image: url(../images/2018f.gif);
    background-repeat: repeat;
    background-position: right bottom;
  }
  .hyo1 br {}
  .hyo1 p {
    font-size: 12px;
    margin-bottom: 0px;
    padding-bottom: 4px;
    padding-top: 8px;
  }
  .hyo2 p {
    font-size: 12px;
  }
  .hyo5 p {
    font-size: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 16px;
  }
  .hyo6 p {
    font-size: 10px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 5px;
    line-height: 16px;
  }
  .hyo1 p .f20b {
    margin-left: 0px;
    margin-right: 15px;
    color: #000000;
  }
  .f11n.right.mt0 {
    margin-top: -20px;
    line-height: 20px;
    font-size: 11px;
    text-align: right;
  }
  .hyo11 {
    border-bottom: 1px dotted #686868;
    float: left;
    width: 100%;
  }
}
@media screen and (min-width:1600px) {
  .wrapper-booking {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 40px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
}