@charset "UTF-8";
/* for SET */
@import url("core.css");
@import url("fonts.css");
@import url("tools.css");
body, html {
/*height: 100%;*/
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 400;
}
@media print, screen and (min-width: 769px) {
body {
	color: #1e1e1e;
	-webkit-text-size-adjust: none;
	/* letter-spacing: 0.08em; */
	position: relative;
	opacity: 1;/* 0 */
	background: #000;
}
}

@media only screen and (max-width:768px) {
body {
	color: #1e1e1e;
	-webkit-text-size-adjust: none;
	/* letter-spacing: 0.08em; */
	position: relative;
	min-width: 320px;
	opacity: 1;
	background: #000;
}
}
a:link, a:visited, a:hover, a:active {
	color: #1e1e1e;
}
a:hover {
	text-decoration: none;
}
img {
	box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
 box-shadow: #000 0 0 0;
}

@media screen and (max-width: 600px) {
body {
	font-size: 14px
}
}

@media screen and (min-width: 601px) and (max-width: 970px) {
body {
	font-size: 14px
}
}
body {
	font-size: 14px;
}
li {
	list-style-type: none
}
img {
	vertical-align: middle;
	height: auto;
}

@media screen and (max-width: 971px) {
img {
	max-width: 100%
}
}
.nav-area-wrap{
	background: #000;
	position:fixed;
	width: 100%;
	padding: 10px 0;
	z-index: 1000;
}
.nav-area {
	width: 960px;
	margin: 0 auto ;
}

.page-nav {
	margin: 0 0 0;
}
.page-nav li {
	width: 14%;
	float: left;
	text-align: center;
	color: #fff;
}
.page-nav li span{
	color: #A28A5A;
    font-size: 0.5em;
    display: block;
}
.nav-area-wrap li a:link,.nav-area-wrap li a:visited{
color: #fff;
}

a:hover {
	color: #c7c6c4;
	text-decoration: none
}

a  {
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}
@media only screen and (min-width: 961px) {
	.nav-area-wrap {
		display: none;
	}
}
@media only screen and (max-width: 960px) {
.nav-area-wrap{
	padding: 0;

}
.nav-area {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.logo {
	top: 10px;
	left: 10px;
	margin: auto;
	width: 120px;
}
.page-nav li {
	width: 100%;
	margin:20px 0  0 0;
	text-align: center;
	font-size: 1.5em
}
.page-nav li a{
	color: #fff;
	font-size: 1.5em
	}
.page-nav li span{
	color: #A28A5A;
    font-size: 0.5em;
    display: block;
}
.page-nav li a:link {
	text-align: center;
}
.button_container {
	position: fixed;
	top: 20px;
	right: 2%;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 1020;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
.button_container:hover {
	opacity: .7;
}
.button_container.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	-ms-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #fff;
}
.button_container.active .middle {
	opacity: 0;
	background: #fff;
}
.button_container.active .bottom {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #fff;
}
.button_container span {
	background: #A28A5A;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.button_container span:nth-of-type(2) {
	top: 11px;
}
.button_container span:nth-of-type(3) {
	top: 22px;
}
.ie8 #toggle {
	background: url(images/sp_btn.jpg) no-repeat;
}
.ie8 #toggle.active {
	background: url(images/sp_btn_c.png) no-repeat;
}
.ie8 .button_container span {
	display: none;
}
.overlay {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	z-index: 1001;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.overlay.open li {
	-webkit-animation: fadeInRight .5s ease forwards;
	animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: .50s;
	animation-delay: .50s;
}
.overlay.open li:nth-of-type(5) {
	-webkit-animation-delay: .55s;
	animation-delay: .55s;
}
.overlay.open li:nth-of-type(6) {
	-webkit-animation-delay: .55s;
	animation-delay: .60s;
}
.overlay.open li:nth-of-type(7) {
	-webkit-animation-delay: .55s;
	animation-delay: .65s;
}
.overlay nav {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/*font-size: 50px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;*/
	text-align: center;
}
.ie8 .overlay nav {
	position: relative;
	height: 70%;
	top: 20%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/*font-size: 50px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;*/
	text-align: center;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	width: 90%;
	height: 480px;
}
.overlay ul li {
	display: block;
	/*height: 25%;
  height: calc(100% / 4);
  min-height: 50px;*/
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: “alpha( opacity=0 )”;
}
.nav04 {
	margin: 0;
}
.ie9 .overlay ul li {
	display: block;
	/*height: 25%;
  height: calc(100% / 4);
  min-height: 50px;*/
	position: relative;
	opacity: 1;
}
.overlay ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	font-size: 0.8em;
}
}

