#main_contents .sp, #main_contents .sp_in{
	display:none;
}

#main_contents .pc{
	display: block;
}

#main_contents .pc_in{
	display: inline;
}

#main_contents{
	font-family: "Noto Sans JP", sans-serif;
}

#main_contents h1 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        margin: 0 auto 25px;
        max-width: 1280px;
        text-align: left;
}

#main_contents .wrap{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	color: #323232;
	font-size: 0;
	background-color: #fefefe;
}

#main_contents .wrap #mv img{
	width: 100%;
    max-width: 1920px;
	height: auto;
}

#main_contents .wrap #read{
	width: 96%;
	max-width: 1236px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}

#main_contents .wrap #read h2{
	font-size: 42px;
	line-height: 1.6em;
	font-weight: 900;
	color: #11331A;
	padding-bottom: 0.6em;
}

#main_contents .wrap #read p{
	font-size: 20px;
	line-height: 1.7em;
	font-weight: 500;
}

#main_contents .wrap section{
	width: 96%;
	max-width: 1236px;
	margin: 0 auto;
	padding: 60px 0;
}

#main_contents .wrap section .eng{
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 700;
	color: #11331A;
	text-align: center;
}

#main_contents .wrap section h2{
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
	padding-bottom: 30px;
}

#main_contents .wrap #area .area_link{
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 20px;
	line-height: 1.6em;
}

#main_contents .wrap #area .area_link > a{
	display: block;
	font-size: 20px;
	width: 32%;
	height: auto;
	border: 1px solid #c1c1c1;
	background-image: url(../images/link_arrow_01.png);
	background-repeat: no-repeat;
	background-size: auto 1.3em;
	background-position: 98% 97%;
	transition-duration: 0.2s;
}

#main_contents .wrap #area .area_link > a:nth-child(2){
	background-image: url(../images/link_arrow_02.png);
}

#main_contents .wrap #area .area_link > a:nth-child(3){
	background-image: url(../images/link_arrow_03.png);
}


#main_contents .wrap #area .area_link > a:hover{
	opacity: 0.7;
	transition-duration: 0.2s;
}

#main_contents .wrap #area .area_link > a .visual{
	display: flex;
	flex-wrap: wrap;
}

#main_contents .wrap #area .area_link > a .visual img{
	width: 100%;
	height: auto;
}

#main_contents .wrap #area .area_link > a .visual p{
	width: 90%;
	padding: 0.5em 5% 0.5em 5%;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
	color: #fefefe;
	text-align: center;
	background: #CB535A;
}

#main_contents .wrap #area .area_link > a:nth-child(2) .visual p{
	background: #4B747C;
}

#main_contents .wrap #area .area_link > a:nth-child(3) .visual p{
	background: #885B7F;
}

#main_contents .wrap #area .area_link > a .txt{
	text-align: center;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 700;
	color: #323232;
	padding: 1.5em 1.0em;
}

#main_contents .wrap #area .area_link > a .txt span{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}

#main_contents .wrap #access .h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 30px 0;
}

#main_contents .wrap #access .h3 h3{
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 700;
	border-left: 15px solid #11331A;
	padding: 0 1.0em;
}

#main_contents .wrap #access .h3 p.attention {
    font-size: 16px;
    font-weight: 500;
}

#main_contents .wrap #access .air {
    margin-top: 120px;
}

#main_contents .wrap #access .course{
	display: flex;
	justify-content: space-between;
}

#main_contents .wrap #access .course .course_inn{
	width: 48%;
}

#main_contents .wrap #access .course .course_inn .logo{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

#main_contents .wrap #access .course .course_inn .logo img{
	width: 80%;
	max-width: 200px;
	height: auto;
}

#main_contents .wrap #access .course .course_inn .visual{
	display: flex;
	flex-wrap: wrap;
}

#main_contents .wrap #access .course .course_inn .visual img{
	width: 100%;
	height: auto;
}

#main_contents .wrap #access .course .course_inn .visual p{
	width: 90%;
	padding: 0.5em 5% 0.5em 5%;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 400;
	color: #fefefe;
	text-align: center;
	background: #182D7B;
}

#main_contents .wrap #access .course > div:nth-child(2) .visual p{
	background: #6D0048;
}

