html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
i,
button {
    margin: 0;
    padding: 0;
    border: 0;
}
/* h1,
h2,
h3,
h4,
h5,
h6, */
pre,
code,
address,
caption,
cite,
code,
em,
/* strong, */
th,
dfn,
var,
button {
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

html,
body {
    position: relative;
    width: 100%;
    height: 100%;
}
body {
    font-size: 14px;
    color: #4d4d4d;
    position: relative;
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul,
ol {
    list-style: none;
}
li {
    list-style: none;
}
a {
    color: #4d4d4d;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
a:hover {
    opacity: 0.7;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="button"],
button,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="radio"] {
    vertical-align: middle;
}
input[type="submit"]:hover {
    cursor: pointer;
}
button {
    background: none;
    outline: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
button:hover {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}
th,
td {
    border: none;
    vertical-align: top;
    text-align: left;
}
img {
    vertical-align: bottom;
}
strong,
b,
.bold {
    font-weight: bold;
}
i {
    line-height: 1;
}
svg {
    vertical-align: bottom;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
p {
    line-height: 1.5;
}
.wrap {
    width: 1000px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}
.clear {
    clear: both;
}
.clearfix:after {
    clear: both;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
}
.center {
    text-align: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.flexbox {
    display: -webkit-flex;
    display: flex;
}
.flexbox-center {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flexbox-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ai-center {
    -webkit-align-items: center;
    align-items: center;
}
.jc-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.jc-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.content {
    position: relative;
}

.ttl01 {
    border-bottom: #cccccc dotted 2px;
    margin-bottom: 40px;
}
.ttl01 .main-ttl {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    line-height: 1;
    padding-bottom: 8px;
    min-width: 136px;
    text-align: center;
}
.ttl01 .main-ttl:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: #9e005d;
}
.ttl01 .sub-info {
    margin-left: 30px;
    font-size: 15px;
}

.ttl02 {
    font-size: 22px;
    color: #fff;
    line-height: 1;
    padding: 14px 30px;
    background-color: #9e005d;
    border-radius: 3px;
    margin-bottom: 30px;
}

.ttl03 {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #9e005d;
    margin-bottom: 3px;
}

.pankuzu {
    margin-top: 15px;
}
.pankuzu li {
    float: left;
    padding-right: 18px;
    margin-right: 6px;
    position: relative;
}
.pankuzu li:after {
    content: "＞";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.pankuzu li:last-child:after {
    display: none;
}
.pankuzu li a {
    text-decoration: underline;
}

.bt-back {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.pc {
    display: block;
}
.pc-inline {
    display: inline;
}
.sp {
    display: none !important;
}
.sp-inline {
    display: none !important;
}

/*----------------------------
HEADER
----------------------------*/

#header > .wrap {
    position: relative;
    /* background: url(img/BG_header.png) no-repeat right bottom; */
    padding-bottom: 15px;
}
#header .hd-left {
    padding-top: 25px;
    width: 485px;
}
#header .site-catch {
    font-size: 13px;
    line-height: 1;
    padding-bottom: 14px;
    border-bottom: #69412b dotted 2px;
    margin-bottom: 13px;
}
#header .site-name a {
    display: flex;
    align-items: center;
}
#header .site-name-catch {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-right: 10px;
    color: #69412b;
    min-width: 120px;
}

#header .site-name img {
    width: 586px;
}
#header #gnav {
    position: absolute;
    top: 0;
    right: 0;
}
#header #gnav ul li {
    margin-left: 10px;
}
#header #gnav ul li a {
    display: block;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding: 13px 10px;
    text-align: center;
    min-width: 105px;
    border: #e6e6e6 solid 1px;
    border-radius: 0 0 10px 10px;
    position: relative;
}
#header #gnav ul li a:hover {
    opacity: 1;
}
#header #gnav ul li a:hover:after,
#header #gnav ul li a.current:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: #fff solid 2px;
    border-bottom: #fff solid 2px;
    position: absolute;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    bottom: 1px;
}
#header #gnav ul li a.current {
    display: none;
}
#header #gnav ul li:nth-child(1) a {
    background-color: #9e005d;
}
#header #gnav ul li:nth-child(2) a {
    background-color: #0071bc;
}
#header #gnav ul li:nth-child(3) a {
    background-color: #29abe2;
}

