@charset "utf-8";
.box-size {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/* --------------------------------------------
	common.css
-------------------------------------------- */
* {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", Arial, Helvetica, Osaka, "ＭＳ Ｐゴシック", "MS PGothic sans-serif";
}
html,
body {
  background: #000;
  min-width: 980px;
}
html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #333;
  font-size: small;
  line-height: 1.6;
  text-align: center;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", Arial, Helvetica, Osaka, "ＭＳ Ｐゴシック", "MS PGothic sans-serif";
  word-break: normal;
  word-wrap: break-word;
}
html > body {
  height: auto;
}
p,
ul,
dl,
dd {
  margin: 0;
}
ul {
  padding: 0;
  list-style: none;
}
a:link {
  color: #333333;
  text-decoration: none;
  opacity: 1;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
a:visited {
  color: #333333;
  text-decoration: none;
}
a:active {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  color: #333333;
  text-decoration: underline;
  opacity: .7;
}
hr {
  display: none;
}
img {
  display: inline;
  vertical-align: top;
}
em {
  font-style: normal;
  font-weight: bold;
}
label {
  cursor: pointer;
}
/* clearfix */
.cf {
  zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.smp-disp {
  display: none;
}
.no-script {
  padding-top: 15px!important;
  text-align: center!important;
  font-weight: bold;
}
.notice-price {
  padding: 80px 0 0;
  text-align: left;
  font-size: 0.86em;
}
.pagetop {
  position: fixed;
  right: 40px;
  bottom: 200px;
  z-index: 2;
}
.pagetop a {
  display: block;
  background: url(/common/images/btn_pagetop.png) no-repeat;
  width: 105px;
  height: 105px;
  overflow: hidden;
  line-height: 500px;
}
.pagetop a:hover {
  opacity: .7;
}
.page-navi {
  margin: 0 0 20px;
  text-align: right;
}
.page-navi li {
  display: inline-block;
  margin: 0 -0.3em 0 9px;
}
#contents {
  background: #ffffff url(/common/images/main_bg.png) repeat-x;
  padding: 48px 0 40px;
  overflow: hidden;
}
.bd-other #contents {
  background-image: none;
}
/* padding */
.pdd-5 {
  padding: 5px;
}
.pdd-10 {
  padding: 10px;
}
.pdd-15 {
  padding: 15px;
}
.pdd-20 {
  padding: 20px;
}
.pdd-t5 {
  padding-top: 5px!important;
}
.pdd-t10 {
  padding-top: 10px!important;
}
.pdd-t15 {
  padding-top: 15px!important;
}
.pdd-t20 {
  padding-top: 20px!important;
}
.pdd-t25 {
  padding-top: 25px!important;
}
.pdd-r5 {
  padding-right: 5px!important;
}
.pdd-r10 {
  padding-right: 10px!important;
}
.pdd-r15 {
  padding-right: 15px!important;
}
.pdd-r20 {
  padding-right: 20px!important;
}
.pdd-r25 {
  padding-right: 25px!important;
}
.pdd-b5 {
  padding-bottom: 5px!important;
}
.pdd-b10 {
  padding-bottom: 10px!important;
}
.pdd-b15 {
  padding-bottom: 15px!important;
}
.pdd-b20 {
  padding-bottom: 20px!important;
}
.pdd-b25 {
  padding-bottom: 25px!important;
}
.pdd-l5 {
  padding-left: 5px!important;
}
.pdd-l10 {
  padding-left: 10px!important;
}
.pdd-l15 {
  padding-left: 15px!important;
}
.pdd-l20 {
  padding-left: 20px!important;
}
.pdd-l25 {
  padding-left: 25px!important;
}
/* margin */
.mrg-t5 {
  margin-top: 5px!important;
}
.mrg-t10 {
  margin-top: 10px!important;
}
.mrg-t15 {
  margin-top: 15px!important;
}
.mrg-t20 {
  margin-top: 20px!important;
}
.mrg-t25 {
  margin-top: 25px!important;
}
.mrg-r5 {
  margin-right: 5px!important;
}
.mrg-r10 {
  margin-right: 10px!important;
}
.mrg-r15 {
  margin-right: 15px!important;
}
.mrg-r20 {
  margin-right: 20px!important;
}
.mrg-r25 {
  margin-right: 25px!important;
}
.mrg-b5 {
  margin-bottom: 5px!important;
}
.mrg-b10 {
  margin-bottom: 10px!important;
}
.mrg-b15 {
  margin-bottom: 15px!important;
}
.mrg-b20 {
  margin-bottom: 20px!important;
}
.mrg-b25 {
  margin-bottom: 25px!important;
}
.mrg-l5 {
  margin-left: 5px!important;
}
.mrg-l10 {
  margin-left: 10px!important;
}
.mrg-l15 {
  margin-left: 15px!important;
}
.mrg-l20 {
  margin-left: 20px!important;
}
.mrg-l25 {
  margin-left: 25px!important;
}
.unt-mrg {
  margin-bottom: 40px;
}
.unt-mrg-smp {
  margin-bottom: 30px;
}
/* == parts ======================================== */
.ph img {
  border: 1px solid #e5bd65;
}
.price {
  font-weight: bold;
}
/* text */
.txt-c {
  text-align: center!important;
}
.txt-r {
  text-align: right!important;
}
.txt-red {
  color: #990000;
}
.txt-green {
  color: #6f8b43;
}
.txt-white {
  color: #fff;
}
.txt-indnt {
  padding: 0 0 0.5em 1em;
  text-indent: -1em;
}
.txt-bold {
  font-weight: bold;
}
.font-ll {
  font-size: 1.3em;
}
.font-l {
  font-size: 1.2em;
}
.font-m {
  font-size: 1.12em;
}
.font-ms {
  font-size: 1.05em;
}
.font-s {
  font-size: 0.93em;
}
.font-ss {
  font-size: 0.86em;
}
.font-ttlL {
  font-size: 24px;
}
.font-ttlM {
  font-size: 18px;
}
.txt-serif {
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
.lead-main {
  margin: 0 0 80px;
  font-size: 1.2em;
  line-height: 1.9em;
  text-align: center;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
body.bd-other .lead-main {
  margin: 0 0 40px;
  text-align: left;
}
/* title */
.ttl-main {
  margin: 0 0 30px;
  text-align: center;
  font-size: 65px;
  line-height: 1.2;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
body.bd-other .ttl-main {
  margin: 0 0 10px;
  text-align: left;
}
.ttl-icon {
  background: url(/common/images/line_bg.png) no-repeat 0 100%;
  padding: 5px 0;
  margin: 0 0 30px;
  font-size: 24px;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
h2.ttl-icon {
  margin: 0 0 20px;
}
.ttl-icon .icon {
  display: inline-block;
  background: url(/common/images/icon_ttl.png) no-repeat;
  width: 23px;
  height: 23px;
  margin: -0.2em 14px 0 0;
  vertical-align: middle;
}
.ttl-icon .note {
  margin: 0 0 0 20px;
  font-size: small;
  font-weight: normal;
  vertical-align: text-bottom;
}
.ttl-icon-s {
  background: url(/common/images/line_bg.png) no-repeat 0 100%;
  padding: 3px 0;
  margin: 0 0 20px;
  font-size: 18px;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
.ttl-icon-s .icon {
  display: inline-block;
  background: url(/common/images/icon_quare.png) no-repeat;
  width: 10px;
  height: 11px;
  margin: -0.2em 4px 0 0;
  vertical-align: middle;
}
.ttl-line {
  background: url(/common/images/line_bg.png) no-repeat 0 100%;
  padding: 3px 0;
  margin: 0 0 20px;
  text-align: center;
  font-size: 18px;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
.ttl-dot {
  padding: 3px 0;
  margin: 0 0 10px;
  font-size: 18px;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
.ttl-dot .icon {
  display: inline-block;
  background: url(/common/images/icon_quare.png) no-repeat;
  width: 10px;
  height: 11px;
  margin: -0.2em 4px 0 0;
  vertical-align: middle;
}
/* box */
.notice-box,
.notice-txt {
  background: #990000;
  padding: 8px 8px 7px;
  color: #fff;
  text-align: center;
  font-size: 0.93em;
}
span.notice-box,
span.notice-txt {
  display: inline-block;
}
.notice-txt {
  display: inline-block;
}
.unt-frame {
  border-style: solid;
  border-width: 20px 20px;
  -moz-border-image: url(/common/images/frame_bg.png) 20 20 stretch;
  -webkit-border-image: url(/common/images/frame_bg.png) 20 20 stretch;
  border-image: url(/common/images/frame_bg.png) 20 20 fill stretch;
  behavior: url(/common/js/PIE.htc);
  position: relative;
}
.unt-imgR-col2,
.unt-imgL-col2 {
  margin-bottom: 40px;
  zoom: 1;
}
.unt-imgR-col2:after,
.unt-imgL-col2:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.unt-imgR-col2 .ph,
.unt-imgL-col2 .ph {
  float: right;
  margin: 0 0 0 20px;
}
.unt-imgR-col2 .ph .caption,
.unt-imgL-col2 .ph .caption {
  display: block;
  margin: 8px 0 0;
  font-size: 0.86em;
}
.unt-imgR-col2 .module-detail,
.unt-imgL-col2 .module-detail {
  overflow: auto;
  padding: 5px 3px;
}
.unt-imgR-col2 .module-detail p,
.unt-imgL-col2 .module-detail p {
  line-height: 2;
}
.unt-imgR-col2 .module-detail > p,
.unt-imgL-col2 .module-detail > p {
  line-height: 1.6;
}
.unt-imgL-col2 .ph {
  float: left;
  margin: 0 20px 0 0;
}
.unt-col2 {
  margin-bottom: 40px;
  zoom: 1;
}
.unt-col2:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.unt-col2 .module-detail {
  float: left;
  width: 48.9%;
  padding: 0 3px;
  margin: 0 0 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.unt-col2 .module-detail > [class^="ttl"] {
  margin-right: -3px;
  margin-left: -3px;
}
.unt-col2 .module-detail:nth-of-type(even) {
  float: right;
}
.unt-col2 .module-detail .ttl {
  margin: 0 -3px 10px;
  font-size: 18px;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
.unt-col2 .module-detail .ttl .price {
  margin: 0 0 0 30px;
  font-size: small;
}
.unt-bg-green,
.unt-bg-red,
.unt-bg-haki {
  display: table;
  margin: 0 0 25px;
  width: 100%;
}
.unt-bg-green .dtl-l,
.unt-bg-red .dtl-l,
.unt-bg-haki .dtl-l {
  display: table-cell;
  border: 1px solid #e0e0e0;
  padding: 15px;
  vertical-align: middle;
}
.unt-bg-green .dtl-r,
.unt-bg-red .dtl-r,
.unt-bg-haki .dtl-r {
  display: table-cell;
  background: url(/common/images/bg_texture_green.png) no-repeat;
  width: 212px;
  padding: 15px;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.unt-bg-red .dtl-r {
  background: url(/common/images/bg_texture_red.png) no-repeat;
}
.unt-bg-haki .dtl-r {
  background: url(/common/images/bg_texture_haki.png) no-repeat;
}
.unt-main-2col {
  zoom: 1;
}
.unt-main-2col:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.unt-main-2col .unt-main {
  float: left;
  width: 730px;
}
.unt-main-2col .sub {
  float: right;
  width: 232px;
}
.unt-gallery #LightGallery {
  zoom: 1;
}
.unt-gallery #LightGallery:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.unt-gallery #LightGallery li {
  float: left;
  width: 230px;
  height: 154px;
  margin: 0 0 20px 20px;
  overflow: hidden;
  border: 1px solid #e5bd65;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.unt-gallery #LightGallery li:nth-of-type(4n+1) {
  margin: 0 0 20px;
  clear: left;
  float: left;
}
.unt-gallery #LightGallery li img {
  display: block;
  opacity: 1;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.unt-gallery #LightGallery li img:hover {
  opacity: 0.7;
}
.unt-gallery #LightGallery li img.long {
  position: relative;
  top: -70px;
}
/* list */
.li-dot li {
  text-indent: -1em;
  padding: 0 0 4px 1em;
}
.li-dot li:before {
  content: "・";
  display: inline;
  vertical-align: middle;
  font-size: small;
}
.li-disc li {
  margin: 0 0 3px 5px;
  text-indent: -5px;
}
.li-disc li:before {
  content: "●";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0;
  font-size: 7px;
  color: #d2cab7;
  vertical-align: middle;
}
.li-quare li {
  margin: 0 0 3px 11px;
  text-indent: -11px;
}
.li-quare li:before {
  content: "◆";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: -0.8em 0 0 11px;
  font-size: 11px;
  color: #b1a891;
  vertical-align: middle;
}
/* btn */
.btn {
  display: inline-block;
}
.btn a {
  display: inline-block;
  background: #fff;
  padding: 6px 11px 5px;
  border: 1px solid rgba(169, 169, 169, 0.5);
  font-size: 1.05em;
  -moz-transition: background-color 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
.btn a .arrow {
  display: inline-block;
  background: url(/common/images/btn_arrow.png) no-repeat;
  width: 8px;
  height: 15px;
  margin: -0.2em 15px 0 0;
  vertical-align: middle;
}
.btn a:hover {
  background-color: #b93d39;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.btn a:hover .arrow {
  background: url(/common/images/btn_arrow_on.png) no-repeat;
}
/* module */
.module-hours {
  color: #6f8b43;
}
.module-hours dt {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.2em;
}
.unt-frame .module-hours {
  float: left;
  width: 50%;
}
.unt-frame .module-hours dt {
  margin: 0 0 15px;
  font-weight: normal;
  font-size: 1.12em;
}
.module-card dt {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.2em;
  color: #6f8b43;
}
.module-card dd img {
  vertical-align: middle;
}
.unt-frame .module-card {
  float: right;
  width: 45%;
}
.unt-frame .module-card dt {
  margin: 0 0 15px;
  font-weight: normal;
  font-size: 1.12em;
}
.module-menu {
  margin: 0 0 30px;
}
.module-menu dt {
  margin: 0 0 8px;
}
.module-menu dt em {
  margin: 0 50px 0 0;
  font-size: 1.3em;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
.module-menu dt em span {
  font-size: small;
}
/* == header ======================================== */
#header {
  background: #ffffff url(/common/images/header_bg.png) repeat-x 0 0;
  padding: 19px 0 15px;
  text-align: left;
}
#header .head-inner {
  width: 980px;
  margin: 0 auto;
  zoom: 1;
}
#header .head-inner:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
#header .head-inner .hd-logo {
  float: left;
  margin: 0;
  line-height: 1;
}
#header .head-inner .btn {
  float: right;
  margin: 13px 0 0;
}
/* == gloval-navi ======================================== */
label.gl-nv-btn,
input#globalNavBtn {
  display: none;
}
.gloval-navi {
  background-color: #fff;
  height: 510px;
}
.gloval-navi .navi-inner {
  background: rgba(0, 0, 0, 0.7);
  min-height: 60px;
}
.gloval-navi ul {
  background: url(/common/images/nav_li_bg.png) no-repeat 0 24px;
  width: 980px;
  margin: 0 auto;
  zoom: 1;
}
.gloval-navi ul:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.gloval-navi li {
  float: left;
  background: url(/common/images/nav_li_bg.png) no-repeat 100% 54%;
  font-size: 15px;
  color: #fff;
}
.gloval-navi li span {
  display: block;
  padding: 20px 15px 15px;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
.gloval-navi li a {
  display: block;
  padding: 20px 15px 15px;
  color: #fff;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
.gloval-navi li a:hover {
  background: url(/common/images/nav_bg.png) repeat-x 0 100%;
  text-decoration: none;
}
.gloval-navi li.current span {
  background: url(/common/images/nav_bg.png) repeat-x 0 100%;
}
.bd-other .gloval-navi {
  height: auto;
}
.bd-home .gloval-navi {
  background: url(/common/images/top_img_main.jpg) 50% 0;
  background-size: cover;
}
.bd-information .gloval-navi {
  background: url(/information/images/img_main.jpg) 50% 0;
  background-size: cover;
}
.bd-cuisine .gloval-navi {
  background: url(/cuisine/images/img_main.jpg) 50% 0;
  background-size: cover;
}
.bd-hall .gloval-navi {
  background: url(/hall/images/img_main.jpg) 50% 0;
  background-size: cover;
}
.bd-wedding .gloval-navi {
  background: url(/wedding/images/img_main.jpg) 50% 0;
  background-size: cover;
}
.bd-dinner .gloval-navi {
  background: url(/dinner/images/img_main.jpg) 50% 0;
  background-size: cover;
}
.bd-hospitality .gloval-navi {
  background: url(/hospitality/images/img_main.jpg) 50% 0;
  background-size: cover;
}
/* == main ======================================== */
.main {
  width: 980px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
/* == footer ======================================== */
#footer .foot-navi {
  background: url(/common/images/footer_bg.png);
  padding: 54px 0 35px;
}
#footer .foot-navi-inner {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
}
#footer .foot-navi-inner:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
#footer .foot-navi-inner .unit {
  float: left;
  width: 23%;
  margin: 0 20px 0 0;
}
#footer .foot-navi-inner .unit:nth-last-of-type(1) {
  margin: 0;
}
#footer .foot-navi-inner .unit .module {
  padding: 0 0 25px;
  font-weight: bold;
  font-size: 1.12em;
}
#footer .foot-navi-inner .unit .module a {
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
#footer .foot-navi-inner .unit dl {
  padding: 0 0 25px;
}
#footer .foot-navi-inner .unit dt {
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 1.12em;
}
#footer .foot-navi-inner .unit dt a {
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
#footer .foot-navi-inner .unit dd {
  padding: 0 0 10px;
  font-size: 0.93em;
}
#footer .company-info {
  padding: 17px 0 28px;
}
#footer address {
  margin: 18px 0 0;
  font-style: normal;
  color: #fff;
  font-size: 0.86em;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
