@charset "UTF-8";
/* CSS Document */
/*
Theme Name: fude
Author: chihiro.n
*/
/* =============================================
share
================================================ */
article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section,
summary {
  display: block; }

.pc {
  display: block; }

.mb {
  display: none; }

a img {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out; }

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.f_left {
  float: left; }

.f_right {
  float: right; }

.text-right {
  text-align: right; }

.space10 {
  margin-bottom: 10px; }

.space20 {
  margin-bottom: 20px; }

.space30 {
  margin-bottom: 30px; }

.space40 {
  margin-bottom: 40px; }

.space50 {
  margin-bottom: 50px; }

.space60 {
  margin-bottom: 60px; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.center {
  width: 940px;
  margin: auto; }

hr {
  border-width: 1px 0px 0px 0px;
  /* 太さ */
  border-style: solid;
  /* 線種 */
  border-color: #ccc;
  /* 線色 */
  height: 1px;
  /* 高さ */ }

.bold {
  font-weight: bold; }

#totop {
  position: fixed;
  right: 0;
  bottom: 180px; }

#totop a {
  display: block;
  background: url(img/share/totop.jpg) no-repeat;
  width: 40px;
  height: 60px; }

p {
  line-height: 180%;
  color: #555; }

.btn {
  display: block;
  padding: 10px 10px 10px 0;
  color: white;
  text-align: center;
  background: url(img/share/sankaku_w.png) no-repeat 95% center;
  background-color: #777777;
  text-decoration: none; }

.btn:hover {
  background-color: #999; }

.midashi_gray {
  font-size: 195%;
  font-weight: normal;
  margin: 0 0 30px;
  color: #777777;
  line-height: 130%; }

.new_ico {
  background: linear-gradient(#dc1554, #f7618f);
  color: white;
  padding: 0 3px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle; }

/* header ==================================== */
header,
#header {
  width: 940px;
  margin: auto;
  height: 160px; }

h1 {
  float: left;
  margin: 15px 0 10px;
  position: relative; }
  h1 .logo_30th {
    position: absolute;
    display: inline-block;
    width: 70px;
    margin-top: 5px;
    margin-left: 15px;
    vertical-align: top; }
    @media screen and (max-width: 580px) {
      h1 .logo_30th {
        margin-top: 0;
        width: 55px; } }
    h1 .logo_30th img {
      width: 100%; }

#header div {
  margin-top: 30px;
  float: right; }
  #header div a {
    display: block;
    float: left;
    border-right: 1px solid #ccc;
    padding: 10px 20px;
    text-decoration: none;
    color: #555; }
    #header div a:first-child {
      border-left: 1px solid #ccc; }
  #header div .sns {
    float: none;
    display: flex;
    padding: 0 10px;
    margin: 0; }
    #header div .sns a {
      float: none;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px; }
    #header div .sns img {
      width: 20px; }

#main_nav {
  width: 100%;
  background: url(img/share/head_menu_back.jpg) repeat-x;
  min-width: 980px;
  position: absolute;
  top: 100px; }

#main_nav .head {
  float: left; }

#main_nav .head ul {
  position: relative;
  top: 0 !important;
  z-index: 99; }

#main_nav .head ul a {
  text-align: left; }

#main_nav .head ul a:hover {
  background: #555; }

#main_nav li a {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px; }

#main_nav li a:hover {
  background: black;
  color: white; }

#main_nav ul#menuBody {
  float: none;
  width: 940px;
  margin: 0 auto; }

#menuBody ul {
  display: none; }

.mainNav_sub a {
  background: #333;
  color: white !important;
  border-top: 1px solid #ccc;
  padding: 5px 24px !important; }

/* footer ==================================== */
#foot_area {
  background: #333333;
  width: 100%;
  height: 280px;
  color: white;
  min-width: 980px; }

footer,
#footer {
  width: 940px;
  margin: 20px auto 0; }

#footer address {
  font-size: 110%;
  line-height: 200%; }

#footer address span:first-child {
  font-size: 90%; }

#footer address span {
  font-size: 150%; }

#footer address span,
#footer address span a {
  font-size: 24px;
  color: white;
  text-decoration: none;
  text-decoration: none; }

#footer a.privacy_link {
  display: block;
  line-height: 100%;
  position: absolute;
  bottom: 50px;
  color: #fff; }

#footer small {
  margin-top: 10px;
  font-size: 90%;
  display: block;
  position: absolute;
  bottom: 20px; }

#footer .f_right img {
  margin-right: 20px; }

/* footer最下部 */
html,
body {
  height: 100%;
  margin: 0px auto; }

body {
  position: relative;
  height: 100%;
  min-height: 100%;
  background-color: #ffffff;
  text-align: left; }

body {
  height: auto;
  font-size: 90%; }

div.container {
  height: auto;
  padding-bottom: 320px; }

#foot_area {
  position: absolute;
  bottom: 0px; }

.container {
  width: 940px;
  margin: 0 auto 0;
  padding: 0 20px; }

.row {
  zoom: 1; }

.row:after {
  content: "";
  display: block;
  clear: both; }

.row .name,
.row .cont {
  float: left; }

aside {
  width: 21.5%;
  float: right; }

section {
  width: 75%;
  float: left; }

/* pagenation */
#pagenation #new {
  float: left; }

#pagenation #old {
  float: right;
  text-align: right; }

#pagenation div {
  width: auto; }

#pagenation a {
  color: black;
  display: block; }

#footer #banner_area {
  margin-bottom: 30px; }

#footer #banner_area a {
  padding-left: 20px;
  float: left;
  display: block; }

#footer #banner_area a:first-child {
  padding-left: 0; }

/* =============================================
top
================================================ */
/* スライドショー */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100% !important;
  max-width: 100% !important;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

#main_imgArea {
  width: 100%;
  min-width: 980px;
  overflow: hidden; }

.rslides a {
  display: block;
  max-width: 1180px;
  margin: 0 auto; }

.rslides a:hover img {
  opacity: 1;
  filter: alpha(opacity=100); }

/* endスライドショー */
@media print, screen and (min-width: 581px) {
  .container#top .flex-ce {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; } }
@media screen and (max-width: 580px) {
  .container#top .sp-flex-ce {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; } }
.container#top .top_main {
  margin-bottom: 30px; }

.top_copy {
  float: none;
  width: 100%;
  text-align: center;
  color: #555555;
  font-size: 130%;
  line-height: 150%;
  margin: 0;
  padding: 40px 0; }

#top h2,
#top h3,
#top_mb h2,
#top_mb h3 {
  color: #555;
  font-size: 100%;
  margin-bottom: 20px; }
#top section#exhibit,
#top aside,
#top section#exhibit a,
#top_mb section#exhibit,
#top_mb aside,
#top_mb section#exhibit a {
  color: #000000;
  font-weight: normal;
  line-height: 140%; }
  @media print, screen and (min-width: 581px) {
    #top section#exhibit,
    #top aside,
    #top section#exhibit a,
    #top_mb section#exhibit,
    #top_mb aside,
    #top_mb section#exhibit a {
      width: 240px; } }
@media screen and (max-width: 580px) {
  #top aside,
  #top_mb aside {
    padding: 0 5%;
    width: 90%; } }
#top aside img,
#top_mb aside img {
  max-width: 100%; }
#top aside .kengaku img,
#top_mb aside .kengaku img {
  width: 100%; }
#top aside .kengaku div,
#top_mb aside .kengaku div {
  width: 45%; }
#top aside .top_exp_banner,
#top_mb aside .top_exp_banner {
  position: relative; }
  #top aside .top_exp_banner a,
  #top_mb aside .top_exp_banner a {
    display: block;
    height: 50px;
    width: 50%;
    position: absolute;
    bottom: 0;
    background-color: white;
    opacity: 0; }
    #top aside .top_exp_banner a + a,
    #top_mb aside .top_exp_banner a + a {
      left: 50%; }
    @media print, screen and (min-width: 581px) {
      #top aside .top_exp_banner a:hover,
      #top_mb aside .top_exp_banner a:hover {
        opacity: 0.3; } }
@media screen and (max-width: 580px) {
  #top aside .top_exp_banner,
  #top aside .top_exp_banner + div,
  #top_mb aside .top_exp_banner,
  #top_mb aside .top_exp_banner + div {
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }
#top section#exhibit article,
#top_mb section#exhibit article {
  margin-bottom: 20px; }
