@charset "utf-8";
/* CSS Document */

/*==================================================
index
================================================== */

/*====== mv-top ======*/
#mv{
	text-align: center;
    background-color: #e9eced;
}
#mv img{
    width: auto;
    height: calc(100vh - 124px);
    vertical-align: bottom;
}
@media only screen and (max-width: 768px) { 
#mv img{
    height: calc(100vh - 98px);
}
	
}


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


	
}


/*==================================================
banner
================================================== */

#banner{
    padding: 25px 0;
    text-align: center;
}

#banner > div{
    display: flex;
}

#banner > div > a{
    display: block;
    width: 50%;
    padding: 0 10px;
    line-height: 1.3;
    margin: 0 auto;
}

#banner > div > a small{
    display: block;
}


@media only screen and (max-width: 599px) { 
    
#banner{
    padding: 15px 0;
}

#banner > div{
    display: block;
}

#banner > div > a{
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
    line-height: 1.2;
}
    


	
}


/*==================================================
outline
================================================== */

#outline{
    text-align: center;
}

#outline > section{
    padding: 50px 0;
}

#outline > section .title-contents{
    margin-bottom: 35px;
}

#outline > section#kikisakekai .title-contents{
    margin-bottom: 35px;
    color: #000;
}



#outline > section#kikisakekai .title-contents span{
    border-color: #000 !important;
}



#outline > section#kikisakekai .table-info tr{
    border-color: #000 !important;
}

img.mv-txt{
    width: 48vw;
    vertical-align: bottom;
}

#outline table th{
    width: 140px;
}

.txt-outline{
	color: #fff;
	margin-top: 50px;
}

.box-outline{
	border: 2px solid #fff;
	padding: 45px 25px 30px;
	width: 52vw;
	box-sizing: border-box;
	margin: 50px auto 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}

body.en .box-outline{
	width: 48vw;
}

.box-outline h3{
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: bold;
}

body.en .box-outline h3{
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 400;
}

.box-outline small{
	display: block;
	font-size: 64%;
}

body.en .box-outline small{
	font-size: 80%;
}

.box-outline p{
	font-size: 18px;
	margin-bottom: 25px;
}

.box-outline p small{
	font-size: 80%;
}

.box-outline .btn-area{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.box-outline .btn-area .btn,
.txt-outline .btn-area .btn{
	margin: 0 5px;
}

.txt-ticket-soldout{
	padding-top: 10px;
}

.txt-ticket-soldout p{
	margin-bottom: 30px;
}

.txt-ticket-soldout p strong{
	display: block;
	font-size: 128%;
}

.txt-txt{
	padding-top: 25px;
	color: #fff;
	line-height: 2.0;
}

.txt-txt p{
	margin-bottom: 45px;
}

.txt-txt a{
    color: #fff;
    text-decoration: underline;
}

#outline > div{
    margin-bottom: 75px;
}

.img-seminar{
    vertical-align: bottom;
    margin-top: 50px;
}


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

img.mv-txt{
    width: 80vw;
}

.box-outline{
	width: 88vw;
}

body.en .box-outline{
	width: 88vw;
}
    
    
}


@media only screen and (max-width: 768px) { 
#outline{
    padding: 35px 0 20px;
}

.img-seminar{
    margin-top: 30px;
}
    
}

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

#outline{
    padding: 0;
}

#outline > section{
    padding: 30px 0;
}

/*#outline.o-fil{
    background-color: transparent;
	transition: all 2s ease;
}*/

#outline > section#kikisakekai .title-contents{
    margin-bottom: 20px;
}

#outline table th{
    width: 100%;
}


img.mv-txt{
    width: 92vw;
    vertical-align: bottom;
}

.box-outline{
	text-align: left;
	padding: 30px 20px 5px;
	width: 90%;
	box-sizing: border-box;
	margin: 30px auto 0;
}

.txt-outline{
	text-align: left;
	width: 86%;
	margin: 35px auto 0;
}

body.en .box-outline{
	width: 90%;
}

.box-outline h3{
	font-size: 21px;
	margin-bottom: 35px;
}

body.en .box-outline h3{
	font-size: 19px;
}