#header .site-desc {
    padding: 18px 0;
    background-color: #9e005d;
    border-top: #dbbcc5 solid 10px;
}
#header .site-desc p {
    color: #fff;
    line-height: 22px;
}

/*----------------------------
FOOTER
----------------------------*/

#footer {
    background-color: #f2efeb;
}
#footer .ft-nav {
    background-color: #9e005d;
}
#footer .ft-nav ul {
    height: 45px;
}
#footer .ft-nav ul li {
    margin-right: 15px;
}
#footer .ft-nav ul li a {
    color: #fff;
}
#footer .ft-nav ul li i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    top: -2px;
    margin-right: 5px;
}
#footer .ft-nav ul li i:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-top: #9e005d solid 2px;
    border-right: #9e005d solid 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
    left: 2px;
}

#footer .ft-info {
    padding-top: 15px;
}
#footer .ft-info p {
    line-height: 24px;
}
#footer .ft-info p.copy {
    margin-top: 15px;
    font-size: 12px;
}

/*----------------------------
TOP
----------------------------*/

#top {
    padding-top: 15px;
    padding-bottom: 120px;
}
.new-tour {
    margin-bottom: 20px;
    position: relative;
}
.new-tour > img {
    position: absolute;
    bottom: 100%;
    right: 10px;
    z-index: 1;
}
.tour-info {
    padding-top: 60px;
}
.tour-info .area-list {
    padding: 0 20px;
}
.tour-info .area-list li {
    margin: 0 20px 20px 0;
}
.tour-info .area-list li:nth-child(4n) {
    margin-right: 0;
}
.tour-info .area-list li a {
    display: block;
    width: 214px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1;
    background-color: #f9f9f1;
    padding: 40px 50px 40px 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 0 #e6e6e6;
    position: relative;
    border: #f9f9f1 solid 1px;
    text-align: center;
}
.tour-info .area-list li a i {
    position: absolute;
    right: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    z-index: 1;
    margin-top: -2px;
}
.tour-info .area-list li a .icon-search {
    width: 15px;
    height: 15px;
    fill: #9e005d;
}
.tour-info .area-list li a:hover {
    border-color: #9e005d;
    opacity: 1;
}
.tour-info .area-list li a:hover .icon-search {
    fill: #9e005d;
}

.tour-box {
    padding-top: 50px;
}
.tour-box .tour-item {
    margin-bottom: 20px;
}
.tour-box .tour-item:last-child {
    margin-bottom: 0;
}
.tour-box .tour-item a {
    background-color: #f9f9f1;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #e6e6e6;
    padding: 15px 0;
}
.tour-box .tour-item .tour-type {
    width: 160px;
    text-align: center;
}
.tour-box .tour-item .tour-type svg {
    width: 100px;
    height: 100px;
}

