@charset "UTF-8";

*,
*::after,
*::before {
  box-sizing: border-box;
}

.only-pc{display: block!important;}

.only-sp{display: none!important;}


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

.only-pc{display: none!important;}

.only-sp{display:block!important;}
}


.t_red{color: #c91010!important;}
.t_purple{color: #5c4b61!important;}
.t_center{text-align: center;}

.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}


a.Linkop{
	opacity: 0.5;
	cursor: default;
}

a.Linkop:hover{
	text-decoration: none!important;
}


.is-page .p_navh1 {
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 1;

}

.f_nav {
  position: relative;
}

.f_navInner {
  width: 75.714em;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.f_nav .m_navList, .f_navInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1em;
  font-weight: bold;
  
}

.f_nav .m_navList {
  margin-left: 110px;
  height: 5.714em;
  width: calc(100% - 90px);
  text-align: center;
}

.f_nav .m_navItem, .f_nav .m_navList {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_nav .m_navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  height: 100%;
}

.f_nav .m_navItem:after {
  display: block;
  content: "";
  height: 1.429em;
  width: 0.072em;
  background: #fff;
}

.f_nav .m_navItem.p_accordion:before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M24 24H0V0h24v24z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M6.5 20.1l1.8 1.8 9.9-9.9-9.9-9.9-1.8 1.8 8.1 8.1-8.1 8.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 1em;
  height: 1.143em;
  background-size: 100% auto;
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -7px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.f_nav .m_navItem > a {
  color: #fff;
  padding: 2px 0;
  text-align: center;
  width: 100%;
  display: table;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.1428571428571428em;
}

.f_nav .m_navItem .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.f_nav .p_subNav {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 28px 45px 17px 30px;
  border-top: 0;
  background: #5c4b61;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  min-width: 13.571em;
  display: none;
  overflow: hidden;
}

.f_nav .p_subNav.mleft {
	margin-left: -300px;

}


.f_nav .p_subNav.is-open {
  display: block;
}


.f_nav .p_subNavItem h2 {
  color: #fff;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 16px;
}

.f_nav .p_subNavItem ul {
  padding-left: 7px;
}

.f_nav .p_subNavItem ul li {
  text-align: left;
  margin-bottom: 13px;
}

.f_nav .p_subNavItem ul li a {
  position: relative;
  padding-left: 13px;
  text-align: left;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.f_nav .p_subNavItem ul li a:before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M24 24H0V0h24v24z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M6.5 20.1l1.8 1.8 9.9-9.9-9.9-9.9-1.8 1.8 8.1 8.1-8.1 8.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 0.714em;
  height: 0.857em;
  background-size: 100% auto;
  position: absolute;
  top: 7px;
  left: 0;
}

.l-trigger {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 4.429em;
  height: 4.429em;
  line-height: 1;
  pointer-events: all;
  outline: none;
  z-index: 100;
  cursor: pointer;
  background: url(../cmn/img/header_menuBg.jpg) no-repeat 50%;
  background-size: 100% auto;
  z-index: 25;
}

.l-trigger.s_fixed {
  top: 0;
  position: fixed;
  z-index: 5;
}

.l-trigger.s_fixed + #f_drawer {
  max-height: 100vh;
  overflow-x: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4;
}

.l-trigger-btn {
  position: relative;
  width: 2.143em;
  height: 1.357em;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: 5px;
}

.l-trigger-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.214em;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-trigger-btn span:first-of-type {
  top: 0;
}

.l-trigger-btn span:nth-of-type(2) {
  top: 8px;
}

.l-trigger-btn span:nth-of-type(3) {
  bottom: 0;
}

.l-trigger__text {
  color: #fff;
  font-size: 1rem;
  padding-top: 6px;
  letter-spacing: 0;
  letter-spacing: .06em;
}

.s_close.l-trigger {
  background: none;
}

.s_close .l-trigger-btn span:first-child {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.s_close .l-trigger-btn span:nth-child(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu05-bar02 .8s forwards;
  animation: active-menu05-bar02 .8s forwards;
}

.s_close .l-trigger-btn span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.s_close .l-trigger__text {
  opacity: 0;
}

@-webkit-keyframes active-menu05-bar02 {
  to {
    height: 0;
  }
}

@keyframes active-menu05-bar02 {
  to {
    height: 0;
  }
}

.f_drawer-inner::-webkit-scrollbar {
  display: none;
}

.f_drawer {
  background: url(../cmn/img/header_drawerBg.jpg) repeat-y;
  background-size: 100% auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 15;
  display: none;
  position: relative;
}

.f_drawer, .f_drawer-inner {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

.f_drawer-inner {
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.f_drawer h1 {
  max-width: 14.286em;
  margin: 0 auto;
}

.f_drawer h1 a {
  display: block;
  background: #3f3844;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f_drawer h1 a img {
  width: 100%;
  /*width: 92px*/
}

.f_drawerList {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}

.f_drawerList li {
  border-bottom: 1px solid #5c4b61;
  position: relative;
}

.f_drawerList li a, .f_drawerList li span {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px 60px;
}

.f_drawer .drawerLogo {
  padding: 20px 10px 15px;
}

.f_drawer .drawerLogo a {
  padding: 15px;
}

.f_drawer .drawerIcon span {
  position: relative;
}

.f_drawer .drawerIcon span.is-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.f_drawer .drawerIcon span:after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6.2'%3E%3Cpath fill='%23fff' d='M5 6.2L10 0H0l5 6.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0;
  width: 1em;
  height: 0.714em;
  margin-right: 6px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.f_drawer .drawerIcon > .is-active {
  border-bottom: none;
}

.f_drawer .drawerSubNav {
  display: none;
  border-top: 1px solid #5c4b61;
}

.f_drawer .drawerSubNavItem {
  padding: 13px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f_drawer .drawerSubNavItem ul {
  text-align: left;
}

.f_drawer .drawerSubNavItem ul li {
  border-bottom: none;
  padding: 6px 0;
}

.f_drawer .drawerSubNavItem ul li a {
  padding: 5px;
  text-align: left;
}

.f_drawer .drawerSubNavItem ul li a:before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M24 24H0V0h24v24z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M6.5 20.1l1.8 1.8 9.9-9.9-9.9-9.9-1.8 1.8 8.1 8.1-8.1 8.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 0.857em;
  height: 1em;
  background-size: 100% auto;
  position: relative;
  top: 1px;
}

.f_drawer .drawerOtherList {
  padding: 25px 0;
}

.f_drawer .drawerOtherList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 21.429em;
  margin: 0 auto;
}

.f_drawer .drawerOtherList ul li {
  width: 100%;
  margin-bottom: 7px;
  text-align: center;
}

.f_drawer .drawerOtherList ul li a {
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
}

.f_drawer .drawerOtherList ul li a:before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6.2'%3E%3Cpath fill='%23fff' d='M5 6.2L10 0H0l5 6.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0;
  width: 0.714em;
  height: 0.429em;
  margin-right: 7px;
  margin-top: -1px;
}

.f_overlay {
  position: relative;
}

.titleArea01 {
  padding: 33px 0 0;
}

.titleArea01 .titleStyle01 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #5c4b61;
  letter-spacing: .04em;
  margin-bottom: 12px;
  line-height: 1.6;
}

