<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.sp-only {
    display: none !important;
}

img {
    vertical-align: bottom;
}

html {
    font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'メイリオ', Meiryo, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', sans-serif, 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO';
    -webkit-text-size-adjust: 100%;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

.fadein {
    position: relative;
}

.fadein img:hover {
    opacity: 0.8;
    transition: 0.5s;
}

/* == common ============================================== */


body {
    margin: 0;
    background: #f9f3e6;
    position: relative;
}

#wrapper {
    width: calc(100% - 340px);
    margin-left: 325px;
    box-sizing: border-box;
}

.flex_wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 25px 0 0;
}

header {
    width: 280px;
    float: left;
    margin: 0 0 0 15px;
}

.side_nav {
    width: 280px;
    position: fixed;
}

.side_nav a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'メイリオ', Meiryo, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', sans-serif, 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO';
}

.side_nav a img {
    vertical-align: inherit;
}

.side_nav ul {
    border: 2px solid #fff;
    border-radius: 20px;
    background-color: #fff;
}

.side_nav li a {
    display: block;
    border-bottom: 1px solid #fff;
    background-color: #38a683;
    list-style: none;
    line-height: 50px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    position: relative;
}

.side_nav li.logo_area a {
    background: none;
    line-height: 0;
    padding: 0;
}

.side_nav li.logo_area a:hover {
    opacity: .7;
    background: none;
}

.side_nav li.logo_area a:hover::after {
    display: none;
}

.side_nav li a:hover,
.side_nav li a.on {
    background-color: #275260;
}

.side_nav li a:hover::after,
.side_nav li a.on::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 18px;
    right: 20px;
    background-image: url("../image/arrow_icon.png");
    background-repeat: no-repeat;
}

.side_nav li:first-child {
    border-radius: 20px 20px 0 0;
    padding: 35px 0;
    background: none;
    text-align: center;
}

.side_nav li:first-child img {
    width: 180px;
}

.side_nav li:last-child a {
    border-bottom: none;
    border-radius: 0 0 20px 20px;
}

footer {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    background: #fff;
}

footer .footer_box {
    width: 100%;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}

footer .footer_box #pagetop {
    position: absolute;
    top: -30px;
    right: 20px;
    cursor: pointer;
    transition: 0.5s;
}

footer .footer_box #pagetop:hover {
    opacity: .7;
}

.footer_logo img {
    margin-top: 40px;
    width: 130px;
    height: auto;
}

address {
    margin-top: 20px;
    font-weight: 600;
    font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'メイリオ', Meiryo, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', sans-serif, 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO';
}

small {
    display: inline-block;
    margin: 30px 0;
    font-weight: 600;
    font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'メイリオ', Meiryo, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', sans-serif, 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO';
    font-size: 12px;
}

/* == frontpage ==============================================*/

#top {}

#top .zoom {
    overflow: hidden;
    border-radius: 20px;
}

#top .zoom img {
    transition: 0.4s;
}

#top .zoom img:hover {
    transform: scale(1.06, 1.06);
}

#top .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    opacity: 0.8;
    display: none;
    border-radius: 0 0 20px 20px;
    font-size: 16px;
    line-height: 1.4em;
    font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'メイリオ', Meiryo, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', sans-serif, 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO';
}

#top .left_area01 {
    width: 65%;
    float: left;
    margin: 0 2% 2% 0;
    box-sizing: border-box;
}

#top .left_area01 .item {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

#top .left_area01 .item img {
    width: 100%;
}

#top .right_area01 {
    width: 32%;
    float: left;
}

#top .item_2 {
    width: 32%;
    float: left;
    box-sizing: border-box;
    margin: 0 2% 2% 0;
}

#top .item_2.last_item {
    margin: 0 0 2% 0;
}

#top .item_2 img {
    width: 100%;
    height: auto;
}

#top .right_area01 .item_2 {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    float: none;
    margin: 0 0 5%;
}

#top .item_3 {
    width: 66%;
    float: left;
    box-sizing: border-box;
    margin: 0 0 2%;
}

#top .item_3 iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

#top .news {
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    overflow-y: scroll;
    margin: 3.5% 0 0;
    box-sizing: border-box;
}

