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

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: #333;
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    min-width: 100%;
    letter-spacing: 0.8px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    position: relative;
    word-wrap: break-word
}

.en {
    font-family: 'Montserrat', sans-serif;
    vertical-align: initial;
}

.pc_br {
    display: block;
}

.pc_br2 {
    display: inline-block;
}

.sp_br {
    display: none;
}

.sp_br2 {
    display: none;
}

a{
    word-break: break-all;
}

/* =========================================================
    TOP header
========================================================= */

header {
    background: rgba(255, 255, 255, 0.8);
    height: 80px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    z-index: 999;
    line-height: 1;
    transition-delay: .4s;
    border-bottom: 1px solid #eee;
}

header:lang(ja){
    min-width: 1210px;
}
header:lang(en){
    min-width: 1280px;
}
header:lang(ko){
    min-width: 900px;
}
header:lang(zh-cmn-Hans){
    min-width: 900px;
}
header:lang(zh-cmn-Hant){
    min-width: 900px;
}

header img {
    width: 100%;
}

header {
    position: fixed;
    background: rgba(255, 255, 255, 1);
}

header p.top_header {
    width: 200px;
    padding: 22px 0 0;
    float: left;
}

.headerin {
    position: relative;
    margin: 0 auto;
}

.h_navi_r {
    float: right;
}

.navigation {
    float: left;
    margin-top: 48px;
    margin-right: 15px;
}

.navigation li {
    float: left;
    margin-left: 18px;
}

.navigation .searcharea {
    margin-left: 8px;
}

.navigation li a {
    font-weight: bold;
    color: #333;
    font-size: 13px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.navigation li a:lang(ko){
    font-size: 14px;
}

.navigation li:first-child {
    margin-left: 0;
}

.navigation li a::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.navigation li a:hover::after {
    transform: scale(1, 1);
}

.search_btn {
    float: none;
    margin: 5px 0 0 0;
}

.l-header__form {
    position: relative;
    border-radius: 21px;
    background-color: #f5f8fa;
    border: 1px solid #ccc;
}

.l-header__form>button {
    width: 33px;
    padding: 0;
    line-height: 0.85;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background-color: transparent;
    font-size: 1.5rem;
    color: #999;
    transition: color .2s ease-out;
    margin-bottom: 0;
}

.hi-search img {
    width: 15px;
}

.hi-search {
    padding: 5px 0 5px;
}

.l-header__form>input[type="search"],
.l-header__form>input[type="text"] {
    width: 150px;
    height: 25px;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
}

#searchKeywordInput,
.searchKeywordInput {
    padding: 5px 0 5px 33px;
}

.keyword {
    position: absolute;
    right: 340px;
    top: 10px;
    z-index: 999;
}

.language {
    float: left;
    margin-left: 8px;
    position: absolute;
    right: 220px;
    z-index: 999;
}

.languageNavi {
    display: block;
    height: 34px;
    padding: 0px 10px 0px 15px;
    background-color: #0074C7;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    z-index: 999;
    letter-spacing: 0.5px;
}

.languageNavi:after {
    margin-left: .5em;
    content: "▼";
    font-size: 4px;
    font-size: .4rem;
}

.accordion1 p {
    cursor: pointer;
}

.accordion1 .inner {
    display: none;
}

.language ul {
    padding: 6px 0;
    background: #eee;
    font-size: 12px;
    line-height: 2;
}

.language .inner li {
    padding-left: 15px;
}

.language li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
}

.language2{
    position: absolute;
    right: 208px;
    top: 12px;
}
.language2 li{
    display: inline-block;
    margin-right: 8px;
    font-size: 95%;
}
.language2 li a{
    color: #0074C7;    
}

.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
    background: rgb(255, 255, 255, 1);
    height: 60px;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    z-index: 888;
    line-height: 1;
    transition-delay: .4s;
    min-width: 1000px;
}

.is-show {
    transform: translateY(0);
}

.headerin .f_sns {
    display: table;
    margin: 0 auto 26px;
}

.headerin .f_sns li {
    width: 20px;
    padding: 0;
    float: left;
}

.headerin .f_sns li {
    margin-left: 12px;
}

.headerin .f_sns li:last-child {
    margin-left: 18px;
}

.kanagawalogo {
    display: block;
    height: 80px;
    float: right;
    /*margin-right: 25px;*/
    margin-right: 20px;
}

.kanagawalogo img {
    width: auto;
    height: 80px;
}

.navigation li:last-child {
    margin-left: 5px;
}


/* =========================================================
  header 2層
========================================================= */

#header2 {
    position: fixed;
    /*  background: rgba(255, 255, 255, 1); */
}

#header2 h1 {
    width: 215px;
    padding: 25px 0 0;
    float: left;
}

.fv_main {
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fv_main h2 {
    text-align: center;
    padding-top: 120px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.35;
}

.fv_main h2 span {
    font-size: 50px;
    letter-spacing: 8px;
    font-weight: bold;
}

.breadcrumb {
    padding: 3px 0;
    width: 1000px;
    margin: 0 auto;
}

.breadcrumb li {
    display: inline-block;
    color: #333;
    font-size: 12px;
    vertical-align: middle;
    line-height: 2;
}

.breadcrumb li a {
    text-decoration: underline;
    color: #999;
    display: inline-block;
    padding: 0 0 0 0;
}

.breadcrumb li a:hover {
    text-decoration: none;
    color: #333;
}

#contents2 {
    margin-top: 75px;
}


/* =========================================================
  2層 ac
========================================================= */

.accordion {
    margin: 0 auto 25px;
}

.accordion ul {
    padding: 0;
}

.accordion li {
    position: relative;
    list-style: none;
}

.accordion h5 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.accordion h5:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 6px 0 0;
    background: url(/img/search_icon2.png) no-repeat 50% 50%;
    background-size: cover;
    vertical-align: middle;
}

.accordion>ul>li>a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 0.9em 1em;
    position: relative;
    background: #ecece7;
}

.accordion>ul>li>a h5:hover {
    color: #111;
    text-decoration: none;
}

.accordion>ul>li>.ac_contents {
    display: none;
    text-align: left;
    padding: 0 0 0 0;
    color: #555;
    line-height: 1.8;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}

.accordion li .accordion_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 25px;
    right: 10px;
}

.accordion li .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #666;
}

.accordion li .accordion_icon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.accordion li .accordion_icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.accordion li .accordion_icon.active span:nth-of-type(1) {
    display: none;
}

.accordion li .accordion_icon.active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* =========================================================
   search
========================================================= */

#shopsearch {
    background: #ecece7;
    padding: 30px 50px 45px;
}

.search_box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.search_box h3 {
    float: left;
    width: 110px;
    margin-top: 2px;
}

.search_box h3>span {
    display: block;
    width: 95px;
    height: 28px;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 29px;
    letter-spacing: .1em;
    text-align: center;
}

.search_item {
    padding: 0 0 0 135px;
}

