/* Common Smallview */

.pc{
	display: none !important;
}
.sp{
	display: block !important;
}

/* ---------------------------------------- */
/* Base */
/* ---------------------------------------- */
body{
  font-size: 12px;
}
.show-sml{
  display: inline;
}
.hide-sml{
  display: none;
}
.note {
  font-size: 11px;
}


/* ---------------------------------------- */
/* COMPONENT */
/* ---------------------------------------- */

/* RESERVATION */
.c-reservation {
  position: fixed;
  top: 18px;
  right: 0;
  width: 183px;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
}
.c-reservation span{
  display: block;
  padding: 5px 0 4px;
}
.c-reservation ul li {
    height: 41px;
}
.c-reservation ul li.en a {
    font-size: 13px;
  padding: 13px 0 12px;
}
.c-reservation ul li.ja a {
  font-size: 12px;
  padding: 12px 0 14px;
  border-left: 0.5px solid #656565;
}

/* LINK */
.c-linkmore a {
  padding-right: 18px;
}
.c-linkmore a::after {
  height: 110px;
  bottom: 8px;
}



/* HEADLINE */
.c-headline {
  padding-right: 26px;
  width: 76px;
  height: 106px;
  font-size: 34px;
}
.c-headline::after {
  height: 127px;
}

.c-headline .c-headline_line {
  height: 128px;
  top: 3px;
}
.c-headline .c-headline_text-art {
  right: -2px;
}
.c-headline .c-headline_text-stay {
  right: -3px;
}
.c-headline .c-headline_text-food {
  right: 4px;
}
.c-headline .c-headline_text-event {
  right: 10px;
  /*letter-spacing: -0.1em;*/
}

/* PAGES*/
.c-logo_sml {
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: 26px;
}
.c-logo_sml a {
  display: block;
}
.c-logo_sml a img {
  height: auto;
}

/* MENU */
.c-menu_icon {
  display: block;
  opacity: 0;
  transition: opacity .3s ease-out;
}
body.is-loading-done .c-menu_icon {
  opacity: 1;
  transition-delay: 0;
}

main {
  min-height: initial;
}

/* ---------------------------------------- */
/* LAYOUT */
/* ---------------------------------------- */
.l-wrapper {
  padding-right: 0;
}
.l-container {
  margin-left: 0;
}

/* HEADER */
#js-header-container {
  position: relative;
  z-index: 101;
}
.l-header {
  position: absolute;
  top: 0;
  bottom: initial;
  bottom: auto;
  z-index: 10;
}
.l-header-inner {
  height: auto;
  padding-left: 0;
  display: block;
}
.l-header_logo {
  position: absolute;
  top: 322px;
  left: 26px;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;

}
body[data-pagename="page-home"].is-headerlogo-show .l-header_logo {
  opacity: 1;
  pointer-events: auto;
}
body[data-pagename="page-home"].is-headerlogo-show.is-headerlogo-hiding .l-header_logo {
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
}
body[data-pagename="page-home"].is-menu-open .l-header_logo {
  opacity: 0;
  pointer-events: none;
}
.l-gnav {
  display: none;
}
.l-gnav_secondary {
  display: none;
}
.l-supage_nav {
  display: none;
}

