@charset "utf-8";

/*------------------------------------------------------------
    MAINIMG
------------------------------------------------------------*/
.mainimg { position: relative; margin: auto; width: 96%; max-width: 1400px;}
.mainimg .main_slider img {
    width: 100%; 
    aspect-ratio: 2748 / 1529;
    transform-origin: center top;
    transform: scale(1.0);
    transition: 10s ease-out;
}
@media only screen and (max-width:768px){
    .mainimg { padding-bottom: 30px;}
    .mainimg::before { height: 100px; background-size: auto 100px;}
}
@media only screen and (max-width:468px){
    .mainimg { padding-bottom: 20px;}
    .mainimg img { aspect-ratio: 1 / 1; object-fit: cover;}
    .mainimg::before { height: 50px; background-size: auto 50px;}
}


/*====================================================================================================
  TOP
====================================================================================================*/
#toppage h3 { margin-top:20px; margin-bottom: 60px;}
#toppage h3 b,
#toppage h3 small { display: block; text-align: center;}
#toppage h3 b { font-size: 200%; font-weight: 700; margin-bottom: 10px; letter-spacing: 4px;}
#toppage h3 small { font-size: 100%; font-weight: 400; font-family: "Roboto", "sans-serif";}
#toppage h3.tit {
    margin-left: auto; margin-right: auto;
    max-width: 380px;
    background-image: url("../img/tit_bg1.png"), url( "../img/tit_bg2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 65px auto, 65px auto;
}
@media only screen and (max-width:768px){
    #toppage h3 { margin-bottom: 30px;}
    #toppage h3 b { font-size: 175%;}
    #toppage h3 small { font-size: 87.5%;}
}
@media only screen and (max-width:468px){
    #toppage h3 { margin-bottom: 20px;}
    #toppage h3 b { font-size: 137.5%; margin-bottom: 5px;}
    #toppage h3 small { font-size: 75%; line-height: 100%;}
    #toppage h3.tit { background-size: 45px auto, 45px auto;}
}

#toppage .btn a {
    display: block;
    padding:10px 20px;
    font-size: 125%;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background:#513E3E url("../img/icon_arrow_w.svg") no-repeat 90%center;
    background-size: 20px auto !important;
    border-radius: 50px;
}
@media only screen and (min-width:768px){
    #toppage .btn a:hover { opacity: 0.7;}
}
@media only screen and (max-width:768px){
    #toppage .btn a { font-size: 112.5%;}
}
@media only screen and (max-width:468px){
    #toppage .btn a { font-size: 100%;}
}



/*------------------------------------------------------------
    ABOUT
------------------------------------------------------------*/
#toppage .about { position: relative;}
#toppage .about .inner { padding: 180px 0;}
#toppage .about h2 { text-align: center;}
#toppage .about h2 img { width: auto; height: 40px;}
#toppage .about .come { margin: 50px 0; text-align: center; font-size: 125%; line-height:200%;}
#toppage .about .btn { margin: auto; width: 90%; max-width: 340px;}
#toppage .about .btn a { text-align: center;}
#toppage .about .pic1,
#toppage .about .pic2 { position: absolute; z-index: 9; width: 50%;}
#toppage .about .pic1 { top:-50px; left:-250px; max-width: 500px;}
#toppage .about .pic2 { bottom:-50px; right:-250px; max-width: 540px;}
#toppage .about .pic1::before {
    display: block; clear: both; content:"";
}
#toppage .about .pic1::before,
#toppage .about .pic2::before {
    position: absolute; z-index: 9;
    display: block; clear: both; content:"";
    height:auto;
    background-size: 100% auto !important;
}
#toppage .about .pic1::before {
/*    bottom:-100px; left:130px; */
    bottom:-150px; left:0px;
    width:244px; 
    aspect-ratio: 244 / 209;
    background: url("../img/ornament2.png") no-repeat;
}