.form-input:placeholder-shown {
    color: #bababa;
    font-size: 12px;
    letter-spacing: .1em;
}

.form-input {
    display: block;
    width: 70%;
    height: 32px;
    margin: -4px 0 0;
    padding: 0 18px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

.search_itemin {
    border-bottom: dashed 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.noborder {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.search_itemin h4 {
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 70px;
    padding: 6px 0 0 5px;
    line-height: 1.3;
    letter-spacing: .1em;
}

.search_itemin .search_cate {
    float: left;
    width: 680px;
}

.search_itemin .search_cate li {
    float: left;
    margin-right: 25px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.scate2 {
    width: 110px;
}

.scate3 {
    width: 100px;
}

.search_areain li {
    float: left;
    margin-right: 25px;
    margin-top: 4px;
    font-size: 14px;
    color: #333;
}

.buttn_area {
    text-align: center;
    display: table;
    margin: 30px auto 0;
}

.buttn_area input {
    background: url(/img/search_icon2b.png) no-repeat left center #333;
    background-position-x: 55px;
    padding: 8px 15px 8px 30px;
    color: #fff;
    text-decoration: none;
    background-size: 14px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    width: 200px;
    margin: 0 5px;
    height: 36px;
    float: left;
}

.buttn_area button {
    background: #bbb;
    padding: 8px 22.5px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    width: 200px;
    margin: 0 5px;
    border: none;
    height: 36px;
    float: left;
    line-height: 1.2;
}

.buttn_area input:hover,
.buttn_area button:hover {
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)";
    /* IE 8 */
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.hittxt {
    font-weight: bold;
    padding-bottom: 35px;
    font-size: 18px;
}

.list_pager {
    margin: 30px auto 80px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'arial', sans-serif;
}

.list_pager span {
    color: #bbb;
}

.list_pager .page-numbers {
    padding: 0 5px;
}

.list_pager .next,
.list_pager .prev {
    font-size: 14px;
}

.list_pager a {
    color: #000;
    text-decoration: none;
}

.list_pager a:hover {
    color: #bbb;
    text-decoration: underline;
}

#search_area input[type=checkbox] {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: solid 1px #b9b9b9;
    border-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
}


/* =========================================================
  area color
========================================================= */

.areatag {
    font-size: 85%;
    color: #fff;
    background-color: #0074C7;
    padding: 4px 4px;
    border-radius: 2px;
}


/* =========================================================
    top main
========================================================= */

#topimage {
    position: relative;
}

#topimage h1 {
    width: 270px;
}

.mlogo {
    position: absolute;
    top: 25vh;
    left: 50%;
    z-index: 555;
}

.bx-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    animation: chg-bg 2s 1s forwards;
    transition: height 600ms;
    /*    min-height: 610px !important; */
}

.bx-viewport {
    -webkit-transform: translatez(0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    z-index: 1;
}

#slider {
    width: 100% !important;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
}


/*bxsliderに配置する画像のプロパティ*/

#slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    /*30秒かけてズームイン・アウトを永遠に繰り返す*/
    animation: animationZoom 30s ease-in-out 0s infinite normal;
}

.effect-fadein {
    opacity: 0;
    transform: translate(-50%, 25px);
    transition: all 800ms;
}

.effect-fadein.effect-scroll {
    opacity: 1;
    transform: translate(-50%, 0);
}

.effect-fadein2 {
    /*    opacity: 0; */
    transform: translate(0, 0);
    transition: all 600ms;
    transition-delay: .5s;
}

.effect-fadein2.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    transform: none;
}


/*イメージをズームさせるCSS3アニメーション*/


/*
@keyframes animationZoom {
  50% {
    transform: scale(1.1);
  }
}
*/

.mv-scroll {
    position: absolute;
    /* bottom: 26px; */
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999;
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.mv-scroll-mouse {
    display: block;
    width: 18px;
    height: 25px;
    background: url(../img/scroll_mouse.png) no-repeat 50% 50%;
    background-size: cover;
}

.mv-scroll-arrow {
    display: block;
    width: 8px;
    height: 60px;
    margin: 0 auto 0 8px;
    background: url(../img/scroll_arrow.png) no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: rotate(0) translate(0, -8px);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotate(0) translate(0, 10px);
    }
    100% {
        -webkit-transform: rotate(0) translate(0, -8px);
    }
}

@keyframes sdb {
    0% {
        transform: rotate(0) translate(0, -8px);
    }
    35% {
        transform: rotate(0) translate(0, 10px);
    }
    100% {
        transform: rotate(0) translate(0, -8px);
    }
}

#topimage .spot_name {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 5%;
    right: 4%;
    text-decoration: none;
    text-shadow: 0px 0px 2px #000;
}

#topimage .spot_name2 {
    display: inline-block;
    position: absolute;
    color: #000;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    bottom: 4%;
    left: 4%;
    padding: 15px 20px;
    border-top: solid 8px #7AC6E1;
    margin: 0 20px 0 0;
    text-decoration: none;
    box-shadow: 5px 5px #aaa;
}


/* =========================================================
    TOP topics
========================================================= */

/*
#topics .inner {
    width: 1000px;
    margin: 120px auto 120px;
}
*/
#topics .inner {
    padding: 100px 0 100px;
    width: 94%;
    max-width: 1150px;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
}

#topics h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 45px;
}
#topics h2 span {
    font-size: 70%;
    line-height: 1.6;
    margin: 0 3px;
}    

#topics .subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

#topics .newscon {
    border-bottom: dotted 1px #aaa;
    padding: 1.3em 0.5em;
}

#topics .newscon dt {
    float: left;
    width: 220px;
    font-weight: bold;
}

#topics .newscon dt .date {
    font-size: 13px;
    padding: 0 4px 0 8px;
    float: left;
    width: 90px;
}

#topics .newscon dt .cate {
    display: inline-block;
    width: 70px;
    padding: 6px 15px;
    color: #fff;
    font-size: 11.5px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    border-radius: 4px;
    float: left;
}

#topics .newscon dt .news {
    background: #ea8898;
}

#topics .newscon dt .catesociety {
    background: #8fd7ec;
}

#topics .newscon dd {
    float: left;
    width: 760px;
}

#topics .newscon dd a {
    text-decoration: none;
    color: #333;
}

#topics .newscon dd a:hover {
    text-decoration: none;
    color: #999;
}

.more_btn {
    margin: 30px auto 35px;
}
.more_btn{
    clear: both;
}
.more_btn a {
    display: block;
    width: 270px;
    padding: 10px 0;
    margin: 3% auto 0;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    text-align: center;
    background: url(../images/arrow1.png) no-repeat right #0074C7;
    background-position-x: 94%;
    background-size: 22px;
    font-weight: bold;
}

