@charset "UTF-8";

/* ================================================================

fonts

================================================================ */
/* noto sans */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: normal;
  src:url("../fonts/NotoSansCJKjp-Regular.otf");
  src:url('../fonts/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
}
/*@font-face {
font-family: "Noto Sans Japanese";
font-style: normal;
font-weight: bold;
src:url("../fonts/NotoSansCJKjp-Bold.eot");
src:url('../fonts/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
url('../fonts/NotoSansCJKjp-Bold.ttf') format('truetype');
}*/
/* Baskerville */
/*
@font-face{
font-family:'Baskerville';
font-style: normal;
font-weight: normal;
src:url('../fonts/LibreBaskerville-Regular.eot');
src:url('../fonts/LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/LibreBaskerville-Regular.woff2') format('woff2'),
url('../fonts/LibreBaskerville-Regular.woff') format('woff'),
url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');
}
@font-face{
font-family:'Baskerville';
font-style: normal;
font-weight: bold;
src:url('../fonts/LibreBaskerville-Bold.eot');
src:url('../fonts/LibreBaskerville-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/LibreBaskerville-Bold.woff2') format('woff2'),
url('../fonts/LibreBaskerville-Bold.woff') format('woff'),
url('../fonts/LibreBaskerville-Bold.ttf') format('truetype');
}
@font-face{
font-family:'Baskerville';
font-style: italic;
font-weight: normal;
src:url('../fonts/LibreBaskerville-Italic.eot');
src:url('../fonts/LibreBaskerville-Italic.eot?#iefix') format('embedded-opentype'),
url('../fonts/LibreBaskerville-Italic.woff2') format('woff2'),
url('../fonts/LibreBaskerville-Italic.woff') format('woff'),
url('../fonts/LibreBaskerville-Italic.ttf') format('truetype');
}
*/
/* bankgthic */
@font-face{
  font-family:'BankGothic';
  src:url('../fonts/BankGothic-Bold.eot');
  src:url('../fonts/BankGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BankGothic-Bold.woff2') format('woff2'),
    url('../fonts/BankGothic-Bold.woff') format('woff'),
    url('../fonts/BankGothic-Bold.ttf') format('truetype');
}

/* ================================================================

reset

================================================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}
p,time,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: normal;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
ol,ul,dl,dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
article,nav,section,figure {
  display: block;
  margin: 0;
  padding: 0;
}
input, textarea, button, select {
  font-size: 100%;
  -webkit-box-shadow:none;
  box-shadow:none;
}
input, textarea, select {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'MS 明朝', 'MS P明朝';
}
input[type="submit"] {
-webkit-appearance:none;
border-radius:0;
  font-family: 'Ryumin ExtraBold KL', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'MS 明朝', 'MS P明朝' !important;
}
button {
  margin: 0;
  padding: 0;
  font-family: 'Ryumin ExtraBold KL', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'MS 明朝', 'MS P明朝';
}
table {
  border-spacing:0;
}
img {
  border:0;
  vertical-align:bottom;
}
iframe[name='google_conversion_frame'] {
  position:absolute;
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  overflow: hidden;
}

/* ================================================================

base

================================================================ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}
body {
  color:#333;
  background:#ffffff;
  font-family: 'Ryumin ExtraBold KL', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'MS 明朝', 'MS P明朝';
  -webkit-text-size-adjust: none;
  font-size: 1.4rem;
  line-height:1.7;
}
@media screen and (max-width: 768px) {
  html {
  }
  body {
    line-height:1.5;
    font-size: 1.3rem;
  }
}
/* ================================================================
clearfix
================================================================ */
.clearfix:after{ content : ''; display : block; clear : both; }
/* ================================================================
header
================================================================ */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
}
#header .header-nav {
  position: relative;
  margin-right: 40px;
}
#header .header-nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
#header .header-nav ul > li {
  padding: 0 15px;
  height: 64px;
}
#header .header-nav ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #363636;
  white-space: nowrap;
  height: 100%;
  font-size: 14px;
  font-family: 'BankGothic', BankGothic, sans-serif;
  line-height: 32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#header .header-nav li:hover > a {
  color: #D2AAAA;
}
.page-concept #header .header-nav li > a.header-nav-concept::after,
.page-facilities #header .header-nav li > a.header-nav-facilities::after,
.page-cuisine #header .header-nav li > a.header-nav-cuisine::after,
.page-dress_item #header .header-nav li > a.header-nav-dress_item::after,
.page-bridalfair #header .header-nav li > a.header-nav-bridalfair::after,
.page-access #header .header-nav li > a.header-nav-access::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #b18383;
}
#header .header-nav .header-logo {
  margin-right: auto;
}
#header .header-nav .header-logo img {
  width: auto;
  height: 41px;
}
#header .header-nav .header-contact .header-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px 0;
}
#header .header-nav .header-contact .header-contact-wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.2;
  color: #ad7272;
  border-left: 1px solid #b18383;
}
#header .header-nav .header-contact .header-contact-wrap > a:first-child {
  border-left: 0;
}
#header .header-nav .header-contact .header-contact-wrap > a.header-contact-reserve:hover {
  color: #D2AAAA;
}
#header .header-nav .header-contact .header-contact-wrap > a.header-contact-tel {
  cursor: default;
  font-family: 'BankGothic', BankGothic, sans-serif;
}
#header .header-nav .header-contact .header-contact-wrap > a.header-contact-tel p {
  font-size: 14px;
  vertical-align: baseline;
}
#header .header-nav .header-contact .header-contact-wrap > a.header-contact-tel span {
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
}
#header .header-nav .header-snav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#header .header-nav li:hover .header-snav {
  height: auto;
  opacity: 1;
}
#header .header-nav .header-snav .header-snav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(225,225,225,0.66);
}
#header .header-nav .header-snav a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  color: #363636;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#header .header-nav .header-snav a:hover {
  background-color: #D2AAAA;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #header {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .state-menu-open #header {
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
  }
  #header .header-nav {
    margin-right: 45px;
  }
  #header .header-nav > ul > li:not(.header-logo):not(.header-contact) {
    display: none;
  }
  #header .header-nav > ul > li {
    padding: 0;
    height: 50px;
  }
  #header .header-nav .header-logo img {
    height: 30px;
  }
  #header .header-nav .header-contact .header-contact-wrap {
    padding: 5px 0;
  }
  #header .header-nav .header-contact .header-contact-wrap > a.header-contact-reserve {
    /*padding: 0 5px 0 5px;*/
    text-align: left;
    /*border: 1px solid #c9bebe;*/
  }




  #header .header-nav .header-contact .header-contact-wrap > a.header-contact-reserve:before {
    content: '';
    display: inline-block;
    margin-right: 3px;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent;
    border-left-color: #c9bebe;
  }
  #header .header-nav .header-contact .header-contact-wrap > a.header-contact-tel {
    display: none;
  }
}



/* ================================================================
container
================================================================ */
#container {
  position: relative;
  min-width: 1240px;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  #container {
    padding: 0;
    min-width: inherit;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .state-menu-open #container {
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
  }
}
/* ================================================================
hero
================================================================ */
#hero {
  position: relative;
  z-index: 100;
  padding-top: 56.25%;
  overflow: hidden;
}
#hero:empty {
  height: 64px;
  padding-top: 0;
}
/* image */
#hero .hero-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#hero .hero-image img,
#hero .hero-image video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 1440px;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* media */
#hero .hero-media {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#hero .hero-media iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
}
#hero .hero-media-alt {
  display: none;
}
#hero p.scrollDown a {
    padding-bottom: 25px;
    position: absolute;
    bottom: 4.45%;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Playfair Display';
    font-size: 1rem;
    line-height: 1;
    font-weight: 900;
    color: #111;
    background: url(../images/common/tri.png) no-repeat center bottom;
    background-size: 36px 33px;
	width: 36px;
    margin: 0 auto;
	transition: 0.2s;
}
#hero p.scrollDown a,
#hero p.scrollDown a:hover {
  /* color: #333; */
  text-decoration: none;
}
#hero p.scrollDown a:hover {
  background-image: url(../images/common/tri_o.png);
}
.page-cuisine #md_css_set {
  margin-top:-8%;
  padding-top:8%;
}
@media screen and (max-width: 768px) {
  .page-cuisine #md_css_set {
    margin-top:-16%;
    padding-top:16%;
  }

}

@media screen and (max-width: 768px) {
  #hero {
    padding-top: 0;
    height: 378.5px;
    height: 100vh;
  }
  #hero .hero-image img,
  #hero .hero-image video {
    min-width: inherit;
    width: auto;
    height: 100%;
  }
  #hero .hero-media-alt + .hero-image {
    display: none;
  }
  #hero .hero-media {
    display: none;
  }
  #hero .hero-media-alt {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #hero .hero-media-alt img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
}
/* ================================================================
contents
================================================================ */
#contents {
  padding: 50px 0;
  background-color:#fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contents {
    padding: 30px 0;
  }
  .page-plan #contents {
    padding-top: 94px;
  }

}
/* ================================================================
footer
================================================================ */
#footer {
  padding-bottom: 20px;
  background-color: #F1EEEE;
}
#footer a {
  color: #82644B;
}
#footer .footer-top {
  background-color: #F9F8F8;
}
#footer .footer-sns {
  padding: 60px 0;
  background-color: #F9F8F8;
  text-align: center;
}
#footer .footer-sns a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 10px;
  border-radius: 50%;
  font-size: 24px;
  color: #7D7372;
  background-color: #fff;
  border: 1px solid #ddd;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#footer .footer-sns a:hover {
  color: #fff;
  background-color: #D2AAAA;
  border-color: #D2AAAA;
}
#footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
#footer .footer-info {
  width: 310px;
  margin-right: 30px;
}
#footer .footer-info .tel {
  margin: 30px 0 20px;
  text-align: center;
  font-size: 26px;
}
#footer .footer-info .tel a {
  cursor: default;
  text-decoration: none;
  color: #727171;
}
#footer .footer-info .tel span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 2px;
}
#footer .footer-info table {
 /* width: 100%;*/
}
#footer .footer-info table th,
#footer .footer-info table td {
  font-size: 12px;
  vertical-align: top;
  text-align: left;
}
#footer .footer-info table th {
  min-width: 5em;
  width: 5em;
  font-weight: normal;
}
#footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#footer .footer-nav .footer-nav-cb {
  display: none;
}
#footer .footer-nav a {
  display: block;
  color: #525252;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#footer .footer-nav a:hover {
  color: #fff;
  background-color: #D2AAAA;
}
#footer .footer-nav a .ja,
#footer .footer-nav a .en {
  display: block;
}
#footer .footer-nav a .ja {
  font-size: 13px;
  margin-left: 10px;
}
#footer .footer-nav a .en {
  margin-top: 3px;
  margin-left: 10px;
  font-size: 10px;
  font-family: 'BankGothic', BankGothic, sans-serif;
  min-height: 10px;
  line-height: 1;
  opacity: 0.6;
}
#footer .footer-nav > ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
  line-height: 1.3;
}
#footer .footer-nav > ul > li > a,
#footer .footer-nav > ul > li > label > a {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ddd;
}
#footer .footer-nav > ul > li > ul {
  margin-left: 20px;
  padding: 5px 0;
}
#footer .footer-nav > ul > li > ul > li > a {
  padding: 5px;
}
#footer .footer-link {
  padding: 60px 0;
  text-align: center;
  letter-spacing: -0.4em;
  line-height: 1;
}
#footer .footer-link li {
  display: inline-block;
  padding: 0 15px;
  letter-spacing: normal;
  border-left: 1px solid #525252;
}
#footer .footer-link li:first-child {
  border-left: 0;
}
#footer .footer-link a {
  font-size: 12px;
  color: #525252;
}
#footer .footer-bottom {
  padding: 20px;
}
#footer .footer-logo {
  padding: 20px;
  text-align: center;
}
#footer .footer-logo li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}
#footer .footer-logo .logo-camelothills {
  width: auto;
  height: 43px;
}
#footer .footer-logo .logo-hyakkarou {
  width: auto;
  height: 66px;
}
#footer .footer-copyright {
  font-size: 12px;
  text-align: center;
  color: #766c6c;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #footer {
  }
  #footer .footer-sns {
    padding: 45px 0;
  }
  #footer .footer-content {
    display: block;
    width: auto;
  }
  #footer .footer-info {
    width: 300px;
    margin: 0 auto 30px;
  }
  #footer .footer-info h3 {
    text-align: center;
  }
  #footer .footer-info .tel {
    margin: 25px 0 20px 0;
    font-size: 24px;
  }
  #footer .footer-info table {
    margin-left: 35px;
    line-height: 2;
  }
  #footer .footer-nav {
    display: block;
  }
  #footer .footer-nav a {
    display: block;
    color: #525252;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #footer .footer-nav a:hover {
    color: #fff;
    background-color: #D2AAAA;
  }
  #footer .footer-nav a .ja {
    font-size: 12px;
  }
  #footer .footer-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1px 0 0;
    border-top: 1px solid #ddd;
  }
  #footer .footer-nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }
  #footer .footer-nav > ul > li:nth-child(2n+1) {
    border-right: 1px solid #ddd;
  }
  #footer .footer-nav > ul > li.full,
  #footer .footer-nav > ul > li.toggle {
    width: 100%;
    border-right: 0;
  }
  #footer .footer-nav > ul > li.full {
    text-align: center;
  }
  #footer .footer-nav > ul > li > a,
  #footer .footer-nav > ul > li > label > a {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 100%;
    padding: 20px 20px 10px 10px;
    border-bottom: 1px solid #ddd;
  }
  #footer .footer-nav > ul > li > a:after,
  #footer .footer-nav > ul > li > label > a:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    font-size: 14px;
    color: #b1b0b0;
    pointer-events: none;
  }
  #footer .footer-nav > ul > li > label > a:after {
    content: '\f107';
  }
  #footer .footer-nav > ul > li > .footer-nav-cb:checked ~ label > a:after {
    content: '\f106';
  }
  #footer .footer-nav > ul > li > label {
    display: block;
  }
  #footer .footer-nav > ul > li > label > a {
    pointer-events: none;
  }
  #footer .footer-nav > ul > li > ul {
    margin-left: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
  }
  #footer .footer-nav > ul > li > .footer-nav-cb:checked ~ ul {
    padding: 10px 0;
    height: auto;
    border-bottom: 1px solid #ddd;
  }
  #footer .footer-nav > ul > li > ul > li > a {
    padding: 5px 15px;
  }
  #footer .footer-link {
    padding: 30px 0;
  }
  #footer .footer-link li {
    padding: 0 10px;
  }
  #footer .footer-link a {
    font-size: 11px;
  }
  #footer .footer-bottom {
    padding: 20px 0;
  }
  #footer .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px;
  }
  #footer .footer-logo li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0;
  }
  #footer .footer-logo .logo-camelothills {
    height: 25px;
  }
  #footer .footer-logo .logo-hyakkarou {
    height: 40px;
  }
  #footer .footer-logo .logo-mirabell {
    height: 25px;
  }
  #footer .footer-copyright {
    margin-top: 20px;
    font-size: 10px;
    letter-spacing: 1px;
  }
}
/* ================================================================
gnav
================================================================ */
#gnav-bg {
  display: none;
}
#gnav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
  width: 40px;
  height: 100%;
}
#gnav .gnav-bar {
  position: relative;
  z-index: 902;
  height: 100%;
  background-color: #e5dddd;
}
#gnav .gnav-top {
}
#gnav .gnav-top .gnav-btn-menu {
  position: relative;
  height: 64px;
  background-color: #c9bebe;
  color: #fff;
  font-size: 11px;
/*  font-family: 'Noto Sans Japanese', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;*/
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#gnav .gnav-top .gnav-btn-menu:hover {
  background-color: #D2AAAA;
}
#gnav .gnav-top .gnav-btn-menu::after {
  content: attr(data-menu-open);
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
.state-menu-open #gnav .gnav-top .gnav-btn-menu::after {
  content: attr(data-menu-close);
}
#gnav .gnav-top .gnav-btn-menu div {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.state-menu-open #gnav .gnav-top .gnav-btn-menu div:nth-child(1) {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.state-menu-open #gnav .gnav-top .gnav-btn-menu div:nth-child(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#gnav .gnav-top .gnav-btn-menu div::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 24px;
  height: 2px;
  margin-left: -12px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#gnav .gnav-top .gnav-btn-menu div:nth-child(1)::before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
#gnav .gnav-top .gnav-btn-menu div:nth-child(2)::before {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
#gnav .gnav-top .gnav-btn-menu div:nth-child(3)::before {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}
.state-menu-open #gnav .gnav-top .gnav-btn-menu div:nth-child(1)::before,
.state-menu-open #gnav .gnav-top .gnav-btn-menu div:nth-child(3)::before {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.state-menu-open #gnav .gnav-top .gnav-btn-menu div:nth-child(2)::before {
  width: 0;
  opacity: 0;
}
#gnav .gnav-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#gnav .gnav-bottom a.fa {
  display: block;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#gnav .gnav-bottom .gnav-sns {
  padding: 20px 0;
}
#gnav .gnav-bottom .gnav-sns a.fa {
  font-size: 18px;
  color: #797878;
}
#gnav .gnav-bottom .gnav-sns a.fa:hover {
  color: #fff;
  background-color: #D2AAAA;
}
#gnav .gnav-bottom .gnav-pagetop {
  font-size: 28px;
  color: #fff;
  background-color: #c9bebe;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#gnav .gnav-bottom .gnav-pagetop:hover {
  background-color: #D2AAAA;
}
#gnav .gnav-menu {
  position: fixed;
  left: 0;
  /*top: 0;*/
  z-index: 901;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #7D7373;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 769px) {
  #gnav .gnav-menu {
    top: 0;
  }
}

.state-menu-open #gnav .gnav-menu {
  height: 100%;
  opacity: 1;
}
#gnav .gnav-menu-wrap {
  height: 100%;
  overflow: auto;
}
#gnav .gnav-menu-wrap > div {
  padding-right: 60px;
}
#gnav .gnav-menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
#gnav .gnav-menu-top > ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
}
#gnav .gnav-menu-top a {
  display: block;
  padding: 30px 10px 15px;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.3;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#gnav .gnav-menu-top a:hover {
  background-color: #DAAAAA;
}
#gnav .gnav-menu-top a span {
  display: block;
}
#gnav .gnav-menu-top a .ja {
  font-size: 18px;
}
#gnav .gnav-menu-top a .en {
  font-size: 12px;
  font-family: 'BankGothic', BankGothic, sans-serif;
  line-height: 16px;
  min-height: 16px;
  opacity: 0.5;
}
#gnav .gnav-menu-top > ul ul {
  padding: 8px 0 8px 30px;
}
#gnav .gnav-menu-top > ul ul a {
  border-bottom: 0;
  padding: 8px 10px;
}
#gnav .gnav-menu-bottom {
  text-align: center;
}
#gnav .gnav-menu-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#gnav .gnav-menu-bottom li {
  margin: 0 15px;
}
#gnav .gnav-menu-bottom a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  color: #7D7373;
  background-color: #fff;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#gnav .gnav-menu-bottom a:hover {
  color: #fff;
  background-color: #D2AAAA;
}
#gnav .gnav-menu-footer {
  padding: 10px;
  text-align: center;
}
#gnav .gnav-menu-footer ul {
  padding: 20px;
}
#gnav .gnav-menu-footer .gnav-menu-footer-link {
  line-height: 1;
  letter-spacing: -0.4em;
}
#gnav .gnav-menu-footer .gnav-menu-footer-link li {
  display: inline-block;
  padding: 0 15px;
  letter-spacing: normal;
  border-left: 1px solid #fff;
}
#gnav .gnav-menu-footer .gnav-menu-footer-link li:first-child {
  border-left: 0;
}
#gnav .gnav-menu-footer .gnav-menu-footer-link a {
  color: #fff;
}
#gnav .gnav-menu-footer .gnav-menu-close {
  display: none;
}
@media screen and (max-width: 768px) {
  #gnav-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
  }
  .state-menu-open #gnav-bg {
    bottom: 0;
    right: 0;
  }
  #gnav {
    width: auto;
    height: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .state-menu-open #gnav {
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
  }
  #gnav .gnav-bar {
    height: auto;
  }
  #gnav .gnav-top .gnav-btn-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 10px;
  }
  #gnav .gnav-top .gnav-btn-menu:hover {
    background-color: #c9bebe;
  }
  .state-menu-open #gnav .gnav-top .gnav-btn-menu {
    background-color: #D2AAAA;
  }
  #gnav .gnav-top .gnav-btn-menu::after {
    bottom: 3px;
  }
  #gnav .gnav-top .gnav-btn-menu div {
    top: 0;
    left: 7px;
    width: 36px;
    height: 36px;
  }
  #gnav .gnav-bottom {
    display: none;
  }
  #gnav .gnav-menu {
    left: 100%;
    z-index: 901;
    width: 240px;
    height: 100%;
    background-color: #756969;
    opacity: 1;
  }
  #gnav .gnav-menu-wrap {
    height: 100%;
    padding: 0 0 40px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #gnav .gnav-menu-wrap > div {
    padding: 0;
  }
  #gnav .gnav-menu-top {
    display: block;
    padding: 0;
  }
  #gnav .gnav-menu-top > ul {
    padding: 0 10px;
    background-color: #7d7373;
  }
  #gnav .gnav-menu-top a {
    padding: 10px;
    border-bottom-color: rgba(255,255,255,0.3);
  }
  #gnav .gnav-menu-top a .ja {
    font-size: 13px;
  }
  #gnav .gnav-menu-top a .en {
    display: none;
  }
  #gnav .gnav-menu-top > ul ul {
    display: none;
  }
  #gnav .gnav-menu-top .gnav-menu-sub {
    margin-top: -1px;
    padding: 10px;
    background-color: #756969;
    border-top: 1px solid rgba(255,255,255,0.3);
  }
  #gnav .gnav-menu-top  .gnav-menu-sub a {
    padding: 10px;
    border-bottom: none;
  }
  #gnav .gnav-menu-top  .gnav-menu-sub a .ja {
    font-size: 12px;
  }
  #gnav .gnav-menu-bottom {
    border-top: 1px solid rgba(255,255,255,0.3);
  }
  #gnav .gnav-menu-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
  }
  #gnav .gnav-menu-bottom li {
    margin: 0;
  }
  #gnav .gnav-menu-bottom a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }
  #gnav .gnav-menu-footer {
    padding: 10px;
    text-align: center;
  }
  #gnav .gnav-menu-footer ul {
    padding: 25px 20px;
  }
  #gnav .gnav-menu-footer .gnav-menu-footer-link {
    display: none;
  }
  #gnav .gnav-menu-footer .gnav-menu-close {
    display: inline-block;
  }
}
/* ================================================================

parts

================================================================ */
/* a
------------------------------------------*/
a {
  color:#9B8773;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* br
------------------------------------------*/
.spbr {
  display:none;
}
@media screen and (max-width: 768px) {
  .pcbr {
    display:none;
  }
  .spbr {
    display:inline;
  }
}

/* button
------------------------------------------*/
/* default */
.button {
  cursor:pointer;
  display:inline-block;
  position:relative;
  height: 44px;
  line-height:43px;
  padding:0 44px;
  text-align:center;
  text-decoration:none !important;
  font-size:16px;
  color:#fff;
  background-color: #cda0a0;
  border:1px solid #cda0a0;
  -webkit-transition-duration:.2s;
  transition-duration:.2s;
}
.button:hover {
  background-color: #e7b1b1;
  border-color: #e7b1b1;
}
/* size */
.button-large {
  min-width: 480px;
  line-height: 36px;
  font-size: 24px;
}
/* center */
.button.button-center {
  display: block;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.button.button-center.button-large {
  width: 480px;
}
/* more */
.button.font-jp{
  font-family: 'Ryumin ExtraBold KL', 'BankGothic', BankGothic, serif !important;
}
.button.button-more {
  padding:12px;
  min-width: 180px;
  line-height:20px;
  font-size:14px;
  font-family: 'BankGothic', BankGothic, 'Ryumin ExtraBold KL', serif;
  color: #333;
  background-color: #fff;
  border:1px solid #ddd;
}
.button.button-more:hover {
  color: #fff;
  background-color: #cda0a0;
  border:1px solid #cda0a0;
}
.button.button-more-border {
  padding:12px;
  min-width: 80px;
  line-height:20px;
  font-size:14px;
  color: #333;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #727171;
  font-family: 'BankGothic', BankGothic, serif;
}
.button.button-more-border:hover {
  color: #cda0a0;
  border-bottom-color: #cda0a0;
}
/* confirm */
.button.button-confirm {
  color: #fff;
  background-color: #000;
  border:1px solid #000;
}
.button.button-confirm:hover {
  color: #fff;
  background-color: #606060;
  border:1px solid #606060;
}
/* form */
.button.button-form {
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  font-size:12px;
  color: #333;
  background-color: #fff;
  border:1px solid #ddd;
}
.button.button-form:hover {
  color: #fff;
  background-color: #cda0a0;
  border:1px solid #cda0a0;
}
.button.button-form-add {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  /* default */
  .button {
    cursor:pointer;
    display:inline-block;
    position:relative;
    padding:0 24px;
    text-align:center;
    text-decoration:none !important;
    line-height:24px;
    font-size:16px;
    color:#fff;
    background-color: #cda0a0;
    border:1px solid #cda0a0;
  }
  .button:hover {
    background-color: #e7b1b1;
    border-color: #e7b1b1;
  }
  /* size */
  .button-large {
    min-width: inherit;
    line-height: 28px;
    font-size: 20px;
  }
  /* center */
  .button.button-center {
    width: 60%;
  }
  .button.button-center.button-large {
    width: 100%;
  }
  /* more */
  .button.button-more {
    padding:8px;
    min-width: 127px;
    line-height:14px;
    font-size:11px;
    height: 32px;
    width: 127px;
  }
  #fair-search .button.button-more {
    padding: 8px;
    min-width: 200px;
    line-height: 35px;
    font-size: 1.6rem;
    height: 50px;
    width: 70%;
    max-width: 300px;
    font-weight: bold;
  }
  .form-thanks .button {
    padding: 8px;
    min-width: 200px;
    line-height: 17px;
    font-size: 12px;
    height: 32px;
    width: 127px;
  }
}

/* image
------------------------------------------*/
/* full width */
.img-width-full {
  width: 100%;
  height: auto;
}
/* align */
.img-al-left {
  display: block;
  margin-right: auto;
}
.img-al-right {
  display: block;
  margin-left: auto;
}
.img-al-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* cover image (wrapped div)*/
.img-cover {
  position: relative;
  overflow: hidden;
}
.img-cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
}

