@charset "UTF-8";
#header {
  height: 98px;
  color: #111;
  background: #fff;
}
#header .shop-info {
  display: none;
}
#header #sitetag {
  width: 100%;
  background: #80d4ff;
  height: 4px;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: normal;
  margin: 0;
}
#header #header-inner {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#header .header-section {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#header #header-logo {
  text-align: left;
  top: 12px;
  position: absolute;
}
#header #header-logo img {
  width: auto;
  height: 72px;
}
#header #telre {
  display: none;
}
#header #header-open {
  top: 15px;
  right: 24px;
  position: absolute;
  padding: 0 0 0 12px;
  text-align: left;
  font-size: 21px;
  line-height: 1em;
}
#header #header-open span {
  float: left;
  margin: 0 6px 0 0;
}
#header #header-open span.jp {
  margin: 1px 6px 0 0;
  font-size: 17px;
  line-height: 1em;
  color: #39b6f4;
  font-weight: bold;
}
#header #webre {
  top: 48px;
  right: 24px;
  width: 112px;
  height: 28px;
  padding: 5px 0 0 0;
  font-size: 18px;
  background: #ff98b2;
  border: solid 1px #ff98b2;
  border-radius: 90px;
}
#header #webre .hicon {
  display: none;
}
#header #webre span.jp {
  margin: 0px 16px 0 0;
  font-size: 17px;
}
#header #header-tel {
  top: 50px;
  right: 148px;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: -0.01em;
}
#header #header-tel .hicon {
  display: none;
}
#header #header-tel span {
  font-size: 26px;
  color: #39b6f4;
}
#header #menubtn {
  display: none;
}
#header .backbtn {
  display: none;
}
#header #footerpc {
  padding: 28px 0 40px;
}
#header #footerlogo {
  height: 120px;
}
#header #header-menu {
  display: none;
}

#menu-wrap {
  position: fixed;
  top: 98px;
  left: 0px;
  display: block;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0px 0 0;
  text-align: center;
  overflow: hidden;
  background: #d2f0ff;
  z-index: 86;
}
#menu-wrap .menu-contact {
  display: none;
}
#menu-wrap #menu {
  display: table;
  width: 100%;
  max-width: 1280px;
  height: 48px;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: -1em; /*隙間対策 */
  overflow: hidden;
}
#menu-wrap #menu li {
  display: inline-block;
  width: 14.2857142857%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  letter-spacing: normal; /*隙間対策 */
  border-right: 1px dotted #fff;
  border-left: 1px dotted #39b6f4;
}
#menu-wrap #menu li:last-child {
  border-right: 1px dotted #39b6f4;
}
#menu-wrap #menu li.sp {
  display: none;
}
#menu-wrap #menu li a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 9px 0px 11px;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  color: #39b6f4;
}
#menu-wrap #menu li a:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: -6px;
  height: 6px;
  background: #fff;
}
#menu-wrap #menu li a:hover {
  cursor: pointer;
  background: #80d4ff;
  color: #fff;
}
#menu-wrap #menu li a:hover .en {
  color: #fff;
}
#menu-wrap #menu li a .en {
  display: block;
  margin: 0 0 7px;
  padding: 0;
  text-transform: capitalize;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1em;
  color: #666;
  font-weight: normal;
}

#menu-wrap:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 3px;
  background: #80d4ff;
}

.fixed #menu-wrap {
  position: fixed;
  top: 64px;
  left: 0px;
  z-index: 80;
}

#logo img {
  width: 90%;
  max-width: 496px;
}

#gobottom {
  bottom: 12px;
}

#contents {
  padding: 158px 0 0;
  width: 1280px;
  margin: 0 auto;
}

#home #contents {
  padding: 0;
}

.sectionin {
  margin: 0;
  padding: 0;
}

#main {
  display: flex;
}

#main_contents {
  padding-right: 40px;
  padding-top: 25px;
  flex-basis: 72%; /* flexアイテムの幅を割合で指定 */
}

#sidebar {
  text-align: left;
  background: #b2e5ff;
  padding-top: 25px;
  flex-basis: 28%; /* flexアイテムの幅を割合で指定 */
  width: 28%;
}

.thumbparkmenu ul li {
  position: relative;
  margin: 0 8px 15px;
  padding: 0;
  width: 150px;
  height: 48px;
}

.thumbparkmenu ul li:first-child {
  width: 194px;
}

.thumbparkmenu ul li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #fff;
  z-index: 0;
}

.thumbparkmenu ul li:hover:before {
  width: 100%;
  left: 0;
  opacity: 0.5;
  z-index: 0;
}

.thumbparkmenu ul li a,
.thumbparkmenu ul li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 11px 0 10px;
  font-size: 1.13rem;
  z-index: 2;
}

