
#sizeDetect {
    font-family: 'PC';
    display: none;
}

#NewContentsArea{overflow: hidden; width: 946px; float: right;}
#NewSearch{width: 254px; float: left;}
#contentsArea {overflow: hidden; width: 100%; margin: 0 auto;}

.gsr6plj, .ques-ttl, .fruitsSlide-ttl, .map-ttl, .cosmeSlide-ttl, .spthk dt {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color:#5a5a5a;
	--swiper-navigation-size:35px;
}

_:-ms-fullscreen, :root {
    --swiper-theme-color:#5a5a5a;
	--swiper-navigation-size:35px;
}

.swiper-button-prev,
.swiper-button-next {
    background: url(../images/arrow.png) no-repeat center center / contain;
    width: 40px;
    height: 40px;
}

.swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: '';
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    box-shadow: #9e9e9e 3px 3px 7px;
}

.swiper-button-next:after {
    box-shadow: #9e9e9e -3px -3px 7px;
}

.sec {
    width: 100%;
}

.sec-in {
    max-width: 1280px;
    width: 946px;
    margin: 0 auto;
    position: relative;
    /* padding: 0 10px; */
}


img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/*============================
#kv.sec
============================*/
#kv .sec-in {
    width: 916px;
}

.kv-bg {
    display: flex;
    height: 802px;
    position: absolute;
    width: 946px;
}

.kv-bg-l {
    background: #ccc url(../images/bg-pink-l.png) center center;
    width: 50%;
}

.kv-bg-r {
    background: #999 url(../images/bg-pink-l.png) center center;
    width: 50%;
}


/*kv-text animation*/
.kv-anim-btn {
width: 109px;
    height: 40px;
    background: #ccc;
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: none;
}


.kv-text-outer {
    position: absolute;
    width: 816px;
    height: 533px;
    /* background: #d8d8d87a; */
    transform: translate(-50%, 0);
    top: 50px;
    left: 50%;
}

.kv-text-outer li {
    position: absolute;
    width: 83px;
    height: 83px;
    background: url(../images/fruits-text.png) no-repeat;
    opacity: 0;
}

.show-text .kv-text-outer li {
    animation: show-text 1s ease-in alternate forwards;
}

.kv-text-outer li:nth-child(1) {background-position: 0 0; top: 0; left: 0; animation-delay: 0.0s;}
.kv-text-outer li:nth-child(2) {background-position: -83px 0; top: 0; right: 0; animation-delay: 0.2s;}
.kv-text-outer li:nth-child(3) {background-position: -166px 0;top: 140px;left: 0; animation-delay: 0.4s;}
.kv-text-outer li:nth-child(4) {background-position: -249px 0;top: 140px;left: 244px;animation-delay: 0.6s;}
.kv-text-outer li:nth-child(5) {background-position: -332px 0;top: 140px;left: 488px;animation-delay: 0.8s;}
.kv-text-outer li:nth-child(6) {background-position: -415px 0;top: 140px;right: 0;animation-delay: 1.0s;}
.kv-text-outer li:nth-child(7) {background-position: -498px 0;top: 300px;left: 0;animation-delay: 1.2s;}
.kv-text-outer li:nth-child(8) {background-position: -581px 0;top: 300px;left: 366px;animation-delay: 1.4s;}
.kv-text-outer li:nth-child(9) {background-position: -664px 0;top: 300px;right: 0;animation-delay: 1.6s;}