/* スクロールエフェクト
-------------------------*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.index-head {
	position: relative;
	height: 100%;
	table-layout: fixed;
	display: table;
	width: 100%;
	text-align: left;
}
.index-head header {
	width: 400px;
	height: 100%;
	overflow: hidden;
	background: url("../images/header_bg.jpg");
	position: relative;
	display: table-cell;
}
.index-head header h1.logo_pc {
	position: absolute;
	top: 30%;
	left: 20%;
	width: 100%;
	height: 400px;
	background: url("../images/logo.svg") no-repeat 0 0;
	background-size: auto 400px;
	display: block;
	text-indent: -9999px
}
.index-head header h1.logo_sp {
	display: none;
}
.index-head header .head-date {
	position: absolute;
	bottom: 80px;
	width: 80%;
	left: 10%;
}
.index-head header .head-place {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0;
	margin: 20px 0 0 0;
}
.index-head .slider {
	display: table-cell;
	height: 100%;
	overflow: hidden
}
.index-head .slider li {
	width: 100%;
	height: 100%;
	font-size: 0;
	text-indent: -9999
}
.index-head .slider li.col-1 {
	background: url("../images/header_img01.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-2 {
	background: url("../images/header_img02.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-3 {
	background: url("../images/header_img03.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-4 {
	background: url("../images/header_img04.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-5 {
	background: url("../images/header_img05.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-6 {
	background: url("../images/header_img06.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-7 {
	background: url("../images/header_img07.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-8 {
	background: url("../images/header_img08.jpg") no-repeat 50% 50%;
	background-size: cover
}

@media screen and (max-width: 1300px) {
.index-head {
	position: relative;
	height: auto;
	table-layout: fixed;
	display: table;
	width: 100%;
	text-align: left;
}
.index-head .slider {
	display: table-cell;
	height: 100%;
	overflow: hidden;
	width : 100%;
}
.index-head header {
    width: 100%;
    position: absolute;
    top: 680px;
    height: 400px;
}
.index-head header h1.logo_pc {
	display: none;
}
.index-head header h1.logo_sp {
    width: 40%;
    position: absolute;
    left: 30%;
    top: 20px;
    background: url(../images/foot-logo.svg) no-repeat 0 0;
    display: block;
    text-indent: -9999px;
    z-index: 100;
}
.index-head header .head-date {
	position: absolute;
	top: 200px;
	width: 30%;
	left: 35%;
}
.index-head .slider {
	display: table-cell;
	height: 100%;
	overflow: hidden
}
.index-head .slider li {
	width: 100%;
	height: 680px !important;
	font-size: 0;
	text-indent: -9999
}
.index-head .slider li.col-1 {
	background: url("../images/header_img01.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-2 {
	background: url("../images/header_img02.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-3 {
	background: url("../images/header_img03.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-4 {
	background: url("../images/header_img04.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-5 {
	background: url("../images/header_img05.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-6 {
	background: url("../images/header_img06.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-7 {
	background: url("../images/header_img07.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-head .slider li.col-8 {
	background: url("../images/header_img08.jpg") no-repeat 50% 50%;
	background-size: cover
}
}
body {
	line-height: 1.5;
	background-color: #fff;
	color: #000;
}

@media screen and (max-width: 971px) {
.index-head header {
	height: 450px;
}
.index-head header {
	width: 100%;
	position: absolute;
	top: 500px;
	height: 40vw;
}
.index-head .slider li {
	width: 100%;
	height: 500px !important;
	font-size: 0;
	text-indent: -9999
}
.index-head header .head-date {
	position: absolute;
	top: 200px;
	width: 40%;
	left: 30%;
}
}

@media screen and (max-width: 600px) {
body {
	font-size: 14px
}
.index-head header {
	height: 200px;
}
.index-head header h1.logo_sp {
	position: absolute;
	background: url(../images/foot-logo.svg) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	z-index: 100;
}
.bx-viewport {
	height: 350px !important;
}
.index-head .slider li {
	width: 100%;
	height: 350px !important;
	font-size: 0;
	text-indent: -9999
}
.index-head header {
	width: 100%;
	position: absolute;
	top: 350px;
}
.index-head header h1 {
	width: 80%;
	position: absolute;
	left: 20%;
	background: url("../images/logo.svg") no-repeat 0 0;
	display: block;
	text-indent: -9999px
}
.index-head header .head-date {
	position: absolute;
	top: 200px;
	width: 50%;
	left: 25%;
}
}

@media screen and (max-width: 480px) {
.index-head header {
	width: 100%;
	position: absolute;
	top: 250px;
}
.bx-viewport {
	height: 250px !important;
}
.index-head .slider li {
	width: 100%;
	height: 250px !important;
	font-size: 0;
	text-indent: -9999
}
.index-head header h1 {
	width: 80%;
	position: absolute;
	left: 20%;
	background: url("../images/logo.svg") no-repeat 0 0;
	display: block;
	text-indent: -9999px
}
.index-head header .head-date {
	position: absolute;
	top: 200px;
	width: 80%;
	left: 10%;
}
.index-head header h1.logo_sp {
	width: 70%;
	height: 150px;
	position: absolute;
	left: 15%;
	background: url(../images/foot-logo.svg) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	z-index: 100;
}
}

@media screen and (min-width: 601px) and (max-width: 970px) {
body {
	font-size: 14px
}
}
body {
	font-size: 14px;
}
li {
	list-style-type: none
}
img {
	vertical-align: middle
}

@media screen and (max-width: 971px) {
img {
	max-width: 100%
}
}
.only-mobile {
	display: none !important
}

@media screen and (max-width: 971px) {
.only-desktop {
	display: none !important
}
}

@media screen and (max-width: 600px) {
.hidden-phone {
	display: none !important
}
}

@media screen and (min-width: 601px) and (max-width: 970px) {
.hidden-tablet {
	display: none !important
}
}
.only-phone {
	display: none !important
}
.opening {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 9999
}
.opening .inner {
	width: 100%;
	height: 100%;
	position: relative;
}
.opening .inner h1 {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}
.opening .inner h1 {
	position: absolute;
	width: 200px;
	height: 300px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	background: url("../images/logo.svg") no-repeat 0 0;
	display: block;
	text-indent: -9999px
}
@media screen and (max-width: 971px) {
.opening {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 9999
}
.opening .inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.opening .inner h1 {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}
.opening .inner h1 {
	position: absolute;
	width: 200px;
	height: 300px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url("../images/logo.svg") no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}
}
.index-head header .head-place {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0;
	margin: 20px 0 0 0;
}
.index-head header .place01 {
	margin: 0 0 10px;
}

@media screen and (max-width: 970px) {
.index-m-header header .bg {
	width: 100%;
	height: 350px;
	background-size: cover
}
.index-m-header header .bg li.col-1 {
	background: url("../images/header_img01.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-m-header header .bg li.col-2 {
	background: url("../images/header_img02.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-m-header header .bg li.col-3 {
	background: url("../images/header_img03.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-m-header header .bg li.col-4 {
	background: url("../images/header_img04.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-m-header header .bg li.col-5 {
	background: url("../images/header_img05.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-m-header header .bg li.col-6 {
	background: url("../images/header_img06.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-m-header header .bg li.col-7 {
	background: url("../images/header_img07.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-m-header header .bg li.col-8 {
	background: url("../images/header_img08.jpg") no-repeat 50% 50%;
	background-size: cover
}
.index-m-header header .logo {
	position: relative;
	top: -20px;
}
.index-m-header header .logo h1 {
	position: absolute;
	top: 0;
	width: 80%;
	background: url("../images/foot-logo.svg") no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}
.index-m-header header .head-date-area {
	position: relative;
	margin: 40vw 0 0;
	width: 60%;
	left: 20%;
}
.index-m-header header .head-place {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin: 20px 0 0 0;
}
.index-m-header header .place01 {
	font-size: 1.2em;
	margin: 0 0 10px;
}
}
/* 共通
-------------------------*/
section p {
	line-height: 2;
	padding: 0 0 5px;
}
/* section {
	padding: 30px 0;
} */
.btn-area {
	width: 100%;
	text-align: center;
}
.btn {
	margin: 30px 0 0 0;
	display: inline-block;
	width: 390px;
	height: 54px;
	line-height: 54px;
	outline: none;
	background-color: #000;
}
.btn span {
	text-align: right;
}
a.btn {
	color: #fff;
}
.btn:hover {
	background-color: #A28A5A;
}
.btn::before, .btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn, .btn::before, .btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn-img img{
	margin: 50px 0 0 ;
}
/* 
about
-------------------------*/
.about-lead {
	float: left;
	width: 50%;
	margin: 10% 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
}
.fb-area {
    float: right;
    width: 40%;
    height: 350px;
    margin: 0 5% 0 20px;
}
.about-lead h1 {
	font-size: 36px;
	margin: 0 0 30px;
}
.about-lead img {
	margin: 0 0 30px;
}
.youtube{
	text-align: center;
	margin: 50px 0;
}
.download-btn{
	width: 50%;
	float: left;
}
.event-info{
	color: #ed1c24;
	font-size: 1.1em;
}
/* archives
-------------------------*/
section.archives {
	background: url("../images/header_bg.jpg");
	width: 100%;
	text-align: center;

}
.archives-list{
	font-size: 1.5em;
}
.archives-list li a{
	text-decoration: underline;
	color: #A28A5A
}
/* news
-------------------------*/
section.news {
	background: #E6E6E6;
	width: 100%;
}
h2 {
	font-size: 2em;
	margin: 0 0 20px;
	text-align: center;
}
h2 span {
	color: #A28A5A;
	font-size: 0.5em;
	display: block;
}
ul.news-list {
	height: 350px;
	overflow: auto;
}
li.news-item {
	padding: 35px 0;
	border-top: 1px solid #fff;
	font-size: 1.2em;
	font-weight: bold;
}
li.news-item:first-child {
	border-top: none;
}
li.news-item span {
	display: block;
	color: #666;
	font-size: 0.8em;
	margin: 0 0 10px;
}
/* program
-------------------------*/
.program-lead {
	text-align: center;
	margin: 0 0 30px;
}
.program-btn {
	text-align: center;
	width: 80%;
	margin: 0 auto 80px;
	color: #fff;
}
.program-btn li {
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
	padding: 10px;
	font-size: 1.2em;
}
.program-btn li span {
	display: block;
	font-size: 0.8em;
}
.program-btn li a {
	color: #fff;
}
.program-btn li:nth-child(1) {
	background: #E50012; 
}
.program-btn li:nth-child(2) {
	background: #009fb9;
}
.program-btn li:nth-child(3) {
	background: #A28A5A;
	margin: 0;
}
.program-list {
	margin: 0 0 50px;
}
.program-list li {
	border-bottom: 1px solid #ccc;
}
.program-list li a {
	color: #000;
	transition: 0.5s;
	background: #fff url("../images/arrow02.png") no-repeat center right;
	display: block;
	padding: 30px 0;
}
.program-list li a:hover {
	color: #B3B3B3;
	background: #F6F3ED url("../images/arrow02.png") no-repeat center right;
}
.program-item a img.program-thum {
	width: 10%;
	float: left;
}
.program-item a h4 {
	width: 90%;
	float: left;
	padding: 10px 0 0 30px;
	font-size: 1.4em;
	font-weight: bold;
}
.program-item a h4 span.program-time {
	display: block;
	font-size: 0.6em;
}
.program-date-img {
	margin: 0 0 10px;
	display: block;
}
.program-box {
	margin: 0 0 50px;
}
.event-ttl h3 {
	width: 100%;
	border-bottom: 2px solid #E60012;
	color: #E60012;
	font-size: 1.5em;
}
.exhibition-ttl h3 {
	width: 100%;
	border-bottom: 2px solid #009fb9;
	color: #009fb9;
	font-size: 1.5em;
}
.experience-ttl h3 {
	width: 100%;
	border-bottom: 2px solid #AA854F;
	color: #AA854F;
	font-size: 1.5em;
}
.experience-ttl p {
	color: #666;
	margin: 0 0 30px;
}
.experience-note {
	background: #E3DCCD;
	padding: 20px;
	margin: 0 0 20px;
}
.experience-note h4 {
	font-size: 1.2em;
	font-weight: bold;
}
.experience-note h5 {
	font-weight: bold;
}
.experience-note p {
	line-height: 1.6;
	margin: 0 0 5px;
}
.experience-note p a {
	color: #A28A5A;
	text-decoration: underline;
}
.experience-note p.deadline {
	font-weight: bold;
	font-size: 1.5em;
}
.program-up {
	position: relative;
}
.program-up a {
}
.program-up {
	padding: 20px 0 ;
	width: 960px;
	margin: 0 auto;
}
.program-up h4 {
	font-size: 2em;
	margin: 0 0 50px;
	line-height: 2em;
	display: block;
    overflow: hidden;
}
.program-up h4 img{
	float: left;
	margin: 10px 0 0 0;
}
.program-up h4 img.experience-note03_2{
	margin: 10px 0 0 20px;
}
.program-up p {
	float: right;
	width: 67%;
	margin: 0 0 0 3%;
}
.program-up img.program-up-img {
	float: left;
	width: 30%;
}
.program-up p img{
	display: block;
}
.designer-list{
	margin: 30px 0 0 0;
}
.designer-list img{
	float: left;
	width: 10%;
}
.designer-list p{
	float: left;
	width: 85%;
	margin: 0 0 0 5%;
}
p.kuruma-pro{
	font-size: 0.9em;
	margin: 0 0 40px;
}
.kuruma-pro-note{
	padding: 3px;
	background: #000;
	color: #fff;
	font-weight: bold;
}
.hogaku > div  {
	margin: 0 0 30px;
}
.hogaku-desc{
	overflow: hidden;
	display: block;
}
.hogaku-desc p{
	float: left;
}
/* suchdule
-------------------------*/
section.suchdule {
}
section.suchdule .inline img {
	margin: 50px 0 30px;
}
.suchdule-note{
	margin: 0 0 50px;
}
/* access
-------------------------*/
section.access  {
	background: url("../images/header_bg.jpg");
}
section.access .inline img {
	margin: 0 0 50px;
}
/* application
-------------------------*/
section.app {
	background: url("../images/header_bg.jpg");
	margin: -10px 0 0 0;
}
.application {
	margin: 50px 0;
}
.app-lead {
	text-align: center;
	margin: 0 0 30px;
}
.Required {
	color: #e60012;
}
dl.app-item {
	margin: 0 0 50px;
}
dl.app-item dt {
	margin: 0 0 20px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 1.2em;
}
dl.app-item dd {
}
dl.app-item dd input {
	margin: 0 0 5px;
	border: none;
}
dl.app-item dd span {
	display: block;
}
.note02 {
	margin: 0 0 0 10px;
	font-size: 14px;
}
.form_space {
	width: 100%;
	padding: 10px;
}
.companion_name {
	width: 45%;
}
.companion_furigana {
	width: 45%;
}
.companion_age {
	width: 5%;
	margin: 0 0 0 3%;
}
select {
	width: 100%;
	padding: 10px;
}
textarea {
	width: 100%;
	border: none;
}
.privacy {
	padding: 20px;
	background: #E3DCCD;
	margin: 0 0 50px;
}
.submit-btn-box {
	width: 100%;
	text-align: center;
}
.submit_btn {
	margin: 30px 0 0 0;
	display: inline-block;
	width: 390px;
	height: 54px;
	line-height: 54px;
	outline: none;
	background-color: #000;
	color: #fff;
	border: none;
}
.submit_btn span {
	text-align: right;
}
a.submit_btn {
	color: #fff;
}
.submit_btn:hover {
	background-color: #A28A5A;
}
.submit_btn::before, .submit_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.submit_btn, .submit_btn::before, .submit_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input {
	outline: 0;
}
.submit-btn-box span .submit_btn:hover {
	color: #fff;
}
section p.privacy-check {
	line-height: 1em;
}
.app-note {
	background: #E3DCCD;
	padding: 20px;
	margin: 0 0 20px;
}
h4.app-note {
	background: #000;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	display: inline-block;
	margin: 10px 0 5px;
}
@media screen and (max-width: 767px) {
	.companion_name {
		width: 100%;
		margin: 0 0 10px;
	}
	.companion_furigana {
		width: 100%;
		margin: 0 0 10px;
	}
	.companion_age {
		width: 50px;
		margin: 0;
	}
}