#top .news_img {
    margin: 25px 0 20px 0;
}

#top .news ul {
    text-align: left;
    padding: 0 25px 25px;
    margin: 0 auto;
}

#top .news time {
    font-weight: bold;
    font-size: 13px;
    background: #38a683;
    padding: 7px 15px;
    border-radius: 15px;
    color: #fff;
}

#top .news li {
    list-style: none;
    border-bottom: dashed 1px #38a683;
    text-decoration: none;
    color: #000;
    padding: 5px 0;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

#top .news li:first-child {
    border-top: dashed 1px #38a683;
}

#top .news time {
    line-height: 42px;
    font-size: 12px;
}

/* 0202 add */
#top .left_area.cf {
    width: 66%;
    float: left;
}

#top .left_area.cf .item_2 {
    width: 49%;
}

/* 2024年改修 */
div.abouts_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2%;
    margin-top: 20px;
}

div.pr_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2%;
    margin-top: 20px;
}


div.newsyoutube_area {
    flex-basis: 65%;
}

.youtube_area {
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
}

.youtube_area iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

#top #facebook {
    width: 32%;
    /* float: right; 2024年改修*/
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    padding-bottom: 45px;
}

#top #facebook .news_img {
    padding: 40px 0 35px;
    margin: 0 0 20px;
    text-align: center;
    border-bottom: 1px dashed #38a683;
}

#top #facebook .news_img img {
    width: 75%;
}

#top #facebook_inner {
    width: 84%;
    margin: 0 auto;
    padding-bottom: 10%;
    overflow: hidden;
}


/* == underpage ============================================== */
.slick-counter {
    display: none;
}

.listStyle01 {
    list-style: disc;
    padding: 0 0 0 20px;
}

.listStyle01 li {
    margin: 0 0 5px;
}

.linkBtn {
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    background: url("../image/link_icon.png") center right no-repeat;
    padding: 0 18px 0 0;
    margin: 10px 0 0;
    display: inline-block;
}

.linkBtn:hover {
    text-decoration: none;
}

.slide_photo {
    width: 100%;
    margin: 0 auto 18px;
    text-align: center;
}

/* 2024年改修 */
.slide-content img {
    margin: 0;
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 22px;
}

.slide-thumbnail {
    margin-top: 5px;
}

.section_header h1 {
    font-size: 28px;
    margin: 6px 0 16px;
    background: url("../image/h1_bg01.png") repeat-x bottom;
    padding: 0 0 12px;
    line-height: 1.4;
}

.section_header.header_border_blue h1 {
    background: url("../image/h1_bg02.png") repeat-x bottom;
}

.section_header.header_border_green h1 {
    background: url("../image/h1_bg03.png") repeat-x bottom;
}

.area_name {
    display: flex;
    margin: 0;
}

.tour_name {
    margin: 0 0 0 12px;
    font-size: 16px;
}

.tour_name span {
    margin: 0 15px;
}

.area_box {
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    display: inline-block;
    height: 26px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
}

.area_orange {
    background-color: #f38731;
}

.area_blue {
    background-color: #4799cf;
}

.area_green {
    background-color: #34987c;
}

.h2_style {
    font-size: 22px;
    margin: 8px 0 16px;
    background: url("../image/h1_bg01.png") repeat-x bottom;
    padding: 0 0 12px;
    line-height: 1.4;
}

.content_border_blue .h2_style {
    background: url("../image/h1_bg02.png") repeat-x bottom;
}

.content_border_green .h2_style {
    background: url("../image/h1_bg03.png") repeat-x bottom;
}

.content_header_orange:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-top: 5px solid #f38731;
    background: repeating-linear-gradient(-45deg, #fbceaa, #fbceaa 2px, #fff 2px, #fff 4px);
    margin-top: 4px;
}

.content_header_blue:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-top: 5px solid #f38731;
    background: repeating-linear-gradient(-45deg, #fbceaa, #fbceaa 2px, #fff 2px, #fff 4px);
    margin-top: 4px;
}

.content_header_green:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-top: 5px solid #f38731;
    background: repeating-linear-gradient(-45deg, #fbceaa, #fbceaa 2px, #fff 2px, #fff 4px);
    margin-top: 4px;
}