#top section#exhibit img,
#top_mb section#exhibit img {
  margin-bottom: 5px;
  width: 240px;
  height: auto; }
#top section#exhibit p,
#top_mb section#exhibit p {
  margin-top: 5px; }
#top .ig_cont,
#top_mb .ig_cont {
  background: #efefef; }
  @media print, screen and (min-width: 581px) {
    #top .ig_cont,
    #top_mb .ig_cont {
      padding: 30px 75px 20px; } }
  @media screen and (max-width: 580px) {
    #top .ig_cont,
    #top_mb .ig_cont {
      padding: 30px 5% 20px; } }
  #top .ig_cont b,
  #top_mb .ig_cont b {
    display: block;
    text-align: center; }
#top .top_bottom_banner,
#top_mb .top_bottom_banner {
  max-width: 790px;
  margin: 40px auto; }
  #top .top_bottom_banner div,
  #top_mb .top_bottom_banner div {
    width: 31%; }
  #top .top_bottom_banner img,
  #top_mb .top_bottom_banner img {
    width: 100%; }
  @media screen and (max-width: 580px) {
    #top .top_bottom_banner,
    #top_mb .top_bottom_banner {
      padding: 0 5%;
      flex-wrap: wrap; }
      #top .top_bottom_banner div,
      #top_mb .top_bottom_banner div {
        width: 48%; } }
@media screen and (max-width: 580px) {
  #top #top_nav,
  #top_mb #top_nav {
    display: flex !important;
    flex-wrap: wrap;
    background-color: #555555; }
    #top #top_nav div,
    #top_mb #top_nav div {
      background: #555555;
      box-sizing: border-box;
      width: 33.3%;
      border-top: solid 1px white;
      border-left: solid 1px white; }
      #top #top_nav div a,
      #top_mb #top_nav div a {
        display: flex;
        width: 100%;
        height: 80px;
        box-sizing: border-box;
        align-items: center;
        text-align: center;
        justify-content: center;
        color: white;
        text-decoration: none; }
  #top #top_nav div:nth-child(1),
  #top #top_nav div:nth-child(4),
  #top_mb #top_nav div:nth-child(1),
  #top_mb #top_nav div:nth-child(4) {
    border-left: none; } }

/*footer共通*/
.nav_ico {
  display: flex;
  width: 100% !important;
  border: none !important;
  background: black !important; }
  .nav_ico div {
    background: black !important;
    width: 50% !important;
    font-size: 90%; }
    .nav_ico div a {
      padding: 50px 0 12px !important;
      background-size: auto 35% !important; }
  .nav_ico div:nth-child(1) a {
    background: url(img/share/guide_ico.jpg) no-repeat center 15px; }
  .nav_ico div:nth-child(2) a {
    background: url(img/share/access_ico.jpg) no-repeat center 15px; }
  .nav_ico div:nth-child(3) a {
    background: url(img/share/tel_ico.jpg) no-repeat center 15px; }
  .nav_ico div:nth-child(1) {
    border-left: none; }

/*end footer共通*/
/*カレンダー*/
#top div.closed {
  line-height: 150%;
  color: #555;
  margin: 10px 0 20px;
  padding: 5px 0 0;
  font-weight: bold;
  font-size: 110%; }
  @media screen and (max-width: 580px) {
    #top div.closed {
      padding: 0 5% 10px;
      margin-top: 0;
      padding-top: 0; }
      #top div.closed .xo-event-calendar {
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
  #top div.closed .xo-event-calendar table.xo-month button span.nav-prev,
  #top div.closed .xo-event-calendar table.xo-month button span.nav-next {
    font-size: 0 !important; }
  #top div.closed .xo-month {
    font-weight: normal; }
  #top div.closed .xo-event-calendar table {
    font-size: 95%;
    color: #555; }
  #top div.closed .xo-event-calendar table.xo-month thead th {
    background: #dddddd;
    font-weight: normal; }
  #top div.closed .month-event-space {
    display: none; }
  #top div.closed .xo-event-calendar table.xo-month .month-dayname-space {
    height: 1.9em; }
  #top div.closed span.calendar-caption {
    font-size: 90% !important; }
  #top div.closed .xo-event-calendar table.xo-month .month-dayname td div.today {
    color: #bd3a3a; }
  #top div.closed .xo-event-calendar .holiday-titles {
    text-align: left; }
  #top div.closed .xo-event-calendar p.holiday-title {
    display: inline-block;
    margin-right: 10px; }

/*#top div.closed span.title {
  font-size: 75%;
  text-align: center;
  display: block;
  background: #dddddd;
  border-radius: 10px;
  font-weight: normal;
  line-height: 190%;
  margin: 0 0 10px;
  @include mq-down(){
    font-size: 95%;
    font-weight: bold;
    margin: 0 auto 35px;
    width: 100%;
    border-radius: 20px;
  }
  
}*/
#top div.closed span {
  font-size: 75%; }

/*　end カレンダー　*/
/*　カルーセル　*/
.swiper-container img {
  width: 100%;
  height: auto; }

.swiper-pagination {
  position: static !important;
  margin: 0 auto 20px; }

.swiper-pagination-bullet {
  margin: 0 5px; }

@media screen and (max-width: 580px) {
  .swiper-center.center {
    width: 100%; } }
/*　endカルーセル　*/
#top aside div.clearfix div {
  float: left;
  width: 33%; }

#top .topic_sticky {
  /* top緊急お知らせ（黒バック） */
  background: #333;
  color: white;
  margin-bottom: 30px;
  font-size: 100%;
  line-height: 150%;
  padding: 15px; }
  @media screen and (max-width: 580px) {
    #top .topic_sticky {
      margin: 0 5% 30px; } }

#top .topic_sticky p {
  color: white; }

#top .topic_sticky a {
  /* top緊急お知らせ（黒バック） */
  color: white !important;
  text-decoration: none; }

#top .topic_sticky a:hover {
  text-decoration: underline; }

#top section#topic {
  width: 420px;
  margin: 0 20px; }
  #top section#topic .more {
    margin-top: 40px; }
    @media screen and (max-width: 580px) {
      #top section#topic .more {
        text-align: right;
        margin-top: 20px;
        margin-right: 5%; } }

#top section#topic a {
  color: #000000;
  line-height: 140%; }

#top section#topic .cate.topic {
  background: #bd3a3a; }

#top section#topic .cate.event {
  background: #698c00; }

#top section#topic .cate.pal {
  background: #00698c; }

#top section#topic .cate.pal_cate {
  color: #555; }
  #top section#topic .cate.pal_cate.priority {
    background: #9ceab7; }
  #top section#topic .cate.pal_cate.members {
    background: #ffc3de; }
  #top section#topic .cate.pal_cate.kcp {
    background: #cee9d2; }

#top section#topic .cate {
  float: left;
  color: white;
  font-size: 75%;
  line-height: 160%;
  padding: 1px 10px 0px;
  margin-right: 10px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */ }

#top section#topic .date {
  float: left;
  font-size: 75%;
  color: #555; }

#top section#topic .event_date {
  float: left;
  font-size: 85%;
  font-weight: bold; }

@media screen and (max-width: 580px) {
  #top section#topic .clearfix {
    margin: 0 8% 0 5%; }

  #top #topic article .date,
  #top #topic article .event_date {
    color: #bbbbbb; } }
#top section#topic h5 {
  margin: 5px 0 20px;
  font-weight: normal; }
  @media screen and (max-width: 580px) {
    #top section#topic h5 {
      color: white;
      margin-bottom: 0;
      font-size: 105%;
      margin: auto 8% 0 5%; } }

#top #topic span.pc {
  display: inline !important; }

#top section#topic .center_banner_box {
  margin-bottom: 20px; }
  #top section#topic .center_banner_box,
  #top section#topic .center_banner_box a {
    display: block; }
  #top section#topic .center_banner_box img {
    width: 100%;
    vertical-align: top; }

#top .top_center_bannerarea {
  margin-bottom: 30px; }
  #top .top_center_bannerarea img {
    width: 100%;
    height: auto; }

/* =============================================
schedule
================================================ */
h2.title {
  border-bottom: solid 1px #ccc;
  color: #555;
  font-size: 170%;
  padding: 10px 20px;
  width: 940px;
  margin-left: -20px;
  margin-bottom: 40px;
  position: relative;
  line-height: 130%; }

