@charset "utf-8";

@media screen and (max-width : 640px) {
/* ==================================================
contents
================================================== */
/* Common */
.sec_ttl h2,
.sec_ttl p {
    max-width: 100%;
    font-size: 230.8%;
    margin-bottom: 15px;
}
.simple_btn {
	padding: 0;
}
.simple_btn a {
    width: 80%;
}
.sec_des {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.sec_des br {
    display: none;
}
.sec_about .container,
.sec_movie .container {
    padding: 0;
}
/* Mainvs */
#tmp_mainvs .mainvs_copy {
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
    background-image: url(/site/shared/templates/aruku_top/images/sp_maincopy.png);
    background-size: 80% auto;
    transform: none;
    font-size: 200%;
}
/* About section */
.sec_about {
    padding: 50px 0;
    background-size: 70%;
}
.sec_about .sec_ttl {
    padding: 0 5%;
}
.sec_about .sec_ttl h2 {
    width: 255px;
    height: 83px;
}
.sec_about .sec_cnt {
    display: block;
    margin-top: 29px;
    margin-bottom: 59px;
    width: 85%;
}
.sec_about .about_col {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    margin-bottom: 29px;
}
.sec_about .about_col_ttl {
    width: 17%;
}
.sec_about .about_col_ttl h3 {
    width: 100%;
    height: 0;
    padding-top: 100%;
    font-size: 100%;
}
.sec_about .about_col_cnt {
    margin-top: 0;
    padding-top: 4px;
    width: 80%;
}
.sec_about .about_col_cnt .image_bg {
    height: 100%;
}
/* Route section */
.sec_route{
    padding: 50px 0 79px;
    background-size: 640px auto;
}
.sec_route .route_lead{
    margin-bottom: 30px;
    text-align: left;
}
.sec_route .sec_ttl h2{
    margin-bottom: 30px;
    width: 155px;
    height: 78px;
}
.sec_route .route_lead > p > br{
    display: none;
}
.sec_route .container{
    padding-left: 18px;
    padding-right: 18px;
}
.sec_route .route_galleries{
    flex-direction: column;
    gap: 30px 0;
}
.sec_route .route_galleries .item{
    width: 100%;
    max-width: 100%;
}
.sec_route .route_galleries .item_inner{
    background-repeat: no-repeat;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.sec_route .route_galleries .item_img{
    display: none;
}
.sec_route .route_galleries .item_title{
    margin-bottom: 19px;
    height: 21px;
    background-size: auto 21px;
}
.sec_route .route_galleries .item_text{
    line-height: 1.5;
}
.sec_route .route_galleries .cnt_inner + .simple_btn{
    margin-top: 16px;
}
.sec_route .route_galleries .item_lbl{
    top: -10px;
    right: -10px;
    width: 52px;
    height: 52px;
}
.sec_route .route_galleries .ctg1 .item_inner{
    background-image: url(/site/shared/templates/aruku_top/images/route_item1_symbol.png);
    background-position: right 36px top 20px;
    background-size: 80px auto;
}
.sec_route .route_galleries .ctg2 .item_inner{
    background-image: url(/site/shared/templates/aruku_top/images/route_item2_symbol.png);
    background-position: right 33px top 20px;
    background-size: 101px auto;
}
.sec_route .route_galleries .ctg3 .item_inner{
    background-image: url(/site/shared/templates/aruku_top/images/route_item3_symbol.png);
    background-position: right 32px top 40px;
    background-size: 109px auto;
}
.sec_route .route_galleries .ctg4 .item_inner{
    background-image: url(/site/shared/templates/aruku_top/images/route_item4_symbol.png);
    background-position: right 50px top 20px;
    background-size: 73px auto;
}
.sec_route .route_galleries .ctg5 .item_inner{
    background-image: url(/site/shared/templates/aruku_top/images/route_item5_symbol.png);
    background-position: right 48px top 20px;
    background-size: 81px auto;
}
.sec_route .route_galleries .ctg6 .item_inner{
    background-image: url(/site/shared/templates/aruku_top/images/route_item6_symbol.png);
    background-position: right 46px top 20px;
    background-size: 96px auto;
}
/* Outdoor section */
.sec_outdoor {
    display: block;
    padding-bottom: 50px;
}
.sec_outdoor .outdoor_img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.sec_outdoor .outdoor_lead {
    width: 90%;
    min-width: auto;
    padding: 0;
    margin: 0 auto;
}
.sec_outdoor .sec_ttl h2 {
    width: 245px;
    height: 74px;
}
.sec_outdoor .sec_des {
    width: 100%;
    margin-bottom: 30px;
}
/* Movie section */
.sec_movie {
    padding: 50px 0;
    border-top: 1px solid #cccccc;
}
.sec_movie .sec_ttl {
    padding: 0 5%;
}
.sec_movie .sec_ttl h2 {
    width: 150px;
    height: 84px;
}
.sec_movie .move_list {
    display: block;
    margin-top: 29px;
}
.sec_movie .movie_item {
    width: auto;
    padding: 0 5%;
    margin-bottom: 40px;
}
.sec_movie .movie_item:nth-child(3) {
    margin-bottom: 39px;
}
.sec_movie .movie_item:nth-child(4) {
    margin-bottom: 41px;
}
.sec_movie .movie_des {
    line-height: 1.2;
}
/* Banner + News section */
.sec_publicity .publicity_list ul{
	gap: 20px 0;
	justify-content: center;
	max-width: 220px;
    padding: 0;
}
.sec_news {
    padding: 49px 0 100px;
    background-color: #f5f5f8;
    color: inherit;
}
.sec_news .news_list {
    padding: 0 8px;
}
.sec_news .sec_ttl {
    padding-left: 0;
}
.sec_news .sec_ttl h2 {
    width: 94px;
    height: 22px;
}
.sec_news .news_list table {
	margin-bottom: 30px;
}
.sec_news .news_list table td {
	display: block;
    padding: 0 0 10px;
    line-height: 1.6;
    font-size: 92.3%;
}
.sec_news .news_list table td:not(:first-child) {
	border-top: none;
    padding-left: 0;
}
.sec_news .news_list table td:first-child {
    width: 100%;
    padding: 10px 0 0;
    line-height: 1.2;
}
/* reset hover */
.sec_news .simple_btn a:hover {
    background-color: #0071bc;
}
.simple_btn a:hover::before,
.simple_btn a:hover::after {
    right: 13px;
}
.sec_publicity .publicity_list ul a:hover img{
	opacity: 1;
}
.sec_news .news_list table a:hover {
    color: #333333;
    text-decoration: underline;
}
.sec_route .route_galleries .simple_btn a:hover{
    background-color: #4B7416;
}
.sec_outdoor .simple_btn a:hover{
    background-color: #603813;
}
/* ==================================================
accessibility
================================================== */

/* fsize */

/* color */
.color_black #tmp_mainvs .mainvs_copy,
.color_blue #tmp_mainvs .mainvs_copy,
.color_yellow #tmp_mainvs .mainvs_copy {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    width: 100% !important;
    height: auto !important;
}
.color_black #tmp_wrapper .sec_about .about_col_ttl,
.color_blue #tmp_wrapper .sec_about .about_col_ttl,
.color_yellow #tmp_wrapper .sec_about .about_col_ttl,
.color_black #tmp_wrapper .sec_about .about_col_cnt,
.color_blue #tmp_wrapper .sec_about .about_col_cnt,
.color_yellow #tmp_wrapper .sec_about .about_col_cnt {
    display: flex;
    align-items: center;
}
.color_black #tmp_wrapper .sec_about .about_col_ttl,
.color_blue #tmp_wrapper .sec_about .about_col_ttl,
.color_yellow #tmp_wrapper .sec_about .about_col_ttl {
    width: auto;
}
.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 {
    width: 60px;
    height: 60px;
    padding-top: 0;
}
.color_black #tmp_wrapper .sec_about .about_col_cnt,
.color_blue #tmp_wrapper .sec_about .about_col_cnt,
.color_yellow #tmp_wrapper .sec_about .about_col_cnt {
    width: calc(100% - 70px);
}
.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{
    padding-right: 40px !important;
}
.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: 80px;
    height: 80px;
}
.fsize_big2.color_black #tmp_wrapper .sec_about .about_col_cnt,
.fsize_big2.color_blue #tmp_wrapper .sec_about .about_col_cnt,
.fsize_big2.color_yellow #tmp_wrapper .sec_about .about_col_cnt {
    width: calc(100% - 90px);
}

/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
}