#toppage .about .pic2::before { 
    top: -200px; left:130px;
    width: 177px; 
    aspect-ratio: 177 / 230;
    background: url("../img/ornament1.png") no-repeat;
}
@media only screen and (max-width:768px){
    #toppage .about .pic1,
    #toppage .about .pic2 { width:35%; }
    #toppage .about .pic1 { left:-50px; top: 0;}
    #toppage .about .pic2 { right:-50px; }
    #toppage .about .pic1::before { bottom:-50px; left:50px; width: 100px;}
    #toppage .about .pic2::before { top: -100px; left:100px; width: 100px;}
}
@media only screen and (max-width:468px){
    #toppage .about .inner { padding: 150px 0 200px;}
    #toppage .about h2 img { height: 30px;}
    #toppage .about .come { margin: 40px 0; font-size: 100%;}
    #toppage .about .pic1,
    #toppage .about .pic2 { width: 40%; }
    #toppage .about .pic1 { left:-20px; top: 0;}
    #toppage .about .pic2 { right:0; bottom: 70px; }
    #toppage .about .pic1::before { bottom:0; left:130px;}
    #toppage .about .pic2::before { top:0; left:-80px;}
}



/*------------------------------------------------------------
    INFORMATION
------------------------------------------------------------*/
#toppage .information { position: relative; background: #fff;}
#toppage .information::before,
#toppage .information::after {
    position: absolute;
    display: block; clear: both; content:"";
    width: 100%; height: 100px;
    background-size: 100% 100% !important;
}
#toppage .information::before { top: -100px; background: url("../img/wave1.png") no-repeat center top;}
#toppage .information::after { bottom: -100px; background: url("../img/wave2.png") no-repeat center top;}
#toppage .information .inner { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; gap:40px; padding-top: 80px;}
#toppage .information .news { width:100%; margin-bottom: 100px;}
#toppage .information .news::before {
    position: absolute; z-index: 9;
    display: block; clear: both; content:"";
    height:auto;
    background-size: 100% auto !important;
    top:100px; right:-30px;
    width: 274px; 
    aspect-ratio: 274 / 145;
    background: url("../img/ornament3.png") no-repeat;
}
#toppage .information .news h3 { position: relative; text-align: center;}
#toppage .information .news h3::before {
    position: absolute; top:-170px; left:0; right: 0;
    display:block; clear: both; content:"";
    margin: auto;
    width: 125px; height:auto;
    aspect-ratio: 123 / 124;
    background: url("../../img/icon_info.png") no-repeat;
    background-size: 100% auto;
 }
