@charset "UTF-8";

/* ==========================================================
html5 elements
========================================================== */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block;
}

/* ==========================================================
reseting
========================================================== */
body {
    line-height: 1.6;
    color: #333;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    /*overflow-x: hidden*/
    ;
}

body,
input,
textarea,
select,
button {
    font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    /* 明朝フォント
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;*/
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {

    div,
    pre,
    p,
    blockquote,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    fieldset,
    th,
    td,
    button,
    figure,
    figcaption {
        max-height: 100%;
    }
}

input,
textarea {
    margin: 0;
    font-size: 100%;
}

input,
textarea,
select {
    /*-webkit-appearance: none;*/
}

textarea {
    resize: none;
}

button {
    border: none;
    overflow: visible;
    background: none;
    vertical-align: top;
    font-size: 100%;
    color: inherit;
    cursor: pointer;
    -webkit-appearance: none;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

img {
    height: auto;
    vertical-align: top;
}

address,
caption,
code,
em,
th {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
    font-size: 100%;
    font-weight: normal;
}

a,
input {
    /* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

sup,
sub {
    font-size: 63%;
}

sup {
    vertical-align: top;
}

sub {
    vertical-align: baseline;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* ==========================================================
base Link
========================================================== */
a {
    color: #333;
    text-decoration: none;
}

a:visited {}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    a:visited {}

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

/* ==========================================================
clearfix
========================================================== */
.clearfix:before,
.clearfix:after,
.contents:before,
.contents:after,
.header-in:before,
.header-in:after,
.header-wrap-sp:before,
.header-wrap-sp:after,
.box-top-information-01:before,
.box-top-information-01:after,
.box-contact-tel-01:before,
.box-contact-tel-01:after,
.sec-bnr-01,
before .sec-bnr-01:after,
.list-order-tour-02:before,
.list-order-tour-02:after,
.box-order-tour-in:before,
.box-order-tour-in:after,
.box-cmn-recommend-01 .box-01:before,
.box-cmn-recommend-01 .box-01:after,
.box-south-america-01:before,
.box-south-america-01:after {
    content: "";
    display: table;
}

.clearfix:after,
.contents:after,
.header-in:after,
.header-wrap-sp:after,
.box-top-information-01:after,
.box-contact-tel-01:after,
.sec-bnr-01:after,
.list-order-tour-02:after,
.box-order-tour-in:after,
.box-cmn-recommend-01 .box-01:after,
.box-south-america-01:after {
    clear: both;
}

/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents {
    *zoom: 1;
}

/* ==========================================================
layout
========================================================== */
html {
    overflow-y: scroll;
}

body {
    text-align: left;
}

/* ==========================================================
body
========================================================== */
body {
    min-width: 1px;
}

@media screen and (max-width: 767px) {
    body {
        overflow: hidden;
        min-width: 2px;
    }
}

/* ==========================================================
wrapper
========================================================== */
.wrapper {
    width: 100%;
    min-width: 1280px;
}

@media screen and (max-width: 767px) {
    .wrapper {
        min-width: 100%;
    }
}

/* ==========================================================
header
========================================================== */
.header-wrap-pc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1280px;
    height: 130px;
    z-index: 1000;
}

.header-wrap-pc a:hover {
    text-decoration: none;
}

.header-txt-01 {
    padding: 7px 0;
    font-size: 10px;
    background-color: #c01920;
    color: #fff;
    text-align: center;
}

.header-txt-01-top {
    width: 1200px;
    margin: -25px auto 0;
    font-size: 10px;
    text-align: right;
}

.header-txt-01-top span {
    display: inline-block;
    line-height: 1.3;
    margin: 0 0 0 10px;
}

.header-txt-01-top span a {
    padding: 3px 20px;
    display: inline-block;
    border: solid 1px #fff;
    text-decoration: none;
    color: #fff;
}

.header-txt-01-top span a:hover {
    background: #fff;
    color: #c01920;
}

.header-wrap-pc .img-sticky {
    display: none;
}

.header {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    padding: 15px 0px;
    background-color: #fff;
}

#top .header {
    height: 100px;
    padding: 25px 0 30px;
    background-color: rgba(0, 0, 0, 0.30);
}

.header-in {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    text-align: left;
}

.header-logo {
    float: left;
    margin-right: 40px;
}

.header-logo a {
    display: block;
    margin-top: 13px;
    width: 153px;
    height: 25px;
    background: url(../../common/img/logo_02.png) center no-repeat;
    background-size: 152px 25px;
    text-indent: -99999px;
}

#top .header-logo a {
    background: url(../../common/img/logo_01.png) center no-repeat;
}

.header-tel-01 {
    float: left;
    margin-top: 5px;
    padding: 6px 0 0 33px;
    background: url(../../common/img/ico_tel_02.png) left bottom no-repeat;
    line-height: 1.7;
    color: #333;
}

#top .header-tel-01 {
    background: url(../../common/img/ico_tel_01.png) left bottom no-repeat;
    color: #fff;
}

.header-tel-01 .txt-01 {
    margin-top: 6px;
}

.header-mail-01 {
    position: absolute;
    bottom: -51px;
    right: 0;
}

.header-mail-01 a {
    display: block;
    width: 100px;
    height: 100px;
    background: url(../../common/img/bg_contact_mail_01.png) center no-repeat;
    text-align: center;
}

.header-mail-01 a:hover {
    text-decoration: none;
}

.header-mail-01 .ico-01 {
    display: block;
    width: 26px;
    margin: 0 auto 5px;
    padding-top: 21px;
}

.header-mail-01 .ico-01 img {
    width: 100%;
}

.header-mail-01 .txt-01 {
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
}

.header-line {
    position: absolute;
    bottom: 0;
    right: 120px;
}
.header-line a {
    display: block;
    width: 140px;
}
.header-line a img {
    max-width: 100%;
}

.header-line a:hover img {
    filter: alpha(opacity=#{ 80 }); // for IE 5-7
    -moz-opacity: 0.8;
    opacity: 0.8;
    transition: 0.3s;
}

/* header-wrap-pc.sticky */
.header-wrap-pc.sticky {
    position: fixed;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 1000;
}

.header-wrap-pc.sticky .header,
#top.header-wrap-pc.sticky .header {
    top: 0px;
    height: 80px;
    padding: 15px 0;
    background-color: #fff;
}

.header-wrap-pc.sticky .header-in {}

.header-wrap-pc.sticky .header-logo {
    float: left;
    margin-right: 40px;
}

.header-wrap-pc.sticky .header-logo a {
    display: block;
    margin-top: 13px;
}

.header-wrap-pc.sticky {
    height: 80px;
}

.header-wrap-pc.sticky .header-logo img {
    width: 153px;
}

#top.header-wrap-pc.sticky .header-logo img {
    display: none;
}

#top.header-wrap-pc.sticky .header-logo .img-sticky {
    display: block;
}

.header-wrap-pc.sticky .header-txt-01 {
    display: none;
}

.header-wrap-pc.sticky .header-tel-01,
#top.header-wrap-pc.sticky .header-tel-01 {
    background: url(../../common/img/ico_tel_02.png) left bottom no-repeat;
    color: #333;
}

.header-wrap-pc.sticky .header-mail-01 .ico-01 img {
    display: block;
}

.header-wrap-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .header-wrap-pc {
        display: none;
    }

    .header-wrap-sp {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        display: block;
        width: 100%;
        padding-left: 10px;
        border-top: 5px #c01920 solid;
        background-color: #fff;
    }

    .input .header-wrap-sp {
        position: relative;
    }

    .header-logo-sp {
        float: left;
        /* 20211126
        width: 180px;
         */
        width: 195px;
        padding-top: 3px;
    }

    .header-logo-sp .txt-01 {
        margin-bottom: 3px;
        font-size: 8px;
        font-weight: bold;
    }

    .header-logo-sp .logo-01 {
        width: 121px;
    }

    .header-logo-sp .logo-01 img {
        width: 100%;
    }

    .header-btn-sp {
        overflow: hidden;
        float: right;
        width: 167px;
    }

    .header-btn-sp li {
        float: left;
        width: 55px;
        height: 50px;
        text-indent: -99999px;
    }

    .header-btn-sp li.btn_menu_open {
        background: url(../../common/img/btn_menu_open.png) center no-repeat;
        background-size: 55px 50px;
    }

    .header-btn-sp li.btn-mail-menu a {
        display: block;
        height: 50px;
        background: url(../../common/img/btn_mail_sp.png) center no-repeat;
        background-size: 55px 50px;
    }

    .header-btn-sp li.btn-line {
        margin-right: 2px;
    }

    .header-btn-sp li.btn-line a {
        display: block;
        height: 50px;
        background: url(../../common/img/LINE_Brand_icon.png) center no-repeat;
        background-size: 45px 45px;
    }

}

@media screen and (max-width: 320px) {

    .header-logo-sp {
        width: 60%;
    }

    .header-btn-sp {
        width: 40%;
        padding: 1% 0;
    }

    .header-btn-sp li {
        width: 32%;
        height: 39px;
        background-size: 100% auto!important;
    }
    .header-btn-sp li a {
        height: 39px!important;
        background-size: 100% auto!important;
    }

    .header-btn-sp li.btn-line a {
        background-size: 97% auto!important;
    }
    
}

/* ==========================================================
nav-global
========================================================== */
.nav-global {
    overflow: hidden;
    float: left;
}

.nav-global li {
    float: left;
    margin-right: 45px;
}

.nav-global li:last-child {
    margin-right: 45px;
}

.nav-global li a {
    display: block;
    text-align: center;
    color: #333;
    font-weight: bold;
}

#top .nav-global li a {
    color: #fff;
}

.nav-global li a:hover,
.nav-global li a.is-active,
#top .nav-global li a:hover,
#top .nav-global li a.is-active {
    text-decoration: none;
    color: #c01920;
    font-weight: bold;
}

.nav-global li a .ico-01 {
    position: relative;
    display: block;
    height: 22px;
    text-align: center;
    margin-bottom: 3px;
}

/* header-wrap-pc.sticky */
.header-wrap-pc.sticky .nav-global a,
#top.header-wrap-pc.sticky .nav-global li a {
    color: #333;
}

.header-wrap-pc.sticky .nav-global a:hover,
.header-wrap-pc.sticky .nav-global a.is-active,
#top.header-wrap-pc.sticky .nav-global li a:hover,
#top.header-wrap-pc.sticky .nav-global li a.is-active {
    color: #c01920;
}

.header-wrap-pc.sticky .nav-global a .ico-01 .img-sticky {
    display: block;
}

.header-wrap-pc.sticky .nav-global a .ico-01 .is-default.img-sticky {
    display: block;
    opacity: 1;
}

.header-wrap-pc.sticky .nav-global a:hover .ico-01 .is-default.img-sticky,
.header-wrap-pc.sticky .nav-global a.is-active .ico-01 .is-default.img-sticky {
    display: none;
    opacity: 0;
}

.nav-global li a .ico-01 img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    margin-left: -10px;
}

.nav-global li a .ico-01 .is-default {
    opacity: 1;
}

.nav-global li a .ico-01 .is-over,
.nav-global li a .ico-01 .index {
    opacity: 0;
}

.nav-global li a:hover .ico-01 .is-default,
.nav-global li a.is-active .ico-01 .is-default {
    opacity: 0;
}

.nav-global li a:hover .ico-01 .is-over,
.nav-global li a.is-active .ico-01 .is-over {
    display: block;
    opacity: 1;
}