/* page_top
-------------------------*/
footer .pagetop {
	text-indent: -9999px;
	position: fixed;
	width: 88px;
	height: 88px;
	bottom: 0;
	right: 0;
	background: url(../images/page_top.png) no-repeat 13px 26px;
	cursor: pointer;
	display: none;
}
.page_top {
	position: fixed;
	right: 5%;
	bottom: 30px;
	z-index: 100;
}
.page_top a {
	width: 50px;
	height: 50px;
	display: block;
	background: url("../images/page_top.png") no-repeat;
	background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-ms-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
}
.page_top_right {
	right: 60%;
}
@media screen and (max-width: 1000px) {
.program-btn {
	text-align: center;
	width: 100%;
	margin: 0 auto 50px;
	color: #fff;
}
}

@media screen and (max-width: 970px) {
body {
	font-size: 90%;
}
.program-btn li {
	width: 100%;
	float: none;
	margin: 0 0 5px;
}
.download-btn{
	width: 100%;
	float: none;
}
.about-lead {
	float: none;
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}

.fb-area {
	float: none;
	width: 100%;
	margin: 0;
	text-align: center;

}
}

@media screen and (max-width: 640px) {
body {
	font-size: 70%;
}
.program-item a img.program-thum {
	width: 20%;
}
.program-item a h4 {
	width: 65%;
	padding: 10px 0 0 5%;
}
.program-list li a {
	background: #fff url("../images/arrow02.png") no-repeat center right/20px;
}
.program-up p {
	float: none;
	width: 100%;
	margin: 0 ;
}
.program-up img.program-up-img {
	float: none;
	width: 100%;
	margin: 0 0 30px;
}
.program-up h4{
	font-size: 1.8em;
	line-height: 1.8em;
}
.program-up h4 img.experience-note03_2{
	margin: 5px 0 0 0 ;
}
.designer-list{
	margin: 30px 0 0 0;
}
.designer-list img{
	float: none;
	width: 100px;
}
.designer-list p{
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}
}

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