#toppage .information .news h3 img { width: auto; height: 40px;}
#toppage .information .news ul#tab {
    display: flex; gap:5px;
	margin: 0 auto;
	padding: 0;
	width:500px;
}
#toppage .information .news ul#tab li {
	cursor: pointer;
    position: relative;
	padding: 10px;
	width:33.3%;
	color:#222;
    font-weight: bold;
	text-align:center;
	background:#F6F3EB;
    border-radius: 5px;
}
#toppage .information .news #tab li.active {
    color: #fff;
	background:#31ABB1;
}
#toppage .information .news #tab li.active::before {
    position: absolute; bottom: -10px; left: 0; right:0;
    margin: auto;
    display: block; clear: both; content:"";
    width: 0; height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 10px solid #31ABB1;
    border-bottom: 0;
}
#toppage .information .news .news_list.disnon {display: none;}
#toppage .information .news .news_list {
    margin: 50px 0;
    border-top: 1px solid #ddd;
    overflow: hidden;
}
#toppage .information .news .news_list ul { padding: 20px 0; border-bottom: 1px solid #ddd; overflow: hidden;}
#toppage .information .news .news_list ul:nth-child(n+6) { display: none;}
#toppage .information .news .news_list ul li { float: left;}
#toppage .information .news .news_list ul li:nth-child(1) { 
/*    width: 95px; 	*/
    width: 140px; 
    font-size: 87.5%;
}
#toppage .information .news .news_list ul li:nth-child(2) { 
/*    width: 90px; 	*/
    width: 150px; 
    font-size: 87.5%; 
    margin: 0 15px; 
    color: #fff; 
    font-weight: 600; 
    text-align: center; 
    border-radius: 5px;
}
#toppage .information .news .news_list ul li:nth-child(3) { 
/*    width: calc(100% - 185px - 30px); 	*/
/*    width: calc(100% - 230px - 30px); 	*/
    width: calc(100% - 290px - 30px); 
    line-height: 130%;
}
#toppage .information .news .news_list ul li:nth-child(3) a { color: #222; text-decoration: none;}
#toppage .information .news .news_list ul li.cate0 { background: #85b0d0;}
#toppage .information .news .news_list ul li.cate1 { background: #31ABB1;}
#toppage .information .news .news_list ul li.cate2 { background: #48B192;}
#toppage .information .news .btn { margin: auto; width: 90%; max-width: 340px;}
#toppage .information .news .btn a { text-align: center;}
#toppage .information .pamphlet,
#toppage .information .topics {
    position: relative;
    display: flex; flex-direction: column; justify-content: space-between;
    padding: 30px;
    width:calc(50% - 20px);
    background: #F6F3EB;
    border-radius: 10px;
}
#toppage .information .pamphlet h4,
#toppage .information .topics h4 {
    position: absolute; top: 0; left:-40px;
    transform: rotate(-30deg);
}
#toppage .information .pamphlet h4 img,
#toppage .information .topics h4 img { width: auto; height: 50px;}
#toppage .information .pamphlet .pic {
    text-align: center;
    aspect-ratio: 10 / 8.5;
}
#toppage .information .pamphlet .pic img {
    width: auto; max-width: 375px;
    height: auto; max-height: 375px;
}
#toppage .information .topics .pic img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px;}
#toppage .information .pamphlet .cont,
#toppage .information .topics .cont { padding:20px;}
#toppage .information .pamphlet .mid,
#toppage .information .topics .mid { font-size: 150%; font-weight: 700; margin-bottom: 10px;}
#toppage .information .pamphlet .btn,
#toppage .information .topics .btn { margin: auto; width: 100%; max-width:340px;}
#toppage .information .pamphlet .btn a,
#toppage .information .topics .btn a { text-align: center;}
@media only screen and (max-width:768px){
    #toppage .information::before,
    #toppage .information::after { height: 50px;}
    #toppage .information::before { top: -50px;}
    #toppage .information::after { bottom: -50px;}
    #toppage .information .news { margin-bottom: 50px;}
    #toppage .information .news::before { width: 200px;}
    #toppage .information .news h3 { margin-bottom: 40px;}
    #toppage .information .news h3 img { height: 35px;}
    #toppage .information .news ul#tab { width: 450px;}
    #toppage .information .news .news_list ul { padding: 20px 0;}
    #toppage .information .news .news_list ul:nth-child(n+4) { display: none;}
    #toppage .information .news .news_list ul li:nth-child(1) { 
/*    	width: 80px; */
    	width: 110px; 
    	font-size: 75%;
    }
    #toppage .information .news .news_list ul li:nth-child(2) { 
