@charset "UTF-8";
/*!
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted gray;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

input,
select {
  vertical-align: middle;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
	Base
	\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  scrollbar-width: none;
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 20rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #ec0006;
}

.drawer-menu {
  margin: 0;
  padding-top: 70px;
  list-style: none;
}

.drawer-menu-item {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding: 1rem 5px 5px;
  text-decoration: none;
  color: #333333;
  line-height: 1.2;
}
.drawer-menu-item img {
  width: 100%;
  margin-top: 3px;
}
.drawer-menu-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #5e2d93;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
	Right
	\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0rem;
}

/*!------------------------------------*\
	Hamburger
	\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 20px;
  margin-right: 20px;
  display: block;
  box-sizing: content-box;
  width: 4rem;
  padding: 12px 10px 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 960px) {
  .drawer-hamburger {
    width: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .drawer-hamburger {
    padding: 6px 8px 16px;
  }
}

.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}
@media screen and (max-width: 960px) {
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    top: -8px;
  }
}

.drawer-hamburger-icon:after {
  top: 10px;
}
@media screen and (max-width: 960px) {
  .drawer-hamburger-icon:after {
    top: 8px;
  }
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
	iPhone対策
	\*!------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 1.7;
  margin: 0;
  padding: 0px;
}

html,
body {
  color: #333333;
}

br {
  letter-spacing: normal;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.forP {
  display: inline;
}
@media screen and (max-width: 960px) {
  .forP {
    display: none;
  }
}

.forPT {
  display: inline;
}
@media screen and (max-width: 520px) {
  .forPT {
    display: none;
  }
}

.forTS {
  display: none;
}
@media screen and (max-width: 960px) {
  .forTS {
    display: inline;
  }
}

.forS {
  display: none;
}
@media screen and (max-width: 520px) {
  .forS {
    display: inline;
  }
}

a {
  color: #5e2d93;
  text-decoration: none;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #6b00cf;
}
a:active {
  text-decoration: none;
}

body {
  background-color: #fff;
}
.container {
  width: 100%;
}

.main {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 8px;
  padding: 0px;
  margin: 0;
}

.map-area {
  width: 100%;
  max-width: 1240px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}

.logo {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 12px;
  width: 50%;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 3px 5px;
}
@media screen and (max-width: 520px) {
  .logo {
    width: 60%;
    left: 20px;
    transform: translate(0, 0);
    padding: 0px 5px 3px;
  }
}

.title {
  z-index: 1;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  background: #5e2d93;
  border-radius: 5px;
  padding: 2px 12px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  .title {
    font-size: 14px;
    top: 50px;
  }
}

.map-btn {
  font-size: 20px;
  position: absolute;
  left: 50px;
  bottom: 40px;
  background: #fff;
  border-radius: 5px;
  padding: 2px 10px;
}
@media screen and (max-width: 960px) {
  .map-btn {
    font-size: 16px;
    left: 20px;
    bottom: 20px;
  }
}

.map-btn-tour {
  font-size: 20px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border-radius: 5px;
  padding: 2px 10px;
}
@media screen and (max-width: 960px) {
  .map-btn-tour {
    font-size: 16px;
    right: 30px;
    bottom: 30px;
  }
}

.information {
  font-size: 20px;
  position: absolute;
  right: 50px;
  bottom: 40px;
  background: #fff;
  border-radius: 5px;
  padding: 2px 10px;
}
@media screen and (max-width: 960px) {
  .information {
    font-size: 16px;
    right: 20px;
    bottom: 20px;
  }
}

.container {
  overflow: hidden;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.4;
}

.header {
  position: relative;
  border-top: 5px solid #5e2d93;
  border-bottom: 2px solid #5e2d93;
  height: 100px;
  background-color: #fff;
}
.header img {
  width: 90%;
  max-width: 369px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.wrap, .wrap-66p, .wrap-half {
  width: 980px;
  overflow: hidden;
  margin: 20px auto 0px;
  padding-top: 0px;
}
@media screen and (max-width: 960px) {
  .wrap, .wrap-66p, .wrap-half {
    width: 95%;
  }
}
.wrap p, .wrap-66p p, .wrap-half p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

.wrap-half {
  margin: 0px auto 0px;
  float: left;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .wrap-half {
    width: 100%;
  }
}

.wrap-66p {
  width: 653px;
}
@media screen and (max-width: 960px) {
  .wrap-66p {
    width: 90%;
  }
}

.h1 {
  width: 100%;
  max-width: 1240px;
  margin: 20px auto 15px;
  background-color: #5e2d93;
  padding: 10px;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  border-radius: 8px;
}

.h2 {
  width: 94%;
  max-width: 1240px;
  margin: 10px auto;
  padding: 0px;
  font-size: 20px;
  color: #5e2d93;
  border: 1px solid #5e2d93;
  border-radius: 0px;
}

.h3 {
  padding: 4px 0 3px;
  font-size: 18px;
  color: #5e2d93;
}

.item {
  width: 94%;
  float: left;
  margin: 20px 3%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #7d7d7d;
}
@media screen and (max-width: 960px) {
  .item {
    float: none;
  }
}
.item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .item img {
    width: 100%;
  }
}
.item p {
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  margin: 0px 0px 5px 0px;
}
.item video {
  width: 100%;
  height: auto;
  margin-bottom: -7px;
}
.item .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.item .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.item-full {
  width: 100%;
  float: none;
  margin: 20px 0px;
  text-align: center;
  background-color: #fff;
  padding: 0px;
  border: 1px solid #7d7d7d;
}
@media screen and (max-width: 960px) {
  .item-full {
    float: none;
    width: 90%;
    margin: 20px 5%;
  }
}
.item-full img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .item-full img {
    width: 100%;
  }
}
.item-full p {
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  margin: 0px 0px 5px 0px;
}
.item-full video {
  width: 100%;
  height: auto;
  margin-bottom: -6px;
}
.item-full .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.item-full .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.dtl {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .dtl {
    font-size: 14px;
  }
}
.dtl img {
  text-align: center;
  margin-bottom: 20px;
  width: 600px;
}
.dtl p {
  text-align: left;
}