/* FOOTER */
.l-footer {
  padding-top: 44px;
  padding-top: 100px;
  padding-bottom: 186px;
}
.l-footer_inner {
  margin-left: 0;
  padding-left: 0;
}
.l-footernav_primary {
  font-size: 32px;
  line-height: 1.1;
}
.l-footernav_primary li {
  display: block;
  margin-left: 0;
  text-align: center;
}
.l-footernav_primary li a {
  display: inline-block;
  padding: 2px 10px;
}
.l-footernav_secondary {
  margin-top: 40px;
  font-size: 20px;
}
.l-footernav_secondary li {
  display: block;
  margin-left: 0;
  text-align: center;
}
.l-footernav_secondary li a{
  display: inline-block;
  padding: 0 10px;
}
.l-footernav_tertiary {
  margin-top: 45px;
  font-size: 16px;
  line-height: 1.9;
}
.l-footernav_tertiary li {
  display: block;
  margin-left: 0;
  text-align: center;
}
.l-footernav_tertiary li a {
  display: inline-block;
  padding: 0 10px;
}
.l-footernav_social {
  margin-left: 0;
  margin-top: 48px;
  text-align: center;
}
.l-footernav_social li {
  margin: 0 8px;
}
.l-footernav_social li a {
  padding-top: 5px;
}
.l-footernav_social li:first-child a{
  padding-top: 6px;
}
.l-footernav_social li:first-child img {
  width: 31px;
  height: 31px;
}
.l-footernav_social li:nth-child(2) img {
  width: 30px;
  height: 30px;
}
.l-footernav_social li:nth-child(3) img {
  width: 30px;
  height: 30px;
}
.l-footer .tel {
  display: block;
  margin-top: 45px;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}
.l-footer_pagetop {
  position: absolute;
  top: initial;
  bottom: 28px;
  right: 26px;
  font-size: 12px;
  line-height: 1.4;
}
.l-footer_copyright {
  margin-top: 0;
  position: absolute;
  bottom: 22px;
  left: 26px;
  font-size: 10px;
}
.l-footer_logo {
  display: none;
}

.l-footernav_reservation {
  display: none;
}
.l-footer_address {
  display: none;
}
.l-footer_pagetop a {
  padding-right: 16px;
}
.l-footer_pagetop a .pagetop_line {
  height: 110px;
  bottom: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}