.tour-box .tour-item .tour-outline {
    width: 800px;
}
.tour-box .tour-item .tour-outline li {
    padding: 45px 0 13px;
    border-right: #b2b2ad dashed 1px;
    width: 25%;
    text-align: center;
    position: relative;
}
.tour-box .tour-item .tour-outline li:last-child {
    border-right: none;
}
.tour-box .tour-item .tour-outline li i {
    position: absolute;
    top: 9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tour-box .tour-item .tour-outline li svg {
    fill: #9e005d;
}
.tour-box .tour-item .tour-outline li svg.icon-pict {
    width: 16px;
    height: 17px;
}
.tour-box .tour-item .tour-outline li svg.icon-calendar {
    width: 19px;
    height: 20px;
}
.tour-box .tour-item .tour-outline li svg.icon-house {
    width: 18px;
    height: 14px;
    margin-top: 5px;
}
.tour-box .tour-item .tour-outline li svg.icon-pin {
    width: 11px;
    height: 17px;
}
.tour-box .tour-item .tour-outline li span {
    font-size: 18px;
    display: block;
    line-height: 1;
}

.tour-hamana {
    text-align: center;
}

.tour-date-block {
    margin: 50px auto 40px;
    width: 810px;
}
.tour-date-block .tour-date {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: #9e005d solid 1px;
}
.tour-date-block .tour-date .big {
    font-size: 32px;
}
.tour-date-block .tour-hours {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}
.tour-date-block .tour-hours .small {
    font-size: 22px;
}

.campaign-box {
    max-width: 810px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 40px;
    box-sizing: border-box;
    border: #9e005d solid 3px;
    background-color: #f2efeb;
    border-radius: 10px;
}
.campaign-box .campaign-box-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.campaign-box .campaign-box-icon {
    width: 69px;
    height: 55px;
    margin-right: 20px;
}
.campaign-box .campaign-box-ttl-txt {
    font-size: 42px;
    font-weight: bold;
    color: #9e005d;
}
.campaign-box .campaign-box-desc {
    font-size: 20px;
    color: #4d4d4d;
    text-align: center;
}
.campaign-box .campaign-box-inner {
    margin: 20px 0 5px;
    padding: 20px 55px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.campaign-box .campaign-box-txt01 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #eb6d8e;
    margin-bottom: 22px;
}
.campaign-box .campaign-box-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #9e005d;
    border-radius: 10px;
    margin-bottom: 20px;
}
.campaign-box .campaign-box-txt02 {
    font-size: 28px;
    font-weight: bold;
    color: #eb6d8e;
    text-align: center;
    margin-bottom: 30px;
}
.campaign-box .campaign-box-closing {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 50px);
    margin-left: -25px;
}
.campaign-box .campaign-box-closing-ttl {
    font-size: 32px;
    font-weight: bold;
    margin-right: 10px;
}
.campaign-box .campaign-box-closing-date {
    font-size: 25px;
    font-weight: bold;
    color: #eb6d8e;
}
.campaign-box .campaign-box-closing-date .big {
    font-size: 32px;
}
.campaign-box .benefits-list {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.campaign-box .campaign-notes {
    display: flex;
    flex-wrap: wrap;
}
.campaign-box .campaign-notes-item {
    margin-right: 20px;
    font-size: 15px;
    line-height: 25px;
}

.banner-box {
    padding-top: 5px;
}
.banner-box p {
    padding-top: 5px;
    font-size: 13px;
}

/*----------------------------
SINGLE
----------------------------*/
#single {
    padding-top: 60px;
    padding-bottom: 120px;
}
#single .tour-box .tour-item {
    background-color: #f9f9f1;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #e6e6e6;
    padding: 15px 0;
    margin: 0;
}