.titleArea01 .p_leadText {
  line-height: 1.86;
  color: #3f3844;
}

.titleArea01 .p_leadText a.link{
  text-decoration: underline;
  font-size: 1.2em;
}


.titleArea01 .p_leadText + .p_leadText {
  margin-top: 20px;
}



.titleArea02 .titleStyle02 {
  width: 100%;
  border-bottom: 1px solid #5c4b61;
  border-left: 4px solid #5c4b61;
  font-size: 1.8rem;
  font-weight: 700;
  color: #5c4b61;
  background-color: #fff;
  letter-spacing: .04em;
  margin-bottom: 30px;
  margin-top: 22px;
  line-height: 1.8;
  padding: 7px 10px 5px 14px;
}

.titleArea02 .p_leadText {
  line-height: 1.6;
  color: #3f3844;
}

.titleArea03 .titleStyle03 {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ac5f54;
  letter-spacing: .02em;
  margin-bottom: 30px;
  margin-top: 22px;
  line-height: 1.8;
  padding: 7px 10px 5px 7px;
}

.titleArea03 .p_leadText {
  line-height: 1.6;
  color: #3f3844;
}



.f_bg01 {
  background: #f2f0ed;
}

.f_hero {
  max-width: 100%;
  height: 11em;
  position: relative;
}


.f_hero.mx980 {
  max-width: 75.714em;
  margin: 0 auto;
  }


.f_hero:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2.857em;
  z-index: 1;
  background: url(../cmn/img/mainvisual_shadow.png) repeat-x;
  background-size: auto 100%;
}


.f_hero.-abouto {
  background: url(../img/common/hero_bg02.jpg) no-repeat 50% 20%;
  background-size: cover;
}
.f_hero.-midokoro {
  background: url(../img/common/hero_bg03.jpg) no-repeat 50% 20%;
  background-size: cover;
}
.f_hero.-midokoro2 {
  background: url(../img/common/hero_bg01.jpg) no-repeat 50% 20%;
  background-size: cover;
}
.f_hero.-midokoro3 {
  background: url(../img/common/hero_bg04.jpg) no-repeat 50% 20%;
  background-size: cover;
}
.f_hero.-midokoro4 {
  background: url(../img/common/hero_bg05.jpg) no-repeat 50% 20%;
  background-size: cover;
}
.f_hero.-eat {
  background: url(../img/common/hero_bg06.jpg) no-repeat 50% 20%;
  background-size: cover;
}
.f_hero.-guide {
  background: url(../img/common/hero_bg07.jpg) no-repeat 50% 20%;
  background-size: cover;
}
.f_hero.-course {
  background: url(../img/common/hero_bg08.jpg) no-repeat 50% 20%;
  background-size: cover;
}


.f_hero .m_heroWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 72.857em;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.f_hero .m_heroWrap .p_plList {
  right: 0;
  top: 15px;
}

.f_hero .p_title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .04em;
  width: 23em;
  text-align: center;
    letter-spacing: .04em;
    background:rgba(0,0,0,0.5);
}

@media screen and (max-width:767px){
  .f_hero .p_title {
    margin-left: 80px;
    margin-right: 40px;
  }
}

.is-home .f_firstViewWrap .inner {
  max-width: 78.571em;
  margin: 0 auto;
  position: relative;
}

.is-home .f_firstViewWrap .p_navh1 {
  position: absolute;
  width: 6.857em;
  height: 20.214em;
  top: 0;
  left: 8px;
  z-index: 2;
}

.f_firstView {
  width: 100%;
  position: relative;
  z-index: 5;
}

.f_firstViewWrap {
  margin: 0 auto;
  z-index: 2;
  height: auto;
}

.f_firstViewWrap, .f_pagefirstView {
  position: relative;
}

.f_news {
  background: url(../img/top/news_bg.jpg) repeat-x;
}

.m_pageLinks .m_frame {
  border-top: 1px solid #72617e;
  padding: 30px 0 90px;
  margin-top: 90px;
}

.m_pageLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.m_pageLinks li:last-child {
  text-align: right;
  margin-right: 30px;
}

.m_pageLinks ul li a, .m_pageLinks ul li span {
  color: #5c4b61;
}

.m_pageLinks ul li:after, .m_pageLinks ul li:before {
  display: inline-block;
  content: "";
  background-size: 23px 5px;
  width: 1.643em;
  height: 0.357em;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.m_pageLinks ul li:first-child:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.1 5.5'%3E%3Cpath fill='none' stroke='%235c4b61' stroke-miterlimit='10' d='M23.1 5H1.4L6.9.4'/%3E%3C/svg%3E");
  margin-right: 7px;
}

.m_pageLinks ul li:last-child:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.1 5.5'%3E%3Cpath fill='none' stroke='%235c4b61' stroke-miterlimit='10' d='M16.2.4L21.7 5H0'/%3E%3C/svg%3E");
  position: absolute;
  top: 6px;
  right: 1px;
}

.m_pageLinks ul li.noarrow:first-child:before {
  background-image: none;}
  
.m_pageLinks ul li.noarrow:last-child:after {
  background-image: none;}


.p_pagetop {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: right;
}