/* nav-global-sp
---------------------------------------------------------- */
.nav-global-wrap-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .nav-global-wrap-sp {
        position: fixed;
        top: 5px;
        left: 100%;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

    .nav-global-sp {
        overflow: hidden;
    }

    .nav-global-sp .btn-close {
        position: relative;
        width: 55px;
        height: 50px;
        background: url(../../common/img/btn_menu_close.png) center no-repeat;
        background-size: 55px 50px;
        text-indent: -9999px;
        z-index: 2;
    }

    .nav-global-list {
        position: absolute;
        top: 0;
        right: 0;
        left: 55px;
        height: 100%;
        background-color: #fff;
        padding-left: 30px;
        -webkit-box-shadow: -5px 0 5px rgba(4, 0, 0, .1);
        -moz-box-shadow: -5px 0 5px rgba(4, 0, 0, .1);
        box-shadow: -5px 0 5px rgba(4, 0, 0, .1);
        z-index: 1;
        overflow-y: auto;
    }

    .nav-global-list li {
        width: 100%;
        border-bottom: 1px #e5e0d4 solid;
        background: url(../../common/img/ico_arrow_01_sp.png) right 20px center no-repeat;
        background-size: 6px 11px;
    }

    .nav-global-list li a {
        display: table;
        width: 100%;
        padding: 12px 0;
    }

    .nav-global-list li a.is-active {
        color: #c01920;
    }

    .nav-global-list li a .ico-01 {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 25px;
    }

    .nav-global-list li a .ico-01 img {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -13px;
        width: 100%;
    }

    .nav-global-list li a .ico-01 .is-default {
        opacity: 1;
    }

    .nav-global-list li a .ico-01 .is-over {
        opacity: 0;
    }

    .nav-global-list li a.is-active .ico-01 .is-default {
        opacity: 0;
    }

    .nav-global-list li a.is-active .ico-01 .is-over {
        opacity: 1;
    }

    .nav-global-list li a .txt-01 {
        display: table-cell;
        vertical-align: middle;
        padding: 0 30px 0 8px;
        font-size: 13px;
        font-weight: bold;
    }

    .nav-global-list li.lang {
        background: none;
        border-bottom: none;
        text-align: right;
        padding: 8% 0 0 0;
    }

    .nav-global-list li.lang a {
        display: inline-block;
        border: solid 1px #c01920;
        color: #c01920;
        line-height: 1.3;
        padding: 7px 20px;
        width: auto;
    }

    .nav-global-list li.lang a:last-child {
        margin: 0 10px;
    }
}

/* ==========================================================
nav-local
========================================================== */
.nav-local {}

.nav-local li {}

.nav-local li a {}

.nav-local li a:hover {}

/* ==========================================================
nav-breadcrumb
========================================================== */
.nav-breadcrumb {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}

.nav-breadcrumb li {
    float: left;
    white-space: nowrap;
}

.nav-breadcrumb li.home {}

.nav-breadcrumb li a {}

/* ==========================================================
contents
========================================================== */

#breadcrumb {
    font-size: 1em;
    width: 1280px;
    margin: 0 auto 2%;
}

#breadcrumb a {
    font-weight: normal;
    color: #4265f4;
}

#breadcrumb a:hover {
    opacity: 0.7;
}

#breadcrumb a,
#breadcrumb b {
    margin: 0 0.5em 0 0.2em;
    display: inline-block;
}

.contents {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.contents a {
    color: #4265f4;
    text-decoration: underline;
}

.contents a:hover {
    text-decoration: none;
}

.contents b,
.contents strong {
    font-weight: bold;
}

.contents .toHome {
    text-align: center;
    padding: 3% 0;
    font-size: 16px;
}

.contents .toHome a {
    display: inline-block;
    background-color: #e35151;
    border: solid 1px #e35151;
    color: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1% 8%;
    text-decoration: none;
}

.contents .toHome a i {
    margin-right: 5px;
}

.contents .toHome a:hover {
    border: solid 1px #e35151;
    background-color: #fff;
    color: #e35151;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    #breadcrumb {
        display: none;
    }

    .contents .toHome {
        text-align: center;
        padding: 0% 0 10%;
    }

    .contents .toHome a {
        padding: 3% 8%;
    }
}

/* ==========================================================
footer
========================================================== */
.footer {
    width: 100%;
    text-align: left;
}

.footer-in {
    min-width: 1280px;
    padding: 45px 0 50px;
    background: url(../../common/img/bg_footer_link_01.png) top center repeat;
}

.footer-utility {
    overflow: hidden;
    width: 1280px;
    margin: 0 auto 30px;
}

.footer-links-01 {
    float: left;
    width: 265px;
}

.footer-links-01 li {}

.footer-links-01 li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}

.footer-links-01 li a .ico-01 {
    display: none;
}

.footer-links-02 {
    overflow: hidden;
    float: left;
}

.footer-links-02>li {
    float: left;
    width: 220px;
    margin-right: 45px;
}

.footer-links-02>li:last-child {
    margin-right: 0;
}

.footer-links-02>li .ttl-01 {
    margin-bottom: 15px;
    padding-bottom: 9px;
    border-bottom: 1px #fff solid;
    font-weight: bold;
}

.footer-links-02>li ul {}

.footer-links-02>li ul li {
    line-height: 1.8;
}

.footer .bnr a:hover img {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .footer .bnr a {
        display: block;
        text-align: center;
        margin-bottom: 3em;
    }

    .footer .bnr a img {
        width: 80%;
    }
}

.footer_bnr a {
    margin-left: 1%;
}

.list-social-01 {
    text-align: center;
}

.list-social-01 li {
    display: inline-block;
    width: 80px;
    margin: 0 18px;
}

.list-social-01 li img {
    width: 100%;
}

#pMark {
    padding: 1% 0;
    font-size: 15px;
    text-align: center;
}

#pMark a {
    display: inline-block;
    text-decoration: none;
    color: #000;
}

#pMark a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

#pMark img {
    width: 71px;
    vertical-align: middle;
    margin-right: 30px;
}

#pMark span {
    vertical-align: middle;
}

#pMark span strong {
    font-weight: bold;
}

.footer-copyright {
    min-width: 1280px;
    padding: 25px 0 100px;
    background-color: #c01920;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
    .footer {
        width: 100%;
        text-align: left;
        overflow: hidden;
        *zoom: 1;
    }

    .footer-in {
        min-width: 100%;
        padding: 0 0 20px;
    }

    .footer-utility {
        width: auto;
        margin: 0 auto;
    }

    .footer-links-01 {
        float: none;
        width: auto;
        border-top: 1px #e5e0d4 solid;
    }

    .footer-links-01 li {
        background-color: #fcfbf8;
        border-bottom: 1px #e5e0d4 solid;
    }

    .footer-links-01 li a {
        display: table;
        width: 100%;
        background: url(../../common/img/ico_arrow_01_sp.png) right 20px center no-repeat;
        background-size: 6px 11px;
        padding: 13px 30px 13px 20px;
        font-size: 13px;
    }

    .footer-links-01 li a .ico-01 {
        display: table-cell;
        vertical-align: middle;
        width: 25px;
    }

    .footer-links-01 li a .ico-01 img {
        width: 100%;
    }

    .footer-links-01 li a .txt-01 {
        display: table-cell;
        vertical-align: middle;
        padding-left: 8px;
    }

    .footer-links-02 {
        float: none;
        width: auto;
        padding-top: 40px;
    }

    .footer-links-02>li {
        float: none;
        width: auto;
        margin: 0 0 35px;
    }

    .footer-links-02>li:last-child {
        width: auto;
        margin-bottom: 117px;
    }

    .footer-links-02>li .ttl-01 {
        margin-bottom: 13px;
        padding: 7px 20px;
        background-color: rgba(255, 255, 255, 0.50);
        border-bottom: 1px #bdb5a2 solid;
        font-size: 16px;
        font-weight: normal;
    }

    .footer-links-02>li>ul {
        margin-left: 40px;
    }

    .footer-links-02>li>ul>li:not(:last-child) {
        margin-bottom: 5px;
    }

    .footer-links-02>li>ul>li>a {
        font-size: 12px;
        font-weight: bold;
    }

    .list-social-01 {}

    .list-social-01 li {
        width: 50px;
        margin: 0 12px;
    }

    #pMark {
        padding: 3% 2%;
        text-align: center;
    }

    #pMark a {
        display: table;
    }

    #pMark img {
        display: table-cell;
        width: 50px;
        margin: 0;
    }

    #pMark span {
        display: table-cell;
        font-size: 14px;
        line-height: 1.3;
        padding-left: 2%;
        text-align: left;
    }

    .footer-copyright {
        min-width: 100%;
        padding: 13px 0 40px;
        font-size: 9px;
    }

}

/* ==========================================================
grid
========================================================== */
/* grid-cmn
---------------------------------------------------------- */
.grid-cmn {}

.grid-cmn>.col {}

/* ==========================================================
area
========================================================== */
/* area-cmn
---------------------------------------------------------- */
.area-cmn {}

/* ==========================================================
section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01 {}

/* sec-cmn-search-01
---------------------------------------------------------- */
.sec-cmn-search-01 {
    overflow: hidden;
    position: relative;
    background: url(../../common/img/bg_map_01_pc.jpg) top center no-repeat;
    background-size: cover;
    -webkit-box-shadow: inset 0px 13px 13px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 13px 13px -12px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 13px 13px -12px rgba(0, 0, 0, 0.75);
}

.sec-cmn-search-01 .box-ttl-01 {
    position: relative;
    margin: 0 auto;
    padding: 39px 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.sec-cmn-search-01 .box-form-wrap {
    position: relative;
}

.sec-cmn-search-01 .box-form-wrap:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 50%;
    width: 0;
    height: 0;
    margin-right: -10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
}

.sec-cmn-search-01 .box-form-01 {
    position: relative;
    top: 10px;
    width: 100%;
    padding-bottom: 10px;
    background-color: rgba(164, 147, 124, 0.8);
}

.sec-cmn-search-01 .box-form-01:before,
.sec-cmn-search-01 .box-form-01:after {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 50%;
    padding-bottom: inherit;
    background-color: inherit;
}

.sec-cmn-search-01 .box-form-01:before {
    right: 50%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -ms-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
}