#pressrelease h2.title span,
#schedule h2.title span {
  position: static;
  font-size: 55%;
  color: #555;
  margin-left: 20px; }

.pankuzu a {
  color: #777777; }

.pankuzu {
  font-size: 90%;
  color: #777777;
  margin: 10px auto 30px;
  width: 940px; }

#pressrelease section a,
#schedule section a {
  color: black; }

#schedule aside a {
  color: white;
  text-decoration: none;
  display: block;
  height: 60px;
  line-height: 60px;
  padding-right: 8%;
  text-align: center;
  background: url(img/share/sankaku_w.png) no-repeat 95% center;
  background-color: #777777; }

#schedule aside li {
  list-style: none; }

#schedule aside a:hover,
#schedule aside.old a:hover {
  background-color: #555; }

#schedule aside.old a {
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 8%;
  background: url(img/share/sankaku_w_l.png) no-repeat 5% center;
  background-color: #777777; }

#pressrelease article,
#schedule article {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #ccc; }

#schedule .detail article {
  border-bottom: none; }

#pressrelease article,
#schedule article {
  zoom: 1; }

#pressrelease article:after,
#schedule article:after {
  content: "";
  display: block;
  clear: both; }

#schedule article img {
  float: left;
  margin-right: 20px;
  width: 240px;
  height: auto; }

#schedule article h4 {
  font-size: 125%;
  font-weight: bold;
  line-height: 140%; }

#schedule article .f_left {
  width: 63%; }

#schedule .old article .f_left {
  width: 71%; }

@media print, screen and (min-width: 581px) {
  #schedule .event article .f_left {
    width: 74%; } }
@media screen and (max-width: 580px) {
  #schedule .event article {
    display: flex;
    justify-content: space-between; }
    #schedule .event article::after {
      display: none; }
    #schedule .event article .f_left {
      min-width: auto !important;
      width: calc(100% - 140px); } }
#schedule .event.old article .f_left {
  width: 85%; }

#schedule article .date {
  font-weight: bold;
  font-size: 105%;
  color: #333;
  margin: 15px 0; }

#schedule article .now {
  background: #ff8000;
  color: white;
  font-weight: bold;
  font-size: 125%;
  padding: 10px;
  width: 80px;
  text-align: center;
  margin-bottom: 20px; }

#schedule article p {
  line-height: 150%;
  color: #555; }

#schedule article span.red {
  margin-top: 15px;
  color: #d80000; }

#schedule h3.date {
  color: #666666;
  font-size: 220%;
  margin-bottom: 30px;
  line-height: 130%; }

#schedule .archive {
  margin-top: 10px; }

#schedule .archive a {
  display: block !important;
  background: #eee !important;
  border-bottom: 1px solid white;
  text-align: center;
  color: #555;
  padding: 0 !important;
  font-size: 105%; }

#schedule .archive a:hover {
  background: #ccc !important; }

#schedule div a,
#schedule div a:hover {
  background: none !important;
  padding: 0 !important;
  display: inline; }

#schedule #event_midashi {
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  margin-top: -10px;
  margin-bottom: 40px;
  color: #777777; }

#schedule #event_midashi h3 {
  font-size: 20px;
  margin-bottom: 20px; }

#schedule .event article img {
  width: 160px; }

#pressrelease #inquiry_cont,
#schedule #inquiry_cont {
  border: solid 1px #ccc; }

#pressrelease #inquiry_cont h3,
#schedule #inquiry_cont h3 {
  margin: 0 0 20px;
  font-size: 145%; }
  #pressrelease #inquiry_cont h3 a,
  #schedule #inquiry_cont h3 a {
    color: #555;
    font-size: 100% !important; }

#pressrelease #inquiry_cont h3 a,
#schedule #inquiry_cont h3 a {
  font-size: 120% !important;
  height: auto;
  line-height: 130%; }

#pressrelease #inquiry_cont div,
#schedule #inquiry_cont div {
  float: none;
  width: 100%;
  text-align: center;
  margin-bottom: 0; }

#pressrelease #inquiry_cont p.bold,
#schedule #inquiry_cont p.bold {
  margin: 0 0 10px; }

/* detail */
#schedule .detail td,
#schedule .detail th {
  text-align: left;
  font-weight: normal;
  color: #555;
  line-height: 150%; }

#schedule .detail strong {
  font-weight: bold !important;
  font-size: 110%; }

#schedule .detail img {
  max-width: 100%;
  height: auto; }

ul#new li {
  margin-top: 15px; }

ul#new li a {
  color: #000000;
  text-decoration: underline;
  line-height: 150% !important;
  text-align: left;
  display: inline; }

#schedule .detail #event_midashi h3 {
  color: black;
  line-height: 150%; }

#schedule .detail #event_midashi .date {
  font-size: 140%;
  line-height: 130%; }

#schedule .detail #event_midashi .date span:first-child {
  font-size: 70%;
  padding-right: 40px; }

#schedule .old article img {
  width: 180px;
  height: auto; }

#schedule .old.event article img {
  width: 80px;
  height: auto; }

#schedule .event_set_link {
  width: 130px;
  margin: -30px 0 20px auto;
  padding: 10px 20px 10px 0;
  position: relative;
  background: none; }
  #schedule .event_set_link::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 38%;
    right: 10%;
    background: url(img/share/sankaku_b_r.png) no-repeat center;
    transform: rotate(90deg); }
  #schedule .event_set_link a {
    display: block !important;
    text-decoration: none;
    color: #555;
    position: relative;
    z-index: 2; }
  #schedule .event_set_link:hover {
    background-color: #eee; }
#schedule .event_id_set {
  padding-top: 60px;
  padding-bottom: 60px; }
  #schedule .event_id_set .ev {
    border-top: solid 1px #707070;
    padding: 15px 0;
    color: #555;
    display: flex;
    align-items: flex-end; }
    #schedule .event_id_set .ev:last-child {
      border-bottom: solid 1px #707070; }
    #schedule .event_id_set .ev .date_title {
      font-size: 120%;
      margin-bottom: 10px; }
    #schedule .event_id_set .ev .cont {
      width: calc(100% - 200px); }
    #schedule .event_id_set .ev .date_set {
      margin-bottom: 10px; }
    #schedule .event_id_set .ev .date {
      font-size: 120%; }
    #schedule .event_id_set .ev .flex {
      display: flex;
      align-items: flex-start; }
    #schedule .event_id_set .ev .btn {
      width: 200px;
      margin: 0 0 0 auto; }
      #schedule .event_id_set .ev .btn a {
        display: block !important;
        text-decoration: none;
        color: white !important;
        padding: 10px 0 !important; }
      #schedule .event_id_set .ev .btn.nolink {
        opacity: 0.5; }
  @media screen and (max-width: 580px) {
    #schedule .event_id_set .ev {
      flex-wrap: wrap; }
      #schedule .event_id_set .ev .cont {
        width: 100%; } }
#schedule .nokori {
  display: inline-block;
  padding: 0 8px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 85%;
  margin-right: 10px;
  background-color: #21b3e0; }
  #schedule .nokori.wazuka {
    background-color: #f08100; }
  #schedule .nokori.no {
    background-color: #e00000; }
#schedule .pal_cate {
  display: inline-block;
  padding: 0 8px;
  border-radius: 5px;
  color: #555;
  font-weight: bold;
  font-size: 85%;
  margin-right: 10px; }
  #schedule .pal_cate.priority {
    background: #9ceab7; }
  #schedule .pal_cate.members {
    background: #ffc3de; }
  #schedule .pal_cate.kcp {
    background: #cee9d2; }

/* archive */
#widget-list {
  border-top: none;
  width: 100%;
  margin-top: 10px; }

#widget-list li.over {
  margin-bottom: 0; }

#widget-list .archive a {
  padding: 0px 10px !important;
  margin-bottom: 1px;
  color: #555555;
  text-decoration: none;
  font-weight: normal;
  background: #eeeeee !important; }

#widget-list .archive a:hover {
  background: #ccc !important; }

#widget-list li a {
  display: block;
  height: 10px;
  line-height: 10px;
  padding: 0 !important;
  color: #555555;
  background: white !important; }

#widget-list .archive.open a {
  background: #ccc !important; }