/* slider
------------------------------------------*/
.slider .slick-slide{
  outline: none !important;
}
.slider .slick-slide p.txt-lh-large {
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
}
.slider .slick-arrow{
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition:.2s;
  transition: .2s;
  z-index: 10;
}
.slider .slick-arrow:hover{
  color: #D2AAAA;
}
.slider .slick-arrow:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -12px;
  border-style: solid;
  border-width: 8px 24px;
  border-color: transparent;

/*  border-left-color: #cda0a0;
  border-right-color: #cda0a0; */

  border-left-color: #333;
  border-right-color: #333;
}
.slider .slick-arrow:hover:before {

  /*border-left-color: #e7b1b1;
  border-right-color: #e7b1b1;*/

  border-left-color: #fff;
  border-right-color: #fff;
}
.slider .slick-prev{
  left: -60px;
}
.slider .slick-prev:before{
  border-left: 0;
}
.slider .slick-next{
  right: -60px;
}
.slider .slick-next:before{
  border-right: 0;
}
.slider .slick-dots {
  bottom: -45px;
}
.slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 15px;
}
.slider .slick-dots li button {
  background-color: #ddd;
  width: 10px;
  height: 10px;
  padding: 0;
}
.slider .slick-dots li button:before {
  display: none;
}
.slider .slick-dots .slick-active button{
  background-color: #cda0a0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition:.2s;
  transition: .2s;
}

/* 11/12 PT加藤 */
button.slick-next.slick-arrow {
    background: #fff;
    border: 1px solid #ddd;
}
button.slick-next.slick-arrow:hover {
  color: #fff;
  background-color: #cda0a0;
  border:1px solid #cda0a0;
}
button.slick-prev.slick-arrow {
    background: #fff;
    border: 1px solid #ddd;
}
button.slick-prev.slick-arrow:hover {
  color: #fff;
  background-color: #cda0a0;
  border:1px solid #cda0a0;
}
/* end */

@media screen and (max-width: 400px) {
  .slider .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 10px;
  }
  .slider .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}

/* modal
------------------------------------------*/
.modal-hidden {
  display: none;
}
.modal {
	display: block;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.modal figure {
	width: 100%;
}
.modal figure img {
  width: 60%;
  margin: 0 20%;
  max-width: 100%;
  height: auto;
}
.page-report .modal figure {
  text-align: center;
  width: 100%;
}
.page-report .modal figure img {
  height: auto;
  max-height: 640px;
/*  margin: 0 20%;*/
  margin: 0 0%;
  width: auto;
  max-width: 100%;
}
.modal .modal-content {
	width: 100%;
	padding-left: 0;
}
.modal .modal-content h3 {
  margin-bottom: 15px;
  line-height: 1.7;
}
.modal .modal-content h3.report-title {
  font-size: 24px;
}
.modal .modal-content h3.dress-title {
  font-size: 18px;
}
.modal .modal-content p {
  line-height: 2;
}
.modal .modal-content .dummySize{
  display: block;
  height: 1px;
  width: 1200px;
}
.modal .modal-content p.report-venue,
.modal .modal-content p.report-date {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .modal {
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal figure {
    width: 100%;
  }
  .modal figure img {
    width: 100%;
    margin: 0;
    max-width: 100%;
    height: auto;
  }
  .modal .modal-content {
    width: 100%;
    padding-left: 0;
  }
  .modal .modal-content .dummySize{
    display: none;
  }
}

/* form
------------------------------------------*/
.form-message {
  width: 920px;
  margin: 40px auto;
  padding: 30px 20px;
  border: 6px solid #E6DCDC;
  text-align: center;
}
.form-message .message {
  font-size: 1.6rem;
  line-height: 1.8;
}
.form-message .tel {
  color: #6E4B73;
  margin: 30px 0;
}
.form-message .tel .num {
  display: inline-block;
  margin-left: 15px;
  font-size: 2.6rem;
  color: #6E4B73;
}
.form-message .meta {
  font-size: 1.2rem;
}
.form-flow {
  width: 316px;
  height: 50px;
  margin: 0 auto;
}
.form-flow li {
  background-color: #fff;
  width: 100px;
  position: relative;
  display: table;
  float: left;
  height: 50px;
  text-align: center;
  color: #b4b4b4;
  line-height: 50px;
  font-size:1.8rem;
}
.form-flow.input li:first-child {
  background-color: #d2aaaa;
  color: #fff;
  margin-right: 16px;
}
.form-flow.input li:first-child:after {
  position: absolute;
  top: 0;
  right: -16px;
  z-index: 2;
  display: block;
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent transparent #d2aaaa;
  border-width: 25px 0 25px 16px;
}
.form-flow.confirm li:nth-child(2) {
  background-color: #d2aaaa;
  color: #fff;
  margin-right: 16px;
}
.form-flow.confirm li:nth-child(2):after {
  position: absolute;
  top: 0;
  right: -16px;
  z-index: 2;
  display: block;
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent transparent #d2aaaa;
  border-width: 25px 0 25px 16px;
}
.form-flow.thanks li:last-child {
  background-color: #d2aaaa;
  color: #fff;
  margin-right: 0;
  width: 116px;
}
@media screen and (max-width: 500px) {
.form-flow {
  width: 256px;
}
.form-flow li {
  width: 80px;
  font-size:1.6rem;
}
.form-flow.thanks li:last-child {
  width: 96px;
}
}
.form {
  width: 1200px;
  margin: 40px auto;
}
.form-table {
  width: 100%;
}
.form-table th {
  width: 520px;
  padding: 0.5em 10px;
  vertical-align: top;
  text-align: right;
  font-size: 1.8rem;
  font-weight: normal;
}
.form-table.form-table-concert th {
  width: 440px;
}
.form-table th .req {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.2rem;
  color: #af6e82;
}
.form-table th .note {
  display: block;
  font-size: 1.0rem;
}
.form-table th .nl {
  display: block;
}
.mw_wp_form_confirm .form-table th .req,
.mw_wp_form_confirm .form-table th .note {
  display: none;
}
.form-table td {
  width: 680px;
  padding: 0.5em 10px 58px;
  vertical-align: top;
  font-size: 1.8rem;
}
.form-table.form-table-concert td {
  width: 760px;
}
.form-item {
  position: relative;
}
.page-fairform .form-table .form-item {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .page-fairform .form-table .form-item {
    height: auto;
  }
}
.page-fairform .form-table tr:last-child .form-item {
  height: auto;
}
.form-item + .form-item {
  margin-top: 50px;
}
.mw_wp_form_confirm .form-item {
}
.form-item .form-label {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 5px;
  color: #AF6E82;
}
.form-item select,
.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 320px;
  height: 40px;
  line-height: 42px;
  padding: 0 20px;
  border: 0;
  border-bottom: 1px solid transparent;
  background-color: #f5f5f5;
  border-radius: 0;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'MS 明朝', 'MS P明朝' !important;
}
.form-item select::-ms-expand {
    display: none;
}
.form-item .form-select {
  position: relative;
  width: 320px;
}
.form-item .form-select::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  border-top: 8px solid #333;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}
.mw_wp_form_confirm .form-item .form-select::after {
  display: none;
}
.form-item .form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Ryumin Medium KL',serif !important;
}
.form-item textarea {
  width: 320px;
  padding: 20px;
  border: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  resize: vertical;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'MS 明朝', 'MS P明朝' !important;
}
.form-item .form-w-1-2,
.form-item .form-w-date,
.form-item .form-w-age {
  display: inline-block;
  width: 175px !important;
}
.form-item .form-w-date {
  margin-right: 20px;
}
.form-item .form-w-age {
  margin-left: 10px;
}
.mw_wp_form_confirm .form-item .form-w-date {
  width: auto !important;
  margin-right: 10px;
}
.form-item input[type="text"].error,
.form-item input[type="email"].error,
.form-item input[type="password"].error,
.form-item select.error,
.form-item textarea.error {
  color: #b43c3c;
  border-bottom-color: #b43c3c;
  font-size: 100%;
  display: inline-block;
}
.form-item label.error {
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 20px;
  color: #b43c3c;
  font-size: 1.2rem;
}
.form-item :placeholder-shown { color: #999; opacity: 1;}
.form-item ::-webkit-input-placeholder { color: #999; opacity: 1;}
.form-item :-moz-placeholder { color: #999; opacity: 1;}
.form-item ::-moz-placeholder { color: #999; opacity: 1;}
.form-item :-ms-input-placeholder { color: #999; opacity: 1;}
.form-item select.novalue { color: #999; opacity: 1;}
.form-item .mwform-radio-field {
  display: inline-block;
  padding-left: 20px;
}
.form-item .mwform-radio-field label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.form-item .mwform-radio-field input {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.5em;
}
.form-item .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  min-width: 100px;
  height: 40px;
  line-height: 40px;
  position: relative;
  vertical-align: middle;
  padding-left: 30px;
  cursor: pointer;
}
.form-item .mwform-radio-field .mwform-radio-field-text:before,
.form-item .mwform-radio-field .mwform-radio-field-text:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .mwform-radio-field .mwform-radio-field-text:before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.form-item .mwform-radio-field .mwform-radio-field-text:after {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 6px;
  background-color: #CDA0A0;
  display: none;
}
.form-item .mwform-radio-field input:checked ~ .mwform-radio-field-text:after {
  display: block;
}
.form-privacy {
  width: 480px;
  margin: 0 auto 58px;
}
.mw_wp_form_confirm .form-privacy {
  display: none;
}
.form-privacy dt {
  text-align: center;
  margin-bottom: 20px;
}
.form-privacy dd {
  font-size: 1.2rem;
  color: #787878;
}
.form-buttons {
  text-align: center;
}
.form-buttons input {
  min-width: 200px !important;
  margin: 0 30px;
}
.form-contact {
  text-align: center;
}
.form-contact h3 {
  font-size: 1.6rem;
}
.form-contact .tel {
  color: #6E4B73;
  margin: 30px 0;
}
.form-contact .tel .num {
  display: inline-block;
  margin: 0 15px;
  font-size: 2.6rem;
  color: #6E4B73;
}
.form-contact .meta {
  font-size: 1.2rem;
}
.form-thanks {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3;
}
.form-thanks span {
  color: #AF6E82;
}
.form-zip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  font-size: 1.2rem;
}
.mw_wp_form_confirm .form-zip {
  display: none;
}
.form-zip .button.button-more {
  margin-right: 15px;
  min-width: inherit;
  padding: 0 24px;
  line-height: 40px;
  height: 40px;
}
.form-zip .postlink {
  color:#333;
}
.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-flex > div + div {
  margin-left: 20px;
}
.form-part .form-item + .form-item {
  margin-top: 20px;
}
.form-part .form-item.hidden {
  display: none;
}
.mw_wp_form_confirm .button-form {
  display: none;
}

/* dateicon
------------------------------------------*/
.dateicon {
}
/* icon
.dateicon.icon {
  position: relative;
  top: -0.1rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  padding: 3px;
  line-height: 1;
  color: #fff;
  background-color: #2E2E2E;
  border-radius: 3px;
}
*/

/* inline */
/*
.dateicon.inline:before {
  content: '(';
  color: #333 !important;
}
.dateicon.inline:after {
  content: ')';
  color: #333 !important;
}
*/
.dateicon.inline.sat {
  color: #559BC8;
}
.dateicon.inline.sun {
  color: #C36478;
}


/* ================================================================

layout

================================================================ */
/* section
------------------------------------------*/
.section {
  padding: 0 0 40px 0;
  position: relative;
}
/* width */
.section.section-large {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.section.section-medium {
  width: 794px;
  margin-left: auto;
  margin-right: auto;
}
/* tabs */
.section.section-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 50px;
}
.section.section-tabs .section-tabs-tab {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin: 0 30px;
  color: #333;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
}
.section.section-tabs .section-tabs-tab .en,
.section.section-tabs .section-tabs-tab .ja {
  -webkit-transition:0.2s;
  transition: 0.2s;
}
.section.section-tabs .section-tabs-tab:hover .en,
.section.section-tabs .section-tabs-tab:hover .ja,
.section.section-tabs .section-tabs-tab:hover i {
  color: #D2AAAA;
}
.section.section-tabs .section-tabs-tab .en {
  font-size: 20px;
  font-weight: normal;
}
.section.section-tabs .section-tabs-tab .ja {
  font-size: 16px;
  margin: 15px 0 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #9B8773;
}
.section.section-tabs .section-tabs-tab:hover .ja {
  border-bottom-color: #D2AAAA;
}
.section.section-tabs .section-tabs-tab i {
  color: #9B8773;
  -webkit-transition:0.2s;
  transition: 0.2s;
}
.section.sction-glastonia {
  height: 730px;
  padding: 50px 0 100px;
}
#md_css_set .section.sction-glastonia .ttl1 {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .section.sction-glastonia {
    height: auto;
    padding: 20px 20px 50px;
  }
}


/* facility */
.section.section-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 726px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background: url(../images/common/bg_facility.png) no-repeat center bottom;
  background-size: cover;
}
.section.section-facility > div {
  margin-top: -250px;
}
.section.section-facility > div .morebtn a {
  color: #333;
}
/* board */
.section.section-board {
  position: relative;
}
.section.section-board::before,
.section.section-board::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 400px;
  z-index: 0;
  background-color: rgba(230,225,215,0.4);
}
.section.section-board::before {
  left: 0;
  top: 110px;
}
.section.section-board::after {
  right: 0;
  bottom: 110px;
}
.section.section-board > div {
  position: relative;
  z-index: 1;
  width: 600px;
  margin: 25px auto;
  padding: 50px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 25px rgba(230,225,215,0.4);
  box-shadow: 0 0 0 25px rgba(230,225,215,0.4);
}
/* bottom navigation */
.section.section-bnav .section-bnav-title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  overflow: hidden;
}
.section.section-bnav .section-bnav-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 580px;
  height: 2px;
  margin-left: -290px;
  background-color: #D2AAAA;
}
.section.section-bnav .section-bnav-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section.section-bnav .section-bnav-navs a {
  display: block;
  margin: 0 20px;
  padding: 32px;
  text-decoration: none;
  text-align: center;
  color: #494949;
  border: 1px solid #ddd;
  -webkit-transition:0.2s;
  transition: 0.2s;
}
.section.section-bnav .section-bnav-navs a:hover {
  border-color: #E6DCDC;
  -webkit-box-shadow: 0 0 0 12px #E6DCDC inset;
  box-shadow: 0 0 0 12px #E6DCDC inset;
}
.section.section-bnav .section-bnav-navs a .en {
  font-size: 16px;
  font-weight: normal;
}
.section.section-bnav .section-bnav-navs a .ja {
  font-size: 12px;
  color: #645569;
}
.section.section-bnav .section-bnav-navs a .img {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
}
.section.section-bnav .section-bnav-navs a .img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #D2AAAA;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section.section-bnav .section-bnav-navs a:hover .img:after {
  opacity: 0.5;
}
.section.section-bnav .section-bnav-navs a .img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.section.section-bnav .section-bnav-navs a:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
@media screen and (max-width: 768px) {
  .section {
    padding: 0 0 30px 0;
  }
  /* width */
  .section.section-large,
  .section.section-medium {
    width: auto;
  }
  /* bottom navigation */
  .section.section-bnav {
    margin-left: 40px;
    margin-right: 40px;
  }
  .section.section-bnav .section-bnav-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .section.section-bnav .section-bnav-navs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.section-bnav .section-bnav-navs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    padding: 12px;
  }
  .section.section-bnav .section-bnav-navs a:hover {
    -webkit-box-shadow: 0 0 0 4px #E6DCDC inset;
    box-shadow: 0 0 0 4px #E6DCDC inset;
  }
  .section.section-bnav .section-bnav-navs a .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .section.section-bnav .section-bnav-navs a .en {
    font-size: 13px;
  }
  .section.section-bnav .section-bnav-navs a .ja {
    font-size: 10px;
  }
  .section.section-bnav .section-bnav-navs a .img {
    margin: 0 12px 0 0;
    width: 50%;
    padding-top: 21.22%;
  }
  .section.section-bnav .section-bnav-navs a .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .section.section-facility {
    background: url(../images/common/bg_facility.png) no-repeat center 85px;
    background-size: 100% auto;
    height: 340px;
  }
  .section.section-facility > div {
    margin-top: 0;
  }
  #md_css_set .section.section-facility > div .morebtn {
    margin-top: 235px !important;
    background-color: #fff;
    cursor: pointer;
  }
}
@media screen and (max-width: 400px) {
  .section.section-facility {
    background: url(../images/common/bg_facility.png) no-repeat center 90px;
    background-size: 100% auto;
    height: 340px;
  }
  #md_css_set .section.section-facility > div .morebtn {
    margin-top: 220px !important;
  }
}
@media screen and (max-width: 320px) {
  .section.section-facility {
    background: url(../images/common/bg_facility.png) no-repeat center 105px;
    background-size: 100% auto;
    height: 340px;
  }
  #md_css_set .section.section-facility > div .morebtn {
    margin-top: 180px !important;
  }
}

/* ================================================================

title

================================================================ */
/* title
------------------------------------------*/
.title {
  margin-bottom: 50px;
  line-height: 1.3;
}

/* title default
------------------------------------------*/
.title-default {
  text-align: center;
  margin-bottom: 0;
}
.title-default .ttl {
  font-size: 44px;
}
.title-default p {
  margin-top: 5px;
  font-size: 16px;
}
.title-border-b {
  margin: 60px auto 40px;
  text-align: center;
}
.title-border-b .primary {
  font-size: 3.2rem;
  font-family: "Times New Roman", 'Ryumin ExtraBold KL', serif;
}
.title-border-b .secondary {
  font-size: 1.6rem;
  font-family: "IM FELL English SC";
  margin-top: 0.5em;
}
.title-border-b:after {
  content: '';
  width: 300px;
  height: 3px;
  margin: 30px auto 0;
  background-color: #e6dcdc;
}
@media screen and (max-width: 768px) {
  .title-default .ttl {
    font-size: 30px;
  }
  .title-default p {
    font-size: 11px;
  }
}