.sec-cmn-search-01 .box-form-01:after {
    left: 50%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.sec-cmn-search-01 .box-form-in {
    width: 1020px;
    margin: 0 auto;
    padding-top: 25px;
}

.sec-cmn-search-01 .box-form-in ul {
    overflow: hidden;
    margin-right: -30px;
}

.sec-cmn-search-01 .box-form-in ul li {
    float: left;
    width: 320px;
    margin-right: 30px;
}

.sec-cmn-search-01 .box-form-in ul li dl {}

.sec-cmn-search-01 .box-form-in ul li dl dt {
    display: table;
    width: auto;
    margin: 0 auto 15px;
    text-align: center;
}

.sec-cmn-search-01 .box-form-in ul li dl dt .ico-01 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

.sec-cmn-search-01 .box-form-in ul li dl dt .txt-01 {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.sec-cmn-search-01 .box-form-in ul li dl dd {}

.sec-cmn-search-01 .box-form-in .form-top-select-01,
.sec-cmn-search-01 .box-form-in .form-top-input-01 {
    width: 100%;
    height: 50px;
    vertical-align: middle;
    color: #333;
    outline: none;
    border-color: transparent;
}

.sec-cmn-search-01 .box-form-in .form-top-select-01 {
    padding: 14px 16px;
}

.sec-cmn-search-01 .box-form-in .form-top-input-01 {
    padding: 6px 22px;
}


::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}

.sec-cmn-search-01 .box-form-in ul li .txt-find-01 {
    margin-top: 6px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.sec-cmn-search-01 .box-btn-form-01 {
    position: relative;
    width: 100%;
    margin-top: 5px;
    padding-bottom: 30px;
}

.sec-cmn-search-01 .box-btn-form-01:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(164, 147, 124, 0.8);
    z-index: 1;
}

.sec-cmn-search-01 .box-btn-form-01 .btn-top-form-01 a {
    position: relative;
    z-index: 2;
    width: 140px;
    margin: 0 auto;
    font-weight: normal;
    border: solid 1px #e35151;
}

.sec-cmn-search-01 .box-btn-form-01 .btn-top-form-01 a:before {
    font-family: FontAwesome;
    margin-right: 8px;
    content: "\f002";
}

.sec-cmn-search-01 .box-btn-form-01 .btn-top-form-01 a:hover {
    opacity: 1;
    background: #fff;
    color: #e35151 !important;
}

@media screen and (max-width: 767px) {
    .sec-cmn-search-01 {
        height: auto;
        background: url(../../common/img/bg_map_01_sp.jpg) top center no-repeat;
        background-size: cover;
    }

    .sec-cmn-search-01 .box-ttl-01 {
        position: relative;
        margin: 0 auto;
        height: auto;
        padding: 15px 0 1px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .sec-cmn-search-01 .box-form-wrap {}

    .sec-cmn-search-01 .box-form-wrap:before {
        margin-right: -5px;
        border-width: 5px 5px 0 5px;
        border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
    }

    .sec-cmn-search-01 .box-form-01 {
        position: relative;
        top: 5px;
        bottom: inherit;
        width: 100%;
        height: auto;
        padding-bottom: 5px;
    }

    .sec-cmn-search-01 .box-form-in {
        position: relative;
        width: auto;
        margin: 0 auto;
        padding: 15px 20px 0;
    }

    .sec-cmn-search-01 .box-form-in:before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 50%;
        width: 0;
        height: 0;
        margin-right: -10px;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: rgba(164, 147, 124, 0.8) transparent transparent transparent;
    }

    .sec-cmn-search-01 .box-form-in ul {
        margin: 0 0 -15px;
    }

    .sec-cmn-search-01 .box-form-in ul li {
        float: none;
        width: auto;
        margin: 0 0 15px;
    }

    .sec-cmn-search-01 .box-form-in ul li dl {
        display: table;
        width: 100%;
    }

    .sec-cmn-search-01 .box-form-in ul li dl dt {
        display: table-cell;
        vertical-align: middle;
        width: 160px;
        margin: 0;
        padding-right: 35px;
        text-align: left;
    }

    .sec-cmn-search-01 .box-form-in ul li dl dt .ico-01 {
        width: 25px;
        padding-right: 5px;
    }

    .sec-cmn-search-01 .box-form-in ul li dl dt .ico-01 img {
        width: 100%;
    }

    .sec-cmn-search-01 .box-form-in ul li dl dt .txt-01 {
        font-size: 14px;
    }

    .sec-cmn-search-01 .box-form-in ul li dl dd {
        display: table-cell;
        vertical-align: middle;
    }

    .sec-cmn-search-01 .box-form-in .form-top-select-01,
    .sec-cmn-search-01 .box-form-in .form-top-input-01 {
        height: 35px;
        font-size: 12px;
    }

    .sec-cmn-search-01 .box-form-in .form-top-select-01 {
        padding: 8px 9px;
    }

    .sec-cmn-search-01 .box-form-in .form-top-input-01 {
        padding: 8px 10px;
    }

    .sec-cmn-search-01 .box-form-in ul li.type-01 dt {
        display: block;
        width: auto;
        margin-bottom: 5px;
    }

    .sec-cmn-search-01 .box-form-in ul li.type-01 dd {
        display: block;
        width: auto;
    }

    .sec-cmn-search-01 .box-form-in ul li .txt-find-01 {
        margin-top: 5px;
        font-size: 10px;
        text-align: left;
    }

    .sec-cmn-search-01 .box-form-in ul li .txt-find-01 span {
        font-weight: bold;
    }

    .sec-cmn-search-01 .box-btn-form-01 {
        position: relative;
        top: 15px;
        width: 100%;
        margin: 0 0 10px;
        padding: 10px 0;
        background-color: rgba(173, 158, 137, 0.8);
    }

    .sec-cmn-search-01 .box-btn-form-01:before,
    .sec-cmn-search-01 .box-btn-form-01:after {
        content: '';
        position: absolute;
        bottom: 100%;
        width: 50%;
        padding-bottom: inherit;
        background-color: inherit;
    }

    .sec-cmn-search-01 .box-btn-form-01:before {
        right: 50%;
        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -ms-transform: skewX(45deg);
        -webkit-transform: skewX(45deg);
        transform: skewX(45deg);
    }

    .sec-cmn-search-01 .box-btn-form-01:after {
        top: initial;
        left: 50%;
        -ms-transform-origin: 0 100%;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -ms-transform: skewX(-45deg);
        -webkit-transform: skewX(-45deg);
        transform: skewX(-45deg);
    }

    .sec-cmn-search-01 .box-btn-form-01 .btn-top-form-01 {
        padding: 0 0 5px;
    }

    .sec-cmn-search-01 .box-btn-form-01 .btn-top-form-01 a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        margin: 0 auto;
    }
}

#results .noResults {
    text-align: center;
    font-size: 18px;
}

#results .noResults .msg {
    font-size: 24px;
    margin: 2% 2% 4%;
}

#results .noResults .more {
    margin: 2%;
}

#results .noResults .more a {
    display: inline-block;
    padding: 7px 50px;
    height: auto;
    font-size: 20px;
}

#results .noResults .more a i {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    #results .noResults {
        font-size: 15px;
    }

    #results .noResults .msg {
        font-size: 17px;
        margin: 2% 2% 6%;
    }

    #results .noResults .more {
        margin: 6% 2%;
    }

    #results .noResults .more a {
        padding: 5% 3%;
        display: block;
        height: auto;
        font-size: 16px;
    }

    #results .noResults .more a span {
        display: inline-block;
    }
}

/* sec-cmn-contact-01
---------------------------------------------------------- */
.sec-cmn-contact-01 {
    padding: 76px 0 415px;
    background: url(../../img/top/bg_top_contact_01.jpg) bottom center no-repeat;
    background-size: 100% auto;
}

.txt-contact-01 {
    margin-bottom: 40px;
    font-size: 40px;
    text-align: center;
}

.box-contact-in {
    width: 1160px;
    margin: 0 auto 43px;
    padding: 27px 139px 35px;
    background-color: #fff;
    border: 3px #b89f7e solid;
    text-align: center;
}

.box-contact-in a {
    text-decoration: none;
}

.box-contact-in .logo-01 {
    margin-bottom: 6px;
}

.box-contact-in .txt-01 {
    margin-bottom: 20px;
    font-weight: bold;
}

.box-contact-tel-01 {}

.box-contact-tel-01 .col-01 {
    float: left;
    width: 400px;
}

.box-contact-tel-01 .col-02 {
    float: right;
    width: 400px;
}

.box-contact-tel-01 .txt-02 {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: bold;
}

.box-contact-tel-01 .btn-tel-01 {
    position: relative;
    width: 400px;
    height: 80px;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-top: 30px;
    background-color: #f3f0e9;
    text-align: left;
}

.box-contact-tel-01 .btn-tel-01:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 53px;
    width: 30px;
    height: 40px;
    background: url(../../common/img/ico_tel_03.png) center no-repeat;
}

.box-contact-tel-01 .btn-tel-01 li {
    padding-left: 100px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.box-contact-tel-01 .btn-tel-01 li .box-tel {
    color: #333;
}

.btn-contact-01 {}

.btn-contact-01 a {
    width: 400px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
}

.btn-contact-01 a span {
    padding-left: 41px;
    background: url(../../common/img/ico_mail_02.png) left center no-repeat;
}

.btn-contact-01 a:hover span {
    background: url(../../common/img/ico_mail_02_on.png) left center no-repeat;
}

.txt-contact-02 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 3px #fff,
        -2px 2px 3px #fff,
        2px -2px 3px #fff,
        -2px -2px 3px #fff;

}

@media screen and (max-width: 767px) {
    .sec-cmn-contact-01 {
        padding: 25px 0 30px;
        background: none;
        border: 5px #b89f7e solid;
        background-color: #fff;
        text-align: center;
    }

    .txt-contact-01 {
        margin: 0 0 25px;
        padding-bottom: 40%;
        font-size: 20px;
        background: url(../../img/top/bg_top_contact_01_sp.jpg) bottom center no-repeat;
        background-size: 100% auto;
        line-height: 1.5;
    }

    .box-contact-in {
        width: auto;
        margin: 0 25px;
        padding: 0;
        border: none;
    }

    .box-contact-tel-01 {}

    .box-contact-tel-01 .col-01 {
        float: none;
        width: auto;
        margin-bottom: 28px;
    }

    .box-contact-tel-01 .col-02 {
        float: none;
        width: auto;
    }

    .box-contact-tel-01 .txt-02 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .box-contact-tel-01 .txt-03 {
        font-size: 12px;
    }

    .box-contact-tel-01 .btn-tel-01 {
        width: auto;
        height: auto;
        margin-bottom: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-top: 0;
        background-color: transparent;
    }

    .box-contact-tel-01 .btn-tel-01:after {
        display: none;
    }

    .box-contact-tel-01 .btn-tel-01 li {
        margin-bottom: 10px;
        padding-left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #f3f0e9;
        font-size: 19px;
        text-align: center;
    }

    .box-contact-tel-01 .btn-tel-01 li .box-tel {
        display: block;
        padding: 19px 15px;
    }

    .box-contact-tel-01 .btn-tel-01 li .box-tel span {
        margin-left: 12px;
        padding-left: 20px;
        background: url(../../common/img/ico_tel_03.png) left center no-repeat;
        background-size: 15px 20px;
    }

    .btn-contact-01 {}

    .btn-contact-01 a {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        font-weight: bold;
    }

    .btn-contact-01 a span {
        padding-left: 32px;
        background: url(../../common/img/ico_mail_02.png) left center no-repeat;
        background-size: 23px 15px;
    }

    .btn-contact-01 a:hover span {
        background-size: 23px 15px;
    }

}

/* sec-cmn-business-01
---------------------------------------------------------- */
.sec-cmn-business-01 {
    padding: 80px 0 65px;
    background: url(../../img/top/bg_business_01_pc.jpg) right bottom no-repeat;
    background-size: cover;
}

.sec-cmn-business-01 a {
    color: #333;
    text-decoration: none;
}

.list-cmn-business-01 {
    overflow: hidden;
    width: 1280px;
    margin: 0 auto;
}

.list-cmn-business-01 li {
    float: left;
    width: 400px;
    margin-right: 40px;
}

.list-cmn-business-01 li:last-child {
    margin-right: 0;
}

.list-cmn-business-01 li a {
    display: block;
}

.list-cmn-business-01 li a:hover {
    text-decoration: none;
}

.list-cmn-business-01 li a .box-img-01 {
    position: relative;
    margin-bottom: 25px;
}

.list-cmn-business-01 li a .box-img-01:after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 53.33333%;
}

.list-cmn-business-01 li a .box-img-01 figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.list-cmn-business-01 li a .box-img-01 figure img {
    width: 400px;
}

.list-cmn-business-01 li a .box-img-01 dl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
}

.list-cmn-business-01 li a .box-img-01 dl dt {
    margin-bottom: 2px;
    font-size: 26px;
}

.list-cmn-business-01 li a .box-img-01 dl dd {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #c1c1c1;
    letter-spacing: 0.09em;
}

.list-cmn-business-01 li a .txt-01 {
    font-size: 13px;
    letter-spacing: 0.04em;
}

.list-cmn-business-01 li.type-01 a .box-img-01 dl {}

.list-cmn-business-01 li.type-01 a .box-img-01 dl dt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.list-cmn-business-01 li.type-01 a .box-img-01 dl dt span {
    font-size: 30px;
    font-weight: 100;
    display: block;
}

@media screen and (max-width: 767px) {
    .sec-cmn-business-01 {
        padding: 20px 0 35px;
        background: url(../../img/top/bg_business_01_sp.jpg) right bottom no-repeat;
        background-size: cover;
    }

    .list-cmn-business-01 {
        width: auto;
        margin: 0 20px;
    }

    .list-cmn-business-01 li {
        float: left;
        width: 50%;
        padding: 0 3px;
        margin: 0 0 5px;
    }

    .list-cmn-business-01 li:last-child {
        margin: 0;
    }

    .list-cmn-business-01 li a {
        display: block;
    }

    .list-cmn-business-01 li a .box-img-01 {
        margin-bottom: 0;
    }

    .list-cmn-business-01 li a .box-img-01:after {
        padding-top: 54.5454%;
    }

    .list-cmn-business-01 li a .box-img-01 figure img {
        width: 100%;
    }

    .list-cmn-business-01 li a .box-img-01 dl dt {
        font-size: 15px;
    }

    .list-cmn-business-01 li a .box-img-01 dl dd {
        font-size: 7px;
    }

    .list-cmn-business-01 li a .txt-01 {
        font-size: 13px;
        letter-spacing: normal;
    }

    .list-cmn-business-01 li.type-01 a .box-img-01 dl dt {
        font-size: 11px;
    }

    .list-cmn-business-01 li.type-01 a .box-img-01 dl dt span {
        font-size: 16px;
    }
}

