@charset "utf-8";
body {
	opacity: 1;
	visibility: visible;
}
.pic_cap.bg {
  background: rgba(255, 255, 255, 0.4);
}
/*==================================================================
	Main Visula
===================================================================*/
.main_visual {
	height: 100vh;
	overflow: hidden;
	position: relative;
  background: #323232;
}
.main_visual .photo {
	transform: scale(1.1);
}
.main_visual .photo img,
.main_visual .photo video {
	height: 100vh;
	object-fit: cover;
	object-position: center;
	transition: all 5.5s ease-out;
	width: 100%;
}
.main_visual .main_item.RtoL .photo img {
  transform: translateX(1.5%);
}
.main_visual .main_item.LtoR .photo img {
  transform: translateX(-1.5%);
}
.main_visual .main_item.RtoL.slick-on .photo img,
.main_visual .main_item.LtoR.slick-on .photo img {
  transform: translateX(0)!important;
}
.main_visual .main_item.TtoB .photo img {
  transform: translateY(-6%);
}
.main_visual .main_item.TtoB.slick-on .photo img {
  transform: translateY(0)!important;
}
@media only screen and (max-width:767px){
	.main_visual,
	.main_visual .photo img,
	.main_visual .photo video {
		height: calc(100vh - 141px);
	}
	.main_visual, .main_visual .main_slider.slick-initialized.slick-slider, .main_visual .slick-list.draggable, .main_visual .slick-track, .main_visual .main_item {
		pointer-events: none !important;
	}
}
/* .main_visual .overlay {
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.main_visual .overlay > div {
	height: 100vh;
	width: 50%;
	transform: translateY(100%);
	transition: transform 1s ease 0.75s;
}
.main_visual .overlay > div + div {
	transition-delay: 1.0s;
}
.main_visual .slick-on .overlay > div {
	transform: translateY(0);
} */
.main_visual .mv_copy {
	color: #fff;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	white-space: nowrap;
}
.main_visual .mv_copy .copy01 {
	font-style: italic;
	letter-spacing: 0.2em;
}
.main_visual .mv_copy .copy02 {
	font-size: 3rem;
	letter-spacing: 0.5em;
}
.main_visual .mv_copy .copy03 {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}
.main_visual .master {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.main_visual .master img {
	filter: blur(10px);
	opacity: 0;
	transform: scale(1.15);
	transition: all 4s ease 1.5s;
	width: 100%;
}
.main_visual .text-show .master img {
	filter: blur(0);
	opacity: 1;
	transform: scale(1) translate(0, 0%);
}

/* @media only screen and (max-width:1000px){
	.main_visual, .main_visual .photo img, .main_visual .overlay > div {
		height: auto;
	}
} */
@media only screen and (max-width:767px){
	/* .main_visual, .main_visual .photo img, .main_visual .overlay > div {
		height: calc(100vh - 140px);
	} */
	.main_visual .mv_copy .copy01 {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.main_visual .mv_copy .copy02 {
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
	.main_visual .mv_copy .copy03 {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}


.main_visual .mv_copy .fadesplit > span {
	letter-spacing: unset;
}
.main_visual .text-show .copy02 .fadesplit > span {
	animation: copy02 1.0s cubic-bezier(0.5, 1, 0.89, 1) 0s forwards;
}
@keyframes copy02 {
	0% {
	  transform: translate(50px, 0);
	  opacity: 0;
	}
	100% {
	  transform: translate(0, 0);
	  opacity: 1;
	}
}

.main_visual .text-show .copy03 .fadesplit > span {
	animation: copy03 0.75s cubic-bezier(0.5, 1, 0.89, 1) 0s forwards;
}
@keyframes copy03 {
	0% {
	  transform: translate(25px, 0);
	  opacity: 0;
	}
	100% {
	  transform: translate(0, 0);
	  opacity: 1;
	}
}

/*==================================================================
	Merit
===================================================================*/
.merit {
	background: #1e2023;
	padding: 25px 0;
}
.merit img {
	display: block;
	margin: 0 auto;
	max-width: 90%;
	width: 1200px;
}
@media only screen and (max-width:767px){
	.merit {
		padding: 30px 0;
	}
}

/*==================================================================
	Section info
===================================================================*/
.sec_information {
	background: url(bg01.jpg) no-repeat center top / cover;
	color: #fff;
	overflow: hidden;
	padding: 60px 0;
	position: relative;
	text-align: center;
}
.sec_information .lead {
	color: #fff;
	margin-bottom: 50px;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
}
.sec_information .ttl {
	color: #fff;
	font-size: 2rem;
	margin-bottom: 50px;
}
.sec_information .ttl img {
	height: 22px;
}
.sec_information .link {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 1.9;
	margin-bottom: 50px;
}
.sec_information .link a {
	color: #827d78;
}
.sec_information .link span {
    border-bottom: 1px solid #827d78;
}
.sec_information .link a:hover span {
    border-bottom: none;
}
.sec_information .open_ttl {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.sec_information .open_time {
	font-size: 2rem;
	letter-spacing: 0.2rem;
	line-height: 1.9;
	margin: 0 0 10px;
}
.sec_information .line {
  background: #827d78;
  display: inline-block;
  height: 1px;
  width: 80px;
  margin: 20px auto;
}
.sec_information .line.wd400 {
  width: 400px;
}
.sec_information .open_time .num {
	font-size: 140%;
}
.sec_information .open_time .medium {
	font-size: 100%;
}
.sec_information .open_time .large {
    font-size: 150%;
	letter-spacing: 0rem;
}
.sec_information .open_time .morelarge {
    font-size: 210%;
		color: #B2B280;
}
.sec_information .remote_bnr {
	max-width: 480px/*760px*/;
	margin: 100px auto;
	position: relative;
	width: 90%;
}
.sec_information .remote_bnr a + a {
	display: block;
	margin-top: 30px;
}
.sec_information .open_time .note {
	font-size: 60%;
	margin-top: 10px;
}
.sec_information .time {
	font-size: 1.2rem;
}
.sec_information .time span {
	margin: 0 0 10px;
}
.sec_information .holiday {
	font-size: 14px;
	margin:  30px auto 0;
    border: 1px solid;
    display: inline-block;
    padding: 20px;
}
.sec_information .notice_top {
	font-size: 1.2rem;
	margin-top: 50px;
}
.sec_information .notice {
	font-size: 1.2rem;
	margin: 20px auto 50px;
}
.sec_information .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 100px;
}
.sec_information .btn a {
	color: #fff;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.2em;
	margin: 10px;
	max-width: 400px;
	padding: 14px;
	text-align: center;
	transition: 0.3s;
	width: 50%;
}
.sec_information .btn a:first-child {
	background: rgb(125,107,41);
	background: -moz-linear-gradient(left, rgba(125,107,41,1) 0%, rgba(156,144,94,1) 100%);
	background: -webkit-linear-gradient(left, rgba(125,107,41,1) 0%,rgba(156,144,94,1) 100%);
	background: linear-gradient(to right, rgba(125,107,41,1) 0%,rgba(156,144,94,1) 100%);
}
.sec_information .btn a + a {
	background: rgb(50,50,50);
	background: -moz-linear-gradient(left, rgba(50,50,50,1) 0%, rgba(112,112,112,1) 100%);
	background: -webkit-linear-gradient(left, rgba(50,50,50,1) 0%,rgba(112,112,112,1) 100%);
	background: linear-gradient(to right, rgba(50,50,50,1) 0%,rgba(112,112,112,1) 100%);
}
.block_info {
  background: #414141;
  color: #fff;
  max-width: 750px;
  padding: 20px 30px 20px 40px;line-height: 1;
  margin: 0 auto;
}
.block_info .wrap {
  overflow: auto;
  height: 120px;
  padding-right: 15px;
}
.block_info dl {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  border-bottom: 1px dotted #323232;
  padding: 6px 0;
  margin-bottom: 5px;
}
.block_info dl:last-child {
  border-bottom: none;
}
.block_info dl dt {
  width: 17%;
}
.block_info dl dd a {
  color: #fff;
  text-decoration: underline;
}
.block_info dl dd {
  padding-left: 10px;
  width: 83%;
}
@media screen and (max-width: 1024px) {
	.sec_information .ttl {
		margin-bottom: 25px;
	}
	.sec_information .link {
		margin-bottom: 25px;
	}
	.sec_information .open_time {
		font-size: 1.6rem;
	}
	.sec_information .remote_bnr {
		margin: 50px auto;
	}
	.sec_information .btn {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.sec_information .link {
		font-size: 1.5rem;
	}
	.sec_information .open {
		margin-bottom: 40px;
	}
	.sec_information .open_ttl {
		font-size: 2rem;
	}
	.sec_information .open_time {
		font-size: 1.4rem;
	}
	.sec_information .open_time .large {
		font-size: 115%;
		letter-spacing: 0;
	}
	.sec_information .btn {
		flex-direction: column;
		justify-content: center;
	}
	.sec_information .btn a {
		font-size: 2rem;
		max-width: 250px;
		margin: 5px 0;
		padding: 5px;
		width: 100%;
	}
  .block_info {
    padding: 10px 15px;
  }
  .block_info dl {
    font-size: 1.3rem;
  }
  .block_info dl dt {
    width: 23%;
  }
  .block_info dl dd {
    line-height: 1.6;
    width: 77%;
  }
  .sec_information .line.wd400 {
    width: 300px;
}
  .sec_information .holiday {
	font-size: 13px;
    padding: 10px;
}
}

.pic_cap {z-index: 1;}


.cardo { font-family: 'Cardo', serif; }
.ani_tb {
  transform: translateY(-150%);
  transition: all 0.5s ease-out;
  position: relative;
  opacity: 0;
}
.is_ani .ani_tb {
  transform: translateY(0);
  opacity: 1;
}
.ani_bt {
  transform: translateY(150%);
  transition: all 0.5s ease-out;
  position: relative;
  opacity: 0;
}
.is_ani .ani_bt {
  transform: translateY(0);
  opacity: 1;
}
.ani_text {
  overflow: hidden;
}
.fadesplit > span {
	transform: translateY(120%);
	display: inline-block;
  letter-spacing: 0;
	opacity: 0;
}
.sec_category .cate_wrap::after {
  content: "";
  background: rgba(16, 13, 11, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: all 2s ease;
  z-index: 1;
}
.sec_category.overlay .cate_wrap::after {
  transform: translateY(0);
}
.is_ani .ani_text > span,
.on .ani_text > span,
.ani_text.on > span {
	-webkit-animation: ani_text 1s cubic-bezier(0.54, 0, 0, 0.99) 0s forwards;
	animation: ani_text 1s cubic-bezier(0.54, 0, 0, 0.99) 0s forwards;
  /* animation-delay: 5s !important; */
}
@keyframes ani_text {
	0% {
	  transform: translateY(120%);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
}

/* .sec_category */
.sec_concept{
	display: none;
}

.sec_concept,
.merit,
.sec_information,
.main_visual {
    position: relative;
    z-index: 2;
}
.category_wrap {
  position: relative;
  z-index: 0;
}
.sec_category {
    height: 125vh;
    position: relative;
    overflow: hidden;
}
.sec_category .cate_wrap {
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
}

.sec_category .cate_wrap .photoboox{
	padding-top: 30px;
}

.sec_category .cate_wrap .photoboox ul{
	display: flex;
}

.sec_category .cate_wrap .photoboox li{
	width: 30%;
	height: auto;
}
@media only screen and (max-width:767px){
	.sec_category .cate_wrap .photoboox li{
	width: 30%;
	height: auto;
}
}
.sec_category .cate_wrap .photoboox li img{
	width: 100%;
	height: auto;
}


.sec_category .cate_wrap .btnnn a {
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 33px;
	transition: transform .4s;
	position: relative;
	display: inline-block;
	border-left: none;
}

.sec_category .cate_wrap .btnnn a::before {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("icon_btnarrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform .3s;
}

.sec_category .cate_wrap .btnnn a span {
	display: inline-block;
	color: #E6E6E6;
	font-size: 1.2rem;
	font-family: 'Cinzel', 'Noto Serif JP', serif;
}

.sec_category .cate_wrap .btnnn a:hover::before {
	transform: translateX(30px);
}



.sec_category.is_fixed .cate_wrap {
    position: fixed;
}
.sec_category .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.3);
    transition: all 3s ease-out;
    z-index: 0;
}
.sec_category.is_active .image {
    transform: scale(1);
}
.sec_category .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.sec_category .pic_cap {
  bottom: 66px;
  transition: all 0.7s ease-out;
  z-index: 2;
}
.sec_category .cate_wrap .cont {
    color: #E6E6E6;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    max-width: 970px;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.sec_category .cont .box_title {
    margin: 0 0 50px;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}
.sec_category .cont .line {
    width: 100%;
    height: 1px;
    position: relative;
}
.sec_category .cont .line:after {
  content: "";
  background: #E6E6E6;
  height: 100%;
  bottom: 0;
  left: 50%;
  width: 0px;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.5s ease-out;
}
.sec_category.is_ani .cont .line:after {
  width: 100%;
}
.sec_category .cont .box_title .sub {
  color: #B2B280;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.2em;
  line-height: 1;
  left: 0;
  top: 110%;
  transition: all 0.5s ease-out;
  position: absolute;
  opacity: 0;
}
.sec_category.is_ani .cont .box_title .sub {
  top: 0;
  opacity: 1;
}
.sec_category .cont .box_title .ttl {
  color: #B2B280;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1;
}
.sec_category .cont .box_title .ttl > span {
  letter-spacing: 0.2em;
}
.sec_category .cont .box_text {
  padding-top: 35px;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}
.sec_category .cont .box_text .ttl {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
}
.sec_category .cont .box_text small {
	display: inline-block;
	font-size: 0.8rem;
}
.sec_category .cont .box_text .txt {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.sec_category .button {
  position: absolute;
  bottom: 100px;
  right: calc((100vw - 970px)/2);
  width: 200px;
  transform: translateX(50%);
  z-index: 2;
}
.sec_category .button a {
  display: block;
  transition: all 0.3s ease-out;
}
.sec_category .button img {
  transition: all 1s ease-out;
  transform: scale(0.3);
  opacity: 0;
}
.sec_category.is_ani .button img {
  transform: scale(1);
  opacity: 1;
}
/* .category_nav {
	position: fixed;
	z-index: 1;
	bottom: 66px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
  transition: all 0.5s ease-out;
}
.category_nav .pers {
    color: #E6E6E6;
    font-size: 4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 0 0 50px;
}
.category_nav .pers .per_line {
    background: #E6E6E6;
    width: 210px;
    height: 1px;
    margin: 0 15px;
}
.category_nav .label {
    color: #E6E6E6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.category_nav .label .txt {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.5em;
    text-align: center;
    transition: all 0.5s ease-out;
    position: relative;
    padding: 0 0 20px;
}
.category_nav .label .txt.off {
    opacity: 0;
}
.category_nav .label .txt:after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;    
    border-bottom: 12px solid #E6E6E6;
    position: absolute;
} */

.category_wrap.is_bottom .sec_category.is_fixed .cate_wrap {
	position: absolute;
	bottom: 0;
	top: auto;
}
/* .category_wrap.is_bottom .category_nav {
  bottom: 0;
  position: absolute;
} */
.category_wrap.is_bottom .sec_category .pic_cap {
	bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .sec_category .button {
    width: 150px;
    transform: translateX(0);
  }
  .sec_category .cate_wrap .cont {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .sec_category .button {
    right: 15px;
  }
  /* .category_nav .pers .per_line {
    width: 80px;
  } */
  .sec_category .cont .box_title .ttl {
    font-size: 10vw;
  }
  .sec_category .cont .box_title .ttl > span {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .sec_category .cont .box_title {
    margin: 0 0 5px;
    padding-top: 20px;
  }
  .sec_category .cont .box_title .sub {
    margin: 0 0 15px;
  }
  .sec_category .cont .box_text {
    padding-top: 10px;
    margin-top: 0;
  }
  .sec_category .cate_wrap .cont {
    top: 23%;
    transform: translate(-50%);
  }
  .sec_category .cont .box_text .ttl {
    font-size: 1.4rem;
  }
  .sec_category .cont .box_text .txt {
    font-size: 1em;
    letter-spacing: 0.01em;
  }
  .sec_category .button {
    right: 50%;
    transform: translateX(50%);
    bottom: 10%;
    width: 130px;
  }
  /* .category_nav {
    bottom: 0;
  }
  .category_nav .pers {
    font-size: 2.2rem;
    padding: 0 0 40px;
  }
  .category_nav .label .txt {
    padding: 0 0 10px;
  }
  .category_nav .label .txt::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #E6E6E6;
  } */
  .sec_category .pic_cap {
    bottom: 0;
    left: 0;
    right: auto;
  }
}

.scroll {
	font-size: 1rem;
	text-align: center;
}
.scroll .line {
	background: #827d78;
	overflow: hidden;
	height: 115px;
	width: 1px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}
.scroll .line span {
	background: #FFF;
	display: block;
	visibility: visible;
	animation: down 1.5s both cubic-bezier(.15, .31, .24, .88) infinite;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-indent: -999em;
}
@keyframes down {
    0% {
        height: 0;
        bottom: 100%;
    }
    50% {
        height: 100%;
        bottom: 0;
    }
    100% {
        height: 100%;
        bottom: -100%;
    }
}

/*==================================================================
	Section PICKUP
===================================================================*/
.sec_pickup {
	background: #fff;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}
.sec_pickup .container_text {
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}
.sec_pickup .container_text::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #353a37;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}
.container_text .catch {
    background: #fff;
    color: #353a37;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: normal;
	letter-spacing: 0.1em;
    line-height: 1;
    position: relative;
    padding: 0 50px;
    z-index: 3;
}
.sec_pickup .swiper-slide {
    position: relative;
    transition: all .8s;
}
.sec_pickup .swiper-slide > a {
	display: block;
	padding-right: 24px;
}
.sec_pickup .swiper-slide:last-child a {
	padding-right: 0!important;
}
.sec_pickup .swiper-slide h3 {
	color: #474a4d;
	font-size: 1.8rem;
	letter-spacing: 0;
    margin-top: 10px;
    padding-bottom: 6px;
    position: relative;
}
.sec_pickup .swiper-slide h3 .viewmore {
	color: #474a4d;
	display: inline-block;
	margin-left: auto;
	font-size: 1.4rem;
	position: relative;
	right: 0;
	bottom: 5px;
}
.sec_pickup .swiper-slide h3 .viewmore:before, .sec_pickup .swiper-slide h3 .viewmore:after {
	border-top: 1px solid #474a4d;
	border-right: 1px solid #474a4d;
	content: "";
	height: 7px;
	width: 7px;
	position: absolute;
	top: 10px;
	right: -10px;
	transform: rotate(45deg);
	transition: all ease-in-out 0.25s;
}
.sec_pickup .swiper-slide h3 .viewmore:after {
	right: -14px;
}
.sec_pickup .swiper-slide h3+p {
	color: #474a4d;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0;
}
.sec_pickup .swiper-container {
    margin: 0;
  	padding-bottom: 50px;
    overflow-x: hidden;
}
.inner_card .container_img {
    overflow: hidden;
}
.inner_card .container_img img {
    width: 100%;
    max-width: none;
    transition: all .8s;
}
.sec_pickup .swiper-slide a:hover .container_img img {
    transform: scale(1.1);
}
.container_img {
    position: relative;
    z-index: 0;
}
.swiper-wrapper {
	height: auto;
}
.sec_pickup  .swiper-container>.swiper-scrollbar {
	border-radius: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8px;
    width: 100%;
    background: none;
    border-bottom: 1px solid #353a37;
}
.sec_pickup  .swiper-container>.swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 0;
	background: #353a37;
}

@media only screen and (max-width:767px){
	.sec_pickup {
		padding: 40px 0;
	}
	.sec_pickup .container_text {
		margin-bottom: 35px;
	}
	.container_text .catch {
		font-size: 2rem;
	}
	.sec_pickup .swiper-slide > a {
		padding-right: 12px;
	}
	.sec_pickup .swiper-slide h3 {
		font-size: 1.3rem;
	}
	.sec_pickup .swiper-slide h3+p {
		font-size: 1.2rem;
	}
	.sec_pickup .swiper-slide h3 .viewmore {
		font-size: 1.2rem;
		text-align: right;
		position: relative;
		top: 0;
	}
	.sec_pickup .swiper-slide h3 .viewmore:before,
	.sec_pickup .swiper-slide h3 .viewmore:after {
		height: 4px;
		width: 4px;
		top: 8px;
	}
	.sec_pickup .swiper-container>.swiper-scrollbar {
		height: 4px;
	}
}

/* LOADING */
#loading-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #b2b280;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	z-index: 9999;
}

@-webkit-keyframes preload-show-1 {
    from {
        transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #323232;
    }
}
@keyframes preload-show-1 {
    from {
      transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-hide-1 {
    to {
      transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-hide-1 {
    to {
      transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-cycle-1 {
    5% {
      transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
    10%, 75% {
      transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
      border-left-color: #323232;
    }
    80%, 100% {
      transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-cycle-1 {
    5% {
      transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
    10%, 75% {
      transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
      border-left-color: #323232;
    }
    80%, 100% {
      transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-show-2 {
    from {
      transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-show-2 {
    from {
      transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-hide-2 {
    to {
      transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-hide-2 {
    to {
      transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-cycle-2 {
    10% {
      transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
    15%, 70% {
      transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
      border-left-color: #323232;
    }
    75%, 100% {
      transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-cycle-2 {
    10% {
      transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
    15%, 70% {
      transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
      border-left-color: #323232;
    }
    75%, 100% {
      transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-show-3 {
    from {
      transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-show-3 {
    from {
      transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-hide-3 {
    to {
      transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-hide-3 {
    to {
      transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-cycle-3 {
    15% {
      transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
    20%, 65% {
      transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
      border-left-color: #323232;
    }
    70%, 100% {
      transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-cycle-3 {
    15% {
      transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
    20%, 65% {
      transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
      border-left-color: #323232;
    }
    70%, 100% {
      transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-show-4 {
    from {
      transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-show-4 {
    from {
      transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-hide-4 {
    to {
      transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-hide-4 {
    to {
      transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-cycle-4 {
    20% {
      transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
    25%, 60% {
      transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
      border-left-color: #323232;
    }
    65%, 100% {
      transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-cycle-4 {
    20% {
      transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
    25%, 60% {
      transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
      border-left-color: #323232;
    }
    65%, 100% {
      transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-show-5 {
    from {
      transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-show-5 {
    from {
      transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-hide-5 {
    to {
      transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-hide-5 {
    to {
      transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-cycle-5 {
    25% {
      transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
    30%, 55% {
      transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
      border-left-color: #323232;
    }
    60%, 100% {
      transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-cycle-5 {
    25% {
      transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
    30%, 55% {
      transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
      border-left-color: #323232;
    }
    60%, 100% {
      transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-show-6 {
    from {
      transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-show-6 {
    from {
      transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-hide-6 {
    to {
      transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-hide-6 {
    to {
      transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-cycle-6 {
    30% {
      transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
    35%, 50% {
      transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
      border-left-color: #323232;
    }
    55%, 100% {
      transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@keyframes preload-cycle-6 {
    30% {
      transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
    35%, 50% {
      transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
      border-left-color: #323232;
    }
    55%, 100% {
      transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
      border-left-color: #323232;
    }
}
@-webkit-keyframes preload-flip {
    0% {
      transform: rotateY(0deg) rotateZ(-60deg);
    }
    100% {
      transform: rotateY(360deg) rotateZ(-60deg);
    }
}
@keyframes preload-flip {
    0% {
      transform: rotateY(0deg) rotateZ(-60deg);
    }
    100% {
      transform: rotateY(360deg) rotateZ(-60deg);
    }
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    display: block;
    width: 3.75em;
    height: 4.25em;
    margin-left: -1.875em;
    margin-top: -5.6em;
    transform-origin: center center;
    transform: rotateY(180deg) rotateZ(-60deg);
}
.preloader .slice {
    border-top: 1.125em solid transparent;
    border-right: none;
    border-bottom: 1em solid transparent;
    border-left: 1.875em solid #323232;
    position: absolute;
    top: 0px;
    left: 50%;
    transform-origin: left bottom;
    border-radius: 3px 3px 0 0;
}
.preloader .slice:nth-child(1) {
    transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.82s preload-hide-1 both 1;
            animation: 0.15s linear 0.82s preload-hide-1 both 1;
}
.preloader .slice:nth-child(2) {
    transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.74s preload-hide-2 both 1;
            animation: 0.15s linear 0.74s preload-hide-2 both 1;
}
.preloader .slice:nth-child(3) {
    transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.66s preload-hide-3 both 1;
            animation: 0.15s linear 0.66s preload-hide-3 both 1;
}
.preloader .slice:nth-child(4) {
    transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.58s preload-hide-4 both 1;
            animation: 0.15s linear 0.58s preload-hide-4 both 1;
}
.preloader .slice:nth-child(5) {
    transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.5s preload-hide-5 both 1;
            animation: 0.15s linear 0.5s preload-hide-5 both 1;
}
.preloader .slice:nth-child(6) {
    transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.42s preload-hide-6 both 1;
            animation: 0.15s linear 0.42s preload-hide-6 both 1;
}
.preloader.loading {
    -webkit-animation: 2s preload-flip steps(2) infinite both;
            animation: 2s preload-flip steps(2) infinite both;
}
.preloader.loading .slice:nth-child(1) {
    transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-1 linear infinite both;
            animation: 2s preload-cycle-1 linear infinite both;
}
.preloader.loading .slice:nth-child(2) {
    transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-2 linear infinite both;
            animation: 2s preload-cycle-2 linear infinite both;
}
.preloader.loading .slice:nth-child(3) {
    transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-3 linear infinite both;
            animation: 2s preload-cycle-3 linear infinite both;
}
.preloader.loading .slice:nth-child(4) {
    transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-4 linear infinite both;
            animation: 2s preload-cycle-4 linear infinite both;
}
.preloader.loading .slice:nth-child(5) {
    transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-5 linear infinite both;
            animation: 2s preload-cycle-5 linear infinite both;
}
.preloader.loading .slice:nth-child(6) {
    transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-6 linear infinite both;
            animation: 2s preload-cycle-6 linear infinite both;
}
.loadtext {
    font-size: 2rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.completed {
	opacity: 0;
	visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .loadtext {
    font-size: 1.6rem;
  }
}

/* SEC_CONCEPT */
.sec_concept {
    padding: 100px 0;
    /* min-height: calc(100vh - 73px); */
    background: url(bg02.jpg) no-repeat center/cover;
    color: #fff;
    overflow: hidden;
}
.concept_text {
    font-style: italic;
    letter-spacing: 0.2em;
    padding: 0 0 0 15px;
}
.concept_head {
    font-size: 2.4rem;
    letter-spacing: 0.5em;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
}
.concept_title {
    margin-bottom: 20px;
}
.concept_heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.concept_number {
    font-size: 4rem;
    letter-spacing: 0.1em;
    width: 127px;
    height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.concept_scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.concept_scroll img {
  transition: all 1s ease-out;
}
.concept_description {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 2;
    flex: 1;
    padding-left: 30px;
}
.concept_item {
    outline: none;
}
.concept_image {
    display: flex;
    padding: 0 100px;
}
.concept_image > li {
    width: 50%;
}
.concept_image > li.full {
  width: 100%;
}
.concept_slider .slick-dots {
    /*bottom: 6vw;*/
	bottom: 0;
    right: 0;
    width: 12px;
}
@media only screen and (max-width: 1200px) {
	.concept_slider .slick-dots {
		bottom: 0;
	}	
}

.slick-slide {
  height: auto !important;
}
.concept_slider .slick-dots li button {
    background: transparent;
    border: 1px solid #fff;
    display: block;
    transition: background 0.26s;
    box-shadow: none;
    margin: 0;
}
.concept_slider .slick-dots li:hover button,
.concept_slider .slick-dots li.slick-active button {
    background: #fff;
}
.concept_slider .slick-dots li {
    display: block;
    margin: 0;
    position: relative;
    z-index: 2;
}
.concept_slider .slick-dots li:not(:last-child)::after {
    position: absolute;
    left: 50%;
    top: 12px;
    height: 120px;
    border-left: 1px solid #fff;
    content: "";
}
.concept_slider .slick-dots li:not(:last-child) {
    margin-bottom: 120px;
}
.concept_slider .slick-dots li button:before {
    content: none;
}
@media only screen and (max-width:1000px) {
    .sec_concept {
        padding: 60px 0;
    }
    .concept_image {
        padding: 0 50px;
    }
    .concept_slider .slick-dots {
        bottom: 4vw;
		bottom: 0vw;
    }
}
@media only screen and (max-width:767px) {
    .concept_text {
        font-size: 1rem;
    }
    .concept_head {
        font-size: 1.6rem;
    }
    .concept_heading {
        min-height: 140px;
    }
    .concept_number {
      font-size: 2.2rem;
      width: 90px;
      height: auto;
    }
    .concept_scroll {
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
    }
    .concept_description {
      font-size: 1.2rem;
      letter-spacing: 0.05em;
      padding-left: 15px;
    }
    .concept_image {
        padding: 0;
    }
    .concept_slider .slick-dots li:not(:last-child) {
        margin-bottom: 30px;
    }
    .concept_slider .slick-dots li:not(:last-child)::after {
        height: 30px;
    }
    .concept_image > li img {
      height: 320px;
      object-fit: cover;
    }
    .concept_slider .slick-dots {
      bottom: -30px;
      width: 100%;
      display: flex !important;
      justify-content: center;
    }
    .concept_slider .slick-dots li:not(:last-child) {
      margin-right: 30px;
      margin-bottom: 0;
    }
    .concept_slider .slick-dots li:not(:last-child)::after {
      width: 30px;
      height: 1px;
      border-left: none;
      background: #ffffff;
      top: 6px;
      left: 12px;
    }
}

/* */
.main_visual .pic_cap.bg{
	opacity: 0;
	transition: all 1s ease-out;
}
.main_visual .main_item.pos_rel.slick-slide.slick-current.slick-active.slick-on .pic_cap.bg{
	opacity: 1;
	transition: all 3.6s ease-out;
}
.mv_cap{
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.4);
	font-family: 'Noto Sans Japanese';
    z-index: 20;
    color: #000 !important;
    font-size: 10px;
    line-height: 1.2 !important;
    padding: 5px;
}

/* */
.bnr_flex{
	max-width: 1030px;
	/*padding-left: 15px;
	padding-right: 15px;*/
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
.bnr_flex .bnr_item{
	width: 49%;
	margin-top: 0px;
}
@media only screen and (max-width:767px){
	.bnr_flex .bnr_item{
		width: 100%;	
	}
	.bnr_flex .bnr_item:nth-of-type(n+2){
		margin-top: 20px;
	}
	.bnr_flex{
		margin-top: 0;
	}
}

/* */
.sec_information .case_box {
	background: rgba(64,60,57,0.45);
	padding: 30px 15px 50px;
	margin: 100px auto 0;
	width: 100%;
	max-width: 970px;
}
.sec_information .case_box .case_wrap {
	width: 100%;
	max-width: 710px;
	margin: 0 auto;
}
.sec_information .case_box .time02 {
	font-size: 1.3rem;
}
.sec_information .case_box .time span {
	margin: 10px 0;
}
.sec_information .case_box .time .large {
	font-size: 160%;
	display: block;
}
.sec_information .case_box .case_title {
	margin: 0 0 50px;
	text-align: center;
}
.sec_information .case_box .case_title .ttl_en img {
	height: 52px;
	margin: 0 0 20px;
	transform: translateX(12%);
}
.sec_information .case_box .case_title .ttl_jp img {
	height: 26px;
}
.sec_information .case_box .case_title .txt span {
	display: inline-block;
	font-size: 1.4rem;
	margin: 0 15px 20px;
}
.sec_information .case_box .case_title .txt:before,
.sec_information .case_box .case_title .txt:after {
	content: "";
	background: rgba(255,255,255,0.7);
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 40px;
}
.sec_information .case_box .case_btn {
	background: url('../imgs/bg_btn.jpg') no-repeat center center / cover;
	margin: 40px 0 0;
	display: inline-block;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	/*width: 170px;*/
	width: 310px;
	/*padding: 8px 10px;*/
	padding: 8px 3px;
	letter-spacing: 1.5px;
	text-align: center;
	transition: all ease-in-out 0.3s;
}
.sec_information .case_box .case_btn:hover {
	opacity: 0.7;
}
.sec_information .case_box .case_list {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -10px 0;
}
.sec_information .case_box .case_list li {
	padding: 0 10px;
	width: calc(100%/3);
	text-align: center;
}
.sec_information .case_box .case_list li .box {
	background: url('../imgs/bg_case.png') no-repeat top left / 100% 100%;
	padding: 15px 5px 20px;
	height: 100%;
}
.sec_information .case_box .case_list li .en img {
	height: 16px;
	margin: 0 0 15px;
}
.sec_information .case_box .case_list li .txt {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
@media screen and (max-width: 1024px) {
	.sec_information .ttl {
		margin-bottom: 25px;
	}
	.sec_information .link {
		margin-bottom: 25px;
	}
	.sec_information .open_time {
		font-size: 1.6rem;
	}
	.sec_information .btn {
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.sec_information .link {
		font-size: 1.5rem;
	}
	.sec_information .open {
		margin-bottom: 40px;
	}
	.sec_information .open_ttl {
		font-size: 2rem;
	}
	.sec_information .open_time {
		font-size: 1.4rem;
	}
    .sec_information .box .text{
    font-size: 19px;
    }
	.sec_information .btn a {
		font-size: 2rem;
		max-width: 250px;
		padding: 5px;
	}
	.sec_information .bnrs {
		padding-top: 20px;
	}
	.sec_information .year {
		font-size: 1.2rem;
	}
	.sec_information .case_box {
		padding: 30px 15px 10px;
	}
	.sec_information .case_box .case_title {
		margin: 0 0 30px;
	}
	.sec_information .case_box .case_list li {
		width: 100%;
		margin: 0 0 15px;
	}
	.sec_information .case_box .case_title .ttl_en img {
		margin: 0 0 10px;
	}
	.sec_information .case_box .case_title .txt span {
		margin: 0 10px 15px;
	}
	.sec_information .case_box .case_title .ttl_jp img {
		height: 50px;
	}
	.sec_information .case_box .time .large {
		letter-spacing: 0.05em;
	}
}

/* */
.notice_data{
	margin-top: 30px;
	display: inline-block;
	line-height: 1;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #827d78;
	border-top: 1px solid #827d78;
}
.borderOn {
	border: 0.5px solid #fff;
	padding: 20px;
}
.new_b{
   font-size: 0.8em;
}
.new_b span {
   padding-right: 5px;
   color: rgb(125,107,41);
}
@media screen and (max-width: 768px) {
	.new_b{
   font-size: 1em;
}
}
.inner .noto {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*20230821add*/
.pc_only_inlineblock{display: inline-block;}
.row_table{
	margin-left: auto;
	margin-right: auto;
}
.row_table,
.row_table td,
.row_table th {
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}
.row_table .place {
    font-size: 14px;
}
.row_table th .p30 {
    padding: 0 30px;
}
.fs13 {
		font-size: 12px;
	}
.w500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    display: block;
    padding-left: 1.2em;
    text-indent: -1.2em;
}
@media screen and (max-width: 767px) {
	.pc_only_inlineblock{display: none;}
.row_table th {
	/*background: #01214d;*/
	/*color: #fff;*/
	padding: 4px 12px;
	display: block;
	width: 100%
}

.row_table td {
	/*background: #f5f6f8;*/
	padding: 4px 12px;
	display: block;
	width: 100%;
}
.row_table th .p30 {
    padding: 0;
}
.row_table .place {
    font-size: 13px;
}
	.fs13 {
		font-size: 11px;
	}
}


.sumikae_banner {
	position: fixed;
	width: 200px;
	right: 0;
  bottom: 66px;
  z-index: 9990;
	background-color: #fff;
  transform: translateX(101%);
  transition: all 0.3s ease-out;
}
.sumikae_banner.on {
  transform: translateX(0);
}
.sumikae_banner a:hover {
	opacity: 0.8;
}
.sumikae_banner p.close {
	position: absolute;
	width: 25px;
	top: -12px;
	right: 3px;
	text-align: center;
	background-color: #fff;
  border: 2px solid #604D3F;
	border-radius: 30px;
	color: rgba(54,131,123,1.00);
	z-index: 9991;
	cursor: pointer;
	height: 25px;
}
.sumikae_banner p.close:before {
  width: 54%;
  height: 1px;
  content: "";
  background: #604D3F;
  top: 50%;
  transform: rotate(45deg);
  position: absolute;
  left: 23%;
}
.sumikae_banner p.close:after {
  width: 54%;
  height: 1px;
  content: "";
  background: #604D3F;
  top: 50%;
  transform: rotate(-45deg);
  position: absolute;
  left: 23%;
}
.place.bns {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;
  border: 1px solid;
  padding: 10px 20px 15px;
}
.topborder {
	border: 1px solid;
	background-color: rgba(255,255,255,0.1);
  max-width: 600px;
  margin: 0 auto;
	padding: 20px 0;
	margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .sumikae_banner {
    bottom: 50px;
  }
}