/* ================================================================

text

================================================================ */
/* text align */
.txt-al-center {
  text-align: center;
}
.txt-al-left {
  text-align: left;
}
.txt-al-right {
  text-align: right;
}
/* line height */
.txt-lh-medium {
  line-height: 2.0;
}
.txt-lh-large {
  line-height: 2.8;
}
/* border */
.txt-border-vertical {
  display: inline-block;
  padding: 0.75em 45px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
@media screen and (max-width: 768px) {
  /* line height */
  .txt-lh-medium {
    line-height: 1.8;
  }
  .txt-lh-large {
    line-height: 2.4;
  }
  .sp-al-left {
    text-align: left !important;
  }
}

/* ================================================================

modules

================================================================ */
/* width
------------------------------------------*/
.md-width-large,
.md-width-medium,
.md-width-small {
  margin-left: auto;
  margin-right: auto;
}
.md-width-large {
  width: 1220px;
}
.md-width-medium {
  width: 920px;
}
.md-width-small {
  width: 794px;
}
/* margin
------------------------------------------*/
.md-margin-top-mini {
  margin-top: 5px;
}
.md-margin-bottom-none {
  margin-bottom: 0 !important;
}
.md-margin-bottom-medium {
  margin-bottom: 25px;
}
.md-margin-bottom-large {
  margin-bottom: 50px;
}
.md-margin-bottom-xlarge {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .md-margin-bottom-medium {
    margin-bottom: 10px;
  }
  .md-margin-bottom-large {
    margin-bottom: 25px;
  }
  .md-margin-bottom-xlarge {
    margin-bottom: 40px;
  }
  /* only sp */
  .md-margin-bottom-sp-none {
    margin-bottom: 0 !important;
  }
  .md-margin-bottom-sp-small {
    margin-bottom: 10px;
  }
  .md-margin-bottom-sp-medium {
    margin-bottom: 25px;
  }
  .md-margin-bottom-sp-large {
    margin-bottom: 40px;
  }
}
/* padding
------------------------------------------*/
.md-padding-top-none {
  padding-top: 0 !important;
}
.md-padding-top-mini {
  padding-top: 5px;
}
.md-padding-horisontal-large {
  padding-left: 50px;
  padding-right: 50px;
}
/* separator
------------------------------------------*/
.md-divider {
  height: 142px;
  background: url(../images/common/bg_divider.png) center no-repeat;
}
/* hidden
------------------------------------------*/
@media screen and (min-width: 769px) {
  .md-hidden-pc { display: none !important;}
}
@media screen and (max-width: 768px) {
  .md-hidden-sp { display: none !important;}
}

/* ================================================================

template style

================================================================ */
/* photoline
------------------------------------------*/
.tpl-photoline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tpl-photoline .photo {
  width: 43.8%;
}
.tpl-photoline .photo img {
  max-width: 100%;
  height: auto;
}
.tpl-photoline .line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 40px;
}
.tpl-photoline table td {
  vertical-align: top;
  padding: 0.75em 0;
  line-height: 1.5;
}
.tpl-photoline table .sep {
  text-align: center;
  width: 2em;
}
/* photo-top, photo-bottom */
.tpl-photoline.photo-top,
.tpl-photoline.photo-bottom {
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  text-align: center;
}
.tpl-photoline.photo-top .photo,
.tpl-photoline.photo-bottom .photo {
  width: 100%;
  /*padding: 0 50px;*/
}
.tpl-photoline.photo-top .line,
.tpl-photoline.photo-bottom .line {
  width: 100%;
}
.tpl-photoline.photo-top .line h3 {
  display: inline-block;
  border-bottom: solid 2px #B4B4B4;
  font-size: 2.2rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  min-width: 560px;
}


/* photo-top */
.tpl-photoline.photo-top .photo {
  margin-bottom: 25px;
}
/* photo-bottom */
.tpl-photoline.photo-bottom .photo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 25px;
}
/* photo-left, photo-right */
.tpl-photoline.photo-left .line p,
.tpl-photoline.photo-right .line p {
  max-width: 545px;
}
/* photo-left */
.tpl-photoline.photo-left .photo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
  width: 446px;
}
.tpl-photoline.photo-left .line {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
.tpl-photoline.photo-left .line .title-line {
/*  margin-left: -40px;
  padding-left: 40px;*/
}
.tpl-photoline.photo-left .line .title-line::after {
  left: 0;
  margin: 0;
}
.tpl-photoline.photo-left .line p {
  margin-right: auto;
}
/* photo-right */
.tpl-photoline.photo-right .photo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
  width: 446px;
}
.tpl-photoline.photo-right .line {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: right;
}
.tpl-photoline .title {
  border-bottom: solid 2px #B4B4B4;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto 30px auto;
  padding-bottom: 15px;
  width: 560px;
}
.tpl-photoline.photo-right .line p {
  margin-left: auto;
  max-width: 100%;
}
/* photos
------------------------------------------*/
.tpl-photos {
  position: relative;
  padding-top: 35%;
  margin: 5px 0;
}
.tpl-photos .tpl-photos-wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.tpl-photos .tpl-photos-wrap > div {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.tpl-photos .tpl-photos-wrap > div:nth-child(2) {
  margin: 0 5px;
}
.tpl-photos .tpl-photos-wrap > div img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tpl-photos.photo-wll .tpl-photos-wrap > div:nth-child(2),
.tpl-photos.photo-wll .tpl-photos-wrap > div:nth-child(3),
.tpl-photos.photo-lwl .tpl-photos-wrap > div:nth-child(1),
.tpl-photos.photo-lwl .tpl-photos-wrap > div:nth-child(3),
.tpl-photos.photo-llw .tpl-photos-wrap > div:nth-child(1),
.tpl-photos.photo-llw .tpl-photos-wrap > div:nth-child(2) {
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  width: 26.25%;
}

/* flex
------------------------------------------*/
/* row */
.tpl-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.tpl-flex-row.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tpl-flex-row.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tpl-flex-row.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* col */
.tpl-flex-col {
  padding: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-flex-col.larger {
  min-width: 58.44%;
}
.tpl-flex-col.end {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
/* img */
.tpl-flex-col img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  /* row */
  .tpl-flex-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* col */
  .tpl-flex-col.larger {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .tpl-flex-col.end {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* img */
  .tpl-flex-col img {
    max-width: 100%;
    height: auto;
  }
}

/* ================================================================

page style

================================================================ */
/* top
------------------------------------------*/
.disnon {
  display:none;
}
@media screen and (max-width: 768px) {
  .top-modal {
    display:none !important;
  }
  .onarea {
    display:none !important;
  }
}
.top-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 899;
  background-color: rgba(255,255,255,1);
  height: 464px;;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity:0;
}
.top-modal > p {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 70px;
}
.top-modal > p img {
  width: 250px;
}
.top-modal .header-nav {
  position: relative;
  margin-top:400px;
}
.top-modal .header-nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.top-modal .header-nav ul > li {
  padding: 0 15px;
  height: 64px;
}
.top-modal .header-nav ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #363636;
  white-space: nowrap;
  height: 100%;
  font-size: 14px;
  font-family: 'BankGothic', BankGothic, sans-serif;
  line-height: 32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top-modal .header-nav li:hover > a {
  color: #D2AAAA;
}
.top-modal .header-nav .header-logo {
  margin-right: auto;
}
.top-modal .header-nav .header-logo img {
  width: auto;
  height: 41px;
}
.top-modal .header-nav .header-contact .header-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px 0;
}
.top-modal .header-nav .header-contact .header-contact-wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
  color: #ad7272;
  border-left: 1px solid #b18383;
}
.top-modal .header-nav .header-contact .header-contact-wrap > a:first-child {
  border-left: 0;
}
.top-modal .header-nav .header-contact .header-contact-wrap > a.header-contact-reserve:hover {
  color: #D2AAAA;
}
.top-modal .header-nav .header-contact .header-contact-wrap > a.header-contact-tel {
  cursor: default;
  font-family: 'BankGothic', BankGothic, sans-serif;
}
.top-modal .header-nav .header-contact .header-contact-wrap > a.header-contact-tel p {
  font-size: 14px;
  vertical-align: baseline;
}
.top-modal .header-nav .header-contact .header-contact-wrap > a.header-contact-tel span {
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
}
.top-modal .header-nav .header-snav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.top-modal .header-nav li:hover .header-snav {
  height: auto;
  opacity: 1;
}
.top-modal .header-nav .header-snav .header-snav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(225,225,225,0.66);
}
.top-modal .header-nav .header-snav a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  color: #363636;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top-modal .header-nav .header-snav a:hover {
  background-color: #D2AAAA;
  color: #fff;
}


/* facility */
.pg-top-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
}
.pg-top-facility div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* fair */
.pg-top-fair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 60px;
}
.section.section-bfair {
  padding: 100px 0;
}
.section.section-bfair .title {
  margin-bottom: 50px;
}

/* calendar */
.pg-top-fair .pg-top-fair-calendar {
  width: 400px;
  padding: 25px;
  background-color: #F8F5F5;
  position: relative;
}
.pg-top-fair .pg-top-fair-calendar .pg-top-fair-calendar-disp {
  width: 100%;
  overflow: hidden;
}
.pg-top-fair .pg-top-fair-calendar .pg-top-fair-calendar-disp .pg-top-fair-calendar-mv {
  position: relative;
	top: 0;
	left: 0;
  width: 300%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pg-top-fair .pg-top-fair-calendar .pg-top-fair-calendar-disp .pg-top-fair-calendar-mv .calTab {
  width: 100%;
}
.pg-top-fair .pg-top-fair-calendar .slidNavi {
	margin: auto;
	position: absolute;
	font-size: 2rem;
	font-weight: bold;
	line-height: 4.5rem;
  height: 4rem;
	cursor: pointer;
}
.pg-top-fair .pg-top-fair-calendar .back {
  top: 51px;
  left: 7%;
  cursor: pointer;
  z-index: 100;
}
.pg-top-fair .pg-top-fair-calendar .next {
  top: 51px;
  right: 7%;
  cursor: pointer;
  z-index: 100;
}
.pg-top-fair .pg-top-fair-calendar ul.btmNavi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.pg-top-fair .pg-top-fair-calendar ul.btmNavi li {
  display: block;
  margin: 10px 15px 0;
  cursor: pointer;
  color: #ddd;
  font-size: 140%;
}
.fair-cal-top.fc .fc-toolbar.fc-header-toolbar {
  display: none;
}
.fair-cal-top.fc .fc-event {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.fair-cal-top.fc th,
.fair-cal-top.fc td {
  border: 0;
}
.fair-cal-top.fc .fc-head .fc-widget-header {
  margin-bottom: 20px;
}
.fair-cal-top.fc .fc-head .fc-sat,
.fair-cal-top.fc .fc-sat .fc-day-number {
  color: #559BC8;
}
.fair-cal-top.fc .fc-head .fc-sun,
.fair-cal-top.fc .fc-sun .fc-day-number {
  color: #ff93ae;
}
.fair-cal-top.fc .fc-head .fc-day-header {
  padding: 2px 0;
  font-size: 12px;
  font-weight: normal;
}
.fair-cal-top.fc .fc-head .fc-day-header span {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, sans-serif;
}
.fair-cal-top.fc .fc-body .fc-row {
  min-height: 36px;
}
.fair-cal-top.fc .fc-content-skeleton {
  padding-bottom: 0;
}
.fair-cal-top.fc .fc-content-skeleton td {
  padding: 0 14px;
}
.fair-cal-top.fc .fc-day-number {
  display: block;
  padding: 0;
  text-align: center;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  float: none;
  cursor: pointer;
}
.fair-cal-top.fc .fc-day-number:hover {
  opacity: 0.7;
}
.fair-cal-top.fc .fc-today .fc-day-number {
  color: #fff;
}
.fair-cal-top.fc .fc-bg .fc-today {
  background-color: transparent;
}

.fair-cal-top.fc .fc-bg .fc-today:after {
  content: '';
  position: relative;
  z-index: -1;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #D2AAAA;
  border-radius: 50%;
  margin: 0 auto;
}

.fair-cal-top.fc .fc-bg .fc-other-month.fc-today:after {
  visibility: hidden;
}

.fair-cal-top.fc .fc-day-top.fc-other-month {
  visibility: hidden;
}
.fair-cal-top.fc .fc-scroller {
  overflow: visible !important;
  height: auto !important;
}
.fair-cal-top-header {
  margin-bottom: 20px;
  line-height: 1.2;
}
.fair-cal-top-header .fair-cal-title {
  text-align: center;
}
.fair-cal-top-header .fair-cal-title .num {
  font-size: 70px;
  font-weight: normal;
  font-style: italic;
  position:relative;
  z-index:10;
}
.fair-cal-top-header .fair-cal-title .num:after {
  content:"";
  background: url(../images/top/calenderdeco_2.png) center 0 no-repeat;
  background-size: auto 100%;
  position:absolute;
  display: block;
  width: 100%;
  height: 100px;
  left:0;
  right:0;
  top:50%;
  margin: -45px auto 0;
  z-index:-1;
}
.fair-cal-top-header .fair-cal-title .en {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .section.section-bfair {
    padding: 45px 20px 30px;
  }
  .section.section-bfair .title {
    margin-bottom: 30px;
  }
  .pg-top-fair {
    width:100%;
    display:block;
  }
  .pg-top-fair .pg-top-fair-calendar {
    width: 100%;
  }
  .pg-top-fair .pg-top-fair-pickup {
    width:100%;
    display:block;
  }
  .fair-cal-top.fc .fc-content-skeleton td {
    padding: 0 9px;
  }
  .pg-top-fair .pg-top-fair-calendar ul.btmNavi li {
    margin: 10px 10px 0;
    font-size: 100%;
  }
}

/* pickup */
.pg-top-fair .pg-top-fair-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 560px;
  border-top: 2px solid #EBE6E6;
  border-bottom: 2px solid #EBE6E6;
}
.pg-top-fair .pg-top-fair-pickup-wrap {
  position: relative;
  padding: 40px 0;
}
.pg-top-fair .pg-top-fair-pickup-wrap .pg-top-fair-pickup-ttl {
  margin-bottom: 40px;
}
.pg-top-fair .pg-top-fair-pickup-wrap .pg-top-fair-pickup-ttl h3 {
  font-size: 2.2rem;
  text-align: center;
}
.pg-top-fair .pg-top-fair-pickup-wrap .pg-top-fair-pickup-ttl p {
  text-align: center;
}
.pg-top-fair .pg-top-fair-pickup-wrap .slick-arrow {
  position: absolute;
  top: 25%;
  z-index: 1;
}
.pg-top-fair .pg-top-fair-pickup-wrap .slick-arrow:before,
.pg-top-plan.slider .slick-arrow:before {
  margin-top: -2px;
  margin-left: -6px;
  border-width: 4px 12px;
}
.pg-top-fair .pg-top-fair-pickup-wrap .slick-arrow.slick-disabled{
  display: none !important;
}
.pg-top-fair .pg-top-fair-pickup-wrap .slick-arrow.slick-prev  {
  left: -40px;
}
.pg-top-fair .pg-top-fair-pickup-wrap .slick-arrow.slick-next {
  right: -40px;
}
.pg-top-fair .pg-top-fair-pickup-body {
  width: 480px;
  margin: 0 auto;
}
.pg-top-fair .pg-top-fair-pickup-item {
  display: block;
  width: 200px;
  margin: 0 20px;
  color: #333;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pg-top-fair .pg-top-fair-pickup-item:hover {
  opacity: 0.7;
}
.pg-top-fair .pg-top-fair-pickup-item .pg-top-fair-pickup-thumb {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.pg-top-fair .pg-top-fair-pickup-item .pg-top-fair-pickup-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pg-top-fair .pg-top-fair-pickup-item .pg-top-fair-pickup-date {
  margin: 15px 0;
  text-align: center;
  font-size: 1.3rem;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.pg-top-fair .pg-top-fair-pickup-item .pg-top-fair-pickup-date .dateicon {
  position: static;
  display: inline;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: transparent;
  border-radius: 0;
}
/*
.pg-top-fair .pg-top-fair-pickup-item .pg-top-fair-pickup-date .dateicon:before {
  color: #333 !important;
  content: '(';
}
.pg-top-fair .pg-top-fair-pickup-item .pg-top-fair-pickup-date .dateicon:after {
  color: #333 !important;
  content: ')';
}
*/
.pg-top-fair .pg-top-fair-pickup-item .pg-top-fair-pickup-date .dateicon.sat {
  color: #559BC8;
}
.pg-top-fair .pg-top-fair-pickup-item .pg-top-fair-pickup-date .dateicon.sun {
  color: #C36478;
}
.pg-top-fair .pg-top-fair-pickup-item .pg-top-fair-pickup-title {
  margin: 15px 0;
  font-size: 1.4rem;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .pg-top-fair {
    margin-bottom:0;
  }
  .pg-top-fair .pg-top-fair-pickup {
    display: block;
    border: none;
    padding-bottom: 0;
  }
}
/* cuisine */
.pg-top-cuisine {
  height: 592px;
  width: 1000px;
  margin: 0 auto;
}
.pg-top-cuisine .cuisine {
  margin-top: 90px;
}
.pg-top-cuisine .pg-top-cuisine-item {
  text-align: center;
  width: 500px;
  float: left;
  position: relative;
}
.pg-top-cuisine .pg-top-cuisine-item > img {
  width: 660px;
  top: 0;
  left: -130px;
  position: absolute;
}
.pg-top-cuisine .pg-top-cuisine-item.cuisine img {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pg-top-cuisine {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 30px;
  }
  .pg-top-cuisine .pg-top-cuisine-item.cuisine img {
    margin-top: 0px;
  }
  .pg-top-cuisine .pg-top-cuisine-item {
    width: 100%;
    float: none;
  }
  .pg-top-cuisine .cuisine {
    margin-top: 45px;
    z-index: 1;
  }
  .pg-top-cuisine .cuisine a.button {
    margin-top: 365px;
  }
  .pg-top-cuisine .pg-top-cuisine-item:last-child {
    position: absolute;
    top: 200px;
  }
  .pg-top-cuisine .pg-top-cuisine-item:last-child img {
    width: 360px;
    float: none;
    text-align: right;
    margin: 0;
    position: relative;
    left: 0;
  }
}
/* dress */
section.section-dress {
  background-color: #f7f5f5;
  padding: 60px 0;
}
section.section-dress > div {
  width: 1000px;
  height: 600px;
  border: 4px solid #1e1e1e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position:relative;
}
section.section-dress > div > div{
  position:absolute;
}
section.section-dress > div .title-default {
  height: 592px;
  top: 0;
  left:0;
}
section.section-dress > div .title-default h2 {
  height: 592px;
}
section.section-dress > div .title-default h2 img {
  height: 100%;
}
section.section-dress > div .pc_disp {
  top: 0;
  right:0;
  height:592px;
}
section.section-dress > div .pc_disp img {
  height: 592px;
}
section.section-dress > div .morebtn {
  left: 0;
  right:0;
  bottom:70px;
}
@media screen and (max-width: 768px) {
section.section-dress > div .morebtn {
  right:4.5%;
  bottom:20px;
  left: auto;
}
}
@media screen and (max-width: 400px) {
section.section-dress > div .morebtn {
  right:6%;
  bottom:15px;
}
#md_css_set section.section-dress > div .morebtn {
    height: 30px;
    width: 100px;
    line-height: 30px;
}
}
@media screen and (max-width: 320px) {
section.section-dress > div .morebtn {
  right:3.5%;
  bottom:10px;
}
}
/* plan list */
.pg-top-plan {
  background-color: #f7f5f5;
}
.pg-top-plan .pg-top-plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 0;
  width: 1000px;
  margin: 0 auto;
}
.pg-top-plan .pg-top-plan-list a:last-child {
  margin-right:0;
}
.pg-top-plan .pg-top-plan-item {
  display: block;
  margin: 0 25px;
  color: #333;
  text-align: center;
  text-decoration: none;
  width: 280px; /*180731*/
}
.pg-top-plan .pg-top-plan-item .pg-top-plan-thumb {
  width: 280px;
  height: 210px;
  overflow: hidden;
}
.pg-top-plan .pg-top-plan-item .pg-top-plan-thumb img {
  width: 280px; /*width: auto;*/
  height:100%;
}
.pg-top-plan .pg-top-plan-item:hover {
  opacity: .7;
}
.pg-top-plan .pg-top-plan-item .pg-top-plan-title {
  margin: 27px 0 15px;
  font-size: 1.6rem;
  font-weight: normal;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  /*white-space: nowrap;*/
}
.pg-top-plan .pg-top-plan-item .pg-top-plan-btn {
  color: #9B8773;
  -webkit-transition:0.2s;
  transition: 0.2s;
}
.pg-top-plan .pg-top-plan-item:hover .pg-top-plan-btn {
  color: #D2AAAA;
}
.section.section-plan {
  padding: 60px 0;
  height: 730px;
}







@media screen and (max-width: 768px) {
  .pg-top-fair {
    margin-bottom:0;
  }
  .pg-top-fair .pg-top-fair-pickup {
    display: block;
    border: none;
    padding-bottom: 0;
    width: 100%;
  }
  .pg-top-fair .pg-top-fair-pickup-body {
    width: 100%;
    margin: 0 auto;
  }
  .pg-top-fair .pg-top-fair-pickup-item {
    display: block;
    width: 200px;
    margin: 0 10px;
    outline: none;
  }

  .pg-top-plan .pg-top-plan-item {
  width: auto; /*180731*/
}


  .pg-top-plan .pg-top-plan-list {
    padding: 30px 40px 0 40px;
    width: 100%;
  }
  .pg-top-fair .pg-top-fair-pickup-wrap .slick-arrow.slick-prev{
    left: -30px;
  }
  .pg-top-fair .pg-top-fair-pickup-wrap .slick-arrow.slick-next{
    right: -30px;
  }
  .pg-top-plan.slider .slick-prev {
    left: 0;
  }
  .pg-top-plan.slider .slick-next {
    right: 0;
  }
  .pg-top-plan .pg-top-plan-item {
    display: block;
    margin: 0;
    color: #333;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  .pg-top-plan .pg-top-plan-item .pg-top-plan-thumb {
    width: 100%;
    height: auto;
  }
  .pg-top-plan .pg-top-plan-item .pg-top-plan-thumb img {
    width: 100%;
    height: auto;
  }
  .pg-top-plan .pg-top-plan-item .pg-top-plan-title {
    margin: 15px 0 30px;
  }
}













/* report */
.pg-top-report {
  text-align: center;
}
#container .report_contents {
  padding: 0;
}
.pg-top-report .pg-top-report-img {
  position: relative;
  display: inline-block;
  max-width: 50%;
  margin-bottom: 50px;
}
.pg-top-report .pg-top-report-img img {
  max-width: 100%;
  height: auto;
}
.section.section-report {
  height: 1118px;
  padding: 100px 0;
}
.section.section-report .report-top-inner {
  width: 940px;
  height: 390px;
  margin: 0 auto;
  position:relative;
}
.section.section-report .report-top-inner > div {
  position:absolute;
  top:0;
  right:0;
  border: 16px solid #e5dddd;
  width:355px;
  height: 390px
}
.section.section-report .report-top-inner > div > div {
  position:relative;
  width: 323px;
  height: 358px;
}
.section.section-report .report-top-inner > div > div h2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 70px;
}
.section.section-report .report-top-inner > div > div .txt-al-center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}
.section.section-report .pg-top-report {
  width: 940px;
  margin: 50px auto 0;
  letter-spacing: -.4em;
}
.section.section-report .pg-top-report > div {
  width: 400px;
  letter-spacing: 0;
  margin-right: 140px;
}
.section.section-report .pg-top-report .pg-top-report-img:last-child {
  margin-right: 0px;
}
.section.section-report .pg-top-report .pg-top-report-img .textimg {
  margin: 30px auto 50px;
}
/* access */
.pg-top-access {
  background-color: #FAF9F9;
}
.pg-access {
  background-color: #fff;
}
.pg-top-access .pg-top-access-map {
  width: 100%;
  height: 360px;
  margin-bottom: 50px;
}
.pg-top-access .pg-top-access-info {
  text-align: center;
}
.pg-top-access .pg-top-access-info-meta {
  margin: 40px 0;
}
.pg-top-access .pg-top-access-info-meta li {
  margin: 10px 0;
}
.pg-top-access .pg-top-access-info-meta li span {
  display: inline-block;
}
.pg-top-access .pg-top-access-info-meta li.tel {
  font-size: 28px;
}
.pg-top-access .pg-top-access-info-meta li.tel a {
  color: #333;
  cursor: default;
  text-decoration: none;
}
.pg-top-access .pg-top-access-info-meta li.tel a img {
  vertical-align: text-top;
  height: 24px;
}
.pg-top-access .pg-top-access-info-meta li.tel span {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
}
.pg-top-access .pg-top-access-info-meta li .open {
  margin-right: 1em;
}
.pg-top-access .pg-top-access-info-meta li .time:not(:first-child)::before {
  content: '/ ';
}
.pg-top-access .pg-top-access-info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pg-top-access .pg-top-access-info-links li {
  margin: 0 30px;
}
.section.section-access {
  padding: 0 0 50px;
  background-color: #FAF9F9;
}
@media screen and (max-width: 768px) {
  .pg-top-access .pg-top-access-info-links {
    display: block;
  }
  .pg-top-access .pg-top-access-info-links li:nth-child(1) {
    width: 48%;
    margin: 0 1% 0 0;
    display: inline-block;
  }
  .pg-top-access .pg-top-access-info-links li:nth-child(1) a {
    width: 100%;
  }
  .pg-top-access .pg-top-access-info-links li:nth-child(2) {
    width: 48%;
    margin: 0 0 0 1%;
    display: inline-block;
  }
  .pg-top-access .pg-top-access-info-links li:nth-child(2) a {
    width: 100%;
  }
  .pg-top-access .pg-top-access-info-links li:nth-child(3) {
    display: block;
    margin-top: 30px;
  }
  .ttl.pc_disp {
    display:none;
  }
  .ttl.sp_disp {
    display:block;
  }
  #md_css_set .pg-top-access h2.ttl img {
    width: 150px;
  }
  #md_css_set .section-news h2.ttl img {
    width: 130px;
  }
}
/*　news */
.pg-top-news {
  width: 879px;
  margin: 0 auto;
}
.pg-top-news dl {
  border-top:1px solid #e6dcdc
}
.pg-top-news dl:last-child {
  border-bottom:1px solid #e6dcdc
}
.pg-top-news dt {
  /*font-family: 'Noto Sans Japanese', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;*/
  font-style: oblique;
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding: 15px 0;
}
.pg-top-news dt .icon {
  display: inline-block;
  margin-left: 1em;
}
.pg-top-news dd {
  width: 79%;
  display: inline-block;
  letter-spacing:0;
  padding: 15px 0;
}
.section.section-news {
  padding: 50px;
}
.section.section-news > div {
  width: 1000px;
  margin: 0 auto;
  letter-spacing: -.4em;
}
.section.section-news > div > div {
/*  display: inline-block;*/
  letter-spacing:0;
}
.section.section-news > div .title {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .ttl.sp_disp {
    display:none;
  }
  .section.section-news {
    padding: 20px;
  }
  .section.section-news > div {
    width: 100%;
  }
  .section.section-news > div .title {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .pg-top-news {
    width: 100%;
  }
  .pg-top-news dt,
  .pg-top-news dd {
    width: 100%;
  }
  .pg-top-news dd {
    padding-top:0;
  }
}



/* concept
------------------------------------------*/
/* logo */
.pg-concept-logo p {
  margin-top: 50px;
  text-align: center;
  color: #555;
  font-size: 22px;
  font-weight: bold;
  font-family: serif;
}
/* chapel */
.pg-concept-legend {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background: url(../images/concept/bg_chapel.png) center no-repeat;
  background-size: cover;
}
.pg-concept-legend::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  background: url(../images/common/bg_rhombus_under_type02.png) center top no-repeat;
  background-size: 100% auto;
}
.pg-concept-legend div {
  width: 650px;
  margin: 0 auto;
  padding: 50px 0;
  background-color: rgba(255,255,255,0.8);
}