/* sec-bnr-01
---------------------------------------------------------- */
.sec-bnr-01 {
    width: 1280px;
    margin: 0 auto;
    padding: 83px 0 150px;
    background-color: #fff;
    display: flex;
    /* flexコンテナ化 */
    flex-direction: column-reverse;
    /* 縦向きで逆順に配置 */
}

.sec-bnr-01 .col-01 {
    width: 100%;
    display: block;
}

.sec-bnr-01 .col-02 {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}

.list-top-bnr-02 figure:after {
    height: 0;
}

.list-top-bnr-02 .f_bnr {
    border: 1px solid #bfbcbd;
    height: 100px;
    overflow: hidden;
    padding: 0px;
    text-align: left;
    margin-bottom: 15px;
}

.list-top-bnr-02 .f_bnr:hover {
    opacity: 0.7;
}

.list-top-bnr-02 .f_bnr a {
    padding: 0;
    width: 100%;
    height: 100%;
    color: #333;
}

.list-top-bnr-02 .f_bnr .bnrTxt {
    float: left;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: bold;
    padding: 15px 0px 10px 15px;
    width: 68%;
}

.list-top-bnr-02 .f_bnr .bnrTxt span {
    font-size: 0.7em;
    display: block;
    font-weight: normal;
}

.list-top-bnr-02 .f_bnr .bnrImg {
    float: right;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    overflow: hidden;
}

.list-top-bnr-02 .f_bnr .bnrImg img {}

.list-top-bnr-02 {
    overflow: hidden;
}

.list-top-bnr-02 li {
    float: left;
    width: 300px;
    margin-right: 10px;
}

.list-top-bnr-02 li:last-child {
    margin-right: 0;
}

.list-top-bnr-02 li a {
    display: block;
}

.list-top-bnr-02 li a,
.list-top-bnr-02 li a:hover {
    text-decoration: none;
}

.list-top-bnr-02 li .img-01 {
    margin-bottom: 15px;
}

.list-top-bnr-02 li .img-01 img {
    width: 100%;
}

.list-top-bnr-02 li .txt-01 {
    font-size: 13px;
    line-height: 1.3;
}

.list-top-bnr-02 li .txt-01.eng {
    font-family: 'Roboto Condensed', sans-serif;
}

.list-top-bnr-02 li.lang .txt-01 {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec-bnr-01 {
        width: auto;
        margin: 0 15px;
        padding: 36px 0 40px;
    }

    .sec-bnr-01 .col-01 {
        float: none;
        width: auto;
        margin-bottom: 35px;
    }

    .sec-bnr-01 .col-02 {
        float: none;
        width: auto;
        margin-bottom: 35px;
    }

    .list-top-bnr-02 .f_bnr {
        text-align: center;
        height: auto;
        border-color: #d1d0d0;
    }

    .list-top-bnr-02 .f_bnr .bnrTxt span,
    .list-top-bnr-02 .f_bnr .bnrTxt br {
        display: none;
    }

    .list-top-bnr-02 .f_bnr a {
        width: auto;
        height: auto;
    }

    .list-top-bnr-02 .f_bnr .bnrTxt {
        font-size: 0.8em;
        padding: 7% 2%;
        width: 62%;
    }

    .list-top-bnr-02 .f_bnr .bnrImg {
        width: 35%;
        padding-right: 5%;
        padding-top: 5%;
    }

    .list-top-bnr-02 .f_bnr .bnrImg img {
        width: 100%;
        height: auto;
    }

    .list-top-bnr-02 {
        overflow: hidden;
    }

    .list-top-bnr-02 li {
        width: 50%;
        padding: 0 5px 5px 0;
        margin-right: 0;
    }

    .list-top-bnr-02 li:nth-child(2n) {
        padding-right: 0;
    }

    .list-top-bnr-02 li .img-01 {
        margin-bottom: 0;
    }

    .list-top-bnr-02 li .txt-01 {
        display: none;
    }
}

@media screen and (max-width:375px) {
    .list-top-bnr-02 .f_bnr .bnrTxt {
        font-size: 0.7em;
    }

    .list-top-bnr-02 .f_bnr .bnrImg {
        padding-top: 6%;
    }
}

/* sec-cmn-booking-01
---------------------------------------------------------- */
.sec-cmn-booking-01 {
    padding: 77px 0 90px;
}

.box-cmn-booking-01 {
    width: 1280px;
    margin: 0 auto;
}

.list-cmn-step-01 {
    overflow: hidden;
    margin: 0 -1px 41px;
}

.list-cmn-step-01 li {
    float: left;
    width: 320px;
    padding: 0 1px;
}

.list-cmn-step-01 li:first-child {
    width: 292px;
}

.list-cmn-step-01 li:last-child {
    width: 350px;
}

.list-cmn-step-01 li .box-step-01 {
    display: block;
    position: relative;
    width: 100%;
    height: 90px;
    padding: 19px 10px 19px 40px;
    background: #b89f7e;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.3;
}

.list-cmn-step-01 li .box-step-01:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    border-style: solid;
    border-width: 45px 0 45px 30px;
    border-color: transparent transparent transparent #b89f7e;
    z-index: 1;
}

.list-cmn-step-01 li .box-step-01:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 45px 0 45px 30px;
    border-color: transparent transparent transparent #fff;
}

.list-cmn-step-01 li .box-step-01 .txt-step {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.list-cmn-step-01 li .box-step-01 .txt-01 {
    display: table;
    width: 100%;
    font-size: 24px;
}

.list-cmn-step-01 li .box-step-01 .txt-01 span {
    display: table-cell;
    vertical-align: middle;
}

.list-cmn-step-01 li .box-step-01 .txt-01 span em {
    font-style: normal;
}

.list-cmn-step-01 li:last-child .box-step-01 {
    padding-right: 40px;
}

.list-cmn-step-01 li:first-child .box-step-01:before {
    display: none;
}

.list-cmn-step-01 li:last-child .box-step-01:after {
    display: none;
}

.list-cmn-step-01 li .box-step-01.is-active {
    background: #c01920;
    color: rgba(255, 255, 255, 1);
}

.list-cmn-step-01 li .box-step-01.is-active:after {
    border-left-color: #c01920;
}

.list-cmn-step-wrap {
    width: 1160px;
    margin: 0 auto;
}

.list-cmn-step-wrap .list-cmn-step-01 li {
    float: left;
    width: 290px;
    padding: 0 1px;
}

.list-cmn-step-wrap .list-cmn-step-01 li .box-step-01 {
    height: 70px;
    padding: 10px 10px 14px 40px;
}

.list-cmn-step-wrap .list-cmn-step-01 li .box-step-01:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-style: solid;
    border-width: 35px 0 35px 20px;
    border-color: transparent transparent transparent #b89f7e;
    z-index: 1;
}

.list-cmn-step-wrap .list-cmn-step-01 li .box-step-01:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 35px 0 35px 20px;
    border-color: transparent transparent transparent #fff;
}

.list-cmn-step-wrap .list-cmn-step-01 li .box-step-01.is-active:after {
    border-left-color: #c01920;
}

.list-cmn-step-wrap .list-cmn-step-01 li .box-step-01 .txt-01 {
    font-size: 20px;
}

.list-pager-calendar-01 {
    display: none;
}

/* box-calendar-01 */
.box-calendar-01 {
    margin-bottom: 10px;
    position: relative;
}

.box-calendar-01 .calendar-pager {
    position: absolute;
    width: 100%;
    top: -5px;
    left: 0;
}

.box-calendar-01 .calendar-pager p {
    display: inline-block;
    position: absolute;
}

.box-calendar-01 .calendar-pager p span,
.box-calendar-01 .calendar-pager p a {
    display: inline-block;
    font-size: 17px;
    padding: 3px 10px;
    line-height: 1.4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.box-calendar-01 .calendar-pager p span {
    border: solid 1px #f6d3ad;
    color: #fff;
    background-color: #f6d3ad;
}

.box-calendar-01 .calendar-pager p a {
    border: solid 1px #ed8719;
    color: #fff;
    background-color: #ed8719;
}

.box-calendar-01 .calendar-pager p a:hover {
    color: #ed8719;
    background-color: #fff;
}

.box-calendar-01 .calendar-pager p span:before,
.box-calendar-01 .calendar-pager p a:before,
.box-calendar-01 .calendar-pager p span:after,
.box-calendar-01 .calendar-pager p a:after {
    font-family: FontAwesome;
}

.box-calendar-01 .calendar-pager p.prev span:before,
.box-calendar-01 .calendar-pager p.prev a:before {
    content: "\f100";
    margin-right: 5px;
}

.box-calendar-01 .calendar-pager p.next span:after,
.box-calendar-01 .calendar-pager p.next a:after {
    content: "\f101";
    margin-left: 5px;
}

.box-calendar-01 .calendar-pager p.next {
    right: 0;
}

@media screen and (max-width: 767px) {

    .box-calendar-01 .calendar-pager p span,
    .box-calendar-01 .calendar-pager p a {
        font-size: 15px;
        padding: 5px 10px;
    }
}

.sec-cmn-booking-01 #steps .prop {
    text-align: right;
    margin-bottom: 2%;
}


.list-calendar-01 {
    overflow: hidden;
}

.list-calendar-01 li {
    float: left;
    width: 400px;
    margin-right: 40px;
}

.list-calendar-01 li:last-child {
    margin-right: 0;
}

.list-calendar-01 li .txt-month-01 {
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.list-calendar-01 li .txt-month-01 span {
    font-size: 16px;
}

/* table-calendar-01 */
.table-calendar-01 {
    width: 100%;
    border: 2px #b89f7e solid;
}

.table-calendar-01 th {
    background-color: #edf2f5;
    text-align: center;
    border-right: 1px #b89f7e solid;
}

.table-calendar-01 td {
    position: relative;
    height: 50px;
    border: #b89f7e solid;
    border-width: 1px 1px 0 0;
    vertical-align: top;
}

.table-calendar-01 th:last-child,
.table-calendar-01 td:last-child {
    border-right: none;
}

.table-calendar-01 td a {
    display: block;
    padding: 11px 10px 2px;
    line-height: 1.2;
}

.table-calendar-01 td a:hover {
    text-decoration: none;
}

.table-calendar-01 td a.enable:hover {
    background-color: #edf3f5;
}

.table-calendar-01 td a.disable {
    cursor: default;
    /*display: inline; padding: 0;*/
}

.table-calendar-01 td .date {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    color: #000;
    text-align: left;
}

.table-calendar-01 td .date.type-01 {
    top: 2px;
}

.table-calendar-01 td a .txt-01 {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: right;
}

.table-calendar-01 td a.enable .txt-01 {
    color: #e35151;
}

.table-calendar-01 td a.disable .txt-01 {
    color: #ccc;
}

/* box-booking-rate-wrap */
.box-booking-rate-wrap {
    margin-bottom: 53px;
}

.box-cmn-booking-01 .ttl-booking-01 {
    margin-bottom: 7px;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

.box-cmn-booking-01 .ttl-booking-02 {
    margin-bottom: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}

.box-booking-rate-01 {
    margin-bottom: 9px;
    border: 2px #b89f7e solid;
}

.box-booking-rate-01 .ttl-01 {
    padding: 11px 10px;
    background-color: #c01920;
    border-bottom: 2px #b89f7e solid;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: -0.025em;
}

.box-booking-rate-01 .ttl-01 span {
    font-weight: normal;
    font-size: 0.85em;
}

.box-booking-rate-01 ul {
    overflow: hidden;
}

.box-booking-rate-01 ul li {
    float: left;
    width: 213px;
    border-right: 1px #b89f7e solid;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.box-booking-rate-01 ul li:last-child {
    width: 211px;
    border-right: none;
}

.box-booking-rate-01 ul li .txt-room-01 {
    padding: 9px 10px;
    background-color: #edf2f5;
    border-bottom: 1px #b89f7e solid;
}

.box-booking-rate-01 ul li .txt-price-01 {
    padding: 24px 10px;
    letter-spacing: 1px;
}

.box-booking-rate-wrap .txt-note-01 {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.box-booking-rate-wrap .txt-note-01 span {
    color: #e35151;
}

/* box-booking-detail-01 */
.box-booking-detail-01 {
    margin-bottom: 50px;
    padding: 63px 60px 60px;
    background-color: #faf8f3;
}

.box-booking-detail-01>ul {
    background: url(../../common/img/bg_line_dot_01.png) left top repeat-x;
}

.box-booking-detail-01>ul>li {
    padding: 14px 0;
    background: url(../../common/img/bg_line_dot_01.png) left bottom repeat-x;
    font-size: 16px;
}

.box-booking-detail-01>ul>li dl {
    overflow: hidden;
}

.box-booking-detail-01>ul>li dl dt {
    float: left;
    width: 180px;
    font-weight: bold;
}

.box-booking-detail-01>ul>li dl dd {
    overflow: hidden;
}

.box-booking-detail-01>ul>li dl dd li {
    position: relative;
    padding-left: 17px;
}

.box-booking-detail-01>ul>li dl dd li:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../../common/img/ico_star_01.png) left top no-repeat;
    background-size: 14px;
}

.box-booking-detail-01>ul>li dl dd a {
    color: #e35151;
    text-decoration: underline;
}

.box-booking-detail-01>ul>li dl dd a:hover {
    text-decoration: none;
}

/* box-booking-method-01 */
.box-booking-method-01 {
    margin-bottom: 46px;
    padding: 40px 62px;
    background-color: #faf8f3;
}

.box-booking-method-01 dl {
    display: table;
    width: 100%;
}

.box-booking-method-01 dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 342px;
    padding-right: 30px;
    border-right: 1px #b89f7e solid;
}