.content_border_orange:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-top: 5px solid #f38731;
    background: repeating-linear-gradient(-45deg, #fbceaa, #fbceaa 2px, #fff 2px, #fff 4px);
    margin-top: 4px;
}

.content_border_blue:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-top: 5px solid #4799cf;
    background: repeating-linear-gradient(-45deg, #a1cbe7, #a1cbe7 2px, #fff 2px, #fff 4px);
    margin-top: 4px;
}

.content_border_green:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-top: 5px solid #4799cf;
    background: repeating-linear-gradient(-45deg, #a1cbe7, #a1cbe7 2px, #fff 2px, #fff 4px);
    margin-top: 4px;
}

.list_tytle {
    margin: 0;
    font-size: 18px;
    font-family: 'メイリオ';
}

.list_text {
    margin: 0;
}

.thick_tytle {
    font-weight: 600;
    margin-top: 10px;
    font-size: 18px;
}

.info_header {
    height: 50px;
    position: relative;
    margin-bottom: 17px;
}

.info_header:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-top: 5px solid #f38731;
    background: repeating-linear-gradient(-45deg, #fbceaa, #fbceaa 2px, #fff 2px, #fff 4px);
    margin-top: 4px;
}

.info_list {
    font-size: 16px;
    box-sizing: border-box;
}

.info_list dl {
    border: 2px solid #c9c9c9;
    background: #fff;
    border-radius: 20px;
    width: 100%;
}

.info_list dt {
    float: left;
    clear: left;
    width: 10em;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 600;
}

.info_list dd {
    border-bottom: 1px dashed #c9c9c9;
    padding: 20px 20px 20px 10em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.info_list dd:last-child {
    border: none;
}

.info_list dd a {
    color: #000;
    text-decoration: underline;
}

.info_list dd a:hover {
    text-decoration: none;
}

.info_list h3 {
    padding: 20px;
    box-sizing: border-box;
    font-weight: 600;
    border-bottom: 1px dashed #c9c9c9;
}

.relation_color_blue h2 {
    background-color: #4799cf;
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 20px;
    margin: 0 0 14px;
}

.relation_color_orange h2 {
    background-color: #f38731;
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 20px;
    margin: 0 0 14px;
}

.relation_color_blue h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(-45deg, #aad0e9, #aad0e9 2px, #fff 2px, #fff 4px);
}

.relation_color_orange h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(-45deg, #f4c7c7, #f4c7c7 2px, #fff 2px, #fff 4px);
}

.relation_content_wrap ul {
    overflow: hidden;
}

.relation_content_wrap li {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
}

.relation_content_wrap li:nth-child(3n) {
    margin: 0;
}

.relation {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
}

.content_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 25px 0;
}

/*
.content_wrap p {
    font-size: 16px;
}
*/
.relation_content_wrap {
    overflow: hidden;
}

.relation_content {
    margin: 7px;
    width: 100%;
}

.relation_content_img:hover {
    opacity: .5;
    transition: .4s;
}

.relation_content_img img {
    width: 100%;
}

.blue_tour {
    color: #fff;
    background-color: #4799cf;
    width: 84px;
    height: 30px;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    margin: 8px 0 6px;
    font-weight: 600;
}

.blue_text {
    color: #4799cf;
    margin: 0;
    background: url("../image/infra_img/position.png") no-repeat left 5px;
    padding-left: 15px;
}

.orange_text {
    color: #f38731;
    background: url(../image/tour_img/position.png) no-repeat left 5px;
    padding-left: 15px;
    margin: 8px 0 0;
}

.position_text span {
    color: #c9c9c9;
    margin: 0 5px;
}

.place_name {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    width: 100%;
    color: #000;
    margin: 0;
}

.place_name {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.tour_text {
    font-size: 14px;
    margin: 10px 0;
}

.tour_text span {
    padding: 8px;
    background-color: #eee;
    border-radius: 5px;
}

.place_name a {
    text-decoration: none;
}

.tour_box a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.tour_box a::after {
    position: absolute;
    bottom: 3px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #4799cf;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.orenge .tour_box a::after {
    background: #f38731;
}

#search .tour_box a::after {
    background: #f38731;
}