@keyframes show-text {
    0% {
        opacity: 0;
        transform: translate(-100%, -0%) scale(1);
        transform: translate(0, -100%) scale(1);
    }
    60% {
        opacity: 0.5;
        transform: translate(-90%, 0) scale(1.2);
        transform: translate(0, -90%) scale(1.2);
    }
    100% {
    	opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

.btn-area {
    animation: anim-yurayura 3.5s cubic-bezier(0, 0, 0.2, 1) 0s infinite;
}
.btn-area:nth-child(1) {animation-delay: 0.5s;}
.btn-area:nth-child(2) {animation-delay: 1s;}
.btn-area:nth-child(3) {animation-delay: 1.5s;}
.btn-area:nth-child(4) {animation-delay: 2s;}
.btn-area:nth-child(5) {animation-delay: 2.5s;}
.btn-area:nth-child(6) {animation-delay: 3s;}
@keyframes anim-yurayura {
    0% {
        transform: translate3d(0, 0%, 0)
    }
    40% {
        transform: translate3d(0, -11%, 0)
    }
    100% {
        transform: translate3d(0, 0%, 0)
    }
}
/*animation*/






.kv-img {
    position: relative;
    width: 100%;
    height: 574px;
    min-height: 574px;
}

.kv-img img:nth-child(2) {
    position: relative;
    display: block;
    width: 1100px;
    left: 50%;
    transform: translate(-50%, -700px);
    display: none;
}

nav {
    position: absolute;
    top: 500px;
    left: 57.3%;
    z-index: 10;
    transform: translate(-50%, 0);
}

.nav {
    width: 846px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0;
    box-sizing: border-box;
    z-index: 1;
}

.nav-outer.is-fixed .nav{width: 1020px; padding-right: 3%;}


.nav li a {
    color: #fff !important;
    font-size: 1em;
    font-weight: bold;
    transition: 0.3s;
}

.nav li a.on, .nav li a:hover {
    text-decoration: none !important;
    color: #da817f !important;
    text-shadow: #fff 1px 1px 2px;
}

/*============================
#question.sec
============================*/
#question {
    background: #fff url(../images/bg-green.png) center center;
}

#question .sec-in {
    background: #eee url(../images/pc_co_01_bg.jpg) center top no-repeat;
    height: 650px;
    background-size: cover;
    /* position: relative; */
}

#question h2 {
    text-align: center;
    padding-top: 40px;
}

h2 .sub-ttl {
    display: block;
    font-size: 19px;
    color: #fff;
    margin-top: 15px;
    /* width: 410px; */
    line-height: 1.6;
    font-weight: normal;
}

.ques-list {
    position: absolute;
    top: 0;
    left: 0;
}

.ques-item {
    background: #fff url(../images/bg-mask.png) center center;
    width: 240px;
    padding: 110px 25px 20px;
    position: absolute;
    border-radius: 10px;
    box-sizing: border-box;
    display: none;
}

.ques-item:before {
    content: '';
    display: block;
    /* background: #eee; */
    background-size: cover;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translate(-50%, 0);
}

.ques-item:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 20px;
    background: url(../images/fukidashi.png);
    background-size: contain;
}

.ques-item:nth-child(1):after {
    top: 120px;
    right: -10px;
}

.ques-item:nth-child(2):after {
    top: 90px;
    left: -10px;
    transform: rotate(180deg);
}

.ques-item:nth-child(3):after {
    top: 230px;
    left: -10px;
    transform: rotate(180deg);
}

.ques-item:nth-child(1):before {
    background-image: url(../images/pc_co_01_01.png);
    width: 76px;
    height: 76px;
    top: 22px;
}

.ques-item:nth-child(2):before {
    background-image: url(../images/pc_co_01_02.png);
    width: 100px;
    height: 82px;
    top: 14px;
}

.ques-item:nth-child(3):before {
    background-image: url(../images/pc_co_01_03.png);
    width: 73px;
    height: 87px;
    top: 19px;
}

.ques-list .ques-item:nth-child(1) {
    top: 220px;
    left: 40px;
}

.ques-list .ques-item:nth-child(2) {
    top: 220px;
    left: 632px;
}

.ques-list .ques-item:nth-child(3) {
    top: 300px;
    left: 632px;
}

.ques-ttl {
    font-size: 18px;
    color: #83bbb8;
    line-height: 1.5;
    margin-bottom: 14px;
}

.ques-disc {
    font-size: 13px;
    line-height: 1.8;
}