.box-outline small{
	padding-top: 7px;
	font-size: 60%;
}

body.en .box-outline small{
	padding-top: 15px;
	font-size: 70%;
}

.box-outline p{
	font-size: 16px;
	margin-bottom: 18px;
}

.box-outline p small{
	font-size: 90%;
}

.box-outline .btn-area{
	display: block;
	margin-bottom: 25px;
}

.box-outline .btn-area .btn,
.txt-outline .btn-area .btn{
	margin: 0 auto 12px;
	display: block;
	box-sizing: border-box;
	width: 100%;
}
	
	.txt-outline .btn-area .btn{
		width: 100%;
		padding: 15px 15px;
	}

.txt-ticket-soldout{
	padding-top: 0;
	padding-bottom: 15px;
}

.txt-ticket-soldout p strong{
	font-size: 104%;
    display: inline;
}

.txt-txt{
	padding-top: 10px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.8;
}

.txt-txt p{
	margin-bottom: 25px;
}
    
}


/*==================================================
kiki
================================================== */

#kiki{
    /*background: url("../images/bg_kiki.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;*/
    padding: 75px 0;
}

#kiki .contents-area{
    width: 800px;
}

.title-img{
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.title-kiki{
    width: 600px;
    vertical-align: bottom;
}

p.txt-lead{
    text-align: center;
    line-height: 2.0;
}

.box-img{
    display: flex;
    margin: 35px auto 15px;
}

.box-img img{
    width: 32%;
	margin-right: 2%;
}

.box-img img:last-child{
	margin-right: 0;
}

#pic-kiki{
    margin: 50px auto 0;
}

#pic-kiki li:first-child{
    width: 100%;
}

#pic-kiki li:first-child img{
    width: 99%;
}

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

#kiki .contents-area{
    width: 86%;
}

body.en .title-img{
    text-align: left;
}

.title-kiki{
    width: 70%;
}
    
}

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

#kiki{
    padding: 50px 0;
}

.title-img{
    margin-bottom: 20px;
}

.title-kiki{
    width: 100%;
}
    
#kiki table td{
    padding-left: 15px;
}

.box-img{
    display: block;
    margin: 35px auto 0;
}

.box-img img{
    width: 100%;
    margin: 0 auto 10px;
}

p.txt-lead{
	text-align: justify;
    line-height: 1.8;
}
    
    #pic-kiki{
        margin-top: 30px;
    }

#pic-kiki li:first-child img{
    width: 100%;
}
    
} 


/*==================================================
seminar
================================================== */

#seminar{
	background: #000;
	padding: 75px 0;
	color: #fff;
}

#seminar .contents-area{
	width: 800px;
}

.title-seminar{
	width: 380px;
	vertical-align: bottom;
}

img.seminar-01{
	margin: 35px 0 0;
}

#seminar table{
	margin-bottom: 30px;
}

#seminar .btn-area a.btn{
	margin: 0 5px;
}

#seminar .btn-area a.btn small{
	display: inline;
}

#seminar .btn-area a.btn.btn-seminar-live small{
	display: block;
}

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

#seminar .contents-area{
    width: 86%;
}

.title-seminar{
	width: 80%;
}
    
}

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

#seminar{
	padding: 50px 0;
}

.title-seminar{
	width: 100%;
}

img.seminar-01{
	margin: 25px 0 0;
}

#seminar .btn-area a.btn{
	margin: 0 auto 15px;
    width: 100%;
}

#seminar .btn-area a.btn small{
	display: block;
}
	
}


/*==================================================
fair
================================================== */

#fair{
    padding: 60px 0 50px;
}

#fair p.txt-lead{
	color: #fff;
	margin-bottom: 35px;
}



#fair .contents-area{
    width: 800px;
}

.title-fair{
    width: 550px;
    vertical-align: bottom;
}
#fair table{
	margin-bottom: 50px;
}

#fair table tr{
    border-color: #fff;
}

.box-fair{
    margin: 50px 0 0 0;
    text-align: left;
}

.box-fair h4{
    display: block;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto 20px;
    font-size: 18px;
    text-align: center;
    color: #cb3557;
}