.p_pagetop a {
  position: fixed;
  right: 25px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: .3s;
}

/*このクラスが付与されると表示する*/
.p_pagetop a.active{
  opacity: 1;
  visibility: visible;
}

.p_pagetop a span {
  display: block;
  padding-top: 3px;
  padding-left: 1px;
}


.is-home .p_plList, .p_plList {
  right: 75px;
}

.p_plList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 15px;
  z-index: 1;
}

.p_plList li .p_plLanguage {
  display: none;
  z-index: 15;
  position: absolute;
  width: 100%;
}

.p_plList li .p_plLanguage ul {
  padding: 4px 0 12px;
  background: #750700;
}

.p_plList li .p_plLanguage ul li a {
  display: block;
  padding: 8px 15px 7px 10px;
  text-align: center;
}

.p_plList li .p_plLanguage ul li a:before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M24 24H0V0h24v24z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M6.5 20.1l1.8 1.8 9.9-9.9-9.9-9.9-1.8 1.8 8.1 8.1-8.1 8.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 2px;
  width: 0.714em;
  height: 0.857em;
  background-size: 100% auto;
  position: relative;
  top: 1px;
}

.p_plList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  background: #750700;
  padding: 5px 16px 4px 12px;
  white-space: nowrap;
  position: relative;
  text-align: left;
}

.p_plList li a:before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6.2'%3E%3Cpath fill='%23fff' d='M5 6.2L10 0H0l5 6.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0;
  width: 0.643em;
  height: 0.357em;
  margin-right: 6px;
}


.m_sns {
  position: absolute;
  width: 3.571em;
  height: 8.571em;
  text-align: center;
  top:15px;
  right: 0;
  background-color: white;
  background: url(../img/top/news_bg.jpg) repeat-x;
  padding: 20px 0;
  z-index: 100;
}

.m_sns li {
  width: 2.429em;
  margin:0 auto 20px auto;
}

.m_sns li a:hover {
	opacity: 0.8;
}

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

.m_sns {
  top:20vw;
  right: 0;
  background-color: white;
  background: url(../img/top/news_bg.jpg) repeat-x;
  padding: 20px 0;
  z-index: 100;
}

.m_sns li {
  width: 7vw;
  height: 6.5vw;
}
}


.m_sns li a {
  display: block;
}

.m_sns li a img {
  width: 100%;
}



.f_contactArea {
  max-width: 32.714em;
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px 25px;
}

.f_contactArea .title {
  margin-bottom: 13px;
  font-weight: 700;
}

.f_contactArea p + p {
  margin-top: 8px;
}

.f_contactArea .inner {
  background: #dfdde0;
  padding: 30px;
  text-align: center;
}

.f_infoArea {
  background: #3f3844;
  padding: 60px 0;
  position: relative;
  -webkit-box-shadow: 0 0 16px -2px rgba(10, 10, 10, .1), 0 110px 50px -12px rgba(10, 10, 10, .3) inset;
  box-shadow: 0 0 16px -2px rgba(10, 10, 10, .1), inset 0 110px 50px -12px rgba(10, 10, 10, .3);
}

.f_infoArea .m_frame {
  position: relative;
  z-index: 1;
}

.f_infoArea .p_logoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 38px;
}

.f_infoArea .p_plChangeLanguage {
  margin: 0 30px;
  position: relative;
}

.f_infoArea .p_plChangeLanguage > a {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .03em;
}

.f_infoArea .p_plChangeLanguage > a:before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6.2'%3E%3Cpath fill='%23fff' d='M5 6.2L10 0H0l5 6.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0;
  width: 0.571em;
  height: 0.286em;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -1px;
}

.f_infoArea .p_plChangeLanguage .p_plLanguage {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  padding-top: 8px;
}

.f_infoArea .p_plChangeLanguage .p_plLanguage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f_infoArea .p_plChangeLanguage .p_plLanguage ul li {
  white-space: nowrap;
  padding: 0 14px 0 0;
}

.f_infoArea .p_plChangeLanguage ul li a {
  color: #fff;
}

.f_infoArea .p_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_infoArea .p_sns li {
  width: 1.714em;
  height: 1.357em;
  margin-right: 9px;
}

.f_infoArea .p_sns li a {
  display: block;
}

.f_infoArea .p_sns li a img {
  width: 100%;
}

.f_infoArea .p_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.f_infoArea .p_title img {
  width: 1.286em;
  height: 1.286em;
  margin-right: 6px;
}

.f_infoArea .p_title h2 {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: .06em;
}

.f_infoArea .p_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.f_infoArea .p_head a {
  color: #fff;
  font-size: 1.3rem;
}

.f_infoArea .p_text {
  margin-left: 24px;
  font-size: 1.2rem;
  line-height: 1.9;
}

.f_infoArea .p_linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  margin-top: 7px;
}

.f_infoArea .p_linkList li {
  margin-right: 20px;
}

.f_infoArea .p_linkList li a {
  color: #fff;
  font-size: 1.2rem;
}

.f_infoArea .p_infoBlock.-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.f_infoArea .p_infoBlock.-col2 .p_info:first-child {
  margin-right: 55px;
}

.f_infoArea .p_infoBlock .p_text {
  color: #fff;
  font-style: normal;
}

.f_infoAreaInner .p_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_infoAreaInner .p_title img {
  display: block;
  width: 100%;
}

.p_infoLink:before {
  display: inline-block;
  content: "";
  background-size: 13px 5px;
  width: 0.929em;
  height: 0.357em;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.1 5.5'%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='10' d='M0 5h11.7L6.1.4'/%3E%3C/svg%3E");
  margin-right: 9px;
  margin-left: 12px;
}

.p_infoLink.ml-0:before {
  margin-left: 0;
}

.ml-0 {
  margin-left: 0!important;
}

.mainvisual {
  overflow: hidden;
  height: auto;
}

.mainvisualWrap:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3.571em;
  z-index: 1;
  background: url(../cmn/img/mainvisual_shadow.png) repeat-x;
  background-size: auto 100%;
}

