@charset "utf-8";

.top-btn {
	font-family: var(--font-family01)
}

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/

.cover {
    aspect-ratio: 1080 / 1920;
}

/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/

.top01:after {
	content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 67.19%;
    height: 1px;
    background: #838383;
    z-index: 1;
}

.reserve-btn.top01-btn {
  	width: 250px;
  	height: 60px;
  	padding: 10px 35px 9px;
  	background: unset;
}

.reserve-btn.top01-btn:after {
    right: 35px;
}

.reserve-btn.top01-btn:hover::after {
    right: 25px;
}

.reserve-btn-icon {
    margin: 0 11px 0 0;
}

/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/

.top02:before {
	content: "";
    position: absolute;
    top: 30px;
    right: auto;
    bottom: auto;
    left: 0;
    margin: auto;
    width: 31.77%;
    height: 1px;
    background: #838383;
    z-index: 1;
}

.top02:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 30px;
    left: auto;
    margin: auto;
    width: 31.77%;
    height: 1px;
    background: #838383;
    z-index: 1;
}

.top02-img-box {
    aspect-ratio: 1410 / 786;
	filter: drop-shadow(6px 3px 32px rgba(0,0,0,.16));
}

/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/

.top03:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    margin: auto;
    width: 67.19%;
    height: 1px;
    background: #838383;
    z-index: 1;
}


.top03-img-box {
    aspect-ratio: 325 / 430;
}


/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/

.top04:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #838383;
    top: 26px;
    left: 0;
    z-index: 1;
}

.top04 .title-box-left {
    padding: 0 15px;
    background: var(--base-body-bg);
    display: inline-block;
}

/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/

.top05 .title-box-left {
	text-align: left;
}
  
.top05 .banner-link {
	max-width: 1440px;
	width: 94%;
	margin: 90px 0 auto auto;
}

.top05 .banner-link:first-child {
	margin: 0 auto 0 0;
}

/*-----------------------------------------------------------
top06
-----------------------------------------------------------*/

.top06:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #838383;
    top: 26px;
    left: 0;
    z-index: 1;
}

.top06-img-box {
    aspect-ratio: 325 / 430;
}

.top06 .title-box-left {
    padding: 0 15px;
    background: var(--base-body-bg);
    display: inline-block;
}

.top06-left, .top04-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*-----------------------------------------------------------
news
-----------------------------------------------------------*/

.top-news-list::-webkit-scrollbar {
    width: 12px;
}

.top-news-list::-webkit-scrollbar-track {
    background: #FFFFFF;
	border: 1px solid #D5D5D5;
}

.top-news-list::-webkit-scrollbar-thumb {
    background: #989898;
    /* width: 3px; */
}

.top-news-list {
    overflow-y: auto;
    height: 423px;
}

.news-item {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
  	padding: 21px 15px;
    border-bottom: 1px solid var(--gray02);
}

.news-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px 20px 0;
    transition: all .3s;
    width: 100%;
}

.news-item:first-child {
    padding-top: 0;
}

.news-cate-flex {
    display: flex;
    align-items: center;
}

.news-text-box {
    /* flex: 1; */
    /* margin: 0 15px 0 0; */
    width: 90%;
}

.news-date {
    width: 73px;
    margin: 0 20px 0 0;
    color: var(--primary);
	font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.1294)), 14px);
    font-weight: 500;
    max-width: max-content;
    flex-shrink: 0;
}

.news-cate-box {
    max-width: calc(100% - 125px);
    min-width: 77px;
    display: inline-block;
    /* width: 100%; */
    padding: 0 11px 0 10px;
    background: var(--gray01);
    /* flex: 1; */
    flex: 0 1 auto;
}

.news-cate {
	font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.1294)), 14px);
	color: var(--base-body-color);
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}

.news-img {
    text-align: center;
    margin: 30px 0 0;
}

.news-img:empty {
    display: none;
}

/*1920px(22px)-375px(16px)*/

.news-title {
    color: var(--primary);
    margin: 12px 0 0;
    font-size: clamp(1rem, 0.909rem + 0.3883vw, 1.375rem);
}