.ques-btn li {
    position: absolute;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.ques-btn li:before {
    content: '';
    display: block;
    width: 49px;
    height: 46px;
    padding-bottom: 10px;
    background: url(../images/btn-click.png) no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -55px)
}

.ques-btn li:nth-child(1) {
    top: 374px;
    left: 314px;
}

.ques-btn li:nth-child(2) {
    top: 347px;
    left: 442px;
}

.ques-btn li:nth-child(3) {
    top: 565px;
    left: 436px;
}

/*============================
#fruitsSlide.sec
============================*/
#fruitsSlide {
    background: #fff url(../images/bg-pink2.png) center center;
    position: relative;
    overflow: hidden;
}

.fruitsSlide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.fruitsSlide-bg-l {
    background: url(../images/pc_co_02_bg.jpg) left top no-repeat;
    background-size: cover;
    width: 50%;
}

.fruitsSlide-bg-r {
    width: 50%;
}




#fruitsSlide .sec-in {
    /*background: url(../images/pc_co_02_bg.jpg) left top no-repeat;*/
    /*background-size: 640px 688px;*/
    width: 916px;
    height: 688px;
}

#fruitsSlide h2 {
    text-align: right;
    padding-top: 40px;
    width: 900px;
    margin: 0 auto;
}

#fruitsSlide .swiper-container {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding-bottom: 30px;
}

.fruitsSlide-list.swiper-wrapper {
    height: auto;
}

#fruitsSlide .swiper-pagination {
    bottom: 0;
}

/*
.swiper-container {
    margin-top: 20px;
}
*/
.fruitsSlide-item {
    width: 211.5px !important;
    background: #fff url(../images/bg-mask.png) center center;
    float: left;
    border-radius: 20px;
    margin-left: 20px;
}

.fruitsSlide-item img {
    border-radius: 20px 20px 0 0;
}

.fruitsSlide-item .text {
    padding: 20px;
}

.fruitsSlide-ttl {
    font-size: 18px;
    color: #83bbb8;
    line-height: 1.4;
    margin-bottom: 14px;
}

.fruitsSlide-tag {
    background: #e4acaa url(../images/bg-mask.png) center center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 7px;
    border-radius: 15px;
}

.fruitsSlide-disc {
    font-size: 13px;
    line-height: 1.6;
}

/*============================
#map.sec
============================*/
#map {
    background: #fff url(../images/bg-green.png) center center;
}

#map h2 {
    padding-top: 40px;
    padding-left: 30px;
}

#map .sec-in {
    /* overflow: hidden; */
    height: 685px;
}


#map .map-area {
    width: 450px;
    height: 446px;
    background: url(../images/map_bg.png) center center no-repeat;
    background-size: cover;
    position: relative;
    margin: 40px 0 0 5px;
}

.map-area .btn-area {
    content: '';
    display: block;
    width: 44px;
    height: 80px;
    background: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: 0.5s ease;
}

.map-area .btn-area:nth-child(1) {
    background-image: url(../images/map_mimasaka_icon_off.png);
    top: 122px;
    left: 305px;
}

.map-area .btn-area:nth-child(2) {
    background-image: url(../images/map_yoshi_icon_off.png);
    top: 153px;
    left: 261px;
}

.map-area .btn-area:nth-child(3) {
    background-image: url(../images/map_yamada_icon_off.png);
    top: 23px;
    left: 225px;
}

.map-area .btn-area:nth-child(4) {
    background-image: url(../images/map_hiruzen_icon_off.png);
    top: -15px;
    left: 127px;
}

.map-area .btn-area:nth-child(5) {
    background-image: url(../images/map_ohara_icon_off.png);
    top: 124px;
    left: 82px;
}

.map-area .btn-area:nth-child(6) {
    background-image: url(../images/map_kubo_icon_off.png);
    top: 170px;
    left: 212px;
}


/* btn active */
.map-area .btn-area:nth-child(1).active {
    background-image: url(../images/map_mimasaka_icon_on.png);
}