.mainvisual .slide_item.item01, .mainvisual .slide_item.item02, .mainvisual .slide_item.item03, .mainvisual .slide_item.item04 {
  background: url(../img/top/mainvisual01_sp.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  height: auto;
  margin: 0;
}

.mainvisual .slide_copy {
  position: absolute;
  right: 0;
  bottom: 15px;
  max-width: 42.857em;
}


.newsFeed {
  padding: 22px 15px;
  position: relative;
}

.newsFeed .p_table li:not(:first-child) {
  margin-top: 10px;
}

.newsFeed .p_table li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
}

.newsFeed .p_table li a .title {
  display: inline-block;
}

.newsFeed .p_table li a .date {
  padding: 5px 7px 3px;
  background: #72617e;
  margin-right: 18px;
}

.newsFeed .p_table li a .icon_01 {
  padding: 3px 7px 3px;
  background: #be0000;
  margin-left: 10px;
}


.title01 {
  color: #fff;
  font-size: 1.5rem;
}



.title02 {
  background: #72617e;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  padding: 7px 13px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: relative;
  min-width: 35%;
}

.title02:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: #72617e;
  z-index: -1;
}

.is-home .section01:nth-child(2) {
  margin-bottom: 55px;
}

.is-home .section01:nth-child(3) {
  margin-bottom: 35px;
}

.aboutArea {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0 55px;
}

.aboutArea, .aboutArea .p_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aboutArea .p_text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  position: relative;
  z-index: 1;
  margin-top: 140px;
}


.aboutArea .p_leadText {
  margin-top: 45px;
  margin-right: 31px;
}

.clmList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clmList:first-child {
  margin-top: 20px;
}

.clmListItem {
  position: relative;
}

.clmListItem a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clmList .L_title {
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 1;
  width: 2.143em;
}

.clmList .L_title:nth-of-type(2) {
  background-color: rgba(255,255,255,0.8);
  width: 2.857em;
  height: 145px;
  padding: 0 3px;
}

.clmList .L_title img {
width: 100%;
height: 100%;
}


.clmList .p_title {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  height: 25px;
}

.clmList .p_title{
  height:2vw;
}

.clmList .p_title.wd{
  height:3.2vw;
}

.clmList .p_title img {
width: 100%;
height: 100%;
}

.list{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 60px;
}

.list a{
	display: block;
	width: 11.429em;
	margin-left: auto;
	margin-right: 0;
	color: #72617E;
	background-color: #ffffff;
	border:  1px solid #72617E;
	padding: 7px;
	text-align: center;
  -webkit-transition: all .5s;
}

.list a:after{
	width: 1.5em;
	height: auto;
	content: url('../img/top/arrow-p.png');
	margin-left: 10px;
	vertical-align: middle;
	padding-bottom: 10px;
}

.list a:hover{
	display: block;
	margin-left: auto;
	margin-right: 0;
	color: white;
	background-color: #72617E;
	border:  1px solid white;
	padding: 7px;
}

.list a:hover:after{
	width: 1.5em;
	height: auto;
	content: url('../img/top/arrow.png');
	margin-left: 10px;
	vertical-align: middle;
	padding-bottom: 10px;
}

.list2{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 60px;
}

.list2 a{
	display: block;
	position: static;
	width: 21.429em;
	margin-left: auto;
	margin-right: 0;
	color: #72617E!important;
	background-color: #ffffff;
	border:  1px solid #72617E;
	padding: 7px;
	text-align: center;
	text-indent: 0;
  -webkit-transition: all .5s;
}

.list2 a:after{
	width: 1.5em;
	height: auto;
	content: url('../img/top/arrow-p.png');
	margin-left: 10px;
	vertical-align: middle;
	padding-bottom: 10px;
}

.list2 a:hover{
	display: block;
	margin-left: auto;
	margin-right: 0;
	color: white!important;
	background-color: #72617E;
	border:  1px solid white;
	padding: 7px;
}

.list2 a:hover:after{
	width: 1.5em;
	height: auto;
	content: url('../img/top/arrow.png');
	margin-left: 10px;
	vertical-align: middle;
	padding-bottom: 10px;
}

.list3 a {
  background: #fff;
  color: #72617e;
  border: 1px solid #72617e;
  font-size: 1.6rem;
  font-weight: 700;
  display:block;
  padding: 9px 13px 0 13px;
  position: relative;
  width: 29.286em;
  height: 2.857em;
  margin-bottom: 20px;
  text-indent: 0;
  -webkit-transition: all .5s;
}

.list3 a span {
	position: absolute;
	right: 10%;
	font-size: 0.8em;
	top:30%;
}

.list3 a:after{
	width: 1.5em;
	height: auto;
	content: url('../img/top/arrow-p.png');
	vertical-align: middle;
	padding-bottom: 20px;
 position: absolute;
  top: 40%;
  right: 2%;
}

.list3 a:hover {
  background: #72617e;
  color: #ffff;
  border: 1px solid #ffff;
}

.list3 a:hover:after{
	content: url('../img/top/arrow.png');
}


@media screen and (max-width:767px) {
.list3 a {
  background: #fff;
  color: #72617e;
  border: 1px solid #72617e;
  font-size: 1.6rem;
  font-weight: 700;
  display:block;
  padding: 9px 13px 0 13px;
  position: relative;
  width: 100%;
  height: 2.857em;
  margin-bottom: 20px;
  text-indent: 0;
  -webkit-transition: all .5s;
}
.list3 .list3_first a {
  height: 60px;
}
}


.clmList .p_flowerNameTop {
  position: absolute;
  top: 7px;
  right: 7px
}

.clmList .p_flowerNameBtm {
  position: absolute;
  left: 18px;
  bottom: 8px;
  font-weight: 700
}

.clmList .p_flowerNameBtm.-textWhite {
  color: #fff
}

.clmList .p_flowerNameBtm.-textPurple {
  color: #3f3844
}

.clmList .p_flowerNameBtm.-textShadow {
  text-shadow: 0 0 2px #fff
}

.clmList .p_more {
  position: absolute;
  right: 8px;
  bottom: 9px;
  width: 3.643em;
  height: 1.143em
}


.gardenBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 75px;
  position: relative
}

.gardenBlock:last-child {
  margin-bottom: 0
}

.gardenBlock .title01 {
  position: relative;
  display: inline-block;
  color: #ac5f54;
  font-weight: 700;
  font-size: 2.2rem;
  padding: 0 34px;
  letter-spacing: .06em;
  margin-bottom: 13px
}