.tour-detail {
    margin-top: 40px;
}
.tour-detail .tour-left {
    margin-right: auto;
    max-width: 400px;
}
.tour-detail .tour-left .tour-img {
    margin-bottom: 20px;
}
.tour-detail .tour-left .icon-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.tour-detail .tour-left .icon-item {
    width: 55px;
    margin-right: 14px;
    margin-top: 15px;
}
.tour-detail .tour-left .icon-item:nth-child(6n) {
    margin-right: 0;
}
.tour-detail .tour-left .icon-item:nth-child(-n + 6) {
    margin-top: 0;
}
.tour-detail .tour-left .icon-img {
    width: 55px;
    height: 55px;
}
.tour-detail .tour-left .icon-info-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.tour-detail .tour-left .icon-info-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.tour-detail .tour-left .icon-info-item:nth-child(-n + 4) {
    margin-top: 0;
}
.tour-detail .tour-left .icon-info-img {
    display: block;
    width: 350px; /*height: 470px;*/
    margin-right: 4px;
}
.tour-detail .tour-left .icon-info-txt {
    font-size: 12px;
    line-height: 13px;
}
.tour-detail .tour-right {
    width: 510px;
}
.tour-detail .tour-right dl {
    margin-bottom: 3px;
}
.tour-detail .tour-right dl dt {
    width: 95px;
    background-color: #f2efeb;
}
.tour-detail .tour-right dl dt span {
    font-size: 16px;
    color: #9e005d;
}
.tour-detail .tour-right dl dd {
    padding: 25px 0 25px 25px;
    font-size: 16px;
    line-height: 22px;
    width: calc(100% - 95px);
    box-sizing: border-box;
    position: relative;
}
.tour-detail .tour-right dl dd:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: #ccc dotted 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.tour-detail .tour-right dl:first-of-type dd:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-top: #ccc dotted 2px;
    position: absolute;
    left: 0;
    top: -2px;
}
.tour-detail .tour-right dl dd p {
    font-size: 16px;
    line-height: 22px;
}
.tour-detail .tour-right dl dd strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    /* color: #9e005d; */
    /* margin-bottom: 10px; */
}
.tour-detail .tour-right dl dd img.wp-image-3681 {
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.tour-detail .tour-right dl dd a {
    text-decoration: underline;
}
.tour-detail .tour-right .map-link {
    margin-top: 50px;
}
.tour-detail .tour-right .map-link a {
    margin: 0 auto;
    width: 350px;
    font-size: 16px;
    color: #fff;
    height: 50px;
    box-shadow: 1px 1px 0 #e6e6e6;
    background-color: #39b54a;
    border-radius: 3px;
}
.tour-detail .tour-right .map-link a i {
    margin-left: 7px;
    position: relative;
}
.tour-detail .tour-right .map-link a svg {
    fill: #fff;
    width: 9px;
    height: 14px;
}
.tour-detail .tour-right .reservation-link {
    margin-top: 25px;
}
.tour-detail .tour-right .reservation-link a {
    margin: 0 auto;
    width: 350px;
    font-size: 28px;
    text-align: center;
    color: #fff;
    height: auto;
    box-shadow: 1px 1px 0 #e6e6e6;
    background-color: #e60012;
    border-radius: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}

/*----------------------------
CONTACT
----------------------------*/

#contact {
    padding-top: 60px;
    padding-bottom: 120px;
}
.contact-block .kome {
    font-size: 13px;
    margin-bottom: 10px;
}
.contact-block .hissu {
    color: #c1272d;
    font-size: 10px;
    margin-right: 5px;
}
.contact-block .form-block dl {
    margin-bottom: 2px;
}
.contact-block .form-block dt {
    width: 185px;
    font-size: 16px;
    color: #9e005d;
    background-color: #f2efeb;
    box-sizing: border-box;
    padding: 12px 0 0 28px;
    line-height: 1;
    position: relative;
}
.contact-block .form-block dt .hissu {
    position: absolute;
    left: 12px;
    top: 12px;
}
.contact-block .form-block dd {
    width: calc(100% - 185px);
    padding: 4px 0 4px 20px;
    box-sizing: border-box;
}
.contact-block .form-block dd input,
.contact-block .form-block dd textarea {
    border: #ccc solid 1px;
    padding: 7px 10px;
    box-sizing: border-box;
    width: 100%;
}
.contact-block .form-block dd .input02 {
    width: 80px;
}
.contact-block .form-block dd textarea {
    height: 150px;
}
.contact-block .form-block dd .zip-txt {
    font-size: 16px;
    color: #ccc;
    margin: 0 15px 0 6px;
    vertical-align: middle;
}
.contact-block .form-block dd .hyphen-txt {
    font-size: 16px;
    color: #ccc;
    margin: 0 7px;
    vertical-align: middle;
}
.contact-block .form-block .bt-form {
    margin-top: 40px;
    text-align: center;
}
.contact-block .form-block .bt-form input {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 12px 0;
    border-radius: 5px;
    box-shadow: 2px 2px 0 #d8d8d8;
    margin: 0 15px;
}
.contact-block .form-block .bt-form input.bt-confirm {
    background-color: #999999;
    width: 350px;
}
.contact-block .form-block .bt-form input.bt-edit {
    background-color: #999999;
    width: 250px;
}
.contact-block .form-block .bt-form input.bt-submit {
    background-color: #f7931e;
    width: 250px;
}
.contact-block .form-block .bt-form input:hover {
    opacity: 0.75;
}

.contact-block .form-block dd .wpcf7c-conf {
    background: none;
    border: none;
}

/*----------------------------
PRIVACY
----------------------------*/