.program-lead {
	text-align: left;
}
dl dt {
	float: none;
	width: 100%;
}
dl dd {
	float: none;
	width: 100%;
	margin: 0;
}
.about-lead h1 {
	font-size: 24px;
}
section.outline h2, section.contact h2 {
	font-size: 1.1em;
}
section.outline h2 span, section.contact h2 span {
	font-size: 0.5em;
}
.btn,.submit_btn {
	width: 90%;
}
.youtube iframe{
	width: 90%;
}
}
@media screen and (max-width: 480px) {
	.btn-img img{
	width: 90%;
}
}


/* -------------------------------------------------------
2023年8月ここから↓↓
------------------------------------------------------- */

/* hero
-------------------------*/
.hero_img {
	width: 100%;
}

/* pagebody
-------------------------*/
section .inline {
	width: calc(100% - 35px);
	margin: 0 auto;
}
@media only screen and (min-width: 464px) {
	section .inline {
		width: calc(100% - 160px);
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1436px) {
	section .inline {
		width: 1236px;
		margin: 0 auto;
	}
}

/* contents
-------------------------*/
.contents {
	background: #E8E7E0;
	padding: 60px 0 0;
}
.event_item {
	background: #fff;
	padding: 30px 16px 40px 16px
}
.event_ttl {
	display: flex;
	flex-flow: column;
	gap: 7px 0;
	margin: 0 0 14px;
	font-weight: 500;
	align-items: center;
}
.event_main_ttl {
	font-size: clamp(24px, 5.4vw, 40px);
	line-height: 1.5;
}
.event_sub_ttl {
	font-size: 0.7em;
}
@media only screen and (min-width: 768px) {
	.event_item {
		padding: 6.5% 6.5% 8% 6.5%;
	}
	.event_main_ttl {
		font-size: clamp(40px, 5.4vw, 79px)
	}
}
@media only screen and (min-width: 1280px) {
	.contents {
		padding: 100px 0 0;
	}
	.event_item {
		padding: 55px 55px 60px 55px
	}
	.event_ttl {
		width: 100%;
		flex-direction: row;
		align-items: flex-end;
		flex-wrap: wrap;
		gap: 0 0.5em;
		color: #978256;
	}
	.event_main_ttl {
		font-size: 44px;
	}
	.event_sub_ttl {
		display: inline;
	}
}

/* rickshaw
-------------------------*/
.rickshaw_about {
	font-size: 14px;
	line-height: 2;
	margin: 20px 0 0;
}
.rickshaw_outline {
	background: #E8E7E0;
	border-radius: 10px;
	margin: 40px 0 0;
	padding: 30px 17px;
}
.rickshaw_outline > dl {
	display: flex;
	flex-wrap: wrap;
}
.rickshaw_outline > dl > dt {
    font-size: 12px;
	line-height: 1;
	height: 1.6em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 7.6em;
	max-width: 100px;
	background: #201C1A;
	border-radius: 17px;
    padding: .3em 1em;
	margin: 0 0 .5em;
}
.rickshaw_outline > dl > dd {
    font-size: 13px;
	width: 100%;
	line-height: 1.5;
    font-weight: bold;
    padding: 0 0 0 0.5em;
	margin-bottom: 0.75em;
}
.rickshaw_outline > dl > dd:last-child {
	margin-bottom: 0;
}
.rickshaw_outline > dl > dd.apply_hint {
	font-weight: normal;
}
.apply_hint .larger {
	display: block;
    font-size: 13px;
}
/* 2025追記ここから */
.rickshaw_outline .contact_wrap {
	display: flex;
	flex-direction: column;
	gap: 10px 2.5vw;
	margin: 20px 0 0;
}
.rickshaw_outline .contact_card {
	background: #fff;
	padding: 16px 13px 20px;
	border-radius: 10px;
}
.rickshaw_outline .contact_card * {
	text-align: center;
}
.rickshaw_outline .contact_card_ttl {
	padding: 0 0 .6em;
	border-bottom: #E73468 1px solid;
	font-size: 14px;
	letter-spacing: .05em;
}
.rickshaw_outline .contact_card p {
	text-align: center;
	font-size: 14px;
}
.rickshaw_outline .contact_reception {
	margin: 25px 0 0;/* PC */
}
.rickshaw_tel {
	font-size: 21px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	margin: 2px 0 0;
}
.rickshaw_tel .tel_no {
	font-size: 1.5em;
}
/* 2025追記ここまで */
@media only screen and (min-width: 768px) {
	.rickshaw_about {
		font-size: clamp(16px,1.5vw,20px);
	}
	.rickshaw_outline {
		margin: 45px 0 0;
		border-radius: 30px;
	}
	.rickshaw_outline > dl > dt {
		font-size: clamp(14px,1.4vw,18px);
		max-width: 110px;
	}
	.rickshaw_outline > dl > dd {
		font-size: clamp(15px,1.5vw,18px);
		width: calc(100% - 110px);
	}
	.apply_hint .larger {
		font-size: clamp(17px,1.5vw,20px);
	}
	/* 2025追記ここから */
	.rickshaw_outline .contact_wrap {
		flex-direction: row;
		margin: 34px 0 0;
	}
	.rickshaw_outline .contact_card {
		padding: 30px 33px 55px;
		width: calc((100% - 2.5vw) / 2);
	}
	.rickshaw_outline .contact_card_ttl {
		font-size: clamp(14px,1.8vw,24px);
	}
	.rickshaw_outline .contact_card p {
		font-size: clamp(14px,1.56vw,20px);
	}
	.rickshaw_outline .contact_reception {
		margin: 25px 0 0;
	}
	.contact_reception_br {
		display: none;
	}
	.rickshaw_tel .tel_no {
		font-size: 1.5em;
	}
	/* 2025追記ここまで */
	.rickshaw_tel {
		font-size: clamp(21px,2.3vw,30px);
	}
}
@media only screen and (min-width: 1280px) {
	.rickshaw_about {
		font-size: 20px;
		line-height: 2;
	}
	.rickshaw_outline {
		padding: 40px 45px;
		margin: 50px 0 0;
	}
	.rickshaw_outline > dl > dt {
		font-size: 18px;
		max-width: 137px;
	}
	.rickshaw_outline > dl > dd {
		font-size: 18px;
		width: calc(100% - 137px);
	}
	.apply_hint .larger {
		font-size: 20px;
	}
	.rickshaw_outline .contact_card_ttl {
		font-size: 24px;
	}
	.rickshaw_outline .contact_card p {
		font-size: 20px;
	}
	.rickshaw_tel {
		font-size: 30px;
		margin: 8px 0 0;
	}
	
}

/* adventure
-------------------------*/
.adventure {
	margin: 37px 0 0;
}
.adventure_about {
	font-size: 14px;
	line-height: 2;
	margin: 20px 0 0;
}
.adventure_outline {
	background: #E8E7E0;
	border-radius: 10px;
	margin: 40px 0 0;
	padding: 30px 17px;
}
.adventure_outline > dl {
	display: flex;
	flex-wrap: wrap;
}
.adventure_outline > dl > dt {
    font-size: 12px;
	line-height: 1;
	height: 1.6em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 7.6em;
	max-width: 100px;
	background: #201C1A;
	border-radius: 17px;
    padding: .3em 1em;
	margin: 0 0 .5em;
}
.adventure_outline > dl > dd {
    font-size: 13px;
	width: 100%;
	line-height: 1.5;
    font-weight: bold;
    padding: 0 0 0 0.5em;
	margin-bottom: 0.75em;
}
.adventure_outline > dl > dd:last-child {
	margin-bottom: 0;
}
.adventure_outline > dl > dd.apply_hint {
	font-weight: normal;
}
.apply_hint .larger {
	display: block;
    font-size: 13px;
}
.adventure_outline .contact_wrap {
	display: flex;
	flex-direction: column;
	gap: 10px 2.5vw;
	margin: 20px 0 0;
}
.adventure_outline .contact_card {
	background: #fff;
	padding: 16px 13px 20px;
	border-radius: 10px;
}
.adventure_outline .contact_card * {
	text-align: center;
}
.adventure_outline .contact_card_ttl {
	padding: 0 0 .6em;
	border-bottom: #E73468 1px solid;
	font-size: 14px;
}
.adventure_outline .contact_card p {
	text-align: center;
	font-size: 14px;
}
.adventure_outline .contact_reception {
	margin: 25px 0 0;/* PC */
}
.adventure_tel {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 2px 0 0;
}
.adventure_tel .tel_no {
	font-size: 1.5em;
}
@media only screen and (min-width: 768px) {
	.adventure_about {
		font-size: clamp(16px,1.5vw,20px);
	}
	.adventure_outline {
		margin: 45px 0 0;
		border-radius: 30px;
	}
	.adventure_outline > dl > dt {
		font-size: clamp(14px,1.4vw,18px);
		max-width: 110px;
	}
	.adventure_outline > dl > dd {
		font-size: clamp(15px,1.5vw,18px);
		width: calc(100% - 110px);
	}
	.apply_hint .larger {
		font-size: clamp(17px,1.5vw,20px);
	}
	.adventure_outline .contact_wrap {
		flex-direction: row;
		margin: 34px 0 0;
	}
	.adventure_outline .contact_card {
		padding: 30px 33px 55px;
		width: calc((100% - 2.5vw) / 2);
	}
	.adventure_outline .contact_card_ttl {
		font-size: clamp(14px,1.8vw,24px);
	}
	.adventure_outline .contact_card p {
		font-size: clamp(14px,1.56vw,20px);
	}
	.adventure_outline .contact_reception {
		margin: 25px 0 0;
	}
	.contact_reception_br {
		display: none;
	}
	.adventure_tel .tel_no {
		font-size: 1.5em;
	}
	.adventure_tel {
		font-size: clamp(16px,1.5vw,20px);
	}
}
@media only screen and (min-width: 1280px) {
	.adventure_about {
		font-size: 20px;
		line-height: 2;
	}
	.adventure_outline {
		padding: 40px 45px 40px;
		margin: 50px 0 0;
	}
	.adventure_outline > dl > dt {
		font-size: 18px;
		max-width: 137px;
	}
	.adventure_outline > dl > dd {
		font-size: 18px;
		width: calc(100% - 137px);
	}
	.apply_hint .larger {
		font-size: 20px;
	}
	.adventure_outline .contact_card_ttl {
		font-size: 24px;
	}
	.adventure_outline .contact_card p {
		font-size: 20px;
	}
	.adventure_tel {
		font-size: 20px;
		margin: 8px 0 0;
	}
}

/* フォームボタン */
a.form_btn {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.02em;
	width: 100%;
	border-radius: 45px;
	background: #E73468;
	padding: 10px 50px;
	margin: 20px auto 0;
}
.form_btn_br {
	display: block;
}
@media only screen and (min-width: 768px) {
	a.form_btn {
		font-size: clamp(16px,1.8vw,24px);
		line-height: 1;
		padding: 28px 50px;
		margin: 70px auto 0;
	}
	a.form_btn:hover {
		background: #000;
	}
	.form_btn_br {
		display: inline;
		padding-left: 1em;
	}
}
@media only screen and (min-width: 1280px) {
	a.form_btn {
		font-size: 24px;
	}
}


/*SNSと外部リンク*/
.link_contents {
	background: #fff;
	margin: 40px 0;
	text-align: center;
}
.link_contents a img {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.link_contents a:hover img {
	opacity: .7;
}
.sec_ttl {
	letter-spacing: 0.1em;
	margin: 0 auto;
	text-align: center;
}
.sec_ttl_txt1 {
	color: #3F75BB;
	font-size: 12px;
	display: inline-block;
	line-height: 1;
}
h2.sec_ttl_txt2 {
	color: #222222;
	font-size: 27px;
	line-height: 1.2;
	margin: 0;
}
h2.sec_ttl_txt2 span {
	color: #222222;
	font-size: 27px;
	line-height: 1.2;
	margin: 0;
}
.sec_ttl_bar span {
	position: relative;
}
.sec_ttl_bar span::before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%);
	width: 266px;
	border-bottom: #3F75BB solid 1px;
}
.sns_icon {
	padding: 29px 0 0 0;
	display: flex;
	justify-content: center;
	gap: 18px;
}
.sns_icon img {
	width: 40px;
}
.intro_banner {
	padding: 30px 35px;
	text-align: center;
}
.intro_banner a img:nth-of-type(1) {
	display: none;
}
@media only screen and (min-width: 769px) {
	.link_contents {
		margin: 80px 0;
	}
	.sec_ttl_txt1 {
		font-size: 18px;
	}
	h2.sec_ttl_txt2 {
		font-size: 40px;
	}
	h2.sec_ttl_txt2 span {
		font-size: 40px;
	}
	.sec_ttl_bar span::before {
		bottom: -1px;
		width: 380px;
	}
	.sns_icon {
		padding: 40px 0 0 0;
		gap: 40px;
	}
	.sns_icon img {
		width: 100%;
	}
	.intro_banner {
		padding: 50px 35px;
	}
}
@media only screen and (min-width: 1024px) {
	.intro_banner {
		padding: 70px 0;
	}
	.intro_banner a {
		position: relative;
		aspect-ratio: 594 / 253;
		display: block;
		max-width: 677px;
		margin: auto;
	}
	.intro_banner img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		display: block;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	.intro_banner a:hover img {
		opacity: 1;
	}
	.intro_banner a img:nth-of-type(1) {
		display: block;
		/* opacity: 0; */
	}
	.intro_banner a:hover img:nth-of-type(1) {
		opacity: 1;
	}
	.intro_banner a:hover img:nth-of-type(2) {
		opacity: 0;
	}
	.intro_banner_02 {
		transition: opacity 0.5s ease-out;
		cursor: pointer;
		display: inline-block;
		margin: auto;
	}
	.intro_banner_02:hover {
		opacity: .7;
	}
}