.tour_box a:hover::after {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.list_button {
    margin: 40px 0 70px 0;
}

.list_button a {
    display: flex;
    padding: 8px 5px;
    line-height: 28px;
    border-radius: 20px;
    width: 220px;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    background: #38a683;
    transition: .5s;
}

.list_button a:hover {
    opacity: .7;
}

.list_button a img {
    margin: 0 40px 0 10px;
}

.list_button_en {
    margin: 40px 0 70px 0;
}

.list_button_en a {
    display: flex;
    padding: 8px 5px;
    line-height: 28px;
    border-radius: 20px;
    width: 220px;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    background: #38a683;
    transition: .5s;
}

.list_button_en a:hover {
    opacity: .7;
}

.list_button_en a img {
    margin: 0 60px 0 10px;
}

#wrap {
    background-color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

#slider {
    width: 300px;
    margin: 0 auto 30px;
}

.slide-item img {
    width: 100%;
}

#thumbnail-list {
    width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* ====== 
infra_search
======*/
#search .flex_wrap {
    padding: 0;
}

#search .side_nav {
    padding: 25px 0 0;
}

#search .search_ul {
    margin: 0 0 20px;
}

#search .relation {
    margin-bottom: 80px;
}

#search .search_ul li {
    border: 2px solid #c9c9c9;
    border-radius: 15px;
    padding: 10px 15px;
    margin-bottom: 20px;
    background: #fff;
    display: none;
}

#search .search_ul li.js_selected {
    display: block;
}

#search .search_ul li .relation_content {
    overflow: hidden;
}

#search .search_ul li .relation_content_img {
    width: 30%;
    max-width: 200px;
    float: left;
}

#search .search_ul li .tour_box {
    width: 62%;
    float: left;
    margin: 0 0 0 15px;
}

#search .search_ul li .orange_text {
    margin: 0;
}

#search .relation h2 {
    background-color: #f38731;
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 20px;
    margin: 0 0 14px;
}

#search .relation h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(-45deg, #f4c7c7, #f4c7c7 2px, #fff 2px, #fff 4px);
}


/*サーチエリア*/
.js_target {
    display: none;
}

#search #toursearch .search_ul li {
    display: block;
}

#search #toursearch .search_ul li.is-hide {
    display: none;
}

.el_searchResult {
    margin: 20px 0 0 5px;
    font-size: 14px;
}

.js_target.js_selected {
    display: block;
}

.bl_selectBlock {
    margin: 0 0 40px;
}

.bl_selectBlock label {
    display: inline;
}

.bl_selectBlock_check label {
    cursor: pointer;
}

.bl_selectBlock_wrapper .jq_accordion dt {
    background: #535353;
    border-top: #c9c9c9 solid 3px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    cursor: pointer;
    margin: 20px 0 0;
}

.bl_selectBlock_wrapper .jq_accordion.meiji_search dt {
    cursor: inherit;
}

.bl_selectBlock_wrapper .jq_accordion dt.mb0 {
    margin: 0;
}

.bl_selectBlock_wrapper .jq_accordion dt span {
    display: block;
    position: relative;
}

.bl_selectBlock_wrapper .jq_accordion dt span::before,
.bl_selectBlock_wrapper .jq_accordion dt span::after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.bl_selectBlock_wrapper .jq_accordion.meiji_search dt span::before,
.bl_selectBlock_wrapper .jq_accordion.meiji_search dt span::after {
    display: none;
}

.bl_selectBlock_wrapper .jq_accordion dt span::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.4s;
}

.bl_selectBlock_wrapper .jq_accordion dt.accordion__open span::after {
    transform: rotate(0);
    transition: 0.4s;
    top: 48%;
}

.bl_selectBlock_wrapper .jq_accordion dd {
    background: #fff;
    overflow: hidden;
    /*	padding: 5px 0 0;*/
    border-bottom: 1px solid #c9c9c9;
}

.bl_selectBlock_wrapper .jq_accordion dd ul {
    padding: 5px 0 0;
}