#privacy {
    padding-top: 60px;
    padding-bottom: 120px;
}
.privacy-box {
    margin-bottom: 35px;
}
.privacy-box p {
    line-height: 24px;
}
.privacy-box ol {
    margin-top: 30px;
}
.privacy-box ol li {
    list-style: decimal inside;
    margin-bottom: 30px;
    line-height: 24px;
}
.privacy-box ol li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

    img {
        max-width: 100%;
    }
    .wrap {
        width: 100%;
        padding: 0;
    }

    .ttl01 {
        border-bottom: none;
        text-align: center;
        margin-bottom: 0;
    }
    .ttl01 .main-ttl {
        text-align: center;
    }
    .ttl01 .sub-info {
        margin: 20px 0 0;
        line-height: 25px;
        display: block;
    }

    .ttl02 {
        margin-bottom: 10px;
        padding: 14px 12px;
    }

    .pankuzu {
        margin-top: 10px;
        padding: 0 20px;
    }

    .pc {
        display: none !important;
    }
    .pc-inline {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .sp-inline {
        display: inline !important;
    }

    /*----------------------------
    HEADER
    ----------------------------*/

    #header > .wrap {
        position: relative;
        background: none;
        padding: 10px 0 0;
    }
    #header .hd-left {
        padding: 0 0 10px;
        width: 100%;
    }
    #header .site-name a {
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    #header .site-name img {
        width: 220px;
        height: auto;
    }
    #header .site-name-catch {
        font-size: 11px;
        font-weight: bold;
        line-height: 1;
        padding-right: 4px;
        color: #69412b;
        min-width: 70px;
    }
    #header #gnav {
        position: static;
        border-top: #f2efeb solid 10px;
        display: none;
    }
    #header #gnav ul li {
        margin-left: 0;
    }
    #header #gnav ul li a {
        padding: 14px 0;
        min-width: 100%;
        border: none;
        border-radius: 0;
    }
    #header #gnav ul li a:hover:after,
    #header #gnav ul li a.current:after {
        width: 6px;
        height: 6px;
    }
    /*
    #header #gnav ul li:nth-child(1){width:28.125%;}
    #header #gnav ul li:nth-child(2){width:28.125%;}
    #header #gnav ul li:nth-child(3){width:43.75%;}
*/
    #header #gnav ul li:nth-child(1) {
        width: 50%;
    }
    #header #gnav ul li:nth-child(2) {
        width: 50%;
    }

    #header .site-desc {
        padding: 10px 20px;
        border-top: none;
        box-sizing: border-box;
    }
    #header .site-desc p {
        line-height: 18px;
    }

    /*----------------------------
    FOOTER
    ----------------------------*/

    #footer .ft-nav ul {
        justify-content: center;
        -webkit-justify-content: center;
    }
    #footer .ft-nav ul li {
        margin-right: 15px;
    }
    #footer .ft-nav ul li a {
        color: #fff;
        font-size: 12px;
    }
    #footer .ft-nav ul li i {
        width: 10px;
        height: 10px;
        top: -2px;
        margin-right: 3px;
    }
    #footer .ft-nav ul li i:after {
        width: 4px;
        height: 4px;
        margin-top: -3px;
        left: 2px;
    }

    #footer .ft-info {
        padding: 10px 20px 0;
        box-sizing: border-box;
    }
    #footer .ft-info p {
        line-height: 24px;
        font-size: 13px;
    }
    #footer .ft-info p.copy {
        margin-top: 20px;
        font-size: 10px;
        line-height: 14px;
    }

    /*----------------------------
    TOP
    ----------------------------*/

    #top {
        padding: 10px 10px 50px;
        box-sizing: border-box;
    }
    .new-tour {
        margin-bottom: 10px;
    }
    .tour-info {
        padding: 40px 10px 0;
    }
    .tour-info .area-list {
        padding: 0;
        margin-top: 20px;
    }
    .tour-info .area-list li {
        margin: 0 2% 6px 0;
        width: 49%;
    }
    .tour-info .area-list li:nth-child(2n) {
        margin-right: 0;
    }
    .tour-info .area-list li a {
        width: 100%;
        font-size: 14px;
        padding: 28px 12px;
    }
    .tour-info .area-list li a i {
        right: 13px;
        margin-top: 0;
    }

    .tour-box {
        padding-top: 25px;
    }
    .tour-box .tour-item {
        margin-bottom: 10px;
    }
    .tour-box .tour-item a {
        padding: 10px;
    }
    .tour-box .tour-item .tour-type {
        width: 100px;
    }

    .tour-box .tour-item .tour-outline {
        width: calc(100% - 120px);
        display: block;
        margin-left: 20px;
        box-sizing: border-box;
    }
    .tour-box .tour-item .tour-outline li {
        padding: 5px 0 5px 30px;
        border-right: none;
        border-bottom: #4d4d4d dotted 2px;
        width: 100%;
        text-align: left;
        position: relative;
        box-sizing: border-box;
    }
    .tour-box .tour-item .tour-outline li:last-child {
        border: none;
    }
    .tour-box .tour-item .tour-outline li i {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        display: block;
        width: 17px;
        text-align: center;
    }
    .tour-box .tour-item .tour-outline li svg.icon-pict {
        width: 14px;
        height: 15px;
        margin-top: 2px;
    }
    .tour-box .tour-item .tour-outline li svg.icon-calendar {
        width: 17px;
        height: 18px;
        margin-top: 2px;
    }
    .tour-box .tour-item .tour-outline li svg.icon-house {
        width: 16px;
        height: 13px;
        margin-top: 5px;
    }
    .tour-box .tour-item .tour-outline li svg.icon-pin {
        width: 10px;
        height: 15px;
        margin-top: 2px;
    }
    .tour-box .tour-item .tour-outline li span {
        font-size: 14px;
    }

    .tour-hamana {
        text-align: center;
    }

    .tour-date-block {
        margin: 25px auto 20px;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .tour-date-block .tour-date {
        font-size: 14px;
        letter-spacing: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .tour-date-block .tour-date .big {
        font-size: 16px;
        display: block;
    }
    .tour-date-block .tour-hours {
        font-size: 16px;
    }
    .tour-date-block .tour-hours .small {
        font-size: 14px;
    }

    .campaign-box {
        width: calc(100% - 20px);
        margin: 0 auto 30px;
        padding: 10px;
    }
    .campaign-box .campaign-box-ttl {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .campaign-box .campaign-box-icon {
        width: 33px;
        height: 26px;
        margin: 0 0 10px;
    }
    .campaign-box .campaign-box-ttl-txt {
        font-size: 20px;
        display: block;
        text-align: center;
    }
    .campaign-box .campaign-box-desc {
        font-size: 14px;
        line-height: 1.5;
    }
    .campaign-box .campaign-box-inner {
        margin: 20px 0;
        padding: 10px 15px;
    }
    .campaign-box .campaign-box-txt01 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .campaign-box .campaign-box-detail {
        height: 84px;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .campaign-box .campaign-box-txt02 {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .campaign-box .campaign-box-closing {
        display: block;
    }
    .campaign-box .campaign-box-closing-ttl {
        font-size: 20px;
        margin-right: 0;
        text-align: center;
        display: block;
    }
    .campaign-box .campaign-box-closing-date {
        font-size: 16px;
        text-align: center;
        display: block;
    }
    .campaign-box .campaign-box-closing-date .big {
        font-size: 20px;
    }
    .campaign-box .benefits-list {
        display: block;
        margin: 15px 0;
    }
    .campaign-box .benefits-item {
        text-align: center;
    }
    .campaign-box .benefits-item:first-child {
        margin-bottom: 10px;
    }
    .campaign-box .benefits-img {
        max-width: 100%;
    }
    .campaign-box .campaign-notes {
        display: block;
    }
    .campaign-box .campaign-notes-item {
        margin-right: 0;
        font-size: 12px;
        line-height: 21px;
    }

    /*----------------------------
    SINGLE
    ----------------------------*/
    #single {
        padding-top: 40px;
        padding-bottom: 120px;
    }
    #single .ttl01 {
        margin-bottom: 30px;
    }
    #single .tour-box {
        padding: 0 20px;
        box-sizing: border-box;
    }
    #single .tour-box .tour-item {
        padding: 10px;
    }

    .tour-detail {
        margin-top: 10px;
        display: block;
    }
    .tour-detail .tour-left {
        margin: 0 auto;
    }
    .tour-detail .tour-left .tour-img {
        margin-bottom: 20px;
    }
    .tour-detail .tour-left .icon-list {
        width: 280px;
        margin: 25px auto 0;
    }
    .tour-detail .tour-left .icon-item {
        width: 38px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .tour-detail .tour-left .icon-item:nth-child(6n) {
        margin-right: 0;
    }
    .tour-detail .tour-left .icon-item:nth-child(-n + 6) {
        margin-top: 0;
    }
    .tour-detail .tour-left .icon-img {
        width: 38px;
        height: 38px;
    }
    .tour-detail .tour-left .icon-info-list {
        max-width: 300px;
        margin: 45px auto 0;
    }
    .tour-detail .tour-left .icon-info-item {
        margin-top: 10px;
    }
    .tour-detail .tour-left .icon-info-item:nth-child(-n + 4) {
        margin-top: 0;
    }
    .tour-detail .tour-left .icon-info-img {
        width: 250px; /*height: 330px;*/
        margin-right: 3px;
    }
    .tour-detail .tour-left .icon-info-txt {
        font-size: 8px;
        line-height: 9px;
    }
    .tour-detail .tour-right {
        width: 100%;
        margin-top: 50px;
    }
    .tour-detail .tour-right dl {
        margin-bottom: 0;
        display: block;
    }
    .tour-detail .tour-right dl dt {
        width: 100%;
        display: block;
        background-color: #f2efeb;
    }
    .tour-detail .tour-right dl dt span {
        font-size: 14px;
        line-height: 1;
        padding: 13px 15px;
        box-sizing: border-box;
        color: #9e005d;
        display: block;
    }
    .tour-detail .tour-right dl dd {
        padding: 15px;
        font-size: 14px;
        width: 100%;
    }
    .tour-detail .tour-right dl dd:after {
        display: none;
    }
    .tour-detail .tour-right dl:first-of-type dd:before {
        display: none;
    }
    .tour-detail .tour-right dl dd p {
        font-size: 14px;
    }
    .tour-detail .tour-right dl dd strong {
        font-size: 16px;
    }
    .tour-detail .tour-right dl dd a {
        text-decoration: underline;
    }
    .tour-detail .tour-right .map-link {
        margin-top: 40px;
    }
    .tour-detail .tour-right .map-link a {
        width: 280px;
    }
    .tour-detail .tour-right .reservation-link {
        margin-top: 15px;
    }
    .tour-detail .tour-right .reservation-link a {
        width: 280px;
        font-size: 22px;
    }

    /*----------------------------
    CONTACT
    ----------------------------*/

    #contact {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .contact-block {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .contact-block .ttl01 {
        margin-bottom: 30px;
    }
    .contact-block .form-block dl {
        margin-bottom: 0;
        display: block;
    }
    .contact-block .form-block dt {
        width: 100%;
        font-size: 14px;
        padding: 14px 0 12px 30px;
    }
    .contact-block .form-block dt .hissu {
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .contact-block .form-block dd {
        width: 100%;
        padding: 8px 0;
    }
    .contact-block .form-block dd input,
    .contact-block .form-block dd textarea {
        padding: 7px 5px;
    }
    .contact-block .form-block dd textarea {
        height: 130px;
    }
    .contact-block .form-block .bt-form input {
        margin: 0 auto;
        display: block;
        max-width: 300px;
    }
    .contact-block .form-block .bt-form input.bt-confirm {
        width: 100%;
    }
    .contact-block .form-block .bt-form input.bt-edit {
        width: 100%;
    }
    .contact-block .form-block .bt-form input.bt-submit {
        width: 100%;
        margin-top: 15px;
    }

    /*----------------------------
    PRIVACY
    ----------------------------*/

    #privacy {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .privacy-block {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .privacy-block .ttl01 {
        margin-bottom: 30px;
    }
    .privacy-box {
        margin-bottom: 35px;
    }
    .privacy-box p,
    .privacy-box ol li {
        font-size: 14px;
    }
}