.box-booking-method-01 dl dt .ico-01 {
    display: table-cell;
    vertical-align: middle;
}

.box-booking-method-01 dl dt .txt-01 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 24px;
    font-weight: bold;
}

.box-booking-method-01 dl dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 1.56px;
}

/* box-booking-contact-01 */
.box-booking-contact-01 {
    margin-bottom: 14px;
}

.box-booking-contact-01 .box-contact-in {
    width: 1280px;
    margin-bottom: 0;
    padding: 47px 199px 35px;
    border-color: #e35151;
}

.box-booking-contact-01 .btn-contact-01 a span {
    background: url(../../common/img/ico_fax_01.png) left center no-repeat;
    background-size: 30px 26px;
}

.box-booking-contact-01 .btn-contact-01 a:hover span {
    background: url(../../common/img/ico_fax_01_o.png) left center no-repeat;
}

.txt-booking-01 {
    margin: 4% 0 4%;
    font-size: 17px;
    text-align: center;
}

.txt-booking-01 span {
    position: relative;
    padding-left: 17px;
}

.txt-booking-01 span:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../../common/img/ico_star_01.png) left top no-repeat;
    background-size: 14px;
}

.txt-booking-01 span em {
    font-style: no
}

.txt-booking-01 a {
    display: inline-block;
    border: solid 1px #ed8719;
    color: #fff;
    background-color: #ed8719;
    padding: 5px 3%;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
}

.txt-booking-01 a:after {
    font-family: FontAwesome;
    margin-left: 5px;
    content: "\f101";
}

.txt-booking-01 a:hover {
    color: #ed8719;
    background-color: #fff;
}

.box-planning-01 {
    padding: 34px 40px;
    background-color: #edf3f5;
    font-size: 16px;
    text-align: center;
}

.box-planning-01 dt {
    margin-bottom: 10px;
    font-weight: bold;
}

.box-planning-01 dd {}

.box-planning-01 dd span {
    padding: 0 25px;
}


@media screen and (max-width: 767px) {
    .sec-cmn-booking-01 {
        padding: 18px 20px 40px;
    }

    .box-cmn-booking-01 {
        width: auto;
    }

    /* list-cmn-step-01 */
    .list-cmn-step-01 {
        margin-bottom: 35px;
    }

    .list-cmn-step-01 li,
    .list-cmn-step-01 li:first-child,
    .list-cmn-step-01 li:last-child {
        width: 25%;
    }

    .list-cmn-step-01 li .box-step-01 {
        height: 65px;
        padding: 10px 2px 10px 12px;
    }

    .list-cmn-step-01 li .box-step-01:after {
        right: -10px;
        border-width: 32.5px 0 32.5px 10px;
    }

    .list-cmn-step-01 li .box-step-01:before {
        border-width: 32.5px 0 32.5px 10px;
    }

    .list-cmn-step-01 li .box-step-01 .txt-step {
        font-size: 12px;
    }

    .list-cmn-step-01 li .box-step-01 .txt-01 {
        font-size: 12px;
    }

    .list-cmn-step-01 li .box-step-01 .txt-01 span em {
        display: inline-block;
    }

    .list-cmn-step-01 li:last-child .box-step-01 {
        padding-right: 15px;
    }

    .list-cmn-step-01 li:first-child .box-step-01:before {
        display: none;
    }

    .list-cmn-step-01 li:last-child .box-step-01:after {
        display: none;
    }

    /* list-cmn-step-wrap */
    .list-cmn-step-wrap {
        width: auto;
    }

    .list-cmn-step-wrap .list-cmn-step-01 {
        margin-bottom: 0;
    }

    .list-cmn-step-wrap .list-cmn-step-01 li,
    .list-cmn-step-wrap .list-cmn-step-01 li:first-child,
    .list-cmn-step-wrap .list-cmn-step-01 li:last-child {
        width: 25%;
    }

    .list-cmn-step-wrap .list-cmn-step-01 li .box-step-01 {
        height: 65px;
        padding: 10px 2px 10px 12px;
    }

    .list-cmn-step-wrap .list-cmn-step-01 li .box-step-01:after {
        right: -10px;
        border-width: 32.5px 0 32.5px 10px;
    }

    .list-cmn-step-wrap .list-cmn-step-01 li .box-step-01:before {
        border-width: 32.5px 0 32.5px 10px;
    }

    .list-cmn-step-wrap .list-cmn-step-01 li .box-step-01 .txt-step {
        font-size: 12px;
    }

    .list-cmn-step-wrap .list-cmn-step-01 li .box-step-01 .txt-01 {
        font-size: 12px;
    }

    .list-cmn-step-wrap .list-cmn-step-01 li .box-step-01 .txt-01 span em {
        display: inline-block;
    }

    .list-cmn-step-wrap .list-cmn-step-01 li:last-child .box-step-01 {
        padding-right: 15px;
    }

    .list-cmn-step-wrap .list-cmn-step-01 li:first-child .box-step-01:before {
        display: none;
    }

    .list-cmn-step-wrap .list-cmn-step-01 li:last-child .box-step-01:after {
        display: none;
    }

    /* box-calendar-01 */
    .box-calendar-01 {
        position: relative;
        margin-bottom: 5px;
    }

    .list-calendar-01 {}

    .list-calendar-01 li {
        float: none;
        width: auto;
        margin-right: 0px;
    }

    .list-calendar-01 li:nth-child(2),
    .list-calendar-01 li:nth-child(3) {
        display: none;
    }

    .list-calendar-01 li:last-child {
        margin-right: 0;
    }

    .list-calendar-01 li .txt-month-01 {
        margin-bottom: 0;
    }

    .list-calendar-01 li .txt-month-01 span {
        font-size: 13px;
    }

    .sec-cmn-booking-01 #steps .prop {
        line-height: 1.3;
        font-size: 0.95em;
        margin-bottom: 6%;
    }

    .sec-cmn-booking-01 #steps .prop a {
        display: inline-block;
    }

    /* table-calendar-01 */
    .table-calendar-01 {
        width: 100%;
        border: 2px #b89f7e solid;
    }

    .table-calendar-01 th {
        font-size: 12px;
    }

    .table-calendar-01 td {
        height: 38px;
    }

    .table-calendar-01 td a {
        padding: 10px 6px 0px;
    }

    .table-calendar-01 td a.enable:hover {
        -ms-filter: 'alpha( opacity=100)';
        filter: alpha(opacity=100);
        opacity: 1.0;
    }

    .table-calendar-01 td .date {
        left: 3px;
        font-size: 10px;
    }

    .table-calendar-01 td a .txt-01 {
        font-size: 25px;
    }

    /* list-pager-calendar-01 */
    .list-pager-calendar-01 {
        display: block;
    }

    .list-pager-calendar-01 li {}

    .list-pager-calendar-01 li a {
        position: absolute;
        top: 0;
        font-size: 17px;
        font-weight: bold;
        color: #039;
    }

    .list-pager-calendar-01 li a span {
        font-size: 13px;
    }

    .list-pager-calendar-01 li.prev {}

    .list-pager-calendar-01 li.next {}

    .list-pager-calendar-01 li.prev a {
        left: 0;
        /*padding-left: 15px;
        background: url(../../img/tour-list/ico_arrow_calendar_prev.png) left center no-repeat;
        background-size: 8px 15px;*/
    }

    .list-pager-calendar-01 li.prev a:before {
        font-family: FontAwesome;
        content: "\f104";
        margin-right: 5px;
        font-size: 22px;
    }

    .list-pager-calendar-01 li.next a {
        right: 0;
        /*padding-right: 15px;
        background: url(../../img/tour-list/ico_arrow_calendar_next.png) right center no-repeat;
        background-size: 8px 15px;*/
    }

    .list-pager-calendar-01 li.next a:after {
        font-family: FontAwesome;
        content: "\f105";
        margin-left: 5px;
        font-size: 22px;
    }

    /* box-booking-rate-wrap */
    .box-booking-rate-wrap {
        margin-bottom: 19px;
    }

    .box-cmn-booking-01 .ttl-booking-01 {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .box-cmn-booking-01 .ttl-booking-02 {
        margin-bottom: 22px;
        font-size: 14px;
    }

    .box-cmn-booking-01 .ttl-booking-02 a {
        display: inline-block;
    }

    .box-booking-rate-01 {
        margin-bottom: 3px;
        border: 1px #b89f7e solid;
    }

    .box-booking-rate-01 .ttl-01 {
        padding: 6px 5px;
        border-bottom: none;
        font-size: 14px;
    }

    .box-booking-rate-01 .ttl-01 span {
        display: inline-block;
    }

    .box-booking-rate-01 ul {}

    .box-booking-rate-01 ul li {
        width: 33.33333%;
        font-size: 12px;
        border-top: 1px #b89f7e solid;
    }

    .box-booking-rate-01 ul li:last-child {
        width: 33.33333%;
        border-right: 1px #b89f7e solid;
    }

    .box-booking-rate-01 ul li:nth-child(3n) {
        border-right: none;
    }

    .box-booking-rate-01 ul li .txt-room-01 {
        padding: 4px 5px;
    }

    .box-booking-rate-01 ul li .txt-price-01 {
        padding: 9px 5px;
    }

    .box-booking-rate-wrap .txt-note-01 {
        font-size: 9px;
    }

    .box-booking-rate-wrap .txt-note-01 span {
        font-size: 12px;
    }

    /* box-booking-detail-01 */
    .box-booking-detail-01 {
        margin-bottom: 25px;
        padding: 20px;
    }

    .box-booking-detail-01>ul {}

    .box-booking-detail-01>ul>li {
        padding: 6px 0;
        font-size: 12px;
    }

    .box-booking-detail-01>ul>li dl {}

    .box-booking-detail-01>ul>li dl dt {
        width: 115px;
    }

    .box-booking-detail-01>ul>li dl dd {}

    .box-booking-detail-01>ul>li dl dd li {
        padding-left: 12px;
    }

    .box-booking-detail-01>ul>li dl dd li:after {
        width: 10px;
        height: 10px;
        background: url(../../common/img/ico_star_01.png) left top no-repeat;
        background-size: 10px;
    }

    .box-booking-detail-01>ul>li dl dd a {}

    .box-booking-detail-01>ul>li dl dd a:hover {}


    /* box-booking-method-01 */
    .box-booking-method-01 {
        position: relative;
        margin-bottom: 23px;
        padding: 34px 20px 17px;
        background-color: #faf8f3;
    }

    .box-booking-method-01 dl {
        display: block;
        width: 100%;
    }

    .box-booking-method-01 dl dt {
        display: block;
        width: auto;
        margin-bottom: 9px;
        padding: 0 0 3px;
        border-right: none;
        text-align: center;
        border-bottom: 1px #b89f7e solid;
    }

    .box-booking-method-01 dl dt .ico-01 {
        position: absolute;
        top: -15px;
        left: 50%;
        width: 45px;
        margin-left: -23px;
        display: block;
        vertical-align: middle;
    }

    .box-booking-method-01 dl dt .ico-01 img {
        width: 100%;
    }

    .box-booking-method-01 dl dt .txt-01 {
        display: block;
        padding-left: 0px;
        font-size: 18px;
    }

    .box-booking-method-01 dl dd {
        display: block;
        padding-left: 0;
        font-size: 12px;
    }

    /* box-booking-contact-01 */
    .box-booking-contact-01 {
        margin: 0 -20px 10px;
        padding: 25px 0 30px;
        border: 5px #e35151 solid;
    }

    .box-booking-contact-01 .box-contact-in {
        width: auto;
        padding: 0;
    }

    .box-booking-contact-01 .btn-contact-01 a span {
        background: url(../../common/img/ico_fax_01.png) left center no-repeat;
        background-size: 21px 18px;
    }

    .txt-booking-01 {
        margin-bottom: 14px;
        font-size: 12px;
        text-align: left;
    }

    .txt-booking-01 p {
        text-align: center;
        margin-top: 5px;
    }

    .txt-booking-01 span {
        padding-left: 13px;
        display: block;
    }

    .txt-booking-01 span:after {
        top: 4px;
        width: 10px;
        height: 10px;
        background: url(../../common/img/ico_star_01.png) left top no-repeat;
        background-size: 10px;
    }


    .box-planning-01 {
        padding: 17px 10px;
        font-size: 12px;
    }

    .box-planning-01 dt {
        margin-bottom: 1px;
    }

    .box-planning-01 dd {}

    .box-planning-01 dd span {
        display: block;
        padding: 0;
    }


}