.bl_selectBlock_wrapper .jq_accordion dd li {
    float: left;
    width: 270px;
    box-sizing: border-box;
    padding: 5px 0 5px 5px;
    margin: 0 2px 0 0;
}

.bl_selectBlock_wrapper .jq_accordion dd .meiji_input_wrap li {
    width: 105px;
}

.bl_selectBlock_content table {
    width: 100%;
}

.bl_selectBlock_content table tr {
    border-collapse: collapse;
    border-bottom: 1px dashed #c9c9c9;
}

.bl_selectBlock_content table tr.no_line {
    border: none;
}

.bl_selectBlock_content table th {
    width: 110px;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: left;
}

.bl_selectBlock_content table td {
    padding: 5px 10px;
}

.bl_selectBlock_check {
    margin: 0 15px 0 0;
}

/*明治*/
#search .meiji_sec h2 {
    background-color: #15a155;
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 20px;
    margin: 20px 0 14px;
}

#search .meiji_sec h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(-45deg, #56b978, #56b978 2px, #fff 2px, #fff 4px);
}

.meiji_sec ul {
    overflow: hidden;
}

.meiji_sec ul li {
    background: #fff;
    border-top: 1px dashed #c9c9c9;
    border-left: 2px solid #c9c9c9;
    border-right: 2px solid #c9c9c9;
}

.meiji_sec ul li a {
    padding: 15px 20px 12px;
    display: block;
    background: url("../image/icon_pdf.png") no-repeat 98% 50%;
    transition: .3s;
}

.meiji_sec ul li a:hover {
    opacity: .6;
}

.meiji_sec ul li:first-child {
    border-top: 2px solid #c9c9c9;
    border-radius: 20px 20px 0 0;
}

.meiji_sec ul li:last-child {
    border-bottom: 2px solid #c9c9c9;
    border-radius: 0 0 20px 20px;
}

/*関連リンク*/
.link_wrap {
    font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'メイリオ', Meiryo, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', sans-serif, 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO';
    padding: 25px 0 0;
}

.link_wrap .link_ul {
    margin: 0 0 40px;
}

.link_wrap .link_ul li {
    border-bottom: 1px solid #c9c9c9;
    padding: 18px 0 16px;
}

.link_wrap .link_ul li:first-child {
    border-top: 1px solid #c9c9c9;
}

.link_wrap .link_ul li a {
    font-weight: 600;
    font-size: 20px;
    transition: .3s;
    background: url("../image/icon_re.png") no-repeat right 50%;
    padding: 0 25px 0 0;
    text-decoration-line: underline;
}

.link_wrap .link_ul li a.pdf {
    background: url("../image/icon_pdf.png") no-repeat right 50%;
    padding: 6px 30px 6px 0;
    margin-right: 30px;
}

.link_wrap .link_ul li a:hover {
    opacity: .7;
}

.link_wrap .text_area {}

.link_wrap .link_ul02 li {
    border-bottom: 1px solid #c9c9c9;
    padding: 18px 0 16px;
    line-height: 1.8rem;
}

.link_wrap .link_ul02 li a {
    transition: .3s;
    background: url("../image/icon_re.png") no-repeat right 50%;
    padding: 2px 25px 2px 0;
}

.link_wrap .link_ul02 li a:hover {
    opacity: .7;
}

.link_wrap .link_ul02 li .title_p {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 5px;
}

/*インフラフォトジェニック*/
.photo_wrap {
    padding: 25px 0 0;
}

.photo_wrap .text_style {
    margin: 0 0 15px;
}