.news-content {
	margin: 14px 0 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {



}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {
  
/*-----------------------------------------------------------
news
-----------------------------------------------------------*/  

.news-date {
	margin: 0 10px 0 0;
}

}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {
  
  
/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/  
  


}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
  
.top04:after, .top06:after {
    top: 38px;
}
  
/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/

.cover {
    aspect-ratio: 1920 / 892;
}
  
/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/
  
.top02-btn {
	width: 31.5%;
	font-size: 14px;
}   

.top02-btn.btn01:after {
    right: 25px;
}  
  
.top02-btn.btn01:hover::after {
    right: 18px;
}
  
/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/

.top03-img-row {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
  
.top04-left {
    margin: 0 5% 0 0;
}
  
/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/

.top05 .title-box-left {
	text-align: left;
}
  
.top05 .banner-link {
	width: 95%;
	margin: 100px 0 0 auto;
}
  
.top05 .banner-link:first-child {
	margin: 0 auto 0 0;
}

/*-----------------------------------------------------------
top06
-----------------------------------------------------------*/  

.top06-img-row {
    right: 0;
    top: 0;
    bottom: 0;
}
  
.top06-left,.top04-left {
    align-items: flex-start;
    margin: 0 5% 0 0;
}
  
/*-----------------------------------------------------------
news
-----------------------------------------------------------*/
  
.news-flex {
	padding: 20px 0;
}
  
.news-date {
	width: 105px;
}


}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/
  


}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {
  
/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/
  
.top02-btn {
    font-size: 16px;
} 

.top02-btn.btn01:after {
    right: 32px;
}
  
/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/

.top04:after {
    top: 60px;
}
  
.top04 .title-box-left {
    padding: 0 15px;
    background: var(--base-body-bg);
}
  
.top04-left {
    margin: 0 20% 0 0;
}

/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/

.top05 .banner-link {
    margin: 120px 0 0 auto;
}
  
/*-----------------------------------------------------------
top06
-----------------------------------------------------------*/

.top06-left {
    margin: 0 20% 0 0;
}
  
/*-----------------------------------------------------------
news
-----------------------------------------------------------*/
  
.news-date {
    margin: 0 40px 0 0;
}

.news-text-box {
    width: 92%;
}


}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {
  
/*-----------------------------------------------------------
news
-----------------------------------------------------------*/  

.news-text-box {
    width: 93%;
}


}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1300px) {
  
.top04-row, .top06-row {
    justify-content: space-between !important;
}
  
}/* min-width: 1300px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {


/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/
 
.top01 {
	padding: 170px 0 !important; 
}

/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/
 
.top02 {
	padding: 165px 0 127px!important; 
}
  
/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/
 
.top03 {
	padding: 120px 0 160px!important;
}
  
.top03-img-row {
	align-items: flex-start !important;
	margin: 58px 0 0 !important;  
}  
  
.top03-text-box-in {
	padding: 108px 0 140px!important;   
}
  
/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/
  
.top04:after {
	top: 45px;
}
  

  
/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/
 
.top05 {
	padding: 180px 0 !important; 
}

.top05 .banner-link {
    margin: 150px 0 0 auto;
}
  
.banner-link-inner {
    justify-content: flex-start;
    padding: 60px 0 0;
    left: 4.8%;
}
  
.banner-link-inner .en-title01 {
    margin: 0 0 15px;
}

/*-----------------------------------------------------------
top06
-----------------------------------------------------------*/  
  
.top06 {
	padding: 0 0 170px !important; 
}
  
.top06:after {
	top: 45px;
}
  
.top06-text-box-in {
  	margin: 0 auto!important;
	padding: 108px 0 140px !important;
}

/*-----------------------------------------------------------
top07
-----------------------------------------------------------*/  
  
.top07 {
	padding: 0 0 155px !important; 
}  
  
.top07-left {
	width: 48% !important;
}
  
/*-----------------------------------------------------------
top08
-----------------------------------------------------------*/

.top08 {
	padding: 0 0 150px !important;
}
  
.top08-in {
    padding: 60px 0;
}
  
.news-item {
  	padding: 21px 30px;
}
  
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {


}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/
  
.top04:after {
	top: 55px;
}

/*-----------------------------------------------------------
top06
-----------------------------------------------------------*/  
  
.top06:after {
	top: 55px;
}
  
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1700px) {
  


}/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 