@charset "UTF-8";


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

* mainimg
* what-new
* like-what
* feature
* greeting
* examination
* access

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


/* mainimg
------------------------------------------------------------ */
.mainimg { background: #ffd073; padding: 10px 0; position: relative; }
.mainimg h2{
	position: absolute;
	left: -6%;
	right: 0;
	bottom: 25%;
	margin: auto;
	z-index: 2;
	width: 66%;
}
.mainimg h2 img{ width: 100%; }
.mainimg ul img { width: 100%; }
.mainimg .mainimg_thumb { width: 80%; margin: 10px auto 0; }
.mainimg .mainimg_thumb .slick-list.draggable{ padding: 0!important; }
.mainimg .slide-arrow{ width: 64px; height: 64px; }
.mainimg .slide-arrow.prev-arrow,
.mainimg .slide-arrow.next-arrow{
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    margin: auto;
}
.mainimg .slide-arrow.prev-arrow{ left: 0; }
.mainimg .slide-arrow.next-arrow{ right: 0; }
.mainimg  .slick-slide{ padding: 0 5px; }


/* whatnew
------------------------------------------------------------ */
.what-new {
	max-width: 1020px;
	margin: 60px auto;
	width: 90%;
}
.what-new .what-new__box {
	border: solid 10px #ffdd99;
	border-radius: 20px;
	padding: 5%;
	padding-top: 0;
}
.what-new .tit {
	font-size: 1.875rem;
	font-weight:bold;
	text-align: center;
	background: #ffdd99;
	width: 500px;
	margin: auto;
	padding: 15px 0;
	color: #80531a;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.what-new .archive { padding: 30px 0; border-bottom: dotted 3px #ffd580; }
.what-new .archive a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	color: #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.what-new .archive a:hover{ color: #3fb7cc; }
.what-new .archive_thumb { margin-right: 30px; }
.what-new .date { color: #80531a; }
.what-new .archive_info .title { margin: 10px 0; }
.what-new .archive_info .more { font-size: 0.812rem; color: #7c7c7c; }
.what-new .more_btn {
	background: #ffbb33;
	border-radius: 10px;
	border-bottom: solid 4px #d99f2b;
	max-width: 350px;
	margin: 30px auto 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.what-new .more_btn:hover {
	background-color: #ffa515;
	border-bottom: solid 4px #d69616;
}
.what-new .more_btn a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 20px 0;
	color: #fff;
}
.what-new .what-newslider{ margin: 20px 0 0;}
.what-new .what-newslider img{ width: 100%; }
.what-new .what-newslider a{ 
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease; 
}
.what-new .what-newslider a:hover{ opacity: 0.7; }
.what-new .what-newslider .slick-slide{ padding: 0 1em; }

.what-new .what-newslider .slide-arrow{ width: 16px; height: 29px; }
.what-new .slide-arrow.prev-arrow,
.what-new .slide-arrow.next-arrow{
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    margin: auto;
}
.what-new .slide-arrow.prev-arrow{ left: -20px; }
.what-new .slide-arrow.next-arrow{ right: -20px; }

/* sub-banner
------------------------------------------------------------ */
.sub-banner{ margin-top: 40px; }
.sub-banner ul{ display: flex; justify-content: center; }
.sub-banner li{ margin: 10px; }
.sub-banner a{ 
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.sub-banner a:hover{ opacity: 0.7; }
.sub-banner img{ width: 100%; }

/* like-what
------------------------------------------------------------ */
.like-what { background: #fcf8f0; padding: 40px 0; }
.like-what .inner {
	max-width: 1080px;
	margin: auto;
	width: 90%;
}
.like-what .archive ul { display: flex; flex-wrap: wrap; justify-content: center; }
.like-what .archive li:nth-child(1) { width: auto; }
.like-what .archive li {
    width: 29%;
    margin: 2%;
    padding: 2%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.like-what .archive a { text-decoration: none; }
.like-what .archive figure {
	position: relative;
}
.like-what .archive figure img{ width: 100%; }
/*
.like-what .archive figcaption {
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	display: inline-block;
	line-height: 42px;
	height: 42px;
	width: 70%;
	border-radius: 100px;
}
*/
.like-what .archive figcaption {
    color: #fff;
    text-align: center;
	border-radius: 100px;
    padding: 10px;
    background: #5a9fe5;
}
/*
.like-what .archive .ped { background-color: #ff6363; }
.like-what .archive .oto { background-color: #5a9fe5; }
*/
.like-what .archive .text {
	margin-top: 10px;
	color: #333;
	font-size: 0.812rem;
}
.like-what .archive .text ul{
    justify-content: inherit;
}
.like-what .archive .text li{
    width: 50%;
    margin: 0;
    box-shadow: none;
    background: none;
    border-radius: none;
    background: url(../img/examination_crcle.png) no-repeat left top 7px / 6px auto;
    padding: 0;
    padding-left: 10px;
}
.like-what .archive .btn {
	border: solid 2px #ffaa00;
	border-radius: 100px;
	padding: 10px;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-align: center;
	color: #ffaa00;
	max-width: 150px;
	margin: 10px auto 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.like-what .archive .btn:hover{
	background: #ffaa00;
	color: #fff;
}
.like-what .more_btn {
	background: #ffbb33;
	border-radius: 10px;
	border-bottom: solid 4px #d99f2b;
	max-width: 400px;
	margin: 30px auto 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.like-what .more_btn:hover {
	background-color: #e3a221;
	border-bottom: solid 4px #b47f16;
}
.like-what .more_btn a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 20px 0;
	color: #fff;
}

/* feature
------------------------------------------------------------ */
.feature{ padding: 40px 0; }
.feature .feature_box {
	max-width: 1020px;
	margin: auto;
	width: 90%;
}
.feature .feature_box ul { display: flex; }
.feature .feature_box li { width: 32%; margin: 1%; }
.feature .feature_box img { width: 100%; }
.feature .feature_box .read {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.feature .feature_box h3 {
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 20px;
}
.feature .feature_box h3 span{ line-height: 1.3em; }
.feature .feature_box p {
	font-size: 0.812rem;
	line-height: 150%;
	color: #4d4d4d;
}
.feature_box .num01 .read{ color: #fabd08; }
.feature_box .num01 h3 span{ background: linear-gradient(transparent 50%, #ffeeba 0%); }
.feature_box .num02 .read{ color: #e95184; }
.feature_box .num02 h3 span{ background: linear-gradient(transparent 50%, #ffbad1 0%); }
.feature_box .num03 .read{ color: #6bb6d6; }
.feature_box .num03 h3 span{ background: linear-gradient(transparent 50%, #d3effb 0%); }


/* greeting
------------------------------------------------------------ */
.greeting {
	padding: 40px 0;
	 background:repeating-linear-gradient(-45deg, #fcf8f0 0, #fcf8f0 10px, #fefdfb 10px, #fefdfb 20px);
}
.greeting .inner {
	display: flex;
	align-items: center;
    flex-direction: row-reverse;
	max-width: 1020px;
	margin: auto;
	width: 90%;
}
.greeting .image { margin-right: 5%; }
.greeting .tit {
	font-size: 1.875rem;
	color: #80531a;
	margin-bottom: 30px;
}
.greeting .tit span {
	background: linear-gradient(transparent 70%, #ffeeba 0%);
	line-height: 1.3em;
}
.greeting p { margin-bottom: 20px; }
.greeting p:last-child { margin-bottom: 0; }

/* examination
------------------------------------------------------------ */
.examination {
    padding: 40px 0;
}
.examination .examination_inner {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: auto;
    width: 90%;
}
.examination .examination_tb { width: 60%; }
.examination .examination_tb p{ margin-top: 10px;}
.examination .examination_tb img { width: 100%; }
.examination table {
    width: 100%;
    text-align: center;
    border-spacing:0px;
}
.examination thead th {
    padding: 4px;
}
.examination thead div {
    color: #fff;
    background: #ffaa00;
    border-radius: 4px;
    padding: 12px 10px;
}
.examination thead td {
    padding: 4px;
}
.examination tbody th {
    padding: 4px;
    vertical-align: middle;
}
.examination tbody td {
    padding: 4px;
    vertical-align: middle;
	height: 100%;
}
.examination tbody div{
    background: #faf2e1;
    border-radius: 4px;
    padding: 12px 10px;
    line-height: 18px;
}
.examination tbody td img { margin: 0 auto; }
.examination .examination_info { width: 37%; }
.examination .examination_info p { font-size: 1rem; }

/* access
------------------------------------------------------------ */
.access {
    max-width: 1080px;
    margin: auto;
    width: 90%;
    padding: 0 0 40px;
}
.access iframe { width: 100%; height: 40vh; }
.access p { text-align: center; font-size: 0.875rem; }
.access .access__info {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.access .box { width: 48%; margin-bottom: 30px; }
.access h4 {
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 40px;
    border-bottom: dotted 3px #ffd580;
    background: no-repeat left top;
    margin-bottom: 20px;
}
.access .train { background-image: url(../img/access_train.gif); }
.access .bus { background-image: url(../img/access_bus.gif); }
.access .car { background-image: url(../img/access_car.gif); }
.access ul li { font-size: 0.875rem; }


@media screen and (min-width:1020px) and (max-width:1191px) {

}

@media screen and (min-width:768px) and (max-width:1019px) {
    
	
/* mainimg
------------------------------------------------------------ */
/* whatnew
------------------------------------------------------------ */
/* like-what
------------------------------------------------------------ */
/* feature
------------------------------------------------------------ */
/* greeting
------------------------------------------------------------ */
/* examination
------------------------------------------------------------ */
/* access
------------------------------------------------------------ */


}
@media screen and (min-width: 0px) and (max-width: 767px) {
    
	
/* mainimg
------------------------------------------------------------ */
.mainimg{ padding: 0; }
.mainimg h2{
	left: 0%;
	right: inherit;
	bottom: 10%;
	width: 90%;
}
.mainimg .mainimg_slider li{ padding: 0; }
.mainimg_thumb ul{ display: none; }
.mainimg .slide-arrow{ width: 16px; height: 29px; }
.mainimg .slide-arrow.prev-arrow{ left: 10px; }
.mainimg .slide-arrow.next-arrow{ right: 10px; }
    
/* whatnew
------------------------------------------------------------ */
.what-new { margin: 40px auto; }
.what-new .tit { font-size: 1rem; width: 90%; padding: 7px 0; }
.what-new .what-new__box{ border: solid 7px #ffdd99; border-radius: 14px; }
.what-new .archive { padding: 20px 0; }
.what-new .archive_thumb { width: 30%; margin-right: 5%; }
.what-new .archive_thumb img{ width: 100%; }
/*.what-new .archive_info{ width: 65%; }*/
.what-new .archive_info{ width: auto; }
.what-new .archive_info .date,
.what-new .archive_info .title { font-size: 0.875rem; }
.what-new .archive_info .more { font-size: 0.75rem; }
.what-new .more_btn {
	font-size: 0.875rem;
	width: 90%;
	margin: 20px auto 0;
}
.what-new .more_btn a { padding: 15px 0; }
.what-new .slide-arrow.prev-arrow{ left: 0px; }
.what-new .slide-arrow.next-arrow{ right: 0px; }

/* sub-banner
------------------------------------------------------------ */
.sub-banner{ margin-top: 20px; }
.sub-banner ul{ display: block; margin: auto; }
.sub-banner img{ width: 100%; }

	
/* like-what
------------------------------------------------------------ */
.like-what .archive li { width: 46%; padding: 4%; }
/*.like-what .archive figcaption { font-size: 0.812rem; width: 80%; }*/
.like-what .archive figcaption { font-size: 0.812rem; width: auto; }
.like-what .archive .text{ font-size: 0.75rem; }
.like-what .more_btn {
	font-size: 0.875rem;
	width: 90%;
	margin: 20px auto 0;
}
	.like-what .archive .btn{ font-size: 80%; padding: 7px 0; }
.like-what .more_btn a { padding: 15px 0; }
.like-what .archive .text ul{ display: block; }
.like-what .archive .text li{ width: auto; }
    
/* feature
------------------------------------------------------------ */

.feature .feature_box ul { display: block; }
.feature .feature_box li { width: auto; margin: 30px 0; }
.feature .feature_box h3 span{ font-size: 1.125rem; }
    
    
/* greeting
------------------------------------------------------------ */
.greeting .inner { display: block; }
.greeting .image {
	margin-right: 0;
    margin: 30px auto 0;
    width: 60%;
}
.greeting img { width: 100%; }
.greeting .tit { font-size: 1.25rem; text-align: center; margin-bottom: 10px; }
    
/* examination
------------------------------------------------------------ */
.examination .examination_inner { display:  block; }
.examination .examination_tb { width: auto;  }
.examination .examination_tb p{ margin-top: 10px; font-size: 0.812rem; }

.examination thead th,
.examination thead td,
.examination tbody th,
.examination tbody td { padding: 2px; font-size: 0.75rem;  }
.examination thead div,
.examination tbody div{ padding: 8px 5px; }
.examination .examination_info { width: auto; margin-top: 10px; }
    
/* access
------------------------------------------------------------ */
.access p { margin-top: 10px; }
.access .access__info { margin-top: 20px; display: block; }
.access .box { width: auto; margin-bottom: 20px; }
.access h4 {
    font-size: 0.875rem;
    padding-left: 35px;
    margin-bottom: 15px;
}
.access ul li { font-size: 0.75rem; }
    
}