.photo_wrap .photo_ul {
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.photo_wrap .photo_ul li {
    width: 48.8%;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    border-radius: 15px;
    padding: 18px;
    background: #fff;
    font-size: 14px;
    margin: 0 0 18px;
}

.photo_wrap .photo_ul li:nth-child(2n) {
    margin-left: 2.4%;
}

.photo_wrap .photo_ul li .imgArea {
    margin: 0 0 12px;
}

.photo_wrap .photo_ul li .imgArea img {
    transition: .3s;
}

.photo_wrap .photo_ul li .imgArea:hover img {
    opacity: .7;
}

.photo_wrap .photo_ul li .textArea {
    line-height: 1.6em;
    font-size: 16px;
}

.photo_wrap .photo_ul li .textArea .name,
.photo_wrap .photo_ul li .textArea .text {
    margin: 0 0 5px;
}

.photo_wrap .photo_ul li .textArea h2 {
    font-size: 22px;
    border-bottom: 1px solid #c9c9c9;
    margin: 0 0 5px;
    padding: 0 0 5px;
}

/* about */
.about_wrap .about_section {
    margin-top: 50px;
}

.section_header.header_border_brown h1 {
    background: url("../image/about/h1_bg03.png") repeat-x bottom;
}

.about_wrap .img_photo1 {
    margin-top: 20px;
}

.about_wrap .list_feature {
    width: 100%;
    margin-top: 20px;
}

.about_wrap .list_feature li {
    width: 100%;
    display: flex;
    align-items: center;
}

.about_wrap .list_feature li:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.about_wrap .list_feature .tit_feature {
    width: 50%;
    text-align: center;
    font-size: 18px;
}

.about_wrap .list_feature .tit_feature img {
    display: block;
    margin: 0 auto 5px;
}

.about_wrap .list_feature li&gt;img {
    width: 50%;
}

.about_wrap .img_photo2 {
    margin-bottom: 20px;
}

.about_wrap .list_organizer {
    margin: 15px 0 0;
}

.about_wrap .list_organizer li {
    margin-bottom: 15px;
}

.about_wrap .list_organizer .tit {
    display: flex;
    font-size: 22px;
}

.about_wrap .list_organizer .tit span {
    width: 45px;
    padding-top: 5px;
    align-self: flex-start;
    flex-shrink: 0;
    line-height: 1;
}

.about_wrap .list_organizer p {
    padding-left: 45px;
}

.about_wrap .img_photo3 {
    margin: 40px 0 20px;
}

.about_wrap .list_linkbtn {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.about_wrap .list_linkbtn li {
    position: relative;
    width: 22.66%;
}

.about_wrap .list_linkbtn li::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}

.about_wrap .list_linkbtn a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    border: 2px solid #c9c9c9;
    background: #fff;
    transition: 0.5s;
}

.about_wrap .list_linkbtn a:hover {
    background: #fffcf5;
}

.about_wrap .list_linkbtn img {
    width: 52%;
    max-width: 110px;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero {
    position: relative;
}

.hero__video {
    height: auto;
    width: 100%;
}

.btn_modal-close {
    background: #15a155;
    color: #fff;
    display: block;
    width: 200px;
    border-radius: 15px;
    margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    transition: 0.3s;
}

.btn_modal-close:hover {
    opacity: 0.7;
}





/*------------------200123 亘理追加---------------------*/

.imgArea {
    position: relative;
    width: 100%
}

.imgArea:before {
    position: absolute;
    content: '';
    border-top: 6vw solid transparent;
    border-right: 6vw solid rgba(0, 0, 0, 0.8);
    bottom: 0;
    right: 0;
    z-index: 10;
}

.imgArea:after {
    position: absolute;
    content: '';
    border: 2px solid #fff;
}

.imgArea a {
    position: relative;
    width: 100%;
    background-color: #fff;
    display: block;
}

.imgArea a:before,
.imgArea a:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 8%;
    right: 4%;
    width: 1.3vw;
    height: 0.2vw;
    background: #fff;
    z-index: 10;

}

.imgArea a:after {
    transform: rotate(90deg);
    z-index: 100;
}

/*------------------200204 亘理追加---------------------*/

/*------------------インフラサーチ---------------------*/


.bl_selectBlock_content_eng table th {
    width: 220px;
}

.bl_selectBlock_content_eng table td {
    overflow: hidden;
}

.bl_selectBlock_check_eng_area {
    display: inline-block;
    float: left;
    width: 18%;
}

.bl_selectBlock_check_eng {
    width: 100%;
}

.jq_accordion .content .english_theme li {
    width: 48%;
    border-bottom: 1px dashed #c9c9c9;
}

.jq_accordion .content .english_theme li:nth-child(9n),
.jq_accordion .content .english_theme li:nth-child(10n) {
    border-bottom: none;
}