.thumbparkmenu ul li button:hover {
  color: #fff;
  border: solid 0px #000;
}

.group_schedule_list {
  margin-top: 10px;
  margin-bottom: 20px;
}

#thumbpark {
  display: block;
  min-height: 760px;
}

.thumb_list {
  margin: -10px;
  overflow: hidden;
}

.thumb {
  margin: 0 0px 0px;
  padding: 10px;
  width: 33.3333%;
  float: left;
  display: block;
}

.thumb figure {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 350px;
}
.thumb figure img {
  height: auto;
  transition: 0.5s;
}

.thumb a:hover > figure > img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}

.thumb figcaption {
  width: 100%;
  height: 100px;
  padding: 12px 8px 0;
}

.thumbname {
  font-size: 1.1em;
}

.thumbsize {
  font-size: 0.96em;
}

.thumbcom {
  font-size: 0.88em;
  text-align: center;
  padding: 4px 0;
}

.new,
.thumbicon {
  top: 240px;
  width: 80px;
  height: 80px;
}

.new {
  left: 0px;
}

.thumbicon {
  right: 0px;
}

#page-top {
  right: 6px;
  bottom: 6px;
}

#topbg {
  top: 116px;
  width: 100%;
  height: 100vh;
}

#topbg p#bg1 {
  background-image: url(../images/bg1.jpg);
}

#topbg p#bg2 {
  opacity: 0;
  background-image: url(../images/bg2.jpg);
}

#topbg p#bg3 {
  opacity: 0;
  background-image: url(../images/bg3.jpg);
}

#topbg p#bg4 {
  opacity: 0;
  background-image: url(../images/bg4.jpg);
}

.dcell .cset .op_cleft,
.dcell .cset .op_cright {
  height: 48px;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dcell .cset .op_cleft {
  width: 85%;
  text-align: left;
  padding: 2px 4px;
  font-size: 0.81em;
}

.dcell .cset .op_cright {
  width: 15%;
  text-align: center;
  padding: 2px 10px;
  font-size: 0.81em;
}

.scview.news {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.scview.diary {
  float: left;
  width: 50%;
}

#newsbox .feed {
  padding-bottom: 45px;
}

#newsbox .feed .date {
  color: #6e86ff;
}

#newsbox .feed .title {
  font-size: 1.13rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.meeting_spot li .tel_point {
  font-size: 0.88em;
  padding: 4px 24px 4px 40px;
  margin-left: 12px;
  margin-bottom: 9px;
}
.meeting_spot li .tel_point img {
  width: 50px;
  top: -8px;
  left: -15px;
}
.meeting_spot li .map_view {
  padding: 6px 21px;
  margin-top: 8px;
  font-size: 14px;
}

.hotel_list li {
  padding: 12px !important;
}
.hotel_list li .hotel_name {
  padding: 6px 14px;
}
.hotel_list li .hotel_detail table th, .hotel_list li .hotel_detail table td {
  padding: 7px 12px;
}
h2 {
  display: block;
  margin: 0px 0 25px 0;
  padding: 26px 35px;
  text-align: left;
  font-size: 2.12rem;
  font-weight: bold;
  color: #39b6f4;
  background: #dff4ff;
  background: linear-gradient(90deg, rgb(223, 244, 255) 35%, rgba(255, 215, 227, 0.5) 100%);
  line-height: 1.5;
  border-radius: 8px;
}
h2 .en {
  font-size: 1.36rem;
  color: #80d4ff;
}
h2 .en::after {
  content: "";
  background: #ffbfd4;
  vertical-align: middle;
  width: 48px;
  height: 4px;
  border-radius: 20px;
  margin: 0 0 0 15px;
  display: inline-block;
}

.concept_visual {
  margin: 0 0px 30px;
}
.concept_visual .main_catch span {
  font-size: 40px;
}
.concept_visual p {
  text-align: center;
}

.magazine_merit li {
  display: block;
  position: relative;
  background: #ffedf3;
  color: #333;
  border-radius: 12px;
  padding: 12px 12px 12px 58px;
  font-weight: bold;
  margin-bottom: 14px;
}
.magazine_merit li:before {
  width: 12px;
  height: 7px;
  border-left: 4px solid #25AF01;
  border-bottom: 4px solid #25AF01;
}

.costume_list li {
  width: 33.333%;
}
.costume_list li .cos_box {
  border: 1px solid #ccc;
  padding: 0px;
}
.costume_list li .cos_box .cos_pic img {
  width: 100%;
}
.costume_list li .cos_name {
  position: relative;
  padding: 10px 10px 10px 53px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.88em;
  line-height: 1.3;
  background: #fff3fd;
}
.costume_list li .cos_name .no {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.88em;
  width: 34px;
  height: 25px;
  background: #ff88c3;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  padding-top: 9px;
}/*# sourceMappingURL=pc.css.map */