.box-fair h4 span{
    display: inline-block;
    border: 2px solid #fff;
    padding: 7px 15px;
	text-align: center;
	width: 320px;
}

.box-fair h4 span small{
	display: block;
}

.box-fair p{
    width: 96%;
    margin: 0 auto;
}

.txt-pr{
    color: #e60012;
}

#sakefair-list{
    text-align: center;
}

.box-grey{
    background: #f7f7f7;
    padding: 35px;
    margin: 35px auto 0;
}

.box-grey h5{
    display: block;
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
}

.box-grey ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
}

.box-grey ul li{
    width: calc(100%/7);
    margin-bottom: 7px;
}

.box-grey ul li a{
    display: block;
    width: 86%;
    margin: 0 auto;
    border-radius: 4px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
}

.box-grey ul li a:hover{
    background-color: transparent;
    color: #000;
}

#fair-YouTube{
	margin-top: 50px;
}

#fair-YouTube p strong{
	display: block;
}

#takano-profile{
	position: relative;
}

#fair-YouTube img.img-yui{
	width: 240px;
	position: absolute;
	top: 0;
	right: 0;
}

#fair-YouTube p{
	width: 599px;
	margin-bottom: 25px;
}

.contents-fair .btn-area{
    margin: 45px 0 0;
}

#fair-YouTube .btn-area{
	margin-top: 20px;
	margin-bottom: 20px;
}

#corner{
    display: flex;
    margin: 35px auto 50px;
}

#corner > div{
    width: 320px;
}

#corner > div:nth-child(2){
    margin-left: 25px;
    margin-right: 25px;
}

.pic{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.pic li{
    width: calc(100%/2);
    text-align: center;
    margin-bottom: 5px;
}

.pic li img{
    width: 98%;
}

#fair-16 .btn-area a{
    margin-left: 10px;
    margin-right: 10px;
}

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

#fair .contents-area{
    width: 86%;
}

.title-fair{
    width: 68%;
}
	
#fair-YouTube img.img-yui{
	width: 100%;
	position: relative;
	top: inherit;
	right: inherit;
}

#fair-YouTube p{
	width: 100%;
}

#corner{
    margin-top: 0;
}
    
}

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

.box-fair h4{
    margin: 0 auto 12px;
    font-size: 15px;
}

.pic li{
    margin-bottom: 2px;
}
    
}

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



#fair{
    padding: 50px 0;
}


.title-fair{
    width: 100%;
}
    
#fair table td{
    padding-left: 15px;
}

.box-fair{
    margin-left: 0;
}

.box-fair h4{
    font-size: 16px;
}

.box-grey{
    padding: 20px;
    margin: 30px auto 0;
}

.box-grey h5{
    font-size: 20px;
    margin-bottom: 20px;
}

.box-grey ul li{
    width: calc(100%/3);
}

.box-grey ul li a{
    padding: 6px 0;
}

.box-fair h4 span{
    display: block;
    padding: 7px 0;
	width: 100%;
	box-sizing: border-box;
}

#fair-YouTube{
	margin-top: 30px;
}

#fair-YouTube p{
	margin-bottom: 20px;
}

#fair-YouTube img{
	margin: 0 0 20px;
}
    
#sakefair-list .btn{
    width: 96%;
}

.contents-fair .btn-area{
    margin: 30px 0 15px;
}

#fair-YouTube .btn-area a.btn{
	width: 100% !important;
}

#corner{
    display: block;
    margin: 50px auto 30px;
}

#corner > div{
    width: 100%;
    margin-top: 25px;
}

#corner > div:nth-child(2){
    margin-left: 0;
    margin-right: 0;
}

.pic{
    display: block;
}

.pic li{
    width: 100%;
    margin-bottom: 4px;
}

.pic li img{
    width: 100%;
}
    
    #fair-16{
        padding-bottom: 25px !important;
    }

#fair-16 .btn-area a{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
    
}

@media only screen and (max-width: 320px) { 
	
	.contents-fair{
		padding: 0 15px 10px;
	}

.box-fair h4{
    font-size: 14px;
}
	
}





/*==================================================
information
================================================== */

#information{
    
    padding: 75px 0 90px;
}