/* == top ======================================== */
.bd-home .lead-main {
  margin: 0 0 40px;
}
.bd-home .unt-main-2col {
  background: url(/common/images/line_bg.png) no-repeat;
}
.bd-home .unt-main-2col .unt-main {
  padding: 40px 0 0;
}
.bd-home .unt-main-2col .link-list {
  margin: 0 -20px 0 0;
  zoom: 1;
}
.bd-home .unt-main-2col .link-list:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.bd-home .unt-main-2col .link-list li {
  float: left;
  width: 229px;
  margin: 0 20px 40px 0;
}
.bd-home .unt-main-2col .link-list li a,
.bd-home .unt-main-2col .link-list li .ph {
  display: block;
}
.bd-home .unt-main-2col .link-list li h2 {
  margin: 10px 0;
  font-size: 1.12em;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
.bd-home .unt-main-2col .link-list li p {
  font-size: 0.93em;
}
.bd-home .unt-main-2col .sub .top-item-list {
  pading: 10px 0 0;
}
.bd-home .unt-main-2col .sub .top-item-list li {
  background: url(/common/images/line_bg.png) no-repeat 100% 100%;
  padding: 30px 10px;
  text-align: center;
}
.bd-home .unt-main-2col .sub .top-item-list li p:first-child {
  margin: 0 0 10px;
}
.bd-home .unt-main-2col .sub .top-item-list li .ttl-red,
.bd-home .unt-main-2col .sub .top-item-list li .ttl-green,
.bd-home .unt-main-2col .sub .top-item-list li .ttl-haki {
  width: 134px;
  margin: 0 auto;
}
.bd-home .unt-main-2col .sub .top-item-list li .ttl-red h3,
.bd-home .unt-main-2col .sub .top-item-list li .ttl-green h3,
.bd-home .unt-main-2col .sub .top-item-list li .ttl-haki h3 {
  display: table-cell;
  width: 134px;
  height: 134px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  border-radius: 67px;
  line-height: 1.5;
  font-size: 18px;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
.bd-home .unt-main-2col .sub .top-item-list li .ttl-red h3 {
  background: url(/common/images/bg_texture_red.png) no-repeat 50%;
  font-size: 1.2em;
}
.bd-home .unt-main-2col .sub .top-item-list li .ttl-green h3 {
  background: url(/common/images/bg_texture_green.png) no-repeat 50%;
}
.bd-home .unt-main-2col .sub .top-item-list li .ttl-haki h3 {
  background: url(/common/images/bg_texture_haki.png) no-repeat 50%;
}
.bd-home .unt-main-2col .sub .top-item-list li .dtl {
  margin: 10px 0;
}
.bd-home .unt-main-2col .sub .top-item-list li .dtl p em {
  font-size: 1.12em;
}
.bd-home .unt-main-2col .sub .top-gallery {
  background: url(/common/images/line_bg.png) no-repeat 100% 100%;
  padding: 20px 0 10px;
  text-align: center;
}
.bd-home .unt-main-2col .sub .top-gallery h4 {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 1.2em;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
.bd-home .unt-main-2col .sub .top-gallery #Gallery {
  cursor: pointer;
  opacity: 1;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.bd-home .unt-main-2col .sub .top-gallery #Gallery:hover {
  opacity: 0.7;
}
.bd-home .unt-main-2col .sub .top-sensoji {
  background: url(/common/images/line_bg.png) no-repeat 100% 100%;
  padding: 20px 0;
  text-align: center;
}
.bd-home .unt-main-2col .sub .top-sensoji a {
  font-size: 1.2em;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
/* == bd-sensoji ======================================== */
.info-sensoji {
  background: url(/common/images/line_bg.png) no-repeat;
  padding: 7px 0 35px;
  position: relative;
}
.info-sensoji .ph {
  display: block;
}
.info-sensoji .ph img {
  border: none;
}
.info-sensoji .detail {
  background: rgba(0, 0, 0, 0.7);
  width: 355px;
  height: 611px;
  padding: 60px 30px 10px;
  color: #fff;
  position: absolute;
  top: 7px;
  right: 0;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.info-sensoji .detail dt {
  margin: 0 0 20px;
  font-size: 1.3em;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
}
.info-sensoji .detail dd {
  font-size: 0.93em;
}
.info-sensoji .detail dd p {
  margin: 0 0 15px;
}
/* == lightGallery reSet ======================================== */
.lg-backdrop {
  background: rgba(0, 0, 0, 0.8) !important;
}
.lg-outer {
  text-align: left;
}
.lg-outer .lg-thumb-item {
  border-color: #666!important;
  border-radius: 0!important;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #d4ab5c!important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unt-frame {
    padding: 20px;
    margin-right: 7px;
    margin-left: 7px;
    border-width: 0;
    box-shadow: 0 0 0 4px #fff, 0 0 0 7px #d4ab5c;
    outline: solid 1px #d4ab5c;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
}
/* IE10 */
@media screen and (max-width: 640px) {
  /* --------------------------------------------
	common.css
-------------------------------------------- */
  html,
  body {
    min-width: 320px;
  }
  body {
    font-size: 13px;
    line-height: 1.4;
  }
  a:link {
    text-decoration: underline;
  }
  #header .head-inner,
  .gloval-navi ul,
  .main,
  #footer .foot-navi .foot-navi-inner {
    width: auto;
    marign: 0;
  }
  .pc-disp {
    display: none;
  }
  img,
  canvas,
  video {
    max-width: 100%;
    height: auto;
  }
  .pagetop {
    right: 10px;
    bottom: 140px;
    z-index: 2;
  }
  .pagetop a {
    display: block;
    background: url(/common/images/btn_pagetop.png) no-repeat;
    background-size: 60px auto;
    width: 60px;
    height: 60px;
  }
  .page-navi {
    text-align: left;
  }
  .page-navi li {
    margin: 0 -0.3em 9px 9px;
  }
  .notice-price {
    padding: 80px 0 0;
  }
  #contents {
    background: #ffffff url(/common/images/main_bg.png) repeat-x;
    background-size: 50px auto;
    padding: 24px 0 20px;
  }
  .unt-mrg {
    margin-bottom: 20px;
  }
  /* == parts ======================================== */
  .font-ttlL {
    font-size: 20px;
  }
  .font-ttlM {
    font-size: 16px;
  }
  .map-area iframe {
    width: 100%;
    height: 290px;
  }
  .lead-main {
    margin: 0 0 20px;
    font-size: 1em;
  }
  /* title */
  .ttl-main {
    margin: 0 0 20px;
    font-size: 31px;
  }
  .ttl-main img {
    width: auto;
    max-height: 30px;
  }
  .ttl-icon {
    background: url(/common/images/line_bg.png) no-repeat 0 100%;
    padding: 5px 0;
    margin: 0 0 15px;
    font-size: 1.3em;
  }
  h2.ttl-icon {
    margin: 0 0 10px;
  }
  .ttl-icon .icon {
    background: url(/common/images/icon_ttl.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 12px;
    margin: -0.2em 7px 0 0;
  }
  .ttl-dot,
  .ttl-icon-s {
    font-size: 1.2em;
  }
  .ttl-dot .icon,
  .ttl-icon-s .icon {
    background: url(/common/images/icon_quare.png) no-repeat;
    background-size: 5px auto;
    width: 5px;
    height: 6px;
  }
  /* box */
  .notice-box,
  .notice-txt {
    padding: 4px 4px 3px;
  }
  .unt-frame {
    background-color: #fff;
    border-style: solid;
    border-width: 16px 15px;
    -moz-border-image: url(/common/images/frame_bg.png) 16 15 stretch;
    -webkit-border-image: url(/common/images/frame_bg.png) 16 15 stretch;
    border-image: url(/common/images/frame_bg.png) 16 15 fill stretch;
  }
  #Contact .unt-frame.box-h {
    height: auto!important;
  }
  .unt-imgR-col2,
  .unt-imgL-col2 {
    margin-bottom: 30px;
  }
  .unt-imgR-col2 .ph,
  .unt-imgL-col2 .ph {
    float: none;
    max-width: 355px;
    margin: 0 auto 20px;
  }
  .unt-imgR-col2 .module-detail,
  .unt-imgL-col2 .module-detail {
    overflow: visible;
    padding: 0;
  }
  .unt-col2 {
    margin-bottom: 30px;
  }
  .unt-col2 .module-detail {
    float: none;
    width: auto;
    padding: 0 3px;
    margin: 0 0 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .unt-col2 .module-detail > [class^="ttl"] {
    margin-right: -3px;
    margin-left: -3px;
  }
  .unt-col2 .module-detail:nth-of-type(even) {
    float: none;
  }
  .unt-main-2col .unt-main,
  .unt-main-2col .sub {
    float: none;
    width: auto;
  }
  .unt-gallery #LightGallery li {
    width: 23%;
    height: auto;
    margin: 0 0 20px 2%;
  }
  .unt-gallery #LightGallery li img.long {
    top: 0;
  }
  /* btn */
  .btn {
    display: inline-block;
  }
  .btn a {
    padding: 3px 8px 2px 5px;
    text-decoration: none;
  }
  .btn a .arrow {
    background: url(/common/images/btn_arrow.png) no-repeat;
    background-size: 4px auto;
    width: 4px;
    height: 7px;
    margin: -0.3em 5px 0 0;
  }
  .btn a:hover .arrow {
    background: url(/common/images/btn_arrow_on.png) no-repeat;
    background-size: 4px auto;
  }
  /* module */
  .module-hours {
    margin: 0 0 20px;
  }
  .unt-frame .module-hours {
    float: none;
    width: auto;
  }
  .unt-frame .module-hours dt {
    margin: 0 0 8px;
  }
  .unt-frame .module-card {
    float: none;
    width: auto;
  }
  .unt-frame .module-card dt {
    margin: 0 0 8px;
  }
  .module-menu {
    margin: 0 0 15px;
  }
  .module-menu dt {
    margin: 0;
  }
  .module-menu dt em {
    margin: 0 25px 0 0;
    font-size: 1.2em;
  }
  .module-menu dd {
    padding: 0 0 0 3px;
  }
  /* == header ======================================== */
  #header {
    background: #ffffff url(/common/images/header_bg.png) repeat-x 0 0;
    background-size: 50px auto;
    padding: 14px 20px 7px;
  }
  #header .head-inner .hd-logo {
    width: 163px;
  }
  #header .head-inner .btn {
    margin-top: 0;
    font-size: 12px;
  }
  /* == gloval-navi ======================================== */
  label.gl-nv-btn {
    display: block;
    background: url(/common/images/smp_menu.png) no-repeat;
    background-size: 60px auto;
    width: 60px;
    height: 23px;
    position: absolute;
    top: 15px;
    right: 20px;
    line-height: 200px;
    overflow: hidden;
  }
  input#globalNavBtn[type="checkbox"].onoff {
    display: none;
  }
  input#globalNavBtn[type="checkbox"].onoff + .navi-inner ul {
    height: 0;
    overflow: hidden;
  }
  input#globalNavBtn[type="checkbox"].onoff:checked + .navi-inner ul {
    height: 280px;
    overflow: visible;
  }
  #globalNav {
    position: relative;
  }
  .gloval-navi {
    height: 255px;
    text-align: left;
  }
  .gloval-navi .navi-inner {
    min-height: 1px;
    padding: 30px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .gloval-navi ul {
    background: none;
    padding: 20px 0 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 100;
  }
  .gloval-navi li {
    float: none;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .gloval-navi li span {
    padding: 9px 20px;
  }
  .gloval-navi li a {
    display: block;
    padding: 9px 20px;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .gloval-navi li a:hover {
    background: none;
  }
  .gloval-navi li.current span {
    background: rgba(251, 211, 123, 0.2) url(/common/images/nav_bg.png) repeat-x 0 100%;
  }
  /* == main ======================================== */
  .main {
    padding: 0 15px;
    margin: 0 auto;
  }
  /* == footer ======================================== */
  #footer .foot-navi {
    background: url(/common/images/footer_bg.png);
    background-size: 50px auto;
    padding: 20px 10px;
  }
  #footer .foot-navi-inner .unit {
    width: 48%;
    margin: 0;
  }
  #footer .foot-navi-inner .unit:nth-of-type(odd) {
    clear: both;
    float: left;
  }
  #footer .foot-navi-inner .unit:nth-of-type(even) {
    float: right;
  }
  #footer .foot-navi-inner .unit .module {
    padding: 0 0 25px;
    font-weight: bold;
    font-size: 1.12em;
  }
  #footer .foot-navi-inner .unit .module a {
    font-family: "ＭＳ 明朝", "MS Mincho", serif;
  }
  #footer .foot-navi-inner .unit dt {
    font-size: 1.12em;
  }
  #footer .foot-navi-inner .unit dd {
    font-size: 0.93em;
  }
  #footer .company-info {
    padding: 9px 0 14px;
  }
  #footer .company-info .mark img {
    width: 29px;
    height: auto;
  }
  #footer .company-info address {
    margin: 9px 0 0;
  }
  /* == top ======================================== */
  .bd-home .lead-main {
    margin: 0 0 20px;
  }
  .bd-home .unt-main-2col .unt-main {
    padding: 20px 0 0;
  }
  .bd-home .unt-main-2col .link-list {
    margin: 0 0 20px;
  }
  .bd-home .unt-main-2col .link-list li {
    width: 48%;
    min-height: 200px;
    margin: 0 0 20px;
  }
  .bd-home .unt-main-2col .link-list li:nth-of-type(even) {
    float: right;
  }
  .bd-home .unt-main-2col .link-list li h2 {
    line-height: 1.2;
  }
  .bd-home .unt-main-2col .sub {
    margin: 30px 0 0;
  }
  .bd-home .unt-main-2col .sub .top-item-list li {
    display: inline-block;
    background-position: 100% 0;
    float: left;
    width: 48%;
    padding: 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .bd-home .unt-main-2col .sub .top-item-list li:nth-of-type(even) {
    float: right;
  }
  .bd-home .unt-main-2col .sub .top-item-list li:nth-of-type(1),
  .bd-home .unt-main-2col .sub .top-item-list li:nth-of-type(2) {
    background: none;
  }
  .bd-home .unt-main-2col .sub .top-item-list li:nth-of-type(3) {
    clear: both;
    float: left;
  }
  .bd-home .unt-main-2col .sub .top-item-list li p:first-child {
    margin: 0 0 5px;
    font-size: 0.93em;
  }
  .bd-home .unt-main-2col .sub .top-item-list li .ttl-red h3,
  .bd-home .unt-main-2col .sub .top-item-list li .ttl-green h3,
  .bd-home .unt-main-2col .sub .top-item-list li .ttl-haki h3 {
    line-height: 1.2;
    font-size: 1.12em;
    font-family: "ＭＳ 明朝", "MS Mincho", serif;
  }
  .bd-home .unt-main-2col .sub .top-item-list li .ttl-red h3 {
    background: url(/common/images/bg_texture_red.png) no-repeat 50%;
    background-size: auto 150px;
  }
  .bd-home .unt-main-2col .sub .top-item-list li .ttl-green h3 {
    background: url(/common/images/bg_texture_green.png) no-repeat 50%;
    background-size: auto 150px;
  }
  .bd-home .unt-main-2col .sub .top-item-list li .ttl-haki h3 {
    background: url(/common/images/bg_texture_haki.png) no-repeat 50%;
    background-size: auto 150px;
  }
  .bd-home .unt-main-2col .sub .top-item-list li .dtl {
    margin: 8px 0;
  }
  .bd-home .unt-main-2col .sub .top-item-list li .dtl p em {
    font-size: 13px;
  }
  .bd-home .unt-main-2col .sub .top-gallery {
    background: url(/common/images/line_bg.png) no-repeat 100% 100%;
    padding: 10px 0;
    text-align: center;
  }
  .bd-home .unt-main-2col .sub .top-gallery h4 {
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 1.12em;
    font-family: "ＭＳ 明朝", "MS Mincho", serif;
  }
  .bd-home .unt-main-2col .sub .top-sensoji {
    background: url(/common/images/line_bg.png) no-repeat 100% 100%;
    padding: 10px 0;
    text-align: center;
  }
  .bd-home .unt-main-2col .sub .top-sensoji a {
    font-size: 1.12em;
  }
  .bd-home .unt-main-2col .sub .smp-unit {
    display: inline-block;
    background: url(/common/images/line_bg.png) no-repeat 100% 0;
    float: right;
    width: 48%;
  }
  /* == bd-sensoji ======================================== */
  .info-sensoji {
    padding: 7px 0 25px;
  }
  .info-sensoji .ph {
    display: block;
  }
  .info-sensoji .detail {
    background: rgba(0, 0, 0, 0.7);
    width: auto;
    height: auto;
    padding: 20px;
    color: #fff;
    position: relative;
  }
  .info-sensoji .detail dt {
    margin: 0 0 15px;
    font-size: 1.2em;
  }
  .info-sensoji .detail dd {
    font-size: 0.93em;
  }
  .info-sensoji .detail dd p {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .unt-bg-green,
  .unt-bg-red,
  .unt-bg-haki {
    display: block;
    margin: 0 0 20px;
  }
  .unt-bg-green .dtl-l,
  .unt-bg-red .dtl-l,
  .unt-bg-haki .dtl-l,
  .unt-bg-green .dtl-r,
  .unt-bg-red .dtl-r,
  .unt-bg-haki .dtl-r {
    display: block;
    width: auto;
  }
  /* == main ======================================== */
  .main {
    padding: 0 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  #header,
  .gloval-navi li {
    padding-right: 0;
    padding-left: 0;
  }
}