.map-area .btn-area:nth-child(2).active {
    background-image: url(../images/map_yoshi_icon_on.png);
}

.map-area .btn-area:nth-child(3).active {
    background-image: url(../images/map_yamada_icon_on.png);
}

.map-area .btn-area:nth-child(4).active {
    background-image: url(../images/map_hiruzen_icon_on.png);
}

.map-area .btn-area:nth-child(5).active {
    background-image: url(../images/map_ohara_icon_on.png);
}

.map-area .btn-area:nth-child(6).active {
    background-image: url(../images/map_kubo_icon_on.png);
}

.map-list {
    position: absolute;
    top: 0;
    right: 450px;
    height: 685px;
}

.map-item {
    width: 418px;
    background: #fff url(../images/bg-mask.png) center center;
    margin: 10px 0px;
    border-radius: 10px;
    /*display: none;*/

        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.map-item.is-show {
    opacity: 1;
    z-index: 2;
}

.map-item img {
    border-radius: 10px 10px 0 0;
}

.map-list .swiper-slide {
    overflow: hidden;
    border-radius: 10px 10px 0 0; 
}

.map-list .swiper-slide img {
    width: 100%;
    height: auto;
}

/*.map-item .swiper-slide-prev img,
.map-item .swiper-slide-active img,
.map-item .swiper-slide-duplicate-active img {
    animation-name: zoom;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}

@keyframes zoom {
    0% {
        transform: scale(1.4);
        opacity: 1;
    }
    100% {
        transform: scale(1.0);
    }
}*/


.map-item .text {
    padding: 20px 20px 35px;
    overflow: hidden;
}

.map-ttl {
    font-size: 18px;
    color: #83bbb8;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 0px 14px 0px 0;
    display: inline-block;
}

.map-tag {
    background: #e4acaa url(../images/bg-mask.png) center center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
    font-size: 13px;
    margin: 5px 0 0 0;
    padding: 7px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: bottom;
}

.map-disc {
    font-size: 13px;
    line-height: 1.6;
    border-bottom: 1px solid #83bbb8;
    padding: 10px 0 15px;
}

.map-info {
    display: flex;
    align-items: center;
    line-height: 1.6;
    border-bottom: 1px solid #83bbb8;
    padding: 13px 0;
}

.map-info p:nth-child(1) {
    font-size: 16px;
    color: #83bbb8;
    width: 34%;
}

.map-info p:nth-child(2) {
    font-size: 14px;
}


/*============================
#hotel.sec
============================*/
#hotel {
    background: #fff url(../images/bg-pink2.png) center center;
    position: relative;
}


.hotel-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.hotel-bg-l {
    background: url(../images/pc_co_04_bg.jpg) left top ;
    background-size: cover;
    width: 50%;
}

.hotel-bg-r {
    width: 50%;
}

#hotel .sec-in {
    /*     background: url(../images/pc_co_04_bg.jpg) left top no-repeat; */
    background-size: 640px auto;
    width: 916px;
    height: auto;
}

#hotel .sec-in-in {
    width: 896px;
    margin: 0 auto;
    padding-bottom: 40px;
}

#hotel h2 {
    text-align: right;
    padding-top: 40px;
}

.hotel-block>h3 {
    font-size: 20px;
    font-weight: normal;
    color: #e8b2b0;
    text-align: center;
    margin-bottom: 10px;
}

.hotel-block {
    background: #fff url(../images/bg-mask.png) center center;
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
}

.hotel-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

/*============================
#cosmeSlide.sec
============================*/

#cosmeSlide {
    background: #fff url(../images/bg-green.png) center center;
    position: relative;
}

.cosmeSlide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.cosmeSlide-bg-l {
    width: 50%;
}

.cosmeSlide-bg-r {
    background: url(../images/pc_co_05_bg.jpg) right top no-repeat;
    background-size: cover;
    width: 50%;
}

#cosmeSlide .swiper-container {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding-bottom: 30px;
}