/*#information .title-contents span{
    border-color: #fff;
}*/

#information .contents-area{
    width: 800px;
}

.table-info{
    width: 100%;
    border-collapse: collapse;
}

.table-info tr{
    border-bottom: 1px dotted #000;
}

.table-info th{
    padding: 25px 30px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    width: 120px;
}

#information .table-info th{
    width: 140px;
}

span.tag-new{
    display: inline-block;
    background: #e60012;
    color: #fff;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 10px;
    vertical-align: middle;
}

.table-info td{
    padding: 25px 10px 25px 25px;
    text-align: left;
	vertical-align: middle;
    font-weight: normal;
}

.table-info td a{
    text-decoration: underline;
    color: #fff;
}

#information .table-info a{
	color: #000;
}

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

#information .contents-area{
    width: 86%;
}
    
}

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

.table-info th{
    padding: 25px 20px;
}

.table-info td{
    padding: 25px 20px;
}
    
}

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

#information{
    padding: 35px 0 30px;
}

.table-info th{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0 0;
}
    
    #information .table-info th{
        width: 100%;
    }

span.tag-new{
    display: inline-block;
    background: #e60012;
    color: #fff;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 6px;
}

.table-info td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 0 15px 10px;
}
	
}


/*==================================================
access
================================================== */

#access{
    background: #fff;
    padding: 75px 0 0;
}

#g-map iframe{
    width: 100%;
    height: 600px;
    vertical-align: bottom;
}

#access .contents-area{
    padding-bottom: 50px;
}

#access table th{
    width: 30%;
    padding: 20px 15px;
}

#access table td{
    vertical-align: middle;
    padding: 20px 25px;
}

.map-sc{
    width: 100%;
    margin-bottom: 35px;
    vertical-align: bottom;
}

#access table td h4{
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}

.map-youtube{
    display: flex;
}

.map-youtube article{
    width: calc(100%/2);
}

.map-youtube article:first-child{
    padding-right: 20px;
}

.map-youtube article iframe{
    width: 100%;
    height: 160px;
    vertical-align: bottom;
}



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



.map-youtube article iframe{
    height: 120px;
}
    
}

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

#access{
    padding: 45px 0 0;
}

#g-map iframe{
    height: 320px;
}

#access .contents-area{
    padding-bottom: 20px;
}

#access table th{
    width: 100%;
    padding: 12px 10px;
}

#access table td{
    padding: 10px 15px 15px;
}

.map-sc{
    margin: 10px 0 25px;
}

#access table td h4{
    font-size: 18px;
    margin-bottom: 15px;
}

.map-youtube{
    display: block;
}

.map-youtube article{
    width: 100%;
    margin-bottom: 25px;
    line-height: 1.4;
}

.map-youtube article:first-child{
    padding-right: 0;
}

.map-youtube article iframe{
    width: 100%;
    height: 160px;
    vertical-align: bottom;
}
    
    #access table{
        margin-bottom: 0;
    }

	
}



/*==================================================
tab切り替え
================================================== */

.tab{
	display: flex;
	flex-wrap: wrap;
}
.tab li a{
	display: block;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	width: 1160px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
	display: flex;
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media only screen and (max-width: 1100px) {
	
.area {
	width: 100%;
}	
}



/*==================================================
dl-chirashi
================================================== */

#dl-chirashi{
	background: #e1dac5;
	text-align: center;
	padding: 50px 0;
}

#dl-chirashi a.btn{
	padding: 30px;
    margin: 0 10px;
}


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

.en #dl-chirashi{
	padding: 50px 0 30px;
}

.en #dl-chirashi a.btn{
    display: block;
    width: 520px;
    padding: 25px 0;
    box-sizing: border-box;
    margin: 0 auto 20px;
}
    
}


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

#dl-chirashi{
	padding: 25px 0 15px;
}

#dl-chirashi a.btn{
	padding: 20px 0;
	line-height: 1.7;
	width: 98%;
	font-size: 4vw;
    margin: 0 auto 10px;
}
	
#dl-chirashi .contents-area{
    width: 94%;
}

.en #dl-chirashi{
	padding: 25px 0 15px;
}