/*新着情報*/
.new_info_area {
	background: #F8F6F2;
	padding: 40px 0 40px 0;
	text-align: center;
}
.new_info_box {
	margin: 0 auto;
}
.new_info_list {
	text-align: left;
}
.new_info_list dt {
	font-size: 12px;
	padding: 20px 0 0 0;
	color: #676767;
}
.new_info_list dd {
	font-size: 14px;
	padding: 0 0 20px 0;
	color: #222;
	border-bottom: 3px solid #fff;
}
.new_info_btn {
	padding: 20px 0 0 0;
}
.new_info_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #222;
	color: #fff;
	font-size: 14px;
	width: 200px;
	height: 40px;
	border-radius: 40px;
	margin: 0 auto;
}

@media only screen and (min-width: 769px) {
	.new_info_area {
		padding: 80px 0 100px 0;
	}
	.new_info_list dt {
		font-size: 18px;
		padding: 40px 0 15px 0;
	}
	.new_info_list dd {
		font-size: 20px;
		padding: 0 0 40px 0;
		border-bottom: 3px solid #fff;
	}
	.new_info_btn {
		padding: 50px 0 0 0;
	}
	.new_info_btn a {
		font-size: 20px;
		width: 300px;
		height: 60px;
		border-radius: 60px;
	}
}
/* 新着情報ページ */
.news_area {
	padding: 140px 0 125px;
	background: #F8F6F2;
}
/*プログラム*/
.program_area {
	padding: 40px 0 0;
	text-align: center;
}
.program_top_btn {
	padding: 20px 0 60px 0;
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	justify-content: center;
}
.program_top_btn li a {
	display: block;
	padding: 9px 0 0 0;
	font-size: 10px;
	color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	letter-spacing: 0.1em;
}
.program_top_btn span {
	font-size: 12px;
}
.program_btn {
	width: calc(100% - 33.333% - 13.333%);
	max-width: 272px;
	height: 60px;
}
.program_event_btn {
	background: #09BFCC;
}
.program_exhibition_btn {
	background: #E73468;
}
.program_experience_btn {
	background: #3F75BB;
}
.program_top_btn img {
	position: absolute;
	left: 50%;
	bottom: 9px;
	transform: translateX(-50%);
	width: 8px;
}
@media only screen and (min-width: 769px) {
.program_area {
	padding: 80px 0 0;
}
.program_top_btn {
	padding: 40px 0 120px 0;
	gap: 20px;
}
.program_btn {
	height: 100px;
}
.program_top_btn li a {
	padding: 16px 0 0 0;
	font-size: 18px;
}
.program_top_btn span {
	font-size: 16px;
}
.program_top_btn img {
	bottom: 14.5px;
	width: 10px;
}
}