.gardenBlock .title01:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.571em;
  height: 0.143em;
  background-color: #ac5f54;
  margin-right: 0;
  left: 0;
  margin-top: -2px
}
.eattitle {
  position: relative;
  display: inline-block;
  color: #ac5f54;
  font-weight: 700;
  font-size: 2.2rem;
  padding: 0 34px;
  letter-spacing: .06em;
  margin:30px auto 20px auto;
}

.eattitle:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.571em;
  height: 0.143em;
  background-color: #ac5f54;
  margin-right: 0;
  left: 0;
  margin-top: -2px
}


.gardenBlock .p_text {
  line-height: 1.8
}

.gardenBlock .p_img,
.gardenBlock .p_img2 {
  position: relative
}

.gardenBlock .p_img img,
.gardenBlock .p_img2 img {
  position: relative;
  z-index: 1
}

.gardenBlock .p_desc {
  max-width: 34.286em
}

.p_desc_full {
 width: 100%;
}

.p_desc_full .deskimg {
	width: 52.857em;
    margin: 30px auto;
}


.imperialPlace {
  position: relative
}

.imperialPlace .p_imperialBg {
  display: inline-block
}

.imperialPlace .p_imperialBg a {
  color: #fff;
  padding: 7px 45px 6px 25px;
  font-size: 1.3rem;
  display: block
}

.imperialPlace .p_imperialBg.-purple a {
  background: #5c4b61
}

.imperialPlace .p_imperialBg.-orange {
  margin-top: 15px
}

.imperialPlace .p_imperialBg.-orange a {
  background: #ac5f54
}

.imperialPlace .p_imperialImg {
  margin: 35px auto 40px;
  text-align: center;
  position: relative
}

.imperialPlace .p_imperialImg img {
  position: relative;
  z-index: 1
}

.gardenBlock dl.play_info{
	display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.1em;
}

.gardenBlock dl.play_info dt {
  width: 40%;
}

.gardenBlock dl.play_info dd {
  width: 60%;
}

.gardenBlock dl.play_info.mini dt {
  width: 40%;
}

.gardenBlock dl.play_info.mini dd {
  width: 60%;
}

@media screen and (max-width:767px) {
.gardenBlock dl.play_info.mini dt {
  width: 30%;
}

.gardenBlock dl.play_info.mini dd {
  width: 70%;
}
}

@media screen and (max-width:767px) {
  .f_topNav {
    display: none
  }
  .is-page .p_navh1 {
    width: 3.357em;
    height: 9.786em
  }
  .f_nav .m_navList {
    display: none
  }
  #main {
    padding: 0 15px
  }
  .sp_none {
    display: none
  }
  .f_hero:before {
    width: 100%;
    height: 30px
  }
  .f_hero .p_plList, .m_pageLinks .m_frame, .p_pagetop, .p_plList li.p_plTrader {
    display: none
  }
  .p_plList li a {
    letter-spacing: .02em
  }
  .p_plList li a:before {
    position: relative;
    top: 1px
  }
  
.f_infoArea {
  background: #3f3844;
  padding: 60px 0;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 16px -2px rgba(10, 10, 10, .1), 0 110px 50px -12px rgba(10, 10, 10, .3) inset;
  box-shadow: 0 0 16px -2px rgba(10, 10, 10, .1), inset 0 110px 50px -12px rgba(10, 10, 10, .3)
}
  
  
  .is-page .f_contactArea, .p_plList li a span {
    display: none
  }
  .f_infoArea .p_plChangeLanguage > a:before {
    position: relative;
    top: 1px
  }
  .mainvisualWrap:before {
    width: 100%;
    height: 2.5em
  }
  .mainvisual .slide_item.item01, .mainvisual .slide_item.item02, .mainvisual .slide_item.item03, .mainvisual .slide_item.item04 {
    padding-top: 23%
  }
  .mainvisual .slide_copy {
    width: 50vw;
    bottom: 20px
  }
  .newsFeed .p_caption {
    padding: 0 0 8px;
    float: left;
  }
  .newsFeed .p_caption-old {
    padding:0 0 8px;
    float: right;
  }
  .newsFeed .p_caption-old a {
    font-size: 0.8em!important;
    text-decoration: underline;
    color: white;
  }
  .btn-old {
	  margin-top: 20px;
	  color: white;
	  font-size: 1.1428571428571428em;
  }
  
  .btn-old a{
	  text-decoration: underline;
  }
  .btn-old a:hover{
	  opacity: 0.8;
  }
  .newsFeed .p_content {
  clear: both;
    border-top: 1px solid #72617e;
    padding-top: 12px
  }
  .title02 {
    margin-bottom: 3px
  }
  .aboutArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .aboutArea .p_text h2 img {
    width: 90%!important;
    height: auto;
    text-align: center;
  }
  .aboutArea .p_leadText img {
    width: 6.571em;
    height: auto
  }
  .aboutArea .p_img,
  .aboutArea .p_img2 {
    margin-top: 20px
  }
  .clmList .p_title.wd{
  height:12vw;
}


  .clmList.-col4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 30.571em;
    margin-left: auto;
    margin-right: auto
  }
  .clmList.-col4 .clmListItem {
    width: 50%
  }
  .gardenBlock:last-child {
    margin-bottom: 55px
  }
  .gardenBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 70px;
    margin-top: 40px
  }
  .gardenBlock.onlyleft {
    -webkit-box-direction: row!important;
  }
  
  .gardenBlock .p_img,
  .gardenBlock .p_img2 {
    margin: 30px auto 0
  }
  .gardenBlock .p_desc {
    margin: 0 auto
  }
  .p_desc_full {
    margin: 0 auto
  }
  .deskimg {
	width: 100%!important;
    margin: 30px auto;
}
  .deskimg img {
	width: 100%;
}

  .imperialPlace .p_imperialLink {
    margin-top: 20px
  }
  .imperialPlace .p_imperialImg {
    padding: 0 20px
  }
}

