@charset "utf-8";
/*
template: kamohan
Theme Name:mdm_child
Theme URI: http://kamohan-machiya.jp
Description: mdmの子テーマ
Version: 1.0
Author: LC
Author URI: http://living-co.jp
License: 
License URI:
*/
/* ************************************************ 
*	基本設定
* ************************************************ */
body {
  font-family: "Sawarabi Mincho", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 14px;
  background: #fff;
  color: #444;
  line-height: 180%;
  word-break: normal;
  letter-spacing: 0.1em;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
}
/* リンク */
a {
  color: #123763;
  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;
  list-style: disc;
}
li {
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
}
li a {
  color: #123763;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
li a:hover {
  color: #666;
}
/* ************************************************ 
*	全体Wrapper
* ************************************************ */
.wrapper {
  margin: auto;
  max-width: 960px;
  padding: 30px 10px;
  _width: 960px;
}
/* ************************************************ 
*	ヘッダー
* ************************************************ */
#header {
  width: 100%;
  position: absolute;
  z-index: 1000;
}
.home {
  /*background: -moz-linear-gradient(top, rgba(25,30,50,0.8) 0%, rgba(26,31,48,0.24) 70%, rgba(26,31,48,0) 100%);*/ /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top, rgba(25,30,50,0.8) 0%,rgba(26,31,48,0.24) 70%,rgba(26,31,48,0) 100%);*/ /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, rgba(25,30,50,0.8) 0%,rgba(26,31,48,0.24) 70%,rgba(26,31,48,0) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc191e32', endColorstr='#001a1f30',GradientType=0 ); */ /* IE6-9 */
}
.about, .kamohan_en {
  background: url(images/sub_about.jpg) center center no-repeat;
  background-size: cover;
  height: 400px;
}
.facilities, .facilities_en {
  background: url(images/sub_facilities.jpg) center top no-repeat;
  background-size: cover;
  height: 400px;
}
.access, .access_en {
  background: url(images/sub_access.jpg) center center no-repeat;
  height: 400px;
}
.reservation, .reservation_en {
  background: url(images/sub_reservation.jpg) center center no-repeat;
  height: 400px;
}
.contact, .contact_en {
  background: url(images/sub_contact.jpg) center center no-repeat;
  height: 400px;
}
.news, .news_en {
  background: url(images/sub_news.jpg) center center no-repeat;
  height: 400px;
}
.about .logo, .kamohan_en .logo, .facilities .logo, .facilities_en .logo, .access .logo, .access_en .logo, .reservation .logo, .reservation_en .logo, .contact .logo, .contact_en .logo, .news .logo, .news_en .logo {
  padding-top: 0px;
}
.header-inner {
  display: block;
  overflow: hidden;
  margin: 0px auto 0 auto;
  padding: 10px 0 0px 0;
  /* max-width: 960px;
    _width: 960px;*/
}
#header h1 {
  text-align: left;
  margin: 0;
  padding-left: 20px;
}
.logo {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
/* PC 画面の横幅が960px以上 */
@media only screen and (min-width: 960px) {
  .about .logo, .kamohan_en .logo, .facilities .logo, .facilities_en .logo, .access .logo, .access_en .logo, .reservation .logo, .reservation_en .logo, .contact .logo, .contact_en .logo, .news .logo, .news_en .logo {
    padding-top: 0px;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin: 0px auto 0 auto;
    padding: 10px 0 0px 0;
    /* max-width: 960px;
    _width: 960px;*/
  }
}
/* ************************************************ 
*	トップナビゲーション
* ************************************************ */
#nav {
  /*position: fixed;
    z-index: 1000;*/
  width: 100%;
  text-align: center;
  color: #000;
  /*background-color:#FFF;
    background: #f9f9f9;*/
  /*background: url(images/bg_menu1.png) center bottom repeat; */
  margin: 0 auto 0px auto;
}
#nav ul {
  list-style: none;
  margin: auto;
}
.main-navigation {
  clear: both;
  margin: 0 auto;
  position: relative;
}
ul.nav-menu, div.nav-menu > ul {
  margin: 0;
  padding: 0;
}
.nav-menu li {
  display: table-cell;
  /*display: inline-flex;*/
  position: relative;
  margin: 0 0;
}
.nav-menu li a {
  color: #fff;
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 10px 10px;
}
.nav-menu li:hover > a, .nav-menu li a:hover {
  color: #999;
  /*background-color: #999;*/
}
.nav-menu .sub-menu, .nav-menu .children {
  background-color: #999;
  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: #fff;
  margin: 0;
  width: 100px;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
  color: #999;
  /*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: #fff;
    background: #555;*/
}
/* ************************************************ 
*	スライド
* ************************************************ */
#top-slide {
  width: 100%;
  padding: 0px;
  margin: 0px auto -10px auto;
  height: 100%;
  overflow: hidden;
}
.cycle-slideshow {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  text-align: center;
  height: auto;
}
.mainBg {
  /*background-image: url(../../main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;*/
}
.mainBg .bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
}
.mainBg .slider li {
  /*height: 500px;*/
  height: 100vh;
  background: center / cover no-repeat;
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 2;
  text-shadow: 0px 0px 3px #000000;
  /*padding-top:200px;*/
  padding-top: 0px;
  width: 100% !important;
}
.mainBg .slider li.pht01 {
  background-image: url('images/main/sp-1.jpg');
}
.mainBg .slider li.pht02 {
  background-image: url('images/main/sp-2.jpg');
}
.mainBg .slider li.pht03 {
  background-image: url('images/main/sp-3.jpg');
}
.mainBg .slider li.pht04 {
  background-image: url('images/main/sp-4.jpg');
}
.mainBg .slider li.pht05 {
  background-image: url('images/main/sp-5.jpg');
}
.mainBg .slider .logo {
  width: 150px;
  margin: 15px auto;
}
.mainBg .slider .logo img {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, .5));
  margin-top: 20px;
}
.mainBg a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  /* left: 46%;*/
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  z-index: 9999;
}
.mainBg a {
  padding-top: 40px;
}
.mainBg a:link, .mainBg a:visited {
  color: #FFF;
}
@media screen and (min-width: 46.25em) { /***	16.2	Tablet	Small	740px	*/
  .mainBg .slider li {
    /*height: 500px;*/
    height: 100vh;
    font-size: 1.6rem;
    padding-top: 0px;
    /*padding-top:160px;*/
  }
}
@media screen and (min-width: 62.5em) { /***	16.4	Desktop	Small	1000px	*/
  .mainBg .slider li {
    height: 100vh;
    /*padding-top:38vh;*/
    letter-spacing: 0.2em;
  }
  .mainBg .slider li.pht01 {
    background-image: url('images/main/pc-1.jpg');
  }
  .mainBg .slider li.pht02 {
    background-image: url('images/main/pc-2.jpg');
  }
  .mainBg .slider li.pht03 {
    background-image: url('images/main/pc-3.jpg');
  }
  .mainBg .slider li.pht04 {
    background-image: url('images/main/pc-4.jpg');
  }
  .mainBg .slider li.pht05 {
    background-image: url('images/main/pc-5.jpg');
  }
  .mainBg .slider .logo {
    width: 240px;
  }
  .mainBg a {
    left: 50%;
    /*left: 48.5%;*/
  }
  .mainBg a span {
    left: 50%;
    /*left: 48.5%;*/
  }
}
/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */
#main {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  padding-top: 450px;
}
/* トップページウィジェットエリア */
#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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 50px 0px 10px 0px;
  margin: 20px auto 30px auto;
  border-bottom: double 3px #ccc;
  width: 280px;
  color: #333;
  text-align: center;
}
.top-gallery-midashi {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", 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%;
  /* background: #f5f5f5; */
  padding: 0;
  margin: 0px auto 0px auto;
}
.latest-midashi {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 0px 0px 10px 0px;
  margin: -30px auto 50px auto;
  border-bottom: double 3px #ccc;
  width: 280px;
  color: #333;
  text-align: center;
}
.latest {
  width: 960px;
  /* margin: -20px auto 10px auto;*/
  margin: 0px auto 10px auto;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
/* ギャラリーレイアウト */
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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", 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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", 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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", 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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", 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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
  font-size: 24px;
  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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 0px 0px 10px 0px;
  margin: 5px auto 50px auto;
  /*border-bottom: double 3px #ccc;
    color: #333;*/
  text-align: center;
  /*width: 65％;
    background: url(http://kamohan-machiya.jp/kamohan/wp-content/uploads/2015/11/bg_pgttl.png) center bottom repeat; */
}
.pagetitle2 span {
  top: 24px;
  padding: 7px 75px;
  position: relative;
  /*border:solid 1px #ccc;
	background-color:#123763;
	color:white;
    background: url(images/bg_menu1.png) center bottom repeat; */
}
.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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
  font-size: 80%;
  color: #ccc;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.blog-title {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", 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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
  font-size: 80%;
  color: #ccc;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
}
.blog-title2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", 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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", 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 {
  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 {
  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;
}
/* ページャー */
#next {
  font-size: 85%;
  font-weight: lighter;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
#next-archives {
  font-size: 85%;
  text-align: center;
  margin-top: -50px;
  padding-bottom: 30px;
}
.next-pagenavi {
  text-align: center;
  margin-top: 10px;
}
.pager {
  text-align: center;
}
a.page-numbers, .pager .current {
  background: #f0f0f0;
  border: solid 1px #ddd;
  border-radius: 2px;
  padding: 5px 8px;
  margin: 0 2px;
}
.pager .current {
  background: #ccc;
  border: solid 1px 999;
  color: #fff;
}
/* 関連記事 */
.similar-head {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", 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 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  letter-spacing: 0.1em;
  margin: 0 0 0 0;
  padding: 0 10px 0 0px;
  background: url() no-repeat;
  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;
}
/* WP必須 */
.wp-caption {}
.wp-caption-text {
  color: #036;
}
.sticky {}
.gallery-caption {}
.bypostauthor {}
/* ************************************************ 
*	サイドバー
* ************************************************ */
#sidebar {
  width: 100%;
  margin: 23px 0px 40px 0px;
  padding: 0 0 0 0;
}
#sidebar p {
  margin-bottom: 20px;
}
#sidebar h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", 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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
  color: #193b69;
  font-size: 16px;
  font-weight: bold;
  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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", 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 {
  /* background: #f9f9f9;
    background: url(images/bg_ft.png) center bottom repeat; */
  /*background: url(images/bg_concept.jpg) center bottom repeat; */
  background: url(images/bg_ft.png) center bottom repeat;
  clear: both;
  width: 100%;
  font-size: 80%;
  margin: 20px auto 0px auto;
  padding: 25px 0;
}
.footer-inner {
  margin: 0px auto 0px auto;
  max-width: 960px;
  _width: 960px;
}
#sociallink {
  text-align: center;
  position: relative;
  margin: 0 auto 30px auto;
  padding: 0 0 0 0;
}
#copyright {
  font-size: 10px;
  color: #999;
  text-align: center;
  position: relative;
  margin: -20px 0 0 0;
  padding: 0 0 0 0;
}
/* ************************************************ 
*	ウィジット
* ************************************************ */
.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: 10px;
  color: #444;
  line-height: 1.5em;
  margin: 0 0 30px 0;
  padding: 5px 0 0 0;
}
#topbox {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#topbox ul {
  /* float: left;*/
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#topbox li {
  font-size: 12px;
  floate: left;
  margin: 0 0 0 0;
  padding: 5px 0px 4px 0px;
  list-style: none;
  border-bottom: 1px dotted #ddd;
}
#topbox li a {
  font-size: 12px;
  color: #444;
  margin: 0 0 0 0;
  padding: 5px 0px 4px 0px;
  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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  /*font-family:Meiryo,"メイリオ",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", 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;
}
/* ************************************************ 
*	文字サイズ
* ************************************************ */
.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 {
  text-align: left;
  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;
}*/
/*.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width:85%;
}
*/
.wpcf7 {
  margin: 96px 0px;
}
.asterisk {
  margin: 0 0 0 0.2em;
  color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 95%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
}
.wpcf7 input[type="submit"] {
  font-size: 100%;
  padding: 0.5em 0.6em;
  margin: 0.5em;
  background: #113662;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0, 0, 0, .2);
  border: 1px solid #ccc;
  /*text-shadow: -1px 1px 0 rgba(255,255,255,1);*/
}
.wpcf7 input[type="submit"]:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset;
  background: #1e4069;
}
/* ************************************************ 
*	ライン
* ************************************************ */
.line-dotted {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 1px dotted #CCC;
}
.line-solid {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #CCC;
}
.line-footmenu {
  margin: 0 0 5px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px dotted #CCC;
}
/* ************************************************ 
*	画像装飾
* ************************************************ */
.pict_right {
  margin: 0 0 10px 20px;
  padding: 2px 2px 2px 2px;
  float: right;
  border: 1px solid #DCDCDC;
}
.pict_left {
  margin: 0 10px 10px 0;
  padding: 2px 2px 2px 2px;
  float: left;
  border: 1px solid #DCDCDC;
}
.pict1px {
  margin: 0 0 5px 0;
  padding: 2px 2px 2px 2px;
  border: 1px solid #CCC;
}
.pict_shadow {
  background: #fff;
  margin: 0px auto;
  border: 1px solid #ccc;
  padding: 5px 5px 5px 5px;
  border-radius: 1px;
  /* CSS3 */
  -webkit-border-radius: 1px;
  /* Firefox */
  -moz-border-radius: 1px;
  /* Safari,Chrome */
  box-shadow: 2px 2px 3px #C0C0C0;
}
/* ************************************************ 
*	角丸
* ************************************************ */
.border-radius {
  border-radius: 5px;
  /* CSS3 */
  -webkit-border-radius: 5px;
  /* Firefox */
  -moz-border-radius: 5px;
  /* Safari,Chrome */ ;
}
/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */
.box-shadow {
  box-shadow: 2px 2px 3px #ccc;
  /* CSS3 */
  -webkit-box-shadow: 2px 2px 3px #ccc;
  /* Safari,Chrome */
  -moz-box-shadow: 2px 2px 3px #ccc;
  /* Firefox */ ;
}
.box-shadow2 {
  box-shadow: 1px 2px 5px #ccc;
  /* CSS3 */
  -webkit-box-shadow: 1px 2px 5px #ccc;
  /* Safari,Chrome */
  -moz-box-shadow: 1px 2px 5px #ccc;
  /* Firefox */ ;
}
.text-shadow {
  text-shadow: 1px 1px 3px #DEDEDE;
  /* CSS3 */
  -webkit-text-shadow: 1px 1px 3px #DEDEDE;
  /* Safari,Chrome */
  -moz-text-shadow: 1px 1px 3px #DEDEDE;
  /* Firefox */ ;
}
/* ************************************************ 
*	CSS3ボタン
* ************************************************ */
.bt-dl a {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #1a3a67;
  text-align: center;
  margin: 20px 0 20px 0;
  padding: 10px 10px;
}
.bt-dl a:hover {
  color: #fff;
  background: #4c74be;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.note {
  border: double 3px #6A0101;
  padding: 10px;
  margin: 20px 0;
}
.note .sttl {
  font-size: 15px;
  /*font-weight:bold;*/
  border-bottom: 2px solid #CCC;
  margin: 0 20px;
}
.note .txt {
  /*font-weight:bold;*/
  text-align: left;
  padding: 0 20px;
  margin: 20px 0;
}
/* ************************************************ 
*   レスポンシブ
* ************************************************ */
/* PC 画面の横幅が960px以上 */
@media only screen and (min-width: 960px) {
  .wrapper {
    padding-top: 0px;
  }
  .logo img {
    width: 130px;
  }
  iframe {
    width: 100%;
    height: 100%;
    max-width: 960px;
  }
  #tpbnr ul {
    padding-bottom: 5px;
  }
  #tpbnr ul img {
    width: 49%;
  }
  #tpbnr ul li {
    display: inline;
  }
  #topcontrol {
    padding: 10px;
  }
  #topcontrol img {
    width: 70px;
  }
}
/* Tablet (Portrait) 画面の横幅が768px〜959pxまで */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wrapper {
    width: 728px;
    padding-top: 0px;
  }
  .header-inner { /*width:728px;*/ margin: auto;
    padding: 10px 0 0 10px;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    width: 130px;
  }
  #nav {
    position: static;
    /*background: url(images/bg_menu1.png) center top repeat; */
  }
  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: 728px;
  }
  iframe {
    width: 100%;
    height: 100%;
    max-width: 728px;
  }
  #topcontrol {
    padding: 10px;
  }
  #tpbnr ul {
    padding-bottom: 5px;
  }
  #tpbnr ul img {
    width: 49%;
  }
  #tpbnr ul li {
    display: inline;
  }
  #topcontrol img {
    width: 70px;
  }
}
/* Mobile (Portrait) 画面の横幅が767pxまで */
@media only screen and (max-width:767px) {
  .wrapper { /*width:300px; */ padding-top: 0px;
  }
  .header-inner { /*width:300px;*/ margin: auto;
    padding-top: 10px 0 0 10px;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    width: 100px;
  }
  /* .contact { display:none; } */
  #header h1, #header .logo {
    float: none;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  #nav {
    position: static;
    z-index: 1000;
    width: 100%;
    text-align: center; /*background: url(images/bg_menu1.png) center top repeat;  */ margin: 0 auto 0px auto;
  }
  .nav-menu li a {
    color: #fff;
    display: block;
    font-size: 10px;
    padding: 10px 8px 0;
    text-decoration: none;
  }
  #top-slide {
    width: 100%;
    padding: 0px;
    margin: 0px auto 0px auto;
  }
  li.item {
    height: 470px;
    margin-bottom: 40px;
  }
  .item-img {
    margin: 0 0 10px 0;
    height: 200px;
    overflow: hidden;
  }
  .latest {
    width: 90%;
  }
  p {
    font-size: 13px;
  }
  .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 {
    width: 90%;
  }
  iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  #tpbnr ul img {
    width: 100%;
  }
  #topcontrol {
    padding: 10px;
  }
  #topcontrol img {
    width: 50px;
  }
  .subServ p img {
    width: 100px;
  }
  .note .sttl {
    font-size: 16px;
    /*font-weight:bold;*/
  }
}
/* Mobile (Landscape) 画面の横幅が480px〜767pxまで */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrapper {
    width: 420px;
    padding-top: 0px;
  }
  .logo {
    text-align: center;
  }
  .footer-inner {
    width: 420px;
  }
  li.item {
    height: 530px;
    margin-bottom: 40px;
  }
  .item-img {
    margin: 0 0 10px 0;
    height: 280px;
    overflow: hidden;
  }
  .latest {
    width: 420px;
  }
  iframe {
    width: 100%;
    height: 100%;
    max-width: 420px;
  }
  #tpbnr ul img {
    width: 100%;
  }
  #topcontrol {
    padding: 10px;
  }
  #topcontrol img {
    width: 70px;
  }
  .note .sttl {
    font-size: 16px;
    /*font-weight:bold;*/
  }
}
/* kamohan */
.inoutWrp ul.inout:first-child {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: #eee 1px solid;
  /*background-color: #036;
    background: url(images/bg_menu1.png) center bottom repeat; */
}
.inoutWrp ul.inout {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: #eee 1px solid;
}
.inoutWrp ul.inout li {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  /*color:#FFF;*/
}
.inoutWrp ul.inout .bg {
  background-color: #fff;
  color: #333
}
/* facilities */
.floorWrp {
  text-align: center;
  padding-top: 50px;
}
.floorWrp_river {
  background: url(images/floor002.jpg) repeat center top;
  height: 300px;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.floorWrp_river .txt {
  position: absolute;
  top: 45%;
  left: 10%;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
}
.floorWrp_river .txt2 {
  position: absolute;
  top: 55px;
  right: 55px;
  font-size: 12px;
  color: #FFF;
}
.floorWrp ul.floormap {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.floorWrp ul.floormap li {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
  text-align: center;
}
.subServ .sttl {
  font-size: 14px;
  /*font-weight:bold;*/
  color: #202d64;
}
.subServ {
  width: 100%;
  margin: 30px 0px 15px;
  padding-top: 10px;
  border-top: #202d64 solid 2px;
}
.subServ img {
  float: left;
  width: 120px;
  margin: 0 10px 10px 0;
  border: #202d64 solid 2px;
}
.subServ p {
  margin: 0px 0px 0;
  padding-top: 5px;
}
.subServ .text {
  padding-bottom: 5px;
  overflow: auto;
  zoom: 1;
  border-top: #ccc dotted 1px;
}
.subServ .sttl span {
  color: #202d64;
  padding-right: 10px;
  font-size: 12px;
}
.subServ .text span {
  /*font-weight:bold;*/
  color: #202d64;
}
/*アクセス */
.tell span {
  font-size: 16px;
  color: #FFF;
  background-color: #123763;
  border-radius: 10px;
  letter-spacing: 0.3em;
  text-align: center;
  padding: 2px 12px;
  margin-right: 10px;
}
/* FAQ */
.faq dl {
  width: 100%;
  overflow: hidden;
  _zoom: 1;
  border: 1px solid #eee;
}
.faq dl dd, .faq dl dt {
  padding: 10px 10px 0;
}
.faq dl dt {
  margin: 10px;
}
.faq dl dd:first-letter, .faq dl dt:first-letter {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
}
.faq dl dd {
  margin: 10px;
  padding-bottom: 65px;
  /*border-bottom: 1px #ccc dotted;*/
}
.faq dl dt:first-letter {
  color: #1c3c6b;
}
.faq dl dd:first-letter {
  color: #7c242e;
}
/*カレンダー */
#wp-calendar {
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #ccc;
  border-right-color: #ccc;
  width: 100%;
  /*margin-left: 35px;*/
}
#wp-calendar thead tr th {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  text-align: center;
  background-color: #1a3a67;
  color: #FFF;
}
#wp-calendar td {
  text-align: center;
  padding: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
}
#wp-calendar caption {
  font-weight: bold;
  text-align: left;
}
#wp-calendar tbody tr #today {
  background-color: #CCC;
}
/* googlemap button */
.button {
  display: inline-block;
  width: 240px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #123763;
  color: #fff;
}
.button:hover {
  background-color: #59b1eb;
  color: #fff;
}
/*-----------------------------
検索フォーム
-----------------------------*/
#search {
  padding-top: 0px;
  padding-bottom: 0px;
}
#s {
  width: 230px; // 検索フォームの横幅
  height: 17px; // 検索フォームの文字記入部分の高さ
  border: 1px solid #999; // 検索フォームのボーダー　1pxあるのに注意
  color: #333; //検索フォームの文字色
  padding-top: 4px; // 検索フォームの文字記入部分の上の空きスペース
  padding-right: 10px; // 検索フォームの文字記入部分の右の空きスペース
  padding-bottom: 4px; // 検索フォームの文字記入部分の下の空きスペース
  padding-left: 10px; // 検索フォームの文字記入部分の左の空きスペース
  background-color: #fff; // 検索フォームの背景色
  font-size: 14px; // 検索フォームの文字サイズ
}
#searchsubmit {
  position: absolute;
  top: 0;
  _top: 1px;
  left: 250px; // 検索フォームの横幅と同じ長さを指定
}
*:first-child + html #searchsubmit {
  top: 1px;
}
#search #searchform {
  position: relative;
}
/*------------------*/
/* ************************************************ 
*	検索フォーム
* ************************************************ */
/*.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(images/search.png) no-repeat;
}*/
/* フッターアドレス */
.ft_addrWrp {
  text-align: center;
  padding: 0px 0 50px;
  font-size: 12px;
  /*font-weight:bold;*/
}
.ft_addr .name {
  /*color: #fff;
	font-weight:bold;*/
  background: url(images/ft_logo.png) no-repeat center center;
  background-size: 120px;
  /*background-size:contain;*/
  height: 92px;
  margin: 10px 0;
  text-indent: -9999px;
}
.ft_addr .name_ikehan img {
  /*padding-top:20px;
	width:65px;*/
  padding-top: 30px;
  width: 120px;
}
.ft_addr .name_ikehan span {
  display: none;
}
.ft_addr a {
  color: #fff;
}
.ft_addr a:hover {
  color: #fff;
}
.ft_addr span {
  font-size: 10px;
  color: #FFF;
  /*background-color:#123763;*/
  border-radius: 10px;
  letter-spacing: 0.3em;
  text-align: center;
  padding: 5px 12px;
  margin-right: 10px;
}
.ft_addrWrp ul {
  color: #fff;
  text-align: cneter;
}
.ft_addrWrp li {
  color: #fff;
  line-height: 2;
  list-style: none;
}
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%; /* 比率を4:3に固定 */
}
/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmap iframe, .gmap object, .gmap embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (min-width: 960px) {
  .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 45%; /* 比率を4:3に固定 */
  }
}
.ja .ft_addrWrpEng {
  display: none;
}
.en-US .ft_addrWrp {
  display: none;
}
.ft_addrWrpEng {
  text-align: center;
  padding: 0px 0 50px;
  font-size: 12px;
  /*font-weight:bold;*/
}
.ft_addrEng .name {
  /*color: #fff;
	font-weight:bold;*/
  background: url(images/ft_logo.png) no-repeat center center;
  background-size: 120px;
  /*background-size:contain;*/
  height: 92px;
  margin: 10px 0;
  text-indent: -9999px;
}
.ft_addrEng .name_ikehan img {
  padding-top: 20px;
  width: 120px;
}
.ft_addrEng .name_ikehan span {
  display: none;
}
.ft_addrEng a {
  color: #fff;
}
.ft_addrEng a:hover {
  color: #fff;
}
.ft_addrEng span {
  font-size: 10px;
  color: #FFF;
  /*background-color:#123763;*/
  border-radius: 10px;
  letter-spacing: 0.3em;
  text-align: center;
  padding: 5px 12px;
  margin-right: 10px;
}
.ft_addrWrpEng ul {
  color: #fff;
  text-align: cneter;
}
.ft_addrWrpEng li {
  color: #fff;
  line-height: 2;
  list-style: none;
}
/* フッターアドレス　英語バージョン用 */
/* Facebook Like Box */
div.fb_iframe_widget, div.fb_iframe_widget iframe[style], div.fb_iframe_widget span {
  width: 100% !important;
  max-width: 960px;
}
/* PC 画面の横幅が960px以上 */
@media only screen and (min-width: 960px) {}
/* Tablet (Portrait) 画面の横幅が768px〜959pxまで */
@media only screen and (min-width: 768px) and (max-width: 959px) {}
/* Mobile (Portrait) 画面の横幅が767pxまで */
@media only screen and (max-width:767px) {}
/* Mobile (Landscape) 画面の横幅が480px〜767pxまで */
@media only screen and (min-width: 480px) and (max-width: 767px) {}
/*====================================================
 meanmenu
====================================================*/
a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-bar {
  float: left;
  width: 100%;
  /*position: fixed;
	padding: 0;
	right: 0;
	top: 60px;*/
  position: absolute;
  min-height: 60px;
  z-index: 999999;
  margin-top: 0px;
}
.mean-container a.meanmenu-reveal {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: block;
  margin-top: 0px;
  padding: 15px;
  box-sizing: border-box;
  z-index: 999999;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 1px;
  width: 30px;
  position: absolute;
}
.mean-container a.meanmenu-reveal.meanclose span {
  background: #969696;
}
.mean-container a.meanmenu-reveal span:first-child {
  top: 20px;
}
.mean-container a.meanmenu-reveal span:nth-child(2) {
  top: 30px;
}
.mean-container a.meanmenu-reveal span:last-child {
  top: 40px;
}
.mean-container a.meanmenu-reveal.meanclose span:first-child {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  top: 20px;
  right: 15px;
}
.mean-container a.meanmenu-reveal.meanclose span:nth-child(2) {
  opacity: 0;
}
.mean-container a.meanmenu-reveal.meanclose span:last-child {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  top: 40px;
  right: 15px;
}
/*menu*/
.mean-container .mean-nav {
  margin: 0 auto;
  display: block;
  background: rgba(0, 0, 0, 0.75);
  /*background: rgba(0,31,62,0.95);*/
  /*background: rgba(36,164,57,0.85);*/
  width: 100%;
}
.mean-container .mean-nav ul {
  list-style-type: none;
  height: 100vh;
  padding-top: 60px;
}
.mean-container .mean-nav ul.gnav {
  padding: 0px 10px 0;
}
/*clearfix*/
.mean-container .mean-nav ul:before, .mean-container .mean-nav ul:after {
  content: " ";
  display: table;
}
.mean-container .mean-nav ul:after {
  clear: both;
}
.mean-container .mean-nav ul {
  *zoom: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.mean-container .mean-nav ul.snav {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 0 10px 20px;
}
/*clearfix*/
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li:first-child {}
.mean-container .mean-nav ul li a {
  display: block;
  text-decoration: none;
  float: left;
  width: 100%;
  padding: 1em 2% 1em 5%;
  margin: 0;
  margin-top: 0;
  color: #fff;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.85rem;
  /*border-top: 1px dotted #4c5a69;
	border-image: linear-gradient(to right, #000000 0%, #747473 100%);
    border-image-slice: 1;*/
  text-transform: uppercase;
  line-height: 1.4 !important;
  position: relative;
}
.mean-container .mean-nav ul li a:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid #747473;
  border-bottom: 2px solid #747473;
  transform: rotate(-45deg)
}
/*.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-bottom: 1px solid #f1f1f1;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}*/
.mean-container .mean-nav ul li.mean-last a {}
.mean-container .mean-nav ul li.mean-last a img {
  width: 24px;
}
/*.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}*/
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
#gallery-1 img {
  border: none !important;
}