/* dress
------------------------------------------*/
.pg-dress-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.pg-dress-nav a {
  width: 224px;
  margin: 0 10px;
  text-decoration: none;
  text-align: center;
  -webkit-transition:0.2s;
  transition: 0.2s;
}
.pg-dress-nav a:hover {
  position: relative;
  opacity: 0.7;
}
.pg-dress-nav a figure img {
  width: 100%;
  height: auto;
}
.pg-dress-nav a figcaption {
  font-family:"IM FELL English SC";
  font-size:2rem;
  color:#fff;
  text-align:center;
  background-color: #cda0a0;
  padding: 5px 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .pg-dress-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 12px;
  }
  .pg-dress-nav a {
    width: 50%;
    margin: 0 0 24px;
    padding: 0 6px;
  }
  .pg-dress-nav a figcaption {
    font-size: 1.6rem;
    margin-top: 6px;
  }
}
/* dress slider */
.dress-sliders{
  overflow: hidden;
  width: 1256px;
  margin: 0 auto;
}
.dress-slider{
  overflow: visible;
  margin: 0 auto 80px !important;
  text-align: -webkit-center;
}
.dress-slider .slick-slide figure {
  width: 344px;
  margin: 0;
}
.dress-slider .slick-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 133.3%;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.dress-slider .slick-slide a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display:block;
  width:100%;
  height:100%;
  background-color: #000;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.dress-slider .slick-slide.slick-current a:after {
  opacity: 0;
}
.dress-slider .slick-prev{
  left: 400px;
}
.dress-slider .slick-next{
  right: 400px;
}
@media screen and (max-width: 768px) {
  .dress-sliders{
    margin: 0 auto;
    width: 100%;
  }
  #md_css_set .dress-sliders .alignleftsp {
    padding: 0 20px;
  }
  .dress-slider.slider .slick-slide{
    margin: 0 55px;
  }
  .dress-slider .slick-slide figure {
    width: 100%;
    margin: 0;
  }
  .dress-slider .slick-slide a:after {
    background-color: #fff;
  }
  .dress-slider .slick-prev{
    left: 5px;
  }
  .dress-slider .slick-next{
    right: 5px;
  }
}
.dress-slider .slick-slide.slick-center img{
  opacity: 1;
}
.dress-slider .slick-track,
.dress-slider .slick-list{
  overflow: visible;
}
.dress-slider .slick-dots {
  bottom: -45px;
  /*  top: 500px;*/
}
@media screen and (max-width: 768px) {
  .dress-slider .slick-dots {
    /*top: 290px;*/
  }
}
/* dress slider text */
.dress-slider-for {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* dress brand */
.brand1_width{
  margin: 0 auto;
  width: 1014px;
  padding-left: 30px;
}
#md_css_set .brand1_width .anchor_link_inpage_width2{
  width:216px;
  margin:0 30px 60px 0;
  float:left;
}
#md_css_set .brand1_width .anchor_link_inpage_ttl{
  font-family:"IM FELL English SC";
  font-size:2rem;
  color:#494949;
  margin:4px auto 0px;
  text-align:center;
}
#md_css_set .brand1_width .anchor_link_inpage_det{
  font-size:1.2rem;
  color:#645569;
  margin:-8px auto 8px;
  text-align:center;
}
#md_css_set .brand1_width .anchor_link_inpage_img2{
  width: 216px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .brand1_width{
    margin: 0 auto;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .brand1_width a{
    display: inline-block;
  }
  #md_css_set .brand1_width .anchor_link_inpage_width2{
    width:147px;
    margin:0 15px 60px;
    float: none;
  }
  #md_css_set .brand1_width .anchor_link_inpage_ttl{
    font-size:1.4rem;
    margin:5px auto 0px;
  }
  #md_css_set .brand1_width .anchor_link_inpage_det{
    font-size:1.1rem;
    color:#645569;
    margin:0 auto 8px;
    text-align:center;
  }
  #md_css_set .brand1_width .anchor_link_inpage_img2 {
    width: 147px;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .brand1_width{
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .brand1_width > div {
    letter-spacing: -.4em;
  }
  .brand1_width > div > a {
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    width: 50%;
  }
  #md_css_set .brand1_width .anchor_link_inpage_width2{
    width:90%;
    margin:0 auto 60px;
    float: none;
  }
}


.page-dress_item .brand2_width{
  width:1190px;
  height:446px;
  margin:10px auto 0;
}
.page-dress_item .brand2_width_text {
  width: 378px;
  height: 288px;
  margin: 79px 108.5px;
}
.page-dress_item .brand2_width_img {
  width: 595px;
  height: 446px;
}
.page-dress_item .access-map {
  width: 100%;
  height: 460px;
}
.page-dress_item .vivian-acess {
  margin-top: 50px;
}
.page-dress_item .vivian-acess ul li {
  text-align: center;
  margin-bottom: 10px;
}
.page-dress_item .vivian-acess ul li:first-child {
  font-size: 2.2rem;
  font-weight: bold;
}
.page-dress_item .vivian-acess ul li:nth-child(2) {
  font-weight: bold;
  margin-bottom: 0;
}
.page-dress_item .vivian-acess ul li:nth-child(3) {
  margin-bottom: 30px;
}
.page-dress_item .vivian-acess ul li a {
  margin-right: 50px;
  font-size:2.2rem;
  color: #6e4b73;
  cursor: default;
}
.page-dress_item .vivian-acess ul li a:last-child {
  margin-right: 0px;
}
.page-dress_item .vivian-acess ul li a span {
  margin-right: 20px;
  font-size:1.4rem;
}
.page-dress_item .vivian-acess ul li a i {
  margin-right: 5px;
}
.page-dress_item .vivian-acess ul li a img {
  width: 28px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px !important;
}

@media screen and (max-width: 768px) {
  .page-dress_item .brand2_width {
    width: auto;
    height: auto;
    margin: 0px auto 0;
  }
  .page-dress_item .brand2_width_text {
    width: auto;
    height: auto;
    margin: 50px 0 20px 0;
  }
  .page-dress_item .brand2_width_img {
    width: auto;
    height: auto;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .page-dress_item .vivian-acess {
    padding: 0 20px;
    margin-top: 30px;
  }
  .page-dress_item .vivian-acess ul li {
    width: 100%;
  }
  .page-dress_item .vivian-acess ul li:first-child span{
    font-size: 1.6rem;
  }
  .page-dress_item .vivian-acess ul li a {
    width: 100%;
    display: block;
  }
  .page-dress_item .vivian-acess ul li a span,
  .page-dress_item .vivian-acess ul li a img {
    display: inline-block !important;
  }
  .page-dress_item #md_css_set .page_btm_link_set {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .page-dress_item #md_css_set .page_btm_link_set .page_btm_link_set {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }



}

/* fair
------------------------------------------*/
/* campaign */
.pg-fair-campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
}
.pg-fair-campaign > div {
  display: block;
  width: 340px;
  margin: 0 30px;
  color: #333;
}
.pg-fair-campaign > div figure {
  width: 300px;
  margin: 0 auto 10px;
}
.pg-fair-campaign > div figure img {
  width: 100%;
  height: auto;
}
.pg-fair-campaign > div figure figcaption {
  margin-top: 10px;
  padding: 2px;
  text-align: center;
  color: #fff;
  background-color: #D2AAAA;
  border-radius: 3px;
}
.pg-fair-campaign > div > div {
  width: 300px;
  margin: 0 auto;
}
.pg-fair-campaign > div ul {
  list-style: disc;
}
.pg-fair-campaign > div ol {
  list-style: decimal;
}
.pg-fair-campaign > div ul li,
.pg-fair-campaign > div ol li {
  margin-left: 1.6em;
}
/* fair */
@media screen and (max-width: 768px) {
  .pg-fair-campaign {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
  }
  .pg-fair-campaign > div {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
  .pg-fair-campaign > div figure {
    width: 100%;
    margin: 0 auto 10px;
  }
  .pg-fair-campaign > div > div {
    width: auto;
    margin: 0 auto;
  }
}
/* fair search */
.pg-fair-search {
  padding: 80px 0 0;
  background-color: #F7F5F5;
}
/* calendar/terms selector */
.pg-fair-select-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  font-size: 1.8em;
}
.pg-fair-select-btns li {
  margin: 0 40px;
  width: 456px;
}
.pg-fair-select-btns li label {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  color: #929191;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .pg-fair-select-btns {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    font-size: 1.8em;
    padding: 0 15px;
  }
  .pg-fair-select-btns li {
    margin: 0 15px;
    width: 50%;
  }
  .pg-fair-select-btns li label {
    font-size: 12px;
  }
  .pg-fair-search {
    padding: 30px 0 0;
    background-color: #F7F5F5;
  }
}
.pg-fair-select-btns li label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 6px;
  background-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#pg-fair-select-view:checked ~ .pg-fair-select-btns li label.pg-fair-select-calendar,
#pg-fair-select-view:not(:checked) ~ .pg-fair-select-btns li label.pg-fair-select-terms,
.pg-fair-select-btns li label:hover {
  opacity: 1;
}
#pg-fair-select-view:checked ~ .pg-fair-select-btns li label.pg-fair-select-calendar,
#pg-fair-select-view:not(:checked) ~ .pg-fair-select-btns li label.pg-fair-select-terms {
  pointer-events: none;
  cursor: default;
  color: #2e2e2e;
}
#pg-fair-select-view:checked ~ .pg-fair-select-btns li label.pg-fair-select-calendar::after,
#pg-fair-select-view:not(:checked) ~ .pg-fair-select-btns li label.pg-fair-select-terms::after,
.pg-fair-select-btns li label:hover::after {
  background-color: #D2AAAA;
}
#pg-fair-select-view:checked ~ #fair-cal-content,
#pg-fair-select-view:not(:checked) ~ #fair-search-content {
  height: auto;
  overflow: visible;
}
#pg-fair-select-view:not(:checked) ~ #fair-cal-content,
#pg-fair-select-view:checked ~ #fair-search-content {
  height: 0;
  overflow: hidden;
}
/* searchview */
.pg-fair-searchview {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .pg-fair-searchview {
    padding: 25px 0 0 0;
  }
}
/* calendar header */
.fair-cal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
  padding-bottom: 15px;
  line-height: 1;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
@media screen and (max-width: 768px) {
  .fair-cal-header {
    margin-bottom: 40px;
  }
}
.fair-cal-header .fair-cal-header-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 30px;
}
.fair-cal-header .fair-cal-title {
  position: relative;
  color: #2e2e2e;
  font-family: "Times New Roman", 'Ryumin ExtraBold KL', serif;
  width: 126px;
  text-align: center;
}
.fair-cal-header .fair-cal-title:after {
  content: '';
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 100%;
  height: 6px;
  line-height: 1;
  background-color: #d9aaaa;
}
.fair-cal-header .fair-cal-title .num {
  font-size: 90px;
  font-style: italic;
}
.fair-cal-header .fair-cal-title .en {
  font-size: 16px;
}
.fair-cal-header .fair-cal-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 30px;
}
.fair-cal-header .fair-cal-change-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 12px;
  padding: 10px 0;
  background-color: #fff;
  border: 2px solid #DDDDDD;
  cursor: pointer;
  font-family: "Times New Roman", 'Ryumin ExtraBold KL', serif;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fair-cal-header .fair-cal-title .num {
    font-size: 53px;
    font-style: italic;
  }
  .fair-cal-header .fair-cal-title .en {
    font-size: 9px;
  }
  .fair-cal-header .fair-cal-header-left {
    padding: 0 15px;
  }
  .fair-cal-header .fair-cal-change {
    padding: 0 15px;
  }
  .fair-cal-header .fair-cal-change-btn {
    margin: 0 6px;
  }
}
.fair-cal-header .fair-cal-change-btn:hover {
  color: #D2AAAA;
  border-color: #D2AAAA;
}
.fair-cal-header .fair-cal-change-btn .num {
  font-size: 26px;
  font-style: italic;
}
.fair-cal-header .fair-cal-change-btn .en {
  font-size: 12px;
  margin-left: 10px;
}
.fair-cal-header .fair-cal-change-btn:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 12px solid #969696;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .fair-cal-header .fair-cal-change-btn {
    width: 110px;
  }
  .fair-cal-header .fair-cal-change-btn .num {
    font-size: 14px;
    font-style: italic;
  }
  .fair-cal-header .fair-cal-change-btn .en {
    font-size: 8px;
    margin-left: 10px;
  }
  .fair-cal-header .fair-cal-change-btn:after {
    right: 7px;
    top: 50%;
    border-left: 6px solid #969696;
  }
}
.fair-cal-header .fair-cal-change-btn:hover:after {
  border-left-color: #D2AAAA;
}
/* calendar */
#fair-cal a:hover {
  opacity: 1;
}

#fair-cal a:hover .fc-time,
#fair-cal .fc-event-hover a:hover {
  opacity: 0.6;
}

#fair-cal.fc .fc-toolbar.fc-header-toolbar {
  display: none;
}
#fair-cal.fc .fc-event {
  position: relative;
  /*overflow: hidden;*/
  cursor: pointer;
}
#fair-cal.fc .fc-event-hover {
  position: absolute;
  z-index: 99;
  left: 100%;
  bottom: 0;
  width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  margin-bottom: 20px;
  padding: 15px 20px;
  text-align: left;
  color: #333;
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /*pointer-events: none;*/
}
#fair-cal.fc .fc-content-skeleton > table td a.fc-event.sat .fc-event-hover,
#fair-cal.fc .fc-content-skeleton > table td a.fc-event.sun .fc-event-hover {
  left: inherit;
  right: 100%;
}
#fair-cal.fc .fc-event:hover {
  overflow: visible;
}
#fair-cal.fc .fc-event:hover .fc-event-hover {
  opacity: 1;
  margin-bottom: 10px;
}
#fair-cal.fc .fc-event-hover dt {
  /*white-space: nowrap;*/
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9aaaa;
}
#fair-cal.fc .fc-event-hover dd {
  margin-bottom: 10px;
  line-height: 20px;
}
#fair-cal.fc table {
  border-collapse: inherit;
}
#fair-cal.fc th,
#fair-cal.fc td {
  border: 0;
}
#fair-cal.fc .fc-row,
#fair-cal.fc .fc-bg {
  padding: 0 50px;
}
#fair-cal.fc .fc-time .pickup {
  position: absolute;
  top: 0px;
  left: -20px;
}
#fair-cal.fc .fc-event-hover .pickup {
  display: block;
  float: left;
}
#fair-cal.fc .fc-event-hover dt:after {
  content : '';
  display : block;
  clear : both;
}
#fair-cal.fc .fc-event-hover .pickup li span {
    display: inline-block;
    background: #c186cb;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    margin-right: 10px;
    padding: 0 10px;
    white-space: nowrap;
}
#fair-cal.fc .fc-time .pickup li span {
    display: inline-block;
    background: #c186cb;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
    line-height: 12px;
    margin: 0;
    padding: 0 6px;
    white-space: nowrap;
}
.fc-day-grid-event .fc-content {
  overflow: visible;
}
#fair-cal-content .sp_only {
  display: none;
}
#fair-cal.fc .fc-body .fc-row {
  margin: 20px 0;
}
#fair-cal.fc .fc-row .fc-content-skeleton {
  padding-bottom: 10px;
}
#fair-cal.fc .fc-head .fc-sat,
#fair-cal.fc .fc-sat .fc-day-number {
  color: #00B6F2;
}
#fair-cal.fc .fc-head .fc-sun,
#fair-cal.fc .fc-sun .fc-day-number {
  color: #FF93AE;
}
#fair-cal.fc .fc-head {
  background-color: transparent;
}
#fair-cal.fc .fc-head .fc-day-header {
  padding: 2px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, sans-serif;
  font-size: 15px;
  font-weight: normal;
}
#fair-cal.fc .fc-content-skeleton td {
  padding: 0 10px;
}
#fair-cal.fc .fc-day-number {
  display: block;
  margin: 0 15px;
  padding: 0;
  text-align: center;
  color: #2e2e2e;
  font-family: "Times New Roman", 'Ryumin ExtraBold KL', serif;
  font-size: 30px;
  height: 64px;
  line-height: 64px;
  font-weight: normal;
  font-style: italic;
  float: none;
  border-bottom: 1px solid #ddd;
}
#fair-cal.fc .fc-today .fc-day-number {
  color: #fff;
}
#fair-cal.fc .fc-event {
  font-size: 14px;
  color: #333;
  margin: 0 15px;
  padding: 5px;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  border: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#fair-cal.fc .fc-content-skeleton tbody tr:first-child .fc-event {
  margin-top: 10px;
}
#fair-cal.fc .fc-event:hover {
  color: #af6e82;
}
#fair-cal.fc .fc-time {
  color: #2e2e2e;
  font-family: "Times New Roman", 'Ryumin ExtraBold KL', serif;
  font-weight: normal;
}
#fair-cal.fc .fc-title {
  display: none;
}
#fair-cal.fc .fc-bg .fc-day {
  background-color: #fff;
  border-left: 5px solid #F7F5F5;
  border-right: 5px solid #F7F5F5;
}
#fair-cal{
  margin: 0 auto;
  max-width: 1334px;
}
#fair-cal.fc .fc-bg .fc-today:after {
  content: '';
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #ddb7b7;
  border-radius: 50%;
  margin: 5px auto 0;
}

