/* ----- 初期設定 -------------------------------------------- */
@charset "UTF-8";
/* ---------------------------------------------------------- */

/* ----- 地方mapメイン表示の設定内容 ---------------------------- */
.region-title {
    height: 100px;
    width: 878px;
    background-color: white;
    border: 1px solid #c0c0c0;
    padding: 0 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;             /* テキストの位置指定 */
}

.region-title h1 {
    margin: 0px;
}

.sub-select-area-top {
    width: 730px;
    display: flex;
    margin: 0 auto;
    padding-bottom: 15px;
}

.sub-select-area {
    padding-bottom: 0px;
}

.sub-select-area ul {
    display: flex;
    list-style-type: none;
}

.sub-select-area li {
    width: 91px;
    text-align: center;
}

.sub-select-area a {
    text-decoration: none;
}

.sub-select-area a:hover {
    text-decoration: underline;
}

.sub-select-area p {
    color: #5a5c5f;
}

.region-top {
    width: 730px;
    padding-bottom: 60px;           /* 下部の余白 */
    color: #5a5c5f;                 /* 文字の色 */
    display: flex;
    margin: 0 auto;
}

.region-map-list {
    width: 198px;
    padding: 10px 0px 10px;
    background-color: white;
    border: 1px solid #c0c0c0;
    box-shadow: 3px 3px 5px #b7b7b7;
    margin-bottom: 20px;
}

.region-map-list h3 {
    text-align: center;
    margin-bottom: 10px;
}

.region-map-list li {
    margin-left: 2em;
    line-height: 160%;
    list-style-type: none;
}

.region-map-list li:hover {
    list-style-image: url(../images/yajirusi103.gif);
}

.region-map-list a {
    text-decoration: none;
}

.region-map-list a:hover {
    text-decoration: underline;
    color: red;
}

.region-map-list p {
    width: 165px;
    margin-left: 0.5em;
    padding-left: 5px;
    line-height: 150%;
    background-color: #fce4d6;
    border-radius: 10px;
}

.region-map-list p::before {
    content: url(../images/yajirusi133.gif);
}

/* ---------------------------------------------------------- */

/* ----- 新着旅行記表示の設定内容 ------------------------------- */
.main-information {
    /* padding-bottom: 30px; */
}

.main-information h2 {
    margin-bottom: 10px;
    text-align: center;
}

.main-info-title {
    width: 650px;
    display: flex;
    margin: 0px auto 10px;
}

.main-info-title h3 {
    height: 24px;
    width: 205px;
	margin-right: 20px;
	padding: 5px 0px 0px 25px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/head010_02.gif);
}

.main-info-title img {
    width: 400px;
    height: 100%;
    padding-top: 3px;
}

.information-card {
    width: 650px;
    /* height: 175px; */
    background-color: white;
    border: 1px solid #c0c0c0;
    margin: 0 auto 10px;            /* 上、左右、下 */
}

.information-card-inner {
    padding: 5px 10px 5px;
}

.information-card-inner hr {
    height: 1px;
    background-color: #c0c0c0;
    border: none;
    color: #c0c0c0;
    margin-bottom: 10px;
}

.inner-no {
    display: flex;
}

.card-no {
    font-size: 14px;
}

.new-icon {
    padding-left: 10px;
}

.genre {
    font-size: 14px;
    margin-left: auto;
    margin-bottom: 5px;
}

.inner-title {
    /* margin-bottom: 0px; */
    display: flex;
}

.inner-title a {
    text-decoration: none;
}

.title-size {
    font-size: 20px;
}

.title-size:hover {
    text-decoration: underline;
}

.area-map {
    padding: 2px 5px;
    margin: auto 0;                 /* 上下、右左 */
    margin-left: auto;
    border-radius: 10px;
}

.area-map:hover {
    text-decoration: underline;
}

.inner-content {
    display: flex;
}

.top-img-link {
    width: 200px;
}

.top-img-link:hover {
    opacity: 0.5;
}

.card-top-img {
    width: 100%;
}

.inner-details {
    width: 420px;
    margin-left: 10px;
}

.inner-details p {
    margin-bottom: 5px;
}

.address-map {
    display: flex;
}

.view-map {
    margin-left: auto;
}

.view-map a {
    text-align: center;
    text-decoration: none;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 0 10px;
}

.view-map a:hover {
    background-color: #7fffd4;
}

.inner-comment {
    line-height: 140%;
}

.others-new-card {
    width: 650px;
    padding-bottom: 15px;
    margin: 0 auto;
    text-align: right;
}

.others-new-card a {
    text-decoration: none;
}

.others-new-card a:hover {
    text-decoration: underline;
}