/* sec-cmn-slider-01
---------------------------------------------------------- */
.sec-cmn-slider-01 {
    width: 1280px;
    margin: 0 auto;
    padding: 79px 0 85px;
}

.ttl-tour-list-01 {
    margin-bottom: 42px;
    font-size: 40px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.sec-cmn-slider-01.bot {
    padding: 40px 0;
}

.sec-cmn-slider-01.bot .ttl-tour-list-01 {
    font-size: 32px;
    margin-bottom: 0;
}

.list-slider-wrap {
    position: relative;
    overflow: hidden;
}

.list-slider-wrap a:hover {
    -ms-filter: 'alpha( opacity=70)';
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.list-slider-01 {
    overflow: hidden;
    width: 1140px;
    margin: 0 auto;
    content: " ";
    display: block;
    clear: both;
}

.list-slider-01 li {
    float: left;
    width: 360px;
    margin-right: 30px;
}

.list-slider-01 li:last-child {
    margin-right: 0;
}

.list-slider-01 li a {
    display: block;
}

.list-slider-01 li a:hover {
    text-decoration: none;
}

.list-slider-01 li a figure {}

.list-slider-01 li a figure img {
    width: 100%;
}

.list-slider-01 li a figcaption {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
}

.list-pager-01 {}

.list-pager-01 li {}

.list-pager-01 li a {
    position: absolute;
    top: 101px;
    display: block;
    width: 50px;
    height: 50px;
}

.list-pager-01 li.prev a {
    background: url(../../img/tour-list/ico_prev_slide_01_pc.png) center no-repeat;
    left: 0;
}

.list-pager-01 li.next a {
    background: url(../../img/tour-list/ico_next_slide_01_pc.png) center no-repeat;
    right: 0;
}

@media screen and (max-width: 767px) {
    .sec-cmn-slider-01 {
        width: 100%;
        padding: 15px 8px 20px;
        background-color: #faf8f3;
    }

    .ttl-tour-list-01 {
        margin-bottom: 18px;
        font-size: 16px;
    }

    .sec-cmn-slider-01.bot {
        padding: 15px 8px 20px;
        background-color: #fff;
    }

    .sec-cmn-slider-01.bot .ttl-tour-list-01 {
        font-size: 16px;
    }

    .list-slider-wrap {
        padding: 0 0;
    }

    .list-slider-wrap a:hover {
        -ms-filter: 'alpha( opacity=100)';
        filter: alpha(opacity=100);
        opacity: 1.0;
    }

    .list-slider-01 {
        margin-right: 0;
        width: auto;
    }

    .list-slider-01 li {
        width: 100%;
        margin-right: 0;
        padding: 0 5px;
    }

    /*.list-slider-01 li:nth-child(2),
    .list-slider-01 li:nth-child(3) { display: none;}*/
    .list-slider-01 li a {
        padding-bottom: 5px;
    }

    .list-slider-01 li a:hover {}

    .list-slider-01 li a figure {}

    .list-slider-01 li a figure img {
        width: 100%;
        margin-bottom: 5px;
    }

    .list-slider-01 li a figcaption {
        font-size: 12px;
    }

    .list-pager-01 {}

    .list-pager-01 li {}

    .list-pager-01 li a {
        position: absolute;
        top: 43.9%;
        display: block;
        width: 25px;
        height: 25px;
    }

    .list-pager-01 li.prev a {
        background: url(../../img/tour-list/ico_prev_slide_01_sp.png) center no-repeat;
        background-size: 25px;
        left: 0;
    }

    .list-pager-01 li.next a {
        background: url(../../img/tour-list/ico_next_slide_01_sp.png) center no-repeat;
        background-size: 25px;
        right: 0;
    }

}

/* sec-cmn-slider-02
---------------------------------------------------------- */
.sec-cmn-slider-02 {
    background-color: #faf8f3;
    padding: 79px 0 85px;
    content: " ";
    display: block;
    clear: both;
}

.box-tour-list-01 {
    width: 1280px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec-cmn-slider-02 {
        padding: 18px 0 30px;
    }

    .box-tour-list-01 {
        width: auto;
    }
}


/* section last margin */
section:last-of-type {
    margin-bottom: 0;
}

/* ==========================================================
box
========================================================== */
/* box-cmn
---------------------------------------------------------- */
.box-cmn {}

/* box-tour-south-america
---------------------------------------------------------- */
/*
.box-tour-south-america-wrap {
    display: none;
    padding: 90px 0 0;
    background-color: #fff;
}
.box-tour-south-america {
    display: table;
    width: 1160px;
    margin: 0 auto;
    padding: 45px 160px 45px 186px;
    background: url(../../common/img/bg_tour_south_america_01_pc.jpg) center no-repeat;
    background-size: cover;
}

.box-tour-south-america .img-01 {
    display: table-cell;
    vertical-align: middle;
    width: 160px;
}
.box-tour-south-america .img-01 img { width: 100%;}
.box-tour-south-america .box-01 {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    text-align: center;
    color: #fff;
}
.box-tour-south-america .box-01 .txt-01 {
    margin-bottom: 5px;
    font-size: 36px;
}
.box-tour-south-america .box-01 .txt-02 {
    margin-bottom: 18px;
    font-size: 36px;
    font-weight: bold;
}
.box-tour-south-america .box-01 .btn-01 a {
    width: 400px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .box-tour-south-america-wrap { padding: 45px 20px 40px;}
    .box-tour-south-america {
        width: auto;
        margin: 0 auto;
        padding: 15px 20px;
        background: url(../../common/img/bg_tour_south_america_01_sp.jpg) center no-repeat;
        background-size: cover;
    }
    .box-tour-south-america .img-01 { width: 31.62%;}
    .box-tour-south-america .box-01 { padding-left: 20px;}
    .box-tour-south-america .box-01 .txt-01 {
        margin-bottom: 1px;
        font-size: 18px;
        line-height: 1.3;
    }
    .box-tour-south-america .box-01 .txt-02 {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .box-tour-south-america .box-01 .btn-01 a {
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: normal;
    }
}
*/


/* box-cmn-sights-01
---------------------------------------------------------- */
.box-cmn-sights-01 {
    width: 1280px;
    margin: 0 auto;
    padding: 77px 0 83px;
}

.box-sights-01 .att {
    text-align: right;
    padding-bottom: 2%;
}

.list-sights-01-pc {
    overflow: hidden;
    margin: 0 -100px -53px 0;
}

.list-sights-01-pc li {
    float: left;
    width: 360px;
    margin: 0 100px 53px 0;
}

.list-sights-01-pc li img {
    margin-bottom: 19px;
}

.list-sights-01-pc li figcaption {
    font-size: 16px;
}

.list-sights-01-sp,
.box-sights-popup-01 {
    display: none;
}

@media screen and (max-width: 767px) {
    .box-cmn-sights-01 {
        width: auto;
        margin: 0 auto;
        padding: 18px 15px 40px;
    }

    .box-sights-01 {}

    .list-sights-01-pc {
        display: none;
    }

    .list-sights-01-sp {
        display: block;
        overflow: hidden;
        margin-bottom: -10px;
    }

    .list-sights-01-sp li {
        float: left;
        width: 50%;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .list-sights-01-sp li a {
        position: relative;
        display: block;
    }

    .list-sights-01-sp li a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 10px;
        height: 10px;
        background: url(../../common/img/ico_ribbon_03.png) right bottom no-repeat;
        background-size: 10px;
    }

    .list-sights-01-sp li img {
        width: 100%;
    }

    .box-sights-popup-01 {
        /* display: block; */
        position: relative;
        background-color: rgba(0, 0, 0, 0.9);
        padding: 40px 0 45px;
    }

    .box-sights-popup-01 .btn-close-01 {
        position: absolute;
        top: 0;
        right: 20px;
        width: 25px;
        height: 25px;
        background: url(../../common/img/btn_close_01.png) center no-repeat;
        background-size: 25px;
        text-indent: -9999px;
        z-index: 10;
    }

    .box-sights-popup-01 .box-slider-01 {
        position: relative;
    }

    .box-sights-popup-01 .list-01 {}

    .box-sights-popup-01 .list-01 li {}

    .box-sights-popup-01 .list-01 li img {
        width: 100%;
        margin-bottom: 16px;
    }

    .box-sights-popup-01 .list-01 li figcaption {
        padding: 0 20px;
        font-size: 12px;
        color: #fff;
    }

    .box-slider-01 .btn-01 {
        margin-top: 16px;
    }

    .box-slider-01 .btn-01 a {
        width: 180px;
        height: 40px;
        line-height: 40px;
    }

    .box-sights-popup-01 .list-pager-02 {}

    .box-sights-popup-01 .list-pager-02 li a {
        position: absolute;
        top: 32%;
        display: block;
        width: 25px;
        height: 25px;
    }

    .box-sights-popup-01 li.prev a {
        background: url(../../common/img/ico_prev_01.png) center no-repeat;
        background-size: 25px;
        left: 15px;
    }

    .box-sights-popup-01 li.next a {
        background: url(../../common/img/ico_next_01.png) center no-repeat;
        background-size: 25px;
        right: 15px;
    }
}

/* box-cmn-recommend-01
---------------------------------------------------------- */
.box-cmn-recommend-01 {
    padding: 73px 0 85px;
    background-color: #faf8f3;
}

.box-cmn-recommend-01 .box-01 {
    width: 1280px;
    margin: 0 auto;
}

.box-cmn-recommend-01 .img-01 {
    float: left;
    width: 610px;
    margin-right: 60px;
}

.box-cmn-recommend-01 .img-01 img {
    width: 100%;
    margin-bottom: 6px;
}

.box-cmn-recommend-01 .img-01 figcaption {}

.box-cmn-recommend-01 .list-01 {
    overflow: hidden;
    margin-right: 60px;
    background: url(../../common/img/bg_line_dot_01.png) left top repeat-x;
}

.box-cmn-recommend-01 .list-01 li {
    overflow: hidden;
    padding: 20px 0 16px;
    background: url(../../common/img/bg_line_dot_01.png) left bottom repeat-x;
    font-size: 16px;
}

.box-cmn-recommend-01 .list-01 li .num-01 {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    background-color: #c01920;
    border-radius: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.contents.green .box-cmn-recommend-01 .list-01 li .num-01 {
    background-color: #669033;
}

.box-cmn-recommend-01 .list-01 li .txt-01 {
    overflow: hidden;
    margin-top: 2px;
}

@media screen and (max-width: 767px) {
    .box-cmn-recommend-01 {
        padding: 18px 20px 16%;
        background-color: #faf8f3;
    }

    .box-cmn-recommend-01 .box-01 {
        width: auto;
    }

    .box-cmn-recommend-01 .img-01 {
        float: none;
        width: auto;
        margin: 0 0 11px;
        text-align: center;
    }

    .box-cmn-recommend-01 .img-01 img {
        margin-bottom: 1px;
    }

    .box-cmn-recommend-01 .img-01 figcaption {
        font-size: 9px;
    }

    .box-cmn-recommend-01 .list-01 {
        margin-right: 0;
    }

    .box-cmn-recommend-01 .list-01 li {
        overflow: hidden;
        padding: 8px 0 6px;
        font-size: 12px;
    }

    .box-cmn-recommend-01 .list-01 li .num-01 {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .box-cmn-recommend-01 .list-01 li .txt-01 {
        margin-top: 0;
    }

    .box-cmn-recommend-01 .btn-01 {
        margin-top: 15px;
    }

    .box-cmn-recommend-01 .btn-01 a {
        height: 60px;
        line-height: 60px;
        font-weight: bold;
    }
}

/* box-tour-schedule-01
---------------------------------------------------------- */
.box-tour-schedule-01 {
    width: 1160px;
    margin: 0 auto;
    padding: 73px 0 90px;
}

.box-cmn-tour-schedule-01-pc {
    border: #b89f7e solid;
    border-width: 2px 2px 1px;
}

.box-cmn-tour-schedule-01-pc table {
    width: 100%;
    border: #b89f7e solid;
    border-width: 1px 0;
}

.box-cmn-tour-schedule-01-pc table.type-01 {
    border: none;
}

.box-cmn-tour-schedule-01-pc table.last-01 {
    margin-bottom: 0;
}

.box-cmn-tour-schedule-01-pc table th {
    padding: 8px 10px;
    background-color: #c01920;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-right: 1px #b89f7e solid;
    border-bottom: 2px #b89f7e solid;
}

.contents.green .box-cmn-tour-schedule-01-pc table th {
    background-color: #669033;
    border-right-color: #fff;
}

.box-cmn-tour-schedule-01-pc table th:last-child {
    border-right: none;
}

.box-cmn-tour-schedule-01-pc table td {
    padding: 11px 10px;
    font-size: 16px;
    border-right: 1px #b89f7e solid;
    background: url(../../common/img/bg_line_dot_02.png) left top repeat-x;
    line-height: 1.4;
}

.box-cmn-tour-schedule-01-pc table tr:first-child td {
    background: none;
}

.box-cmn-tour-schedule-01-pc table tr:nth-child(odd) td {
    background-color: #edf2f5;
}

.box-cmn-tour-schedule-01-pc table td p.photo {
    width: 45%;
    float: right;
    margin: 0 0 2% 2%;
}

.box-cmn-tour-schedule-01-pc table td p.photo img {
    width: 100%;
}

.box-cmn-tour-schedule-01-pc table td p.photo span {
    display: block;
    font-size: 13px;
    background: #e8e8e8;
    padding: 1.5%;
    text-align: center;
    line-height: 1.4;
    position: relative;
    color: #333;
    margin-top: 8px;
}

.box-cmn-tour-schedule-01-pc table td p.photo span:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(232, 232, 232, 0);
    border-bottom-color: #e8e8e8;
    border-width: 4px;
    margin-left: -4px;
}

.box-cmn-tour-schedule-01-pc table tr:nth-child(odd) td span {
    background: #fff;
}

.box-cmn-tour-schedule-01-pc table tr:nth-child(odd) td span:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
}

.box-cmn-tour-schedule-01-pc table td:last-child {
    border-right: none;
}

.box-cmn-tour-schedule-01-pc table tr.first td {
    background-image: none;
}

.box-cmn-tour-schedule-01-pc table tr.last td {
    background-color: #fff;
}

.box-cmn-tour-schedule-01-pc table .num-01 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.box-cmn-tour-schedule-01-pc .box-transportation-01 {
    display: table;
    width: 100px;
    margin: 0 auto;
}

.box-cmn-tour-schedule-01-pc .box-transportation-01 .ico-01 {
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    line-height: 0;
    text-align: center;
}

.box-cmn-tour-schedule-01-pc .box-transportation-01 .ico-01.plane img {
    width: 32px;
}

.box-cmn-tour-schedule-01-pc .box-transportation-01 .ico-01.boat img {
    width: 34px;
}

.box-cmn-tour-schedule-01-pc .box-transportation-01 .ico-01.car img {
    width: 28px;
}

.box-cmn-tour-schedule-01-pc .box-transportation-01 .ico-01.person img {
    width: 17px;
}

.box-cmn-tour-schedule-01-pc .box-transportation-01 .ico-01.cessna img {
    width: 39px;
}

.box-cmn-tour-schedule-01-pc .box-transportation-01 .ico-01.train img {
    width: 23px;
}

.box-cmn-tour-schedule-01-pc .box-transportation-01 .ico-01.bus img {
    width: 30px;
}

.box-cmn-tour-schedule-01-pc .box-transportation-01 .ico-01.ropeway img {
    width: 28px;
}

.box-cmn-tour-schedule-01-pc .box-transportation-01 .txt-01 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 7px;
}

.box-cmn-tour-schedule-01-pc .box-meal-01 {
    float: right;
}

.box-cmn-tour-schedule-01-pc .box-meal-01 dl {
    overflow: hidden;
    float: left;
    width: 200px;
    margin-right: 21px;
}

.box-cmn-tour-schedule-01-pc .box-meal-01 dl dt {
    float: left;
}

.box-cmn-tour-schedule-01-pc .box-meal-01 dl dd {
    float: left;
}

.box-cmn-tour-schedule-01-pc .box-meal-01 dl dd ul {
    overflow: hidden;
}

.box-cmn-tour-schedule-01-pc .box-meal-01 dl dd ul li {
    float: left;
    display: table;
    margin-right: 10px;
}

.box-cmn-tour-schedule-01-pc .box-meal-01 dl dd ul li:last-child {
    margin-right: 0;
}

.box-cmn-tour-schedule-01-pc .box-meal-01 .txt-01 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 9px;
}