#main_contents .wrap #access .course .course_inn .txt{
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	padding: 1.0em;
}

#main_contents .wrap #access .course .course_inn .offer{
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 400;
	text-align: right;
	padding-top: 1.0em;
}

#main_contents .wrap #access .reservation a{
	font-size: 20px;
	line-height: 2.6em;
	font-weight: 700;
	color: #fefefe;
	display: block;
	margin: 50px auto;
	background: #11331A;
	text-align: center;
	width: 60%;
    border-radius: 10px;
}

#main_contents .wrap #access .reservation a p{
	font-size: 20px;
	line-height: 1.0em;
	background-image: url(../images/link_arrow.png);
	background-repeat: no-repeat;
	background-size: auto 1.2em;
	background-position: right center;
    padding: 1.5em 0;
	padding-right: 1.8em;
	display: inline-block;
}

#main_contents .wrap #access a:hover{
	opacity: 0.7;
	transition-duration: 0.2s;
}

#main_contents .wrap #access .ticket{
	margin: 60px 0 100px;
}


#main_contents .wrap #access .ticket h4{
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 700;
	color: #11331A;
	padding-left: 2.5em;
	background-image: url(../images/h4_back.png);
	background-position: left center;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

#main_contents .wrap #access .ticket h4 span{
	background: #fefefe;
	padding: 0 1.0em;
}

#main_contents .wrap #access .ticket .ticket_link{
	display: flex;
	justify-content: space-between;
}

#main_contents .wrap #access .ticket .ticket_link a{
	width: 22%;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #323232;
	text-align: center;
	padding: 0.8em 1% 3.0em 1%;
	border: 1px solid #323232;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/link_arrow_04.png);
	background-repeat: no-repeat;
	background-size: auto 1.6em;
	background-position: center 90%;
    border-radius: 5px;
}

#main_contents .wrap #access .jr {
    display: flex;
	justify-content: flex-start;
    margin-bottom: 30px;
}

#main_contents .wrap #access .jr a{
	width: 28%;
    max-width: 400px;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 400;
    background: #11331A;
	color: #fefefe;
	text-align: center;
    margin: 0 10px;
	padding: 0.5em 1% 2.5em 1%;
	border: 1px solid #323232;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/link_arrow.png);
	background-repeat: no-repeat;
	background-size: auto 1.2em;
	background-position: center 75%;
    border-radius: 5px;
}

#main_contents .wrap #access .traffic{
	display: flex;
}

#main_contents .wrap #access .traffic a{
	width: 32%;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 700;
	color: #323232;
	display: block;
	margin: 0 auto;
	border: 1px solid #c1c1c1;
	background-image: url(../images/link_arrow_05.png);
	background-repeat: no-repeat;
	background-size: auto 1.3em;
	background-position: 98% 97%;
	transition-duration: 0.2s;
}

#main_contents .wrap #access .traffic a .visual img{
	width: 100%;
	height: auto;
}

#main_contents .wrap #access .traffic a .txt h4{
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 700;
	text-align: center;
	padding: 0.5em 1.0em;
}

#main_contents .wrap #access .traffic a .txt p{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	padding: 0.5em 1.0em 1.5em;
}

/*20241007追加*/
#main_contents .wrap #concept .casette ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#main_contents .wrap #concept .casette ul li {
    width: 32%;
    max-width: 400px;
    margin-top: 30px;
}

#main_contents .wrap #concept .casette ul li .h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0;
}

#main_contents .wrap #concept .casette ul li .h3 h3{
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 700;
	border-left: 15px solid #11331A;
	padding-left: 1.0em;
}

#main_contents .wrap #concept .casette ul li p {
    font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	padding-bottom: 1.0em;
}

#main_contents .wrap #concept .casette ul li img {
    width: 100%;
    max-width: 600px;
}

#main_contents .wrap #concept .casette ul li p.caption {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    padding: 0.8em 0 1.2em 0;
}

#main_contents .wrap #concept .reservation a{
	font-size: 20px;
	line-height: 2.6em;
	font-weight: 700;
	color: #fefefe;
	display: block;
	margin: 50px auto;
	background: #11331A;
	text-align: center;
	width: 60%;
    border-radius: 10px;
}