.more_btn2 a {
    display: block;
    width: 220px;
    padding: 8px 0;
    margin: 4% auto 0;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    background: url(../img/arrow1.png) no-repeat right;
    background-position-x: 94%;
    background-size: 22px;
    border: 1px solid #fff;
    font-weight: bold;
    -webkit-transition: all 1s 0s ease;
    -moz-transition: all 1s 0s ease;
    -ms-transition: all 1s 0s ease;
    transition: all 1s 0s ease;
}

.more_btn2 a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
}

.feature_banner {
    width: 820px;
    margin: 60px auto 70px;
}


/* =========================================================
    TOP event
========================================================= */

#event {
    background-color: #F6F6F6;
}

#event .inner {
    padding: 30px 0 50px;
    width: 94%;
    max-width: 1150px;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
}

#event h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 8px;
    /*margin-bottom: 35px;*/
}

#event h2 span {
    font-size: 20px;
    letter-spacing: 3px;
}

#event .subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

.slick-box {
    margin: 0 18px;
}

.slick-box li {
    margin: 0 18px;
}

#event li {
    border-radius: 0;
    position: relative;
}

.eventcon dt img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.eventcon dl {}

.eventcon dt {
    overflow: hidden;
    border-radius: 0;
}

.eventcon dd {
    background: #fff;
    padding: 12px 18px 18px;
    height: 180px;
    border-radius: 0;
}

.event_area .main {
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
}

.event_area .sub {
    padding: 0 4px;
    font-size: 13px;
}

.eventcon .event_title {
    font-size: 17px;
    font-weight: bold;
    padding: 8px 0 2px;
    line-height: 1.5;
}

.eventcon .date {
    font-size: 14px;
    padding: 0 0 7px;
}

.eventcon .cate {
    font-size: 11px;
    color: #666;
    border: 1px solid #ccc;
    padding: 2px 10px;
    border-radius: 20px;
    display: inline-block;
}

#event .new,
#spot .new {
    display: block;
    width: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: #eb6877;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
}


/* =========================================================
    OLD TOP feature
========================================================= */
/*
#feature {
    background-color: #e7f5fd;
}

#feature .inner {
    padding: 100px 0 100px;
    width: 94%;
    max-width: 1150px;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
}

#feature h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 45px;
}

#feature h2 span {
    font-size: 20px;
    letter-spacing: 5px;
}

#feature .subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

#feature .more_btn {
    margin-top: 0px;
}

#feature .more_btn a {
    margin-top: 2%;
}

.featrecon {
    width: 820px;
    margin: 0 auto 20px;
}

.feature_list li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 3%;
    float: left;
}

.feature_list li:nth-child(2n) {
    margin-right: 0;
}

.feature_list li dd p {
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    padding-top: 10px;
}

.feature_list li dd a {
    text-decoration: none;
    color: #333;
}
*/

/* =========================================================
    TOP spot
========================================================= */

#spot {
    background-color: #fff;
}

#spot .inner {
    padding: 100px 0 100px;
    width: 94%;
    max-width: 1150px;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
}

#spot h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 45px;
}

#spot h2 span {
    font-size: 70%;
    line-height: 1.6;
    margin: 0 3px;
} 

#spot .subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

.spotcon li {
    margin: 0 20px;
    position: relative;
}
/*
.spotcon dt {
    overflow: hidden;
    border-radius: 0;
}

.spotcon dt img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}
*/
.spotcon dd {
    padding: 12px 0px;
    border-radius: 0;
    /*height: 80px;*/
    height: 90px;
}

.spotcon dl dt{
      display: inline-block;
      position: relative;
      vertical-align: top;
      width: 100%;
      max-width: 100%;
    }
.spotcon dl dt::before{
      content: "";
      display: block;
      padding-top: 65%;
    }
.img2 dl dt::before{
      content: "";
      display: block;
      padding-top: 60%;
    }    
.spotcon dl dt img{
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: 50% 50%;
    }


.spotcon .main {
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
}

.spotcon .sub {
    padding: 0 4px;
    font-size: 13px;
}

.spotcon .spot_title {
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 5px;
    line-height: 1.45;
}
.spotcon .spot_title:lang(en){
    font-size: 16px;
}

.spotcon .spot_copy {
    font-size: 14px;
    padding: 0 0 7px;
    line-height: 1.55;
}

.spotcon .spot_cate {
    font-size: 11px;
    color: #666;
    border: 1px solid #ccc;
    padding: 1px 8px;
    border-radius: 20px;
    display: inline-block;
    letter-spacing: 0;
}

#spot .title2 {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 2px;
    margin: 50px 0 10px;
}

.categorylist {
    width: 940px;
    margin: 30px auto;
}

.categorylist li {
    margin-right: 8px;
    float: left;
}

.categorylist li:last-child {
    margin-right: 0;
}

.categorylist li a {
    width: 150px;
    background-color: #fff;
    padding: 0;
    text-decoration: none;
    color: #333;
    text-align: center;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0;
    height: 145px;
}

.categorylist li a .categoryicon {
    width: 65px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
}

.categoryname {
    letter-spacing: 2.5px;
    letter-spacing: .25rem;
    padding-top: 91px;
}

.categorylist li a::before,
.categorylist li a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.categorylist li a,
.categorylist li a::before,
.categorylist li a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.categorylist li a {
    color: #333;
}

.categorylist li a:hover {
    color: #fff;
}

.categorylist li .category1 {
    background: url(../img/top_icon1.png) no-repeat #fff;
    background-size: 65px;
    background-position: center 28px;
}

.categorylist li .category1:hover {
    background: url(../img/top_icon1_on.png) no-repeat #333;
    background-size: 65px;
    background-position: center 28px;
}

.categorylist li .category2 {
    background: url(../img/top_icon2.png) no-repeat #fff;
    background-size: 65px;
    background-position: center 28px;
}

.categorylist li .category2:hover {
    background: url(../img/top_icon2_on.png) no-repeat #333;
    background-size: 65px;
    background-position: center 28px;
}

.categorylist li .category3 {
    background: url(../img/top_icon3.png) no-repeat #fff;
    background-size: 65px;
    background-position: center 28px;
}

.categorylist li .category3:hover {
    background: url(../img/top_icon3_on.png) no-repeat #333;
    background-size: 65px;
    background-position: center 28px;
}

.categorylist li .category4 {
    background: url(../img/top_icon4.png) no-repeat #fff;
    background-size: 65px;
    background-position: center 28px;
}

.categorylist li .category4:hover {
    background: url(../img/top_icon4_on.png) no-repeat #333;
    background-size: 65px;
    background-position: center 28px;
}

.categorylist li .category5 {
    background: url(../img/top_icon5.png) no-repeat #fff;
    background-size: 65px;
    background-position: center 28px;
}

.categorylist li .category5:hover {
    background: url(../img/top_icon5_on.png) no-repeat #333;
    background-size: 65px;
    background-position: center 28px;
}

.categorylist li .category6 {
    background: url(../img/top_icon6.png) no-repeat #fff;
    background-size: 65px;
    background-position: center 28px;
}

