@charset "utf-8";
/* CSS Document */


/*------------------
  ページタイトル
-------------------*/
.page_title {
    background-image: url(../img/tourist_locations/title_img_summer.jpg);
}
.out_header .pc h1 img {
    max-width: 260px;
}
/*------------------
 メイン
-------------------*/ 
.main_contents section .inner {
    max-width: 100%;
    padding: 6rem 0rem;
}
.main_contents .inner img {
    max-width: 600px;
    width: 100%;
    height: auto;
}
/*------------------
 各セクション
-------------------*/
.main_contents .inner .spot {
    padding: 4rem 0;
}
.main_contents .inner .spot_inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}
.main_contents section .inner .spot:nth-child(odd) {
    background-color: #f3f3f3;
} 
.main_contents .inner .wrapper {
    display: flex;
    justify-content: space-between;
}
.main_contents .inner .wrapper .img {
    width: 40%;
}
.main_contents .inner .txt {
    text-align: left;
    width: 56%;
}
.main_contents .lantern .inner .txt {
    width: 100%;
}
.main_contents .inner .txt dt {
    font-weight: bold;
}
.main_contents .inner  .txt dd {
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}

/*スマホ対応*/  
@media screen and (max-width:501px) {
.main_contents section .inner {
    padding: 1rem 0rem;
}
.main_contents .inner .spot {
    padding: 2rem 0 2rem;
}
.main_contents .inner .wrapper {
    display: block;
}
.main_contents .inner .wrapper .img {
    width: 100%;
    margin-bottom: 1rem;
}
.main_contents .inner .txt {
    width: 100%;
}
}