/* =============================================
guide
================================================ */
#shop aside a,
#guide aside a {
  display: block;
  color: #555;
  font-size: 105%;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  background: url(img/share/sankaku_b_l.png) no-repeat 95% center;
  text-align: right;
  padding: 0 13% 0 0;
  border-bottom: solid 1px white; }

#shop aside a:hover,
#shop aside a.hover,
#guide aside a:hover,
#guide aside a.hover {
  background-color: #eee; }

h2.title span {
  position: absolute;
  right: 20px;
  color: #999999;
  font-weight: normal;
  font-size: 65%; }

h2.title span.annot {
  position: static;
  font-size: 70%;
  color: #555; }

h5 span.annot,
h6 span.annot {
  position: static;
  font-size: 80%; }

#guide img {
  margin-bottom: 20px; }

#caution .row,
#guide .row {
  border-bottom: 1px dashed #ccc;
  padding: 20px 0; }

#guide .name {
  width: 110px;
  font-weight: bold; }

#guide .cont {
  color: #777777; }

#group .cont b,
#guide .cont b {
  border: solid 1px black;
  padding: 5px 10px; }

#group .cont #tenji_price,
#guide .cont #tenji_price {
  background: #eee;
  width: 550px;
  margin: 15px auto 20px;
  padding: 20px;
  font-weight: bold;
  color: #555; }

#group .cont #tenji_price {
  width: 540px; }

#guide .cont #tenji_price span {
  font-weight: normal; }

#guide #kobo .clearfix .f_right {
  width: 75%; }

#map_canvas #map {
  position: relative;
  padding-bottom: 66.25%;
  padding-top: 30px;
  height: 0 !important;
  overflow: hidden; }

#map_canvas #map iframe,
#map_canvas #map object,
#map_canvas #map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#guide .experience .txt_cont {
  border: 1px solid #000;
  padding: 4px 9px;
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block; }

#guide .experience .txt_cont p {
  font-weight: bold;
  color: #000; }

/* WEB予約での来館 */
#schedule .webreserve .midashi {
  border: none;
  color: #555555;
  padding-bottom: 0; }
#schedule .webreserve .border-title {
  border: solid 1px #707070;
  display: inline-block;
  color: #555555;
  padding: 3px 10px;
  font-weight: bold; }

/* =============================================
exhibition
================================================ */
.old_link {
  position: relative;
  width: 980px;
  height: 40px; }

.old_link a {
  position: absolute;
  right: 0;
  display: block;
  background: url(img/share/sankaku_w_l.png) no-repeat 10px center;
  padding: 10px 15px;
  background-color: #777777;
  text-decoration: none;
  color: white;
  width: 150px;
  text-align: center; }

.old_link a:hover {
  background-color: #555; }

#exhibition {
  width: 100%;
  padding: 0 0 350px;
  min-width: 980px; }

#main_img {
  width: 100%;
  /*height:430px;*/
  background-repeat: no-repeat;
  background-position: center center;
  /*min-width:980px;*/ }

.black_area {
  width: 100%;
  background: black;
  color: white; }

.exh_old .black_area,
.exh_old .black_area p {
  background: white;
  color: #555555 !important; }

#exhibition section {
  width: 100%; }

#exhibition .black_area:first-child {
  padding: 50px 0; }

#exhibition .black_area p {
  color: white; }

#exhibition h2 {
  font-size: 195%;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 130%; }

.exh_old .date {
  margin-bottom: 30px; }

#exhibition .date {
  font-size: 125%; }

#exhibition h3 {
  margin: 30px 0;
  font-size: 125%;
  font-weight: normal; }

#exhibition .row .name {
  color: #777777;
  font-size: 125%;
  width: 160px; }

#exhibition .row {
  padding: 50px 0; }

#exhibition .row .cont {
  width: 780px; }

#summary .row {
  padding: 0 0 10px; }

#summary .row .name {
  font-weight: normal;
  font-size: 100%;
  width: 15%;
  color: #999999; }

#summary .row .cont {
  width: 85%;
  /*color:#555;*/
  color: #777; }

#summary .map_btn a {
  display: block;
  padding: 10px 10px 10px 0;
  color: white;
  width: 180px;
  text-align: center;
  background: url(img/share/sankaku_w.png) no-repeat 95% center;
  background-color: #777777;
  margin: 10px 0;
  text-decoration: none; }

#summary .map_btn a:hover {
  background-color: #555; }

.event_cont {
  margin-bottom: 40px; }

.event_cont h4 {
  color: #555555;
  font-size: 150%;
  font-weight: normal;
  margin-bottom: 20px; }

.event_cont h4 span {
  padding-left: 30px; }

/* =============================================
pal
================================================ */
#pal #main_img {
  height: auto; }

#pal #main_img img {
  width: 100%;
  height: auto; }

#pal .pal_db_btn {
  margin-bottom: 40px; }
  @media print, screen and (min-width: 581px) {
    #pal .pal_db_btn {
      display: flex;
      justify-content: space-between;
      align-items: stretch; }
      #pal .pal_db_btn > div {
        width: 48%; } }
  @media screen and (max-width: 580px) {
    #pal .pal_db_btn > div {
      margin-bottom: 20px;
      height: 170px; } }
  #pal .pal_db_btn .new a {
    background-color: #1da6d0; }
  #pal .pal_db_btn .update a {
    background-color: #30a358; }
  #pal .pal_db_btn a {
    border-radius: 15px;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: url(img/share/sankaku_w.png) no-repeat center 85%; }
    @media print, screen and (min-width: 581px) {
      #pal .pal_db_btn a {
        padding: 40px 0 60px; }
        #pal .pal_db_btn a:hover {
          opacity: 0.9; } }
    @media screen and (max-width: 580px) {
      #pal .pal_db_btn a {
        padding: 30px 0 40px; } }
    #pal .pal_db_btn a div {
      font-size: 120%; }
      @media print, screen and (min-width: 581px) {
        #pal .pal_db_btn a div {
          margin-bottom: 30px; } }
      @media screen and (max-width: 580px) {
        #pal .pal_db_btn a div {
          margin-bottom: 10px; } }
    #pal .pal_db_btn a b {
      font-size: 150%;
      display: block;
      width: 100%;
      margin-bottom: 20px; }
      @media print, screen and (min-width: 581px) {
        #pal .pal_db_btn a b {
          margin-bottom: 20px; } }
      @media screen and (max-width: 580px) {
        #pal .pal_db_btn a b {
          margin-bottom: 10px; } }
    #pal .pal_db_btn a p {
      color: white;
      line-height: 1.3;
      font-size: 90%;
      font-weight: normal; }
#pal .campaign_btn img {
  display: block;
  margin: 0 0 0 auto;
  max-width: 390px;
  width: 90%; }
#pal .black_btn {
  padding: 30px 15px;
  margin: auto;
  background-color: #555;
  color: white;
  position: relative;
  display: block;
  width: 40%; }
  #pal .black_btn::after {
    display: none !important; }
  @media print, screen and (min-width: 581px) {
    #pal .black_btn {
      width: 40%; }
      #pal .black_btn:hover {
        color: #555;
        background: url(img/share/sankaku_b_r.png) no-repeat 95% center #ccc; } }
  @media screen and (max-width: 580px) {
    #pal .black_btn {
      width: 60%; } }
  #pal .black_btn.green {
    background-color: #abb999;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media print, screen and (min-width: 581px) {
      #pal .black_btn.green:hover {
        color: #555;
        background: url(img/share/sankaku_b_r.png) no-repeat 95% center #daded4; } }
    #pal .black_btn.green.right {
      margin-right: 0; }
#pal .info_btn {
  display: block;
  padding: 15px 15px 15px 0;
  background-color: #1da6d0;
  color: white;
  border-radius: 30px;
  position: relative; }
  #pal .info_btn::after {
    display: none !important; }
  @media print, screen and (min-width: 581px) {
    #pal .info_btn:hover {
      opacity: 0.8; } }
  #pal .info_btn.white {
    background-color: white;
    border: solid 2px #555;
    color: #555;
    font-weight: bold;
    background: url(img/share/sankaku_b_r.png) no-repeat 95% center; }
    @media print, screen and (min-width: 581px) {
      #pal .info_btn.white:hover {
        background-color: #eee; } }
#pal table {
  line-height: 180%;
  color: #555;
  border-spacing: 0; }