/* MENU */
.l-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #dadada;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.menu-content {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.l-menu_logo {
  width: 66px;
  height: auto;
  position: fixed;
  bottom: 26px;
  right: 26px;
}
.l-menunav_primary {
  font-size: 34.4px;
  line-height: 1;
  letter-spacing: -0.07em;
}
.l-menunav_primary li{
  display: block;
}
.l-menunav_secondary {
  margin-top: 30px;
  font-size: 16.8px;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.l-menunav_secondary li{
  display: block;
}
.l-menunav_tertiary {
  margin-top: 35px;
}
.l-menunav_tertiary li {
  display: block;
}
.l-menunav_social {
  margin-left: 0;
  margin-top: 48px;
  text-align: center;
}
.l-menunav_social li {
  display: inline-block;
  margin: 0 5px;
}
.l-menunav_social li a {
  padding-top: 5px;
}
.l-menunav_social li:first-child a{
  padding-top: 6px;
}
.l-menunav_social li:first-child img {
  width: 31px;
  height: 31px;
}
.l-menunav_social li:nth-child(2) img {
  width: 30px;
  height: 30px;
}
.l-menu .tel {
  display: block;
  margin-top: 45px;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

/* EVENT PARTS */
.l-event_visual {
  padding-left: 0;
}
.l-event_visual .c-fadein.c-fadein-imgscale {
  display: block;
}
.l-event_metabox {
  position: static;
  margin-top: 41px;
  text-align: center;
  max-width: 100%;
}
.l-event_metabox .meta_date {
  margin-top: 30px;
}


/* HOME */
.section-home {
  margin-bottom: 40px;
  padding-bottom: 158px;
}
.section-home_headline {
  position: absolute;
  top: 380px;
  left: 25px;
  z-index: 1;
  opacity: 1;

}
.section-home.is-visible .section-home_headline {
  pointer-events: none;
}

.section-home_headline .c-headline {
  position: relative;
  top:0;
}
.section-home .c-linkmore {
  right: 30px;
}
.c-headline_text {
  letter-spacing: -0.09em;
}
.section-home_art .section-home_headline .c-headline_text,
.section-home_stay .section-home_headline .c-headline_text,
.section-home_food .section-home_headline .c-headline_text,
.section-home_event .section-home_headline .c-headline_text {
  color: #fff;
}

.section-home_art .section-home_headline .c-headline_line::after,
.section-home_stay .section-home_headline .c-headline_line::after,
.section-home_food .section-home_headline .c-headline_line::after,
.section-home_event .section-home_headline .c-headline_line::after {
  background-color: #fff;
}

.section-home.section-home_top {
  padding-bottom: 60px;
}
.section-home_top .section-home_visual {
  position: relative;
  margin-bottom: 0;
}
.section-home.section-home_top .l-section_inner {
  padding-top: 38px;
}
.section-home_top .l-gnav_sml {
  padding-top: 17px;
  display: block;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.07em;
  text-align: center;
}
.section-home_top .l-gnav_sml a {
  display: inline-block;
  padding: 4px;
}
.section-home .c-slider figure {
  padding-top: 0;
  height: 440px;
}
.section-home_visual figure{
  display: block;
  padding-top: 0;
  height: 525px;
}



.section-home .section-home_content{
  padding-top: 51px;
  padding-left: 31px;
  padding-right: 31px;
}
.section-home .l-copy-en {
  margin-top: 34px;
}
.section-home.section-home_top .l-copy-en {
  margin-top: 34px;
}
.section-home.section-home_top .l-copy p:not(:first-child) {
  margin-top: 29px;
}
.section-home.section-home_top .l-copy-en .en-text {
  margin-top: 0;
}
.section-home.section-home_top .l-copy-en .en-text p:not(:first-child){
  margin-top: 10px;
}

.section-home.section-home_event .section-home_content {
  margin-left: 0;
  padding-top: 60px;
}
.section-home_art .section-home_visual figure {
  background-position: left 30% top;
}

/* ART*/
.section-art{
	margin-top: 100px;
}
.section-art .c-slider figure {
  padding-top: 0;
  height: 525px;
}
.section-art_content {
  padding-top: 100px;
}
.section-art_headline {
  position: static;
  padding-top: 45px;
  padding-left: 26px;
}
.section-art_headline .c-headline {
  position: relative;
  top: 0;
}
.section-art .section-art_content.l-section_inner {
  max-width: 100%;
  /* padding-top: 0;
  margin-top: -52px; */
  padding-top: 50px;
}
.section-art_artistlist_container {
  /* display: block; */
}
.section-art_artistlist {
  display: block;
  text-align: center;
}
.section-art_artistlist:first-child {
  padding-right: 0;
  margin-bottom: 12px;
}
.section-art_artistlist li {
  margin-top: 12px;
  width: 100%;
  line-height: 1.5;
}
.section-art_artistlist li:first-child {
  margin-top: 0;
}
.section-art_artistlist li .name,
.artistlist-example .name {
  display: block;
}
.section-art_artistlist li .name::after,
.artistlist-example .name::after {
  display: none;
}
.artistlist-example {
  margin-top: 50px;
  text-align: center;
  line-height: 1.8;
}
.m-window .flexed {
    margin-bottom: 20px;
}
.m-window p{
	padding: 0 7px;
}

/* STAY */
.section-stay {
  padding-bottom: 104px;
}
.section-stay:last-child {
  padding-bottom: 0;
}
.section-stay_headline_top {
  margin-top: 44px;
  margin-left: 26px;
}
/* .section-stay_headline .headline {
  display: none;
} */
.section-stay_content .c-headline {
  position: absolute;
  top: 45px;
  right: initial;
  left: 26px;
}
main.page-stay .section-nav {
  position: absolute;
  top: 690px;
  width: 100%;
}
main.page-stay .section-nav ul {
  position: static;
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
main.page-stay .section-nav_sml {
  display: block;
  padding-top: 37px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
main.page-stay .section-nav_sml a{
  color: #fff;
}
main.page-stay .section-nav_sml li.is-active a {
  color: #000;
}
.section-stay_visual figure {
  height: 525px;
  padding-top: 0;
}
@media screen and (max-width: 374px){
  .section-stay_visual figure.bg-vertical {
    background-size: cover;
  }
}
.stay-slider .swiper-wrapper{
  transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section-stay_content {
  padding-top: 30px;
  padding-left: 26px;
  padding-right: 26px;
}
.section-stay_content .flex_content{
	padding: 0 10px;
}
.section-stay_content .flex_content .r-detail_content{
	margin: 0 !important;
}
.detail_amenities{
	padding: 0;
}
.stay_link_btn {
    position:static;
    right: 25px;
    bottom: 25px;
    width: calc(48% - 25px);
    display: table;
	margin:20px auto 0;
}
.detail_content hr {
    width: calc(100% - 20px);
    position: absolute;
    top: 58px;
}
.section-stay_top .section-stay_content {
  padding-top: 50px;
}
.section-stay_dl dt {
  /* display: block;
  margin-top: 22px; */
}
.section-stay_dl dt:first-child {
 /* margin-top: 0; */
}
.section-stay_dl {
  line-height: 2;
  /* text-align: center; */
}
.section-stay_dl dd {
  /* display: block; */
  /* margin-left: 0; */
}
.section-stay_dl dd:last-child {
  margin-top: 10px;
  line-height: 1;
}
.section-stay_dl dd span {
  font-size: 10px;
}

/* FOOD */
.section-food_visual figure{
  height: 525px;
  padding-top: 0;
}

.section-food_headline {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 42px;
  padding-left: 26px;
}
.section-food_headline .c-headline {
  position: relative;
  top: 0;
}
.section-food .section-food_content {
	padding: 32px 16px 0;
}
.section-food .section-food_content .headline {
    font-size: 24px;
	padding-left: 26px;
	padding-top: 40px;
}
.food_info_container{
	padding: 0;
}
.food_info_container a:hover{
    color: #FFF;
  transition: none;
}
body[data-pagename="page-food"] .c-reservation{
	display: none;
}


/* EVENT */
.section-event {
  padding-top: 100px;
}
.section-event_visual {
  padding-left: 0;
}
.section-event_visual .event-visual figure {
  padding-top: 0;
  height: 525px;
}
.section-event_headline.show-sml {
  position: static;
  display: block;
  padding-top: 40px;
  padding-left: 26px;
}
.section-event_content {
  position: static;
}
.section-event_copy.copy-en {
  margin-top: 0;
  padding-top: 20px;
}
.section-event_content .base-content {
  width: 100%;
  max-width: 472px;
  padding-left: 36px;
  padding-right: 36px;
  margin: 0 auto;
  text-align: center;
}
.section-event_information {
  display: block;
  margin-top: 38px;
}
.section-event_information_item {
  width: 224px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 400px) {
  .section-event_information_item {
    width: 100%;
    max-width: 472px;
    padding-left: 36px;
    padding-right: 36px;
  }
}

.section-event_information_item:not(:first-child) {
  margin-left: auto;
  margin-top: 70px;
}
.section-event_information_item .profile_text {
  margin-top: 48px;
  font-size: 10px;
  line-height: 2.4;
}
.section-event_information_item .information_ttl {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}


/* RENTAL*/
.section-rental_visual {
  display: block;
}
.section-rental_visual figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 442px;
}
.section-rental_visual figure img {
  display: block;
  height: 0;
}
.section-rental_ttlblock {
  padding-top: 25px;
  padding-left: 36px;
  padding-right: 36px;
  text-align: center;
}
.section-rental_ttlblock p {
  margin-top: -7px;
  font-size: 12px;
}
@media screen and (max-width: 374px){
    .section-rental_ttlblock p {
      font-size: 11px;
    }
}
.section-rental_ttl {
  display: block;
  margin-top: 0;
  font-size: 22px;
}
.section-rental_sttl {
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1.6;
}
.section-rental_content{
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 0;
}
.rental_content_main {
  /* max-width: 400px; */
  margin: 27px auto 0;
}
.rental_content_textdetail {
  max-width: 100%;
  width: 100%;
  position: static;
  top: 0;
  right: 0;
  margin-right: 0;
  padding-left: 0;
}
.rental_content_spec {
  margin-top: 17px;
  margin-bottom: 9px;
  line-height: 1.5;
}
.rental_content_main .c-boxlink:last-child {
  margin-top: 20px;
}
.c-boxlink.show-sml {
  display: block;
}
.c-boxlink {
  max-width: 100%;
  margin-top: 32px;
}
.c-boxlink a {
  height: 50px;
  padding: 13px 15px 0;
  font-size: 10px;
}
.c-boxlink a .c-boxlink_right {
  margin-top: 5px;
}
.c-boxlink a .karning {
  letter-spacing: -0.5em;
}
@media screen and (max-width: 374px) {
  .c-boxlink.show-sml a {
    height: 67px;
  }
  .c-boxlink.show-sml a .c-boxlink_right {
    float: none;
    display: block;
    margin-top: 0;
  }
}


/* ACCESS */
.section-access_address{
  margin-top: 32px;
  margin-bottom: 24px;
  text-align: center;
}
.section-access_address h1 {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}
.section-access_address p:last-child {
  margin-top: 4px;
}
.section-access_visual {
  display: block;
}
.section-access_visual figure {
  height: 525px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-access_visual img {
  display: block;
  height: 0;
}
.access_content_main {
  padding-left: 35px;
  padding-right: 35px;
  max-width: 553px;
  margin: 0 auto;
}
.access_content_nav {
  margin-top: 20px;
}
.access_content_nav li a,
.access_content_nav li span {
  height: 45px;
  padding-top: 8px;
}

.access_content_inner{
  float:none;
}

.access_content_main .access_map iframe {
  height: 274px;
}
.access_content_route .item {
  width: 100%;
}
.access_content_route {
  float: none;
  width: 100%;
  max-width: 100%;
  margin-top: 27px;
  margin-right: 7px;
  padding-left: 0;
  font-weight: bold;
}
.access_content_route .item:not(:first-child) {
  margin-top: 30px;
}
.access_content_route .item dd p:not(:first-child) {
  margin-top: 31px;
}

/* SUBPAGES */
.l-pages_nav {
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
}
.section-subpages .l-section_inner {
  max-width: 472px;
  margin: 0 auto;
  padding-top: 118px;
  padding-left: 36px;
  padding-right: 36px;
  border-top: none;
  border-bottom: none;
}
@media screen and (max-width: 374px) {
  .section-subpages .l-section_inner {
    padding-top: 108px;
  }
}
.section-subpages_ttlblock.show-sml {
  display: block;
}
.section-subpages_ttlblock {
}

.section-subpages_ttlblock .show-sml {
  display: block;
}
.section-subpages_sttl {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  text-align: center;
}
.section-subpages_ttl {
  margin-top: -18px;
  text-align: center;
}

/* PRIVACY */
.section-subpages_privacy .section-subpages_sttl {
  margin-bottom: 16px;
}
.section-subpages_privacy .privacy_preface {
  text-align: center;
}


/* REGULATIONS */
.section-subpages_regulations .section-subpages_ttlblock {
  padding-top: 0;
}
.section-subpages_regulations .section-subpages_ttl {
  margin-top: -8px;
}
.section-subpages_regulations .regulation_date {
  text-align: center;
}
.section-subpages_regulationlist .item:first-child dt {
  margin-top: 10px;
}
.section-subpages_regulations .regulations_baselist_ttl {
  text-align: center;
}
.section-subpages_regulation-en_ttl {
  text-align: center;
}

/* CONTACT */
.section-subpages_contact .section-subpages_ttl {
  margin-top: -7px;
}
.section-subpages_content .contact_text{
  margin-bottom: 20px;
  text-align: center;
}

/* FAQ */


/* ---------------------------------------- */
/* STATE */
/* ---------------------------------------- */
.c-headline.sp-animation-done .c-headline_line:after {
  transform: scale(.5, 1);
}
.c-headline.sp-animation-done .c-headline_text {
  transform: translateX(0);
  opacity: 1;
  transition-delay: .1s;
}
/* ---------------------------------------- */
/* OTHER */
/* ---------------------------------------- */
.l-copy {
  max-width: 400px;
  width: 304px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .l-copy {
    font-size: 11px;
  }
}
.l-copy-en {
  text-align: center;
}
.l-copy-en .en-ttl.show-sml {
  display: block;
  margin-top: 38px;
  font-size: 15px;
  letter-spacing: 0.6em;
  line-height: 1.6;
}
.l-copy-en .en-text{
  margin-top: 0;
  font-size: 9px;
  line-height: 1.82;
  letter-spacing: 0.12em;
}
/* 20200525 toyo@okuda insert */
.section-headline{
    width: 100%;
}
.section-nav {
    position: static;
    margin: auto;
    width: 100%;
}
.section-nav ul{
	width: 100%;
    margin: auto;
    text-align: center;
    position: static!important;
}
.section-nav ul li{
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.section-nav ul li a{
    font-size: 32px;
}
/* .section-art .section-nav {
    display: none;
} */
.section-art .section-nav{
    background-color: #656565;
    width: 183px;
    left: initial !important;
    right: 0;
    top: 103px;
    margin: 0;
    text-align: center;
    line-height: 1.3;
	position: absolute;
}
.artist_toggle{
    padding: 10px 0 9px;
    color: #fff;
    line-height: 1.3;
	display: block;
}
.artist_toggle::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
}
.artist_toggle + ul{
    top: 34px;
    left: 0;
    background: #444444;
    transform: translate(0,0) !important;
    display: none;
    width: 183px;
    height: calc(100vh - 127px);
    overflow: scroll;
}
.artist_toggle + ul li{
    font-size: 13px;
    padding: 5px 0 8px;
    margin-bottom: 0;
}
.artist_toggle + ul li:not(:last-child){
    border-bottom: 0.5px solid #656565;
}
.artist_toggle + ul li a{
    font-size: 13px;
    color: #FFF;
}
.section-headline {
position: relative;
    top: 0;
    left: 0;
}
.section-headline .c-headline {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center;
    margin-top: 42px;
    margin-left: 26px;
}
main[data-pagename="page-art"] .section-headline .c-headline{
    top: 0;
}
.m-window .c-left,
.m-window .c-right{
    width: 100%;
}
.m-window .c-left{
    margin-bottom: 20px;
}
.section-stay_rental-items ul{
    display: block;
    margin: auto;
}
.section-stay_rental-items ul li{
    margin: 0 0 30px;
    text-align: center;
}
.detail_btn{
    top: 100px;
}
.r-detail_content,
.l-detail_content{
    width: 100%;
	margin-top: 30px;
}
.l-detail_content{
	margin-bottom: 30px;
}
.detail_content{
    padding: 20px 0 30px;
    margin-top: 20px;
}
.detail_content:after{
    right: 0;
}
.stay_link_btn{
    width: calc(100% - 50px);
}
@media screen and (max-width: 354px) {
    .detail_content{
        padding-top: 50px;
    }
    .detail_icon{
        justify-content: flex-start;
    }
    .detail_icon li{
        margin-left: 0;
        margin-right: 20px;
    }
    .detail_content hr{
        top: 85px;
    }
}
.section-subpages_faq ul.flexed{
    margin-bottom: 30px;
}
.section-subpages_faq ul.flexed li{
    margin-bottom: 5px;
}
.section-subpages_faq ul.flexed-2{
    margin-bottom: 30px;
}
.section-subpages_faq ul.flexed-2 li{
    margin-bottom: 5px;
}
/* event */
/* .section-rental_content .flexed>div{
    width: 100%;
} */
.section-event .section-event_content{
    max-width: 100%;
    padding-top: 50px;
}
.section-rental_content .flexed>div{
    width: 100%;
}
/* food */
.food_menu_container article{
    width: 100%;
    align-items: flex-end;
}
.food_menu_container article .food_menu_header{
    width: 40%;
    margin-bottom: 40px;
}
.food_menu_container article .food_menu_image{
    width: 55%;
}

.food_menu_link{
    left: 0;
    right: inherit;
    bottom: -40px;
}
.food_r-detail_content, .food_l-detail_content {
    width: 100%;
}
.food_l-detail_content{
    margin-bottom: 30px;
}

.food_menu_container,
.column_archive,
.event_archive{
    padding-left: 16px;
    padding-right: 16px;
}
.section-event .box_line {
	border: none;
    border-top: 1px solid #ababab;
    padding: 30px 0;
}
.event_info_text h4 {
    font-size: 16px;
    line-height: 1.5em;
}
.section-event .box_line article .detail_btn {
    top: 0;
    left: 0;
    position: relative;
	margin-top: 10px;
}
.section-event .box_line article .detail_content {
    margin-top: 0;
    background: inherit;
}
.event_info_text {
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    position: static;
	margin-top: 30px;
}
/* design */
.modal-content .content-image{
    width: 100% !important;
    margin: 0 0 30px !important;
}
.modal-content .content-text{
  width: 100% !important;
  margin: 0 !important;
}
body[data-pagename="page-design"] .m-window .flexed{
    padding: 0 !important;
}
body[data-pagename="page-design"] #cboxClose{
    left: 10px !important;
    top: 10px !important;
    transform: translate(0) !important;
}
body[data-pagename="page-design"] #cboxPrevious{
    left: 5px !important;
}
body[data-pagename="page-design"] #cboxNext{
    right: 5px !important;
}
body[data-pagename="page-design"] #cboxCurrent{
    bottom:0 !important;
}
body[data-pagename="page-design"] #colorbox,
body[data-pagename="page-design"] #cboxOverlay,
body[data-pagename="page-design"] #cboxWrapper,
body[data-pagename="page-design"] #cboxContent{
    overflow:scroll;
    height:auto !important;
	background: #DADADA;
}