.en #dl-chirashi a.btn{
    width: 98%;
    padding: 20px 0;
    margin: 0 auto 10px;
}
	
}



/*==================================================
seminar-schedule
================================================== */

#seminar-schedule{
	color: #000;

	padding: 75px 0;
}

#seminar-schedule .title-contents{
    font-size: 48px;
    margin-bottom: 45px;
}

#seminar-schedule .title-contents span{
    border: none;
    height: 1px;
    margin-bottom: 0;
}

#seminar-schedule > div > article{
	margin-bottom: 50px;
	padding: 0 65px 50px;
}

#seminar-schedule article table tr{
	border-color: #000;
}

#seminar-schedule > div > article > h4{
	display: block;
	text-align: center;
	font-size: 25px;
	margin-bottom: 30px;
}

#seminar-schedule article h5{
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
}

#seminar-schedule > div > article > p{
	text-align: center;
}

.box-seminar{
	background: #fff;
	padding: 35px ;
	margin-bottom: 25px;
}

.title-seminar-detail{
    display: block;
	background: #81ba03;
	color: #fff;
	font-size: 24px !important;
	padding: 12px 15px 12px 15px;
	position: relative;
	box-sizing: border-box;
    font-weight: normal;
}

.title-seminar-detail span{
	display: block;
	margin: 0 0 5px 0;
	font-size: 19px;
}

.title-seminar-detail strong{
	vertical-align: top;
}

.semi-tag{
	position: absolute;
	top: 9px;
	right: 10px;
    text-align: right;
    line-height: 1;
}

i.ari{
	font-style: normal;
	font-size: 13px;
	background: #fff000;
	border-radius: 6px;
	padding: 5px 8px;
    color: #000;
}

i.price{
	font-style: normal;
	font-size: 13px;
	background: #fff;
	border-radius: 6px;
	padding: 5px 8px;
	color: #000;
}

.box-seminar-one{
	margin: 25px auto 0;
}

.box-seminar-one h6{
	display: block;
	border-left: 8px solid #000;
	padding: 2px 0 2px 10px;
	font-size: 24px;
	margin-bottom: 35px;
}

.box-seminar-one > article{
}

.profile-lecturer{
	border: 1px solid #ddd;
	padding: 20px;
	position: relative;
	margin-top: 20px;
}

.profile-lecturer img{
	width: 150px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.profile-lecturer p{
	width: 75%;
	margin-bottom: 0;
    font-size: 16px;
    text-align: justify;
}

.profile-lecturer p.name-univ{
    margin-bottom: 10px;
    font-size: 19px;
}

.profile-lecturer p.txt-univ{
    margin-bottom: 25px;
}

.name-lecturer{
	display: block;
	font-size: 24px;
	margin-bottom: 15px;
    font-weight: normal;
}

.name-lecturer strong{
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.name-lecturer small{
	display: block;
    font-size: 65%;
}

a.btn-seminar-live{
	width: 598px;
	margin-top: 30px !important;
}


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

#seminar-schedule{
	padding: 50px 0;
}

#seminar-schedule > div > article{
	margin-bottom: 50px;
	padding: 0 0 50px;
}

#seminar-schedule .title-contents{
    font-size: 44px;
    margin-bottom: 40px;
}
	
}


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

#seminar-schedule{
	padding: 35px 0;
}

#seminar-schedule > div > article{
	margin-bottom: 50px;
	padding: 0 0 50px;
}
	
.title-seminar-detail{
	font-size: 20px !important;
}	

.title-seminar-detail span{
	font-size: 16px;
}

.profile-lecturer{
	padding: 20px;
	margin-top: 20px;
}

.profile-lecturer img{
	width: 25%;
	top: 20px;
	right: 20px;
}

.profile-lecturer p{
	width: 70%;
    font-size: 14px;
}

i.ari{
	font-size: 12px;
	padding: 4px 6px;
}

i.price{
	font-size: 12px;
	padding: 4px 6px;
}

#seminar-schedule .title-contents{
    font-size: 38px;
    margin-bottom: 30px;
}
	
}


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

#seminar-schedule .contents-area{
	width: 90%;
}

