@charset "utf-8";

/* ==================================================
contents
================================================== */
/* Common */
.sec_ttl {
    text-align: center;
    overflow: hidden;
}
.sec_ttl h2,
.sec_ttl p {
    margin: 0 auto 30px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 230.8%;
}
.sec_about .about_col_ttl h3 > span,
.image_bg > span,
.sec_ttl span {
    display: block;
    position: relative;
    z-index: -1;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
}
.sec_about .about_col_ttl h3,
.image_bg {
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    overflow: hidden;
}
.sec_news .news_list table td,
.sec_des {
    font-size: 115.4%;
    line-height: 1.66;
}
.sec_des {
    margin-bottom: 0;
    text-align: center;
}
.simple_btn {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.simple_btn a {
    position: relative;
    font-size: 115.4%;
    display: block;
    font-weight: 600;
    margin: 0 auto;
    padding: 18px 30px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid transparent;
    text-decoration: none;
    background-color: #D14900;
    color: #ffffff;
    width: 300px;
    transition: background-color .3s ease-out;
}
.simple_btn a::before,
.simple_btn a::after {
    content: '';
    width: 10px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 13px;
    transition: right 0.25s;
}
.simple_btn a::before {
    transform: rotate(45deg) translateY(-200%);
}
.simple_btn a::after {
    transform: rotate(-45deg) translateY(200%);
}
.simple_btn a:hover::before,
.simple_btn a:hover::after {
    right: 5px;
}
#tmp_mainvs .mainvs_img img,
.sec_outdoor .outdoor_img img,
.sec_publicity .publicity_list ul a img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
/* Mainvs */
#tmp_mainvs {
    position: relative;
}
#tmp_mainvs .mainvs_copy {
    position: absolute;
    width: 640px;
    height: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 300%;
    font-weight: bold;
    background: url(/site/shared/templates/aruku_top/images/maincopy.png) no-repeat center center;
    background-size: 100% auto;
    text-align: center;
}
/* About section */
.sec_about {
    padding: 150px 0;
    background: url(/site/shared/templates/aruku_top/images/abou_bg.png) no-repeat center center;
}
.sec_about .sec_ttl h2 {
    width: 340px;
    height: 110px;
    background-image: url(/site/shared/templates/aruku_top/images/ttl_about.png);
}
.sec_about .sec_cnt {
    margin: 50px auto 106px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 40px;
}
.sec_about .about_col {
    flex: 1;
    max-width: 360px;
}
.sec_about .about_col_ttl h3 {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 138.5%;
}
.sec_about .about_col:nth-child(1) .about_col_ttl h3 {
    background-image: url(/site/shared/templates/aruku_top/images/about_feat1_img.png);
}
.sec_about .about_col:nth-child(2) .about_col_ttl h3 {
    background-image: url(/site/shared/templates/aruku_top/images/about_feat2_img.png);
}
.sec_about .about_col_cnt {
    margin-top: 20px;
    font-size: 150%;
}
.sec_about .about_col_cnt .image_bg {
    width: 100%;
    height: 54px;
}
.sec_about .about_col:nth-child(1) .about_col_cnt .image_bg {
    background-image: url(/site/shared/templates/aruku_top/images/about_feat1_txt.png);
}
.sec_about .about_col:nth-child(2) .about_col_cnt .image_bg {
    background-image: url(/site/shared/templates/aruku_top/images/about_feat2_txt.png);
}
/* Route section */
.sec_route{
    padding: 100px 0 99px;
    background: #eceeeb url(/site/shared/templates/aruku_top/images/route_pattern_bgr.png) repeat center top;
    color: #000000;
}
.sec_route .container{
    max-width: 1150px;
    padding: 0 25px;
}
.sec_route .route_lead{
    margin-bottom: 72px;
    text-align: center;
}
.sec_route .sec_ttl h2 {
    background-image: url(/site/shared/templates/aruku_top/images/ttl_route.png);
    width: 206px;
    height: 104px;
}
.sec_route .route_lead > p{
    font-size: 115.38%;
    line-height: 1.6;
}
.sec_route .route_galleries{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 80px calc(55 / 1100 * 100%);
}
.sec_route .route_galleries .item{
    list-style: none;
    max-width: calc((100% - (110 / 1100 * 100%)) / 3);
}
.sec_route .route_galleries .item_inner{
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    color: #000000;
}
.sec_route .route_galleries .simple_btn{
    padding: 0;
}
.sec_route .route_galleries .simple_btn,
.sec_route .route_galleries .item_img{
    flex-shrink: 0;
}
.sec_route .route_galleries .simple_btn a{
    width: 100%;
    background-color: #4B7416;
}
.sec_route .route_galleries .simple_btn a:hover{
    background-color: #548118;
}
.sec_route .route_galleries .item_img{
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.sec_route .route_galleries .item_img img,
.sec_route .route_galleries .item_lbl img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.sec_route .route_galleries .item_cnt,
.sec_route .route_galleries .cnt_inner{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.sec_route .route_galleries .item_cnt{
    padding: 15px;
}
.sec_route .route_galleries .item_title{
    position: relative;
    margin-bottom: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    max-width: 100%;
    height: 27px;
    font-size: 200%;
    font-weight: bold;
}
.sec_route .route_galleries .item_title span{
    position: relative;
    display: inline-block;
    z-index: -1;
    text-indent: -9999px;
}
.sec_route .route_galleries .ctg1 .item_title{
    background-image: url(/site/shared/templates/aruku_top/images/route_item1_ttl.png);
    width: 221px;
}
.sec_route .route_galleries .ctg2 .item_title{
    background-image: url(/site/shared/templates/aruku_top/images/route_item2_ttl.png);
    width: 259px;
}
.sec_route .route_galleries .ctg3 .item_title{
    background-image: url(/site/shared/templates/aruku_top/images/route_item3_ttl.png);
    width: 259px;
}
.sec_route .route_galleries .ctg4 .item_title{
    background-image: url(/site/shared/templates/aruku_top/images/route_item4_ttl.png);
    width: 197px;
}
.sec_route .route_galleries .ctg5 .item_title{
    background-image: url(/site/shared/templates/aruku_top/images/route_item5_ttl.png);
    width: 173px;
}
.sec_route .route_galleries .ctg6 .item_title{
    background-image: url(/site/shared/templates/aruku_top/images/route_item6_ttl.png);
    width: 148px;
}
.sec_route .route_galleries .item_text{
    font-size: 115.38%;
    line-height: 1.4;
    font-feature-settings: "palt";
}
.sec_route .route_galleries .item_lbl{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 70px;
    height: 69px;
}
.sec_route .route_galleries .cnt_inner + .simple_btn{
    margin-top: 14px;
}
/* Outdoor section */
.sec_outdoor {
    display: flex;
    overflow: hidden;
}
.sec_outdoor .outdoor_img,
.sec_outdoor .outdoor_lead {
    flex: 1;
}
.sec_outdoor .outdoor_img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56%;
    order: 2;
}
.sec_outdoor .outdoor_img p {
    width: 100%;
}
.sec_outdoor .outdoor_lead {
    order: 1;
    flex-shrink: 0;
    flex: 0 0 44%;
    align-self: center;
    min-width: 426px;
    padding: 30px 10px;
}
.sec_outdoor .sec_ttl h2 {
    width: 327px;
    height: 98px;
    background-image: url(/site/shared/templates/aruku_top/images/ttl_outdoor.png);
}
.sec_outdoor .sec_des {
    margin-bottom: 50px;
}
.sec_outdoor .simple_btn a {
    background-color: #603813;
}
.sec_outdoor .simple_btn a:hover {
    background-color: #8b511b;
}
.sec_outdoor .simple_btn a::before,
.sec_outdoor .simple_btn a::after {
    content: none;
}
/* Movie section */
.sec_movie {
    padding: 100px 0 99px;
}
.sec_movie .sec_ttl {
    padding-left: 1px;
}
.sec_movie .sec_ttl h2 {
    width: 201px;
    height: 111px;
    background-image: url(/site/shared/templates/aruku_top/images/ttl_movie.png);
}
.sec_movie .move_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 0 60px;
}
.sec_movie .movie_item {
    width: calc(50% - 30px);
    margin-bottom: 55px;
}
.sec_movie .movie_item:nth-child(3),
.sec_movie .movie_item:nth-child(4) {
    margin-bottom: 54px;
}
.sec_movie .movie_iframe {
    position: relative;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    z-index: 1;
    align-items: center;
}
.sec_movie .movie_iframe_main {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	padding-top: 56.25%;
}
.sec_movie .movie_iframe_main iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.sec_movie .movie_des {
    margin-top: 10px;
    font-size: 130%;
    word-break: break-all;
}
.sec_movie .movie_des span {
    font-size: 70%;
}
/* Banner + News section */
.sec_publicity{
    border-top: 1px solid #e1e1e4;
    padding: 100px 0;
}
.sec_publicity .publicity_list ul {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.sec_publicity .publicity_list ul li {
    width: 220px;
}
.sec_publicity .publicity_list ul a{
    display: block;
}
.sec_publicity .publicity_list ul a img {
    transition: 0.3s ease-in-out opacity;
}
.sec_publicity .publicity_list ul a:hover img{
	opacity: 0.8;
}
.sec_news {
    padding: 100px 0;
    background-color: #f5f5f8;
    color: inherit;
}
.sec_news .news_list {
	padding: 0;
	max-width: 1000px;
	margin: 0 auto;
}
.sec_news .sec_ttl {
    padding-left: 2px;
}
.sec_news .sec_ttl h2 {
    width: 125px;
    height: 30px;
    background-image: url(/site/shared/templates/aruku_top/images/ttl_news.png);
}
.sec_news .news_list table {
    width: 100%;
    margin: 0 0 50px;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    border-bottom: 1px dotted #999999;
}
.sec_news .news_list table td {
    padding: 20px 0;
    vertical-align: top;
    border-top: 1px dotted #999999;
    color: #333333;
    background-color: transparent;
}
.sec_news .news_list table td:first-child {
    width: 110px;
    padding-right: 7px;
    white-space: nowrap;
}
.sec_news .news_list table td:not(:first-child) {
	padding-left: 6px;
}
.sec_news .news_list table a {
	display: inline-block;
    color: #333333;
}
.sec_news .news_list table a:hover {
    color: #c1272d;
}
.sec_news .simple_btn a {
    background-color: #0071bc;
}
.sec_news .simple_btn a:hover {
    background-color: #007ACC;
}

/* ==================================================
accessibility
================================================== */

/* fsize */

/* color */
.color_black #tmp_wrapper .sec_about,
.color_blue #tmp_wrapper .sec_about,
.color_yellow #tmp_wrapper .sec_about {
    border-bottom: 1px solid;
}
.color_black #tmp_wrapper .sec_about .about_col_ttl h3 > span,
.color_blue #tmp_wrapper .sec_about .about_col_ttl h3 > span,
.color_yellow #tmp_wrapper .sec_about .about_col_ttl h3 > span,
.color_black #tmp_wrapper .image_bg,
.color_blue #tmp_wrapper .image_bg,
.color_yellow #tmp_wrapper .image_bg,
.color_black #tmp_wrapper .image_bg > span,
.color_blue #tmp_wrapper .image_bg > span,
.color_yellow #tmp_wrapper .image_bg > span,
.color_black #tmp_wrapper .sec_ttl h2,
.color_blue #tmp_wrapper .sec_ttl h2,
.color_yellow #tmp_wrapper .sec_ttl h2,
.color_black #tmp_wrapper .sec_ttl p,
.color_blue #tmp_wrapper .sec_ttl p,
.color_yellow #tmp_wrapper .sec_ttl p,
.color_black #tmp_wrapper .sec_ttl span,
.color_blue #tmp_wrapper .sec_ttl span,
.color_yellow #tmp_wrapper .sec_ttl span {
    width: auto !important;
    height: auto !important;
    text-indent: 0 !important;
}
.color_black #tmp_wrapper .simple_btn a::before,
.color_blue #tmp_wrapper .simple_btn a::before,
.color_black #tmp_wrapper .simple_btn a::after,
.color_blue #tmp_wrapper .simple_btn a::after {
    background: #ffff00;
}
.color_yellow #tmp_wrapper .simple_btn a::before,
.color_yellow #tmp_wrapper .simple_btn a::after {
    background: #000000;
}
.color_black #tmp_mainvs .mainvs_copy,
.color_blue #tmp_mainvs .mainvs_copy,
.color_yellow #tmp_mainvs .mainvs_copy {
    padding: 10px;
}
.color_black #tmp_wrapper .sec_about .about_col,
.color_blue #tmp_wrapper .sec_about .about_col,
.color_yellow #tmp_wrapper .sec_about .about_col {
    max-width: 100%;
}
.color_black #tmp_wrapper .sec_about .about_col_ttl h3,
.color_blue #tmp_wrapper .sec_about .about_col_ttl h3,
.color_yellow #tmp_wrapper .sec_about .about_col_ttl h3 {
    border-radius: 50%;
    border: 2px solid;
}
.fsize_big2.color_black #tmp_wrapper .sec_about .about_col_ttl h3,
.fsize_big2.color_blue #tmp_wrapper .sec_about .about_col_ttl h3,
.fsize_big2.color_yellow #tmp_wrapper .sec_about .about_col_ttl h3 {
    width: 110px;
    height: 110px;
}
.color_black #tmp_wrapper .sec_movie .movie_iframe,
.color_blue #tmp_wrapper .sec_movie .movie_iframe,
.color_yellow #tmp_wrapper .sec_movie .movie_iframe {
    border: 2px solid;
}
.color_black #tmp_wrapper .sec_route .route_galleries .item_inner,
.color_blue #tmp_wrapper .sec_route .route_galleries .item_inner,
.color_yellow #tmp_wrapper .sec_route .route_galleries .item_inner{
    border: 1px solid;
}
.color_black #tmp_wrapper .sec_route .route_galleries .item_lbl,
.color_blue #tmp_wrapper .sec_route .route_galleries .item_lbl,
.color_yellow #tmp_wrapper .sec_route .route_galleries .item_lbl,
.color_black #tmp_wrapper .sec_route .route_galleries .item_lbl img,
.color_blue #tmp_wrapper .sec_route .route_galleries .item_lbl img,
.color_yellow #tmp_wrapper .sec_route .route_galleries .item_lbl img,
.color_black #tmp_wrapper .sec_route .route_galleries .item_cnt,
.color_blue #tmp_wrapper .sec_route .route_galleries .item_cnt,
.color_yellow #tmp_wrapper .sec_route .route_galleries .item_cnt{
    background-color: transparent !important;
}
.color_black .simple_btn a:hover,
.color_blue .simple_btn a:hover,
.color_yellow .simple_btn a:hover{
    text-decoration: underline;
}
.color_black #tmp_wrapper .sec_route .route_galleries .item_title,
.color_blue #tmp_wrapper .sec_route .route_galleries .item_title,
.color_yellow #tmp_wrapper .sec_route .route_galleries .item_title{
    width: 100% !important;
    height: auto !important;
}
.color_black #tmp_wrapper .sec_route .route_galleries .item_title span,
.color_blue #tmp_wrapper .sec_route .route_galleries .item_title span,
.color_yellow #tmp_wrapper .sec_route .route_galleries .item_title span{
    z-index: inherit !important;
    text-indent: inherit !important;
}