section.section-news{
	margin-left: 15px;
	margin-right: 15px;
}
section.section-news h2{
	font-size: 20px;
}
section.section-news p.middle{
	font-size: 14px;
}
section.section-news p.big{
	font-size: 20px;
	line-height: 1.2em;
}
section.section-news p.big span{
	font-size: 14px;
}

section.section-about{
	padding-bottom:50px;
}
section.section-takeuchi,
section.section-interview{
	padding: 0 15px 50px;
}
section.section-about .profile{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
section.section-about .profile .txt{
	width: 100%;
}
section.section-about .profile .photo{
	width: 100%;
}


/* 7/1 追加 */

.section-home_news{
	background: #fff;
	padding: 40px 0 50px;
	display: block;
	margin-top: 0px;
}
.section-home_news h3{
	text-align: center;
	margin-top: 0px;
}
.section-home_news ul li{
	text-align: center;
	padding: 0 15px;

}
.section-home_news ul li:not(:last-child)::after{
	content:'';
	border-bottom:1px solid #666;
	width:100px;
	display:block;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.section-home_news ul li p.title{
	font-size:120%;
}

/* 2021/1/13 追加 */

.section-food_box ul li.column{
	display: block;
	margin-top: 20px !important;
}
.section-food_box ul li.column .txt{
	width: 100%;
}
.section-food_box ul li.column .img{
	width: 100%;
	margin-top: 10px;
}