@media screen and (max-width: 580px) {
  #pal .over_table {
    overflow: scroll; }
    #pal .over_table table {
      width: 550px; } }
#pal .border-table {
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  width: 100%; }
  #pal .border-table th {
    background: #dddddd; }
  #pal .border-table td,
  #pal .border-table th {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    vertical-align: middle;
    line-height: 1.3; }
    @media print, screen and (min-width: 581px) {
      #pal .border-table td,
      #pal .border-table th {
        padding: 10px 10px; } }
    @media screen and (max-width: 580px) {
      #pal .border-table td,
      #pal .border-table th {
        padding: 10px 5px; } }
#pal .member th,
#pal .member td {
  font-weight: normal;
  text-align: center; }
#pal .member tr td:last-child {
  text-align: left; }
#pal .member tr:first-child td {
  text-align: center; }
#pal .member span {
  font-size: 80%; }
#pal .member ul.dot {
  list-style: disc; }
  #pal .member ul.dot li {
    padding-left: 0;
    margin-bottom: 2px; }

#pal .btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(img/share/sankaku_w.png) no-repeat center;
  position: absolute;
  left: 92%;
  top: 40%;
  transform: rotate(90deg); }

#pal ul,
#pal ul + p {
  padding-left: 25px;
  color: #777777;
  list-style: outside decimal; }

#pal ul + p + div {
  margin: 40px 0;
  color: #777777; }

#pal ul li {
  padding-left: 10px;
  margin-bottom: 15px; }

/*#pal_campaign_link .btn{
	max-width: 320px;
	width: 100%;
	margin: 20px 0 0 auto;
}*/
#pal #campaign {
  background: #1fa0c7;
  border-radius: 15px;
  color: white;
  padding: 30px 25px;
  margin: 30px 0 40px; }

#pal #campaign b {
  font-size: 150%;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  line-height: 130%; }

#pal #campaign b span {
  font-size: 80%;
  display: block;
  margin-top: 15px; }

#pal #campaign p {
  color: white;
  font-weight: bold; }

#pal #campaign #date,
#pal #campaign p + div {
  color: #00a3d9;
  font-size: 125%;
  font-weight: bold;
  margin: 10px 0; }

#pal #campaign p + div {
  color: #ff7272; }

#pal #campaign h3 {
  color: #00698c;
  font-size: 140%;
  margin-bottom: 20px; }

#pal .campaign_untile250915 {
  box-sizing: border-box;
  border: 5px solid #e4017f;
  padding: 35px 30px 20px;
  margin-bottom: 50px; }
  #pal .campaign_untile250915 b {
    text-align: center;
    display: block; }
  #pal .campaign_untile250915 .campaign_title {
    font-size: 20px;
    color: #e4017f;
    line-height: 1.5;
    margin-bottom: 15px; }
    #pal .campaign_untile250915 .campaign_title span {
      font-size: 19px;
      display: block;
      margin-bottom: 10px; }
  #pal .campaign_untile250915 a {
    text-align: center;
    font-weight: bold;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px; }

.midashi {
  font-size: 125%;
  border-bottom: solid 1px #ccc;
  margin: 40px 0 30px;
  padding-bottom: 10px; }

#pal p.bold {
  font-size: 105%;
  color: #333333;
  line-height: 200%; }

#pal #teikei .cont {
  padding-left: 130px;
  margin-bottom: 30px; }

#pal #teikei h4 + div.cont {
  background: url(img/pal/shop.jpg) no-repeat; }

#pal #teikei div.cont + div.cont {
  background: url(img/pal/shisetsu.jpg) no-repeat; }

#pal .row {
  border-top: dashed 1px #ccc;
  border-bottom: dashed 1px #ccc;
  padding: 15px 0;
  color: #777;
  width: 100%;
  margin-top: -1px; }

#pal .row .name {
  font-weight: bold;
  width: 30%;
  color: #333333; }

#pal .row .name span {
  display: block;
  font-size: 80%;
  color: #777; }

#pal .row .cont {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  width: 70%;
  background: none; }

#pal a {
  color: #777; }

#pal .row .cont h5 {
  color: #769f00;
  font-size: 110%;
  margin-bottom: 5px; }

#pal #teikei div.cont + div.cont h5 {
  color: #c75a5a; }

#pal #staff p {
  color: #777777;
  margin-bottom: 30px; }

#pal #staff div {
  margin-bottom: 30px; }

#pal #staff div p {
  margin: 0;
  padding: 20px;
  background: #eee; }

#palinfo_date li {
  list-style: none;
  padding: 0;
  margin: 0; }

#pal aside a {
  display: block;
  color: #555;
  font-size: 105%;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  background: url(img/share/sankaku_b_l.png) no-repeat 95% center;
  text-align: right;
  padding: 0 13% 0 0;
  border-bottom: solid 1px white; }
  #pal aside a.newtab {
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    background: url(img/share/sankaku_b_r.png) no-repeat 95% center; }
  #pal aside a.newtab:not(:hover) {
    background: url(img/share/sankaku_w.png) no-repeat 95% center;
    color: white;
    background-color: #555; }

#pal aside a:hover,
#pal aside a.hover {
  background-color: #eee; }

#pal aside #palinfo_date {
  border: solid 1px #ccc;
  padding: 20px;
  margin: 30px 0 0; }

#pal aside #palinfo_date h5 {
  margin: 0 0 15px; }

#pal aside #palinfo_date a {
  padding: 0;
  background: none;
  height: auto;
  line-height: 100%;
  text-decoration: underline;
  font-size: 98%; }

#pal_info {
  margin-top: -30px; }

#pal #premiere h5 {
  font-weight: bold;
  font-size: 105%;
  line-height: 180%;
  color: #333333; }

#pal #premiere article {
  background: #e5f0f3;
  padding: 30px;
  margin-top: 30px; }

#pal article h4 {
  color: #00698c;
  font-size: 140%;
  line-height: 150%; }

#pal article .over {
  color: #e00000;
  font-weight: bold;
  margin: 10px 0 0;
  font-size: 110%; }

#pal article .date {
  font-weight: bold;
  margin: 15px 0; }

#pal article p {
  color: #555;
  line-height: 170%; }

#pal_event .note_text {
  font-size: 80%;
  margin-bottom: 30px; }

#pal_event article {
  border-bottom: dashed 1px #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 35px;
  background: url(img/pal/ico.jpg) no-repeat left top; }

#pal article a {
  color: black;
  font-weight: bold;
  display: block;
  padding-top: 10px; }

#pal .pal_btn_box {
  text-align: right;
  margin-top: 15px; }

#pal .pal_btn_box a {
  color: white;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #777;
  padding: 0 30px; }

#pal .pal_top_midashi {
  margin-top: 20px; }

#only_one_day_title {
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
  padding-right: 5px; }