.categorylist li .category6:hover {
    background: url(../img/top_icon6_on.png) no-repeat #333;
    background-size: 65px;
    background-position: center 28px;
}


/* =========================================================
    TOP gourmet
========================================================= */

#gourmet {
    background-color: #fff;
}

#gourmet .inner {
    padding: 100px 0 100px;
    width: 94%;
    max-width: 1150px;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
}

#gourmet h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 45px;
}

#gourmet h2 span {
    font-size: 20px;
    letter-spacing: 5px;
}

#gourmet .subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}


/* =========================================================
    TOP marine
========================================================= */

#feature {
    background-color: #e7f5fd;
}

#feature .inner {
    padding: 100px 0 100px;
    width: 94%;
    max-width: 1150px;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
}

#feature h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 45px;
}

#feature h2 span {
    font-size: 20px;
    letter-spacing: 5px;
}

#feature .subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

/* =========================================================
    TOP marine
========================================================= */

#marine {
    background-color: #e7f5fd;
}

#marine .inner {
    padding: 100px 0 100px;
    width: 94%;
    max-width: 1150px;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
}

#marine h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 45px;
}

#marine h2 span {
    font-size: 20px;
    letter-spacing: 5px;
}

#marine .subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}


/* =========================================================
    TOP stay
========================================================= */

#stay {
    background-color: #e7f5fd;
}

#stay .inner {
    padding: 100px 0 100px;
    width: 94%;
    max-width: 1150px;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
}

#stay h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 45px;
}

#stay h2 span {
    font-size: 20px;
    letter-spacing: 5px;
}

#stay .subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}



/* =========================================================
    TOP sns area
========================================================= */

#sns_area .inner {
    margin: 85px auto 55px;
    display: table;
}


/*
#sns_area .official_fb {
  background: #f2f2f2;
  padding: 30px 45px;
  width: 340px;
  float: left;
  margin-right: 40px;
} */

#sns_area .official_fb {
    display: table;
    background: #f2f2f2;
    padding: 30px 45px;
    width: 340px;
    margin: 10px auto;
}

#sns_area .official_fb h3 {
    width: 160px;
    padding-bottom: 15px;
}

#sns_area .official_fb .fb_name {
    font-size: 16px;
    padding-bottom: 8px;
    color: #3a589b;
}


/*
#sns_area .official_sns {
  background: #f3fafd;
  padding: 30px 40px 20px;
  width: 330px;
  float: left;
} */

#sns_area .official_sns {
    display: table;
    background: #f3fafd;
    padding: 30px 40px 20px;
    width: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
}


/*
#sns_area .official_sns dt {
  width: 40px;
  float: left;
  padding-right: 10px;
} */

#sns_area .official_sns dt {
    width: 40px;
    float: left;
    padding-right: 10px;
}

#sns_area .official_sns dd {
    float: left;
    font-size: 20px;
    padding-top: 0;
}

#sns_area .official_sns .snscopy {
    font-size: 14px;
    padding: 12px 0;
}


/*
#sns_area .official_sns li {
  margin-bottom: 10px;
}
*/

#sns_area .official_sns li {
    display: inline-block;
    width: 195px;
    margin-right: 0px;
    margin-bottom: 10px;
}

#sns_area .official_sns li:last-child {
    margin-right: 0px;
}


/* 埼玉県物産観光協会公式ＳＮＳ aboutページ */

.about_sns {
    display: table;
    margin: 10px auto;
}

.about_sns .snscopy {
    margin-bottom: 20px;
}

.about_sns ul {
    text-align: center;
}

.about_sns li {
    display: inline-block;
    width: 60px;
    padding: 0 10px;
}

.official_insta h3 {
    width: 180px;
    margin: 0 auto 10px;
}

.official_insta .name {
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
}

.official_insta {
    width: 1000px;
    margin: 0 auto;
}

.official_insta ul:after {
    display: block;
    clear: both;
    content: "";
}

.official_insta ul {
    *zoom: 1;
}

.official_insta li {
    float: left;
    width: 184px;
    height: 184px;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.official_insta li a {
    width: 100%;
    display: block;
}

.official_insta li img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    /* width: 100%; */
    width: 277px;
    height: auto;
    margin: 0px 0 0px -50px;
}

.official_insta li:nth-child(5n) {
    margin-right: 0;
}

.official_insta .more_btn a {
    margin: 0 auto;
}

.official_insta .more_btn {
    margin: 25px auto 35px;
}

/* =========================================================
    information_section & about
========================================================= */
.information_section .policy{
    font-size: 18px;
    margin-bottom: 20px;
}
.information_section h3{
    margin-bottom: 10px;
}    
.information_section p{
    margin-bottom: 40px;
}
.information_section a{
    color: #0074C7;
}
.information_section .more_btn a{
    color: #fff;
}
.information_section .select dd{
    height: auto;
}
.img_middle{
    display: block;
    width: 900px;
}

/* =========================================================
    TOP banner area
========================================================= */

#banner_area {
    padding: 75px 0 10px;
    width: 1000px;
    margin: 0 auto;
}

#banner_area .banner_link1 {
    margin-bottom: 5px;
}

#banner_area .banner_link1 li {
    float: left;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    width: 23.875%;
}

#banner_area .banner_link1 li:nth-child(4n) {
    margin-right: 0;
}

#banner_area .banner_a {
    margin-top: 10px;
}

#banner_area .banner_a li {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 18.4%;
}

#banner_area .banner_a li:nth-child(5n) {
    margin-right: 0;
}

#banner_area .banner_link1 li:nth-child(4n) {
    margin-right: 0;
}

#banner_area h3 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

#banner_area h3:before,
#banner_area h3:after {
    content: '';
    display: block;
    height: 1px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-top: 1px solid #ccc;
}

#banner_area h3 span {
    font-weight: 600;
    display: block;
    font-size: 18px;
    padding: 5px 20px 10px;
}


/* =========================================================
    TOP banner area under MV
========================================================= */

#banner_area_under_mv {
    padding: 75px 0 10px;
    width: 1000px;
    margin: 0 auto;
}

#banner_area_under_mv .banner_link1 {
    margin-bottom: 5px;
}

#banner_area_under_mv .banner_link1 li {
    float: left;
}

#banner_area_under_mv .banner_link1 li a {
    display: block;
    margin-right: 1.5%;
}

#banner_area_under_mv .banner_link1 li:nth-child(4n) {
    margin-right: 0;
}

#banner_area_under_mv .banner_a {
    margin-top: 10px;
}

#banner_area_under_mv .banner_a li {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 18.4%;
}

#banner_area_under_mv .banner_a li:nth-child(5n) {
    margin-right: 0;
}

#banner_area_under_mv .banner_link1 li:nth-child(4n) {
    margin-right: 0;
}

#banner_area_under_mv h3 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

#banner_area_under_mv h3:before,
#banner_area_under_mv h3:after {
    content: '';
    display: block;
    height: 1px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-top: 1px solid #ccc;
}