/*------------------ツーリズムとは---------------------*/
.about_wrap .list_linkbtn_en li {
    width: 48%;
}

.about_wrap .list_linkbtn_en li::before {
    padding-top: 45%;
}

.about_wrap .list_linkbtn_en li img {
    width: 72%;
    max-width: 350px;
}

.about_wrap .list_linkbtn_en {
    margin: 40px 0 0 0;
}

/*------------------200220 亘理追加---------------------*/
/*------------------ツアー一覧---------------------*/
.bl_selectBlock .bl_selectBlock_wrapper h2,
.pickup_tour .pickup_tour_title {
    color: #000;
    padding: 15px 0 0 0;
    position: relative;
    margin: 0 0 14px;
    border-bottom: 4px solid #4096c9;
    font-size: 26px;
}

.bl_selectBlock .bl_selectBlock_wrapper h2::after,
.pickup_tour .pickup_tour_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(-45deg, #c0d7df, #c0d7df 2px, #fff 2px, #fff 4px);
}

.tour_box_inner .tour_name {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 16px;
    margin: 0 15px 0 0;
}

.tour_search_howto {
    font-size: 18px;
}

#search .tour_search_ul li .tour_search_title {
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
}

.tour_search_color,
.pickup_tour_color {
    color: #4096c9;
    height: 30px;
    line-height: 30px;
    background: url("../image/toursearch/position.png") no-repeat left 5px;
    padding-left: 20px;
}

.tour_search_title .place_name {
    margin: 10px 0;
}

.tour_content_img {
    float: right;
    margin: 0;
    width: 40%;
    max-width: 230px;
}

.tour_content_img img {
    width: 100%;
}

.tour_content .content_wrap {
    /*		width: 74%;*/
    margin: 12px 0 0 0;
    padding: 0;
}

#search .tour_search_ul li {
    padding: 17px;
}

.tour_box_inner {
    overflow: hidden;
}

.tour_box_inner .tour_name,
.tour_box_inner .tour_search_color {
    float: left;
}

.bl_selectBlock_wrapper .facility_type dd li {
    margin: 0 10px 0 5px;
    width: auto;
}

#search .pickup_tour li {
    width: 49%;
    box-sizing: border-box;
}

#search .pickup_tour li:nth-child(even) {
    margin: 0 0 2% 2%;
}

.pickup_tour_ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.pickup_tour_box {
    overflow: hidden;
}

.pickup_tour_img,
.pickup_tour_content {
    float: left;
}

.pickup_tour_content {
    margin: 0 0 0 18px;
    box-sizing: border-box;
}

.pickup_tour_content .tour_box_inner {
    display: flex;
}

.pickup_tour_area {
    color: #4096c9;
    margin: 0 0 0 10px;
}

.pickup_tour_img {
    box-sizing: border-box;
    width: 35%;
}

.pickup_tour_img img {
    width: 100%;
}

.pickup_tour_color,
.tour_search_color {
    position: relative;
}

.pickup_tour_color:before,
.tour_search_color:before {
    content: "";
    position: absolute;
    background-image: url("../image/toursearch/pin.png");
    background-size: contain;
    background-position: center;
    top: 6px;
    left: 0;
    width: 14px;
    height: 17px;
}

.tour_place {
    font-size: 17px;
}

.tour_info {
    text-decoration: underline;
    word-wrap: break-word;
}

.tour_dot,
.tour_dot_text {
    padding: 0 0 0 16px;
    position: relative;
}

.tour_dot:before {
    position: absolute;
    content: '●';
    top: 5px;
    left: 0;
    font-size: 10px;
}

.tour_search_ul .list_tytle {
    font-size: 16px;
}

.iframe_wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: auto;
}

.iframe_box {
    max-width: 960px;
    min-width: 640px;
    width: 100%;
}