@media screen and (min-width:768px) {
  .f_topNavWrap {
    min-height: 600px
  }
  .f_topNav h1 a:hover {
    opacity: .8
  }
  .f_topNav .p_subNav ul li a:hover {
    text-decoration: underline
  }
  .is-page .p_navh1 {
    width: 7.571em;
    height: 22.286em;
    left: 0;
    left: 20px
  }
  .f_nav {
    background: url(../cmn/img/header_subpageBg.jpg) 50%;
    height: 80px;
    background-size: cover
  }
  .f_nav .p_subNavItem ul li a:hover {
    text-decoration: underline
  }
  .l-trigger {
    display: none
  }
  .f_drawer {
    display: none!important
  }
  .pc_none {
    display: none
  }
  .titleArea01 {
    padding: 50px 0 0
  }
  .titleArea01 .titleStyle01 {
    font-size: 2.8rem;
    letter-spacing: .06em;
    line-height: 1.58;
    margin-bottom: 22px
  }
  .titleArea01 .p_leadText {
    line-height: 1.96;
    font-size: 1.7rem
  }
.titleArea02 .titleStyle02 {
    margin-bottom: 30px;
  margin-top: 12px;
}
  .titleArea01 .p_leadText {
  line-height: 1.6;
  color: #3f3844;
  }
  
  
  
  
  .f_hero {
    height: 280px;
  }
  .f_hero .p_title {
    font-size: 3.2rem;
    background:rgba(0,0,0,0.5);
    padding: 4px 15px;
  }
  .is-home .f_firstViewWrap .p_navh1 {
    left: 200px;
    width: 7.571em;
    height: 22.286em;
  }
  .f_firstView {
    background: #72617e;
  }
  .f_firstViewWrap {
    height: 600px;
  }
  .m_pageLinks ul li a:hover {
    text-decoration: underline;
  }
  .p_pagetop a:hover {
    opacity: .6;
  }
  .is-home .p_plList {
    right: 3%;
  }
  .p_plList {
    right: 35px;
  }
  .p_plList li:first-child {
    margin-right: 15px;
    width: 12.929em;
  }
  .p_plList li .p_plLanguage {
    max-width: 12.929em;
  }
  .p_plList li .p_plLanguage ul {
    padding: 5px 0 12px;
  }
  .p_plList li .p_plLanguage ul li a:hover {
    text-decoration: underline;
  }
  .p_plList li a {
    padding: 7px 20px 6px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p_plList li a:before {
    width: 0.714em;
    height: 0.429em;
    margin-right: 8px;
  }
  .f_contactArea {
    display: none;
  }
  .f_infoArea .p_plChangeLanguage > a:before {
    width: 0.571em;
    height: 0.286em;
    margin-right: 6px;
  }
  .f_infoArea .p_head a:hover, .f_infoArea .p_linkList li a:hover {
    text-decoration: underline;
  }
  .mainvisual {
    height: 600px;
  }
  .mainvisual .slide_item.item01, .mainvisual .slide_item.item02, .mainvisual .slide_item.item03, .mainvisual .slide_item.item04 {
    background: url(../img/top/mainvisual01_pc.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 40%;
    height: 600px;
  }
  /* .mainvisual .slide_copy {
    right: 10%;
  } */
  .newsFeed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px 21px 130px;
  }
  .newsFeed .captionBox {
  position: relative;
  width: 14.286em;
  height: auto;
 }
	  
  .newsFeed .p_caption {
  position: absolute;
  top : 10px;
  right: 10px;
  }
  .newsFeed .p_caption-old {
  position: absolute;
  bottom : 10px;
  right: 10px;
  }
  .newsFeed .p_caption-old a {
    color: white;
    text-decoration: underline;
    font-size: 1em;
  }
  .btn-old {
	  margin-top: 20px;
	  color: white;
	  font-size: 1.1428571428571428em;
  }
  
  .btn-old a{
	  text-decoration: underline;
  }
  .btn-old a:hover{
	  opacity: 0.8;
  }
  .newsFeed .p_content {
    padding: 4px 0 5px 22px;
    border-left: 1px solid #72617e;
  }
  .newsFeed .p_table li a:hover .title {
    text-decoration: underline;
  }
  .title02 {
    font-size: 1.8rem;
    padding: 7px 15px 5px;
    min-width: 9.857em;
  }
  .is-home .section01:nth-child(3) {
    margin-bottom: 90px;
  }
  .aboutArea {
    padding: 80px 0 70px;
  }
  .aboutArea .p_text {
    margin-right: 78px;
  }
  .aboutArea .p_leadText {
    margin-top: 32px;
    margin-right: 27px;
  }
  .aboutArea .p_img,
  .aboutArea .p_img2 {
    margin-top: 35px;
  }
  .list:hover {
    opacity: .8;
  }
  .gardenBlock {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
  }
  .gardenBlock:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .gardenBlock:nth-of-type(2n) .p_desc {
    margin-right: 35px;
  }
  .gardenBlock:nth-of-type(odd) .p_desc {
    margin-left: 35px;
  }
  .gardenBlock.-block01:before, .gardenBlock.-block02:before, .gardenBlock.-block03:before, .gardenBlock.-block04:before {
    display: block;
    content: "";
    position: absolute;
  }
  .gardenBlock.-block01:before {
    background: url(../img/common/petal01.png) no-repeat;
    bottom: -56%;
    left: -26%;
    background-size: 100% 100%;
    width: 14.929em;
    height: 23em;
  }
  .gardenBlock.-block03:before {
    background: url(../img/common/petal02.png) no-repeat;
    bottom: -13%;
    right: -20%;
    background-size: 100% 100%;
    width: 12.571em;
    height: 17.214em;
  }
  .gardenBlock.-block04:before {
    background: url(../img/common/petal03.png) no-repeat;
    bottom: -19%;
    left: 10%;
    background-size: 100% 100%;
    width: 15.643em;
    height: 18.429em;
  }
  .gardenBlock .title01 {
    font-size: 2.3rem;
  }
  .gardenBlock .p_text {
    font-size: 1.6rem;
    line-height: 1.92;
  }
  .gardenBlock .p_img:after {
    background: url(../img/common/gardenBlock_imgBg.png) no-repeat;
    background-size: cover;
    right: -35px;
    top: -21px;
    width: 21.429em;
    height: 21.429em;
  }
  .gardenBlock .p_img2:after {
    background: url(../img/common/gardenBlock_imgBg2.png) no-repeat;
    background-size: cover;
    right: -35px;
    top: -21px;
    width: 21.429em;
    height: 14.286em;
  }
  .gardenBlock .p_img:after, .imperialPlace:after, .imperialPlace:before {
    display: block;
    content: "";
    position: absolute;
  }
  .gardenBlock .p_img2:after, .imperialPlace:after, .imperialPlace:before {
    display: block;
    content: "";
    position: absolute;
  }
  .imperialPlace:before {
    background: url(../img/common/petal04.png) no-repeat;
    top: 37%;
    left: -20%;
    background-size: 100% 100%;
    width: 9.643em;
    height: 13.143em;
  }
  .imperialPlace:after {
    background: url(../img/common/petal05.png) no-repeat;
    bottom: 5%;
    right: -22%;
    background-size: 100% 100%;
    width: 14.5em;
    height: 22.357em;
  }
  .imperialPlace .p_imperialLink {
    margin-top: 76px;
  }
  .imperialPlace .p_imperialBg a:hover {
    text-decoration: underline;
    opacity: .7;
  }
  .imperialPlace .p_imperialBg.-orange {
    margin-left: 135px;
  }
  .imperialPlace .p_imperialImg {
    margin: 80px auto 0;
  }
  .imperialPlace .p_imperialImg:after {
    display: block;
    content: "";
    background: url(../img/common/imperial_imgBg.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -15px;
    top: -73px;
    width: 40.214em;
    height: 21.857em;
  }
}

@media screen and (max-width:430px) {
  .f_drawer .drawerOtherList ul li a {
    font-size: 1.4rem;
  }
  .is-home .f_firstViewWrap .p_navh1 {
    width: 6em;
    height: 17.786em;
    left: 5px;
  }
  .p_plList {
    display: block;
    right: 75px;
  }
  .mainvisual .slide_item.item01, .mainvisual .slide_item.item02, .mainvisual .slide_item.item03, .mainvisual .slide_item.item04 {
    height: 30.571em;
  }
  .mainvisual .slide_copy {
    width: 80%;
  }
  .title02 {
    min-width: 12.857em;
  }
  .is-home .section01:nth-child(2) {
    margin-bottom: 38px;
  }
  .aboutArea {
    padding: 40px 0 45px;
  }
  .aboutArea .p_text {
    margin-top: 0;
    max-width: 100%;
    text-align: center;
  }
  .aboutArea .p_text h2 img {
    max-width: 90%;
  }
  .aboutArea .p_leadText {
    margin-top: 36px;
    margin-right: 27px;
  }
  .aboutArea .p_leadText img {
    max-width: 5.714em;
  }
  .clmList .p_title {
    right: 5px;
    top:5px;
    height: 8vw;
  }
  .clmList .p_title img {
    width: 100%;
    height: 100%;
  }
  .clmList .p_flowerNameBtm {
    left: 10px;
    bottom: 7px;
    font-size: 1.3rem;
  }
  .clmList .p_more {
    bottom: 8px;
    width: 3.429em;
    height: 1.071em;
  }
  .clmList.-col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .clmList.-col2 .clmListItem {
    width: 100%;
  }
  .gardenBlock .title01 {
    padding: 0 32px;
  }
  .gardenBlock .title01:before {
    margin-top: -1px;
  }
  .gardenBlock .p_img,
  .gardenBlock .p_img2 { max-width: 17.857em;
  }
  .imperialPlace .p_imperialImg img {
    max-width: 21.429em;
  }
}

@media screen and (max-width:1100px) {
  .p_pagetop a {
    right: 0;
  }
}

@media screen and (min-width:1500px) {
  .is-home .p_plList, .mainvisual .slide_copy {
    right: 10vw;
  }
}

@media (-ms-high-contrast:none) {
  .newsFeed .p_table li:not(:first-child) {
    margin-top: 20px;
  }
}

.clmList .caption{
	text-align: center;
	margin-top: 7px;
}


.p_desc_full .caption{
	text-align: center;
	margin-top: 7px;
}

.atenntion{
	margin: 40px 0 20px 0;
	font-size: 0.8em;
}



/*汎用ボックス*/


.Blockarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}

.Blockarea a{
	color: #5c4b61;
}

.Blockarea a:hover{
  text-decoration: underline;
}

.Blockarea a[target="_blank"] {
  padding-right: 18px;
  background: url(../img/common/link-icon.png) no-repeat center right;
}

.Blockarea :last-child {
  margin-bottom: 0
}

.Blockarea  .title01 {
  position: relative;
  display: inline-block;
  color: #ac5f54;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0 34px;
  letter-spacing: .06em;
  margin-bottom: 13px
}

.Blockarea  .title01:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.571em;
  height: 0.143em;
  background-color: #ac5f54;
  margin-right: 0;
  left: 0;
  margin-top: -2px
}