#fair-cal.fc .fc-scroller {
  overflow: visible !important;
  height: auto !important;
}
#pg-fair-select-view {
  display: none;
}
@media screen and (max-width: 768px) {
  #fair-cal-content .sp_only {
    display: inline-block;
  }
  #fair-cal.fc .fc-event {
    overflow: hidden;
  }
  #fair-cal.fc .fc-time .pickup li span {
    font-size: 12px;
    line-height: 24px;
    padding: 0 12px;
  }
  #fair-cal.fc .fc-row,
  #fair-cal.fc .fc-bg {
    margin: 0;
    padding: 0;
  }
  #fair-cal.fc .fc-time .pickup {
    float: right;
    position: static;
  }
  #fair-cal.fc .fc-time:after {
    content : '';
    display : block;
    clear : both;
  }
  #fair-cal.fc .fc-bg .fc-day {
    border-left: none;
    border-right: none;
  }
  #fair-cal.fc .spContents {
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
  }

  #fair-cal.fc .spContents p {
    padding: 40px 25px;
    width: 10%;
    font-size: 12px;
    text-align: center;
    font-family: 'Playfair Display';
  }

  #fair-cal.fc .spContents p.SAT {
    color: #42a0c0;
  }

  #fair-cal.fc .spContents p.SUN {
    color: #e5451d;
  }

  #fair-cal.fc .spContents p span.date {
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    font-family: 'GFS Didot', serif;
  }

  #fair-cal.fc .spContents ul {
    padding: 30px 0;
    display: block;
  }

  #fair-cal.fc .spContents li {
    margin: 10px 0;
    padding: 0 25px;
    display: block;
    font-size: 13px;
  }

  #fair-cal.fc .spContents li:first-child {
    border-left: 1px solid #ccc;
  }
  #fair-cal.fc .fc-sp-events {
    display: none;
  }
  .spContents li .ttlTxt {
    display: inline-block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
  }
  .spContents li ul.pickup {
    margin-left: 10px;
    padding: 0 !important;
    display: inline-block !important;
  }
  .spContents li ul.pickup li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: inline !important;
  }
  .spContents li ul.pickup li span {
    display: inline-block;
    background: #c186cb;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
    line-height: 12px;
    margin: 0;
    padding: 0 6px;
    white-space: nowrap;
  }
  #fair-cal.fc .fc-body .fc-row {
    margin: 0;
  }
  #fair-cal.fc .fc-row .fc-content-skeleton {
    padding-bottom: 2px;
    border-bottom: solid	1px #dcdcdc;
  }
  #fair-cal.fc .fc-day-number {
    margin: 0;
    font-size: 16px;
    border-bottom: none;
  }
  #fair-cal.fc .fc-bg .fc-today:after {
    width: 40px;
    height: 40px;
    margin: 10px auto 0;
  }
}
/* search cond */
#fair-search {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
}
.pg-fair-search-cond {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.pg-fair-search-cond dl {
  margin: 0 20px;
}
.pg-fair-search-cond #fair-day-category,
.pg-fair-search-cond #fair-time-category {
  width: 180px;
}
.pg-fair-search-cond #fair-kind-category {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pg-fair-search-cond dt {
  margin-bottom: 15px;
  padding: 15px 20px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
.pg-fair-search-cond li {
  display: inline-block;
  vertical-align: top;
}
.pg-fair-search-cond li:first-child {
  width: 100%;
}
.pg-fair-search-cond li label {
  display: block;
  padding: 15px 5px;
  cursor: pointer;
}
.pg-fair-search-cond li label {
  position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  padding-left: calc(25px + 5px);
	line-height: 20px;
}
.pg-fair-search-cond li label:before,
.pg-fair-search-cond li label:after {
  content: '';
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pg-fair-search-cond li label:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
  transform: rotate(45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	top: calc(50% - (((17px / 12 ) * 5) / 2));
	display: block;
	margin-top: calc(((17px / 12 ) * 5) * -1);
	width: calc(((17px / 12 ) * 5));
	height: 17px;
	z-index: 1;
  left : calc((20px / 2) - (((17px / 12 ) * 5) / 2));
}
.pg-fair-search-cond li label:before {
  width: 20px;
	height: 20px;
	left: 0px;
	top: 15px;
	border: 1px solid #B3B3B3;
	z-index: 3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pg-fair-search-cond li label input[type="checkbox"] {
  -moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	margin: 0px;
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
  left: calc(20px * -1);
	padding: 0;
  display: block;
	-webkit-box-shadow: 20px 0px #FFF;
	box-shadow: 20px 0px #FFF;
}
.pg-fair-search-cond li label input[type="checkbox"]:checked {
  -webkit-box-shadow: 20px 0px #333;
  box-shadow: 20px 0px #333;
  z-index:0;
}


.pg-fair-search-cond #fair-kind-category li:not(:first-child) {
  width: 33.333%;
}
.pg-fair-search-button {
  text-align: center;
}
.pg-fair-search-button input {
  outline: none;
}
/* listview */
.pg-fair-listview {
  background-color: #fff;
  padding: 20px 0;
}
.pg-fair-listview-wrap {
  width: 1200px;
  margin: 0 auto;
}
.pg-fair-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 14px 20px 30px 20px;
  background-color: #F5F5F5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pg-fair-item:hover {
  opacity: 0.7;
}
.pg-fair-item-left {
  width: 470px;
  margin: 0;
}
.pg-fair-item-left p {
  font-size: 18px;
}
.pg-fair-item-slider {
  margin-top: 8px;
}
.pg-fair-item-slider figure {
}
.pg-fair-item-slider figure span {
  display: block;
  padding-top: 75%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.pg-fair-item-slider .slick-arrow:before{
  margin-top: -4px;
  margin-left: -6px;
  border-width: 4px 12px;
}
.pg-fair-item-slider .slick-dots {
  bottom: -24px;
}
.pg-fair-item-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
  line-height: 32px;
}
.pg-fair-item-right .pg-fair-item-date{
  font-size: 1.8em;
  margin-top: 5px;
}
.pg-fair-item-right h3 {
  padding: 0 0 8px;
  font-size: 18px;
  border-bottom: 1px solid #d9aaaa;
}
.pg-fair-item-right h3 span {
  display: block;
  line-height: 28px;
/*  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 54px;*/
}
.pg-fair-item-right ul {
  margin-top: 5px;
  margin-bottom: -10px;
  padding: 0;
}
.pg-fair-item-right ul li {
  margin: 0 10px 15px 0;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  color: #fff;
  background-color: #AF9696;
}
.pg-fair-item-right p {
  margin-top: 0;
  padding: 0;
}
.pg-fair-item-right .button {
  margin: 8px 0 0 0;
}
@media screen and (max-width: 768px) {
  .pg-fair-listview-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .pg-fair-listview {
    background-color: #fff;
    padding: 1px 0 0 0;
  }
  .pg-fair-item {
    display: block;
  }
  .pg-fair-item-left {
    width: 100%;
    margin: 0 0 10px;
  }
  .pg-fair-item-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 0;
    line-height: 32px;
  }
  .pg-fair-item-right .button.button-more{
    display: block;
    text-align: center;
  }
  .pg-fair-item-right .button {
    margin: 8px auto 0 auto;
  }
  .pg-fair-searchview {
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #fair-search {
    width: 100%;
  }
  .pg-fair-search-cond {
    display: block;
  }
  .pg-fair-search-cond #fair-day-category {
    width: 48%;
    margin: 0;
    float: left;
  }
  .pg-fair-search-cond li {
    width: 100%;
  }
  .pg-fair-search-cond #fair-time-category {
    width: 48%;
    float: right;
    margin: 0;
  }
  .pg-fair-search-cond #fair-kind-category {
    clear: both;
    margin: 0;
  }
  .pg-fair-listview-wrap {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 600px) {
  .pg-fair-search-cond #fair-kind-category li:nth-child(even) {
    width: 43%;
  }
  .pg-fair-search-cond #fair-kind-category li:nth-child(odd) {
    width: 57%;
  }
  .pg-fair-search-cond #fair-kind-category li:first-child {
    width: 100%;
  }
  .pg-fair-search-cond #fair-kind-category li:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  #fair-search {
    padding: 40px 10px;
  }
  .pg-fair-search-cond li label {
    font-size: 1rem;
  }
  .pg-fair-search-cond #fair-kind-category li:nth-child(even) {
    width: 40%;
  }
  .pg-fair-search-cond #fair-kind-category li:nth-child(odd) {
    width: 60%;
  }
  .pg-fair-search-cond #fair-kind-category li:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .pg-fair-searchview {
    padding: 25px 0px;
  }
}
/* fair-detail
------------------------------------------*/
.pg-fair-detail1-width {
  width: 1048px;
  margin: 0 auto;
}
.pg-fair-detail1-width .pg-fair-detail-ttl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: solid 1px #f5ebeb;
  padding: 8px 0;
}
.pg-fair-detail1-width .pg-fair-detail-ttl li{
  white-space: nowrap;
}
.pg-fair-detail1-width .pg-fair-detail-ttl li span{
  display: inline-block;
  background: #c186cb;
  border-radius: 5px;
  color: #fff;
  line-height: 24px;
  margin: 0 5px 5px;
  padding: 0 12px;
  white-space: nowrap;
}
.pg-fair-detail1-width .pg-fair-detail-ttl dt{
  padding-right: 20px;
}
.pg-fair-detail1-width .pg-fair-detail-ttl dd{
  font-size:1.8rem;
}
.pg-fair-detail1-width .tag{
  margin-top: 10px;
}
.pg-fair-detail1-width .tag span{
  display: inline-block;
  background: #af9696;
  color: #fff;
  margin: 0 15px 5px 0;
  padding: 0 5px;
  text-align: center;
  min-width: 130px;
}
.pg-fair-detail1-width .event-dates{
  margin-top: 20px;
  font-size:1.8rem;
}

.pg-fair-detail1-width .privilege{
  margin: 20px 0 40px;
}
.pg-fair-detail1-width .privilege .float_l{
  width: 483px;
}
.pg-fair-detail1-width .privilege .float_r{
  margin-top: 8px;
  width: 555px;
}
.pg-fair-detail1-width .privilege .slider{
  width: 100%;
}
.pg-fair-detail1-width .privilege .slider img{
  height: auto;
  width: 100%;
}
.pg-fair-detail1-width .privilege .float_r .txt{
  background: #f5f5f5;
  padding: 50px;
  width: 100%;
}
.pg-fair-detail1-width .privilege .float_r .txt p {
  font-size:1.6rem;
}
.pg-fair-detail1-width .privilege .float_r .txt .ttl{
  margin-bottom: 2px;
  font-size: 1.4rem;
}
.pg-fair-detail1-width .pg-fair-item-slider .slick-slide {
  height: 330px;
}
.pg-fair-detail1-width .pg-fair-item-slider .slick-slide img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.section.reservation-schedule{
  margin: 0 auto;
  padding: 0 30px;
  width: 720px;
}
.section.reservation-schedule .inner{
  border: solid 6px #e6dcdc;
  padding: 30px 0;
  width: 100%;
}
.section.reservation-schedule .ttl{
  text-align: center;
}
.section.reservation-schedule dl{
  margin: 30px 0;
  width: 100%;
}
.section.reservation-schedule .float_l{
  height: 40px;
  line-height: 40px;
  text-align: right;
  width: 155px;
}
.section.reservation-schedule .float_r{
  padding-left: 20px;
  width: 490px;
}
.section.reservation-schedule select{
  background: #f5f5f5;
  border: solid 1px #f5f5f5;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  width: 320px;
}
.section.flow{
  margin: 0 auto;
  width: 720px;
}
.section.flow .flow-txt{
  text-align: center;
}
.section.flow .flow-txt h3 {
  font-size: 2rem;
  color: #cba0a0;
}
.section.flow .flow-txt p {
  margin-bottom: 50px;
  position: relative;
}
.section.flow .flow-txt p:after {
  content: '';
  position: absolute;
  left: 50%;
  border-top: 8px solid #333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
  bottom: -30px;
}
.section.flow .flow-txt p:last-child:after {
  display: none;
}

.section.other-fair {
  margin: 60px auto 0 auto;
  text-align: center;
  width: 720px;
}
.section.other-fair .pg-fair-detail_btn a {
  display: inline-block;
  min-width: 200px;
  height: 48px;
  background-color: #cda0a0;
  line-height: 48px;
  color: #fff;
}
.section.other-fair .pg-fair-detail_btn a:hover {
  background-color: #e7b1b1;
}


@media screen and (max-width: 768px) {
  .pg-fair-detail1-width {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
.pg-fair-detail1-width .tag span{
  margin: 0 5px 5px 0;
}
  .pg-fair-detail1-width .inner-padding,
  .section.flow .inner-padding{
    margin-left: 0px;
    margin-right: 0px;
  }
  .pg-fair-detail1-width .pg-fair-detail-ttl dd{
    padding-top: 5px;
    padding-left: 0;
  }
  .pg-fair-detail1-width .pg-fair-detail-ttl{
    display: block;
  }
  .pg-fair-detail1-width .pg-fair-detail-ttl li{
    white-space: normal;
  }
  .pg-fair-detail1-width .privilege .float_l,
  .pg-fair-detail1-width .privilege .float_r{
    width: 100%;
  }
  .pg-fair-detail1-width .privilege .float_l{
    padding-bottom: 40px;
  }
  .pg-fair-detail1-width .privilege .slider{
    margin: 0 auto;
    width: 100% !important;
  }
  .pg-fair-detail1-width .privilege .float_r .txt{
    background: #f5f5f5;
    padding: 20px;
    width: 100%;
  }
  .pg-fair-detail1-width .privilege .float_r .ttl{
    margin-bottom: 20px;
  }
  .pg-fair-detail1-width .pg-fair-item-slider .slick-slide {
    height: auto;
  }
  .pg-fair-detail1-width .pg-fair-item-slider .slick-slide img {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }

  .section.reservation-schedule{
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
  .section.reservation-schedule .inner{
    padding: 20px;
  }
  .section.reservation-schedule .float_l{
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: 100%;
  }
  .section.reservation-schedule .float_r{
    padding-left: 0;
    width: 100%;
  }
  .section.reservation-schedule select{
    background: #f5f5f5;
    border: solid 1px #f5f5f5;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
  }

  .section.flow{
    margin: 0 auto;
    padding: 20px;
    width: 100%;
  }
  .section.flow .flow-txt{
    text-align: left;
  }

  .section.other-fair {
    margin: 30px auto 0 auto;
    text-align: center;
    width: 100%;
  }
}


/* fairform
------------------------------------------*/
.pg-fairform-selected {
  padding: 30px;
  background-color: #F5F5F5;
}
.pg-fairform-selected-tag {
  text-align: center;
  background-color: #C186CB;
  font-size: 1.8rem;
  color: #fff;
  width: 460px;
  margin: 0 auto 30px;
}
.pg-fairform-selected-item {
  width: 990px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pg-fairform-selected-img {
  width: 360px;
  margin-right: 30px;
}
.pg-fairform-selected-img img {
  width: 100%;
  height: auto;
}
.pg-fairform-selected-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pg-fairform-selected-content h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  padding: 0 30px;
}
.pg-fairform-selected-content p {
  font-size: 2.4rem;
  margin-bottom: 10px;
  padding: 0 30px;
}
.pg-fairform-selected-content ul {
  border-top: 1px solid #B4B4B4;
  padding: 15px 30px;
}
.pg-fairform-selected-content ul li {
  display: inline-block;
  color: #fff;
  background-color: #AF9696;
  padding: 2px 20px;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .pg-fairform-selected-content h3 {
  padding: 0 0px;
}
.pg-fairform-selected-content p {
  padding: 0 0px;
}
  .pg-fairform-selected-content ul {
  padding: 15px 0px;
}
}
/* plan
------------------------------------------*/
.pg-plan-row:nth-child(2n+1) {
  background-color: #F5F3F3;
}
.pg-plan-item {
  margin: 0 auto;
  padding: 120px 0 100px 0;
}
.pg-plan-item:nth-child(even) {
  background: #f5f5f5;
}
.pg-plan-title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.pg-plan-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 1000px;
}
.pg-plan-image {
  height: 300px;
  margin-right: 40px;
  overflow: hidden;
  width: 400px;
}
.pg-plan-image img{
  height: 100%;
  width: auto;
}
.pg-plan-content {
  width: 560px;
}
.pg-plan-content h2{
}
.pg-plan-content .pg-plan1{
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
  font-size: 1.5rem;
}
.pg-plan-content .pg-plan1 p {
  font-size: 1.5rem;
}
.pg-plan-outline{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.pg-plan-outline dt{
  margin-right: 30px;
}
.pg-plan-outline dt span {
  display: inline-block;
  background-color: #AF9696;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  text-align: center;
  white-space: nowrap;
  min-width: 100px;
}
.pg-plan-outline dd.special {
  font-size: 16px;
}
.pg-plan-outline dd ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.page-plan .section.btn-area{
  text-align: center;
  margin-top: 30px;
}
.page-plan .section.btn-area a{
  display: inline-block;
  color: #fff;
  height: 48px;
  line-height: 48px;
  margin: 0 40px;
  min-width: 180px;
}
.page-plan .section.btn-area .list-btn{
  background-color: #cda0a0;
}
.page-plan .section.btn-area .list-btn:hover {
  background-color: #e7b1b1;
}
.page-plan .section.btn-area .conversion-btn{
  background-color: #000;
  border: 1px solid #000;
}
.page-plan .section.btn-area .conversion-btn:hover {
  background-color: #606060;
  border: 1px solid #606060;
}
.page-plan .pg-plan-target{
  font-size: 12px;
}
.page-plan .pg-plan-target dt{
  font-size: 12px;
  white-space: nowrap;
}
.page-plan .pg-plan-target dl p{
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .pg-plan-body {
    display: block;
    padding: 0 20px;
    width: 100%;
  }
  .pg-plan-image {
    max-height: 240px;
    margin-right: 0;
    overflow: hidden;
    width: 100%;
  }
  .pg-plan-content {
    margin-top: 20px;
    width: 100%;
  }
  .pg-plan-title {
    font-size: 1.8rem;
/*    font-size: 14px;*/
  }
  .pg-plan-item {
    margin: 0 auto;
    padding: 30px 0;
  }
  .pg-plan-outline dt{
    margin-right: 20px;
  }
  .page-plan .section.btn-area a{
    display: inline-block;
    color: #fff;
    height: 34px;
    line-height: 34px;
    margin: 0 10px;
    min-width: 100px;
    padding: 0 10px;
  }
}

/* report
------------------------------------------*/
.page-report .photo-top{
  margin: 60px auto 0 auto;
  width: 1200px;
}
.page-report .photo-section{
  margin: 40px auto 0 auto;
  width: 1000px;
}
.page-report .pg-report-header {
    background: #f7f5f5;
    padding-top: 20px;
    padding-bottom: 60px;
    width:100%;
}
.page-report .pg-report-header .venue {
  font-size: 1.6rem;
  margin: -10px 0 15px;
}
.page-report .photo-top .photo{
  width: 1200px;
}
.page-report .photo-top .photo img{
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-report section.photo-top{
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
  .page-report .photo-top {
    width: 100%;
    margin:0;
  }
  .page-report div.photo-top{
    padding: 0;
  }
  .page-report .photo-top .photo {
    width: 100%;
  }
  .page-report .pg-report-header {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .page-report .pg-report-header .venue {
    font-size: 1.3rem;
    margin: 0 0 15px;
  }
  .tpl-photoline .line {
    padding: 0;
  }
  .tpl-photoline .line h3,
  .tpl-photoline.photo-top .line h3 {
    display: block;
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    text-align: left;
    width: 100%;
    min-width: 100%;
  }
  .tpl-photoline .line .txt-lh-large,
  .tpl-photoline.photo-top .line .txt-lh-large {
    text-align: left;
  }
  .page-report .photo-section {
    margin: 5px 0 0 0;
    padding: 0 20px;
    width: 100%;
  }
  .tpl-photoline {
    display: block;
  }
  .tpl-photoline .photo,
  .tpl-photoline.photo-left .photo,
  .tpl-photoline.photo-right .photo {
    width: 100%;
  }
  .tpl-photoline .line,
  .tpl-photoline.photo-right .line {
    margin-top: 20px;
    text-align: left;
  }
}

.pg-report-slider.slick-slider {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.pg-report-slider .slick-slide {
  max-height: 600px;
  outline: none !important;
}
.pg-report-slider .slick-slide img{
  height: auto;
  width: 100%;
}
.pg-report-archive {
  width: 1176px;
  margin: -25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pg-report-item {
  display: block;
  width: 342px;
  margin: 25px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  color: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pg-report-item:hover {
  text-decoration: none;
  opacity: 0.6;
}
.pg-report-item figure img {
  width: 100%;
  height: auto;
}
.pg-report-item h3 {
  margin: 15px 0;
  padding-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px solid #e9d5d5;
}
.pg-report-item h3 span {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
}
.pg-report-item p {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 20px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .pg-report-slider.slick-slider {
    width: 100%;
    margin-bottom: 40px;
  }
  .pg-report-slider .slick-prev{
    left: 5px;
  }
  .pg-report-slider .slick-next{
    right: 5px;
  }
  .pg-report-slider .slick-dots{
    bottom: -20px;
  }
  .pg-report-slider .slick-list.draggable{
  }
  .pg-report-slider .video-js {
    width: auto;
    height: 300px;
  }
  .page-report #md_css_set .ttl1 {
    font-size: 3.6rem;
    margin: 10px auto 25px auto;
  }
  .page-report .md-width-large{
    width: 100%;
  }

  .pg-report-archive{
    width: 100%;
    padding: 40px 20px 0 20px;
    display: block;
  }
  .pg-report-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px 0;
    padding: 10px;
    width: 100%;
  }
  .pg-report-item figure{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    margin-right: 10px;
    max-width: 135px;
  }
  .pg-report-item .txt{
    /* flex:0 0 auto; */
    width: 100%;
  }
  .pg-report-item h3 {
    margin: 0 0 5px;
    padding-bottom: 5px;
  }
  .pg-report-item h3 span {
    font-size: 1.1rem;
    line-height: 1.6rem;
    height: 3.2rem;
  }
  .pg-report-item p {
    font-size: 1.1rem
  }
}

/* concert
------------------------------------------*/
.pg-concert-contents {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#md_css_set .f16{
  font-size: 16px;
}
.pg-concert-contents dl {
  width: 580px;
  border: 2px solid #EBE6E6;
  padding: 40px;
}
.pg-concert-contents dt {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #D2AAAA;
}
.pg-concert-contents dd {
  padding: 30px 0 0 0;
  line-height: 2;
  text-align: center;
}
.pg-concert-contents dd table {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
.pg-concert-contents dd th {
  vertical-align: top;
  min-width: 76px;
  padding-top: 5px;
  white-space: nowrap;
}
.pg-concert-contents dd th span {
  display: inline-block;
  background-color: #AF9696;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.pg-concert-contents dd td {
  vertical-align: top;
  padding-top: 5px;
  padding-left: 18px;
}
.pg-concert-contents dd .note {
  margin-bottom: 20px;
  text-align: left;
}
.pg-concert-note {
  background: #f5f5f5;
  font-size: 12px;
  line-height: 2;
  margin: 0 auto;
  padding: 10px 30px 40px 30px;
  width: 1200px;
}
.pg-concert-schedule {
  text-align: center;
  margin: 0 auto;
}
.pg-concert-schedule:before,
.pg-concert-schedule:after {
  content: '';
  display: block;
  width: 480px;
  margin: 0 auto;
}
.pg-concert-schedule:before {
  margin-bottom: 20px;
}
.pg-concert-schedule:after {
  margin-top: 20px;
}
.pg-concert-schedule dt {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  width: 400px;
  font-size:1.8rem;
}
.pg-concert-schedule dd * {
  line-height: 2;
  font-weight: bold;
}
.pg-concert-schedule dd{
  margin: 0 auto;
}
.pg-concert-schedule dd .dates {
  font-size: 16px;
  padding: 20px 0;
  text-align: left;
}
.pg-concert-schedule dd .dates .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 360px;
}
.pg-concert-schedule dd .dates .inner div {
  width: 50%;
}
.pg-concert-schedule dd .note {
  font-weight: normal;
  font-size: 1.2rem;
  margin-top: 20px;
}
/* concertform
------------------------------------------*/
#pg-concert-date {
  font-size: 1.8rem;
  padding-left: 20px;
}

/* chapel-concert
------------------------------------------*/
.page-concert .sp{
  display: none;
}
.page-concert .attention-txt{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  color:#787878;
}
.page-concert .concert-header .normal_text{
  text-align: center;
}
.page-concert .section.event-header{
  padding: 0;
}
.page-concert .event-header .inner{
  background: #f5f5f5;
  margin: 0 auto;
  padding: 60px 0 30px;
  width: 1200px;
}
.page-concert .event-header h2{
  font-size: 22px;
  text-align: center;
}
.page-concert .event-header .normal_text{
  padding-top: 30px;
}
.page-concert .section.event-contents{
  margin: 0 auto;
  padding: 0;
  width: 1200px;
}
.page-concert .section.event-contents .inner{
  background: #f5f5f5;
  padding: 30px;
  width: 100%;
}
.page-concert .pg-concert-contents{
  padding: 10px 0;
  width: 100%;
}
.page-concert .event-contents .pg-concert-contents dl{
  background: #fff;
  border: solid 1px #EBE6E6;
  width: 545px;
}
.page-concert .event-contents .pg-concert-contents dt{
  text-align: left;
}
.page-concert .attention .pg-concert-note dt{
    font-size: 1.2rem;
    color:#787878;
  }
@media screen and (max-width: 768px) {
  .page-concert .sp{
    display: inline-block;
  }
  .page-concert .concert-header .normal_text{
    padding: 0 20px !important;
    text-align: left;
  }
  .page-concert .concert-header .ttl1{
    padding: 0 70px;
  }
  .page-concert .section.event-header{
    padding: 0 20px;
  }
  .page-concert .event-header .inner{
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
  }
  .page-concert .event-header .normal_text{
    margin-top: 10px !important;
    padding: 0 10px !important;
    text-align: left !important;
  }
  .page-concert .section.event-contents{
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
  .page-concert .section.event-contents .inner{
    background: #f5f5f5;
    padding: 0 5px;
    width: 100%;
  }
  .page-concert .event-contents .pg-concert-contents{
    display: block;
  }
  .page-concert .event-contents .pg-concert-contents dl{
    background: #fff;
    border: solid 1px #EBE6E6;
    padding: 20px 15px;
    width: 100%;
  }
  .page-concert .event-contents .pg-concert-contents dl:not(:last-child){
    margin-bottom: 20px;
  }
  .page-concert .event-contents .pg-concert-contents dt{
    text-align: center;
  }
  .pg-concert-contents dd {
    padding: 20px 0 0 0;
  }
  .section.attention{
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .section.attention .pg-concert-note{
    padding: 10px 5px 20px 5px;
    width: auto;
  }
  .pg-concert-schedule dd{
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .pg-concert-schedule dd .dates .inner {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .pg-concert-schedule dd .dates .inner div {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .page-concert .event-contents .pg-concert-contents dt {
    font-size: 1.6rem;
    color: #555;
  }
  .pg-concert-contents dd table {
    font-size: 1.2rem;
  }
  .pg-concert-note dd span.f16 {
    font-size: 1.4rem !important;
    color: #787878;
  }
  .pg-concert-contents dd th {
    min-width: 60px;
  }
  .pg-concert-contents dd td {
    padding-left: 10px;
  }
  .pg-concert-schedule dt {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size:1.6rem
  }
  #md_css_set .pg-concert-schedule dd .note {
    font-size: 1.4rem;
    color: #787878;
  }
  #md_css_set .pg-concert-schedule dd .note a {
    color: #82644b;
  }
  .pg-concert-schedule dd .dates {
    font-size: 1.4rem;
  }
}

/* ================================================================
404
================================================================ */
.pg-404 {
  padding: 100px 0;
}
.pg-404 h1 img {
  width:444px;
}
.pg-404 p {
  margin-top:80px;
  color:#9B8773;
}
.pg-404 p a {
  text-decoration:underline;
}
@media screen and (max-width: 768px) {
  .pg-404 {
    padding: 50px 0;
  }
  .pg-404 h1 img {
    width:300px;
  }
  .pg-404 p {
    margin-top:0;
    line-height: 1.5;
  }
}
/* ================================================================
md_css
================================================================ */
#md_css_set .float_l{
  float:left;
}
#md_css_set .float_r{
  float:right;
}
#md_css_set .margin_center{
  margin:0 auto;
}
#md_css_set .margintop70{
  margin-top:70px;
}
@media screen and (max-width: 768px) {
  #md_css_set .margintop70{
    margin-top:0;
  }
}
#md_css_set .marginbtm50{
  margin-bottom:50px;
}
#md_css_set .aligncenter{
  text-align:center;
}
#md_css_set .alignleft{
  text-align:left;
}
#md_css_set .alignright{
  text-align:right;
}
#md_css_set .aligncentersp_pcleft{
  text-align:left;
}
#md_css_set h1{
  font-weight:normal;
}
#md_css_set .ttl1{
  font-family: 'IM Fell English SC', serif;
  color:#494949;
  font-size:5.4rem;
  margin:40px auto 60px;
}
#md_css_set .ttl2{
  font-size:3.6rem;
  margin-bottom:2px;
}