.pal_guide .page_nav {
  display: flex;
  flex-wrap: wrap; }
  .pal_guide .page_nav li {
    list-style: none;
    margin-right: 1px;
    margin-bottom: 1px; }
    @media screen and (max-width: 580px) {
      .pal_guide .page_nav li {
        width: 33%; } }
    .pal_guide .page_nav li a {
      font-weight: normal;
      display: inline-block;
      color: white !important;
      text-align: center;
      background-color: #777777;
      text-decoration: none; }
      @media print, screen and (min-width: 581px) {
        .pal_guide .page_nav li a {
          padding: 20px 25px; } }
      @media screen and (max-width: 580px) {
        .pal_guide .page_nav li a {
          display: block;
          padding: 20px 0;
          font-size: 90%; } }
      .pal_guide .page_nav li a:hover {
        background-color: #999; }
.pal_guide .midashi_big {
  font-size: 155%;
  color: #555;
  line-height: 1.3; }
.pal_guide .btn {
  margin-left: auto;
  max-width: 100%;
  width: 45%; }
  .pal_guide .btn a {
    color: white !important;
    font-weight: normal;
    text-decoration: none; }
.pal_guide ul.bold li {
  color: #555; }
  .pal_guide ul.bold li p {
    color: #777;
    font-weight: normal;
    margin-top: 5px; }
.pal_guide .red {
  color: #d80000 !important; }
  .pal_guide .red.attention {
    padding-left: 1.3em; }
    .pal_guide .red.attention::before {
      margin-left: -1.3em;
      content: "※"; }
.pal_guide .dot {
  list-style: outside disc;
  margin-left: 1em; }
  .pal_guide .dot li {
    padding-left: 10px;
    margin-bottom: 15px;
    color: #777; }
.pal_guide a {
  color: #555;
  font-weight: bold; }
.pal_guide .attention_ico {
  padding-left: 1.5em;
  color: #555;
  line-height: 1.3; }
  .pal_guide .attention_ico::before {
    content: "※";
    margin-left: -1.5em;
    padding-right: 0.5em; }
.pal_guide.kiyaku dt {
  font-weight: bold;
  margin-bottom: 10px;
  color: #555; }
.pal_guide.kiyaku dd {
  margin-bottom: 40px; }
.pal_guide.kiyaku table {
  line-height: 180%;
  color: #555;
  border-spacing: 0;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc; }
  @media screen and (max-width: 580px) {
    .pal_guide.kiyaku table {
      width: 100%; } }
  .pal_guide.kiyaku table td {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    vertical-align: middle;
    line-height: 1.3; }
    @media print, screen and (min-width: 581px) {
      .pal_guide.kiyaku table td {
        padding: 10px 10px; } }
    @media screen and (max-width: 580px) {
      .pal_guide.kiyaku table td {
        padding: 10px 10px; } }

/* =============================================
artsquare
================================================ */
#artsquare #main_img img {
  width: 100%;
  height: auto; }

#artsquare .midashi_gray {
  margin: 0 0 20px; }

#artsquare .midashi_gray + h4 {
  margin: 0 0 50px; }

#artsquare #artsquare_menu div a:first-child {
  margin: 0; }

#artsquare #artsquare_menu .gedan {
  width: 100%;
  height: 170px; }

#artsquare #artsquare_menu div a {
  display: block;
  float: left;
  margin: 0 0 8px 8px;
  line-height: 0; }

#artsquare aside p:first-child {
  line-height: 130%;
  text-align: right;
  margin-bottom: 30px; }

#artsquare aside p:first-child a {
  font-weight: bold;
  padding: 0 !important;
  color: #555; }

#artsquare aside p.as_btn {
  text-align: right;
  margin-bottom: 30px; }

#artsquare aside p.as_btn a {
  padding: 0 !important; }

#artsquare aside p:first-child a span {
  font-size: 80%; }

#artsquare aside div {
  margin: 0 0 40px; }

h6.once_title {
  font-size: 125%;
  font-weight: bold;
  padding: 382px 0 15px 0; }

#artsquare aside div a {
  display: block;
  padding: 10px 25px 10px 0;
  color: #555;
  font-size: 105%;
  text-align: right;
  background: url(img/share/sankaku_b_l.png) no-repeat 95% center;
  text-decoration: none;
  border-bottom: solid 1px white; }

#artsquare aside img {
  max-width: 100%; }
  @media screen and (max-width: 580px) {
    #artsquare aside img {
      max-width: 200px; } }

#artsquare aside div a.hover,
#artsquare aside div a:hover {
  background-color: #eee; }

#artsquare aside #inq {
  margin: 30px 0 0;
  border: 10px solid #ccc;
  background: #fafafa;
  padding: 20px 10px;
  color: #555555; }

#artsquare aside #inq h6 {
  text-align: center;
  font-size: 110%;
  color: black; }

#artsquare aside #inq h5 {
  text-align: center;
  font-size: 140%;
  margin: 20px 0 0; }

#artsquare aside #inq h5 a {
  padding: 0 !important;
  border: none;
  background: none;
  font-size: 100%;
  display: block;
  text-align: center; }

#artsquare aside #inq h5 + p {
  text-align: center;
  font-weight: bold;
  margin: 10px 0 20px; }

#artsquare aside .from_2 {
  margin-bottom: 10px;
  line-height: 100%; }

#artsquare #caution {
  margin: 30px auto; }

#artsquare #caution .note_title {
  font-weight: bold;
  margin-left: -1em;
  color: #000;
  margin-top: 25px;
  display: block;
  margin-bottom: 5px; }

#artsquare #caution .note_txt {
  font-weight: bold;
  color: #000;
  line-height: 160%; }

#artsquare .school_attention,
#artsquare .uketsuke {
  border: solid 1px #000;
  padding: 20px;
  margin: 60px auto 20px;
  box-sizing: border-box; }

#artsquare .uketsuke p {
  color: #000;
  font-weight: bold; }

#artsquare .school_attention {
  margin: 20px auto 60px; }

#artsquare #caution .cont a.link_black {
  color: #000;
  font-weight: bold; }

#artsquare #caution .note_box {
  margin-top: 25px; }

#artsquare #caution .note_box b.note_title {
  margin-left: -1em;
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 5px; }

#artsquare #caution .note_box p.note_txt {
  font-weight: bold;
  color: #000;
  line-height: 160%; }

#artsquare .form_btn {
  display: none; }

#artsquare .back_lblue {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 130%;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #daebfc;
  border-radius: 9px;
  margin-bottom: 20px; }

/*　アートスクウェア教室　申し込みフォーム　▼▼▼　*/
#artsquare .mail_form {
  margin: 0 auto;
  float: none;
  margin-bottom: 100px; }

#artsquare .mail_form .font_s {
  font-size: 86.67%; }

#artsquare .mail_form #artsquare_form {
  margin-top: 50px; }

#artsquare .mail_form #artsquare_form table {
  color: #777;
  width: 100%;
  margin-top: 25px; }

#artsquare .mail_form #artsquare_form table tr th,
#artsquare .mail_form #artsquare_form table tr td {
  padding-bottom: 25px;
  vertical-align: top; }

#artsquare .mail_form #artsquare_form table tr th {
  width: 25%;
  text-align: left; }

#artsquare .mail_form #artsquare_form span.red {
  color: #d80000; }

#artsquare .mail_form #artsquare_form table tr td {
  width: 75%; }

#artsquare .mail_form #artsquare_form table tr td .minna_txt {
  margin-bottom: 15px;
  font-size: 106.67%;
  font-weight: bold; }

#artsquare .mail_form #artsquare_form table tr td .cr_title {
  margin-bottom: 5px;
  margin-top: 15px;
  color: #777; }

#artsquare .mail_form #artsquare_form table tr td .cr_title.cr_title_first {
  margin-bottom: 5px;
  margin-top: 0; }

#artsquare .mail_form #artsquare_form table tr td .ichinichi_txt {
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 106.67%;
  font-weight: bold; }

#artsquare .mail_form #artsquare_form table tr td span.font_s {
  font-size: 80%; }

#artsquare .mail_form #artsquare_form table tr td span.com {
  font-weight: bold;
  margin-left: 20px;
  font-size: 80%;
  line-height: 120%;
  color: #d80000; }

#artsquare .mail_form #artsquare_form table tr td input[type="text"],
#artsquare .mail_form #artsquare_form table tr td textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #777; }

#artsquare .mail_form #artsquare_form table tr td.size_s input[type="text"] {
  width: 60px;
  vertical-align: bottom;
  margin-right: 5px; }

::-webkit-full-page-media,
:future,
:root #artsquare .mail_form #artsquare_form table tr td input[type="text"] {
  font-size: 16px; }

::-webkit-full-page-media,
:future,
:root #artsquare .mail_form #artsquare_form table tr td textarea {
  font-size: 16px; }

#artsquare .mail_form #artsquare_form table tr td.tel_space input[type="text"] {
  width: 50%; }

#artsquare .mail_form #artsquare_form table tr td span,
#artsquare .mail_form #artsquare_form table tr td label {
  display: block; }

#artsquare .mail_form #artsquare_form table tr td label {
  margin-bottom: 10px;
  text-indent: -1.3em;
  padding-left: 1em; }

#artsquare .mail_form #artsquare_form table tr td .event_txt {
  margin-top: 30px; }

#artsquare .mail_form #artsquare_form .terms_box {
  border: 1px solid #777;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 25px;
  margin-top: 100px; }

#artsquare .mail_form #artsquare_form .terms_box_2 {
  margin-bottom: 50px;
  margin-top: 0; }

#artsquare .mail_form #artsquare_form .terms_box .terms_link {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px; }

#artsquare .mail_form #artsquare_form .terms_box a {
  color: #777; }