/*    	width: 80px; */
    	width: 120px; 
    	font-size: 75%;
    }
    #toppage .information .news .news_list ul li:nth-child(3) { width:100%; padding-top:5px;}
    #toppage .information .pamphlet,
    #toppage .information .topics { display: block; align-items: center; width: 100%;}
    #toppage .information .pamphlet h4 img,
    #toppage .information .topics h4 img { height: 40px;}
    #toppage .information .pamphlet .pic { float:right; width:30%; max-height: none; margin-left: 40px;}
    #toppage .information .topics .pic { float: right; width:40%; max-height: none; margin-left: 40px;}
    #toppage .information .pamphlet .pic img,
    #toppage .information .topics .pic img { width: 100%; height: auto; max-width: none; max-height: none;}
    #toppage .information .pamphlet .mid,
    #toppage .information .topics .mid { font-size: 125%;}
    #toppage .information .pamphlet .btn,
    #toppage .information .topics .btn { margin: 0;}
}
@media only screen and (max-width:468px){
    #toppage .information::before,
    #toppage .information::after { height: 30px;}
    #toppage .information::before { top: -30px;}
    #toppage .information::after { bottom: -30px;}
    #toppage .information .news { margin-bottom: 20px;}
    #toppage .information .news::before { width: 150px; top:30px;}
    #toppage .information .news h3::before {top:-130px; width: 100px;}
    #toppage .information .news h3 img { height: 30px;}
    #toppage .information .news ul#tab { width:280px;}
    #toppage .information .news .news_list { margin:30px auto;}
    #toppage .information .pamphlet,
    #toppage .information .topics { padding: 20px;}
    #toppage .information .pamphlet h4,
    #toppage .information .topics h4 { top: 10px; left:-20px;}
    #toppage .information .pamphlet h4 img,
    #toppage .information .topics h4 img { height: 30px;}
    #toppage .information .pamphlet .pic { float: none; margin: auto; width: 60%;}
    #toppage .information .topics .pic { float: none; margin: auto; width: 100%;}
    #toppage .information .pamphlet .cont,
    #toppage .information .topics .cont { padding:20px 0;}
    #toppage .information .pamphlet .mid,
    #toppage .information .topics .mid { font-size: 112.5%;}
}

/*------------------------------------------------------------
    CATEGORY
------------------------------------------------------------*/
#toppage .category { position: relative;}
#toppage .category::before,
#toppage .category::after {
    position: absolute; z-index: 9;
    display: block; clear: both; content:"";
    height:auto;
    background-size: 100% auto !important;
}
#toppage .category::before { 
    top: -50px; left:20px;
    width: 219px; 
    aspect-ratio: 439 / 246;
    background: url("../img/ornament4.png") no-repeat;
}
#toppage .category::after {
    top: -50px; right:20px;
    width:152px; 
    aspect-ratio: 304 / 133;
    background: url("../img/ornament5.png") no-repeat;
}
#toppage .category .inner { display: flex; flex-wrap: wrap; gap:50px 40px; padding-top: 200px;}
#toppage .category .box { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
#toppage .category .box .pic { position: relative; width: 60%;}
#toppage .category .box .pic img { width: 110%; height: auto;}
#toppage .category .box .cont { display: flex; flex-direction: column; gap:30px 20px; width: 40%;}
#toppage .category .box h4 { height: 50px; padding-left: 70px;}
#toppage .category .box h4 img {margin:7px 0; width: auto; height: 40px;}
#toppage .category .box .pic { position: relative;}
#toppage .category .box .pic::before {
    position: absolute;
    display: block; clear: both; content:"";
    background-size: 100% auto !important;
}
#toppage .category .box .come { font-size: 125%; line-height: 150%;}
#toppage .category .box .btn { width: 200px;}

#toppage .category .box:nth-child(1) { flex-direction: row-reverse; width: 100%;}
#toppage .category .box:nth-child(1) h4 { 
    background: url("../img/icon_nav2.png") no-repeat left center;
    background-size: auto 100%;
}
#toppage .category .box:nth-child(1) .pic { left: -15%;}
#toppage .category .box:nth-child(1) .pic::before {
    left: -20px; bottom: -20px;
    width: 140px; height:auto;
    aspect-ratio: 140 / 132;
    background: url("../img/ornament6.png") no-repeat;
}

#toppage .category .box:nth-child(2) h4 { 
    background: url("../img/icon_nav3.png") no-repeat left center;
    background-size: auto 100%;
}
#toppage .category .box:nth-child(2) .pic { right: -5%;}
#toppage .category .box:nth-child(2) .pic::before {
    left: -100px; bottom:30px;
    width: 105px; height:auto;
    aspect-ratio: 105 / 143;
    background: url("../img/ornament7.png") no-repeat;
}