#md_css_set .ttl3{
  font-family: 'Ryumin ExtraBold KL',serif;
  font-size:1.8rem;
  letter-spacing:2px;
  color:#555;
  margin:5px auto 40px;
}
#md_css_set .ttl4{
  font-size:1.8rem;
  color:#555;
}
#md_css_set .ttl_bdr{
  width:300px;
  background-color:#e6dcdc;
  height:3px;
}

#md_css_set .font_ryumin_EBKL{
  font-family: 'Ryumin ExtraBold KL',serif !important;
}
#md_css_set .font_IM_fell_ESC{
  font-family:"IM FELL English SC" !important;
}
#md_css_set .font_times_NR{
  font-family: "Times New Roman", 'Ryumin ExtraBold KL', serif !important;
}
#md_css_set .font_bankG{
      font-family: 'BankGothic', BankGothic, sans-serif !important;
      font-size: 12px;
}
#md_css_set .normal_text{
  font-weight:normal;
  font-size:1.4rem;
  color:#333;
  line-height:32px;
}

#md_css_set .h2_set,
#md_css_set .h2_set_2{
  margin:60px auto 40px;
}
#md_css_set .h2_set1{
  font-family:"IM FELL English SC";
  font-size:3.6rem;
  color:#494949;
  text-align:center;
}
#md_css_set .h2_set1_jp{
  font-size:2.2rem;
  color:#333333;
  text-align:center;
  margin-bottom: 14px;
}
#md_css_set .h2_set2{
  margin:-10px auto 15px;
  font-size:1.2rem;
  letter-spacing:2px;
  color:#645569;
  text-align:center;
}

#md_css_set .h2_set_bdr_t{
  width:100px;
  height:2px;
  background-color:#e6dcdc;
  margin-bottom:8px;
}

#md_css_set .h2_set_bdr_b{
  width:100px;
  height:2px;
  background-color:#e6dcdc;
}

#md_css_set .head_line{
  margin:100px auto 60px;
  text-align:center;
  color:#333;
  font-size:2.2rem;
}

#md_css_set .anchor_link_inpage_width{
  width:216px;
  margin-right:30px;
  float:left;
}

#md_css_set .anchor_link_inpage_width:hover{
  opacity:0.7;
}
#md_css_set .anchor_link_inpage_width2{
  width:384px;
  margin-right:30px;
  float:left;
}
#md_css_set .anchor_link_inpage_width2:hover{
  opacity:0.7;
}
#md_css_set .anchor_link_inpage_img{
  width:216px;
  height:122px;
}
#md_css_set .anchor_link_inpage_img2{
  width:384px;
  height:216px;
}

#md_css_set .anchor_link_inpage_ttl{
  font-family:"IM FELL English SC";
  font-size:2rem;
  color:#494949;
  margin:12px auto 0px;
  text-align:center;
}

#md_css_set .anchor_link_inpage_det{
  font-size:1.2rem;
  color:#645569;
  margin:0 auto 12px;
  text-align:center;
}

#md_css_set .anchor_link_inpage_bdr{
  width:100%;
  height:2px;
  background-color:#b9b9b9;
  position: relative;
}
#md_css_set .anchor_link_inpage_bdr:before{
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-bottom: solid 2px #b9b9b9;
  border-right: solid 2px #b9b9b9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
  left: 48%;
  margin-top: -4px;
}

#md_css_set .morebtn{
  font-family: 'BankGothic', BankGothic, sans-serif;
  border:1px solid #ddd;
  margin:0 auto;
  height:44px;
  width:180px;
  font-size:1.4rem;
  text-align:center;
  line-height:44px;
}

#md_css_set .morebtn_p {
  font-family: 'BankGothic', BankGothic, sans-serif;
  background-color: #cda0a0;
  border:1px solid #cda0a0;
  cursor: pointer;
  margin:0 auto;
  height:44px;
  width:180px;
  font-size:1.4rem;
  text-align:center;
  line-height:44px;
}
#md_css_set .morebtn_p a {
  color: #fff;
}
#md_css_set .morebtn_p:hover{
  background-color:#e7b1b1;
  border:1px solid #e7b1b1;
}
#md_css_set .section.section-facility > div .morebtn {
  margin-top: 60px;
  background-color: #fff;
  cursor: pointer;
}
#md_css_set .section.section-dress > div .morebtn {
  background-color: #cda0a0;
  border:1px solid #cda0a0;
  cursor: pointer;
}
#md_css_set .section.section-dress > div .morebtn a {
  color: #fff;
}
#md_css_set .morebtn p{
  color:#333;
}
#md_css_set .morebtn:hover{
  background-color:#cda0a0;
  color:#fff;
  border:1px solid #cda0a0;
}
#md_css_set .section.section-facility > div .morebtn:hover{
  background-color:#cda0a0;
  color:#fff;
  border:1px solid #cda0a0;
}
#md_css_set .section.section-dress > div .morebtn:hover{
  background-color:#e7b1b1;
  border:1px solid #e7b1b1;
}
#md_css_set .morebtn:hover a {
  color:#fff;
}
#md_css_set .morebtn:hover p{
  color:#fff;
}
#md_css_set a {
  text-decoration: none;
}
#md_css_set .page_btm_link_ttl{
  font-size:2.2rem;
  color:#333;
  margin:60px 0 40px;
}
#md_css_set .page_btm_link_ttl_02 {
  font-size:3.6rem;
  color:#333;
  margin:60px 0 10px;
}
#md_css_set .page_btm_link_ttl_02 span {
  display: block;
  color: #645569;
  font-size: 1.2rem;
  font-family: "IM FELL English SC";
}
#md_css_set .page_btm_set_bdr_b {
  width: 300px;
  height: 3px;
  background-color: #e6dcdc;
  margin-bottom: 40px;
}
#md_css_set br.spbr {
  display:none;
}
@media screen and (max-width: 768px) {
  #md_css_set .page_btm_link_ttl_02 {
    font-size:2.4rem;
    color:#333;
    margin:30px 0 5px;
  }
  #md_css_set .page_btm_link_ttl_02 span {
    margin-top:-3px;
    font-size: 1.1rem;
  }
  #md_css_set .page_btm_set_bdr_b {
    width: 150px;
    height: 1px;
    margin-bottom: 20px;
  }
  #md_css_set .alignleftsp {
    text-align:left !important;
    padding: 0 0px;
  }
  #md_css_set br.spbr {
    display:inline;
  }
}
#md_css_set .page_btm_link_set{
  width:1132px;
  overflow:hidden;
  margin:0 auto;
}

#md_css_set .page_btm_link_set_width{
  width:1182px;
  margin-right:-50px;
}

.page-dress_item #md_css_set .page_btm_link_set_det{
  width:260px;
  height:264px;
  margin-right:30px;
  margin-bottom: 50px;
  border:1px solid #ddd;
  padding:20px;
}
#md_css_set .page_btm_link_set_det {
  width:344px;
  height:342px;
  margin-right:50px;
  margin-bottom: 50px;
  border:1px solid #ddd;
  padding:30px;
}
#md_css_set .page_btm_link_set_det:hover{
  opacity:0.7;
}
#md_css_set .page_btm_link_set_det_ttl{
  font-family:"IM FELL English SC";
  font-size:2rem;
  color:#494949;
  line-height:22px;
}
#md_css_set .page_btm_link_set_det_text{
  font-size:1.2rem;
  color:#645569;
  line-height:20px;
  margin-bottom:15px;
}
#md_css_set .sp_dispno{

}
#md_css_set .sp_disp{
  display:none;
}

@media screen and (max-width: 768px) {
  #md_css_set h1.ttl1 img {
    width: 100%;
  }
  #md_css_set h2.ttl img {
    height: auto;
    width: 200px;
  }
  #md_css_set .float_l{
    float:none;
  }
  #md_css_set .float_r{
    float:none;
  }
  #md_css_set section.sction-glastonia .ttl1 {
    margin: 0 auto 30px;
    background: url(../images/top/top_thestoryofGLASTONIA_sp.png) left top no-repeat;
    background-size: 100%;
    width: 260px;
    height: 93px;
  }
  #md_css_set section.sction-glastonia .ttl1 img {
    display:none;
  }
  #md_css_set section.section-facility .ttl {
    background: url(../images/top/top_facility_sp.png) left top no-repeat;
    background-size: 100%;
    width: 220px;
    height: 64px;
  }
  #md_css_set section.section-facility .ttl img {
    display:none;
  }
  #md_css_set section.pg-top-cuisine .ttl {
    margin: 0 auto;
    background: url(../images/top/top_cuisine_sp.png) left top no-repeat;
    background-size: 100%;
    width: 180px;
    height: 120px;
  }
  #md_css_set section.pg-top-cuisine .ttl img {
    display:none;
  }
  #md_css_set section.section-bfair .ttl {
    margin: 0 auto;
    background: url(../images/top/top_bridalfair_sp.png) left top no-repeat;
    background-size: 100%;
    width: 240px;
    height: 76px;
  }
  #md_css_set section.section-bfair .ttl img {
    display:none;
  }
  #md_css_set .pg-top-fair-pickup-ttl h3 {
    margin: 0 auto;
    background: url(../images/top/top_pickup_sp.png) left top no-repeat;
    background-size: 100%;
    width: 100px;
    height: 40px;
  }
  #md_css_set .pg-top-fair-pickup-ttl h3 img {
    display:none;
  }
  #md_css_set section.pg-top-plan .ttl {
    margin: 0 auto;
    background: url(../images/top/top_weddingplan_sp.png) left top no-repeat;
    background-size: 100%;
    width: 250px;
    height: 116px;
  }
  #md_css_set section.pg-top-plan .ttl img {
    display:none;
  }
  #md_css_set section.section-access .ttl {
    margin: 0 auto;
    background: url(../images/top/top_access_sp.png) left top no-repeat;
    background-size: 100%;
    width: 160px;
    height: 73px;
  }
  #md_css_set section.section-access .ttl img {
    display:none;
  }



  #md_css_set .aligncentersp_pcleft{
    text-align:center;
  }
  #md_css_set .ttl1{
    font-size:3.6rem;
    margin:10px auto 25px auto;
  }
  #md_css_set .ttl2{
    margin-bottom:0px;
    font-size:1.8rem;
  }
  #md_css_set .ttl3{
    font-size:1.2rem;
    letter-spacing:1px;
    margin:0 auto 16px;
  }
  #md_css_set .ttl_bdr{
    width:150px;
    background-color:#e6dcdc;
    height:2px;
  }
  #md_css_set .normal_text{
    font-size:1.3rem;
    line-height:24px;
    padding:0 20px;
  }
  #md_css_set .h2_set{
    margin: 20px 20px 20px;
    clear:both;
  }
  #md_css_set .h2_set_2 {
    margin: 50px auto 20px;
    clear: both;
  }
  #md_css_set .h2_set1{
    font-size:2.4rem;
  }

  #md_css_set .h2_set2{
    margin:-7px auto 10px;
    font-size:1.1rem;
  }
  #md_css_set .h2_set_bdr_t{
    width:100px;
    height:1px;
    margin-bottom:8px;
  }
  #md_css_set .h2_set_bdr_b{
    width:100px;
    height:1px;
  }
  #md_css_set img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #md_css_set .head_line{
    margin:25px auto 20px;
    font-size:1.6rem;
    padding: 0 20px;
  }
  #md_css_set .anchor_link_inpage_width{
    width:147px;
    margin-right:0px;
    margin-bottom:60px;
    float:none;
  }

  #md_css_set .anchor_link_inpage_width2{
    width:147px;
    margin-right:0px;
    margin-bottom:60px;
    float:none;
  }
  #md_css_set .anchor_link_inpage_sp_float_l{
    float:left;
  }
  #md_css_set .anchor_link_inpage_sp_float_r{
    float:right;
  }

  #md_css_set .anchor_link_inpage_img{
    width:147px;
    height:83px;
  }
  #md_css_set .anchor_link_inpage_img2{
    width:147px;
    height:83px;
  }
  #md_css_set .anchor_link_inpage_ttl{
    font-size:1.4rem;
    margin:15px auto 0px;
  }

  #md_css_set .anchor_link_inpage_det{
    font-size:1.1rem;
    margin:0 auto 15px;
  }

  #md_css_set .anchor_link_inpage_bdr{
    width:100%;
    height:1px;
    background-color:#b9b9b9;
    position: relative;
  }
  #md_css_set .anchor_link_inpage_bdr:before{
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-bottom: solid 1px #b9b9b9;
    border-right: solid 1px #b9b9b9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-top: -4px;
    margin-left: -6px;
  }

  #md_css_set .morebtn{
    height:32px;
    width:127px;
    color:#333;
    font-size:1.1rem;
    line-height:32px;
  }
  #md_css_set .morebtn:hover{
  }



  #md_css_set .page_btm_link_ttl{
    font-size:1.6rem;
    margin:30px 0;
  }
/*
  #md_css_set .page_btm_link_set{
    width:324px;
    overflow:hidden;
    margin:0 auto;
  }
  #md_css_set .page_btm_link_set_width{
    width:auto;
    margin-right:0;
  }
*/
  #md_css_set .page_btm_link_set{
    width:100%;
  }
  #md_css_set .page_btm_link_set_width{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-right:0;
  }
  .page-dress_item #md_css_set .page_btm_link_set_width{
    width: 100%;
    padding: 0;
  }

  #md_css_set .page_btm_link_set_det{
    width:auto;
    height:auto;
    margin-right:0px;
    padding:10px;
    margin-bottom:20px;
  }
  .page-dress_item #md_css_set .page_btm_link_set_det{
    width:auto;
    height:auto;
    margin-right:0px;
    padding:10px;
    margin-bottom:20px;
  }

  #md_css_set .page_btm_link_text{
    float:right;
    width:60%;
    text-align:center;
    margin:11% 0;
  }
  #md_css_set .page_btm_link_set_det img{
    width:40%;
    height:auto;
    margin-left:0;
  }

  #md_css_set .page_btm_link_set_det_ttl{
    font-size:1.6rem;
    line-height:21px;

  }
  #md_css_set .page_btm_link_set_det_text{
    font-size:1.1rem;
    line-height:16px;
    margin-bottom:0;
  }
  #md_css_set  .sp_dispno{
    display:none;
  }
  #md_css_set .sp_disp{
    display:block;
  }
}
@media screen and (max-width: 768px) {
  .section.section-dress {
    padding: 20px;
  }
  .section.section-dress > div {
    width: 100%;
    border: none;
    height: auto;
  }
  .section.section-dress > div .title-default h2 {
    height: auto;
  }
  .section.section-dress > div .title-default {
    position: relative;
    height: auto;
    width: 100%;
  }
  .section.section-dress > div .title-default h2 img {
    width: 100% !important;
  }
  .section.section-dress > div .pc_disp {
    display:none;
  }
  .section.section-dress > div .txt-al-center {
    left: inherit;
    right: 10%;
    bottom: 20px;
  }
  .section.section-plan {
    padding: 30px 0;
    height: auto;
  }
  .section.section-report {
    padding: 20px;
    height: auto;
  }
  .section.section-report .pc_disp{
    display: none;
  }
  .section.section-report h2.sp_disp {
    width: 100%;
  }
  .section.section-report h2.sp_disp img {
    width: 100% !important;
  }
  .section.section-report .pg-top-report {
    width: 100%;
    margin: 20px auto 0;
  }
  .section.section-report .pg-top-report > div {
    width: 100%;
    margin-right: 0;
    display:block;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .pg-top-report .pg-top-report-img img {
    width: 100%;
  }
  .section.section-report .pg-top-report .pg-top-report-img .textimg {
    margin: 20px auto ;
    width: auto;
  }
  .section.section-report .txt-al-center.sp_disp {
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
  }
}
/* ================================================================
concept
================================================================ */
.page-concept .concept1_width{
  width:1200px;
  height:780px;
  padding-right:60px;
  margin:0 auto;
}

.page-concept .concept1_imgbox{
  width:586px;
}

.page-concept .concept1_textbox{
  width:466px;
  height:581px;
  margin:99.5px 0;
}

.page-concept .concept_margin {
  margin-top: 100px;
  position: relative;
}

.page-concept p.start_fontsize:first-letter{
  font-size:6.4rem;
  line-height: 1;
  padding: 3px;
  margin-right: 3px;
}

.page-concept .concept2_width{
  width:1200px;
  height:440px;
  padding-left:60px;
}

.page-concept .concept2_imgbox{
  width:586px;
}

.page-concept .concept2_textbox{
  width:466px;
  height:344px;
  margin-top:48px;
}

.page-concept .concept3_width{
  width:1200px;
  height:217px;
  padding-right:60px;
}

.page-concept .concept3_imgbox{
  width:293px;
  margin-left:293px;
}

.page-concept .concept3_textbox{
  width:466px;
  height:186px;
  margin-top:15.5px;
}

.page-concept .concept4_width{
  width:1200px;
  height:762px;
  margin-top:100px;
  position:relative;
  overflow:hidden;
}


.concept_last_img1{
  position:absolute;
  top:0px;
  left:0px;
  margin:0 441.5px;
}
.concept_last_img2{
  margin-top:86px;
}

@media screen and (max-width: 768px) {
  .page-concept .concept1_width{
    width:100%;
    padding:0 20px;
    height:auto;
  }
  .page-concept .concept1_imgbox{
    width:100%;
    margin:0 auto;
  }
  .page-concept .concept1_textbox{
    width:100%;
    height:auto;
    padding:0 0px;
    margin:20px 0 0;

  }
  .page-concept p.start_fontsize:first-letter{
    font-size: 4rem;
  }

  .page-concept .concept2_width{
    width:100%;
    padding:0 20px;
    height:auto;
  }
  .page-concept .concept2_imgbox{
    width:100%;
    margin:0 auto;
  }
  .page-concept .concept2_textbox{
    width:100%;
    height:auto;
    padding:0 0px;
    margin:20px 0 0;

  }

  .page-concept .concept3_width{
    width:100%;
    padding:0 20px;
    height:auto;
  }
  .page-concept .concept3_imgbox{
    width:100%;
    margin:0 auto;
  }
  .page-concept .concept3_textbox{
    width:100%;
    height:auto;
    padding:0 0px;
    margin:20px 0 0;

  }
  .page-concept .concept_margin {
    margin-top: 20px;

  }
  .page-concept .concept4_width{
    width:100%;

    height:auto;
  }
  .concept_last_img1{
    position:relative;
    margin:0;
    width:70%;
    max-width:317px;
    padding:10px 30px 7.5px;
  }
  .concept_last_img2{
    margin-top:0px;
    width:100%;
  }
}

/* ================================================================
access
================================================================ */

.page-access .access-map{
  width:100%;
  height:460px;
}

.page-access #md_css_set .margin_center.access1_width{
  width:432px;
  margin-top: 60px;
}