.Blockarea .p_text {
	line-height: 1.6;
}

  .Blockarea.-block01:before, .Blockarea.-block02:before, .Blockarea.-block03:before, .Blockarea.-block04:before {
    display: block;
    content: "";
    position: absolute
  }
  .Blockarea.-block01:before {
    background: url(../img/common/petal01.png) no-repeat;
    bottom: -56%;
    left: -26%;
    background-size: 100% 100%;
    width: 14.929em;
    height: 23em;
  }
  .Blockarea.-block02:before {
    background: url(../img/common/petal02.png) no-repeat;
    bottom: -13%;
    right: -20%;
    background-size: 100% 100%;
    width: 12.571em;
    height: 17.214em
  }


@media screen and (max-width:768px) {
  .Blockarea.-block01:before, .Blockarea.-block02:before, .Blockarea.-block03:before, .Blockarea.-block04:before {
    display: none;
  }
}


.Blockarea ul{
	margin: 10px 0 20px 30px;
	line-height: 2.4;
}

.Blockarea ul.info{
	font-size: 1.1em;
	line-height: 1.8;
}


@media screen and (max-width:768px) {
.Blockarea ul{
	margin: 12px 0 12px 10px;
	line-height: 2.4;
}
}

.Blockarea span{
	color: #5c4b61;
	margin-right: 4px;
}