#artsquare .mail_form #artsquare_form .terms_box table.terms tr th,
#artsquare .mail_form #artsquare_form .terms_box table.terms tr td {
  padding-bottom: 0; }

#artsquare .mail_form #artsquare_form .terms_box table.terms tr td {
  font-size: 90%; }

#artsquare .mail_form #artsquare_form .submit_btn {
  text-align: center; }

#artsquare .mail_form #artsquare_form .submit_btn input[type="submit"],
#artsquare .mail_form #artsquare_form .submit_btn input[type="button"] {
  border: 0;
  color: #fff;
  background-color: #555;
  padding: 20px 40px;
  margin: 0 5px; }

::-webkit-full-page-media,
:future,
:root #artsquare .mail_form #artsquare_form .submit_btn input[type="submit"] {
  font-size: 16px; }

::-webkit-full-page-media,
:future,
:root #artsquare .mail_form #artsquare_form .submit_btn input[type="button"] {
  font-size: 16px; }

#artsquare .form_thanks {
  text-align: center;
  margin: 0 auto;
  float: none; }

#artsquare .form_thanks h3 {
  font-size: 133.33%;
  padding-top: 30px;
  margin-bottom: 40px;
  font-weight: bold; }

#artsquare .form_thanks .for_top {
  margin-top: 60px;
  margin-bottom: 100px; }

#artsquare .form_thanks .for_top a {
  color: #fff;
  background-color: #555;
  padding: 20px 40px;
  text-decoration: none;
  display: inline-block; }

#artsquare .mail_form #artsquare_form.confi h3 {
  text-align: center;
  font-size: 133.33%;
  padding-top: 30px;
  margin-bottom: 20px;
  font-weight: bold; }

#artsquare .mail_form #artsquare_form.confi table {
  margin-top: 40px; }

#artsquare .mail_form #artsquare_form.confi .submit_btn {
  margin-top: 50px; }

#artsquare .mail_form .formError .formErrorContent {
  width: auto; }

/*　アートスクウェア教室　申し込みフォーム　▲▲▲　*/
/*　アートスクウェア教室　作品フォーム　▼▼▼　*/
#artsquare .mail_form #artsquare_form.artsquare_sakuhin_form table {
  border-collapse: collapse; }
  #artsquare .mail_form #artsquare_form.artsquare_sakuhin_form table tr.border_top th,
  #artsquare .mail_form #artsquare_form.artsquare_sakuhin_form table tr.border_top td {
    border-top: 1px solid #707070;
    padding-top: 50px; }
  #artsquare .mail_form #artsquare_form.artsquare_sakuhin_form table tr td {
    padding-bottom: 40px; }
    #artsquare .mail_form #artsquare_form.artsquare_sakuhin_form table tr td .sunpo_rei {
      max-width: 150px;
      margin-top: 20px; }
      #artsquare .mail_form #artsquare_form.artsquare_sakuhin_form table tr td .sunpo_rei img {
        width: 100%; }
  #artsquare .mail_form #artsquare_form.artsquare_sakuhin_form table tr td.w_20per input[type="text"] {
    width: 20%; }
#artsquare .mail_form #artsquare_form.artsquare_sakuhin_form.confi .submit_btn {
  display: flex;
  justify-content: center; }
  #artsquare .mail_form #artsquare_form.artsquare_sakuhin_form.confi .submit_btn input[type="button"],
  #artsquare .mail_form #artsquare_form.artsquare_sakuhin_form.confi .submit_btn input[type="submit"] {
    width: 140px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px; }

.artsquare_sakuhin_form .gray_label {
  background-color: #e8e8e8;
  font-size: 15px;
  padding: 15px 5%;
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 40px;
  font-weight: bold; }

.artsquare_sakuhin_form h3 {
  padding-bottom: 40px;
  border-bottom: 1px solid #707070; }

/*　アートスクウェア教室　作品フォーム　▲▲▲　*/
#caution .name {
  width: 90px;
  font-weight: bold; }

#caution .cont {
  line-height: 180%;
  width: 600px;
  color: #777777; }

#caution .cont a {
  color: #777; }

#caution .cont p {
  margin-left: -1em; }

#caution .cont ul {
  list-style-type: disc; }

#caution .cont ul li img.marutai {
  width: 15px;
  vertical-align: middle;
  padding-right: 2px;
  margin-top: -2px; }

#art_detail .row.shool_name {
  border-top: dashed 1px #ccc;
  border-bottom: dashed 1px #ccc;
  margin: 40px 0 10px;
  padding: 15px 0; }

#art_detail .shool_name .ico_ryokin img {
  width: 65px; }

#art_detail .shool_name .ico_ryokin a {
  display: inline;
  width: auto;
  margin: auto;
  vertical-align: middle; }

#art_detail .shool_name .ico_ryokin {
  float: right; }

#art_detail .shool_name.row .cont {
  color: #555;
  width: auto; }

#art_detail p.com_red {
  font-weight: bold;
  line-height: 120%;
  color: #d80000;
  margin: 15px 0 10px; }

#art_detail .row {
  padding: 5px 0; }

#art_detail h4 {
  font-size: 125%;
  font-weight: bold; }

#art_detail h5 {
  font-size: 110%;
  margin: 0 0 10px; }

#art_detail h5 + p {
  margin: 0 0 5px; }

#art_detail .row .name {
  color: #999999;
  width: 15%; }

#art_detail .row .cont {
  color: #555;
  width: 85%; }

#art_detail a {
  width: 23%;
  margin: 30px 0 0 15%; }

#art_detail .sakuhin {
  margin-top: 35px;
  width: 100%;
  height: auto; }

#art_detail .sakuhin img {
  max-width: 500px;
  max-height: 500px; }

#art_detail .form_area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10px 0; }
#art_detail .btn {
  text-align: left;
  width: 200px;
  box-sizing: border-box;
  padding: 0; }
#art_detail .nolink {
  opacity: 0.5;
  padding: 10px 20px 10px 10px; }
#art_detail .btn a {
  display: block;
  margin: 0 !important;
  width: 100% !important;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  padding: 10px 20px 10px 10px; }
#art_detail .red_text {
  background-color: #d80000;
  color: white;
  font-weight: bold;
  padding: 0 8px;
  border-radius: 5px;
  font-size: 90%;
  line-height: 30px; }
#art_detail .small {
  font-size: 80%;
  text-align: right;
  margin: -5px 0 10px; }

.art_guide ul {
  padding-left: 25px;
  color: #777777;
  list-style: outside decimal; }
  .art_guide ul li {
    padding-left: 10px;
    margin-bottom: 15px; }

/* =============================================
shop
================================================ */
#shop #main_img {
  margin: 0 0 30px; }

#shop section a {
  color: #555; }

#shop .museum_shop img {
  max-width: 100%;
  height: auto; }

#shop .museum_shop {
  color: #555; }

#shop .museum_cat {
  margin-bottom: 100px; }

#shop .museum_shop h3 {
  font-weight: bold;
  font-size: 150%; }

#shop .museum_nav {
  display: flex;
  margin-bottom: 100px; }

#shop .museum_to_shop {
  text-align: right;
  margin: 40px 0 100px; }

#shop .museum_to_shop a {
  max-width: 400px;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  padding: 25px 15px;
  font-weight: bold !important;
  background-color: #555;
  color: white;
  position: relative;
  text-align: left; }
  #shop .museum_to_shop a::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-bottom: 3.5px solid transparent;
    border-top: 3.5px solid transparent;
    border-left: 6.5px solid white;
    border-right: 0; }
  @media print, screen and (min-width: 581px) {
    #shop .museum_to_shop a:hover {
      background-color: #333; } }

#shop .museum_nav.bottom a {
  padding: 15px 0 20px; }

#shop .museum_nav.bottom a::before {
  transform: rotate(180deg);
  margin: 0px auto 10px; }

#shop .museum_nav div {
  margin-right: 10px; }

#shop .museum_nav div:last-child {
  margin: 0 0 0 auto; }

#shop .museum_nav div:last-child a {
  background-color: #555;
  color: white; }

#shop .museum_nav div:last-child a:before,
#shop .museum_nav div:last-child a:after {
  border-top-color: white; }

#shop .museum_cat_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px; }

#shop .museum_cat_nav li {
  width: 24%;
  margin-bottom: 20px; }

#shop .museum_cat_nav a {
  text-decoration: none; }