#banner_area_under_mv h3 span {
    font-weight: 600;
    display: block;
    font-size: 18px;
    padding: 5px 20px 10px;
}

.ct_bnr {
    width: 700px;
    margin: 60px auto 40px;
}
.ct_bnr2{
    display: block;
    text-align: center;
    padding: 80px 0;
}
.ct_bnr2 a{
    display: inline-block;
    width: 500px;
    margin-right: 50px;
}
.ct_bnr2 a:last-child{
    margin-right: 0;
}

.ct_bnr img,.ct_bnr2 img {
    width: 100%;
    border: 1px solid #0074C7;
}


/* =========================================================
    TOP footer
========================================================= */


/* footer */

.footer_tag {
    background-color: #fff;
    text-align: center;
}

.footer_tag .footer_tag_detail {
    /*width: 1100px;*/
    margin: 30px auto;
    padding: 0 0;
}
.footer_tag .footer_tag_detail h3{
    margin-top: -40px;
    font-size: 130%;
}

.footer_tag ul {
    padding: 10px;
    letter-spacing: -0.2em;
    line-height: 1;
}

.footer_tag ul li {
    display: inline-block;
    padding: 5px 5px 0 0;
    font-size: 115%;
    letter-spacing: normal;
}

.footer_tag ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 7px;
    background-color: #0074C7;
    border-radius: 3px;
    color: #fff;
}

.footer_tag ul li a:hover {
    /* cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7; */
    text-decoration: none;
    transition: all 0.2s;
}

.footer_tag ul li a:hover img {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.footer_detail {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
}

.footer_detail .nav_sns {
    padding: 20px 0 70px;
}

.footer_detail .nav_sns ul {
    margin: 0 auto;
}

.footer_detail .nav_sns li {
    padding: 0 5px;
}

.bnr_line {
    border-top: solid 1px #0074C7;
    border-bottom: solid 1px #0074C7;
    margin-bottom: 20px;
    padding: 20px 0px 20px 0px;
}

.adlink {
    font-size: 90%;
    text-align: center;
    color: #0074C7;
    margin-bottom: 10px;
}

.adlink img {
    width: 14px;
    padding-left: 6px;
}

.adlink a {
    text-decoration: underline;
}

.bnr {
    text-align: center;
}

.bnr li {
    display: inline-flex;
    margin: 0px 9px;
}

.bnr li img {
    width: 160px;
    height: 60px border:1px solid #a0a0a0;
}

.nav_lnk {
    padding: 0 0 40px;
}

.nav_lnk ul {
    display: block;
    *overflow: hidden;
    *zoom: 1;
}

.nav_lnk ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.nav_lnk ul li {
    float: left;
    padding: 16px 0 0 16px;
}

.nav_lnk ul li:nth-child(6n+1) {
    clear: both;
    padding-left: 10px;
}

.footer_lnk {
    width: 365px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0;
    padding-bottom: 30px;
}

.footer_lnk ul {
    text-align: center;
    display: block;
    *overflow: hidden;
    *zoom: 1;
}

.footer_lnk ul:after {
    text-align: center;
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.footer_lnk ul li {
    float: left;
    padding: 0 0 0 16px;
}

.footer_button {
    text-align: center;
    padding: 20px 0;
    background-color: #0074C7;
    margin-bottom: 20px;
}

.footer_button li {
    display: inline-block;
    padding: 10px 25px;
    margin: 0 15px;
    background-color: #fff;
    border-radius: 2px;
}

.footer_button li a {
    text-decoration: none;
    color: #0074C7;
}

.copyright {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0;
    padding-bottom: 40px;
    font-size: 88%;
    text-align: center;
}

.nav_pagetop {
    position: absolute;
    right: 0px;
    top: -90px;
    z-index: 2;
    display: table;
    width: 80px;
    height: 69px;
}

.nav_pagetop a {
    display: table-cell;
    width: 80px;
    height: 69px;
    padding-top: 25px;
    background: url("/osirase/0602/feelshonan/common/images/btn_pagetop.png") no-repeat 50% 50%;
    -webkit-background-size: 80px 69px;
    background-size: 80px 69px;
    font-size: 88%;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}

.nav_pagetop a:hover {
    cursor: pointer;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    text-decoration: none;
    transition: all 0.1s;
}

.nav_pagetop a:hover img {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}





/* =========================================================
    TOP tour
========================================================= */

#tour .inner {
    padding: 30px 0 20px;
    width: 86%;
    max-width: 1150px;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
}

#tour h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 8px;
}

#tour h2 span {
    font-size: 20px;
    letter-spacing: 3px;
}

#tour .subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

#tour .top_tour li {
    width: 47.5%;
    margin-right: 5%;
    float: left;
    position: relative;
}

#tour .top_tour li:last-child {
    margin-right: 0;
}

#tour .top_tour li dt {
    overflow: hidden;
}

#tour .top_tour li dd {
    margin-top: 18px;
}

#tour .top_tour li h3 {
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: bold;
}

#tour .top_tour li .date {
    font-size: 15px;
    padding-bottom: 7px;
}

#tour .top_tour li .cate {
    font-size: 11px;
    color: #666;
    border: 1px solid #ccc;
    padding: 2px 10px;
    border-radius: 20px;
    display: inline-block;
}

#tour .top_tour li dt img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#tour .top_tour ul {
    margin: 3% 0 0;
}

#tour .top_tour1 .tour_l {
    float: left;
    width: 55%;
    margin-right: 4%;
    margin-bottom: 1%;
}

#tour .top_tour1 .tour_r {
    float: left;
    width: 33%;
}

#tour .top_tour1 .tour_r h3 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

#tour .top_tour1 .tour_r .date {
    font-size: 15px;
    padding-bottom: 10px;
}

#tour .top_tour1 .tour_r .cate {
    font-size: 12px;
    color: #666;
    border: 1px solid #ccc;
    padding: 2px 10px;
    border-radius: 20px;
    display: inline-block;
}

.tour_deadline2 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 8;
}

.tour_deadline2 .icon {
    position: relative;
    display: inline-block;
    background-color: #e44a4c;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 60px;
    width: 95px;
    height: 95px;
    letter-spacing: 1px;
}

.tour_deadline2 span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 95px;
    text-align: center;
}

.tour_deadline2.wait_cancel span {
    font-size: 90%;
}

#tour .more_btn a {
    margin: 0% auto 0;
}

.feature_b {
    width: 880px;
    margin: 85px auto 40px;
}

.topicscon dd {
    background: #fff;
    padding: 12px 18px 18px;
    min-height: 120px;
    border-radius: 0;
}

.topicscon .event_title {
    font-size: 17px;
    font-weight: bold;
    padding: 8px 0 2px;
    line-height: 1.5;
}

.topicscon .cate {
    font-size: 11px;
    color: #666;
    border: 1px solid #ccc;
    padding: 2px 10px;
    border-radius: 20px;
    display: inline-block;
    background: #8fd7ec;
    color: #fff;
    border: none;
}