#toppage .category .box:nth-child(3),
#toppage .category .box:nth-child(4) { flex-direction:column-reverse; justify-content: flex-end; width:calc(50% - 20px);}
#toppage .category .box:nth-child(3) .pic,
#toppage .category .box:nth-child(4) .pic { width: 100%; margin-bottom: 20px;}
#toppage .category .box:nth-child(3) .pic img ,
#toppage .category .box:nth-child(4) .pic img  { width: 120%;}
#toppage .category .box:nth-child(3) .pic img { position: relative; z-index: 9;}
#toppage .category .box:nth-child(3) .cont,
#toppage .category .box:nth-child(4) .cont { flex-direction: row; flex-wrap: wrap; width: 100%;}
#toppage .category .box:nth-child(3) h4,
#toppage .category .box:nth-child(4) h4 { width: 100%;}
#toppage .category .box:nth-child(3) .come,
#toppage .category .box:nth-child(4) .come { width:calc(100% - 200px - 20px); font-size: 112.5%;}
#toppage .category .box:nth-child(3) h4 { 
    background: url("../img/icon_nav4.png") no-repeat left center;
    background-size: auto 100%;
}
#toppage .category .box:nth-child(4) h4 { 
    background: url("../img/icon_nav5.png") no-repeat left center;
    background-size: auto 100%;
}
#toppage .category .box:nth-child(3) .pic { left: -20%;}
#toppage .category .box:nth-child(4) .pic { right:0;}
#toppage .category .box:nth-child(4) .cont { padding-left:10%;}
#toppage .category .box:nth-child(3) .pic::before {
    left: -100px; bottom:30px;
    width: 379px; height:auto;
    aspect-ratio: 379 / 102;
    background: url("../img/ornament9.png") no-repeat;
}
#toppage .category .box:nth-child(4) .pic::before {
    right: -120px; bottom:-40px;
    width: 178px; height:auto;
    aspect-ratio: 178 / 217;
    background: url("../img/ornament8.png") no-repeat;
}
@media only screen and (max-width:768px){
    #toppage .category .inner { padding: 100px 0;}
    #toppage .category .box .come { width:100% !important; font-size: 112.5% !important;}
    #toppage .category .box:nth-child(3) { flex-direction: row-reverse; width: 100%;}
    #toppage .category .box:nth-child(4) { flex-direction: row; width: 100%;}
    #toppage .category .box:nth-child(3) .pic { left:-15%;}
    #toppage .category .box:nth-child(4) .pic { right:-5%;}
    #toppage .category .box:nth-child(3) .pic,
    #toppage .category .box:nth-child(4) .pic { width: 60%; margin-bottom:0;}
    #toppage .category .box:nth-child(3) .pic img ,
    #toppage .category .box:nth-child(4) .pic img  { width: 110%;}
    #toppage .category .box:nth-child(3) .cont,
    #toppage .category .box:nth-child(4) .cont { flex-direction: column; width: 40%;}
    #toppage .category .box:nth-child(4) .cont { padding-left:0;}
    #toppage .category .box:nth-child(1) .pic::before { left:100px; bottom:-30px; width: 100px;}
    #toppage .category .box:nth-child(2) .pic::before { left:-50px; bottom:0; width: 80px;}
    #toppage .category .box:nth-child(3) .pic::before { left:80%; bottom:30px; width:150px; z-index:10;}
    #toppage .category .box:nth-child(4) .pic::before { right:0; bottom:-40px; width: 100px;}
}
@media only screen and (max-width:468px){
    #toppage .category .inner {gap:70px 20px;}
    #toppage .category .box { flex-direction: column-reverse!important;}
    #toppage .category .box .pic,
    #toppage .category .box .cont { position: static !important; width: 100% !important;}
    #toppage .category .box .pic {
        position: relative !important; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important;
        margin-bottom: 20px !important;
    }
    #toppage .category .box .pic img { width: 100% !important;}
    #toppage .category .box .btn { margin: auto;}
    #toppage .category .box .cont { justify-content: center; gap:15px;}
    #toppage .category .box h4 { margin: auto; width: auto !important; height: 40px; padding-left: 50px;}
    #toppage .category .box h4 img { margin:7px 0; width: auto; height: 30px;}
    #toppage .category .box .come { font-size: 100%; text-align: center;}
    #toppage .category .box:nth-child(1) .pic::before { left:0; bottom:-20px;}
    #toppage .category .box:nth-child(2) .pic::before { left:70%; bottom:-50px;}
    #toppage .category .box:nth-child(3) .pic::before { left:0; bottom:0;}
    #toppage .category .box:nth-child(4) .pic::before { right:0; bottom:-20px;}
}