#shop .museum_cat_nav img {
  display: block;
  margin-bottom: 10px;
  border: solid 1px #707070; }

#shop .shop_cont {
  border-top: dashed 1px #999;
  padding: 40px 0; }

#shop .shop_cont + .shop_cont {
  border-bottom: dashed 1px #999; }

#shop .shop_cont .flex-ce {
  display: flex;
  align-items: flex-start; }

#shop .shop_cont img {
  width: 500px; }

#shop .shop_cont img.long {
  width: 350px; }

#shop .shop_cont b {
  font-weight: bold;
  display: block !important;
  font-size: 110%;
  margin-bottom: 20px; }

#shop .shop_cont .cont {
  min-width: 180px;
  margin-left: 50px; }

#shop .shop_cont .price,
#shop .shop_cont dt {
  font-size: 80%; }

#shop .shop_cont dd {
  margin-bottom: 15px; }

#shop .shop_cont .price span {
  font-size: 140%;
  font-weight: bold !important; }

#shop .torihiki_cont {
  border-bottom: dashed 1px #999;
  padding: 40px 0; }

#shop .torihiki_cont a {
  font-weight: bold !important;
  font-size: 105%;
  color: #b90202;
  text-decoration: none; }

#shop h4 {
  font-weight: bold !important;
  font-size: 120%;
  margin-bottom: 20px; }

#shop b.border {
  border: solid 1px #707070;
  font-weight: bold !important;
  font-size: 120%;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px; }

#shop b {
  font-size: 110%;
  font-weight: bold !important;
  display: inline-block; }

#shop .dot li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px; }

#shop .dot li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #777777;
  width: 8px;
  height: 8px;
  border-radius: 50%; }

#shop .sold_out-txt {
  color: #d80000;
  font-weight: bold;
  display: block; }

#shop .sold_out-tag {
  color: #fff;
  background-color: #d80000;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px;
  line-height: 1;
  padding: 7px 10px; }

/* =============================================
inquiry
================================================ */
#inquiry section {
  float: none;
  width: 100%; }

#inquiry h4 {
  text-align: center;
  font-size: 110%;
  margin: 40px 0 10px; }

#inquiry h4 + p {
  text-align: center; }

#inquiry_cont h3,
#inquiry h3 {
  margin: 20px 0;
  font-weight: bold;
  font-size: 165%;
  color: #555; }

#inquiry_cont h3 a,
#inquiry h3 a {
  color: #d2162a;
  font-size: 85%; }

#inquiry p.bold {
  margin: 60px 0 50px; }

#inquiry_cont {
  padding: 30px 0;
  margin: 30px 0; }

#inquiry_cont div {
  float: left;
  width: 33.3%;
  text-align: center; }

/* =============================================
sitemap
================================================ */
#sitemap section {
  float: none;
  width: 100%; }

#sitemap .cont_area {
  float: left;
  width: 300px;
  margin-left: 20px; }

#sitemap .cont_area:first-child {
  margin-left: 0; }

#sitemap .cont {
  padding: 30px 0;
  border-top: dashed 1px #ccc; }

#sitemap h4,
#sitemap .cont h5 {
  margin: 0 0 10px;
  font-size: 125%; }

#sitemap .cont h5 a {
  padding: 0; }

#sitemap .cont a {
  display: block;
  padding: 5px 0 5px 30px;
  color: #333333; }

#sitemap h4 a {
  display: block;
  color: #333333;
  padding: 10px 0; }

/* =============================================
forum
================================================ */
#forum article {
  width: 100%;
  overflow: hidden; }

#forum article img {
  max-width: 100%;
  float: none;
  width: auto;
  height: auto; }

/* =============================================
pressrelease
================================================ */
#pressrelease section p:first-child {
  margin-bottom: 30px; }

#pressrelease section p:first-child + p {
  border-bottom: solid 1px #ccc;
  padding-bottom: 40px;
  margin-bottom: 20px; }

#pressrelease article p.date {
  margin-bottom: 0;
  font-size: 80%; }

#pressrelease article h1 {
  float: none;
  font-size: 120%;
  color: #555;
  font-weight: bold;
  line-height: 150%;
  margin: 5px auto 20px; }

#pressrelease article ul {
  float: none;
  overflow: hidden;
  zoom: 1; }

#pressrelease article ul li {
  float: left;
  width: 33%;
  font-size: 90%; }

#pressrelease article ul + p {
  text-align: right;
  font-size: 90%;
  margin-top: 10px; }

#pressrelease #inquiry_cont {
  margin-top: 0; }

/* =============================================
fudekko
================================================ */
#fudekko {
  color: #555; }

#fudekko .bottom_none {
  padding-bottom: 0 !important; }

#fudekko h2 span {
  padding-left: 20px;
  font-weight: lighter !important;
  color: #333;
  position: static; }

#fudekko section {
  float: none;
  width: 100%; }

#fudekko section img {
  width: 100%; }

#fudekko .midashi_gray {
  text-align: center;
  margin: 50px 0; }

#fudekko .pic_1 {
  margin-top: 50px; }

#fudekko .b_line {
  border: 1px solid #555555; }

#fudekko h4 {
  font-size: 125%;
  text-align: center;
  padding: 15px 0;
  margin-top: 80px; }

#fudekko ul li {
  margin-top: 35px; }

#fudekko ul li h5 {
  margin-bottom: 5px; }

#fudekko #bosyu {
  background-color: #fdf4ea;
  padding-bottom: 90px; }

#fudekko #bosyu h4 {
  padding-top: 90px; }

#fudekko #bosyu h5 {
  font-size: 160%;
  text-align: center;
  margin: 50px 0 35px;
  line-height: 130%; }

#fudekko #bosyu .bosyu_container {
  width: 840px;
  margin: 0 auto 0;
  padding: 0 20px; }

#fudekko #bosyu .row {
  padding: 0 0 10px; }

#fudekko #bosyu .row .name {
  font-weight: bold;
  width: 12%; }

#fudekko #bosyu .row .cont {
  float: left;
  width: 88%; }

#fudekko #bosyu .row .cont ul {
  list-style: disc;
  padding-left: 17px; }

#fudekko #bosyu .row .cont ul li {
  margin-top: 0; }

#fudekko #bosyu .bosyu_access {
  font-weight: bold;
  padding: 25px 30px;
  margin-top: 60px; }

/* =============================================
restaurant
================================================ */
#restaurant h3 {
  color: #777777;
  font-size: 140%; }

#restaurant h3 span {
  font-size: 80%;
  display: block;
  font-weight: normal;
  margin: 0 0 5px; }

#restaurant h3 + img {
  float: right;
  margin-bottom: 0; }

#restaurant p.bold {
  font-size: 110%;
  color: #777777; }

#restaurant #main_img {
  margin: 30px 0 20px; }

#restaurant .row {
  border: none;
  padding: 10px 0; }

#restaurant .row .name {
  color: #999999;
  font-weight: normal; }

#restaurant .row + p {
  margin: 30px 0; }

#restaurant #booking {
  background: #fafafa;
  border: solid 10px #ccc;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 105%;
  line-height: 250%; }

#restaurant #booking span {
  font-size: 165%; }

#restaurant #booking p {
  font-weight: normal;
  font-size: 85%;
  margin-top: 10px; }

.close_attention {
  border: solid 1px #ccc;
  padding: 20px;
  margin: 0 auto 20px; }

/* =============================================
privacy policy
================================================ */
#privacy_policy,
#privacy_policy p {
  color: #777; }

#privacy_policy p {
  line-height: 150%; }

#privacy_policy .privacy_policy_cont {
  width: 100%; }

#privacy_policy .privacy_policy_cont dl {
  margin-top: 30px; }

#privacy_policy .privacy_policy_cont dl dt,
#privacy_policy .privacy_policy_cont dl dd {
  display: block; }

#privacy_policy .privacy_policy_cont dl dt {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  color: #555; }

#privacy_policy .privacy_policy_cont dl dd {
  margin-bottom: 40px; }

#privacy_policy .privacy_policy_cont dl dd a {
  text-decoration: none;
  color: #777; }

#privacy_policy .privacy_policy_cont ul.num {
  list-style: decimal;
  margin-top: 10px; }

#privacy_policy .privacy_policy_cont ul.num li {
  margin-left: 20px;
  margin-bottom: 5px; }