#seminar-schedule > div > article{
	margin-bottom: 0;
	padding: 20px 0;
}

#seminar-schedule > div > article > h4{
	font-size: 21px;
	margin-bottom: 18px;
}

#seminar-schedule article h5{
	font-size: 18px;
}

#seminar-schedule article > p{
	text-align: left;
}
	
#seminar-schedule .title-seminar{
    width: 80%;
}

.box-seminar{
	padding: 15px;
}

.title-seminar-detail{
	display: block;
	font-size: 18px !important;
	padding: 8px 10px 8px 8px;
}

.title-seminar-detail span{

	font-size: 14px;
}

.title-seminar-detail strong{
	display: block;
	width: 100%;
}

.semi-tag{
	top: 5px;
	right: 5px;
}

i.ari{
	font-size: 11px;
	padding: 3px 4px;
    display: inline-block;
    margin-bottom: 3px;
}

i.price{
	font-size: 11px;
	padding: 3px 4px;
}




.box-seminar-one{
	margin: 25px auto 0;
}

.box-seminar-one h6{
	border-left: 5px solid #000;
	font-size: 18px;
	margin-bottom: 20px;
}

.profile-lecturer{
	padding: 15px;
	margin-top: 25px;
}

.profile-lecturer img{
	width: 60%;
	display: block;
	margin: 0 auto 20px;
	position: relative;
	top: inherit;
	right: inherit;
}

.profile-lecturer p{
	width: 100%;
    font-size: 14px;
}

.name-lecturer{
	font-size: 6vw;
}

.name-lecturer strong{
	font-size: 14px;
}
    
    .name-lecturer small{
        font-size: 55%;
    }

a.btn-seminar-live{
	width: 90%;
	margin-top: 15px !important;
}
    
    .profile-lecturer p.name-univ{
        font-size: 17px;
        line-height: 1.5;
    }

#seminar-schedule .title-contents{
    font-size: 8vw;
    margin-bottom: 0;
}
	
}



/*==================================================
horoyoi-map
================================================== */

#horoyoi-map{
    padding: 50px 0 0;
}

#horoyoi-map #east-map .title-contents span,
#horoyoi-map #west-map .title-contents span{
    border-color: #000;
}



#horoyoi-map .contents-area{
    width: 1160px;
}

#head-map{
    text-align: center;
    margin-bottom: 75px;
}

#head-map a{
    display: inline-block;
    padding: 15px 35px;
    margin: 35px 15px 0;
    min-width: 140px;
    
}

/*#head-map a:hover{
    color: #000 !important;
}*/


/*#head-map a.btn-east{
    background-color: #f4f4f4 ;
    border-color: #ddd;
}

#head-map a.btn-east:hover{
    background-color: #fff ;
    color: #000 !important;
}*/

.contents-map{
    padding: 50px 0;
    color: #000;
    text-align: center;
}

#east-map{
    background: #fff;
}

#west-map{
    
}

img.img-map{
    width: 800px;
    margin-bottom: 50px;
}

.ul-map{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style: none;
}

.ul-map li{
    position: relative;
    width: 230px;
    margin: 0 15px 30px;
    background: #e9f3cf;
    text-align: left;
    padding: 15px 15px 80px;
    font-size: 16px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.ul-map li h5{
    display: block;
    font-size: 15px;
    margin-bottom: 12px;
    border-bottom: 1px solid #222;
    padding: 0 0 5px 2px;
    color: #222 !important;
}

.ul-map li img{
    width: 110px;
    height: 110px;
    object-fit: cover;
    vertical-align: bottom;
    margin-left: 7px;
    float: right;
}

.ul-map li a{
    position: absolute;
    left: 15px;
    bottom: 15px;
    box-sizing: border-box;
    width: 90% !important;
    min-width: 90% !important;
    padding: 10px 0;
    font-size: 15px;
    border: none;
}

.ul-map li a{
    background-color: #81ba03;
    border-color: #fff;
}

.ul-map li a:hover{
    background-color: #fff;
    color: #81ba03 !important;
}

.ul-map li p{
    font-size: 14px;
    margin: 0;
}

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

#horoyoi-map .contents-area{
    width: 90%;
}