/*------------------------------------------------------------
    MAP
------------------------------------------------------------*/
#toppage .map .inner { position: relative; width: 100%; max-width:none; padding: 0;}
#toppage .map .mid {
    position: absolute; left: 0; right: 0; top:-25px;
    margin: auto;
    width:90%; max-width:478px;
}
#toppage .map .map1 { margin-bottom: 60px;}
#toppage .map .map1 iframe { width: 100%; height: 500px;}
#toppage .map .map2 {
    margin: auto;
    padding: 20px;
    width: 90%;
    background: #fff;
    border-radius: 35px;
}
@media only screen and (max-width:768px){
    #toppage .map .mid { max-width: 400px;}
    #toppage .map .map1 { margin-bottom: 40px;}
    #toppage .map .map1 iframe { height: 400px;}
    #toppage .map .map2 { border-radius: 25px;}
}
@media only screen and (max-width:468px){
    #toppage .map .mid { max-width: 300px; top:-15px;}
    #toppage .map .map1 { margin-bottom: 20px;}
    #toppage .map .map1 iframe { height: 300px;}
    #toppage .map .map2 { padding: 10px; border-radius: 15px;}
}


/*------------------------------------------------------------
    BANNER
------------------------------------------------------------*/
#toppage .banner { padding-bottom: 50px;}
#toppage .banner .inner { padding: 100px 0 150px;}
#toppage .banner dl + dl { margin-top: 20px;}
#toppage .banner dt { margin-bottom:5px; font-size: 87.5%; letter-spacing: 2px;}
#toppage .banner dd { overflow: hidden;}
#toppage .banner dd p { float: left; width: calc(16.66% - 8.33px); margin-bottom: 10px;}
#toppage .banner dd p + p { margin-left: 10px;}
#toppage .banner dd p:nth-child(6n+1) { margin-left:0; }

/* upd */
#toppage .banner .inner ul + p { margin-top: 20px;}
/* #toppage .banner dt { margin-bottom:5px; font-size: 87.5%; letter-spacing: 2px;}	*/
#toppage .banner ul { overflow: hidden;}
#toppage .banner ul li { float: left; width: calc(16.66% - 8.33px); margin-bottom: 10px;}
#toppage .banner ul li + li { margin-left: 10px;}
#toppage .banner ul li:nth-child(6n+1) { margin-left:0; clear: both;}



@media only screen and (max-width:768px){
    #toppage .banner .inner { padding: 50px 0;}
}
@media only screen and (max-width:468px){
    #toppage .banner { padding-bottom:0;}
    #toppage .banner .inner { padding: 30px 0;}
    #toppage .banner dd p {width: calc(33.3% - 6.66px);}
    #toppage .banner dd p:nth-child(3n+1) { margin-left:0;}

/* upd */
    #toppage .banner ul li {width: calc(33.3% - 6.66px);}
    #toppage .banner ul li:nth-child(3n+1) { margin-left:0; clear: both;}
}