.cosmeSlide-list.swiper-wrapper {
    height: auto;
}

#cosmeSlide .swiper-pagination {
    bottom: 0;
}

#cosmeSlide .sec-in {
    /* background: url(../images/pc_co_05_bg.jpg) right top no-repeat; */
    background-size: 640px auto;
    width: 916px;
    height: 720px;
}

#cosmeSlide .sec-in-in {
    width: 925px;
    margin: 0 auto;
}

#cosmeSlide h2 {
    padding-top: 40px;
    margin-left: 15px;
}

.cosmeSlide-item {
    width: 211.5px !important;
    background: #fff url(../images/bg-mask.png) center center;
    float: left;
    border-radius: 20px;
    margin-left: 20px;
}

.cosmeSlide-item img {
    border-radius: 20px 20px 0 0;
}

.cosmeSlide-item .text {
    padding: 20px;
}

.cosmeSlide-ttl {
    font-size: 18px;
    color: #83bbb8;
    line-height: 1.4;
    margin-bottom: 10px;
}

.cosmeSlide-tag {
    background: #e4acaa url(../images/bg-mask.png) center center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 7px;
    border-radius: 15px;
}

.cosmeSlide-disc {
    font-size: 13px;
    line-height: 1.6;
}


.spthk-outer {
    background: #fff url(../images/bg-pink.png) center center;
    padding: 40px 0;
}

.spthk {
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
}

.spthk dt {
    font-size: 18px;
    color: #e8b2b0;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
}

.spthk dd {
    font-size: 13px;
    line-height: 1.6;
}

.spthk em {
    color: #e8b2b0;
}

/*============================
PAGETOP
============================*/
.btn-pagetop {
    position: fixed;
    bottom: 3%;
    right: 3%;
    display: block;
    z-index: 10;
    opacity: 0;
    transition: 1s;
}

.btn-pagetop a {
    background: #b1b1b1;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.btn-pagetop a:hover {
    text-decoration: none;
    /*background: #bf8f3b;*/
    transition: 0.2s;
}

.btn-pagetop a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 5px;
    left: 0px;
    transition: 0.2s ease-out;
}

.btn-pagetop a:hover:before {
    top: 3px;
}

.btn-pagetop.is-show {
    opacity: 1
}

.btn-pagetop.sp {
    display: none
}

.nav-outer.is-fixed {
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: 100;
    animation: slide-nav 0.5s ease-in-out 0.3s forwards;
    padding: 22px;
    background: #b1b1b1;
    /*background: rgba(177, 177, 177, 0.8);*/
    background: rgba(226, 150, 146, 0.6);
    width: 100%;
    left: 0;
}


.contentright h2 {
    padding-top: 38px;
}

@keyframes slide-nav {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.htlBox33{padding: 0px !important; border-radius: 15px;}
.htlBox33 img{border-radius: 15px;}
.spthk.sec-in{width: 896px; box-sizing: border-box;}
#NewBtn{width: 666px; margin: 20px auto 0;}
#NewBtn a:hover img{box-shadow: 0px  5px 10px #dbdbdb; border-radius: 13px;}



/*============================
Search
============================*/

#search-box{ border: none; background-color: #FFEAE8;}
.kenlist #search-box a#dh-child-popup{ display: inline-block;}
#search-box #f_heya_su{ width:176px; padding: 0.56em 5px;}
#search-box #dh-adlt{ width:56px;text-align: center;padding: 0.4em 5px;}
#search-box #f_chu,#search-box #f_shou,#search-box #f_sai{ width:220px; padding: 0.56em 5px; margin-bottom: 5px;}
#search-box #dh-adlt,#search-box #f_heya_su,#search-box #f_chu,#search-box #f_shou,#search-box #f_sai{
  background:#fff;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px; margin-right: 3px;
  border: 1px solid#777777;
  -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  box-shadow: 0px 0px 0px
  rgba(000, 000, 000, 0), inset 0px 1px 5px
  rgba(171, 171, 171, 0.6);
  color:#333333;
  line-height: 1.7;
}
#search-box #f_chu{ margin-top: 5px; display: block;}
#search-box .inputDate{background-color: #fff;}
#search-box dd.number ul{ border: none;}
#search-box p.searchSubmit a{ background: #ba0100; color: #ffffff; text-align: center; padding: 10px; font-size: 16px; font-weight: bold; border-radius: 30px; text-indent:2%; width:80px; line-height: 16px; height: auto;}
#search-box p.searchSubmit a:hover{ color: #FFFFFF;}
#ui-datepicker-div{ z-index: 99!important;}