.ul-map li{
    width: calc(100%/3 - 9%);
    margin: 0 1.5% 30px;
    padding: 15px 3% 60px;
    font-size: 15px;
}
    
img.img-map{
    width: 97%;
}

.ul-map li p{
    margin-bottom: 12px;
}
    
}


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

.ul-map li{
    width: calc(100%/2 - 9%);
    margin: 0 1.5% 20px;
    padding: 15px 3% 60px;
    font-size: 15px;
}
    
}


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

#head-map{
    text-align: left;
    padding: 0 30px;
    margin-bottom: 50px;
}

#head-map a{
    display: inline-block !important;
    padding: 12px 0;
    margin: 20px 5px 0;
    min-width: 40%;
    width: 45%;
    
}

.contents-map{
    padding: 50px 0;
}

img.img-map{
    width: 100%;
}

.ul-map{
    margin: 0 auto;
    display: block;
}

.ul-map li{
    width: 100%;
    margin: 0 auto 15px;
    padding: 12px 10px 15px;
    font-size: 15px;
    box-sizing: border-box;
}

.ul-map li h5{
    font-size: 16px;
    margin-bottom: 10px;
}

.ul-map li img{
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.ul-map li a{
    position: relative;
    left: inherit;
    bottom: inherit;
    width: 74% !important ;
    min-width:74% !important;
}
    
    #west-map{
        padding-bottom: 20px;
    }
    
}

#report-btn-area{
    text-align: center;
}

#report-btn-area .title-basic{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}

#report-btn-area > p{
    text-align: center !important;
    width: 100%;
    margin-bottom: 35px;
}

#report-btn-area .btn{
    min-width: 180px;
    width: 200px;
    padding: 14px 10px;
    margin: 0 4px 10px;
    font-size: 16px;
}

#report-btn-area article{
    background: #fff;
    padding: 25px 25px 15px;
    box-sizing: border-box;
}


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

#report-btn-area{
    padding-top: 0x;
}

#report-btn-area .title-basic{
    font-size: 21px;
}

#report-btn-area > p{
    margin-bottom: 30px;
}

#report-btn-area .btn{
    min-width: auto;
    width: 100%;
    padding: 14px 0;
    margin: 0 auto 10px;
    font-size: 16px;
}

#report-btn-area article{
    padding: 15px 15px 5px;
}
    
}

.btn-area-archive{
    background: #f3f0e9;
    padding: 25px 0;
    text-align: center;
    margin-bottom: 25px;
}


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

.btn-area-archive{
    padding: 15px 0;
    margin-bottom: 15px;
}
    
}

#report-archive{
    background-color: #e1dac5;
    padding: 10px 0 50px;
    margin: 50px 0 0;
}

#report-archive ul li{
    margin-bottom: 35px;
}

#report-archive ul li iframe{
    width: 90%;
    height: 210px;
    vertical-align: bottom;
}

#report-archive ul li h6{
    display: block;
    margin: 12px 0 0 5%;
    font-size: 16px;
    text-align: left;
    border-left: 5px solid #e60012;
    padding: 3px 0 3px 12px;
}


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

#report-archive ul li iframe{
    height: 145px;
}
    
}


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

#report-archive ul li iframe{
    height: 108px;
}
    
}


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

#report-archive{
    padding: 25px 20px;
}
    

#report-archive ul li{
    margin-bottom: 25px;
}

#report-archive ul li iframe{
    width: 100%;
    height: 145px;
}

#report-archive ul li h6{
    margin: 10px 0 0 0;
    font-size: 15px;
}
    
}

#f-influ{
    background-color: #fff;
    text-align: center;
    padding: 30px 0 75px;
}

iframe.movie-y{
    width: 80%;
    height: 540px;
    vertical-align: bottom;
    margin: 20px auto 0;
}

#f-influ h5{
    margin: 25px 0 0;
    font-size: 24px;
}

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

iframe.movie-y{
    height: 420px;
}
    
}

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

iframe.movie-y{
    height: 310px;
}

#f-influ h5{
    font-size: 18px;
}
    
}

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

#f-influ{
    padding: 20px 0 45px;
}