.page-access .access2_width{
  width:250px;
}

.page-access .access3_width{
  width:666px;
  height:330px;
}

.page-access .access4_width{
  margin-top:40px;
  width:303px;
  height:300px;
}
.page-access .access4_width img {
  margin:15px 0;
}

.page-access .access5_width{
  padding-top:20px;
  width:600px;
}

@media screen and (max-width: 768px) {
  .page-access .gmap{
    height:530px;
  }
  .page-access #md_css_set .margin_center.access1_width{
    width:auto;
    margin-top: 30px;

  }
  .page-access .access2_width{
    width:auto;
  }
  .page-access .access3_width{
    width:auto;
    height:auto;
  }
  .page-access .access4_width{
    width:auto;
    height:auto;
  }
  .page-access .access5_width{
    width:auto;
  }
  .page-access #md_css_set .access5_width.h2_set{
    margin: 50px 20px 20px;
    clear:both;
  }

}

/* ================================================================
faq
================================================================ */
.page-faq .faq1_width{
  width:920px;
/*  height:235px;*/
  border:12px solid #E6DCDC;
}

.page-faq #sec1{
  padding:20px 0;
}
.page-faq .fap_text_top{
  font-size: 1.4rem;
  margin: 32px 20px;
  text-align: center;
  line-height: 49px;
}

.page-faq .faq2_width{
  width:1200px;
  margin:80px auto;

}

.page-faq .faq_scrll_btn_set{
  width:1230px;
  height:50px;
}

.page-faq .btn_set{
  width:216px;

  border-bottom:2px solid #b9b9b9;
  margin-right:30px;
  float:left;
  position:relative;
}
.page-faq .btn_set:after{
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-bottom: solid 2px #b9b9b9;
  border-right: solid 2px #b9b9b9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-top: -4px;
  margin-left: -6px;
}
.page-faq .btn_text{
  font-family:"IM FELL English SC";
  font-size:2rem;
  text-align: center;
  position: relative;
  margin:12px 0 22px;
  color:#494949;
  height: 68px;
}
.page-faq .btn_text_jp{
  font-size:2rem;
  text-align: center;
  position: relative;
  margin:12px 0 22px;
  color:#494949;
  height: 68px;
}
.page-faq .btn_text:before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 1px #b9b9b9;
  border-right: solid 1px #b9b9b9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -40px;
  left: 48%;
  margin-top: -4px;
}

.page-faq .btn_set:hover{
  opacity:0.7;
}



.page-faq a{
  color:#2E2E2E;
}

.page-faq .faq_sec_title{
  width:600px;
  height:66px;
  margin:80px auto 0;
  border-bottom:3px solid #D2AAAA;
  text-align:center;
  font-size:2.2rem;
}

.page-faq .faq_qa_set{
  width:800px;
  margin:40px auto 0;
}

.page-faq .faq_qa_set.faq_qa_set_last {
  padding-bottom:18px;
}
.page-faq .faq_qa_q{
  font-size:1.8rem;
  height:32px;
}
.page-faq .faq_q_mark{
  width:32px;
  height:32px;
  background-color:#555;
  float:left;
  color:#fff;
  text-align:center;
}

.page-faq .faq_q_text{
  float:left;
  margin-left:15px;
  color: #645569;
}

.page-faq .faq_qa_a{
  font-size:1.4rem;
  background-color:#f7f5f5;
  color:#333;
  line-height:24px;
  margin-top:15px;
  padding:15px 40px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.page-faq .faq_det_btn{
  width:200px;
  height:48px;
  margin:20px auto 0;
  text-align:center;
  background-color:#cda0a0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  line-height:48px;
}

.page-faq .det_text{
  font-size:1.6rem;
  color:#fff;
}

.page-faq .det_text:hover{
  background-color:#e7b1b1;
}

.page-faq a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .page-faq .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-faq .faq1_width{
    width:78%;
    height:auto;
    border:12px solid #E6DCDC;
    margin:0 auto;
  }
  .page-faq #sec1{
    clear: both;
  }
  .page-faq .fap_text_top{
    font-size:1.3rem;
    line-height: 24px;
  }
  .page-faq .faq2_width {
    width: auto;
    margin: 80px auto 0;
    height: auto;

  }
  .page-faq .faq_scrll_btn_set {
    width: 324px;
    height: 290px;
    margin:0 auto;
  }
  .page-faq .btn_set {
    width: 147px;
    margin:0px auto;
  }
  .page-faq .btn_text:before{
    bottom: -30px;
  }
  .page-faq .faq_sp_l{
    float:left;
    margin-bottom:30px;
  }
  .page-faq .faq_sp_r{
    float:right;
    margin-bottom:30px;
  }
  .page-faq .btn_text {
    font-size:1.4rem;
    position: relative;
    margin:7.5px 0 14.5px;
    height: 42px;
  }
  .page-faq .faq_qa_set{
    width:100%;
    margin:20px auto 0;
    padding: 0 20px;
  }
  .page-faq .faq_qa_q{
    font-size:1.5rem;
    line-height:1.3;
    height: auto;
    margin-bottom:12px;
  }
  .page-faq .faq_q_text{
    float:none;
    margin-left:47px;
    height:auto;
  }
  .page-faq .faq_q_mark{
    font-size: 1.5rem;
    line-height: 2;
    position: relative;
    top: -5px;
  }
  .page-faq .faq_qa_a{
    font-size:1.3rem;
    line-height:24px;
    margin-top:5px;
    padding:15px;
  }
  .page-faq .faq_det_btn {
    height: 48px;
    margin: 20px auto 0;
    line-height: 48px;
  }
  .page-faq .faq_qa_set.faq_qa_set_last {
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 400px) {
  .page-faq .faq2_width {
    margin: 40px auto 30px;
  }
  .page-faq .faq_scrll_btn_set {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    letter-spacing: -.4em;
  }
  .page-faq .faq_scrll_btn_set > a {
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    width: 50%;
    vertical-align: top;
  }
  .page-faq .faq_scrll_btn_set > a > div {
    width: 90%;
    margin: 0 auto 60px;
    float: none;
  }
  .page-faq .btn_text_jp {
    font-size: 1.4rem;
    margin: 12px 0;
    height: 40px;
  }
}

/* ================================================================
facilities
================================================================ */
.page-facilities #sec1{
  margin:0;
}
.page-facilities .facility1_width{
  width:954px;
  height:230px;
  margin:60px auto 0;
}
.page-facilities .facility1_width_det{
  width:984px;
  margin-right:-30px;
}

.page-facilities .facility2_width{
  width:1200px;
  height:675px;
  margin:0 auto 40px;
}

.page-facilities .facility3_width{
  width:1200px;
  height:675px;
  margin:0 auto 40px;
}

.page-facilities .facility_title_text{
  font-size:1.8rem;
  text-align:center;
  font-weight:bold;
  font-family: Lusitana , Ryumin , serif;
}
.page-facilities .facility_title_text_incidental{
  font-size: 1.6rem;
  text-align: center;
  /* font-weight: bold;
  font-family: Lusitana , Ryumin , serif; */
}
.page-facilities .facility_title_text_det{
  font-size:1.2rem;
  text-align:center;
}
.page-facilities .marginbtm40{
  margin-bottom:40px;

}

.page-facilities .facility4_width{
  width:1200px;
  height:564px;
  margin:0 auto;
}
.page-facilities .facility4_width_det{
  width:586px;
}
.page-facilities .facility4_width_det.margin-a {
  margin:0 auto;
}
.page-facilities .facility4_width_det img{
  width:586px;
  height:390px;
  margin-bottom:40px;
}

@media screen and (max-width: 768px) {
  .page-facilities .facility1_width{
    width:324px;
    height:424px;
    margin:30px auto 0;

  }
  .page-facilities .facility1_width_det{
    width:324px;
    margin-right:0px;
  }
  .page-facilities .facility2_width{
    width:auto;
    height:auto;
    padding:0 20px;
    margin:0 auto 20px;
  }
  .page-facilities .facility3_width{
    width:auto;
    height:auto;
    padding:0 20px;
    margin:0 auto 20px;
  }
  .page-facilities .facility_title_text{
    font-size:1.3rem;
  }
  .page-facilities .marginbtm40 {
    margin-bottom: 20px;
  }
  .page-facilities .facility4_width{
    width:auto;
    height:auto;
    padding:0 20px;
  }
  .page-facilities .facility4_width_det{
    width:auto;
    margin-bottom:20px;
  }
  .page-facilities .facility4_width_det img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .page-facilities #md_css_set .ttl1{
    font-size:3.2rem;
    margin:10px auto 25px auto;
  }
  .page-facilities #md_css_set .h2_set{
    margin: 40px 20px 20px;
    clear: both;
  }
}

/* ================================================================
appearance
================================================================ */
.page-appearance .appearance1_width{
  width:1200px;
  height:780px;
  padding-right:60px;
  margin:0 auto;
}

.page-appearance .appearance1_imgbox{
  width:586px;
}

.page-appearance .appearance1_textbox{
  width:466px;
  height:288px;
  margin:246px 0;
}

.page-appearance .appearance2_width{
  width:1200px;
  height:542px;
  margin:60px auto 120px;
}
.page-appearance .appearance2_width_img1{
  width:1200px;
}
.page-appearance .appearance3_width{
  width:1200px;
  height:675px;
  margin:0px auto 0;
}

.page-appearance .appearance4_width{
  width:1080px;
  margin:40px auto 0;
}
.page-appearance .appearance5_width {
  width: 1200px;
  height: 780px;
  margin: 60px auto 0;
}
.page-appearance .appearance5_imgbox {
  width: 586px;
}

@media screen and (max-width: 768px) {
  .page-appearance .appearance1_width{
    width:auto;
    height:auto;
    padding:0 20px;
  }
  .page-appearance .appearance1_imgbox{
    width:auto;
  }

  .page-appearance .appearance1_textbox{
    width:auto;
    height:auto;
    padding:0 0px;
    margin:20px 0 0;
  }
  .page-appearance .appearance2_width{
    width:auto;
    height:auto;
    padding:0 20px 0;
    margin:20px auto 0px;
  }

  .page-appearance .appearance2_width_img1{
    width:auto;
  }

  .page-appearance .appearance3_width{
    width:auto;
    height:auto;
    margin:0px auto 0;
    padding:0 30px 0;
  }
  .page-appearance .appearance4_width{
    width:auto;
    margin:20px auto 0;
  }
  .page-appearance .appearance5_width {
    width: 100%;
    height: auto;
    margin: 30px auto 60px;
    padding: 0 20px;
  }
  .page-appearance .appearance5_imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-appearance .appearance5_imgbox img {
    width: 100%;
  }
}

/* ================================================================
ingidental
================================================================ */
.page-ingidental .ingidental1_width{
  width:1240px;
  height:430px;
  margin:40px auto 0;
}
.page-ingidental .ingidental1_width_img{
  width: 610px;
  height: 405px;
}
.page-ingidental .ingidental2_width{
  width:1240px;
  height:370px;
  margin:0 auto;
  overflow:hidden;
}
.page-ingidental .ingidental2_width_det{
  width:1260px;
  margin-right:-20px;
}
.page-ingidental .ingidental2_width_det > .float_l {
  width:400px;
  margin-right:20px;
}
.page-ingidental .ingidental2_width_img{
  width:400px;
  height:267px;
  margin-right:20px;
  overflow:hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-ingidental .ingidental1_width{
    width:auto;
    height:auto;
    padding:0 20px;
  }
  .page-ingidental .ingidental1_width_img{
    width:auto;
    height:auto;
    margin-top:20px;
  }
  .page-ingidental .ingidental2_width{
    width:auto;
    height:auto;
    padding:0 20px;
  }
  .page-ingidental .ingidental2_width_det{
    width:auto;
    margin-right:0px;
  }
  .page-ingidental .ingidental2_width_det > .float_l {
    width:auto;
    margin-right:0px;
  }
  .page-ingidental .ingidental2_width_img{
    width:auto;
    height:auto;
    margin-right:0px;
    margin-top:20px;
  }
}

/* ================================================================
chapel
================================================================ */
.page-chapel .chapel1_width{
  width: 1200px;
  height: 1568px;
  margin: 0 auto;
}