/*
#topics li {
  border: solid 1px #F6F6F6;
}
*/

#features .inner {
    padding: 35px 0 75px;
    width: 94%;
    max-width: 1150px;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
}

#features h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 8px;
}


/* 20220128 */

#topics button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

#topics .topics_search a {
    margin-right: 5px;
    text-decoration: none;
}

#topics .topics_search a:last-of-type {
    margin-right: 0;
}

#topics .topics_search a button {
    color: #333;
    padding: 4px 0px;
    display: block;
    /* border-radius: 5px; */
    width: 90px;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#topics .topics_search a .news_checked {
    color: #fff;
    background: #333;
}

#topics .topics_search {
    border-bottom: none;
    display: flex;
    justify-content: center;
}

#topics li dd a {
    text-decoration: none;
    color: #333;
}


/* cate12 */

#featurejp {
    background-color: #0074C7;
}

#featurejp .inner {
    padding: 100px 0 100px;
    width: 94%;
    max-width: 1150px;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
}

#featurejp h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}

#featurejp h2 span {
    font-size: 20px;
    letter-spacing: 5px;
}

#featurejp .subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}


/*  categorylist2 */

.categorylist2 {
  width: 820px;
  margin: 30px auto;
}

.categorylist2 li {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.categorylist2 li:nth-child(5n){
  margin-right: 0;
}

.categorylist2 li a {
  border: 1px solid #fff;
  width: 156px;
  background-color: #fff;
  padding: 0;
  text-decoration: none;
  color: #333;
  text-align: center;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 0;
  height: 156px;
}

.categorylist2 li a .categoryicon {
  width: 65px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
}

.categoryname2 {
  /*letter-spacing: 1px;
  letter-spacing: .1rem;*/
  font-size: 15px;
  line-height: 1.3;
  padding: 105px 6px 0px;
}

.categorylist2 li a::before, .categorylist2 li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.categorylist2 li a, .categorylist2 li a::before, .categorylist2 li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.categorylist2 li a {
  color: #fff;
}

.categorylist2 li a:hover {
  color: #0074C7;
}

.categorylist2 li .ct1 {
  background: url(../images/marine01.png) no-repeat;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct1:hover {
  background: url(../images/marine01_on.png) no-repeat #fff;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct2 {
  background: url(../images/marine02.png) no-repeat;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct2:hover {
  background: url(../images/marine02_on.png) no-repeat #fff;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct3 {
  background: url(../images/marine03.png) no-repeat;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct3:hover {
  background: url(../images/marine03_on.png) no-repeat #fff;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct4 {
  background: url(../images/marine04.png) no-repeat;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct4:hover {
  background: url(../images/marine04_on.png) no-repeat #fff;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct5 {
  background: url(../images/marine05.png) no-repeat;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct5:hover {
  background: url(../images/marine05_on.png) no-repeat #fff;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct6 {
  background: url(../images/marine06.png) no-repeat;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct6:hover {
  background: url(../images/marine06_on.png) no-repeat #fff;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct7 {
  background: url(../images/marine07.png) no-repeat;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct7:hover {
  background: url(../images/marine07_on.png) no-repeat #fff;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct8 {
  background: url(../images/marine08.png) no-repeat;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct8:hover {
  background: url(../images/marine08_on.png) no-repeat #fff;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct9 {
  background: url(../images/marine09.png) no-repeat;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct9:hover {
  background: url(../images/marine09_on.png) no-repeat #fff;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct10 {
  background: url(../images/marine10.png) no-repeat;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct10:hover {
  background: url(../images/marine10_on.png) no-repeat #fff;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct11 {
  background: url(../img/featurejp/11.png) no-repeat #fff;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct11:hover {
  background: url(../img/featurejp/11_on.png) no-repeat #333;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct12 {
  background: url(../img/featurejp/12.png) no-repeat #fff;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct12:hover {
  background: url(../img/featurejp/12_on.png) no-repeat #333;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct13 {
  background: url(../img/featurejp/13.png) no-repeat #fff;
  background-size: 110px;
  background-position: center 8px;
}

.categorylist2 li .ct13:hover {
  background: url(../img/featurejp/13_on.png) no-repeat #333;
  background-size: 110px;
  background-position: center 8px;
}


/*
#topics .topicscon .cateinfo,
#topics .topicscon p[class*="cateinfo-"] {
*/

#topics .topicscon .cateinfo {
    background: #ea8898;
}


/*
#topics .topicscon .catesociety,
#topics .topicscon p[class*="catesociety-"] {
*/

#topics .topicscon .catesociety {
    background: #8fd7ec;
}


/*
#topics .topicscon .catetour,
#topics .topicscon p[class*="catetour-"] {
*/

#topics .topicscon .catetour {
    background: #a9d18e;
}


/* 20230324 ryo */

.nobrbtm {
    border-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* =========================================================
    Cate top
========================================================= */

/* pageheader */
.pageheader {
  margin-top: 80px;
  background-color: #0074C7;
}
.pageheader .pageheader_detail {
  width: 1100px;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
  display: table;
  height: 160px;
}
.pageheader .pageheader_detail .hgroup {
  position: relative;
  z-index: 2;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.pageheader .pageheader_detail .hgroup h1 {
  font-size: 240%;
  letter-spacing: 2px;
  line-height: 1;
  color: #fff;
}
.pageheader .pageheader_detail .hgroup h1 span {
  display: inline-block;
  padding: 5px 0;
}
.pageheader .pageheader_detail:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 280px;
  width: 100px;
  height: 40px;
  background: url("../images/ttl_bg01.png") no-repeat 50% 50%;
  opacity: 0.8;
}
.pageheader .pageheader_detail:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 280px;
  width: 100px;
  height: 40px;
  background: url("../images/ttl_bg01.png") no-repeat 50% 50%;
  opacity: 0.8;
}

/* パンクズリスト */
.topicpath {
        width: 1100px;
        margin: 0 auto;
        padding: 0 0;
        padding: 20px 0 60px;
    }
.topicpath ul {
        display: block;
    }
.topicpath ul li {
        float: left;
        margin: 10px 10px 0 0;
        padding: 0 5px;
        font-size: 75%;
        line-height: 1.8;
        background-color: #0074C7;
        border: 1px solid #0074C7;
        color: #fff;
    }
.topicpath ul li a {
        display: block;
        margin: 0 -5px;
        padding: 0 5px;
        background-color: #fff;
        color: #000;
        text-decoration: none;
    }    

/* section-imagebox */
.section{
  width: 1100px;
  margin: 0 auto 100px;
}

.image_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 40px;
  overflow: hidden\9;
  /* for ie */
}
.image_box .image_box_dl {
  position: relative;
  width: 354px;
  margin-left: 18px;
  margin-bottom: 30px;
  border: 0px solid #000;
  background-color: #fff;
  float: left\9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4); /* リニュアール追加 */
  /* for ie */
  margin: 30px 0 0\9;
  /* for ie */
}
.image_box .image_box_dl:nth-child(3n+1) {
  margin-left: 0;
}
.image_box .image_box_dl dt a {
  overflow: hidden;
  display: block;
  height: 194px;
}
.image_box .image_box_dl dt a img {
  display: block;
  width: 100%;
  transition: all 0.2s linear;
}
.image_box .image_box_dl dt a img:hover {
  transform: scale(1.1);
}
.image_box .image_box_dl dd {
  padding: 20px 20px 4em;
}
.image_box .image_box_dl dd .image_box_ttl {
  min-height: 3em;
  font-size: 88%;
}
.image_box .image_box_dl dd .image_box_tag {
  margin: 20px 0 0;
  letter-spacing: -0.4em;
  line-height: 1;
}
.image_box .image_box_dl dd .image_box_tag li {
  display: inline-block;
  padding-right: 10px;
  letter-spacing: normal;
}
.image_box .image_box_dl dd .image_box_tag a {
  display: inline-block;
  padding: 2px 2px;
  background-color: #0074C7;
  font-size: 75%;
  color: #fff;
}
.image_box .image_box_dl dd .image_box_tag a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.2s;
}
.image_box .image_box_dl dd .image_box_tag a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.image_box .image_box_dl dd .image_box_info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: table;
  width: 100%;
  border-top: 1px solid #000;
}
.image_box .image_box_dl dd .image_box_info .image_box_category {
  display: table-cell;
  width: 7em;
  padding: 10px 3px;
  border-right: 1px solid #000;
  background-color: #f2ff81;
  font-size: 69%;
  text-align: center;
  vertical-align: middle;
}
.image_box .image_box_dl dd .image_box_info .image_box_data {
  display: table-cell;
  padding: 10px 5px 10px 10px;
  font-size: 69%;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
}
.image_box .image_box_dl dd .image_box_info .image_box_movie {
  display: table-cell;
  padding: 0;
  border-left: 1px solid #000;
  font-size: 69%;
  text-align: center;
  vertical-align: middle;
}
.image_box .image_box_dl dd .image_box_info .image_box_movie em {
  display: block;
  height: 14px;
  margin: 0 auto;
  background: url("/common/images/icn_mov.png") no-repeat 50% 50%;
  text-indent: -9999px;
}
.image_box .image_box_dl dd .image_box_info .image_box_movie a {
  display: block;
  padding: 10px 5px;
}


/* pankuzu list */
.breadcrumb {
  padding: 3px 0;
  width: 1100px;
  margin: 10px auto 40px;
}

.breadcrumb li {
  display: inline-block;
  color: #333;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 6px;
  line-height: 2;
}

.breadcrumb li a {
  text-decoration: underline;
  color: #999;
  display: inline-block;
  padding: 0 0 0 0;
}

.breadcrumb li a:hover {
  text-decoration: none;
  color: #333;
}

/* search */

.searchspot{
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.accordion_search {
  display: inline-block;
    width: 600px;
    margin: 2px;
    border: 2px solid #d0d0d0;
    background-color: #fff;
    border-radius: 5px;
}

.accordion_search .searchtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-size: 110%;
    font-weight: 600;
    cursor: pointer;
}
/*
.accordion_search summary::-webkit-details-marker {
    display: none;
}

.accordion_search summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion_search summary::after {
    transform: rotate(225deg);
}
*/
.accordion_search p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    /* padding: .3em 2em 1.5em; */
    color: #333333;
    transition: transform .5s, opacity .5s;
}
/*
.accordion_search[open] p {
    transform: none;
    opacity: 1;
}
*/
.accordion_search h3{
  text-align: left;
}
.accordion_search .catesearch{
  padding: 0 30px 20px;
  border-bottom: 1px dotted #ccc;
}
.accordion_search .areasearch{
  padding: 15px 30px 35px;
}
.accordion_search .areasearch img{
  margin-bottom: 20px;
}
.accordion_search li{
  display: inline-block;
}
.accordion_search .moku{
  margin-right: 10px;
  padding-bottom: 7px;
}  
.accordion_search li a{
    text-decoration: none;
    display: inline-block;
    padding: 2px 7px;
    margin: 4px 1px;
    border: 1px solid #0074C7;
    border-radius: 2px;
    color: #0074C7;
} 
.accordion_search li a:hover{
  color: #fff;
  background-color: #0074C7;
}   

.selectspot{
  display: block;
  text-align: center;
  font-size: 200%;
  margin-bottom: 40px;
}

/* select 9 */
.select{
  width: 1100px;
  display: block;
}
.select dl{
  display: inline-block;
  width: 336px;
  height: auto;
  vertical-align: top;
  margin-right: 40px;
  margin-bottom: 30px;
}
.select dl:nth-child(3n){
  margin-right: 0px;
}
/*
.select dl dd{
  padding: 12px 0;
}
*/
.select dl dd .spot_title {
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 5px;
    line-height: 1.45;
}
.select dl dd .spot_copy {
  font-size: 14px;
  padding: 0 0 7px;
  line-height: 1.4;
}
/*
.select dl dt a{
    display: block;
    height: 220px;
    overflow: hidden;
}
*/

/* new */
.select dd {
    padding: 12px 0px;
    border-radius: 0;
    height: 80px;
}

.select dl dt{
      display: inline-block;
      position: relative;
      vertical-align: top;
      width: 100%;
      max-width: 100%;
    }
.select dl dt::before{
      content: "";
      display: block;
      padding-top: 65%;
    }
.select dl dt img{
      position: absolute;
      width: 100%;
      height: 220px;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: 50% 50%;
    }


/* select topic */
.select2{
  width: 1100px;
  display: block;
}
.select2 dl{
  display: inline-block;
  width: 527px;
  height: auto;
  margin-right: 40px;
  margin-bottom: 40px;
}
.select2 dl:nth-child(2n){
  margin-right: 0px;
}
.select2 dl dt{
    display: inline-block;
    width: 200px;
}    
.select2 dl dd{
    display: inline-block;
    width: 300px;
    vertical-align: top;
    margin-left: 20px;
}
.select2 .spot_area{
    display: inline-block;
    vertical-align: top;
}
.select2 .news_date{
    display: inline-block;
    font-size: 16px;
    margin-left: 8px;

}
.select2 .spot_title {
    font-weight: bold;
    font-size: 17px;
    padding: 8px 0 5px;
    line-height: 1.45;
}
.select2 .spot_title a{
    text-decoration: none;
    color: #333;
}
.select2 dl dd .spot_copy {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
.select2 dl dt a{
    display: block;
    overflow: hidden;
}

/* select feature */
.select3{
  width: 1100px;
  display: block;
}
.select3 dl{
  display: inline-block;
  width: 336px;
  height: auto;
  vertical-align: top;
  margin-right: 40px;
  margin-bottom: 40px;
}
.select3 dl:nth-child(3n){
  margin-right: 0px;
}
.select3 dl dd{
  padding: 12px 0;
}
.select3 dl dd .spot_title {
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 5px;
    line-height: 1.45;
}
.select3 dl dd .spot_title:lang(en){
    font-size: 16px;
}
.select3 dl dd .spot_copy {
  font-size: 14px;
  padding: 0 0 7px;
  line-height: 1.4;
}
.select3 dl dt a{
    display: block;
    height: auto;
    overflow: hidden;
}


/* cate_detail_section */

.cate_detail_section{

}
.cate_detail_section .mainimg{
  display: inline-block;
  width: 500px;
  margin-right: 60px;
  vertical-align: top;
}
.cate_detail_section .mainimg img{
    width: 100%;
}
.cate_detail_section .textct{
  display: inline-block;
  width: 530px;
  vertical-align: top;
}
.cate_detail_section h2{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.45;  
}
.cate_detail_section p{
}
.cate_detail_section span{
  font-size: 80%;
  text-decoration: none;
    display: inline-block;
    padding: 2px 5px;
    background-color: #0074C7;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 15px;
}  

.basic_info{
  margin: 40px 0;
  display: block;
}
.basic_info h3{
  font-size: 120%;
  margin-bottom: 10px;
}
.topline{
    border-top: 1px solid #ccc;
}
.basic_info dl{
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: solid 1px #ccc;
    line-height: 1.75;
}
.basic_info dt{
    font-size: 14px;
    font-weight: bold;
    display: table-cell;
    background-color: #f7f7f4;
    vertical-align: middle;
    width: 240px;
    padding: 10px 0;
    text-align: center;
}
.basic_info dd {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px 10px 30px;
}
.basic_info a{
  color: #0074C7;
  text-decoration: none;
  word-wrap: break-word;
}

/* map */
.acf-map{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  margin-top: 40px;
}

/* keyword search_detail  */
/*.search {
   padding: 0px;
   background-color: #fff;
   height: 100px;
}
.search_detail {
   background-color: #fff;
   width: 500px;
   height: 100px;
   margin: 0 auto;
}
*/

/* page next prew */
nav.pagination {
    display: block;
    margin: 20px 0 0px;
    text-align: center;
}
nav.pagination ul li{
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
}
nav.pagination ul li a{
    color: #0074C7;
    text-decoration: none;
}



/* data_search_section */
.data_search_section{
}
.data_search_detail {
    display: table;
    box-sizing: border-box;
    width: 700px;
    margin: 0 auto 50px;
    padding: 15px 30px 30px;
    background-color: #f4f4f7;
    border: 1px solid #dfdfdf;
}
.data_search_detail dl {
    padding: 16px 0;
    border-top: 1px dotted #dfdfdf;
}
.data_search_detail dl:first-child {
    border-top: 0;
}
/*.data_search_detail dt {
    display: table-cell;
    width: 10em;
    font-size: 88%;
    vertical-align: middle;
}*/
.data_search_detail dt {
    display: block;
    width: 100%;
    font-size: 110%;
    vertical-align: middle;
}
.data_search_detail dd {
    position: relative;
    display: table-cell;
    font-size: 88%;
    vertical-align: top;
}
.data_search_detail .checklist {
    display: block;
    *overflow: hidden;
    *zoom: 1;
    margin-top: -20px;
}
.data_search_detail .checklist:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
.data_search_detail .checklist li {
    float: left;
    padding: 20px 20px 0 20px;
    line-height: 1;
}
.data_search_detail .checklist label {
    display: block;
    padding: 5px 10px 5px 20px;
}
.data_search_detail .checklist input[type="checkbox"] {
    visibility: hidden;
}
.data_search_detail .checklist input[type="checkbox"] + span {
    position: relative;
}
.data_search_detail .checklist input[type="checkbox"] + span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -12px;
    border: 2px solid #0074C7;
    background-color: #fff;
}
.data_search_detail .checklist input[type="checkbox"]:checked + span:before {
    background-color: #0074C7;
}
.data_search_detail .areamap_checklist {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 60;
}
.data_search_detail .areamap {
    position: relative;
    /* margin-left: 30px; */
}
.data_search_detail .areamap label:hover {
    cursor: default;
}
.data_search_detail .areamap .areamap_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 61;
}
.data_search_detail .areamap .areamap_list li {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 62;
}
.data_search_detail .areamap .areamap_list li.onmap {
    display: block;
}
.data_search_detail .areamap .areamap_txt {
    position: relative;
    z-index: 65;
}
.data_search_detail .btn_detail {
    text-align: center;
}
.data_search_detail .btn_detail a, .data_search_detail .btn_detail button {
    display: inline-block;
    min-width: 180px;
    padding: 15px 20px;
    background-color: #fff;
    border: 3px solid #0074C7;
    font-size: 88%;
    text-align: center;
    line-height: 103
    color: #0074C7;
}
.data_search_detail .btn_detail a:link, .data_search_detail .btn_detail a:active, .data_search_detail .btn_detail a:visited, .data_search_detail .btn_detail button:link, .data_search_detail .btn_detail button:active, .data_search_detail .btn_detail button:visited {
    color: #0074C7;
}
.data_search_detail .btn_detail a:hover, .data_search_detail .btn_detail button:hover {
    background-color: #0074C7;
    text-decoration: none;
    color: #fff;
    transition: all 0.2s;
}
.data_search_detail .btn_detail button {
}
.data_search_section .notice{
    text-align: center;
}

/* Top icon */
.top_icon_r{
    position: absolute;
    width: 120px;
    right: 60px;
    margin-top: -60px;
}
.top_icon_l{
    position: absolute;
    width: 120px;
    left: 60px;
    margin-top: -60px; 
}
.top_icon_r img,.top_icon_l img{
    width: 100%;
}
.top_icon_r2{
    position: absolute;
    width: 120px;
    right: 100px;
    margin-top: -220px;
    z-index: -1;    
}
.top_icon_l2{
    position: absolute;
    width: 120px;
    left: 100px;
    margin-top: 20px; 
    z-index: -1;    
}

.noplace{
    font-size: 120%;
    text-align: center;
    font-weight: bold;
    margin: 50px auto 70px;
}

/* 小幅画面調整 */
/*
@media screen and (max-width: 1180px) {
    header:lang(en){
        height: 100px;
    }
    #menulist:lang(en){
        width: 620px;        
    }
    #menulist li:lang(en){
        line-height: 1.5;
    }    
}

@media screen and (max-width: 1055px) {
    #menulist:lang(en){
        width: 560px;               
    }    
}
*/

/* chatercruise */
.subimg{
    width: 47.5%;
    margin-right: 3%;
    margin-top: : 1.5rem;
    margin-bottom: 1.5rem;

}
.subimg2{
    width: 47.5%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;

}