/*プログラム中身*/
.program_box {
	text-align: left;
}
.program_box h3{
	font-size: 27px;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	letter-spacing: 0.06em;
}
.program_box .h3_span {
	font-size: 14px;
	color: #222;
	margin: 0 0 0 0.5em;
	letter-spacing: 0.1em;
}
.event_area h3 {
	color: #09BFCC;
	border-bottom: 3px solid #09BFCC;
}
.exhibition_area h3 {
	color: #E73468;
	border-bottom: 3px solid #E73468;
}
.experience_area h3 {
	color: #3F75BB;
	border-bottom: 3px solid #3F75BB;
}
.program_item {
	display: flex;
	gap: 21px;
	padding: 20px 0;
	border-bottom: 1px solid #C5C5C5;
	position: relative;
}
.program_img {
	width: 60px;
}
.program_txt {
	width: calc(100% - 60px - 21px);
	padding: 0 35px 0 0;
}
.program_date {
	display: flex;
	gap: 24px;
}
.program_date .date {
	font-size: 20px;
}
.program_date .day {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 1px;
}
.program_date .sat {
	font-size: 11px;
	background: #09BFCC;
	color: #fff;
	border-radius: 50%;
	width: 19.5px;
	height: 19.5px;
	display: inline-block;
	text-align: center;
	line-height: 19.5px;
	margin: -5px 0 0 5px;
	vertical-align: middle;
	padding: 1px 1px 0 0;
}
.program_date .sun {
	font-size: 11px;
	background: #E73468;
	color: #fff;
	border-radius: 50%;
	width: 19.5px;
	height: 19.5px;
	display: inline-block;
	text-align: center;
	line-height: 19.5px;
	margin: -5px 0 0 5px;
	vertical-align: middle;
	padding: 1px 1px 0 0;
}
.program_ttl {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #978256;
}
.oto_banner {
	margin: 0 0.2em 6px 0;
	width: 140px;
}
.program_time {
	font-size: 11px;
	line-height: 1.5;
	padding: 3px 0;
}
.program_place_box {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.program_place_note {
	line-height: 1.5;
	padding: 0;
}
.place_box_row {
	flex-direction: row;
	align-items: center;
}
.program_place {
	font-size: 12px;
	padding: 0 10px 0 0;
	letter-spacing: 0.05em;
}
.map {
	color: #E73468;
	font-size: 14px;
	vertical-align: middle;
	font-weight: 500;
}
.map_box {
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.map_box_mgn {
	margin: 0;
}
.map_alph {
	color: #fff;
	font-size: 11px;
	background: #E73468;
	width: 18.5px;
	height: 18.5px;
	line-height: 18.5px;
	text-align: center;
	border-radius: 18.5px;
	display: inline-block;
	vertical-align: middle;
}
.map_alph_box_02 {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.map_txt_r {
	font-size: 12px;
	margin: 0 -7px 0 0;
	vertical-align: middle;
	color: #E73468;
}
.map_txt_r_ten {
	font-size: 12px;
	margin: 0 -0.5em 0 0.2em;
	vertical-align: middle;
	color: #E73468;
}
.map_txt {
	font-size: 12px;
	vertical-align: middle;
	line-height: 2;
}
.program_icon img {
	width: 16px;
}
.program_icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 25px;
	height: calc(100% - 1px);
	background: #F8F6F2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h4_small {
	font-size: 13px;
}
.reservation {
	display: inline-block;
	color: #E73468;
	border: 1px solid #E73468;
	font-size: 11px;
	letter-spacing: 0;
	padding: 3px 12px;
	margin: 0 0 0 0.3em;
}
.program_ttl_br {
	display: block;
}
.program_ttl_banner_br {
	display: block;
}
.program_experience_ttl2_br {
	display: block;
}
.exhibition_area {
	margin: 60px 0 0;
}
.experience_area {
	margin: 60px 0 0;
}
@media only screen and (min-width: 768px) {
	.program_box h3{
		font-size: 40px;
		padding: 0 0 5px;
		margin: 0 0 30px;
	}
	.program_box .h3_span {
		font-size: 20px;
	}
	.program_item {
		padding: 40px 0;
		cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; 
	}
	.program_item:hover {
		background: #F6F6F6;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; 
	}
	.program_ttl {
		font-size: clamp(15px, 2.3vw, 30px);
	}
	.program_img {
		width: 130px;
	}
	.program_txt {
		width: 87%;
		padding: 0 29px 0 0;
	}
	.program_date {
		gap: 34px;
	}
	.program_date .date {
		font-size: clamp(20px, 2.3vw, 30px);
	}
	.program_date .day {
		font-size: clamp(10px, 1.17vw, 15px);
	}
	.program_date .sat {
		font-size: clamp(11px, 1.3vw, 17px);
	}
	.program_date .sun {
		font-size: clamp(11px, 1.3vw, 17px);
	}
	.oto_banner {
		width: 200px;
		vertical-align: top;
		margin: 0 0.2em 0 0;
	}
	.program_time {
		font-size: clamp(11px, 1.4vw, 18px);
		padding: 6px 0;
	}
	.program_place_note {
		font-size: 15px;
	}
	.program_place {
		font-size: clamp(11px, 1.4vw, 18px);
	}
	.map {
		font-size: clamp(14px, 1.64vw, 21px);
	}
	.map_box_02 {
		margin: 0 0 0 15px;
	}
	.map_alph {
		font-size: clamp(11px, 1.32vw, 17px);
		width: 20px;
		height: 20px;
		line-height: 20px;
		border-radius: 20px;
	}
	.program_icon img {
		width: unset;
	}
	.map_txt_r {
		font-size: 18px;
	}
	.map_txt_r_ten {
		font-size: 18px;
		margin: 0 -0.5em 0 0.2em;
	}
	.map_txt {
		font-size: 15px;
	}
	.h4_small {
		font-size: clamp(14px, 1.56vw, 20px);
	}
	.reservation {
		font-size: 16px;
		padding: 3px 15px;
		margin: 0 0 0 0.3em;
	}
	.program_ttl_br {
		display: none;
	}
	.program_ttl_banner_br {
		display: none;
	}
	.exhibition_area {
		margin: 120px 0 0;
	}
	.experience_area {
		margin: 120px 0 0;
	}
}
@media only screen and (min-width: 1024px) {
	.experience_01_br {
		display: none;
	}
	.program_date .sat {
		width: 28px;
		height: 28px;
		line-height: 28px;
		padding: 0 1px 0 0;
	}
	.program_date .sun {
		width: 28px;
		height: 28px;
		line-height: 28px;
		padding: 1px 0 0;
	}
	.program_place {
		padding: 0 20px 0 0;
	}
	.program_place_box {
		flex-direction: row;
		align-items: center;
	}
	.map_txt {
		margin: 0 0 0 5px;
	}
	.program_img {
		width: auto;
	}
	.program_icon {
		width: auto;
		height: 0;
	}
	.map_alph {
		width: 26px;
		height: 26px;
		line-height: 26px;
		border-radius: 26px;
	}
}
@media only screen and (min-width: 1184px) {
	.program_item {
		align-items: center;
		gap: 48px;
	}
}
@media only screen and (min-width: 1280px) {
	.program_ttl {
		font-size: 30px;
	}
	.h4_small {
		font-size: 20px;
	}
	.program_date .date {
		font-size: 30px;
	}
	.program_date .day {
		font-size: 15px;
	}
	.program_date .sat {
		font-size: 17px;
	}
	.program_date .sun {
		font-size: 17px;
	}
	.program_time {
		font-size: 18px;
	}
	.program_place {
		font-size: 18px;
	}
	.map {
		font-size: 21px;
	}
	.map_alph {
		font-size: 17px;
	}
}
@media only screen and (min-width: 1335px) {
	.program_experience_tt2_br {
		display: none;
	}
}
@media only screen and (max-width: 375px) {
	.program_item {
		display: flex;
		gap: 10px;
	}
	.program_img {
		width: calc(100% - 76% - 10px);
	}
	.program_txt {
		width: 76%;
		padding: 0 35px 0 0;
	}
	.program_icon {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 25px;
		height: calc(100% - 1px);
		background: #F8F6F2;
		display: flex;
		align-items: center;
	}
	.reservation {
		font-size: 11px;
		padding: 3px 12px;
		margin: 0.3em 0 0 0.3em;
	}
}

/*付け足した*/
.bold {
	font-weight: bold;
}

/* スケジュール */
.sch_wrap {
	padding: 60px 0;
}
.contents_inner {
	margin: 20px 0 0;
}
.contents_02 {
	margin : 40px 0 0;
}
.contents_03 {
	margin : 60px 0 0;
}
.access_map {
	height: 280px;
}
.access_map iframe {
	width: 100%;
	height: 100%;
}

/* 交通案内 */
.access_wrap {
	background: #F8F6F2;
	padding: 60px 0;
}

@media only screen and (min-width: 769px) {
	.sch_wrap {
		padding: 120px 0;
	}
	.contents_inner {
		margin: 60px 0 0;
	}
	.contents_02 {
		margin : 80px 0 0;
	}
	.contents_03 {
		margin : 120px 0 0;
	}
	.access_wrap {
		padding: 120px 0;
	}
	.access_map {
		height: 400px;
	}
}

@media only screen and (min-width: 1024px) {
	#exhibition, #experience, #event {
		margin: -80px 0 0;
		padding: 80px 0 0;
	}
}

/* アーカイブ動画 */
.movie_area {
	background: #333;
	padding: 40px 0 60px;
}
h2.sec_ttl_txt2.txt_white span {
	color: #fff;
}
.movie_list {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	margin: 20px 0 0;
}
.movie_box {
	background: linear-gradient(45deg, transparent 10px, #F8F6F2 0) bottom left,
	linear-gradient(225deg, transparent 10px, #F8F6F2 0) top right;
	background-size: 50.5% 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
	padding: 20px 20px 25px;
}
.movie_box.label_box {
	position: relative;
}
.new_label {
	position: absolute;
	background: #E73468;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -20px;
	left: -7px;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 15px;
	font-weight: bold;
}
.movie_thumb {
	width: 100%;
	aspect-ratio: 350 / 198;
	border: solid 5px #C5C5C5;
	overflow: hidden;
}
.movie_thumb iframe {
	width: 100%;
	height: 100%;
}
.movie_cat {
	margin: 18px 0 0;
	font-size: 20px;
	line-height: 1.6;
	border-bottom: solid 5px #fff;
	text-align: center;
}
.movie_ttl {
	margin: 14px 0 0;
	font-size: 15px;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.movie_area {
		padding: 90px 0 120px;
	}
	.movie_list {
		flex-flow: row wrap;
		gap: 40px 2%;
		margin: 45px 0 0;
	}
	.movie_box {
		width: 48%;
		padding: 25px 24px 28px;
	}
	.new_label {
		top: -32px;
		left: -17px;
		color: #fff;
		width: 76px;
		height: 76px;
		font-size: 20px;
	}
	.movie_cat {
		margin: 22px 0 0;
		font-size: clamp(20px, 2.6vw, 25px);
		border-bottom: solid 5px #fff;
	}
	.movie_ttl {
		margin: 18px;
		font-size: clamp(15px, 2.0vw, 20px);
	}
}
@media only screen and (min-width: 1025px) {
	.movie_box {
		width: 32%;
	}
}


/* outline/contact
-------------------------*/
section.outline {
	margin: 60px 0 0; 
	border-bottom: 8px solid #fff;
}
section.outline, section.contact {
	padding: 30px 0;
	width: 100%;
	background: #201C1A;
	color: #fff;
}
section.outline *, section.contact * {
	/* font-weight: bold; */
	font-size: 12px;
}
section.outline h2, section.contact h2 {
	font-size: 16px;
	margin: 0 0 30px;
	text-align: left;
}
.outline_ttl_en,
.contact_ttl_en {
	font-size: 12px;
	font-weight: 500;
	display: block;
	color: #09BFCC;
	line-height: 1.5;
}
section.outline dl, section.contact dl {
	margin: 0 0 20px;
}
section.outline dl dt, section.contact dl dt {
	margin: 0 0 10px;
}
section.contact .cancele {
	font-size: 21px;
}
@media only screen and (min-width: 768px) {
	section.outline {
		border-bottom: 10px solid #fff;
	}
	section.outline, section.contact {
		padding: 50px 0 60px;
	}
	section.outline *, section.contact * {
		font-size: clamp(14px,1.2vw,16px);
	}
	section.outline h2, section.contact h2 {
		font-size: clamp(18px,1.8vw,24px);
	}
	.outline_ttl_en,
	.contact_ttl_en {
		font-size: clamp(14px,1.4vw,18px);
	}
	section.outline dl, section.contact dl {
		margin: 0 0 30px;
	}
	section.outline dl dt, section.contact dl dt {
		float: left;
		width: 20%;
		margin: 0;
	}
	section.outline dl dd, section.contact dl dd {
		float: left;
		width: 75%;
		margin: 0 0 0 5%;
	}
	section.contact .cancele {
		font-size: clamp(24px,2.3vw,30px);
	}
}
@media only screen and (min-width: 1280px) {
	section.outline {
		margin: 100px 0 0; 
	}
	section.outline, section.contact {
		padding: 60px 0 90px;
	}
	section.outline *, section.contact * {
		font-size: 16px;
	}
	section.outline h2, section.contact h2 {
		font-size: 24px;
	}
	.outline_ttl_en,
	.contact_ttl_en {
		font-size: 18px;
	}
	section.contact .cancele {
		font-size: 30px;
	}
}

/* footer
-------------------------*/
footer {
	text-align: center;
	width: 100%;
}
.foot-logo {
	padding: 12px 0;
	background:#fff;
}
.foot-logo img {
	width: 187px;
}
.copy {
	color: #fff;
	background: #3F75BB;
	border-top: 15px solid #09BFCC;
	padding: 12px 0;
}
.copy small {
	font-size: 12px;
	font-weight: bold;
}	
@media only screen and (min-width: 768px) {
	.foot-logo {
		padding: 18px 0;
	}
	.foot-logo img {
		width: 230px;
	}
	.copy {
		border-top: 20px solid #09BFCC;
		padding: 23px 0;
	}
	.copy small {
		font-size: clamp(14px,1.4vw,18px);
	}
}
@media only screen and (min-width: 1280px) {
	.foot-logo {
		padding: 35px 0;
	}	
	.copy {
		padding: 28px 0;
	}
	.copy small {
		font-size: 18px;
	}
}

/* OTO リーダー
-------------------------*/
.otowidget {
	z-index: 9000;
}
#otocreator-widget {
	top: 100%;
}
@media only screen and (min-width: 971px) {
	#otocreator-widget {
		top: auto;
	}
	#otowidget {
		position: absolute; /* ページに固定させたいとき */
		position: fixed; /* 画面に固定させたいとき */
		z-index: 9000;
		top: 3px; /* 表示位置 */
		right: 164px;
	}
}

/* MYサイト翻訳　カスタムボタン
-------------------------*/
.lang_switch {
	color: #000;
	border: 1px #978256 solid;
	position: fixed;
	top: 10px;
	right: 50px;
	max-height: 50px;
	z-index: 9000;
	transition: left 300ms 0s ease;
	transition: right 300ms 0s ease;
	background: #fff;
	background: linear-gradient(90deg, #E8E7E0 0%, #E8E7E0 50%, #fff 50%, #fff 100%);
	display: flex;
}
.lang_switch li {
	padding: 10px 15px;
	cursor: pointer;
}
@media only screen and (min-width: 480px) {
	.lang_switch {
		top: 12px;
		right: 70px;
	}
}
@media only screen and (min-width: 961px) {
	.lang_switch {
		right: 0;
		top: 0;
		bottom: auto;
	}
	.lang_switch li {
		padding: 1em 2em;
		cursor: pointer;
	}
}