.mbN10{ margin-bottom: -15px!important;}


.columleft .navimds.pc a:hover{ background-color:#ffffff;}
#search-box .number ul li.adult{ width: 53%;}
#search-box .number ul li.child{ width: 46%;}
.searchicon{padding-top: 10px; text-align: center;}
li.ken47{margin: 10px 0;}
li.ken47 a {
    background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow1right.gif) top left no-repeat;
    padding: 14px 0;
    text-align: center;
    display: block;
    border-bottom: 1px solid #eee;
    text-decoration: none !important;
}
li.ken47 a:hover {
    background: #eee url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow1right.gif) top left no-repeat;
}

.totops a{
    padding: 14px 0;
    text-align: center;
    display: block;
    border-bottom: 1px dotted #ccc;
    text-decoration: none !important;
    position: relative;
}

.totops a:hover{background-color: #eee;}
.totops li a.invoice:before { content: ''; background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/ico_info.png) center; display: block; position: absolute; width:18px; height:18px; left: calc( 50% - 64px); top:12px; background-size: 100%; }

#NewSearch{
    display: block !important;
    opacity: 1 !important;
}


#contentsWall {
	width: 100% !important;
	padding: 40px 0;
	margin-bottom: 20px;
	background: #ffffff;
	overflow: hidden;
	box-shadow: inset 0px 15px 10px -15px #999;
	position: relative;
}

#contentsWall .twoblock {
	width: 1220px;
	margin: 0 auto;
	overflow: hidden;
}

#NewSearch h2 span{color: #bc0000;}


/* =====20210317 by 277===== */
#keyVisual div ul.ptexp .jdsCoponSwitch,
#keyVisual div ul.ptexp .foreg{
	display: none!important;
}
#keyVisual div ul.ptexp img{
	margin-top: 5px;
}


#topLogo {
  clear: both;
    position: relative;
    text-align: center;
  padding: 16px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
#topLogo a {
    display: flex;
    color: #333;
    font-size: 18px;
    align-items: center;
    font-weight: 500;
    position: absolute;
    top: 50px;
    right: 20px;
}


#OVERVIEW .holder {
  margin-top: 32px;
  margin-bottom: 80px;
  padding: 40px;
  padding-bottom: 28px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}
#OVERVIEW .holder .title {
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
  font-weight: bold;
}
#OVERVIEW .holder .title span {
  display: block;
  font-size: 14px;
  padding-bottom: 8px;
}
#OVERVIEW .holder dl {
  line-height: 1.6;
  padding-bottom: 4px;
}
#OVERVIEW .holder dl:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
}
#OVERVIEW .holder dl dt {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
#OVERVIEW .holder dl dd span {
  display: inline-block;
  font-weight: bold;
  padding: 4px 8px;
  background: #ebebeb;
  font-weight: 400;
}
#OVERVIEW .holder dl dd p {
  padding: 4px 0 14px;
  font-weight: 300;
}
#OVERVIEW .holder dl dd p em {
  font-style: normal;
  text-decoration: underline;
}
#OVERVIEW .holder dl dd a {
  text-decoration: underline;
}
#OVERVIEW h2 {
    text-align: center;
    font-weight: 500;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #bf0000;
    font-size: 28px;
}
#OVERVIEW{padding-top: 40px;}