.page-chapel .chapel1_width_det1{
  width: 595px;
  height: 793px;
  position: relative;
  overflow: hidden;
}
.page-chapel .chapel1_width_det1.float_l .normal_text {
  margin-left: 20px;
  margin-top: 130px;
}
.page-chapel .chapel1_width_det2{
  width: 595px;
  height: 793px;
  overflow: hidden;
  margin-bottom: 100px;
}
.page-chapel .margintb_58{
  margin: 58px 0;
}
.page-chapel .chapel1_width_det1_img1{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page-chapel .chapel1_width_det3{
  width:1200px;
  height:675px;
  clear: both;
  overflow: hidden;
}

.page-chapel .chapel2_width{
  width:1200px;
  height:734px;
  margin:100px auto 100px;
  overflow: hidden;
}

.page-chapel .chapel2_width_det1{
  width:595px;
  height:793px;
  overflow:hidden;
}
.page-chapel .chapel2_width_det2{
  width:595px;
  height:793px;
  position:relative;
}
.page-chapel .chapel2_width_det2 .chapel1_width_det2_img2 {
  position:absolute;
  top:0;
  width: 100%;
}
.page-chapel .chapel2_width_det2 .normal_text {
  position:absolute;
  bottom: 130px;
  margin-left: 20px;
}
.page-chapel .margint30{
  margin-top:30px;
}

.page-chapel .chapel3_width{
  width:1200px;
  height:675px;
  margin:0 auto 100px;
  overflow:hidden;
}

.page-chapel .chapel4_width{
  border-top:1px solid #979797;
  border-bottom:1px solid #979797;
  line-height:41px;
  width:291px;
  height:82px;
  margin:0px auto;

}
.page-chapel .chapel4_width p{
  margin:9px 0;

}
@media screen and (max-width: 768px) {
  .page-chapel .chapel1_width_det1.float_l .normal_text,
  .page-chapel .chapel2_width_det2 .normal_text {
    margin-top: 0;
    margin-left: 0;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .page-chapel .chapel2_width_det2 .normal_text {
    margin-top: 20px;
  }
  .page-chapel .chapel1_width_det1_img1 {
    position: static;
    margin-bottom:10px;
  }
  .page-chapel .chapel1_width_det2 {
    margin-bottom:10px;
  }
  .page-chapel .chapel1_width{
    width:auto;
    height:auto;
    padding:0 20px 10px;
  }
  .page-chapel .chapel1_width img{
    margin-bottom:5px;
  }
  .page-chapel .chapel1_width_det1{
    width:auto;
    height:auto;
  }
  .page-chapel .chapel1_width_det2{
    width:auto;
    height:auto;
  }
  .page-chapel .margintb_58{
    margin:0;
  }
  .page-chapel .chapel1_width_det1_img1{
    margin-top: 0;
  }
  .page-chapel .chapel1_width_det3{
    width:auto;
    height:auto;
    padding-top: 0px;
  }
  .page-chapel .chapel2_width{
    width:auto;
    height:auto;
    margin:0px auto;
    padding: 0px 20px 0;
  }
  .page-chapel .chapel2_width img{
    margin-bottom:5px;
  }
  .page-chapel .chapel2_width_det1{
    width:auto;
    height:auto;
  }
  .page-chapel .chapel2_width_det2 .chapel1_width_det2_img2,
  .page-chapel .chapel2_width_det2 .normal_text {
    position: static;
  }
  .page-chapel .chapel2_width_det2{
    width:auto;
    height:auto;
    margin-top:0px;
  }
  .page-chapel .margint30{
    margin-top:0px;
  }
  .page-chapel .chapel3_width{
    width:auto;
    height:auto;
    margin:0 auto;
    padding: 0px 20px 60px;
  }

  .page-chapel .chapel4_width{

  }
  .page-chapel .chapel4_width p{
    margin:17px 0;

  }
}

/* ================================================================
chapel
================================================================ */
.page-cuisine .cuisine1_width{
  width:1200px;
  height:675px;
  margin:40px auto 0;
}

.page-cuisine .cuisine2_width{
  width:1200px;
  height:446px;
  margin:10px auto 0;
}
.page-cuisine .cuisine2_width_img{
  width:595px;
  height:446px;

}
.page-cuisine .cuisine2_width_text{
  width:378px;
  height:288px;
  margin:79px 108.5px;
}
.page-cuisine .cuisine2_width_text2{
  width:336px;
  height:224px;
  margin:111px 129.5px;
}

.page-cuisine .cuisine3_width{
  width:1202px;
  height:396px;
  margin:10px auto 60px;
  overflow:hidden;
}
.page-cuisine .cuisine3_width_det{
  width:1212px;
  height:396px;
  margin-right:-10px;
}
.page-cuisine .cuisine3_width_img{
  width:293px;
  height:396px;
  margin-right:10px;
}
.page-cuisine .cuisine4_width{
  width:1200px;
  height:675px;
  margin:40px auto 0;
}
.page-cuisine .cuisine5_width{
  width:1200px;
  height:446px;
  margin:50px auto 0;
}
.page-cuisine .cuisine2_width_text3{
  width:336px;
  height:160px;
  margin:143px 129.5px;
}
.page-cuisine .cuisine2_width_text3 p {
  margin-top: 20px;
  text-align: right;
  font-size: 1.8rem;
}
.page-cuisine .cuisine_chef {
  background-color: #f7f5f5;
  padding: 10px 0 60px;
}



@media screen and (max-width: 768px) {

  .page-cuisine .cuisine1_width{
    width:auto;
    height:auto;
    margin:20px auto 0;
    padding:0 30px;
  }

  .page-cuisine .cuisine2_width{
    width:auto;
    height:auto;
    margin:0px auto 0;
    margin:0px 20px 0;
  }
  .page-cuisine .cuisine2_width_img{
    width:auto;
    height:auto;
    margin-bottom:10px;
  }
  .page-cuisine .cuisine2_width_text{
    width:auto;
    height:auto;
    margin:10px 0;
  }
  .page-cuisine #md_css_set .cuisine2_width_text .normal_text,
  .page-cuisine #md_css_set .cuisine2_width_text2 .normal_text,
  .page-cuisine #md_css_set .cuisine2_width_text3 .normal_text {
    padding: 0;
  }
  .page-cuisine .cuisine2_width_text2{
    width:auto;
    height:auto;
    margin:0;
  }

  .page-cuisine .cuisine3_width{
    width:auto;
    height:auto;
    margin:10px auto;
    padding:0 20px;
  }
  .page-cuisine .cuisine3_width_det{
    width:auto;
    height:auto;
    margin-right:0px;
  }
  .page-cuisine .cuisine3_width_img{
    width:auto;
    height:auto;
    margin-right:0px;
    margin-bottom:10px;
  }
  .page-cuisine .cuisine4_width{
    width:auto;
    height:auto;
    margin:10px auto 60px;
    padding:0 30px;
  }
  .page-cuisine .cuisine5_width{
    width:auto;
    height:auto;
    margin:20px auto 0;
    padding:0 20px;
  }
  .page-cuisine .cuisine2_width_text3{
    width:auto;
    height:auto;
    margin:0px;
  }
  .page-cuisine .cuisine2_width_text3 p {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .page-cuisine .cuisine_chef {
    padding: 10px 0 30px;
  }
}

/* ================================================================
banquet
================================================================ */
.page-banquet .banquet1_width{
  width:798px;
  height:330px;
  margin:40px auto 0;
  overflow:hidden;
}

.page-banquet .banquet1_width_det{
  width:828px;
  height:auto;
  margin-right:-30px;
}
.page-banquet .banquet2_width{
  width:1200px;
  height:675px;
  margin:100px auto 0;
}
.page-banquet .banquet3_width{
  width:1200px;
  height:446px;
  margin:10px auto 0;
}
.page-banquet .banquet3_width_det{
  width:595px;
  height:446px;
}
.page-banquet .banquet3_width_det.float_l {
  margin-right: 10px;
}
.page-banquet .banquet3_width_det_text{
  margin:20px 0 102px;
}
.page-banquet .banquet3_width_det_text2{
  margin:40px 0 114px;
}
.page-banquet .banquet3_width_det_img{
  width:293px;
  height:217px;
  margin-left:302px;
}

.page-banquet .banquet4_width{
  width:1200px;
  height:2351px;
  margin:10px auto 200px;
}
.page-banquet .banquet4_width01 {
  width:1200px;
  height:674px;
  margin-bottom: 10px;
}
.page-banquet .banquet4_width_det01 {
  width:897px;
  height:674px;
  margin-right:10px;
}
.page-banquet .banquet4_width_det02 {
  width:293px;
  height:674px;
  position: relative;
}
.page-banquet .banquet4_width_det02 img {
  position: absolute;
  bottom: 0;
}
.page-banquet .banquet4_width_det{
  width:595px;
  height:793px;
}
.page-banquet .banquet4_width_det.float_l{
  overflow: hidden;
  position: relative;
}
.page-banquet .banquet4_width_det.float_l img {
  position: absolute;
  bottom:0;
}
.page-banquet .banquet4_width_det.float_r{
  overflow: hidden;
}
.page-banquet .banquet4_width_det_text{
  margin:100px 20px 0;
}
.page-banquet .banquet4_width02 {
  width:1200px;
  height:793px;
}
.page-banquet .banquet4_width03 {
  width:1200px;
  height:674px;
  margin-top: 200px;
}
.page-banquet .banquet4_width03 .banquet4_width_det01 {
  width:897px;
  height:674px;
  margin-right:10px;
}
.page-banquet .banquet4_width03 .banquet4_width_det02 {
  width:293px;
  height:674px;
  position: relative;
}
.page-banquet .banquet4_width03 .banquet4_width_det02 img {
  position: absolute;
  top: 0;
}
.page-banquet .banquet5_width{
  width: 1200px;
  height: 674px;
  margin: 200px auto 0;
}
.page-banquet .banquet5_width_det.float_r{
  width: 897px;
  height: 674px;
}
.page-banquet .banquet5_width_det.float_l{
  width: 293px;
  height: 674px;
}
.page-banquet .banquet6_width{
  width:1200px;
  height:793px;
  margin: 200px auto;
}
.page-banquet .banquet6_width_det {
  width: 595px;
  height: 793px;
}
.page-banquet .banquet6_width_det.float_l{
  margin-right: 10px;
  overflow: hidden;
}
.page-banquet .banquet6_width_det_text2 {
   width: 400px;
   margin: 100px 30px 0 30px
}

@media screen and (max-width: 768px) {
  .page-banquet .banquet1_width{
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .page-banquet .banquet1_width .anchor_link_inpage_width2 {
    width: 48% !important;
  }
    .page-banquet .banquet1_width .anchor_link_inpage_width2 img {
    width: 100% !important;
    height: auto !important;
  }
  .page-banquet .banquet1_width_det{
    width:100%;
    height:auto;
    margin-right:0px;

  }
  .page-banquet .banquet2_width{
    width:auto;
    height:auto;
    margin:0px auto 0;
    padding:0 20px;
  }
  .page-banquet .banquet3_width{
    width:auto;
    height:auto;
    margin:10px auto 0;
    padding:0 20px;
  }
  .page-banquet .banquet3_width_det{
    width:auto;
    height:auto;
  }

  .page-banquet .banquet3_width_det_text,
  .page-banquet .banquet4_width_det_text,
  .page-banquet .banquet3_width_det_text2,
  .page-banquet .banquet6_width_det_text2 {
    margin:20px 0;
    padding: 0 !important;
  }
  .page-banquet .banquet3_width_det_text2{
    margin:20px 0;
  }
  .page-banquet .banquet3_width_det_img{
    width:auto;
    height:auto;
    margin-left:0px;
    margin-bottom:10px;
  }
  .page-banquet .banquet3_width_det.float_l {
    margin-right: 0px;
  }
  .page-banquet .banquet4_width{
    width:auto;
    height:auto;
    margin:10px auto 50px;
    padding:0 20px;
  }
  .page-banquet .banquet4_width01,
  .page-banquet .banquet4_width_det01,
  .page-banquet .banquet4_width_det02,
  .page-banquet .banquet4_width02,
  .page-banquet .banquet4_width03,
  .page-banquet .banquet4_width_det.float_l,
  .page-banquet .banquet4_width_det.float_r,
  .page-banquet .banquet4_width03 .banquet4_width_det01,
  .page-banquet .banquet4_width03 .banquet4_width_det02,
  .page-banquet .banquet5_width_det.float_l,
  .page-banquet .banquet6_width_det,
  .page-banquet .banquet5_width_det.float_r
    {
    width: 100%;
    height: auto;
  }
  .page-banquet .banquet4_width_det02 img,
  .page-banquet .banquet4_width_det.float_l img,
  .page-banquet .banquet4_width03 .banquet4_width_det02 img {
    position: static;
    margin-top: 10px;
  }
  .page-banquet .banquet4_width_det float_r {
    margin-right: 10px;
  }
  .page-banquet .banquet4_width02 .banquet4_width_det.float_r,
  .page-banquet .banquet4_width03  {
    margin-top:10px;
  }
  .page-banquet .banquet4_width03 .banquet4_width_det01 {
    margin-right: 0;
  }
  .page-banquet .banquet5_width_det.float_l {
    margin-top: 10px;
  }
  .page-banquet .banquet5_width,
  .page-banquet .banquet6_width {
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-banquet .banquet6_width_det {
    margin-right:0;
    margin-top: 10px;
  }
  .page-banquet .banquet6_width_det_text2 {
    width: 100%;
    margin: 20px auto;
  }


}
/* ================================================================
page-dress
================================================================ */
@media screen and (max-width: 768px) {
  .page-dress .dress1_width{
    width:auto;
    height:auto;
    margin:20px auto 0;
    padding:0 30px;
  }
}
/* ================================================================
staff
================================================================ */
.page-staff .staff01_width {
  width: 1200px;
  height: 675px;
  margin: 100px auto 80px;
}
.page-staff .staff-area01 {
  margin-bottom: 80px;
}
.page-staff .staff02_width {
  width: 1200px;
  height: 439px;
  margin: 0 auto;
}
.page-staff .staff02_imgbox {
  width: 586px;
  margin-right:30px;
}
.page-staff .staff02_textbox {
  width: 584px;
  padding-right: 30px
}
.page-staff .staff-text-b {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.page-staff .staff-text-n {
  line-height: 2;
  margin-bottom: 30px;
}
.page-staff .staff03_imgbox {
  width: 586px;
  margin-left:30px;
}
.page-staff .staff03_textbox {
  width: 584px;
  padding-left: 30px
}
@media screen and (max-width: 768px) {
  .page-staff .staff01_width {
    width: 100%;
    height: auto;
    margin: 50px auto 40px;
  }
  .page-staff .staff-area01 {
    margin-bottom: 60px;
    padding:0 20px;
    width: 100%;
  }
  .page-staff .staff-area02 {
    margin-bottom: 40px;
    padding:0 20px;
    width: 100%;
  }
  .page-staff .staff02_width {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .page-staff .staff02_imgbox {
    width: 100%;
    margin-right:0px;
  }
  .page-staff .staff02_imgbox img {
    width: 100%;
  }
  .page-staff .staff02_textbox {
    width: 100%;
    padding-right: 0px;
    margin-top: 0px;
  }
  .page-staff .staff-text-b {
    margin-bottom: 20px;
  }
  .page-staff .staff-text-n {
    font-size: 1.3rem;
  }
  .page-staff .staff03_imgbox {
    width: 100%;
    margin-left:0px;
  }
  .page-staff .staff03_imgbox img {
    width: 100%;
  }
  .page-staff .staff03_textbox {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }
  .page-staff .staff-text-b {
    font-size: 1.6rem;
  }
}
/* ================================================================
guest
================================================================ */
.page-guest .guest_text_top {
  text-align: center;
  line-height: 2;
}
.page-guest .guest01,
.page-guest .guest02 {
  text-align: center;
}
.page-guest .guest-text {
  margin: 20px auto 40px;
}
.page-guest .guest-text-sg {
  margin-bottom: 20px;
  color: #645569;
}
.page-guest .guest-text-s {
  margin-bottom: 40px;
}
.page-guest .guest01 ul li {
  text-align: center;
  margin-bottom: 10px;
}
.page-guest .guest01 ul li:first-child {
  font-size: 2.2rem;
  font-weight: bold;
}
.page-guest .guest01 ul li:nth-child(2) {
  font-weight: bold;
  margin-bottom: 0;
}
.page-guest .guest01 ul li:nth-child(3) {
  margin-bottom: 30px;
}
.page-guest .guest01 ul li a {
  /*  margin-right: 50px;*/
  font-size: 2.2rem;
  color: #6e4b73;
}
.page-guest .guest01 ul li a span {
  margin-right: 20px;
  font-size: 1.4rem;
}
.page-guest .guest01 ul li a i {
  margin-right: 5px;
}
.page-guest .guest01 ul li a img {
  width: 28px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px !important;
}

.page-guest .guest_det_btn {
  width: 220px;
  height: 48px;
  margin: 20px auto 0;
  text-align: center;
  background-color: #cda0a0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 48px;
}
.page-guest .guest_det_btn .det_text {
  font-size: 1.6rem;
  color: #fff;
}
.page-guest .guest_det_btn .det_text:hover {
    background-color: #e7b1b1;
}
.page-guest .guest02 {
  width: 800px;
  margin: 0 auto;
}
.page-guest .guest02 > div {
  width: 50%;
}
.page-guest .guest02 > div p {
  width: 100%;
  margin: 0 auto 10px;
}
.page-guest .guest02 > div p:first-child {
  margin-bottom: 20px;
  color: #645569;
}
.page-guest .guest02 > div p > span {
  background-color: #e8e8e8;
  display: inline-block;
  width: calc(50% - 1px);
  padding: 10px 0;
  margin-right: 1px;
  margin-left: 0;
}
.page-guest .guest02 > div p > span:last-child {
  background-color: #f6f6f6;
  margin-right: 0;
  margin-left: 1px;
  width: calc(50% - 1px);
}
.page-guest .guest02 .float_r p:last-child span:first-child {
  position: relative;
  padding: 5px 0 15px;
  vertical-align: middle;
}
.page-guest .guest02 .float_r p:last-child span span {
  position: absolute;
  width: 100%;
  font-size: 1rem;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-guest .page-faq .guest_det_btn {
  margin: 50px auto 30px;
}
@media screen and (max-width: 768px) {
  .guest_width {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-guest .guest01,
  .page-guest .guest02 {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-guest .guest02 > div {
    width: 100%;
  }
  .page-guest .guest02 .float_r {
    margin-top: 30px;
  }
  .page-guest .guest01 ul li {
    width: 100%;
  }
  .page-guest .guest01 ul li:first-child span {
    font-size: 1.6rem;
  }
  .page-guest .guest01 ul li a {
    width: 100%;
    display: block;
  }
  .page-guest .guest01 ul li a span,
  .page-guest .guest01 ul li a img {
    display: inline-block !important;
  }

}
/* ================================================================
fairform
================================================================ */
.form-privacy dt a{
  color: #333;
}

@media screen and (max-width: 768px) {
.page-fairform .section {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-message {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 10px 10px;
}
.pg-fairform-selected-item {
  width:100%;
  display: block;
}
.pg-fairform-selected-img {
  width: 100%;
  margin-right: 0;
}
.pg-fairform-selected-content {
  margin-top: 20px;
  display: block;
}
.pg-fairform-selected-tag {
  width: 100%;
}
.form {
  width: 100%;
}
.form-table th {
  width: 50%;
  display:inline-block;
  font-size: 1.6rem;
  padding-left: 0px;
  padding-right: 0px;
}
.form-table td {
  width: 50%;
  display:inline-block;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1.6rem;
}
.form-item .form-select {
  width: 100%;
}
.form-item .form-w-1-2, .form-item .form-w-date, .form-item .form-w-age {
  width: 100% !important;
}
.form-item .form-w-date {
  margin-top: 25px;
}
.form-item .form-w-date:first-child {
  margin-top: 0;
}
.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="password"],
.form-item textarea {
  width: 100%;
}
.form-privacy {
  width: 100%;
}
.form-item label.error {
  padding-left: 0;
  font-size:1.1rem;
  top: 110%;
}
.form-buttons {
  height: auto;
  margin-top: 60px;
}
.form-buttons .button.button-more {
  vertical-align: top;
  line-height: 24px;
  font-size: 16px;
  height: 44px;
  padding: 12px 24px;
  margin-bottom: 60px;
}
.form-buttons .button.button-confirm {
  vertical-align: top;
}
}
@media screen and (max-width: 500px) {
.form-table th {
  width: 100%;
  text-align:left;
  padding-bottom: 10px;
}
.form-table td {
  width: 100%;
}
.form-buttons .button.button-more {
  margin:0;
  margin-bottom: 60px;
}
.form-buttons .button.button-confirm {
  margin: 0;
}
}
/* ================================================================
concertform
================================================================ */
@media screen and (max-width: 768px) {
.page-concertform .section {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-table.form-table-concert th {
  width: 100%;
  display:block;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
.form-table.form-table-concert td {
  width: 100%;
  display:block;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
}
.form-table.form-table-concert tr:nth-child(6) .form-item{
  margin-top: 60px;
}
.form-table.form-table-concert tr:nth-child(7) .form-item {
  margin-top: 40px;
}
.form-table-concert .form-flex {
  display: block;
  letter-spacing: -.4em;
}
.form-table-concert .form-flex p,
.form-table-concert .form-flex div {
  letter-spacing: 0;
}
.form-table-concert .form-flex .cont1 {
  position:relative;
}
.form-table-concert .form-flex .cont1 #part_name1-error {
  position: absolute;
  bottom: 0;
}
.form-table-concert .form-flex .cont2 {
  width: 60% !important;
  display: inline-block;
  margin-left:0;
  margin-top: 20px;
}
.form-table-concert .form-flex .cont2 div {
  margin-left:0;
}
.form-table-concert .form-flex .cont3 {
  width: 40% !important;
  display: inline-block;
  margin-left:0;
  text-align:center;
}
.form-item .mwform-radio-field {
  padding-left: 0;
}
.form-item + .form-item {
  margin-top: 50px;
}
}
@media screen and (max-width: 450px) {
.form-item + .form-item {
  margin-top: 70px;
}
}
/* ================================================================
requestform
================================================================ */
@media screen and (max-width: 768px) {
.page-requestform .section {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-zip {
  margin-left: 0;
  margin-top: 10px;
}
}

/* ================================================================
video.js（レポートページ動画 control 非表示）
================================================================ */
video {
  cursor: pointer;
}
.vjs-control-bar {
  display: none !important;
}

/* ================================================================
ご成約者専用ページ
================================================================ */
.hosts-login .form-message {
  border: 12px solid #E6DCDC;
}
.hosts-login .contractors-form p {
  letter-spacing: -.4em;
  margin-top: 60px;
}
.hosts-login .contractors-form .error-message {
  letter-spacing: normal;
  color: #b43c3c;
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 30px;
  display: none;
}
.has-error .hosts-login .contractors-form .error-message {
  display: block;
}
.hosts-login .contractors-form .user-id span,
.hosts-login .contractors-form .user-pass span {
  padding-right: 30px;
  text-align: right;
  width: 130px;
  display: inline-block;
  letter-spacing: 0;
  font-size: 1.8rem;
}
.hosts-login .contractors-form input[type="text"],
.hosts-login .contractors-form input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 350px;
  height: 40px;
  line-height: 42px;
  padding: 0 20px;
  border: 0;
  border-bottom: 1px solid transparent;
  background-color: #f5f5f5;
  border-radius: 0;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'MS 明朝', 'MS P明朝' !important;
  letter-spacing: 0;
}
.hosts-login .contractors-form .contractors-btn {
  margin-bottom: 40px;
}
.hosts-login .contractors-form .contractors-btn input {
  width: 230px;
}
.hosts-content .contractors1_width{
  width:920px;
  height:235px;
  border:12px solid #E6DCDC;
}
.hosts-content #sec1{
  padding:20px 0;
}
.hosts-content .contractors_text_top{
  font-size: 1.4rem;
  margin: 32px 20px;
  text-align: center;
  line-height: 49px;
}
.hosts-content .contractors2_width{
  width:1200px;
  margin:80px auto;
}
.hosts-content .contractors_scrll_btn_set{
  width:1230px;
  height:50px;
}
.hosts-content .btn_set{
  width:216px;
  border-bottom:2px solid #b9b9b9;
  margin-right:30px;
  float:left;
  position:relative;
}
.hosts-content .btn_set:after{
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-bottom: solid 2px #b9b9b9;
  border-right: solid 2px #b9b9b9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
  left: 48%;
  margin-top: -4px;
}
.hosts-content .btn_text{
  font-family:"IM FELL English SC";
  font-size:2rem;
  text-align: center;
  position: relative;
  margin:12px 0 22px;
  color:#494949;
  height: 68px;
}
.hosts-content .btn_text_jp{
  font-size:2rem;
  text-align: center;
  position: relative;
  margin:12px 0 22px;
  color:#494949;
  height: 68px;
}
.hosts-content .btn_text:before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 1px #b9b9b9;
  border-right: solid 1px #b9b9b9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -40px;
  left: 48%;
  margin-top: -4px;
}
.hosts-content .btn_set:hover{
  opacity:0.7;
}
.hosts-content a{
  color:#2E2E2E;
}
.hosts-content .contractors_sec_title{
  width:600px;
  height:66px;
  margin:80px auto 0;
  border-bottom:3px solid #D2AAAA;
  text-align:center;
  font-size:2.2rem;
}
.hosts-content .contractors_qa_set{
  width:800px;
  margin:40px auto 0;
}
.hosts-content .contractors_qa_set.contractors_qa_set_last {
  padding-bottom:18px;
}
.hosts-content .contractors_qa_q{
  font-size:1.8rem;
  height:32px;
}
.hosts-content .contractors_q_mark{
  width:32px;
  height:32px;
  background-color:#555;
  float:left;
  color:#fff;
  text-align:center;
}
.hosts-content .contractors_q_text{
  float:left;
  margin-left:15px;
  color: #645569;
}
.hosts-content .contractors_qa_a{
  font-size:1.4rem;
  background-color:#f7f5f5;
  color:#333;
  line-height:24px;
  margin-top:15px;
  padding:15px 40px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.hosts-content .contractors_det_btn{
  width:200px;
  height:48px;
  margin:20px auto 0;
  text-align:center;
  background-color:#cda0a0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  line-height:48px;
}
.hosts-content .det_text{
  font-size:1.6rem;
  color:#fff;
}
.hosts-content .det_text:hover{
  background-color:#e7b1b1;
}
.hosts-content a {
  text-decoration: none;
}
.hosts-content .pg-top-access-info-meta {
    margin-top: 60px;
}
.hosts-content .pg-top-access-info-meta li.tel {
    font-size: 28px;
}
.hosts-content .pg-top-access-info-meta li {
    margin: 10px 0;
}
.hosts-content .pg-top-access-info-meta li.tel span {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
}
.hosts-content .pg-top-access-info-meta li.tel a {
    color: #333;
    cursor: default;
    text-decoration: none;
}
.hosts-content .document-dl {
  width: 800px;
  margin: 0 auto 120px;
}
.hosts-content .document-dl li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .hosts-content .contractors1_width{
    width:78%;
    height:auto;
    border:12px solid #E6DCDC;
    margin:0 auto;
  }
  .hosts-content #sec1{
    clear: both;
  }
  .hosts-content .contractors_text_top{
    font-size:1.3rem;
    line-height: 24px;
  }
  .hosts-content .contractors2_width {
    width: auto;
    margin: 80px auto 0;
    height: auto;
  }
  .hosts-content .contractors_scrll_btn_set {
    width: 324px;
    height: 290px;
    margin:0 auto;
  }
  .hosts-content .btn_set {
    width: 147px;
    margin:0px auto;
  }
  .hosts-content .btn_text:before{
    bottom: -30px;
  }
  .hosts-content .contractors_sp_l{
    float:left;
    margin-bottom:30px;
  }
  .hosts-content .contractors_sp_r{
    float:right;
    margin-bottom:30px;
  }
  .hosts-content .btn_text {
    font-size:1.4rem;
    position: relative;
    margin:7.5px 0 14.5px;
    height: 42px;
  }
  .hosts-content .contractors_qa_set{
    width:84%;
    margin:20px auto 0;
  }
  .hosts-content .contractors_qa_q{
    font-size:1.5rem;
    line-height:1.3;
    height: auto;
    margin-bottom:12px;
  }
  .hosts-content .contractors_q_text{
    float:none;
    margin-left:47px;
    height:auto;
  }
  .hosts-content .contractors_q_mark{
    font-size: 1.5rem;
    line-height: 2;
    position: relative;
    top: -5px;
  }
  .hosts-content .contractors_qa_a{
    font-size:1.3rem;
    line-height:24px;
    margin-top:5px;
    padding:15px;
  }
  .hosts-content .contractors_det_btn {
    height: 32px;
    margin: 20px auto 0;
    line-height: 32px;
  }
  .hosts-content .contractors_qa_set.contractors_qa_set_last {
    padding-bottom: 9px;
  }
  .hosts-login .section {
    padding: 0 30px;
  }
  .hosts-login .contractors-form .user-id span,
  .hosts-login .contractors-form .user-pass span {
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
  .hosts-login .contractors-form input[type="text"],
  .hosts-login .contractors-form input[type="password"] {
    display: block;
    width: 100%;
  }
  .hosts-login .contractors-form .contractors-btn input {
    width: 80%;
    margin: 0 auto;
  }
  .hosts-login .form-message {
    border: 6px solid #E6DCDC;
    padding: 20px 10px;
  }
  .hosts-content .document-dl {
    width: 100%;
    padding: 0 30px;
  }

}
@media screen and (max-width: 400px) {
  .hosts-content .contractors2_width {
    margin: 40px auto 30px;
  }
  .hosts-content .contractors_scrll_btn_set {
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    letter-spacing: -.4em;
  }
  .hosts-content .contractors_scrll_btn_set > a {
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    width: 50%;
    vertical-align: top;
  }
  .hosts-content .contractors_scrll_btn_set > a > div {
    width: 90%;
    margin: 0 auto 60px;
    float: none;
  }
  .hosts-content .btn_text_jp {
    font-size: 1.4rem;
    margin: 12px 0;
    height: 40px;
  }
}