.box-cmn-tour-schedule-01-pc .box-meal-01 .ico-01 {
    display: table-cell;
    vertical-align: middle;
}

.box-cmn-tour-schedule-01-pc .box-meal-01 .ico-01 img {
    max-width: 20px;
    height: auto;
}

_:-ms-fullscreen,
:root .box-cmn-tour-schedule-01-pc .box-meal-01 dl dt {
    padding-top: 3px;
}

_:-ms-fullscreen,
:root .box-cmn-tour-schedule-01-pc .box-meal-01 .txt-01 {
    padding-top: 3px;
}

.box-cmn-tour-schedule-01-pc .box-meal-01 .txt-note-01 {
    float: left;
}

.box-cmn-tour-schedule-01-sp {
    display: none;
}

.box-tour-schedule-01 .btn-01 {
    margin-top: 30px;
}

.box-tour-schedule-01 .btn-01 a {
    width: 400px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .box-tour-schedule-01 {
        width: auto;
        margin: 0 auto;
        padding: 18px 20px 25px;
    }

    .box-cmn-tour-schedule-01-pc {
        display: none;
    }

    .box-cmn-tour-schedule-01-sp {
        display: block;
    }

    .box-cmn-tour-schedule-01-sp dl dd p.photo {
        margin: 3% auto 10%;
        width: 90%;
    }

    .box-cmn-tour-schedule-01-sp dl dd p.photo img {
        width: 100%;
    }

    .box-cmn-tour-schedule-01-sp dl dd p.photo span {
        display: block;
        font-size: 12px;
        background: #e8e8e8;
        padding: 1.5%;
        text-align: center;
        line-height: 1.4;
        position: relative;
        color: #333;
        margin-top: 8px;
    }

    .box-cmn-tour-schedule-01-sp dl dd p.photo span:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(232, 232, 232, 0);
        border-bottom-color: #e8e8e8;
        border-width: 4px;
        margin-left: -4px;
    }

    .list-transportation-01 {
        overflow: hidden;
        margin-bottom: 7px;
    }

    .list-transportation-01 li {
        float: left;
        display: table;
        margin: 0 10px 3px 0;
    }

    .ico-transportation-01 {
        display: table-cell;
        vertical-align: middle;
        line-height: 0;
    }

    .ico-transportation-01.plane {
        width: 20px;
    }

    .ico-transportation-01.boat {
        width: 22px;
    }

    .ico-transportation-01.car {
        width: 19px;
    }

    .ico-transportation-01.person {
        width: 11px;
    }

    .ico-transportation-01.train {
        width: 13px;
    }

    .ico-transportation-01.ropeway {
        width: 15px;
    }

    .ico-transportation-01.cessna {
        width: 22px;
    }

    .ico-transportation-01.bus {
        width: 21px;
    }

    .ico-transportation-01 img {
        width: 100%;
    }

    .list-transportation-01 li .txt-01 {
        display: table-cell;
        vertical-align: middle;
        padding-left: 5px;
        font-size: 12px;
    }

    .list-meal-01 {
        overflow: hidden;
        margin: 0 -10px 9px 4px;
    }

    .list-meal-01 li {
        float: left;
        display: table;
        margin: 0 10px 4px 0;
    }

    .list-meal-01 li .ico-01 {
        width: 15px;
        display: table-cell;
        vertical-align: middle;
        line-height: 0;
    }

    .list-meal-01 li .ico-01 img {
        width: 100%;
    }

    .list-meal-01 li .txt-01 {
        display: table-cell;
        vertical-align: middle;
        padding-left: 6px;
        font-size: 12px;
    }

    .list-tour-schedule-01 {
        font-size: 12px;
    }

    .list-tour-schedule-01>li:not(:last-child) {
        margin-bottom: 20px;
    }

    .list-tour-schedule-01>li .ttl-01 {
        margin-bottom: 15px;
        padding: 6px 5px;
        background-color: #b89f7e;
        font-weight: bold;
        text-align: center;
        color: #fff;
    }

    .contents.green .list-tour-schedule-01>li .ttl-01 {
        background-color: #669033;
    }

    .list-tour-schedule-01>li>ul {}

    .list-tour-schedule-01>li>ul>li {
        margin-bottom: 10px;
    }

    .list-tour-schedule-01>li>ul>li>dl {
        font-size: 12px;
    }

    .list-tour-schedule-01>li>ul>li>dl dt {
        display: table;
        margin-bottom: 3px;
    }

    .list-tour-schedule-01>li>ul>li>dl dt i+.ico-transportation-01.person {
        width: 17px;
        padding-left: 5px;
    }

    .list-tour-schedule-01>li>ul>li>dl dt i+.ico-transportation-01.plane {
        width: 25px;
        padding-left: 5px;
    }

    .list-tour-schedule-01>li>ul>li>dl dt i+.txt-01 {
        padding-left: 5px;
    }

    .list-tour-schedule-01>li>ul>li>dl dt .txt-01 {
        display: table-cell;
        vertical-align: middle;
        font-weight: bold;
    }

    .list-tour-schedule-01>li>ul>li>dl dt .txt-01 span {
        font-weight: normal;
    }

    .list-tour-schedule-01>li>ul>li>dl dd {}

    .list-tour-schedule-01>li>.box-meal-01 {
        overflow: hidden;
        text-align: right;
    }

    .list-tour-schedule-01>li>.box-meal-01 .txt-01 {
        margin-bottom: 1px;
    }

    .list-tour-schedule-01>li>.box-meal-01>ul {
        float: right;
    }

    .list-tour-schedule-01>li>.box-meal-01>ul>li {
        float: left;
        width: 15px;
        margin-right: 5px;
    }

    .list-tour-schedule-01>li>.box-meal-01>ul>li img {
        width: 100%;
    }

    .list-tour-schedule-01>li>.box-meal-01>ul>li:last-child {
        margin-right: 0;
    }

    .box-tour-schedule-01 .btn-01 {
        margin-top: 16px;
    }

    .box-tour-schedule-01 .btn-01 a {
        width: auto;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }


}