/*
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
}
*/
.iframe_wrap .iframe_wrap-movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (min-width:768px) and (max-width:1040px) {

    #search .pickup_tour_ul li {
        width: 100%;
    }

    #search .pickup_tour li:nth-child(even) {
        margin: 0 0 20px 0;
        ;
    }

    .tour_content_img {
        width: 100%;
        float: none;
    }

    .tour_content .content_wrap {
        width: 100%;
    }

    .tour_search_ul {
        width: 100%;
    }

    .tour_content_img {
        max-width: 100%;
    }

    .tour_dot,
    .tour_dot_text {
        padding: 0 0 0 16px;
        position: relative;
    }

    .tour_dot:before {
        position: absolute;
        content: '●';
        top: 5px;
        left: 0;
        font-size: 10px;
    }

    .tour_info {
        text-decoration: underline;
        word-wrap: break-word;
    }

}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
}

/* ツアー検索2024改修 */

.pickup_tour_title {
    color: #000;
    padding: 15px 0 0 0;
    position: relative;
    margin: 0 0 14px;
    border-bottom: 4px solid #4096c9;
    font-size: 26px;
}

.pickup_tour_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(-45deg, #c0d7df, #c0d7df 2px, #fff 2px, #fff 4px);
}

li.bl_searchResultBlock_item {
    padding: 0;
    margin: 0;
}

div.s__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div.s__title p {
    display: block;
}

/* new! */
p.s__timer {
    display: inline-block;
    color: white;
    background-color: rgb(212, 0, 0);
    font-size: 15px;
    font-weight: 600;
    padding: 1px 0.8em;
    margin-left: 0.5em;
    transform: rotate(-8deg);
}

li.bl_searchResultBlock_item h3 {
    font-size: 24px;
    font-weight: 600;
    margin-right: 1em;
    margin-left: 0.5em;
}

p.s__place {
    color: #4799cf;
    font-size: 18px;
    margin-right: 1em;
}

p.s__place::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    margin-left: 0;
    vertical-align: -8px;
    background-image: url('data:image/svg+xml;charset=utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%234799cf"&gt;&lt;path d="M12 14c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2z"&gt;&lt;/path&gt;&lt;path d="M11.42 21.814a.998.998 0 0 0 1.16 0C12.884 21.599 20.029 16.44 20 10c0-4.411-3.589-8-8-8S4 5.589 4 9.995c-.029 6.445 7.116 11.604 7.42 11.819zM12 4c3.309 0 6 2.691 6 6.005.021 4.438-4.388 8.423-6 9.73-1.611-1.308-6.021-5.294-6-9.735 0-3.309 2.691-6 6-6z"&gt;&lt;/path&gt;&lt;/svg&gt;');
}

p.s__place span {
    margin-left: 1em;
    border-left: solid 2px #b3b7bb;
    ;
    padding-left: 0.5em;
}

p.s__syusai {
    color: white;
    background-color: #4799cf;
    font-size: 16px;
    padding: 2px 1.5em;
    margin-left: auto;
    border-radius: 5px;
}

/* 写真がある場合 */
div.s__contents {
    display: flex;
    margin-top: 1em;
}

div.s__photo {
    width: 250px;
}

div.s__photo img {
    object-fit: contain;
    width: 220px;
}

@media screen and (max-width: 980px) {
    div.s__contents {
        display: block;
    }
}

/* 詳しく見る */
div.s__contents .s__photo p {
    padding: 0.5em;
    text-align: center;
}

div.s__contents .s__photo p::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: -2px;
    background-image: url('data:image/svg+xml;charset=utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%234799cf"&gt;&lt;path d="M5.536 21.886a1.004 1.004 0 0 0 1.033-.064l13-9a1 1 0 0 0 0-1.644l-13-9A1 1 0 0 0 5 3v18a1 1 0 0 0 .536.886z"&gt;&lt;/path&gt;&lt;/svg&gt;');
}

/* テキストエリア */
div.s__text {
    margin-left: 1em;
}

/* キャッチコピー */
li.bl_searchResultBlock_item h4 {
    font-size: 18px;
    font-weight: 400;
   border-bottom: solid 1px #4799cf;
    line-height: 1;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

/* 問い合わせリンク */
div.s__text a {
    display: inline-block;
    padding: 0.2em 2em;
    margin: 0.2em;
    color: white;
    background: #43a683;
}
.s__nolink {
    display: none;
}</pre></body></html>