#main_contents .wrap #concept .reservation a p{
	font-size: 20px;
	line-height: 1.0em;
	background-image: url(../images/link_arrow.png);
	background-repeat: no-repeat;
	background-size: auto 1.2em;
	background-position: right center;
    padding: 1.5em 0;
	padding-right: 1.8em;
	display: inline-block;
}

#main_contents .wrap #concept .reservation a:hover{
	opacity: 0.7;
	transition-duration: 0.2s;
}

#main_contents .green {
    background: #000;
    background-image: url(../images/column_bk.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

#main_contents .wrap #column {
    color: #fefefe;
}

#main_contents .wrap #column p.eng {
    color: #E0AE52;
}

#main_contents .wrap #column .introduction {
    width: 100%;
    margin: 60px 0;
}

#main_contents .wrap #column .introduction ul {
    display: block;
    justify-content: space-between;
}

#main_contents .wrap #column .introduction ul li.profile_img {
    width: 30%;
    max-width: 300px;
    margin: 0 auto;
}

#main_contents .wrap #column .introduction ul li.profile_img img {
    width: 100%;
    max-width: 300px;
}

#main_contents .wrap #column .introduction ul li.profile_txt {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #fefefe;
}
/*
#main_contents .wrap #column .article {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#main_contents .wrap #column .article .img {
    width: 47%;
    max-width: 600px;
}

#main_contents .wrap #column .article .img img {
    width: 100%;
    max-width: 600px;
}

#main_contents .wrap #column .article .img p.caption {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    padding: 0.8em 0;
}

#main_contents .wrap #column .article .txt {
    width: 47%;
    height: auto;
    max-width: 600px;
    margin: 3% 0 5% 0;
    color: #fefefe;
}

#main_contents .wrap #column .article .txt h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #fefefe;
}

#main_contents .wrap #column .article .txt p {
    line-height: 2.0em;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    #main_contents .green {
        background-size: cover;
    }
    
    #main_contents .wrap #column .article .txt {
        margin-top: 0;
    }
}
*/
#main_contents .wrap #panf .digital {
    text-align: center;
    margin: 0 auto;
}

#main_contents .wrap #panf .digital h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

#main_contents .wrap #panf .digital a {
    transition-duration: 0.5s;
}

#main_contents .wrap #panf .digital a img {
    width: 30%;
    max-width: 400px;
}

#main_contents .wrap #panf .digital a:hover {
    opacity: 0.7;
}

#main_contents .wrap #panf .digital p {
    font-size: 18px;
    margin-top: 20px;
}

#main_contents .wrap #panf .digital p a {
    text-decoration: underline;
    font-weight: 500;
    color: #0017c1;
}

/* 以下　きれいに */
/* 全体ラッパー */
.articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}

/* 各記事 */
.article {
  width: 47%;
  margin-bottom: 60px;
  color: #fefefe;
  display: flex;
  flex-direction: column;
}

.article img {
  width: 100%;
}

.article .caption {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
  font-weight: 500;
}

.article .txt {
  margin-top: 40px;
}

.article .txt h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #fefefe;
}

.article .txt p {
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
}



/* 話題のスポット */
.spots {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}

/* 各スポット */
.spot {
  width: 47%;
  margin-bottom: 20px;
  color: #323232;
  display: flex;
  flex-direction: column;
}

.spot img {
  width: 100%;
}

.spot .caption {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
  font-weight: 500;
}

.spot .txt {
  margin-top: 40px;
}

.spot .txt h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #323232;
}

.spot .txt p {
  font-size: 18px;
  line-height: 2em;
  font-weight: 400;
}

.spot .hplink a{
	font-size: 20px;
	line-height: 2.6em;
	font-weight: 700;
	color: #11331A;
	display: block;
	margin: 50px auto;
	background: #fefefe;
	text-align: center;
	width: 60%;
	border: 1px solid #11331A;
    border-radius: 10px;
}

.spot .hplink a p{
	font-size: 20px;
	line-height: 1.0em;
	background-image: url(../images/link_arrow_05.png);
	background-repeat: no-repeat;
	background-size: auto 1.2em;
	background-position: right center;
    padding: 1.5em 0;
	padding-right: 1.8em;
	display: inline-block;
}

.spot .hplink a p span{
	font-size: 16px;
}

.spot .hplink a:hover{
	opacity: 0.7;
	transition-duration: 0.2s;
}