/* box-cmn-map-01
---------------------------------------------------------- */
.box-cmn-map-01 {
    text-align: center;
}

.box-cmn-map-01 iframe {
    width: 95%;
    margin: 0 auto 5%;
}

/* box-cmn-remarks-01
---------------------------------------------------------- */
.sec-cmn-remarks-01 {
    padding: 90px 0;
    background-color: #faf8f3;
}

.box-remark-01 {
    width: 1280px;
    margin: 0 auto;
    padding: 39px 90px 34px;
    background-color: #fff;
    border: 1px #b89f7e solid;
}

.box-remark-01 dl {
    overflow: hidden;
}

.box-remark-01 dl dt {
    float: left;
    display: table;
    width: 311px;
}

.box-remark-01 dl dt .ico-01 {
    display: table-cell;
    vertical-align: middle;
}

.box-remark-01 dl dt .txt-01 {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.box-remark-01 dl dt .txt-01 span {
    display: block;
    font-size: 16px;
}

.box-remark-01 dl dd {
    overflow: hidden;
    padding: 16px 0 0 30px;
    border-left: 1px #b89f7e solid;
    font-size: 16px;
}

.box-remark-01 dl dd ul {}

.box-remark-01 dl dd ul li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 19px;
}

.box-remark-01 dl dd ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../../common/img/ico_diamond_01.png) left top no-repeat;
    background-size: 16px;
}

.box-remark-01 dl dd ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .sec-cmn-remarks-01 {
        padding: 25px 20px 20px;
    }

    .box-remark-01 {
        position: relative;
        width: auto;
        padding: 36px 20px 16px;
        border: none;
    }

    .box-remark-01 dl {
        overflow: hidden;
    }

    .box-remark-01 dl dt {
        float: none;
        width: 100%;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px #b89f7e solid;
        text-align: center;
    }

    .box-remark-01 dl dt .ico-01 {
        display: block;
        position: absolute;
        top: -15px;
        left: 50%;
        margin-left: -23px;
        width: 45px;
    }

    .box-remark-01 dl dt .ico-01 img {
        width: 100%;
    }

    .box-remark-01 dl dt .txt-01 {
        display: block;
        vertical-align: middle;
        font-size: 18px;
    }

    .box-remark-01 dl dt .txt-01 span {
        font-size: 9px;
    }

    .box-remark-01 dl dd {
        padding: 0;
        border-left: none;
        font-size: 12px;
    }

    .box-remark-01 dl dd ul {}

    .box-remark-01 dl dd ul li {
        margin-bottom: 9px;
        padding-left: 15px;
    }

    .box-remark-01 dl dd ul li:after {
        top: 4px;
        width: 12px;
        height: 12px;
        background: url(../../common/img/ico_diamond_01.png) left top no-repeat;
        background-size: 12px;
    }


    .box-remark-01 dl dd ul li:last-child {
        margin-bottom: 0;
    }
}


/* ==========================================================
hero
========================================================== */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn-01 {
    position: relative;
}

.hero-cmn-01 .img-01 {}

.hero-cmn-01 .img-01 img {
    width: 100%;
}

.hero-cmn-01 .box-01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 767px) {
    .hero-cmn-01 {}

    .hero-cmn-01:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 50%;
    }

    .hero-cmn-01 .img-01 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

}

/* ttl-hero-01
---------------------------------------------------------- */
.ttl-hero-01 {
    display: inline-block;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 1px #fff solid;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .ttl-hero-01 {
        margin-bottom: 11px;
        padding-bottom: 9px;
        font-size: 24px;
    }
}

/* txt-hero-01
---------------------------------------------------------- */
.txt-hero-01 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .txt-hero-01 {
        font-size: 12px;
    }
}

/* ==========================================================
module
========================================================== */

/* ==========================================================
title
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: url(../../common/img/bg_line_heading_01.png) bottom center no-repeat;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .ttl-cmn-01 {
        margin-bottom: 15px;
        padding-bottom: 11px;
        background-size: 50px 2px;
        font-size: 18px;
    }
}


/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
    margin: 0 auto 50px;
    padding: 0 20px 20px;
    background: url(../../common/img/bg_line_heading_02.png) bottom center no-repeat;
    font-size: 32px;
    max-width: 1100px;
    font-weight: bold;
    text-align: center;
}

.contents.green .ttl-cmn-02 {
    background: url(../../common/img/bg_line_heading_01.png) bottom center no-repeat;
}

@media screen and (max-width: 767px) {
    .ttl-cmn-02 {
        margin-bottom: 15px;
        padding: 15px 0 10px;
        background-size: 50px 2px;
        font-size: 19px;
    }
}

/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {
    margin-bottom: 40px;
    padding-bottom: 12px;
    border-bottom: 2px solid;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.ttl-cmn-03.type-01 {
    border-color: #c31920;
}

.ttl-cmn-03.type-02 {
    border-color: #005288;
}

@media screen and (max-width: 767px) {
    .ttl-cmn-03 {
        margin-bottom: 15px;
        padding-bottom: 9px;
        border-bottom-width: 1px;
        font-size: 12px;
    }
}

/* ==========================================================
text
========================================================== */
/* txt-cmn
---------------------------------------------------------- */
.txt-cmn {}

br.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    br.sp {
        display: block;
    }

    br.pc {
        display: none;
    }
}

/* ==========================================================
list
========================================================== */
/* list-cmn
---------------------------------------------------------- */
.list-cmn {}

.list-cmn li {}

/* list-cmn-bnr-01
---------------------------------------------------------- */
.list-cmn-bnr-01 {
    overflow: hidden;
    width: 1280px;
    margin: 0 auto;
    padding: 80px 0 130px;
    background-color: #fff;
}

.list-cmn-bnr-01 li {
    float: left;
    width: 600px;
    margin-right: 80px;
}

.list-cmn-bnr-01 li:last-child {
    margin-right: 0;
}

.list-cmn-bnr-01 li img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .list-cmn-bnr-01 {
        width: auto;
        margin: 0 20px;
        padding: 45px 0;
        background-color: #fff;
    }

    .list-cmn-bnr-01 li {
        float: none;
        width: auto;
        margin: 0 0 10px;
    }

    .list-cmn-bnr-01 li:last-child {
        margin: 0;
    }
}


/* ==========================================================
table
========================================================== */
/* table-cmn
---------------------------------------------------------- */
.table-cmn {}

.table-cmn th,
.table-cmn td {}

.table-cmn th {}

.table-cmn td {}

/* ==========================================================
button
========================================================== */
/* btn-cmn
---------------------------------------------------------- */
.btn-cmn-01 {
    display: block;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #e35151;
    color: #fff !important;
    border: solid 1px #e35151;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;

    transition-property: all;
    transition: 0.3s linear;
}

.btn-cmn-01:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false) !important;
    opacity: 1 !important;
    background-color: #fff;
    color: #e35151 !important;
}

@media screen and (max-width: 767px) {
    .btn-cmn-01 {
        height: 25px;
        margin: 0 auto;
        line-height: 25px;
        font-size: 14px;
        font-weight: normal;
    }
}

/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9000;
}

@media screen and (max-width: 767px) {
    .btn-cmn-pagetop {
        width: 75px;
        bottom: 5px;
        right: 5px;
    }

    .btn-cmn-pagetop img {
        width: 100%;
    }
}

/* ==========================================================
link
========================================================== */
/* link-cmn
---------------------------------------------------------- */
.link-cmn {}

/* ==========================================================
icon
========================================================== */
/* ico-cmn
---------------------------------------------------------- */
.ico-cmn {}

/* ==========================================================
figure
========================================================== */
/* fig-cmn
---------------------------------------------------------- */
.fig-cmn {}

/* ==========================================================
image
========================================================== */
/* img-cmn-adjust
---------------------------------------------------------- */
.img-cmn-adjust {}

/* ==========================================================
form
========================================================== */
/* base Form
---------------------------------------------------------- */
/* type="text" */
input[type="text"] {}

/* type="checkbox" */
input[type="checkbox"] {}

/* type="radio" */
input[type="radio"] {}

/* select */
select {}

/* textarea */
textarea {}

/* button */
button {}

/* class Form
---------------------------------------------------------- */
/* form-cmn-input
---------------------------------------------------------- */
.form-cmn-input {}

/* form-cmn-check
---------------------------------------------------------- */
.form-cmn-check {}

/* form-cmn-radio
---------------------------------------------------------- */
.form-cmn-radio {}

/* form-cmn-select
---------------------------------------------------------- */
.form-cmn-select {}

/* form-cmn-textarea
---------------------------------------------------------- */
.form-cmn-textarea {}

/* form-cmn-button
---------------------------------------------------------- */
.form-cmn-button {}

/* ==========================================================
is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity {
    -ms-filter: 'alpha( opacity=100)';
    opacity: 1;
}

.is-opacity:hover {
    -ms-filter: 'alpha( opacity=70)';
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* css animation
---------------------------------------------------------- */
.is-animate {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* ==========================================================
style
========================================================== */
.s-fw-n {
    font-weight: normal;
}

.s-fw-b {
    font-weight: bold;
}

.s-ta-l {
    text-align: left !important;
}

.s-ta-c {
    text-align: center !important;
}

.s-ta-r {
    text-align: right !important;
}

.s-va-t {
    vertical-align: top !important;
}

.s-va-m {
    vertical-align: middle !important;
}

.s-va-b {
    vertical-align: bottom !important;
}

.s-ov-h {
    overflow: hidden;
}

.s-clear {
    clear: both;
}

.s-hide {
    display: none;
}

.s-txt-hide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.s-bg-n {
    background: none !important;
}

.s-mt-00 {
    margin-top: 0 !important;
}

.s-mb-00 {
    margin-bottom: 0 !important;
}

.s-ml-00 {
    margin-left: 0 !important;
}

.s-mr-00 {
    margin-right: 0 !important;
}

/* ==========================================================
rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-pc {}

.only-tb,
.only-sp,
.no-pc {
    display: none !important;
}

.no-tb {}

.no-sp {}

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 767px) {

    .only-pc,
    .no-sp,
    .only-tb,
    img.only-tb {
        display: none !important;
    }

    .only-sp,
    .no-pc,
    .no-tb {
        display: block !important;
    }

    img.only-sp,
    img.no-pc,
    img.no-tb {
        display: inline-block !important;
    }
}

/* ==========================================================
tool
========================================================== */
.atode {
    padding: 10px;
    border: 2px solid #8c0000;
    background-color: #ff4d4d;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.sliderBanner li {
    height: 100px;
    background-color: #BCB5B5;
}

@media screen and (max-width: 767px) {
    .sliderBanner li {
        width: 100%;
    }
}

.loader {
    background-color: #fff;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

/* ==========================================================
lightbox ナビゲーションを消す
========================================================== */

div.pp_hoverContainer a.pp_next,
div.pp_hoverContainer a.pp_previous {
    display: none !important;
}
}

/* ==========================================================
東京オフィスへのアクセスはこちらボタン
========================================================== */
.btn-top-01 a {
    width: 300px;
    margin: 0 auto;
    font-weight: normal;
    text-decoration: none;

}

@media screen and (max-width: 767px) {
    .btn-top-01 a {
        width: 250px;
        height: 40px;
        line-height: 40px;
    }
}

.toComTokyo a {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.2em;
    width: 300px;
    margin: 2.7em auto 0;
}