iframe.movie-y{
    width: 100%;
    height: 190px;
    margin: 5px auto 0;
}

#f-influ h5{
    font-size: 15px;
}
    
}

#top-movie{
    text-align: center;
    padding: 15px 0 50px;
}

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

#top-movie{
    padding: 25px 0;
}
    
}


/*==================================================
ticket
================================================== */

#ticket{
    padding: 50px 0;
}

#ticket article{
    margin: 70px auto 10px;
}

.en #ticket article{
    margin: 0 auto 10px;
}

#btn-area-ticket-en a{
    margin: 0 10px 20px;
    font-size: 15px;
}

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

#btn-area-ticket-en a{
    display: block;
    width: 60%;
    margin: 0 auto 20px;
    font-size: 15px;
    box-sizing: border-box;
    padding: 16px 0;
}
    
}

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

#btn-area-ticket-en a{
    width: 80%;
}
    
}

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

#ticket article{
    margin: 50px auto 10px;
}

#btn-area-ticket-en a{
    width: 90%;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 1.5;
}
    
}


/*==================================================
movie
================================================== */

#movie > div{
    padding: 20px 0 45px;
    display: flex;
}

#movie > div > article{
    width: 48%;
    margin-right: 4%;
    text-align: center;
}

#movie > div > article#movie-02{
    margin-right: 0;
}

#movie > div > article iframe{
    width: 100%;
    height: 270px;
}

#movie > div > article p{
    font-weight: bold;
    margin: 10px 0 0 ;
    font-size: 18px;
}

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

#movie > div{
    padding: 0 0 30px;
}

#movie > div > article iframe{
    height: 186px;
}

#movie > div > article p{
    font-size: 15px;
}
    
}

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

#movie > div{
    padding: 25px 0 15px;
    display: block;
}

#movie > div > article{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}

#movie > div > article iframe{
    height: 190px;
}

#movie > div > article p{
    margin: 7px 0 0 ;
    font-size: 14px;
}
    
}

#saketukuriseminar .btn-area{
	margin-bottom: 0;
}


/*==================================================
movie
================================================== */

#seminar-list table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

#seminar-list table thead{
	background-color: #f4f4f4;
}

#seminar-list table thead th{
	width: 25%;
	padding: 16px 10px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
}

#seminar-list table thead th.seminar-name{
	width: 50%;
}

#seminar-list table th,
#seminar-list table td{
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

#seminar-list table td a{
	display: flex;
	position: relative;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #81ba03;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 5px;
}
#seminar-list table td a:hover{
    background-color: #e9f3cf;
    color: #000 !important;
}

#seminar-list table td a p{
	margin: 0;
}




@media only screen and (max-width: 768px) {
	
	#seminar-list{
		padding: 10px;
	}
	


#seminar-list table{
	font-size: 14px;
}
	
}

@media only screen and (max-width: 599px) {
	#seminar-list{
		overflow-x: auto;
	}	
#seminar-list table{
	width: 520px;
	font-size: 13px;
}
.simplebar-track.simplebar-horizontal {
  height: 8px;
  background: #f4f4f4;
  border-radius: 0;
  max-width: 372px;
  margin: 0 auto;
}
.simplebar-scrollbar {
  height: 8px;
  background: #ddd;
  border-radius: 0;
  top: 0;
}	

#seminar-list table th,
#seminar-list table td{
	padding: 5px;
}
	
	#seminar-list table td a{
	padding: 5px;
}
}


#about-ticket{
	margin-bottom: 0 !important;
}



p.txt-t{
    margin-bottom: 50px !important;
    line-height: 1.8;
}

@media only screen and (max-width: 599px) {
 p.txt-t{
    margin-bottom: 30px !important;
    line-height: 1.8;
}   
}

.en #ticket .btn-area h2{
    margin-bottom: 15px;
}

.trip-img{
    margin-bottom: 50px;
}

.trip-img img{
    width: 280px;
    vertical-align: bottom;
    margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
    
    .en #ticket .btn-area{
        margin-top: 0;
    }

.trip-img img{
    width: 50%;
}
    
    .trip-img p{
        width: 90%;
        margin: 0 auto ;
        text-align: justify;
    }
    
}