.Blockarea .infomation{
	background-color: #fff;
	width: 42.857em;
	margin: 30px auto;
	border: 1px solid #5c4b61;
	padding: 20px;
	line-height: 1.8;
}

@media screen and (max-width:768px) {
.Blockarea .infomation{
	background-color: #fff;
	width: 90%;
	margin: 20px auto;
	padding: 20px;
}
}

.Blockarea .introduction{
	margin: 20px 0 20px 20px;
}

.Blockarea ul.guidelist{
	margin: 0;
	padding: 0;
}

.Blockarea ul.atention{
	margin: 20px 0 ;
	padding: 0;
}

.Blockarea p.atention{
	margin: 10px 0 ;
	padding: 0;
	font-size: 0.8em;
}



.Blockarea ul.guidelist li{
	position: relative;
	text-align: left;
	padding-left: 10px;
	line-height: 1.5;
	margin-bottom: 12px;
}


.Blockarea ul.atention li{
	position: relative;
	text-align: left;
	padding-left: 21px;
	line-height: 1.5;
	margin-bottom: 5px;
}



.Blockarea ul.guidelist li:before {
    content: "";
    position: absolute;
    top: .40em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #8b6b4e;
  }
 
 .Blockarea ul.atention li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    color: #c91010;
  }

  
 .Blockarea ul.guidelist li:hover{
	 opacity: 1;
 }  
 
 .Blockarea ul.guidelist li a{
	 border: none;
	 text-align: left;
	 width: 100%;
	 line-height: 1;
	 background-image: none;
	 padding: 0;
	 color: #5c4b61;
	 text-decoration: underline;	 
 }
 
  .Blockarea ul.guidelist li a:hover{
	  opacity: 0.8;
}

 .Blockarea ul.guidelist li a.tlink {
  padding-right: 22px;
  background: url(../img/common/link-icon.png) no-repeat center right;
}


 .Blockarea ul.guidelist li a.pdf {
  padding-right: 22px;
  background: url(../img/common/pdf-icon.png) no-repeat center right;
}
 .Blockarea ul.guidelist li a.exl {
  padding-right: 22px;
  background: url(../img/common/exl-icon.png) no-repeat center right;
}
 .Blockarea ul.guidelist li a.doc {
  padding-right: 22px;
  background: url(../img/common/doc-icon.png) no-repeat center right;
}

 .Blockarea .imgBox2{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin: 30px auto;
}

 .Blockarea .imgBox2 > div:first-child {
	 margin-right: 40px;
 }
 
 @media screen and (max-width:768px) {
 .Blockarea .imgBox2{
    display: block;
    margin: 30px auto;
}

 .Blockarea .imgBox2 > div:first-child {
	 margin-right: 0;
	 margin-bottom: 20px;
 }
 }

.acssesmap{
	margin: 30px auto;
}

#main table {
	width: 100%;
	margin-bottom: 30px;	
}

/*行事カレンダー*/
#main .calender tr {
/*	border-bottom: 1px solid #d0d0d0;	*/
background-color: white;
}
#main .calender tr.off {
	background: #fff6f1;
}
#main .calender tbody td,
#main .calender tbody th {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding: 6px;
	font-size: 100%;
	line-height: 22px;
	vertical-align: top;
}
#main .calender thead {
	font-size: 100%;
	line-height: 22px;
}
#main .calender thead th,
#main .calender thead td {
	text-align: center;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #acbddc;
	border-bottom: 1px solid #acbddc;
}
#main .calender thead tr td:first-child,
#main .calender thead tr th:first-child,
#main .calender tbody tr td:first-child,
#main .calender tbody tr th:first-child {
	background: #f8f8f8;
	text-align: center;
	border-left: none;
	width: 1.5em;
	white-space: nowrap;
}
#main .calender .week,
#main .calender tbody tr td:nth-child(2) {
	text-align: center;
	width: 1.5em;	
	white-space: nowrap;
}
#main .holiday,
#main .red {
	color: #a92415;	
}
#main .sat,
#main .blue {
	color: #426ab4;
}

/*アクセス情報*/
#main .access {
	border: 1px solid #5c4b61;	
	margin-bottom: 40px;
}
#main .access tr {
	border-top: 1px solid  #5c4b61;	
	padding: 20px 0;
}
#main .access th {
	vertical-align: top;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 24px;
	color: #5c4b61;
	width: 19%;
	background-color: white;
}
#main .access td {
	width: 27%;
	background-color: white;
}
#main .access tr:last-child td {
}

 @media screen and (max-width:768px) {
 #main .access th {
 font-size: 1.2em;
}

 #main .access td {
 font-size: 1em;
}
}
/*======================================================================
	Paging
======================================================================*/
#main .paging {
	margin-bottom: 30px;
	text-align: center;
	clear: both;
}
#main .paging ul li {
	display: inline-block;
}
#main .paging ul li + li {
	margin-left: 20px;
}
#main .paging ul li {
	display: inline-block;
	border: 1px solid #c2c9cf;
	text-align: center;
	min-width: 5.5em;
	min-height: 1.429em;
	padding: 10px 24px;
}
#main .paging ul li a {
}
#main .paging ul li.past {
	background: #f4f6f2;
}
#main .paging ul li.past a:hover {
	background: #f4f6f2;
}

#main .paging ul li.last {
	background: #f4f6f2;
}
#main .paging ul li.last a:hover {
	background: #f4f6f2;
}

/*======================================================================
	よくある質問
======================================================================*/


.accordion {
  width: 100%;
  max-width: 100%;
}

/*------------------------------

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden{
  display: none;
}

/* Question部分 */
.accordion-open {
  display: block;
  padding: 10px;
  background:rgba(92,75,97,0.2);
    cursor: pointer;
  margin: 5px 0;
  font-weight: 700;
  position: relative;/* 変更部分 */
  color: #5c4b61;
  padding-right: 12%;
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 1.429em;
  height: 0.214em;
  background: #5c4b61;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 10px;
  font-weight: 300;
  line-height: 1.7;
}

.pagenavi a{
	font-size: 1em;
	text-decoration: underline;
	float:left;
	margin: 30px 30px 30px 0;
	}
	
.pagenavi a:hover{
	opacity: 0.7;
}	