<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*normal*/
@font-face {
    font-family: 'myfont';
    src: url('../fonts/GenJyuuGothicX-N-subset.eot') format('embedded-opentype'), url('../fonts/GenJyuuGothicX-N-subset.woff') format('woff'), url('../fonts/GenJyuuGothicX-N-subset.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/*medium*/
@font-face {
    font-family: 'myfont';
    src: url('../fonts/GenJyuuGothicX-M-subset.eot') format('embedded-opentype'), url('../fonts/GenJyuuGothicX-M-subset.woff') format('woff'), url('../fonts/GenJyuuGothicX-M-subset.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/*bold*/
@font-face {
    font-family: 'myfont';
    src: url('../fonts/GenJyuuGothicX-B-subset.eot') format('embedded-opentype'), url('../fonts/GenJyuuGothicX-B-subset.woff') format('woff'), url('../fonts/GenJyuuGothicX-B-subset.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body {
    background: #fff;
    font-size: 18px;
    line-height: 1.3;
}

img {
    vertical-align: bottom;
}

h1 {
    position: relative;
    padding-left: .8em;
    margin: 0 auto 25px;
    font-weight: bold;
    font-size: 1.8rem;
    max-width: 1020px;
}

h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10%;
    width: 5px;
    height: 120%;
    background-color: #bd0000;
}

.dom-contents-body {
    width: 1020px;
    padding: 0;
    font-family: 'myfont';
    font-weight: 500;
}

.dom-contents-body img {
    transform: rotate(-0.001deg);
}

.pc_none {
    display: none;
}

/*Firefox繝ｻIE縺ｧ縺ｮ譁�ｭ励い繝ｳ繝√お繧､繝ｪ繧｢繧ｹ逕ｨ*/
.anti_aliasing {
    transform: rotate(0.001deg); 
    overflow: hidden;
}

/*-----------------------------------------------------------------
    繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ
-----------------------------------------------------------------*/

h2 {
    position: relative;
    margin-bottom: 126px;
    text-align: center;
}

.dom-contents-body .main_title {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translateX(-50%) translateY(-50%);
}

.fade-in-up {
    -ms-animation-name: fade-in-up;
    -ms-animation-duration: 2s;
    -ms-animation-timing-function: ease-out;
    -ms-animation-delay: 1s;
    -ms-animation-iteration-count: 1;
    -ms-animation-direction: normal;
    -ms-animation-fill-mode: forwards;
    animation-name: fade-in-up;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes fade-in-up {
    0% {opacity: 0; transform: rotate(0deg) translateX(-50%) translateY(-40%);}
    100% {opacity: 1; transform: rotate(0deg) translateX(-50%) translateY(-50%);}
}

.img_tokuten {
    position: absolute;
    right: 0;
    bottom: -20%;
    transition: 0.2s;
}

.img_tokuten:hover {
    transform: translateY(-5px);
}


/*-----------------------------------------------------------------
    莠ｺ豌励う繝ｳ繧ｹ繧ｿ繧ｰ繝ｩ繝槭�縺後♀縺吶☆繧√☆繧区怏鬥ｬ縺翫＠繧�ｌ繧ｹ繝昴ャ繝亥ｷ｡繧�!!
-----------------------------------------------------------------*/

.contents_catch {
    height: 449px;
    margin-bottom: 60px;
    background: url(../images/pc/bg_contents01.png) no-repeat left top, url(../images/pc/bg_contents02.png) no-repeat right bottom;
    font-size: 38px;
    line-height: 1.5;
    text-align: center;
}

.catch_lead {
    margin: 40px 0;
}

.catch_text {
    font-size: 24px;
}

.text_style01 {
    color: #c1e100;
    font-size: 50px;
}

.text_style02 {
    color: #ff5298;
    font-size: 42px;
}

.text_style03 {
    color: #ff5298;
    font-size: 50px;
}

.text_style04 {
    font-weight: 700;
}

.text_marker01 {
    display: inline-block;
    width: 107px;
    margin: 0 10px;
    background: linear-gradient(transparent 50%, #ffff00 50%);
}

/*-----------------------------------------------------------------
    莉雁屓譛蛾ｦｬ繧堤ｴｹ莉九＠縺ｦ縺上ｌ縺溘�縺ｯ
-----------------------------------------------------------------*/
.contents_instagramer {
    position: relative;
    height: 574px;
    margin-bottom: 30px;
    padding: 25px;
    background: url(../images/pc/bg_instagramer.jpg) no-repeat;
    text-align: center;
}

.instagramer_intro {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.instagramer {
    width: 316px;
}

.instagramer:first-child {
    margin-right: 75px;
}

.instagramer_portrait {
    width: 250px;
}

.instagramer_name {
    margin-top: 10px;
    color: #0071bc;
    font-size: 24px;
}

.instagramer_detail {
    margin-top: 1em;
    text-align: left;
}

.contents_instagramer aside {
    display: block;
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-size: 14px;
}

/*-----------------------------------------------------------------
    繝壹�繧ｸ蜀�Μ繝ｳ繧ｯ
-----------------------------------------------------------------*/
.inpage_link_wrap_pc {
    height: 107px;
}

.inpage_link {
    display: flex;
    justify-content: space-between;
    padding: 0 9px 9px 0;
}

.is-fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 1020px;
    margin: 0 auto;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
}

.button01 {
    display: block;
    width: 244px;
    height: 98px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 9px 9px 0 rgba(155, 155, 155, 0.75);
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 98px;
    transition: 0.2s;
}

.button01:link,
.button01:visited {
    color: #fff;
    text-decoration: none;
}

.button01:hover,
.button01:active,
.button01:focus {
    text-decoration: none;
}

.button01:hover {
    transform: translateY(4px);
    box-shadow: 5px 5px 0 rgba(155, 155, 155, 1);    
    transition: 0.2s;
}

.btn_tourism {
    background: url(../images/pc/button_red.png) no-repeat;
    text-shadow: 0 0 5px rgba(119, 0, 43,0.75);
}

.btn_experience {
    background: url(../images/pc/button_green.png) no-repeat;
    text-shadow: 0 0 5px rgba(0, 114, 27,0.75);
}

.btn_food {
    background: url(../images/pc/button_orange.png) no-repeat;
    text-shadow: 0 0 5px rgba(191, 100, 0,0.75);
}

.btn_stay {
    background: url(../images/pc/button_blue.png) no-repeat;
    text-shadow: 0 0 5px rgba(0, 59, 91,0.75);
}

/*-----------------------------------------------------------------
    繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝�
-----------------------------------------------------------------*/

.main_head {
    margin: 50px 0 -20px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.main_head_tourism {
    padding-top: 63px;
    background: url(../images/icon_camera.png) top no-repeat;
    color: #e65b69;
}

.main_head_experience {
    padding-top: 91px;
    background: url(../images/icon_hand.png) top no-repeat;
    color: #6ec38a;
}

.main_head_food {
    padding-top: 89px;
    background: url(../images/icon_cutlery.png) top no-repeat;
    color: #fb9049;
}

.main_head_stay {
    margin: 50px 0 0;
    padding-top: 110px;
    background: url(../images/icon_hotspring.png) top no-repeat;
    color: #51b5f7;
}

.text_head_deco {
    display: block;
    width: 171px;
    height: 41px;
    margin: 0 auto 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.deco_tourism {
    border-top: 2px solid #e65b69;
    border-bottom: 2px solid #e65b69;
}

.deco_experience {
    border-top: 2px solid #6ec38a;
    border-bottom: 2px solid #6ec38a;
}

.deco_food {
    border-top: 2px solid #fb9049;
    border-bottom: 2px solid #fb9049;
}

.deco_stay {
    border-top: 2px solid #51b5f7;
    border-bottom: 2px solid #51b5f7;
}

.category_hero_wrap {
    position: relative;
    margin-top: 40px;
}

.img_instagramers {
    position: absolute;
    right: 45px;
    bottom: -60px;
}

.img_glass {
    position: absolute;
    right: 5px;
    bottom: -40px;
}

.category_flex {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.category_thumbnail_container {
    width: 510px;    
}

.thumbnail {
    width: 245px;
}

.category_thumbnail_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.category_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 480px;
}

.info_head {
    margin-bottom: 20px;
    color: #0071bc;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

.info_head_sourvenir::after {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 20px;
    height: 22px;
    margin-left: 2px;
    background:  url(../images/icon_heart.png) no-repeat;
    content: "";
}

.info_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 459px;
    margin: 0 auto;
    padding: 15px 0;
    border-top: 2px solid #b3b3b3;
    border-bottom: 2px solid #b3b3b3;
}

.info_spot {
    position: relative;
    margin-top: 65px;
}

.info_hashtag {
    position: relative;
    top: 18%;
    color: #0071bc;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.text_padding {
    padding-right: 2em;
}

.info_discount {
    width: 465px;
    height: 183px;
    margin: 0 auto;
    padding-top: 92px;
    background: url(../images/pc/balloon01.png) no-repeat;
    font-weight: 500;
    text-align: center;
}

.info_discount_sourvenir{
    display: block;
    position: relative;
    top: -8px;
    width: 395px;
    margin: 0 auto;
    text-align: left;
}

.info_discount_aside {
    position: absolute;
    bottom: 20%;
    left: 50%;
    font-size: 14px;
    font-weight: 500;
    transform: translateX(-50%);
}

.info_opening_hour {
    color: #0071bc;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.category_thumbnail_long {
    width: 510px;
}

.category_info_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 480px;
}

.info_ast {
    width: 480px;
    height: 360px;
}

.stay_inn_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.inn {
    width: 333px;
}

.inn_name {
    display: block;
    height: 48px;
    margin: 20px 0 15px;
    border-top: 2px solid #b3b3b3;
    border-bottom: 2px solid #b3b3b3;
    color: #0071bc;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
}

.inn_description {
    text-align: left;
}

.detail_btn_wrap {
    width: 333px;
}

.button02 {
    display: block;
    width: 286px;
    height: 39px;
    margin: 15px auto 0;
    background-color: #fff;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
}

.button02:link,
.button02:visited {
    color: #fff;
    text-decoration: none;
}

.button02:hover,
.button02:active,
.button02:focus {
    text-decoration: none;
}

.button02:hover {
    opacity: 0.8;
}

.btn_inn_detail {
    background: #fff url(../images/pc/button_blue02.png) no-repeat;
    text-shadow: 0 0 5px rgba(6, 34, 89,0.75);
}

.btn_plan_arima {
    background: #fff url(../images/pc/button_red02.png) no-repeat;
    text-shadow: 0 0 5px rgba(132, 6, 30,0.75);
}

.planlist_btn_wrap {
    margin-top: 30px;
}


.button03 {
    display: block;
    width: 505px;
    height: 61px;
    margin: 0 auto;
    background-color: #fff;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 61px;
}

.button03:link,
.button03:visited {
    color: #fff;
    text-decoration: none;
}

.button03:hover,
.button03:active,
.button03:focus {
    text-decoration: none;
}

.button03:hover {
    opacity: 0.8;
}

.btn_planlist {
    background: #fff url(../images/button_lg.png) no-repeat;
    text-shadow: 0 0 5px rgba(5, 34, 16, 0.8);
}</pre></body></html>