@charset "UTF-8";
/* Theme Name: custom */
/* 変数・関数 */
/* リセットcss */
*, *:before, *:after {box-sizing: border-box;}
article, aside, footer, header, nav, section, figcaption, figure, main, details, menu {display: block;}
mark {background-color: #ff0;color: #000;}
audio:not([controls]) {display: none;height: 0;}
svg:not(:root) {overflow: hidden;}
button, input, optgroup, select, textarea {margin: 0;}
button, input {overflow: visible;}
button, select {text-transform: none;}
button, html [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;-moz-appearance: button;appearance: button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
legend {color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress {display: inline-block;vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"], [type="radio"] {padding: 0;width: 16px;height: 16px;/* border-radius: 10px; */}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
appearance: button;
font: inherit;
}
summary {display: list-item;}
canvas, time {display: inline-block;}
[hidden] {display: none;}

/* 独自css */
html {font-size: 1rem;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%;letter-spacing: 0.1rem;}
body {width: 100%;color: #000;font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;line-height: 1.5;margin: 0;}
#wrapper {overflow-x: hidden;}
body:not(.home) #fixMenuLeft{display:none!important}
body:not(.home) #wrapperFixed {width: 100%;background: url(img/pagenav_bg.jpg)no-repeat top;background-size: 190%;padding-top: 36vw;}
.bgFixed {position: fixed;height: 100%;}
#bgNav {transition: all 0.5s cubic-bezier(1, 0, 0.5, 1), visibility 0s ease 0.5s;opacity: 0;visibility: hidden;position: fixed;z-index: 1;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);}
.show {transition-delay: 0s !important;opacity: 1 !important;visibility: visible !important;}
a {color: #000;transition: all 0.3s;text-decoration: none;}
#main .wrapPost a {text-decoration: underline;}
a:hover {opacity: 0.7;text-decoration: none;}
#main img {width: 100%;}
#main img.auto {width: 100%;vertical-align:middle;}
#main #pageMap img.auto {width: auto!important}
#main h1 img.auto,#main h2 img.auto,#main h3 img.auto,#main h4 img.auto{width:auto}
#main p, #main table, #main ul, #main ol, #main dl {margin: 0.7rem 0;}
#main .titlePage {font-size: 1.6rem;margin: 2rem 0;}
body:not(.home) #main h1.titlePage {text-align:center;font-size: 20px;margin: 0.5rem auto;}
body:not(.home) #main h1.titlePage img {margin-right: 8px;max-height: 50px;}
body:not(.home) #main h1.titlePage .en{display:block;font-size:50%;color:#ff9900;font-weight:normal;margin-top: 0;}
.page #main .titlePage {color: #669900;background: url(img/ttl_bg2.jpg)no-repeat center;background-size: 100%;text-align: center;font-size: 6.5vw;padding-bottom: 0.5rem;}
#pageTime #contat td:before {content:':';margin-right:0.2rem}
#main .titleSection, #main h2 {font-size: 1.3rem;margin: 2rem 0 0.7rem;}
.clear{clear:both;overflow:hidden;}
.col:last-child{margin-right: 0!important}

body:not(.home) #main h2{background: url(img/bg_h3.png)repeat-x bottom left;padding-bottom:1rem;font-size: 20px;margin-top: 1rem;padding-top: 0;}
body:not(.home) #main h2 img{height:34px;vertical-align:text-bottom;margin-right:0.5rem}
#singleVisit #visit h2 img{width:40px;height:auto;vertical-align:middle}
#pageTime h2:first-child img{width: 24px!important;}
#pageTime h2 img{width: 32px!important;height:auto!important;vertical-align:middle!important}
#main .titlePost, #main h3, #main h4 {font-size: 1.1rem;margin: 1.4rem 0 0.7rem;}

/*btn共通*/
.btn {text-align: center;}
.btn a{background: linear-gradient(0deg, #fcedb2, #fcfc8e);border: solid 2px orange;box-shadow: 0 4px 0px orange;border-radius: 50px;color: #000;font-size: 1rem;font-family: 'M PLUS Rounded 1c', sans-serif;font-weight: 400;display: inline-block;margin: 1.4rem 0;padding: 0.8rem 1.6rem;text-decoration: none !important;}
body .btn a:after {margin-left: 0.3rem;content: '';width: 0;height: 0;background-image: url(img/arrow_orange.png);background-repeat: no-repeat;padding: 0 14px;background-position: center;background-size: auto;}
body.home .btn a:after body.archive .btn a:after, #oneday .btn a:after {background-image: url(img/arrow_green.png);}
.category-souvenir .btn a:after, #pageAccess .btn a:after, .category-souvenir #main article .btn a:after {background-image: url(img/arrow_red.png);}
.btnAll a {background: #999;}
.catBtn{display:flex;margin: 1rem -0.8rem;max-width:1000px;}
.catBtn p{margin: 0 0.3rem!important;}

/*table共通*/
table {width: 100%;border-top: 1px solid #ddd;border-collapse: collapse;}
th, td {border-top: none;border-bottom: 1px solid #ddd;padding: 3rem;}
th {background: #f5f5f5;min-width: 20%;}
td {background: #fff;text-align: left;}
.frame {padding-left: 1rem !important;padding-right: 1rem !important;width: 100%;}

#header, #header .inner {position: relative;z-index: 5;}
#header {z-index: auto;}
body:not(.home) #header .logoNav{background: url(img/pagenav_bg.jpg)no-repeat 0 -50px;background-size: 100%!important;}
#header .logoNav {width: 100%;position: fixed;top: 0;z-index: 10;background: #fff;}
#header a {text-decoration: none;}
#header .box {display: flex;justify-content: space-between;align-items: center;height: 70px;position: fixed;z-index: 3;background:#fff;width: 100%;top: 0;left: 0;}
#header .box.opacity {background: rgba(255, 255, 255, 1);box-shadow: 0 0 5px #ddd;}
#header .logo {width: 40%;}
#header .logo img {max-width: 100%;}
#fixedMenu,#fixMenuLeft {display: none;}
#subNav p span.red{color: red;}
#subNav .free {font-size: 4vw;margin: 0;line-height: 2;}
#subNav .free img{width:20px;vertical-align:middle;margin-left:1rem;margin-right:0.3rem}
#header .nav .navBtn {display: block;width: 60px;height: 70px;position: absolute;right: 0;top: 0;z-index: 3;background: #224c21;}
#header .nav {text-align: center}
#header .nav > a{display: block;width: 60px;height: 70px;position: absolute;top: 0;z-index: 3;color: #fff;font-size: 12px;letter-spacing: 0;}
#header .nav .languageBtn {right: 180px;background: #88d1fc;padding: 12px 2px 0;font-size:10px}
#header .nav .languageBtn:hover{opacity:1}
#header .nav .access {right: 60px;background: #fc8889;padding: 12px 2px 0;	}
#header .nav .hours {right: 120px;background: #f5ab3a;padding: 11px 8px 0;}
#header .nav .navBtn:after {content: 'MENU';color: #fff;position: absolute;bottom: 6px;right: 10px;left: 10px;margin: auto;font-size: 12px;}
#header .nav .navBtn i, #header .nav .navBtn i:after, #header .nav .navBtn i:before {display: block;width: 24px;height: 3px;border-radius: 3px;background: #fff;}
#subNav .nav .navBtn i, #subNav .nav .navBtn i:before, #subNav .nav .navBtn i:after {background: #fff;width: 32px;height: 3px;}
#subNav .nav .navBtn i {left: 13px}
#header .nav .navBtn i {transition: background 0.5s;position: relative;left: 19px;top: 28px;}
#header .nav .navBtn i:after, #header .nav .navBtn i:before {content: '';position: absolute;-webkit-transform: rotate(0deg);transform: rotate(0deg);transition: all 0.3s;}
#header .nav .navBtn i:before {-webkit-transform: translateY(8px);transform: translateY(8px);}
#header .nav .navBtn i:after {-webkit-transform: translateY(-8px);transform: translateY(-8px);}
#header .nav .navBtn.open i {background: #224c21;}
#subNav .nav .navBtn.open i {background: #224c21;}
#header .nav .navBtn.open i:before {-webkit-transform: translateY(0px) rotate(-45deg);transform: translateY(0px) rotate(-45deg);}
#header .nav .navBtn.open i:after {-webkit-transform: translateY(0px) rotate(45deg);transform: translateY(0px) rotate(45deg);}
#header .nav .menu {margin: 0;padding: 0!important;list-style: none;width: 85%;position: absolute;top: 70px;right: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);background: rgb(34, 76, 33);overflow-y: scroll;-webkit-overflow-scrolling: touch;transition: .4s;text-align: left;}
#header .nav .menu.openNav {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
#header .nav .menu li {border-bottom: 1px solid #fff;}
#header .nav .menu li a {display: block;padding: 1.5rem;color: #fff;font-size: 90%;border: solid 1px;border-bottom: none;}
#header .nav .menu li .switch{position:relative}
#header .openNav .switch span {transition: ease 0.4s;display: inline-block;padding: 0 0 0 16px;vertical-align: middle;text-decoration: none;margin-left: 1rem;}
#google_language_translator {max-width: 200px;margin: 0.5rem 0 0 0.7rem;}
.goog-te-combo {padding: 0.3rem 0.5rem;}
#header .switch span::before,#header .switch span::after{position: absolute;top: -8px;bottom: 0;left: 0;margin: auto;content: "";vertical-align: middle;}
#header .switch span:before{left: 3px;width: 12px;height: 12px;border-top: 2px solid #fff;border-right: 2px solid #fff;-webkit-transform: rotate(45deg);transform: rotate(135deg);}
#header .switch span{display:inline-block;transform: rotate(0deg);position: absolute;right: 1.2rem;top: 2.1rem;}
#header .switch.active span {transform: rotate(180deg);}
#header .nav .menu li.home a{padding:0 3px;border:none}
#header .nav .menu li.home a img {max-width: 146px;max-height: 146px;}
#header .nav .menu .sp, #header .nav .menu .last {border-bottom: none;}
#header .nav .menu .sp .last{height:4rem}
#header .nav .menu li.sp ul{padding-left:0;background:#6aaf68;display:none}
#header .nav .menu .btn a {background: #fff;color: #000;font-weight: bold;}

/* スライダー */
.nextend-arrow {-webkit-transform-origin: center center;transform-origin: center center;top: 48% !important;width: 20px !important;height: 20px !important;}
.nextend-arrow-previous {left: 4% !important;-webkit-transform: rotate(-45deg) !important;transform: rotate(-45deg) !important;border-top: 2px solid #fff !important;border-left: 2px solid #fff !important;}
.nextend-arrow-next {right: 4% !important;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);border-bottom: 2px solid #fff !important;border-right: 2px solid #fff !important;}
/* スライダー */
div#n2-ss-1 .n2-ss-control-bullet {bottom: -2rem !important;}
div#n2-ss-1 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot {background: #ddd !important;}
div#n2-ss-1 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot.n2-active, div#n2-ss-1 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot:HOVER {background: #000 !important;}
.home #main section {margin: 4rem auto;padding: 1rem;}
.home #main section > .frame{padding:1rem 0!important}
.home #main section h1{background: url(img/welcome_bg.jpg)no-repeat center;text-align: center!important;font-size: 30px!important;color: #99cc34;color: #66a200;font-weight: 600;background-size: 1000px;padding: 0.5rem 0 1.6rem;margin-bottom: 1rem!important;}
.home #main section .titleSection {font-size: 1.6rem;margin: 1rem 0;text-align: center;}
.home #main section .titleSection img {max-width: 170px;}
.home #main section h1 img, .home #main #topOther .titleSection img {width: 100%!important;max-width: 1000px;margin: auto;display: block;}
.home #main section .cols > p:last-child,.home #main section .cols > div:last-child {margin-right: 0;}
.sptl p{text-align:left}

/*下層*/
.single section .box .img img{border-radius:10px}
.single article section{padding: 1rem;}
.single article section#bio .box{padding-bottom:4.5rem}
body:not(.home) article #contact{background:#f7ffea;margin-bottom:1rem;padding: 1rem 1rem;margin-left: -1rem;margin-right: -1rem;}
body:not(.home) article #contact tr * {background:none;}
.single article section table,
.single article section:not(#schedule) table tr > *{padding: 0.5rem 1rem;text-align:left;background:none;border:none;}
.single article #contact table tr th{padding:0.5rem 0;padding-left: 1.5rem;width:5.5rem!important}
.single article #contact table tr td{padding: 0.5rem 0;padding-left: 0;}
.single article section table tr th{background:red}
.single article section .caution p{border-bottom:dashed #ff6666;padding-bottom:1rem}

/*フードコート*/
#singleFoodcourt #popular{background: url(img/fc_bg1.jpg)repeat-y;background-position: top center;margin-top: 2rem;}
#singleFoodcourt section{margin-bottom:3rem;border-radius: 10px;}
#singleFoodcourt section .box{background: url(img/fc_bg1.jpg)repeat-y;padding: 2rem;margin: 0 auto;background-position: top center;border-bottom: solid 1px #FFF;}
#singleFoodcourt section .box:nth-child(2n){padding:2rem 1rem!important}
#singleFoodcourt section .box:last-child{border:none}
#singleFoodcourt section .box:nth-child(odd){background: url(img/fc_bg2.jpg)repeat-y;margin: auto -1rem;}
#singleFoodcourt section .box{clear:both;margin-bottom: 0rem;}
.postid-725 section h2{color:#365f3a}
.postid-725 section .center{text-align:center}
.postid-725 #all{background:url(img/fc_bg3.jpg)repeat-y;background-size:100%;padding-bottom: 2rem;}
.postid-725 #drink{background:url(img/fc_bg4.jpg)repeat-y;background-size:100%;padding-bottom: 2rem;}
.postid-725 #all .cols{max-width: 750px;margin:auto;justify-content: space-between;}
.postid-725 section .menuSet{max-width: 400px;margin:auto auto 0.5rem;}
.postid-725 section .price{float:right}
.postid-725 section h2{background: url(img/bg_h3.png)repeat-X top left,url(img/bg_h3.png)repeat-x bottom left;padding: 1.9rem;display:inline-block;}
.postid-725 #main section .menuName{background:url(img/fc_name_icon.png)no-repeat;font-size: 24px;color:#ff6666;padding-left: 1.5rem;background-size: 18px;font-weight: bold;}

/*まきばのレストラン*/
.single #restaurant .clear {position:relative}
.single #restaurant .clear .name{float:left}
.single #restaurant .clear .price{float:right;}
.single #restaurant .cols.piza,
.single #restaurant .cols.stake{font-weight:bold}
.single #restaurant .price{color:#e30000}
.single #restaurant .settan h3{margin-top:0;background:#ffd493;padding:0.3rem 1rem;text-align:center}
.single #restaurant .cols.set .col,
.single #restaurant .cols:not(.set),
.single #restaurant .light {margin: 1rem 0;box-shadow:0 0 10px #ddd;border-bottom: solid 8px #ffb84d;border-radius:8px;background: #fffdee;margin-bottom:2rem}
.single #restaurant .light{padding:2rem 2rem}
.single #restaurant .cols.set .col{margin:1rem 0;}
.single #restaurant .cols.set .col .txt{padding:1rem;padding-top:0}
.single #restaurant .cols:not(.set){padding:2rem 2rem;}
.single #restaurant .cols.drink .col:last-child{margin-right:0}

#oneday h2{background:none!important}
#oneday .btn a{border-color:#669900;box-shadow:0 3px 0 #669900;padding: 0.5rem 3rem;font-size: 3vw;}

/*お問い合わせ先*/
#info th.tel,#contact th.tel {background: url(img/tel_icon.png)no-repeat 2px center!important;}
#info th.address,#contact th.address {position:relative}
#info th.address:before,#contact th.address:before {content:'';position:absolute;background: url(img/home_icon.png)no-repeat center;width: 26px;height: 26px;top: -5px;bottom: 0;margin: auto;left: -4px;}
#info th.fax,#contact th.fax {position:relative}
#info th.fax:before,
#contact th.fax:before {content:'';position:absolute;width: 26px;height: 26px;background: url(img/fax_icon.png)no-repeat center;top: -6px;bottom: 0;margin: auto;left: -4px;}
#info th.mail,
#contact th.mail{letter-spacing:-2px;background: url(img/mail_icon.png)no-repeat left center!important;background-size:20px!important}
#info th.mail{letter-spacing:-1px}
#contact th.mail font{letter-spacing:1px}
#info td{width:100%;display:block;margin-top:-1rem;}
#info .time2{margin: -0.3rem 0 -0.6rem;text-indent: 0.2rem;}
body:not(.home) #contact th{width:5.5rem!important}
body:not(.home) #info tr > th{max-width: 6rem!important;width: auto;display:block;color: #669900;padding-left: 28px!important;padding-right: 0!important;}
#info h3{background:none;text-align:left;font-size: 1.5rem;margin-top: 0;}
.single #info .time span{text-indent: 10px;}
.single #info .time2 span{text-indent: 9px;}
.single #info h3{margin-bottom:2rem}
#info h3 img{vertical-align:text-top}
#info {background:#ffffcc;margin-bottom: 2rem!important;padding: 1rem;}
#info h3{text-align:left!important}
#info h3 span{font-size:130%}
#info > div {padding: 1rem;}
#info.cols > div{border:none!important}
#info.cols div:first-child p img{width:auto;vertical-align:middle;margin-right:0.3rem}
#info.cols div:first-child p{font-weight:bold;color:#003300;white-space: nowrap;}
#info.cols div:first-child p span{color:red}
#info .time span,#info .time2 span{color: #003300!important;}
#info .time span{text-indent: 0.65rem;display:inline-block;}
#info .time{margin-top: -0.6rem;}
#info .time2{margin: -0.8rem 0 -0.6rem;text-indent: 0.2rem;}
#info .time2 span{text-indent: 0.65rem;display:inline-block;}

/*体験*/
#singleTaiken #schedule table{width: 100%!important; border:solid 1px #dddddd}
#singleTaiken #milk,#singleTaiken #handmade{background:#fbffea}
#singleTaiken #ride,#singleTaiken #handmade .box.ice{background:#e4fff2;}
#singleTaiken section .txt h3{line-height:1}
#singleTaiken section {margin:-1rem;padding: 1rem!important;}
#singleTaiken section .txt h3 img{margin-right:0.5rem}
#singleTaiken section .txt h3 span{display:block;font-size:80%;padding-left:2.3rem}
#singleTaiken #handmade .box.ice{margin: 1rem -3rem;padding: 2rem 3rem;}
#singleTaiken #handmade{padding-bottom:0}
#singleTaiken section:not(#schedule) table{border-collapse: separate;border-spacing: 0px 8px;}
#singleTaiken section:not(#schedule) table{padding:0}
#singleTaiken section:not(#schedule) .cotents table th{text-align:center!important;min-width: 7rem;}
#singleTaiken section:not(#schedule) table th.time{background:#fff600!important}
#singleTaiken section:not(#schedule) table th.max{background:#ffa5d8!important}
#singleTaiken section:not(#schedule) table th.fee{background:#33ffcc!important}
#singleTaiken section:not(#schedule) table th.day{background:#00ffff!important}
#singleTaiken section:not(#schedule) table th.start{background:#ccff00!important}
#singleTaiken #schedule table tr > * {padding:1rem;font-weight:bold}
#singleTaiken #schedule table tr span{font-weight:normal}
#singleTaiken #schedule table tr.butter td{color:#06b5f0}
#singleTaiken #schedule table tr.ice td{color:#ff6699}
#singleTaiken #schedule table tr.sausage td{color:#009900}
#singleTaiken #schedule table tr th{border-right:solid 1px #dddddd;text-align:center}
#singleTaiken #schedule table tr:nth-child(even) th{background:#ffffcc}
#singleTaiken #schedule table tr:nth-child(odd) th{background:#fcebcf}
#singleTaiken #schedule table tr:first-child th{background:#ffd900}

/**アクセス**/
#pageAccess th{color:#669900;padding-left: 1.1rem!important;}
#pageAccess table{max-width: 480px;}
#pageAccess table,#pageAccess table *{background:none;border:none;padding:0.5rem 0;}
#pageAccess .cols {position:relative;margin: auto;width: 100%;border: none;}
#pageAccess .cols  .btn a{border-color:#ff6666;box-shadow:0 4px 0px #fe6666;padding: 0.8rem 2.5rem;}
#pageAccess .cols > div{border:solid 2px;padding: 2rem 1rem 1rem;}
#pageAccess .cols > div h3 span{font-size:130%}
#pageAccess .route{position:relative}
#pageAccess .train,#pageAccess .taxi,#pageAccess .car,#pageAccess .taxi,#pageAccess .bus,#pageAccess .plane{margin-bottom:2rem}
#pageAccess .train .cols,#pageAccess .taxi .cols,#pageAccess .car .cols{padding:1rem 1rem 0}
#pageAccess .train{text-align: center;border: solid 2px #ffcc33;padding: 0;}
#pageAccess .btn a{font-size:16px}
#pageAccess .train .check.btn a:after{background-image: url(img/arrow_green.png);}
#pageAccess .train .cols{justify-content:center}
#pageAccess .train .cols .btn{margin:0 1rem 1rem;float: none;text-align: center;}
#pageAccess .train .btn a{margin:0}
#pageAccess .train .check.btn a{border-color:#669900;box-shadow:0 4px 0px #669900}
#pageAccess .train .ttl  {background: #ffcc33;font-weight: bold;position:relative;margin: 0;text-align: center;padding-bottom: 1rem;}
#pageAccess .train .ttl h3{font-size: 24px;}
#pageAccess .train .ttl h3:nth-child(1) {position:relative;margin-bottom: 2rem;}
#pageAccess .train .ttl h3:nth-child(1) span:after{content:'';background:#999999;width: 4px;height: 1.7rem;position:absolute;top: 4rem;bottom:0;margin:auto;right: 0;left: 0;}
#pageAccess .train .ttl p{padding: 1.5rem 0 1rem 5rem}
#pageAccess .cols > div h3{text-align:center;}
#pageAccess .bus .route .stop span,#pageAccess .cols .plane .route .stop span{border:solid 2px;padding:5px;margin-right:5px;font-weight:bold}
#pageAccess .cols .taxi .route{width: 40%;}
#pageAccess .taxi .cols > div{border:none;}
#pageAccess .taxi .route:before{left: 27px!important;top: 22%!important;height: 113px!important;}
#pageAccess .route:before{content:'';background:#999999;width:5px;position:absolute;top:12px;left:10px;height: 150px;z-index:-1;}
#pageAccess .route:before{}
#pageAccess .bus .route:before{height: 15.6rem;}
#pageAccess .taxi .route:before{height:8rem;}
#pageAccess .plane .route:before{height: 31.2rem;}
#pageAccess .route .stop{background:url(img/busstop1.png)no-repeat;padding-left:3rem;padding-bottom:10px}
#pageAccess .route .stop br.sp{line-height:2.5;}
#pageAccess .route .stop a{color:#0066cc}
#pageAccess .route .stop.last{background:url(img/busstop2.png)no-repeat;}
#pageAccess .route .stop span.change{border:none;background:#ff6666;color:#fff;padding: 6px 20px;font-weight:normal;font-size: 12px;position: relative;}
#pageAccess .cols .route .stop span.change:after{content:'';background:url(img/stop_pin.png)no-repeat;width: 23px;position: absolute;height: 32px;top: 0;bottom: 0;right: -2rem;margin: auto;}
#pageAccess .ttl{padding:1rem;text-align: center;}
#pageAccess .ttl h3 img{margin-right:0.7rem}
#pageAccess .ttl > *{display:inline-block;margin:0}
#pageAccess .ttl .sub{ color:#666666;display:inline-block;}
#pageAccess .taxi .ttl h3 span{font-size:125%}
#pageAccess .cols .bus {border-color: #a4e7fd;background-image: url(img/by_bus_bg.jpg);background-repeat: no-repeat;background-position: center 99%;background-size: 95%;padding-bottom: 5rem;}
#pageAccess .cols .bus .ttl{background: #a4e7fd;text-align: center;margin: -2rem -1rem 2rem;line-height: 1.74;}
#pageAccess .taxi {border: solid 2px #ffcccb;padding: 0;}
#pageAccess .taxi .ttl{background: #ffcccc;margin: 0;padding: 1rem;}
#pageAccess .taxi .contact{background: #ffe5e5;padding: 1.5rem 1rem;text-align:center;box-sizing: border-box;font-size: 20px;margin:  auto;}
#pageAccess .taxi .contact a{color: #0066cc;}
#pageAccess .plane {border-color: #ffcc99!important;}
#pageAccess .plane .ttl{background:#ffcc99;margin: -2rem -1rem 2rem;text-align: center;}
#pageAccess .car {border:solid 2px #cdf4c9;}
#pageAccess .car .ttl{background:#cdf4c9;margin: 0;padding: 1rem;}
#pageAccess .car .ttl h3{font-size:24px}
#pageAccess .cols > div h3 span{font-size:130%}
.noriawase {background:#ff6666;border-radius:50px;padding:10px;color:#fff;display:inline-block}
#pageAccess .car .cols{align-items: start;}
#pageAccess .car .box{padding: 0.5rem;border: none;margin: 0 0.5rem;}
#pageAccess .sub span{color:#ff6666}
#pageAccess .clear {clear:both;background: url(img/dash_bg.jpg)repeat-x 5px center;margin-bottom: 1rem;font-size: 16px;background-size: 77px;}
#pageAccess .area{margin: 0;margin-right: 1.5rem;background-color: #fff;display: inline-block;}
#pageAccess section:not(#info) .time{margin: 0;float:right;background:white;text-align:left;padding-left: 0.4rem;}

/*場内MAP*/
#pageMap #infoTable h3{color:#fff;background:#ff6600;display:inline-block;padding: 8px 3rem;border-radius:50px;}
#pageMap #infoTable .cols .col:first-child{margin-right:5rem}
#pageMap #infoTable .cols table{border:solid 1px #dddddd}
#pageMap table tr > *{padding:1rem}
#pageMap table tr th{width:15rem;text-align:left}
#pageMap table tr:nth-child(odd) th{background:#ddf1b5}
#pageMap table tr:nth-child(even) th{background:#cce992}
#pageMap table tr th img{max-width:2rem;margin-right:0.5rem}
#pageMap .bnr{margin-top:-14rem}
#pageMap iframe{width:auto}
#pageMap .map_img {position: relative;margin: 2rem auto 0;max-width: 600px;}
#pageMap .map_img .modal-open img{position: absolute}
#pageMap .map1 {top: 225px;right: 132px;}
#pageMap .map2 {right: 303px;top: 93px;}
#pageMap .map3 {top: 58px;left: 126px;}
#pageMap .map4 {top: 124px;left: 304px;}
#pageMap .map5 {top: 79px;left: 207px;}
#pageMap .map6 {top: 89px;left: 161px;}
#pageMap .map7 {top: 93px;right: 202px;}
#pageMap .map8 {top: 71px;right: 111px;}
#pageMap .map9 {top: 150px;right: 232px;}
#pageMap .map10 {top: 179px;right: 82px;}
#pageMap .map11 {top: 156px;right: 199px;}
#pageMap #map .pin{text-align:center;color:#000bfd}
#pageMap #map .pin img{max-height:30px;margin-right:0.5rem}
#pageMap #map p {margin: 10px 0 0 0;text-align: right;}
#pageMap .modal-content {position:fixed;display:none;z-index:2;margin:0;padding: 10px 0 10px 80px;}
#pageMap .modal-content p {margin:0;padding:0;}
#pageMap .modal-overlay {z-index:1;display:none;position:fixed;left:0;width:100%;height:120%;background-color:rgba(0,0,0,0.75);bottom: 0;}
#pageMap .modal-open {color:#00f;text-decoration:none;}
#pageMap .modal-open:hover {cursor:pointer;color:#f00;}
#pageMap .modal-close {color:#ffffff;font-size: 20px;}
#pageMap .modal-close:hover {cursor:pointer;color:#000;text-decoration:none;}
#pageMap .modal-content p {position: relative;}

@media screen and (max-width: 640px) {
#pageMap .map_img {position: relative;margin: 2rem auto 0;max-width: 340px;}
#pageMap .modal-open img{width:15px!important}
#pageMap .map1 {top: 125px;right: 74px;}
#pageMap .map2 {right: 171px;top: 50px;}
#pageMap .map3 {top: 28px;left: 58px;}
#pageMap .map4 {top: 70px;left: 171px;}
#pageMap .map5 {top: 43px;left: 117px;}
#pageMap .map6 {top: 49px;left: 90px;}
#pageMap .map7 {top: 48px;right: 113px;}
#pageMap .map8 {top: 35px;right: 61px;}
#pageMap .map9 {top: 81px;right: 130px;}
#pageMap .map10{top: 99px;right: 42px;}
#pageMap .map11{top: 86px;right: 109px;}
}
@media screen and (min-width: 768px) {
#pageMap .map_img {position: relative;margin: 2rem auto 0;max-width: 730px;}
#pageMap .map1 {top: 285px; right: 163px;}
#pageMap .map2 {top: 162px; right: 336px;}
#pageMap .map3 {top: 78px; left: 126px;}
#pageMap .map4 {top: 118px; left: 335px;}
#pageMap .map5 {top: 109px; left: 261px;}
#pageMap .map6 {top: 119px; left: 198px;}
#pageMap .map7 {top: 121px; right: 248px;}
#pageMap .map8 {top: 97px; right: 137px;}
#pageMap .map9 {top: 189px; right: 284px;}
#pageMap .map10 {top: 229px; right: 112px;}
#pageMap .map11 {top: 198px; right: 242px;}
}
body.page-id-317 > iframe{width:auto!important;}

.home #main section .setBox .col{position:relative;background-size: 100%!important;background-repeat: no-repeat;width: 100%;margin: 0 0 2rem;display: block;border-radius: 7px;}
.home #main section .setBox .ttlImg{position:absolute;margin:auto;text-align: center;bottom: 2%;left: 0;right: 0;color: #669900;}
.home #main section .setBox .ttlImg img{width: auto;max-height: 90px;}
.home #main section .setBox .imgBox{height: 15rem;margin: -1rem -1rem 2rem;background-size: cover!important;border-radius: 5px 5px 0 0;}
.home #main #topBuy .setBox .txtTtl{margin: -25px auto 5px;}
.home #main #topBuy .setBox .imgBox{height: 65vw;}
.home #main #topOther .setBox .imgBox{margin-bottom:0}
.home #main #topPlay .setBox .txtBox{margin-top: 5.5rem;}
.home #main section .setBox .txtBox{margin-top: 0;display: none;}
.home #main section .setBox .visit .imgBox{background: url(img/sp/visit_img.jpg)no-repeat;}
.home #main section .setBox .exp .imgBox{background: url(img/sp/exp_img.jpg)no-repeat;}
.home #main section .setBox .rapport .imgBox{background: url(img/sp/rapport_img.jpg)no-repeat;}
.home #main section .setBox .development .imgBox{background: url(img/develop_img.jpg)no-repeat;}
.home #main section .setBox .facility .imgBox{background: url(img/facility_img.jpg)no-repeat;}
.home #main section .setBox .about .imgBox{background: url(img/about_img.jpg)no-repeat;}
.home #main section .setBox .txtTtl{text-align:center;margin-bottom: 5px;}
.home #main section .setBox .txtTtl img{width:auto;max-width: 270px;}

/*TOP最新情報*/
.home #topNews {background: url("img/newsbg-min.jpg")repeat center top;background-size: auto;text-align: center;margin: 0!important;}
#topNews:before{content:'';background:url(img/flag.png)no-repeat top center;padding: 1.2rem 50% 1rem;width: 100%;background-size: 700px;}
#topNews:after,#topPlay:after,#topBuy:after{content:'';background:url(img/bg_bottom.png)no-repeat bottom center;padding: 1.2rem 50% 0.2rem;width: 100%;background-size: 200px;}
#topPlay:after,#topBuy:after{padding-bottom:1.2rem}
#topPlay:before,#topBuy:before{content:'';background:url(img/bg_top.png)no-repeat top center;padding: 1.2rem 50% 1rem;width: 100%;background-size: 200px;}
#topNews h2 span {display: block;color: #669900;font-weight: normal;font-size: 21px;}
#topNews .box {background: #fff;padding: 1rem 1rem 0.1rem;border-radius: 5px}
.archive #topNews .box{padding:0;margin: 0 0.5rem;}
.archive #topNews:before{content:none}
.archive #topNews .cols{padding:0;margin-bottom:1rem}
#topNews .box article {text-align: left;margin-bottom: 2rem}
#topNews .box article > * {display: inline-block;width: 47%;margin: 0 0 0.8rem!important;}
#topNews .box article h3 {display: block;width: 100%}
#topNews .box .new {background: url("img/new_icon.jpg")no-repeat;padding: 0 3rem;background-size: 100%;}
.category-5 #main article{margin-top: 1.5rem;}
.category-5 #main article:nth-child(n+4) .meta{display:inline}
.category-5 #main article .new,.category-5 #main article p{margin-bottom:0.5rem!important}
#topNews .box .event {background: url("img/ev_icon.jpg")no-repeat center;color: #fff;padding: 0 2rem;width: 160px;background-size: 100%;text-align: center;}
#topNews .box .eat {background: url("img/eat_icon.jpg")no-repeat center;color: #fff;padding: 0 2rem;width: 160px;background-size: 100%;text-align: center;}
#topNews .box .info {background: url("img/info_icon.jpg")no-repeat center;color: #fff;padding: 0 2rem;width: 160px;background-size: 100%;text-align: center;}
#topNews .box .titlePost {border-bottom: solid 1px;margin-top: -0.5rem!important;}
.archive #topNews .box .titlePost{padding-top: 0.5rem;}
.home #main section .btn a{padding: 1.2rem 2.5rem;font-size: 1.2rem;max-width:750px;width:100%;}

/*TOP買う*/
#topPlay, #topBuy {background: url("img/greenbg.jpg")repeat center top;margin: -1rem auto 0!important;padding: 1rem;}
.setBox .col {background: #fff;padding: 1rem;border: solid 2px #669900;box-shadow: 0 6px 1px #669900;border-radius: 5px;height: 335px;}
#topPlay .setBox .col{height: 350px;}
#topBuy .setBox .stand{background-image: url(img/stand_top_bg.png), url(img/bottom.jpg), url(img/loop.jpg);}
#topBuy .setBox .ec{background-image: url(img/ec_top_bg.png), url(img/bottom.jpg), url(img/loop.jpg);}
#topBuy .setBox .souvenir{background-image: url(img/omiyage_top_bg.png), url(img/bottom.jpg), url(img/loop.jpg);}
#topBuy .setBox .col {background-size:cover!important;box-shadow:none;border:none;background-position: top center, bottom center, 0!important;background-repeat: no-repeat, no-repeat, repeat-y!important;background-size: 100%, 300px 30px, 100% 1px!important;height: 79vw;}

/*TOP食べる*/
#topFood {background: #ffcc00;background-position: center;background-repeat: no-repeat;background-size: cover;padding: 4rem 0;margin: 0!important;}
#topFood #slide {width: auto;position:relative;}
#topFood #slide h2{position:absolute;top:0;left:0;z-index: 1;width:50%;margin:0.3rem}
#topFood #slide h2 img{width:100%;}

/*TOPその他*/
#topOther,#topSns {margin-bottom: 0!important;margin-top: 0!important;}
#topOther{margin-bottom: -4.5rem!important;}
#topOther .frame {padding: 0!Important;}
#topOther h2 {line-height: 1}
#topOther h2 span {font-size: 20px;color: #669900;font-weight: normal;display: block;}
#topOther .wide p{margin:0}
#topOther .wide .col{margin-bottom: 1rem!important;display: block;}
#topOther .time .cols {align-items: center;margin-bottom: 1.5rem;display: flex;}
#topOther .time .cols > * {margin: 0 1rem!important}
#topOther .gmap {max-width: 600px;}
#topOther .txtTtl{color:#659900}
#topOther .time .ttl {background: url(img/time_bg.png)no-repeat center right;padding: 14px 20px;width: 120px;height: 53px;margin: 0!important;font-weight: bold;margin-right: 1rem!important;}
#topOther .time .month{white-space: nowrap;margin: 0!important;}
#topOther .time .month span:nth-child(1){text-indent: 6px;display: inline-block;}
#topOther .time .month span:nth-child(3){text-indent: 9px; display: inline-block;}
.gmap h3:nth-child(3) {margin-top: 0!important}
.gmap h3 {font-size: 23px!important;}
.gmap h3 span {color: #ff6666}
.gmap h3 span.narrow {color: #000;letter-spacing: -12px;margin-right: 12px}
.gmap h3 img {width: auto!important;vertical-align: middle;margin-right: 0.5rem}
#main .gmap h3{clear:both}
#main .gmap h3 img {width: auto;vertical-align: sub;margin-right: 0.5rem;float:left;}

/*カレンダー*/
.calBg {background: #efffcc;padding: 4rem 1rem 1rem;margin-bottom: 2rem;}
.xo-event-calendar .xo-month button:nth-child(1):after {content: "前の月";position: absolute;left: 25px;top: 2px;width: 70px;font-size: 1rem;}
.xo-event-calendar .xo-month button:nth-child(4):before {content: "次の月";position: absolute;left: -63px;top: 2px;font-size: 1rem;}
.xo-event-calendar .xo-month, .xo-event-calendar .xo-month th, .xo-event-calendar .xo-month td {border: none}
.xo-event-calendar .xo-month > thead th {font-size: 14px!important}
.xo-event-calendar .xo-month th {background: none}
.xo-month-wrap table {margin: 0!important}
.xo-event-calendar table.xo-month .month-dayname td div {height: auto;padding: 1px;border-width: 1px 1px 0 0;text-align: center;font-size: 25px;line-height: 2;}
.xo-event-calendar .holiday-title {font-size: 18px;margin-bottom: 0!important}
.dashicons-arrow-right-alt2:before {content: "▼";color: #669900;transform: rotate(-90deg);display: block}
.dashicons-arrow-left-alt2:before {content: "▼";color: #669900;transform: rotate(90deg);display: block}
.xo-event-calendar .xo-month .month-prev, .xo-event-calendar table.xo-month .month-next {top: -4.5rem!important;}
.xo-event-calendar .xo-month .month-prev {left: -0.5rem;}
.xo-event-calendar .xo-month .month-next {right: -0.5rem;}
.xo-event-calendar .xo-month .month-header:after {content: '';position: absolute;left: 5rem}
.xo-event-calendar .xo-month .month-header .month-eng{color:#71ba2a;margin-top: -2.3rem;margin-left: -8rem;font-size:1rem;}
.xo-event-calendar .xo-year{position: absolute;
    top: 0;
    right: 0;
    color: #71ba2a;}
.xo-event-calendar .xo-month .month-header .calendar-caption{font-size: 2.5rem;color: #fff;background: #71ba2a;display: inline-block;padding: 9px 12px;border-radius: 100%;margin-top: -10px;margin-left: -87%;width:45px}
.xo-event-calendar .xo-month .month-header {border: dashed 2px #a0cd64;border-right: none;border-left: none;height: 30px;margin: 1.5rem auto 1rem!important;}
.calendar-caption.m10,.calendar-caption.m11,.calendar-caption.m12{letter-spacing:-3px;font-size:30px!important;padding-left:7px!important}
.xo-months {padding: 0rem 0.5rem 1rem;}
.home .xo-months {padding: 0rem 0.5rem 1rem;background: #fff;}

/*営業時間*/
#pageTime #time .cols span.month span.ti{color:#fff;text-indent:6px;display:inline-block}
#pageTime #time .cols p{margin-bottom:2rem}
#pageTime #time .cols p:nth-child(2) span.month span.ti{text-indent:9px;}
#pageTime #calArea{background:#f6fce9;padding: 1rem 0 2rem;}
#pageTime #calArea h3{text-align:center;color:#000;font-size:2rem;font-weight:normal}
#pageTime #calArea h3 img{height:30px;vertical-align:-3px;margin-right:0.5rem}
#pageTime .holiday-title{margin-top:-1rem;margin-left:4rem}
#pageTime .xo-event-calendar table *,#pageTime .xo-event-calendar table{border-color:#669900!important}
#pageTime .xo-months{position:relative;margin-top:3rem;}
#pageTime .xo-months .xo-month-wrap{margin-top: 4rem;background: #fff;padding: 0 1rem 1rem;}
#pageTime .xo-months .xo-month-wrap table{border:solid 1px}
#pageTime .xo-event-calendar .xo-month > thead th{border-right: solid 1px;background: #ffffcc;}
#pageTime .xo-event-calendar .xo-month > thead th:last-child{border-right: 0;}
#pageTime .xo-months .xo-month-wrap table table{border:none;}
#pageTime .xo-months .xo-month-wrap table table td:last-child{border-right:none}
#pageTime .xo-months .xo-month-wrap table table td{border-bottom:solid 1px}
#pageTime .xo-months .xo-month-wrap table tr:first-child td{border-top:solid 1px}
#pageTime .xo-months .xo-month-wrap table tr:last-child td{border-bottom:none}
#pageTime .xo-months .xo-month-wrap table td{border-right:solid 1px;}
#pageTime .xo-months .xo-month-wrap table td:last-child{border-right:none}
#pageTime .xo-event-calendar .xo-month .month-dayname td div.other-month{color:#f1fbdc;background:#f1fbdc}
#pageTime .xo-event-calendar .xo-month .month-prev {left: 0}


/*楽しい1日*/
.timeline_area .time .line03 {height: 560px;}
.timeline_area .time .line04 {height: 580px;}
.timeline_area .time .line05 {height: 500px;}
.timeline_area .time .line06 {height: 800px}
.timeline_area .time .line07 {height: 730px;}
.timeline_area .time .line08 {height: 440px;}
.timeline_box h2 {position: relative;font-size: 30px;line-height: 24px;font-weight: 700;margin: 22px 0 -3px!important;text-align: center;}
.timeline_box:before {content: '';position: absolute;width: 90px;height: 60px;top: -60px;left: 0;right: 0;margin: auto;background-size: 100%!important;background-repeat: no-repeat!important;}

.timeline_box.box02:before {background: url(img/kengaku_icon.png);}
.timeline_box.box04:before {background: url(img/restaurant_icon.png);}
.timeline_box.box05:before {content: none;}
.timeline_box.box06:before,.timeline_box.box03:before {background: url(img/taiken_icon.png);background-position: 100% 100%!important;}
.timeline_box.box07:before {background: url(img/fureai_icon.png);}
.timeline_box.box08:before {background: url(img/softcream_icon.png);}
.timeline_box.box09:before {background: url(img/stand_icon.png);}
.timeline_box.box08{position:relative;margin-bottom: 5rem;}
.timeline_box.box09:after{content:'';width: 0;height: 0;padding: 100px;background: url(img/od_bg_sp.png)no-repeat;position:absolute;left:-550px;background-size:100%;bottom: -220px;}
.timeline_box.box02 .img_area {background: url(img/kengaku_img.png)no-repeat;}
.timeline_box.box04 .img_area {background: url(img/restaurant_img.png)no-repeat;}
.timeline_box.box05 .img_area {background: url(img/foodcourt_img.png)no-repeat;}
.timeline_box.box06 .img_area {background: url(img/taiken_img.png)no-repeat;background-position:100% 100%}
.timeline_box.box07 .img_area {background: url(img/fureai_img.png)no-repeat;}
.timeline_box.box08 .img_area {background: url(img/softcream_img.png)no-repeat;}
.timeline_box.box09 .img_area {background: url(img/stand_img.png)no-repeat;}
.timeline_box.box02 {float: left;}
.timeline_area .time p {font-size: 24px;text-align: center;letter-spacing: 0;}
.timeline_box {width: 80%;padding: 0 1rem 0 1rem;box-sizing: border-box;margin-left: 20%;
box-shadow: 0 3px 5px #c8ded3;background: #fff;position: relative;}
.timeline_box h2 img {max-height: 24px!important;height: 100%;width: auto!important;}
.timeline_area .time {position: absolute;left: -1rem;right: auto;top: 25px;margin: auto;width: 85px;z-index: 0;}
.timeline_area .time .line {width: 2px;background: #ffc993;margin: 6px auto 10px;height: -webkit-fill-available;}
.timeline_box.box03 .img_area{background: url(img/milking_img.jpg);}
.timeline_box .img_area {margin: 0 -1rem 0;background-size: cover!important;height: 44vw;border-radius: 10px 10px 0 0;}
.timeline_area .timeline_inr {width: 100%;padding-bottom: 180px;}
.timeline_box p {position: relative;font-size: 14px;line-height: 1.7;}
.timeline_box .moreBtn {max-width: 200px;margin: 0 auto 1rem!important;}
#oneday .message {color: #3b9600;}
.timeline_box h2 span {display: block;font-size: 0.8rem;color: #669900;margin-top: 3px;}
.timeline_area {position: relative;background: url(img/oneday_bg_sp.jpg)no-repeat top center;padding-top: 5rem;margin-top: 1rem;background-size: 100%;}
.timeline_box.box03 {float: right;margin-top: 70px;}
.timeline_box.box04 {float: left;margin-top: 80px;}
.timeline_box.box05 {float: right;margin-top: 40px;}
.timeline_box.box06 {float: left;margin-top: 80px;}
.timeline_box.box07 {float: right;margin-top: 80px;}
.timeline_box.box08 {float: left;margin-top: 85px;}
.timeline_box.box09 {float: right;margin-top: 15px;}

/*楽しい１日　体験*/
#singleTaiken .cols .img img{border-radius:10px}
#singleTaiken .ice{background: #e4fff2;padding: 1rem 3rem;margin: 1rem -3rem;}
#singleTaiken section .mt0{margin-top: 0!important}
@media screen and (min-width: 768px) {
#singleTaiken .cols .img,#singleTaiken .cols .txt{width:48%}
#singleTaiken .cols .img{margin-right:4%}
#singleTaiken .ice .txt,#singleTaiken #ride .txt{order:1}
#singleTaiken .ice .img,#singleTaiken #ride .img{order:2;margin-right: 0;margin-left: 4%}
}

#main .loop .cols .col {margin-bottom: 2rem;}
#main .thumb .noimg {background-image: url(img/logo.png);background-color: #f5f5f5;background-position: center;background-repeat: no-repeat;background-size: 50%;height: 20rem;}
#main .meta .date {color: #000;}
#main .category ul {margin: 0;padding: 0;list-style: none;margin: 0.7rem 0;}
#main .category ul li {display: inline-block;font-size: 0.7rem;margin-right: 0.3rem;}
#main .category ul a {color: #555;border-radius: 2px;border: 1px solid #999;display: inline-block;padding: 0.4rem 0.5rem;text-decoration: none;}
#main .titlePost {margin-top: 0.7rem;}
#main .titlePost a {text-decoration: none;}
#main .txt {line-height: 1.7;}
#main .author {text-align: right;font-size: 0.7rem;color: #555;padding: 0 0 1.1rem;}
#main .publisher {display: none;}
.archive #main .txtCat {margin-bottom: 2rem;}
#socialBtn {margin: 0.3rem 0 1rem;padding: 1.2rem 0 0.4rem;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
#relatedPost .title {margin-bottom: 1rem;}
#relatedPost a {text-decoration: none;width:100%;margin: 0.5rem auto;}
#relatedPost ul {padding:0;list-style:none;}
#relatedPost ul li{width: 100%;margin: 0 auto;}

.pagination {margin: 2rem 0;display: flex;}
.pagination .current, .pagination a {border: 1px solid #ddd;text-decoration: none;background: #fff;text-align: center;margin-right: 0.5rem;padding: 0.85rem 1rem;font-size: 0.9rem;line-height: 1;}
.pagination a:hover, .pagination .current {color: #fff;background: #000;border-color: #000;}
.pagination .long {width: 6rem;}
#footer {margin-top: 3rem;background-size: 150%;background-color: #669900;}
#footer .f_info .tel, #footer .f_info .address, #footer .f_info .time {padding-left: 1.6rem}
#footer .f_info .address {background: url(img/address_icon.png)no-repeat;}
#footer .f_info.add .address{margin-bottom:0;}
#footer .f_info.add .tel{margin-top:0;}
#footer .f_info .time {background: url(img/time_icon.png)no-repeat}
#footer .f_info .tel {background: url(img/tel_icon.png)no-repeat}
#footer .f_bg img{width: 100%;}
#footer .linkBtn {display: flex;justify-content: space-between;max-width: 300px;margin: auto;align-items: center;}
#footer .linkBtn p {display: inline-block;}
#footer .linkBtn .ecBtn a {background: #ff9900;color: #fff;padding: 1.4rem 0.9rem;border-radius: 8px;transition: linear;vertical-align: 15px;box-sizing: border-box;}
#footer .linkBtn .ecBtn *{vertical-align:middle!important}
#footer .linkBtn p:hover, #footer .f_info .contact:hover {padding-top: 6px;}
#footer .linkBtn .ecBtn a:hover {opacity: 1;box-shadow: none;}
#footer .linkBtn .ecBtn a img {vertical-align: middle}
#footer .f_info {display: block;background: #f4fcce;padding: 1rem;align-items: center;margin-bottom: 2rem;}
#footer .f_info.add {
    margin-top: -4rem;
    }
#footer .f_info.add div:first-child{
    margin-bottom: 2rem;
}
#footer .f_info.add {
    margin-top: -2rem;
}
#footer .f_info.add div p{
    /* max-width: 650px; */
    /* margin:auto; */
}
#footer .f_info > * {margin-right: 1rem!important}
#footer .f_info .contact {margin: 2rem auto;text-align: center;min-width: 270px;}
#footer .f_info .contact a {background: #ffcc00;padding: 1.8rem 3rem;border-radius: 50px;font-size: 18px;font-weight: bold;box-shadow: 0 6px 1px #ff9900;transition: liner;}
#footer .f_info .contact a:hover {opacity: 1;box-shadow: none!important;}
#footer .f_info .contact a img{vertical-align: middle;margin-right: 1rem}
#footer .title, #footer ul {margin: 0.7rem 0;}
#footer ul {padding-left: 1rem;}
#footer ul li.single {position: relative}
#footer ul li.single > span {position: absolute;top: 0;right: 0;color: #fff;font-size: 1.8rem;padding: 0.9rem 1.2rem;transition:0.4s;
line-height: 1;}
#footer ul li.single > span.active{transform:rotate(45deg)}
#footer ul li {list-style: none;background-size: 8px 16px;}
#footer ul li a {color: #fff}
#footer ul {padding-left: 0;margin-bottom: -11px}
#footer ul ul {display: none;background: #f4fcce;margin: 0!important;border: solid 1px #fff;}
#footer ul ul li, #footer ul ul li a {border-color: #669900;color: #000}
#footer ul:last-child {margin-bottom: 50px}
#footer ul li a {padding: 1rem;border: solid 1px;display: block}
#footer address {font-style: normal;}
#footer #footerCopy {margin: 0;padding: 2rem 0;color: #fff;text-align: center;}
#pageTop {transition: all 0.5s cubic-bezier(1, 0, 0.5, 1), visibility 0s ease 0.5s;opacity: 0;visibility: hidden;background: url(img/pagetop_icon.png)no-repeat center;width: 97px;height: 51px;position: fixed;right: 1rem;bottom: 2rem;border-radius: 100%;}
#pageTop:hover {opacity: 0.7;-webkit-transform: translateY(-0.4rem);transform: translateY(-0.4rem);}
#pageTop span {display: block;width: 0.9rem;height: 0.9rem;-webkit-transform: rotate(45deg);transform: rotate(45deg);border-top: 2px solid #fff;border-left: 2px solid #fff;position: absolute;top: -11px;bottom: 0;left: -9px;right: 0;margin: auto;}
#pageTop span:after{content:'TOPへ';transform: rotate(-45deg);display: block;color: #fff;position: absolute;font-size: 14px;top: 0;left: -10px;width: 60px;}
#breadCrumbWrap{text-align:center}
#breadCrumbWrap ol {display: inline-block;margin: 0;padding: 0;list-style: none;margin-top: 0.7rem;font-size: 0.8rem;}
#breadCrumbWrap li, #breadCrumbWrap li a {display: inline-block;color: #999;}
#contactTxt {text-align: center;}
.wpcf7-form p {margin: 2rem 0 0;}
.wpcf7-form .title {display: block;margin-bottom: 0.4rem;padding-left: 0.1rem;font-size: 1.2rem;}
.wpcf7-form .title .caution {display: inline-block;padding: 0.4rem 0.5rem;background: #ff5454;color: #fff;font-size: 0.8rem;border-radius: 4px;margin-left: 0.4rem;vertical-align: 0.2rem;line-height: 1;}
input, textarea, select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #ddd;
background: #f5f5f5;
padding: 1rem 0.5rem;
font-size: 1rem;
width: 100%;
transition: 0.5s cubic-bezier(1, 0, 0.5, 1);
}
input:focus, textarea:focus, select:focus {outline: none;background: #fff;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {box-shadow: 0 0 0px 1000px white inset;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;opacity: 1;}
:-ms-input-placeholder {color: #999;}
select {text-indent: 0.01px;text-overflow: '';background: none;background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
position: relative;}
select::-ms-expand {display: none;}
select:-moz-focusring {color: transparent;text-shadow: 0 0 0 #000}
#main .ajax-loader {display: block !important;width: 3rem !important;height: 3rem !important;margin: 1rem auto 0 !important;background: #428cff !important;border-radius: 50%;-webkit-animation: scaleout 1.0s infinite ease-in-out;animation: scaleout 1.0s infinite ease-in-out;}
@-webkit-keyframes scaleout {
0% {-webkit-transform: scale(0);transform: scale(0);}
100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0;}
}
@keyframes scaleout {
0% {-webkit-transform: scale(0);transform: scale(0);}
100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0;}
}
#search-form input, #search-submit {height: 4rem;}
#search-form input {width: 76%;margin-right: 1%;}
#search-submit {width: 20%;padding: 1.1rem 0;margin: 2rem 0;background: #000;color: #fff;font-size: 1rem;}
#search-submit:hover {opacity: 0.7;}
.pc {display: none!important;}
body:not(.home) .box .txt{position:relative;overflow: visible;}
body:not(.home) .box .txt.right{margin-bottom: 4rem;}
body:not(.home) .box .txt.right:after{content:'';background:url(img/visit_bg_r.jpg)no-repeat;width: 90px;height: 50px;position: absolute;bottom: -60px;right: 0;background-size: 100%;}
body:not(.home) .box .txt.left{margin-bottom:4rem}
/*.win body:not(.home) .box .txt.right{position:relative!important}*/
body:not(.home) .box .txt.left:after,#bio .txt:after{content:'';background:url(img/visit_bg_l.jpg)no-repeat;background-size: 100%;width: 90px;height: 49px;position: absolute;bottom: -60px;left: 0;}
.win #bio .img{margin-bottom:2rem!important}
#singleFoodcourt .box .txt:after{background:url(img/fc_bg_icon.png)no-repeat!important;height: 52px;width: 52px!important;background-size: 40px!important;left: 90%;bottom: -2rem;}
#pageAnimal .box .txt{padding-bottom:2rem}
#pageAnimal .box .txt.left:after{bottom:-1rem}
iframe {width: 100%;}


.top_space {margin: 18px 0 0 0;}
#voiceList .voice .img img{width:200px;border-radius:50%;}
#voiceList .voice .img {height: 200px;border-radius: 100%;margin-right: 2rem;margin: auto;display: inline-block;}
#voiceList .voice .txt{text-align:left}
#voiceList{padding-left:0}
#voiceList li h3 {background:url(img/voice_br.jpg)repeat-x bottom;padding-bottom:0.5rem}
#voiceList li:nth-child(odd) {background:url(img/milking_icon.png)no-repeat;background-size:60px}
#voiceList li:nth-child(even) {background:url(img/sheep_icon.png)no-repeat;background-size:60px}
#voiceList li{list-style:none}
#voiceList li h3{font-size:24px;margin-left:4.2rem;}
#voiceList li:nth-child(odd) h3{color:orange}
#voiceList li:nth-child(even) h3{color:#ff7e95}
#voiceList .voice .cols{align-items:center}

#pageKanko ul{padding-left:0}
#pageKanko li.spot{list-style:none;margin-bottom: 2rem;}
#pageKanko li.spot .img{background-size:100%!important;height: 240px;margin-bottom: -20px;}
#pageKanko li.spot:nth-child(2n-1) .img{background: url(img/kanko-img1.jpg)no-repeat;}
#pageKanko li.spot:nth-child(2n) .img{background: url(img/kanko-img2.jpg)no-repeat;}
#pageKanko #dot li.spot:nth-child(2n-1) .img{background: url(img/kanko-img3.jpg)no-repeat;}
#pageKanko #dot li.spot:nth-child(2n) .img{background: url(img/kanko-img4.jpg)no-repeat;}
#pageKanko li.spot .detail{width: 100%;}
#pageKanko li.spot h3{background:url(img/kanko_br.png)repeat-x bottom;padding-bottom:0.5rem;display: block;}

.category-souvenir #main article .btn a{border-color: #ff6666!important;box-shadow: 0 4px 0px #ff6666!important;}
.category-souvenir #main article {background:#fff!important}
.category-souvenir #main article:nth-child(n+4){width: 100%;display:inline-block;}
.category-souvenir #main article:nth-child(n+4) *{/* width: 100%; */}
.category-souvenir #main article h2{background-image: url(img/omiyage_br.png);color: #355f39;font-size: 24px;}
.category-souvenir #main article h2 span{display: block;text-indent: -12px;color: #fe6666;}
.category-souvenir #main article .ranking {background: url(img/bg_h3.png)repeat-x 0 90px;width: 100%;text-align: center;}
.category-souvenir #main article .ranking p{background-color:#fff;padding: 3.7rem 1.4rem 2rem 10.4rem;font-size:2rem;display:inline-block;margin: 0;}
.category-souvenir #main article .ranking p{background-repeat:no-repeat;background-size:auto;}
.category-souvenir #main article .ranking .rank1{background-image:url(img/1st_icon.png);}
.category-souvenir #main article .ranking .rank2{background-image:url(img/2nd_icon.png);}
.category-souvenir #main article .ranking .rank3{background-image:url(img/3rd_icon.png);}
.category-souvenir #main article .ranking .rank4,.category-souvenir #main article .ranking .rank5{background-image:url(img/45th_icon.png);background-position: 27% 50%;width: 244px;height: 166px;}
.category-souvenir #main article .ranking p span{font-size:60%;margin-left:0.3rem;}
.spLogo{text-align: center;margin-top: -16vw;position: relative;}
.home .spLogo{margin-bottom:-3rem}
.spLogo a img{max-width: 120px;}

#route{list-style:none;padding-left:0}
#route h3{font-size:1.5rem;}
#route h3 span{display:inline-block}
#route h3 span:last-child{width: 82%;vertical-align: middle;line-height: 1.3;}
#route h3 span.num{color: #fff;background-color: #5d8110;border-radius: 50%;display: inline-block;line-height: 1.6em;text-align: center;margin-right: 0.7rem;font-size: 2rem;width: 50px;height: 50px;margin-top: -0.3rem;vertical-align: middle;}
#route li {max-width:710px;margin:auto;position:relative;margin-bottom:5rem!important}
#route li img{border-radius:10px}
#route li:after {content:'▼';position:absolute;font-family:meiryo;bottom: -18%;left: 45%;right: 45%;margin:auto;font-size:3rem;color: #ffbc11;}
#route li:last-child:after{content:none}

.instaBox{margin-top: 1.5rem;background:#f9f9f9;max-width:1000px;padding: 1.5rem 1rem 1rem;padding: 0.5rem 0.5rem 0;}
.instaBox iframe{width:100%!important;}
.instaBox iframe body{background:none!important}

.category-news h1{margin-bottom:2rem!important}
.categoryid-5 h1{color:#025402}
.categoryid-5 .meta{margin-bottom: 2rem;}
.categoryid-5 .content{padding: 1rem;background: #fffef1;border: dashed 2px #68bb6a;border-radius: 8px;box-shadow: 0px 0px 0px 20px #fffef0;line-height: 1.9;color: #133500;font-size: 1rem;}
.image-box{width: 17.7%!important}

#subNav{background: #fff;width: calc(100% - 240px);height: 70px;}
.b_logo img{max-width: 150px;margin-left: 0.5rem;}
#languageBox{position: absolute;top: 70px;width: 100%;left: 0;background: #88d1fc;padding-bottom: 0.5rem;transform: translate3d(0, -101%, 0);transition: 0.4s ease-in-out;z-index: -1;}
#languageBox.open{transform: translate3d(0, 0, 0);}
.pc_ib{display:none}
.pcCenter{text-align:left;}


@media screen and (min-width: 768px) {
    .pcCenter{text-align:center;}
    .pc_ib{display:inline-block}
    .sptl p{text-align:center}
#languageBox{display: inline-block;background: none!important;position: static!important;z-index: 1!important;width: auto!important;transform: none!important;}
#google_language_translator {margin: 0;margin-top: 0!important;margin-right: 2rem!important;}
.spLogo{display:none}
.ipad .home .spLogo{display:block;margin-bottom:1rem;margin-top: -90px;}
#main img.auto{width:auto}
body:not(.home) #header .logoNav {
padding-top: 4rem;}
.bgFixed{position:static;}
#wrapperFixed {background: none!important;padding-top: 0!important;}
.pc {display: block!important;}
.sp {display: none!important;}
.home #main section:not(#topNews) .titleSection{text-align:left}
.home #main section .cols > * {margin-right: 1rem;}
.home #main section .cols a:last-child{margin-right: 0;}
.archive .catBtn{margin-top: -1rem;}
.catBtn{display:flex;margin: 1rem -0.8rem;max-width:980px;margin:auto}
.home .catBtn{margin: -4rem auto 2rem;position: relative;}
.frame {padding-left: 0 !important;padding-right: 0 !important;}
#pageMap iframe{width: 800px!important;}
#pageMap #infoTable h3 {padding: 8px 5rem;}
#side .sideTitle {font-size: 0.9rem;}
.page:not(.home) #main, .archive #content, .single #content, .frame {max-width: 980px;margin: 0 auto;}
footer .frame {max-width: 1200px;}
body:not(.home) #content:after {content: '';display: block;clear: both;}
#recent-posts-2 .post-date {font-size: 0.7rem;}
#header{padding-top: 0;}
body:not(.home) #header{margin-bottom:4rem!important;}
#header, #header .inner {height: auto;position: static;}
#header .logoNav {position: static;}
#header .logoNav #mainVisual {position: relative;margin-top: 70px;}
#header .logoNav #mainVisual .bg {position: absolute;margin: auto;bottom: -130px;width: 100%;}
#header .logo {width: auto;}
#subNav {display: flex;align-items: center;position: relative;margin: 0 auto;height: 70px;width: 100%;max-width: 1000px;}
#subNav p {margin: 0 1vw;color: #003300;font-size: 1.2vw;font-weight: bold;}
#subNav p img {vertical-align: middle;margin-right: 0.5vw;height: 1rem;}
#subNav .time {text-align: center;margin-right: 0.5vw;}
#subNav > p{margin-left:0!important;margin-right: 0.5vw;}
#subNav .b_logo img{width: 140px;height:auto;}
#subNav .time img {margin: 0 0 0.3rem}
#subNav .month span {color: inherit;text-indent: 6px;display: inline-block;}
#subNav .month span:nth-child(3) {text-indent: 9px;}
#subNav .language {border-left: solid 1px;padding: 0;margin: 0;margin-right: 2vw;}
#subNav .language a {display: inline-block;margin-right: 1vw;width: 9vw;background: url(img/arrow_icon.png)no-repeat left;padding-left: 3vw;}
#subNav .btn a {margin: 0;}
#header .nav {position: relative;margin-top: 0;background-size: 100%;}
.home #header .nav:nth-child(2) {margin-top: -12vw;}
#subNav .nav {position: relative;background-size: 100%;top: -35px;z-index: 3;right: -30px;margin-top: 0;overflow: visible;}
#header .nav .navBtn, #header .nav .hours, #header .nav .access, #header .nav .languageBtn {display: none;}
#header .nav .navBtn i {left: 14px;}
#subNav .nav .navBtn {display: block;}
#subNav .nav .navBtn:after {content: 'MENU';color: #fff;position: absolute;bottom: 6px;right: 10px;left: 10px;margin: auto;font-size: 12px;}
#subNav .three {line-height:1.4}
#subNav .free {font-size: 1.2vw;margin-right: 0.5vw;}
#subNav .free:last-child{margin-right:0}
#subNav .free .small{font-size:90%}
#subNav .free img{width:auto;margin-left: 0;}
#header .nav .menu {width: auto;height: auto !important;position: static;-webkit-transform: none;transform: none;padding: 0;display: flex;justify-content: space-between;align-items: center;background: none;overflow-y: auto;margin-bottom: 1rem;}
#subNav .nav .menu {display: none}
#subNav .nav .menu.openNav {display: flex;flex-wrap: wrap;position: absolute;width: 1000px;max-width: 1000px;background: #224c21;
padding: 1px;overflow: visible;justify-content: flex-start;}
#header #subNav .nav .menu.openNav li {margin: 0;border: solid #fff097 1px;width: 25%;max-width:100%;}
#subNav .nav .menu.openNav li ul{padding:0;list-style:none;position:absolute;width: 25%;display: none;overflow: visible;}#header #subNav .nav .menu.openNav li ul li{width:100%;border-color: #224c21;}#header #subNav .nav .menu.openNav li ul li a{background: #fef097;color: #224c21;}
#subNav .nav .menu.openNav li ul li a:hover{opacity:1;background:#7fc47c}
#header #subNav .nav .menu.openNav li a {background: #3d8d3b;color: #fff;font-weight: bold;padding: 1.8rem 1rem;border-radius: 0;width: 100%;display: block;max-width: 100%;height: auto;font-size: 1rem;border: none;}
#subNav .openNav .switch.active span{transform:rotate(180deg)}
#subNav .openNav .switch span{
transition:ease 0.4s;
position: relative;
display: inline-block;
padding: 0 0 0 16px;
vertical-align: middle;
text-decoration: none;
margin-left: 1rem;
right: auto;
top: auto;
}
#subNav .openNav .switch span::before,
#subNav .openNav .switch span::after{
position: absolute;
top: -8px;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
#subNav .openNav .switch span:before{
left: 3px;
width: 12px;
height: 12px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(135deg);
}
#header .nav .menu li {border-bottom: none!important;}
#header .nav .menu li:not(.home){max-width: 138px;}
#header .nav .menu li:nth-child(1), #header .nav .menu li:nth-child(7) {margin-top: 2rem;}
#header .nav .menu li:nth-child(2), #header .nav .menu li:nth-child(6) {margin-top: 3rem;}
#header .nav .menu li:nth-child(3), #header .nav .menu li:nth-child(5) {margin-top: 4rem;}
#header .nav .menu li:nth-child(4) {margin-top: -1rem;}
#header .nav .menu li:not(.home) a {
padding: 90px 0 0;
border-radius: 50%;
background-size: cover!important;
text-align: center;
width: 12.5vw;
height: 12.5vw;
line-height: 1.2;
max-width: 138px;
max-height: 138px;
}
#header .nav .menu li:nth-child(1) a{background: url(img/nav_callender_bg.png)no-repeat center;padding-top:80px}
#header .nav .menu li:nth-child(2) a{background: url(img/nav_access_bg.png)no-repeat center;}
#header .nav .menu li:nth-child(3) a{background: url(img/nav_map_bg.png)no-repeat center;}
#header .nav .menu li:nth-child(5) a{background: url(img/nav_contact_bg.png)no-repeat center;}
#header .nav .menu li:nth-child(6) a{background: url(img/nav_group_bg.png)no-repeat center;}
#header .nav .menu li:nth-child(7) a{background: url(img/nav_ec_bg.png)no-repeat center;padding-top:80px}

#header .nav .menu li a img {width:100%;}
#header .nav .menu li a.pc img {width:95%;}
#header .nav .menu .sp {display: none;}
#header #fixedMenu {
position: fixed;
top: calc(50vh);
transform: translateY(-50%);
right: -1px;
z-index: 10000;
overflow-y: hidden;
padding: 0;
display: block;
}
#header #fixMenuLeft {
position: fixed;
top: calc(50vh);
transform: translateY(-50%);
left: -1px;
z-index: 10000;
overflow-y: hidden;
padding: 0;
display: block;
}
#header #fixMenuLeft li a:hover,#header #fixMenuLeft li a {
background-color: rgba(254, 153, 0, 0.8)!important;
padding: 10px;
color: #fff;
left: -4px;
position: relative;
height: auto;
margin-bottom: 10px;
border-radius: 0 10px 10px 0;
display: block;
width: 65px;
}
#header #fixMenuLeft li.shogatu a:hover,#header #fixMenuLeft li.shogatu a{background-color: rgba(212, 0, 0, 0.8)!important}
#header #gNav #fixedMenu li a p {
opacity: 1;
font-size: 20px;
-webkit-writing-mode: vertical-lr;
-ms-writing-mode: tb-rl;
writing-mode: vertical-lr;
transition: opacity 0.6s cubic-bezier(0.6, 0.2, 0.3, 0.8) 0.4s;
white-space: nowrap;
position: absolute;
display: inline;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
padding-top: 40px;
}
#header #fixedMenu li {overflow: hidden}
#header #fixedMenu.close li a {width: 56px;padding: 30px 0;box-sizing: border-box;background-position: center!important;}
#header #fixedMenu li a:hover,#header #fixedMenu li a {background-color: rgba(255, 0, 51, 0.8)!important;padding: 70px 0px 55px;color: #fff;right: -4px;position: relative;height: auto;margin-bottom: 10px;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
border-radius: 10px 0 0 10px;
}
#header #fixedMenu.close li a > p {display:none}
#header #fixedMenu li a:hover{background-position:center 20px!important}
#header #fixedMenu li a:hover p{display:block}
#header #fixedMenu li.twitter a {background:url("img/twitter_icon.png") no-repeat center 20px;}
#header #fixedMenu li.facebook a {background: url("img/fb_icon.png") no-repeat center 20px;}
#header #fixedMenu li.insta a {background: url("img/insta_icon.png") no-repeat center 20px;}

.nextend-arrow {width: 30px !important;height: 30px !important;}
.cols {display: flex;}
.gototravel .img img{width:30%;background: #1babdf;}
.cols .col {flex-basis: 0;flex-grow: 1;flex-shrink: 1;}
#main .loop .cols {flex-wrap: wrap;}
#main .loop .cols .col {flex-basis: 31%;flex-grow: 0;margin: 0 3.5% 3.5% 0;}
#main .loop .cols .col:nth-child(3n) {margin-right: 0;}
.archive #main article .btn a{border-color:#669900;box-shadow:0 4px 0px #669900;padding:1rem 5rem}
.archive #main article{clear:both;overflow:hidden;padding:2rem;}
.archive #main article .thumb img,.archive #main article .thumb .noimg{border-radius:10px;}
.archive #main article:nth-child(even){background:#ffeeab}
.archive #main article:nth-child(even) .thumb{float:right;}
.archive #main article:nth-child(even) .txtBox{float:left}
.archive #main article:nth-child(odd){background:#ffffcc}
.archive #main article:nth-child(n+4) .new {display:block;visibility:hidden;}
.category-news #main article{background:none!important}
.archive #main article > *{width:48%}
.archive #main article .thumb{float:left}
.archive #main article .txtBox{float:right}
.category-news #main article .txtBox{float:none;width:100%}
.category-news #main article .txtBox .btn a{padding:0.5rem 3rem}
.archive #main .imgCat {position: relative;height: 16rem;overflow: hidden;}
.archive #main .imgCat img {position: absolute;top: 50%;left: 50%;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);}
#breadCrumbWrap ol {margin-top: 1.8rem;}
.setBox .col{height:420px}
#topOther .wide .col {margin-bottom: 0!important;}
#topOther .wide .col:last-child {margin-right: 0!important;}
.home #main section .subttl{float:left;margin-top:-5rem;margin-left:330px}	
.home #main section .cols.setBox .col{width: 30%!important;margin: 1rem 0.5rem;}
.home #main section .cols.setBox .col:first-child{margin-left:0}
.home #main section .cols.setBox .col:last-child{margin-right:0}
#topPlay .setBox .col {height: 430px;}
.home #main section .cols.setBox .ttlImg{bottom: 25%;}
.home #topBuy .cols.setBox .col{height: 39vw;max-height: 400px;}
.home #topBuy .cols.setBox .imgBox{height: 21vw!important;max-height: 225px;}
.home #main section .cols.setBox .txtBox {display: block;}
body:not(.home) #main h1.titlePage {font-size: 36px;}
body:not(.home) #main h2{font-size:30px}
.page #main .titlePage {
background-size: 100%;
text-align: center;
padding: 1rem 1rem 1.5rem;
max-width: 900px;
margin: 1rem auto;
}

#topNews:before{content:'';background:url(img/flag.png)no-repeat top center;padding: 1.2rem 50% 4rem;width: 100%;background-size: 1300px;}
#topNews:after,#topPlay:after,#topBuy:after{content:'';background:url(img/bg_bottom.png)no-repeat bottom center;padding: 1.2rem 50% 0.2rem;width: 100%;background-size: 360px;}
#topPlay:after,#topBuy:after{padding-bottom:1.2rem}
#topPlay:before,#topBuy:before{content:'';background:url(img/bg_top.png)no-repeat top center;padding: 1.2rem 50% 3.5rem;width: 100%;background-size:360px;}
#topNews .box {padding: 2.5rem}
#topNews .box .cols {align-items: center;}
#topNews .box article {margin-bottom: 2.5rem}
#topNews .box article:last-child {margin-bottom: 0}
#topNews .cols > * {margin-right: 1rem}
#topNews .box {padding: 2rem;}
#topNews .box article {text-align: center;}
#topNews .box article h3, #topNews .box article > * {display: block;width: auto;}
.category-5 #main article:nth-child(n+4) .meta{margin-left:137px!important}
.category-5 #topNews .box article h3{margin-left:0.5rem!important}
.home #main #topNews .cols > * {margin: 0.3rem!important;}
#topNews .btn {padding-bottom: 3rem}
#topFood .cols #slide {width: 60%;margin: 0 auto;}
#topFood .cols .menu {height: 100%;width: 32%;display: flex;flex-direction: column;flex-wrap: wrap;justify-content: center;align-items: center;}
#topFood .cols .menu img{max-height:218px}
#topFood .cols #slide h2{margin:auto}
#topFood .cols #slide h2 img{width:auto}
.home #main section .titleSection img{max-width:100%;width:auto}
#topFood .txt {text-align: center;font-weight: bold}
#topSns .cols{justify-content:space-between;text-align:center}
#topSns .cols .twitter{margin-right: 10%!important;}
#topSns .cols .fb{max-width: 400px;margin:auto;}
#topOther .time .ttl {padding: 14px 34px;width: 144px;height: 50px;}
#topOther {padding: 0 1rem;margin-bottom: -5rem!important;}
#topOther .cols .time {margin: 0;margin-right: 80px!important;}
#topOther .gmap iframe {width: 480px;}
.instaBox{padding: 1rem 1rem 0;}
#main .gmap h3 img{float:none;width: 30px;}
.home #main #topOther .time .titleSection img {width: auto!important;margin-left: 0}
.calBg {background: #efffcc;padding: 4rem 2rem 1rem;}
.xo-months {padding: 0rem 2rem 1rem;}
.home .xo-months {background: #fff;}
.timeline_area .time p {
position: relative;
font-size: 40px;
color: #fe9d03;
font-weight: 900;
text-align: center;
}
.timeline_box {
width: calc(50% - 100px);
box-shadow: 0 3px 5px #c8ded3;
padding: 2rem;
background: #fff;
border-radius: 10px 10px 0 0;
margin-left: 0;
}
.timeline_box h2 img {
max-height: 58px!important;
width: auto!important
}
.timeline_area .time {position: absolute;left: 0;right: 0;top: 0;margin: auto;width: 130px;}
.timeline_area .time .line {position: relative;margin: 20px auto 16px;height: 240px;}
.timeline_area .time .line01 {height: 160px!important;}
.timeline_area .timeline_inr {position: relative;width: calc(100% - 30px);max-width: 1080px;margin: 0 auto;padding-bottom: 7rem;}
.timeline_box .img_area {height: 297px;margin: -2rem -2rem 0;background-size: 440px auto!important;}
.timeline_box p {position: relative;font-size: 16px;line-height: 1.7;}
#oneday .btn a {padding: 0.5rem 3.1vw;font-size: 19px;}
.timeline_box .moreBtn {max-width: 220px;margin: 1rem auto 0!important;}
.timeline_box h2 span {font-size: 1rem;}
.timeline_box:before {content: '';position: absolute;width: 172px;height: 98px;top: -7rem;left: 0;right: 0;margin: auto;}
.timeline_area {position: relative;background: url(img/oneday_bg.jpg)no-repeat top center;padding-top: 7rem;margin-top: 1rem;background-size: 100%;}
#oneday .message {color: #3b9600;font-size: 1.5rem;text-align: center;}
.timeline_box.box03 {float: right;margin-top: 250px;}
.timeline_box.box04 {float: left;margin-top: 140px;}
.timeline_box.box05 {float: right;margin-top: 80px;}
.timeline_box.box06 {float: left;margin-top: 192px;}
.timeline_box.box07 {float: right;margin-top: 197px;}
.timeline_box.box08 {float: left;margin-top: 150px;margin-bottom: -60px;}
.timeline_box.box09 {float: right;margin-top: 150px;margin-bottom: -60px;}
.timeline_box.box09:after{background-size: 270px!important;bottom: -80px;right: -160%;padding: 180px 200px;background-position:center;z-index: -1;}
	
	
#footer {margin-top: 12rem;padding-top: 5rem;position: relative;}
#footer .linkBtn {display: flex;align-items: center;max-width: 320px;margin: auto;justify-content: space-between;height: 64px;}
#footer .f_info {display: flex;}
#footer .f_info.add {margin-top: -4rem;}
#footer .f_info.add div:first-child{margin-bottom: 0;margin-right: 2rem!important;}
#footer ul:last-child {margin-bottom: 0}
#footer ul li a {padding: 0.5rem 0;border: none;}
#footer ul li.single > span {display: none}
#footer ul {line-height: 1}
#footer ul ul{display:block;background:none;border: none;}
#footer ul ul ul li{list-style:none!important;margin-left:0!important}
#footer ul ul li a{color:#fff}
#footer ul > li {list-style: none;background-size: 8px 16px;margin-bottom: 1rem;}
#footer ul > li a{padding-left: 1rem;transition:liner;}
#footer ul > li a:hover {background: url(img/f_menu_icon.png)no-repeat left 11px;opacity:1}
#footer ul > li ul {margin-top: 0}
#footer ul > li ul li {background: none;color: #fff;padding-left: 1rem;font-size: 98%;margin-bottom: 0;}
#footer .linkBtn .ecBtn a {padding: 1.45rem 1rem 1.4rem;border-radius: 7px;}
#footer .f_bg{position: absolute;top: -8.8rem;left: 0;right: 0;max-width: 1200px;margin: auto;width: 100%;z-index: 0;}
#footer .f_bg img{width:100%}


/*PC下層*/
#main #relatedPost a {text-decoration: none;width:100%}
#main #relatedPost ul {padding:0;list-style:none;display:flex;flex-wrap:wrap}
#main #relatedPost ul li{width:30%;margin:auto}
#main #contact #relatedPost ul li{width:48%;margin:auto}
.timeline_area .time .line.line08 {height: 100px;}
.timeline_area .time .line.line02 {height: 390px}
.timeline_area .time .line.line03 {height: 440px}
.timeline_area .time .line.line04 {height: 280px;}
.timeline_area .time .line.line05 {height: 640px}
.timeline_area .time .line.line06 {height: 240px}
.timeline_area .time .line.line07 {height: 420px}
#singleTaiken .cotents .box > *{width: 47%;}
#singleTaiken .cotents .box .txt{width: 47%!important;}
#singleTaiken section > *{margin:2rem}
#singleTaiken section .cotents .box,#pageAnimal .box{clear:both;}
#singleTaiken section .cotents .box{margin:0}
#singleTaiken section .cotents .box.butter{padding-bottom:1rem}
#singleTaiken section .cotents .box:nth-child(even) div.txt,#singleTaiken section .cotents .box:nth-child(odd) div:first-child{margin-right:1rem}
#singleTaiken section .cotents .box div{display:inline-block}
.single #restaurant .cols .settan:first-child{margin-right:10%}
.single #restaurant .cols.drink .col {margin-right: 1rem;}
.single #restaurant .cols.set .col {margin-right: 1rem;}
#pageCompany #annai th{width:10rem}
#pageAnimal .box{margin:1rem;}
#singleTaiken section:nth-child(2n-1) .cotents .box .img,#singleTaiken section:nth-child(2n) .cotents .box .txt,#singleTaiken #handmade .box.ice .img{float:right}
#singleTaiken section:nth-child(2n-1) .cotents .box .txt,#singleTaiken section:nth-child(2n) .cotents .box .img,#singleTaiken #handmade .box.ice .txt{float:left;}
.single section .box .img,#pageAnimal .box .img{width:60%}
.single section .box .txt,#pageAnimal .box .txt{width:36%!important;}
#pageAnimal .box .txt{padding-bottom:0}
#pageAnimal .box .txt.left:after{bottom:-60px}
.box .right{float:right;}
.box .left{float:left}
#singleVisit h2{margin-top:0}
.single #info .time span {text-indent: 18px;}
#pageMap .bnr p:first-child{margin-right:2rem}

body:not(.home) .box .right{right:0;}
body:not(.home) .box .left{left: 0;}
#header .box{margin-top:0;overflow: visible;}
body:not(.home) .box {position:relative;margin: 2rem;overflow:hidden;}
body:not(.home) header .box {margin: 2rem auto;}
body:not(.home) .box .txt{position: absolute!important;top: 0;bottom: 0;margin: auto;/* display: inline-table; */}
body:not(.home) .box .txt.left{margin-bottom:auto}
body.archive .box .txt{position:static!important}
#singleFoodcourt .menu.box .txt.left{left: 2vw;}
#singleFoodcourt .menu.box .txt{font-size:18px;padding: 2rem;padding-left:0;position: relative!important;}
#singleFoodcourt .menu.box .txt:after{left: auto;}
#singleFoodcourt .menu.box .txt span{font-size:120%}
body:not(.home) .box .txt.right {margin-bottom: auto;}
#singleVisit .box .txt.right{right: 0;}
body.single .box .txt.right:after{content:'';background:url(img/visit_bg_r.jpg)no-repeat;width: 135px!important;height: 72px;position: absolute;bottom: -100px;bottom: 0;right: 0;}
#singleSoftcream .box:first-child .txt.right:after{/* bottom:-55px */}
body.single .box .txt.left:after,#bio .cols .txt:after{content:'';background:url(img/visit_bg_l.jpg)no-repeat;width: 136px;height: 70px;position: absolute;bottom: -100px;bottom: 0;left: 0;}
#singleVisit .box .txt.left{left: 0;}
#singleVisit #bio .cols > *{float:none!important;position:static!important}
#bio .cols .txt{order:1}
#bio .cols .img{order:2}
#pageAccess table th.address{padding-left:1.5rem!important}
#pageAccess table .address{white-space:nowrap}
.category-souvenir #main article:nth-child(n+4) {/* width: 49.5%; */display: inline-block;vertical-align: top;}
#voiceList .voice .img {margin-right:1rem;}
#pageKanko{max-width:700px;margin:auto}
#pageKanko ul{padding:0 1rem}
#pageKanko li.spot .img {width: 18%;margin-right: 2%;height: 200px;}
#pageKanko li.spot .img{width: 30%;}
#pageKanko li.spot .detail {width: 70%;width: 100%;margin: auto;}
#pageTime .xo-months{display:flex}
#pageTime .xo-months:before{position:absolute;background:#ffffcc;width: 90%;height:65px;content:"";top:-2rem;left: 0;right: 0;margin: auto;border-radius:50px;}
#pageTime .xo-months .xo-month-wrap{margin:4rem  2rem 1rem }
#pageTime .xo-event-calendar table.xo-month .month-prev,#pageTime  .xo-event-calendar table.xo-month .month-next {top: -6.5rem!important;}
#pageTime .xo-event-calendar table.xo-month .month-next {right: -120%;}
#pageTime .btn a{background: linear-gradient(0deg, #fcedb2, #fcfc8e);
border: solid 2px orange;box-shadow: 0 4px 0px orange;border-radius: 50px;color: #000;font-size: 1.2rem;}
#pageTime .cols p{margin: 1rem;lineheight:2}
#pageTime .month{background: #99cc33;padding: 10px;color: #fff;margin: 0 1rem;}
#pageTime h3,#pageTime p span{color:#ff6666}
#pageTime #contact th{color:#669900;}
#pageTime #contact table,#pageTime #contact table *{border:none;padding:0.5rem 0}
#pageTime #contact table th{padding-left:1.5rem}
	
#pageAccess .ttl{text-align:left}
#pageAccess .train .ttl{padding-bottom:0}
#pageAccess .cols > div{width:50%;padding: 1rem;}
#info .gmap{margin-left: 1rem;}
#pageAccess .taxi .cols > div{margin-left:3rem}
#pageAccess .taxi .contact{width: 40%;}
#pageAccess .train,#pageAccess .taxi,#pageAccess .car {margin: 1rem 1rem 2rem;}
#pageAccess .cols .bus .route:before{height: 14rem;}
#pageAccess .cols .plane .route:before{height: 25rem;}
#pageAccess .cols .route .stop span.change {margin-left: 8px;font-size: inherit;}
#pageAccess .train .ttl h3:nth-child(1) {margin-right:5rem;margin-bottom: 1rem;}
#pageAccess .train .ttl h3:nth-child(1) span:after{content:'';background:#999999;width: 3rem;height:6px;position:absolute;top:0;bottom:0;right: -130%;}
#pageAccess .cols .plane .ttl,#pageAccess .cols .bus .ttl {margin: -1rem -1rem 1rem;}
#pageAccess .plane,#pageAccess .bus{margin: 0 1rem 1rem;}
#info p.time2{margin: -0.3rem 0 -0.6rem;text-indent: 5.5rem;}
#info td {width: auto;display: table-cell;margin-top: 0;white-space: nowrap;padding: 0!important;}

#route h3 span:last-child{width: 90%;}
#route li:after {bottom: -10%;}
.postid-1006 section .cols p:first-child{margin-right: 3%!important;}
}

@media screen and (max-width: 500px) {
.timeline_box .img_area {height: 170px;-moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;}
.b_logo img {max-width: 120px!Important;padding-top:0.5rem}
}


.page-id-515 #main .cols:not(.catBtn){max-width:770px;margin:auto;justify-content:space-between}
#foodMenu .menuBox{margin:1rem;width:100%;}
#foodMenu .menuImg{width:100%;height:200px;background:#ddd}
.scrolltable{overflow: auto;white-space: nowrap;}
#pageCompany table th{background:none}
#pageCompany table tr > *{padding:1rem}

@media screen and (min-width: 768px) and  (max-width: 912px){
section .box.long {padding-bottom:8rem }
section .box.long .txt{margin-top:0}
}

#google_language_translator{max-width: 150px;margin-left: 0.5rem;}
.goog-te-combo{padding:0.3rem 0.5rem}
#subNav .language{margin: 0;}

@media screen and (min-width: 768px)and (max-width: 1000px){
#header .nav .menu li:not(.home) a {padding: 8vw 0 0;font-size: 1.3vw;}
}
@media screen and (min-width: 900px){#subNav .nav {right: 0;width: 70px;}}
@media screen and (min-width: 1000px){
#subNav p {font-size: 0.8rem!important;}
body:not(.home) #header .logoNav {background: url(img/pagenav_bg.jpg)no-repeat 0 -200px;}
}

#main .wpcf7-form p.caution{margin-top:0}

.facebook-wrapper {max-width: 500px;margin: 0 auto;}
.facebook-wrapper > .fb-page {width: 100%;}
.facebook-wrapper > .fb-page > span,.facebook-wrapper iframe {width: 100% !important;}
.facebook-wrapper {max-width: 500px;margin: 0 auto;}
.facebook-wrapper > .fb-page {width: 100%;}
.facebook-wrapper > .fb-page > span,.facebook-wrapper iframe {width: 100% !important;}
#mainVisual2{margin-top:70px}
.ipad .home #header .box{width: 100%;}
.ipad .home #header .nav,.iphone .menu .pc{display:none!important;}
.ipad #subNav .nav{right:0}
.ipad #subNav .nav .menu.openNav{width:768px}
.ipad #subNav .nav .menu.openNav li{width:33.33%}
.ipad #subNav .nav .menu.openNav li a{font-size:0.9rem}
.ipad #subNav .nav .menu.openNav li ul li {width:100%}

#main .wpcf7-form p {
	margin: 2rem 0 0;
}
#main .wpcf7-form .title {
	display: block;
	margin-bottom: 0.4rem;
	padding-left: 0.1rem;
	font-size: 1.2rem;
}
#main .wpcf7-form .title .caution {
	display: inline-block;
	padding: 0.4rem 0.5rem;
	background: #ff5454;
	color: #fff;
	font-size: 0.8rem;
	border-radius: 4px;
	margin-left: 0.4rem;
	vertical-align: 0.2rem;
	line-height: 1;
}
input, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 1rem 0.5rem;
	font-size: 1rem;
	width: 100%;
	transition: 0.5s cubic-bezier(1, 0, 0.5, 1);
}
input:focus, textarea:focus, select:focus {
	outline: none;
	background: #fff;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset;
}
::-webkit-input-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #999;
}
select {
	text-indent: 0.01px;
	text-overflow: '';
	background: none;
	background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
	position: relative;
}
select::-ms-expand {
	display: none;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
.select {
	position: relative;
}
.select:after {
	content: '▼';
	font-size: 1.4rem;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1rem;
	line-height: 1;
	pointer-events: none;
}
input[type="radio"], input[type="checkbox"] {
	position: relative;
	width: 1.6rem;
	height: 1.6rem;
	padding: 0;
	vertical-align: middle;
	background: none;
	margin-right: 0.2rem;
	background: #f5f5f5;
}
input[type="radio"]:checked:before, input[type="checkbox"]:checked:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 1rem;
	height: 1rem;
	background: #690;
	border-radius: 2px;
}
input[type="radio"], input[type="radio"]:checked:before {
	border-radius: 50%;
}
.wpcf7-list-item {
	margin: 1rem 1rem 0 0;
}
.course span.wpcf7-list-item{display:block;margin-bottom:1rem}
.number input{width:4rem}
.wpcf7-list-item-label {
	pointer-events: none;
}
.select select, .check input, .radio input, #submitBtn input {
	cursor: pointer;
}
textarea {
	resize: none;
}
#submitBtn {
	display: block;
	text-align: center;
}
#submitBtn input {
	display: inline-block;
	padding: 1.6rem 2rem;
	transition: 0.5s cubic-bezier(1, 0, 0.5, 1);
	background: linear-gradient(0deg, #fcedb2, #fcfc8e);
    border: solid 2px orange;
    box-shadow: 0 4px 0px orange;
    border-radius: 50px;
    color: #000;
    font-size: 1.2rem;
}
#submitBtn input:hover {
	opacity: 0.7;
}
#submitBtn input:focus {
	outline: none;
}
#main .wpcf7-not-valid-tip {
	color: #ff5454;
	font-weight: bold;
	margin: 0.2rem 0 0 0.2rem;
}
#main .wpcf7-response-output {
	margin: 0;
	padding: 0.5rem 0;
	text-align: center;
	font-weight: bold;
}
#main .wpcf7-validation-errors, #main .wpcf7-mail-sent-ng {
	border: 2px solid #ff5454;
	color: #ff5454;
	margin-bottom: 1rem;
}
#main .wpcf7-mail-sent-ok {
	border: 2px solid #428cff;
	color: #428cff;
}
#main .ajax-loader {
	display: block !important;
	width: 3rem !important;
	height: 3rem !important;
	margin: 1rem auto 0 !important;
	background: #428cff !important;
	border-radius: 50%;
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;
}
.grecaptcha-badge{visibility: hidden;}
.recap{    font-size: 14px;
    text-align: center;
    margin: 0 auto 1rem!important;
    color: #777;}
.pd1{padding:1rem}
.gototravel{
    line-height: 0;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    max-width: 750px;max-width: 800px;
    border: solid 2px #1babdf;
    }
.gototravel .txt{padding:0 1rem;font-weight:bold}
.gototravel .img{
    margin: 0!important;
    background: #1babdf;
    }
.gototravel a{text-decoration:underline;color:#ffa100}
.gototravel .img img{margin: auto;width: 50%!important;display: block;}
    @media screen and (min-width: 768px) {
        .postid-417 #contact{padding: 1rem 3rem!important;margin-bottom: 3rem!important;}
        .gototravel .img {width: 50%;}
        .gototravel .img img{width: 100%!important;padding: 0.5rem;}
    }