/*!/wp-content/themes/suitpress/assets/css/framework.css*/@import url(//fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&display=swap);@import url(//fonts.googleapis.com/css?family=Titillium+Web%3A200%2C300%2C400%2C600%2C700&display=swap);/**
 * framework.css
 * The CSS page that serves all page requests on a Theme.
 *
 * @author	SuitPress
 * @update	2015/02/01
 * @contact	info@suitpress.com
 */

/**
   * font-face rule
   * include the font file on your web server, and it will be automatically downloaded to the user when needed.
   */



/**
 * Common
 * Treatment fonts, link, textual for the Core
 */
::-moz-selection {
    background: #222;
    color: #fefefe;
}

::selection {
    background: #222;
    color: #fefefe;
}

html, html a, * {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    height: 100%;
}

body {
    height: 100%;
    display: none;
    color: #4b4949;
}

a {
    color: #666;
    transition: all .3s ease;
}

a:hover,
a:focus {
    color: #666;
}

blockquote p {
    font-size: 13px;
}

#ja {
    font: 14px/28px "游ゴシック体", '游ゴシック', "Yu Gothic", YuGothic, 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#ja h1, #ja h2, #ja h3, #ja h4, #ja h5, #ja h6, #ja .h1, #ja .h2, #ja .h3, #ja .h4, #ja .h5, #ja .h6 {
    font-family: "游ゴシック体", '游ゴシック', "Yu Gothic", YuGothic, 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#ja pre {
    font-family: "游ゴシック体", '游ゴシック', "Yu Gothic", YuGothic, 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a img {
    transition: all .3s ease;
}

a:hover img {
    opacity: .75;
}

/**
 * Page Top
 */
#pagetop {
    position: fixed;
    padding-top: 10px;
    bottom: 12px;
    right: 12px;
    z-index: 100;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #e84466;
    text-align: center;
}

#pagetop i {
    padding: 0;
    font-size: 25px;
    color: #fff;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > th {
    background-color: #f5f5f5;
    text-align: center;
    vertical-align: middle;
}

.size-full {
    max-width: 100%;
    height: auto;
}

/**
 * Breadcrumbs
 *
 * @dependency Breadcrumb NavXT
 */
.breadcrumbs {
    margin-bottom: 50px;
    padding: 0;
    background-color: #f5f5f5;
}

.breadcrumbs a {
    text-shadow: rgba(255, 255, 255, .85) 0 1px 0;
    color: #000;
}

.breadcrumb {
    margin: 0;
    padding: 5px 0;
}

.breadcrumb .sep {
    margin: 0 8px;
    color: #ccc;
}

.paging {
    text-align: center;
}

.pagination {
}

.pagination > li {
}

.pagination > .nav-links:first-child > a, .pagination > .nav-links:first-child > span {
    margin-left: 0;
}

.pagination > .nav-links > a, .pagination > .nav-links > span {
    display: block;
    float: left;
}

.pagination > li > a, .pagination > li > span, .pagination > .nav-links > a, .pagination > .nav-links > span {
    margin-left: 1px;
    padding: 6px 12px;
    background-color: #e94163;
    border: none;
    border-radius: 0 !important;
    color: #fff;
    line-height: 1.42857143;
}

.pagination > li > a:hover, .pagination > li > a:active, .pagination > li > span:hover, .pagination > li > span:active, .pagination > .nav-links > a:hover, .pagination > .nav-links > a:active, .pagination > .nav-links > span:hover, .pagination > .nav-links > span:active {
    background-color: #e94163;
    color: #fff;
}

.pagination > li > .current, .pagination > .nav-links > .current {
    background: transparent;
    color: #e94163;
}

.btn {
    border: 0;
    border-radius: 0;
    padding: 10px 30px;
}

.btn-primary {
    background-color: #42b1da;
    color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:focus {
    background-color: #5cbfe4;
    color: #fff;
}

.btn-secondary {
    background-color: #ffb121;
    color: #fff;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary:focus {
    background-color: #ffc04c;
    color: #fff;
}

.btn-default {
    background-color: transparent;
    border: 1px solid #666;
    color: #666;
}

.btn-default:hover, .btn-default:active, .btn-default:active:focus, .btn-default:focus {
    background-color: transparent;
    border-color: #333;
    color: #333;
}

.site-header {
    background-color: #f5f5f5;
}

.site-header .navbar-sub ul {
    margin-bottom: 0;
    text-align: right;
}

.navbar-lnb {
    min-height: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    background-color: #fff;
}

.navbar-lnb .navbar-collapse {
    background-color: #e94163;
    border: 0;
}

.navbar-lnb > .container > .navbar-header {
    float: none;
    padding: 10px 0;
}

.navbar-lnb .navbar-brand {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-lnb .navbar-brand img {
    display: inline-block;
    height: 50px;
}

.navbar-lnb .navbar-brand span {
    display: inline-block;
    margin-left: 20px;
    color: #4b4949;
}

#ja .navbar-lnb .navbar-brand span {
    font-size: 13px;
}

.navbar-lnb .navbar-brand:hover,
.navbar-lnb .navbar-brand:focus {
}

.navbar-lnb .navbar-description {
    float: left;
    margin-top: 20px;
    color: #666;
}

#ja .navbar-lnb .navbar-description {
}

.navbar-lnb .navbar-description a {
    text-decoration: none;
}

.navbar-lnb .navbar-description h1 {
    margin: 0;
}

#ja .navbar-lnb .navbar-description h1, .navbar-lnb .navbar-description span {
    font-size: 18px;
}

.navbar-lnb .navbar-right {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-lnb .navbar-right.navbar-header-btn {
    display: none;
}

.navbar-lnb .navbar-btn {
    margin-top: 8px;
    margin-bottom: 0;
}

.navbar-lnb .navbar-btn li {
}

.navbar-lnb .navbar-btn li:last-child {
}

.navbar-lnb .navbar-phone {
    text-align: right;
}

.operation-phone .line {
    margin: 0;
}

#ja .operation-phone {
    font-size: 2em;
}

.operation-phone img {
    position: relative;
    top: -2px;
    height: 20px;
}

#ja .operation-phone span {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.navbar-lnb .navbar-phone .operation-hours {
    display: inline-block;
    margin-right: 5px;
}

#ja .navbar-lnb .navbar-phone .operation-hours {
    font-size: 10px;
    line-height: 1.25em;
}

.navbar-lnb .navbar-nav {
}

.navbar-lnb .navbar-nav > li > a,
.navbar-lnb .navbar-nav > li > a:focus {
    padding: 20px 29px;
    font-weight: bold;
    color: #fff;
}

.navbar-lnb .navbar-nav > li > a:hover {
    background-color: #f48fb3;
    color: #fff;
}

.navbar-lnb .navbar-nav > li.active > a, .navbar-lnb .navbar-nav > li.active > a:focus, .navbar-lnb .navbar-nav > li.open > a:focus, .navbar-lnb .navbar-nav > li.active > a:hover, .navbar-lnb .navbar-nav > li.open > a:hover {
    background-color: #f48fb3;
    color: #fff;
}

.navbar-lnb .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    padding: 0;
    background-color: #f48fb3;
    border: 0;
    border-top: 3px solid #f48fb3;
    border-radius: 0;
    box-shadow: none;
}

.navbar-lnb .navbar-nav .dropdown:hover > .dropdown-menu > li > a {
    padding: 10px 20px;
    color: #fff;
}

.navbar-lnb .navbar-nav .dropdown:hover > .dropdown-menu > li > a:hover, .navbar-lnb .navbar-nav .dropdown:hover > .dropdown-menu > li > a:focus, .navbar-lnb .navbar-nav .dropdown:hover > .dropdown-menu > .active > a, .navbar-lnb .navbar-nav .dropdown:hover > .dropdown-menu > .active > a:hover, .navbar-lnb .navbar-nav .dropdown:hover > .dropdown-menu > .active > a:hover, .navbar-lnb .navbar-nav .dropdown:hover > .dropdown-menu > .active > a:focus {
    background-color: #f48fb3;
}

.box-shadow {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .175);
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading h3,
.section-heading h4 {
    margin: 0;
}

#ja .section-heading h3 {
    font-weight: bold;
}

#ja .section-heading h4 {
    font-weight: bold;
}

.section-search-sp {
    display: none;
}

.section-search {
    margin: 0;
    padding: 50px 0;
    background-image: url(/wp-content/themes/suitpress/assets/css/../images/common/section-search-bg.png);
    background-position: center 0;
    background-size: cover;
}

.section-search .map-wrap {
    padding: 3px;
    background-color: rgba(255, 255, 255, .85);
    border-radius: 4px;
}

.map {
    position: relative;
    padding: 50px 0;
    border-radius: 4px;
    text-align: center;
}

.map .map-title {
    position: absolute;
    top: 20px;
    left: 20px;
}

.map .position {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}

.map .position .position-1 {
}

.map ul {
    margin-bottom: 0;
    padding-top: 5px;
    border-top: 3px solid #ddd;
}

.map ul li {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 1.5em;
}

.map .position-1 {
    top: 70px;
    left: 330px;
}

.map .position-1 strong a {
    color: #6598cb;
}

.map .list-hokaido {
    border-top-color: #6598cb;
}

.map .list-hokaido li {
    width: 100%;
}

.map .position-2 {
    top: 190px;
    left: 500px;
}

.map .position-2 strong a {
    color: #51bad0;
}

.map .list-tohoku {
    border-top-color: #51bad0;
}

.map .position-3 {
    top: 360px;
    left: 480px;
    width: 85px;
}

.map .position-3 strong a {
    color: #70d4ca;
}

.map .list-kanto {
    border-top-color: #70d4ca;
}

.map .position-4 {
    top: 170px;
    left: 310px;
}

.map .position-4 strong a {
    color: #74b676;
}

.map .list-hokuriku {
    border-top-color: #74b676;
}

.map .position-5 {
    top: 390px;
    left: 370px;
}

.map .position-5 strong a {
    color: #bfc642;
}

.map .list-tokai {
    border-top-color: #bfc642;
}

.map .position-6 {
    top: 240px;
    left: 220px;
    width: 85px;
}

.map .position-6 strong a {
    color: #eeb737;
}

.map .list-kansai {
    border-top-color: #eeb737;
}

.map .position-7 {
    top: 245px;
    left: 130px;
}

.map .position-7 strong a {
    color: #f48b3e;
}

.map .list-chugoku {
    border-top-color: #f48b3e;
}

.map .position-8 {
    top: 435px;
    left: 195px;
}

.map .position-8 strong a {
    color: #e62080;
}

.map .list-shikoku {
    border-top-color: #e62080;
}

.map .position-9 {
    top: 300px;
    left: 10px;
    width: 85px;
}

.map .position-9 strong a {
    color: #e67971;
}

.map .list-kyusyu {
    border-top-color: #e67971;
}

.map .position-10 {
    top: 460px;
    left: 30px;
}

.map .position-10 strong a {
    color: #e67971;
}

.map .list-okinawa {
    border-top-color: #e67971;
}

.map .list-okinawa li {
    width: 100%;
}

.section-search .search {
}

.map-list {
    padding: 18px;
    background-color: rgba(255, 255, 255, .85);
    border-radius: 4px;
}

.map-list h4 {
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.map-list hr {
    margin-top: 15px;
    padding-top: 0;
    border-top: none;
}

.map-list li {
    position: relative;
    line-height: 1.75;
}

.map-list li:after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    content: '\f105';
    color: rgba(0, 0, 0, .35);
}

.map-list li a {
    display: block;
}

.map-list li a span {
    background-color: red;
    color: #fff;
    font-size: 70%;
    margin-left: 5px;
    padding: 2px 3px;
    border-radius: 50px;
}

.map-list h4 a {
    color: #fff;
}

.map-list .list-hokaido h4 {
    background-color: #6598cb;
}

.map-list .list-tohoku h4 {
    background-color: #51bad0;
}

.map-list .list-kanto h4 {
    background-color: #70d4ca;
}

.map-list .list-hokuriku h4 {
    background-color: #74b676;
}

.map-list .list-tokai h4 {
    background-color: #bfc642;
}

.map-list .list-kansai h4 {
    background-color: #eeb737;
}

.map-list .list-chugoku h4 {
    background-color: #f48b3e;
}

.map-list .list-shikoku h4 {
    background-color: #e62080;
}

.map-list .list-kyusyu_okinawa h4 {
    background-color: #e67971;
}

.map-list .get-attend {
    margin-top: 14px;
}

.map-list .get-attend a {
    text-decoration: underline;
}

.section-block-heading {
    margin: 0;
    padding: 10px 15px;
    background-color: #666;
    border-radius: 4px 4px 0 0;
    color: #fff;
}

#ja .section-block-heading {
    font-size: 20px;
    font-weight: bold;
}

.section-block .section-title {
    margin: 15px 0 5px;
}

.section-block .section-title h4 {
    margin: 0;
}

#ja .section-block h4 {
    font-weight: bold;
}

.section-block-body {
    padding: 15px 2% 5px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}

.section-block-body ul {
    margin-bottom: 0;
    overflow: hidden;
}

.section-block-body ul li {
    display: inline-block;
    float: left;
    width: 46%;
    margin: 0 2% 10px;
}

.section-block-body ul li .btn {
    padding: 10px;
    font-size: 12px;
    color: #666;
    border: 3px solid #e94163;
    border-radius: 8px;
}

.section-block-body ul li .btn img {
    display: inline-block;
    margin-bottom: 5px;
}

.section-block-body ul li .btn strong {
    display: block;
    font-size: 14px;
}

.section-block-heading-stay {
    background-color: #e94163;
}

.section-block-stay {
    background-color: #fff;
}

.section-block-heading-attend {
    background-color: #f68eb3;
}

.section-block-attend {
    background-color: #fff;
}

.section-block-attend ul li .btn {
    border-color: #f68eb3;
}

.section-block-stay,
.section-block-attend {
    margin-bottom: 30px;
}

.section-block-default .form-control {
    border: 1px solid #ccc;
    box-shadow: none;
}

.section-block-default .input-group-btn .btn {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-left: 0;
}

.section-box {
    margin: 0;
    padding: 50px 0;
}

.section-box-colored {
    background-color: #f5f5f5;
}

.section-box .section-heading {
    margin-bottom: 15px;
}

.section-box .section-heading h3 {
    text-align: center;
}

.section-banner-new {
    margin: 50px 0 0;
}

.section-banner {
    margin: 50px 0 0;
}

.banner {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding: 50px 30px;
    background: url(/wp-content/themes/suitpress/assets/css/../images/common/banner-bg.png) 0 0 no-repeat;
    background-size: cover;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    position: relative;
}

.banner:after {
    transition: all .3s ease;
}

.banner:hover {
    text-decoration: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .375);
    color: #fff;
}

.banner-1:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(233, 65, 99, .75);
    z-index: 5;
    border-radius: 8px;
}

.banner-2:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(50, 134, 206, .75);
    z-index: 5;
    border-radius: 8px;
}

.banner span {
    position: relative;
    z-index: 10;
}

.banner-1:hover:after {
    background-color: rgba(246, 142, 179, .85);
}

.banner-2:hover:after {
    background-color: rgba(142, 198, 246, .85);
}

.slick-slide:focus {
    outline: none;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 40px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .175);
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
}

.slick-arrow:focus {
    outline: none;
}

.slick-arrow i {
    position: relative;
    top: 4px;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.section-slider {
    position: relative;
}

.section-slider .main-slider .item {
    transition: all .3s ease;
    opacity: .55;
}

.section-slider .main-slider .item img {
    width: 100%;
    height: auto;
}

.section-slider .main-slider .slick-center {
    opacity: 1;
}

.topage-banner .item-banner {
    margin-bottom: 30px;
    display: block;
}

.section-purpose {
    padding-top: 0;
    padding-bottom: 20px;
    background-color: #f8fdf6;
}

.section-purpose .section-heading {
    margin-bottom: 50px;
    padding: 15px 0;
    background-color: #86ce73;
}

.section-purpose .section-block {
    overflow: hidden;
    height: 315px;
    margin-bottom: 30px;
    background-color: #fff;
}

.section-purpose .section-block .section-thumbnail img {
    max-width: 100%;
}

.section-purpose .section-block .section-title {
    margin-left: 20px;
    margin-right: 20px;
}

.section-purpose .section-block .section-title a {
    font-size: 16px;
    color: #86ce73;
}

.section-purpose .section-block .section-content {
    margin: 0 20px;
}

.section-feature {
    padding-top: 0;
    padding-bottom: 20px;
    background-color: #fff7fa;
}

.section-feature .section-heading {
    margin-bottom: 50px;
    padding: 15px 0;
    background-color: #f68eb3;
}

.section-feature .section-block {
    overflow: hidden;
    height: 315px;
    margin-bottom: 30px;
    background-color: #fff;
}

.section-feature .section-block .section-thumbnail img {
    max-width: 100%;
}

.section-feature .section-block .section-title {
    margin-left: 20px;
    margin-right: 20px;
}

.section-feature .section-block .section-title a {
    font-size: 16px;
    color: #f68eb3;
}

.section-feature .section-block .section-content {
    margin: 0 20px;
}

.section-feature-campaign {
    padding-top: 0;
    padding-bottom: 20px;
    background-color: #f7fbff;
}

.section-feature-campaign .section-heading {
    margin-bottom: 50px;
    padding: 15px 0;
    background-color: #8ec6f6;
}

.section-feature-campaign .section-block {
    overflow: hidden;
    height: 315px;
    margin-bottom: 30px;
    background-color: #fff;
}

.section-feature-campaign .section-block .section-thumbnail img {
    max-width: 100%;
}

.section-feature-campaign .section-block .section-title {
    margin-left: 20px;
    margin-right: 20px;
}

.section-feature-campaign .section-block .section-title a {
    font-size: 16px;
    color: #8ec6f6;
}

.section-feature-campaign .section-block .section-content {
    margin: 0 20px;
}

.section-post {
    padding-top: 0;
    padding-bottom: 20px;
    background-color: #fffbf5;
}

.section-post .section-heading {
    margin-bottom: 50px;
    padding: 15px 0;
    background-color: #f4b84a;
}

.section-post .section-block {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 15px;
    background-color: #fff;
}

.section-post .section-block .section-thumbnail {
    height: 135px;
    overflow: hidden;
}

.section-post .section-block .section-thumbnail img {
    width: 100%;
}

.section-post .section-block .section-title {
    margin: 0 0 10px;
}

.section-post .section-block .section-title a {
    font-size: 16px;
    color: #f4b84a;
}

.section-post .section-block .section-content {
    margin: 0 0 10px;
}

.section-overview {
    padding: 50px 0;
}

.section-overview .section-content {
}

.section-ranking {
    padding-bottom: 120px;
}

.section-ranking .section-footer {
    position: absolute;
    bottom: -75px;
    left: 15px;
    right: 15px;
    text-align: center;
}

.section-ranking .btn:hover {
    background-color: #e94163;
    border-color: #e94163;
    color: #fff;
}

.section-ranking .section-heading {
    margin-bottom: 40px;
}

.section-ranking .container .section-heading {
    margin-bottom: 30px;
}

.section-ranking .container .section-heading h4 {
    padding: 15px 15px;
    background-color: #e94163;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.section-ranking .section-content .section-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.section-ranking .section-content .section-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.section-ranking .section-content .section-block .section-thumbnail {
    position: relative;
    margin-bottom: 10px;
}

.section-ranking .section-content .section-block .section-thumbnail .icon-rank {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    background-color: #f48fb3;
    color: #fff;
}

#ja .section-ranking .section-content .section-block .section-thumbnail .icon-rank {
    font-size: 18px;
    font-weight: bold;
    display: none;
}

.section-ranking .section-content .section-block .icon-ranking {
    margin-bottom: 0;
}

.ranking-applicant {
    margin: 10px 0 5px;
    position: relative;
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 4px;
}

.sidebar .ranking-applicant {
    font-size: 11px;
}

.ranking-applicant::before {
    position: absolute;
    top: -10px;
    left: 20px;
    content: '';
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-bottom-color: #000;
}

.applicant-1 {
    background-color: #e2c637;
}

.applicant-1::before {
    border-bottom-color: #e2c637;
}

.applicant-2 {
    background-color: #999;
}

.applicant-2::before {
    border-bottom-color: #999;
}

.applicant-3 {
    background-color: #8b4b05;
}

.applicant-3::before {
    border-bottom-color: #8b4b05;
}

.section-ranking .section-content .section-block .section-title {
    margin-top: 0;
    margin-bottom: 10px;
}

#ja .section-ranking .section-content .section-block .section-title h4 {
    font-size: 14px;
    line-height: 1.5em;
}

.section-ranking .section-content .section-block .section-content {
    color: #999;
}

#ja .section-ranking .section-content .section-block .section-content {
    font-size: 12px;
    line-height: 1.5em;
}

.page-template-page-ranking .section-block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.page-template-page-ranking .section-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.page-template-page-ranking .section-block .section-thumbnail {
    position: relative;
}

.page-template-page-ranking .section-block .section-thumbnail .icon-rank {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    background-color: #f48fb3;
    color: #fff;
}

#ja .page-template-page-ranking .section-block .section-thumbnail .icon-rank {
    font-size: 18px;
    font-weight: bold;
}

.content-article .content-article {
    margin-bottom: 50px;
}

.content-article .content-article .section-heading h1 {
    margin: 0;
}

#ja .content-article .content-article .section-heading h1 {
    font-size: 24px;
    font-weight: bold;
}

.content-article .content-article .section-content .section-body .nav-tabs > li {
    width: 50%;
}

.content-article .content-article .section-content .section-body .nav-tabs > li > a {
    margin-right: 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.content-article .content-article .section-content .section-body .tab-content {
    margin-bottom: 50px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.content-article .content-article .section-content .section-body .tab-content .tab-pane {
    padding: 30px 30px 20px;
}

.content-article .content-article .section-content .section-body .licence-detail ul {
    margin-bottom: 10px;
}

.list-inline {
    margin-left: 0;
}

.list-course li {
    margin-right: 5px;
    background-color: #ccc;
    color: #fff;
}

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

#ja .list-course li {
    font-size: 12px;
}

.list-plan li {
    margin-right: 5px;
    background-color: #f5f5f5;
}

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

#ja .list-plan li {
    font-size: 12px;
}

.list-discount {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.list-discount li {
    margin: 0;
    padding: 0;
    float: left;
    width: 33.3333%;
}

#ja .list-discount li span {
    padding: .3em .6em;
}

.list-discount li p {
    margin: 8px 0 0;
}

#ja .list-discount li p {
    line-height: 1.25em;
    font-size: 12px;
}

.content-article .content-article .section-content .section-body .section-price .table-price table > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    color: #e84466;
    font-weight: bold;
}

.content-article .content-article .section-content .section-body .section-price .table-price table > tbody > tr > td small {
    color: #999;
    font-weight: normal;
}

.content-article .content-article .section-content .section-body .section-price .gallery {
    margin-top: 15px;
    margin-bottom: 30px;
}

.content-article .content-article .section-content .section-body .section-price .gallery > div > div {
    max-height: 165px;
}

.content-article .content-article .section-content .section-body .section-price .gallery .gallery-item {
    margin-bottom: 30px;
}

.content-article .content-article .section-content .section-body h3 {
    padding: 8px 15px;
    background-color: #e94163;
    border: none;
    color: #fff;
}

#ja .content-article .content-article .section-content .section-body h3 {
    font-size: 20px;
    font-weight: bold;
}

.content-article .content-article .section-content .section-body dl {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.content-article .content-article .section-content .section-body dl:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.content-article .content-article .section-content .section-body dt {
    margin-bottom: 10px;
}

.content-article .content-article .section-content .section-body dt i {
    color: #e94163;
}

.content-article .content-article .section-content .section-body dd {
    line-height: 1.75;
}

.content-article .content-article .section-content .section-body .section-hotel .section-hotel-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.content-article .content-article .section-content .section-body .section-hotel .section-hotel-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.content-article .content-article .section-content .section-body .section-hotel .section-hotel-item h4 {
    margin-top: 0;
}

.content-article .content-article .section-content .section-body .section-access .table-access table > tbody > tr > td small {
    color: #337ab7;
}

.content-article .content-article .section-content .section-body img {
    max-width: 100%;
}

.content-article .content-article .section-content .section-body .btn-cta {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 120%;
    font-weight: bold;
}

.content-article .content-article .section-content aside h3 {
    margin: 0 0 30px;
}

#ja .content-article .content-article .section-content aside h3 {
    font-size: 20px;
    font-weight: bold;
}

.content-article .content-article .section-content aside.section-gallery {
    margin-top: 30px;
}

.content-article .content-article .section-content aside.section-gallery .section-thumbnail {
    overflow: hidden;
    margin-bottom: 30px;
}

.content-article .content-article .section-content aside.section-gallery .section-thumbnail img {
    width: 100%;
    height: auto;
}

.content-article .content-article .section-content aside.section-features {
    margin: 50px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.content-article .content-article .section-content aside.section-features .section-thumbnail {
    margin-bottom: 20px;
}

.content-article .content-article .section-content aside.section-features .section-title h4 {
    margin: 0 0 10px;
}

.content-article .content-article .section-content aside.section-voice {
    margin: 50px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.content-article .content-article .section-content aside.section-voice .section-thumbnail {
    margin-bottom: 20px;
}

.content-article .content-article .section-content aside.section-voice .section-title h4 {
    margin: 0 0 10px;
}

.content-article .content-article .section-content aside.section-location .acf-map {
    width: 100%;
    height: 400px;
    margin: 0;
}

.archive .content-article .content-article .section-content .section-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}

.archive .content-article .content-article .section-content .section-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.archive .content-article .content-article .section-heading {
    padding: 20px 30px;
    background-color: #e94163;
    color: #fff;
}

.archive .content-article .content-article .section-heading small {
    color: #fff;
}

.purpose .content-article .content-article .section-content .section-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}

.purpose .content-article .content-article .section-content .section-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.purpose .content-article .content-article .section-heading {
    padding: 20px 30px;
    background-color: #e94163;
    color: #fff;
}

.purpose .content-article .content-article .section-heading small {
    color: #fff;
}

/* page */
.page .content-article .content-article .section-heading {
    padding: 20px 30px;
    background-color: #e94163;
    color: #fff;
}

.page .form-horizontal h3 {
    margin-bottom: 15px;
    padding: 10px 30px;
    background-color: #333;
    color: #fff;
    font-size: 16px;
}

.search-area .map,
.search-area-attend .map {
    width: 646px;
    margin: 0 auto;
}

.search-area .section-search, .search-area-attend .section-search {
    padding: 0;
}

.search-area .section-content h4, .search-area-attend .section-content h4 {
    color: #fff !important;
}

.page .section-content h2 {
    margin: 30px 0;
}

.page .section-content h3 {
    margin: 20px 0;
}

.single .section-content h2 {
    margin: 30px 0;
}

.single .section-content h3 {
    margin: 20px 0;
}

.page .article-wrap.licence-stay .section-content .section-title h4 {
    margin: 15px 0;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #f68eb3;
    color: #fff;
}

.page .article-wrap.licence-stay .section-content .section-title h4 a {
    color: #fff;
}

.page .section-content .catalog_img {
    margin-bottom: 20px;
}

.page .section-content .model-schedule_img {
    margin-bottom: 20px;
}

.page .section-content .simple-page ul {
    padding-left: 1.55em;
}

.search-area .section-content .simple-page ul,
.search-area-attend .section-content .simple-page ul {
    padding-left: 0;
}

.page .section-content p > span {
    display: inline-block;
}

/* single */
.single .content-article .content-article .section-heading {
    padding: 20px 30px;
    background-color: #e94163;
    color: #fff;
}

.single-feature .section-content p {
    margin-bottom: 1em;
}

.single-feature .section-content img {
    max-width: 100%;
    height: auto;
}

/* single-licence-stay */
.single-licence-stay .content-article .content-article .section-heading {
    padding: 15px 10px 10px 20px;
    border: 1px solid #ddd;
    border-left: 8px solid #e94163;
    background-color: transparent;
    color: inherit;
}

.single-licence-stay .content-article .content-article .section-heading .btn-group .btn {
    padding: 10px 15px;
}

.single-licence-stay .content-article .content-article .section-heading .btn-group .btn:nth-child(1) {
    margin-right: 15px;
}

/* single-licence-attend */
.single-licence-attend .content-article .content-article .section-heading {
    padding: 0;
    background-color: transparent;
    color: inherit;
}

.single-licence-attend .content-article .content-article .section-heading .btn-group .btn {
    padding: 10px 15px;
}

/* single hotel */
.single-hotel .content-article .section-content .section-body h4 {
    font-weight: bold;
}

.single-hotel .section-hotel-detail {
    margin-bottom: 30px;
}

.single-hotel .section-detail {
    margin-bottom: 30px;
}

.single-hotel .section-detail .section-content {
    margin-bottom: 30px;
}

.single-hotel .section-detail .section-location address {
    margin-bottom: 0;
}

/*footer {margin-top:0; padding:30px 0 110px; border-top:1px solid #ddd; text-align:center;}
footer .section-copyright .copyright {color:#666;}*/
footer {
    margin-top: 0;
    padding: 30px 0 110px;
    border-top: 1px solid #ddd;
    text-align: center;
    background-color: #fff;
}

.footer-fixed-btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 13px 0;
    background-color: rgba(0, 0, 0, .5);
    border-top: 1px solid rgba(0, 0, 0, .175);
    text-align: center;
    z-index: 100;
}

.footer-fixed-btn .btn-wrap {
    display: inline-block;
    color: #fff;
}

.footer-fixed-btn .btn-wrap .catch {
    display: inline-block;
    margin: 15px 10px 0 10px;
    vertical-align: middle;
    text-align: right;
    font-size: 1.15em;
    position: relative;
    top: -8px;
}

.footer-fixed-btn .btn-wrap .phone-wrap {
    display: inline-block;
}

.footer-fixed-btn .btn-wrap .line-wrap {
    display: inline-block;
}

.footer-fixed-btn .btn-wrap .operation-phone {
    display: inline-block;
}

#ja .footer-fixed-btn .btn-wrap .operation-phone {
}

/*.footer-fixed-btn .btn-wrap .operation-phone a {padding:5px 10px; background-color:#00b355; border-radius:4px; font-size:22px; line-height:40px; color:#fff;}*/
.footer-fixed-btn .btn-wrap .operation-phone a {
    padding: 10px 10px;
    background-color: #42b1da;
    border-radius: 4px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}

.footer-fixed-btn .btn-wrap .operation-phone a.line {
    background-color: #00b355;
    height: 40px;
}

.footer-fixed-btn .btn-wrap .operation-phone a:hover {
    text-decoration: none;
    color: #fff;
}

.footer-fixed-btn .btn-wrap .operation-phone .freedial {
    position: relative;
    top: -2px;
    height: 25px;
}

.footer-fixed-btn .btn-wrap .operation-phone .line {
    position: relative;
    top: 0;
    height: 25px;
    margin-right: 5px;
}

.footer-fixed-btn .btn-wrap .line-wrap .operation-phone a {
    padding: 10px 10px;
    font-size: 18px;
    font-weight: bold;
}

/**
 * Contact Form 7
 *
 * @dependency Contact Form 7
 * @using templates/template-*.php
 */
.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked,
.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7 label {
    font-weight: normal;
}

.wpcf7 .required {
    margin-left: 5px;
    color: #e60012;
}

.wpcf7 .btn {
    margin-top: 15px;
    padding: 10px 60px;
}

.wpcf7 .btn:before {
    margin-right: 5px;
    font-family: 'FontAwesome';
    content: '\f0e0';
    font-weight: normal;
}

#ja .form-include label {
    font-weight: 400;
}

.form-include textarea {
    height: 85px;
}

.form-include a {
    text-decoration: underline;
}

.form-include .acceptance {
    vertical-align: top;
}

.section-sidebar-ranking .sidebar-ranking-item {
    position: relative;
}

.section-sidebar-ranking .section-heading {
    margin-bottom: 15px;
}

.section-sidebar-ranking .section-heading h4 {
    padding: 5px 10px;
    background-color: #e94163;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.section-sidebar-ranking .section-title {
    margin: 0;
    padding-bottom: 0;
}

.section-sidebar-ranking .section-title a {
    font-size: 14px;
}

.section-sidebar-ranking .section-content {
    margin-bottom: 15px;
    padding-bottom: 30px;
    min-height: 100px;
}

.section-sidebar-ranking .section-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-sidebar-ranking .section-footer a {
    padding: 0;
    border: none;
    font-size: 1em;
}

.section-sidebar-ranking .section-footer a:after {
    font-family: 'FOntAwesome';
    content: '\f105';
    margin-left: 5px;
}

.sidebar .item-wrap {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.sidebar .item-wrap .item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
}

.sidebar .item-wrap .item-text {
    margin: 0 0 0 100px;
}

.sidebar .item-wrap .item-text .section-title {
    margin-bottom: 5px;
}

.sidebar .item-wrap .item-text h4 a {
    font-size: 14px;
    font-weight: bold;
}

.sidebar .item-wrap .item-text .section-content {
    line-height: 1.5;
}

.sidebar .widget-title {
    margin-bottom: 15px;
    padding: 8px 12px;
}

.sidebar .widget-title img {
    height: 25px;
}

.sidebar .widget-title.feature {
    background-color: #f68eb3;
}

.sidebar .widget-title.campaign {
    background-color: #8ec6f6;
}

.sidebar .widget-title.information {
    background-color: #f4b84a;
}

.sidebar .more {
    margin-bottom: 10px;
}

.more .btn:hover {
    background-color: #e94163;
    border-color: #e94163;
    color: #fff;
}

.sidebar .more a:after {
    font-family: 'FOntAwesome';
    content: '\f105';
    margin-left: 5px;
}

.sidebar {
    margin-bottom: 30px;
}

.sidebar .list-sidebar-btn li {
    margin-bottom: 15px;
}

#attendModal {
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 500px;
    width: 100%;
}

.gallery-thumbs {
    height: 120px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/**
 * MEDIA QUERY
 */
@media (min-width: 768px) and (max-width: 1139px) {
    .section-slider .main-slider .item img {
        width: 768px;
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-lnb .navbar-description h1 {
        display: none;
    }

    .navbar-lnb .navbar-nav > li > a {
        padding: 15px 18px;
        font-size: 90%;
    }

    .section-search .map .position {
        display: none;
    }

    .search-area .map .position,
    .search-area-attend .map .position {
        display: block;
    }

    .search-area .map .position-2,
    .search-area-attend .map .position-2 {
        left: 520px;
    }

    .page .section-search .map {
        width: auto;
    }

    .map-list h4 {
        padding: 5px 0;
        font-size: 13px;
    }

    .map-list .get-attend {
        margin-top: 17px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-sub a {
        font-size: 10px;
    }

    .navbar-lnb .navbar-nav > li:first-child {
        display: none;
    }

    .navbar-lnb .navbar-nav > li > a {
        font-size: 12px;
        padding: 15px 11px;
    }

    .navbar-lnb .navbar-btn {
        padding: 8px 0 0 10px;
    }

    .navbar-lnb .navbar-btn li {
        padding: 0 2.5px;
    }

    .navbar-lnb .navbar-btn .btn {
        padding: 5px;
        font-size: 13px;
    }

    .navbar-lnb .navbar-description h1 {
        display: none;
    }

    .section-ranking .container .section-heading h4 {
        font-size: 14px;
        line-height: 1.5;
    }

    .search-area .map,
    .search-area-attend .map {
        width: auto;
        padding-bottom: 0;
    }

    .search-area .map .position,
    .search-area-attend .map .position {
        display: none;
    }
}

@media (max-width: 767px) {
    #pagetop {
        bottom: 0;
        right: 0;
    }

    .breadcrumbs {
        margin-bottom: 15px;
    }

    .breadcrumbs a, .breadcrumbs span {
        font-size: 11px;
    }

    .site-header {
        font-size: 11px;
    }

    /*.navbar-sub {display:none;}*/
    .navbar-default .navbar-toggle {
        margin: 0;
        display: block;
        width: 100%;
        text-align: left;
        padding: 12px 15px;
        float: none;
        border: none;
        border-radius: 0;
        background-color: #e94163;
        color: #fff;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #e94163;
    }

    .navbar-default .navbar-toggle img {
        height: 20px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        width: 25px;
        background-color: #333;
    }

    .navbar-lnb .navbar-collapse {
        background-color: transparent;
        border-top: 1px solid #ddd;
    }

    .navbar-lnb .navbar-description {
        display: none;
    }

    .navbar-lnb .navbar-nav > li > a {
        padding: 10px 0;
        color: #333;
    }

    .navbar-lnb .navbar-nav > li {
        border-bottom: 1px dotted #ddd;
    }

    .navbar-lnb .navbar-nav > li:last-child {
        border-bottom: none;
    }

    .navbar-lnb .navbar-nav > li > a:hover, .navbar-lnb .navbar-nav > li.active > a, .navbar-lnb .navbar-nav > li.active > a:focus, .navbar-lnb .navbar-nav > li.open > a:focus, .navbar-lnb .navbar-nav > li.active > a:hover, .navbar-lnb .navbar-nav > li.open > a:hover {
        background-color: transparent;
        color: #eb3e61;
    }

    .navbar-lnb .navbar-nav .dropdown:hover > .dropdown-menu {
        position: static;
        float: none;
        background-color: transparent;
        border-top: none;
    }

    .navbar-lnb .navbar-nav .dropdown:hover > .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-lnb .navbar-right.navbar-btn {
        display: none;
    }

    .navbar-lnb .navbar-right.navbar-phone {
        margin-top: 30px;
    }

    #ja .navbar-lnb .navbar-phone .operation-hours {
        display: block;
        margin-top: 2px;
        margin-right: 0;
        line-height: 1;
    }

    .operation-phone img {
        top: 0;
        height: 16px;
    }

    .operation-phone span {
        font-size: 19px;
    }

    .navbar-lnb .navbar-right.navbar-header-btn {
        display: inline-block;
        margin: 0;
        padding: 0 15px 0 0;
        float: right;
    }

    .navbar-lnb .navbar-right.navbar-header-btn li {
        padding: 0;
    }

    .navbar-lnb .navbar-right.navbar-header-btn li a {
        padding: 8px 7px;
        border-radius: 4px;
        font-size: 12px;
        line-height: 13px;
    }

    .navbar-lnb .navbar-right.navbar-header-btn li a i {
        margin-right: 5px;
        display: none;
    }

    .navbar-lnb .navbar-brand {
        margin-top: 7px;
    }

    .navbar-lnb .navbar-brand img {
        height: auto;
        max-width: 120px;
    }

    #ja .navbar-lnb .navbar-description h1 {
        font-size: 14px;
    }

    .slick-arrow {
        position: absolute;
        z-index: 1;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 0;
        top: -webkit-calc(50% - 15px);
        top: calc(50% - 15px);
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }

    .slick-arrow i {
        top: 0;
    }

    .section-slider .main-slider .item img {
        width: 100%;
    }

    .section-search {
        display: none;
    }

    .section-search-sp {
        display: block;
    }

    .section-search-sp .section-heading {
        margin-bottom: 0;
        padding: 12px 15px;
        background-color: #eb3e61;
    }

    .section-search-sp .section-heading img {
        max-width: 50%;
    }

    .section-search-sp .panel {
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .section-search-sp .panel .list-group-item {
        margin-bottom: 0;
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }

    .section-search-sp .panel > .list-group-item {
        font-weight: bold;
    }

    .section-search-sp .panel .list-group-item > i {
        width: 20px;
        line-height: 20px;
        background-color: #eb3e61;
        border-radius: 50%;
        text-align: center;
        color: #fff;
    }

    .section-search-sp .panel .sublinks .list-group-item {
        padding-left: 30px;
    }

    .section-search-sp .panel .sublinks .list-group-item > i {
        width: 20px;
        line-height: 20px;
        background-color: transparent;
        border-radius: 0;
        text-align: center;
        color: #eb3e61;
    }

    .nav-tab-search {
        border-bottom: none;
        text-align: center;
    }

    .nav-tab-search > li {
        width: 50%;
        margin-bottom: 0;
        margin-right: 0;
    }

    .nav-tab-search > li > a {
        margin-right: 0;
        border: 0;
    }

    .nav-tab-search > li.tab-stay {
        background-color: #eb3e61;
    }

    .nav-tab-search > li.tab-attend {
        background-color: #f98cb3;
    }

    .nav-tab-search > li.active > a, .nav-tab-search > li.active > a:focus, .nav-tab-search > li.active > a:hover {
        border: none;
    }

    .nav-tab-search > li.tab-stay.active > a, .nav-tab-search > li.tab-stay.active > a:focus, .nav-tab-search > li.tab-stay.active > a:hover {
        background-color: #eb3e61;
    }

    .nav-tab-search > li.tab-attend.active > a, .nav-tab-search > li.tab-attend.active > a:focus, .nav-tab-search > li.tab-attend.active > a:hover {
        background-color: #f98cb3;
    }

    .section-search-sp .section-block-body {
        margin-bottom: 0;
        padding: 15px 15px 0;
    }

    .section-search-sp .section-block-body ul li {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 15px;
    }

    .section-search-sp .section-block-body ul li .btn {
        text-align: left;
    }

    .section-search-sp .section-block-body ul li .btn img {
        height: 25px;
        margin-right: 5px;
    }

    .section-search-sp .section-block-body ul li .btn strong {
        display: inline-block;
        font-size: 16px;
    }

    .section-overview {
        margin-top: 30px;
        padding-top: 0;
    }

    .section-feature {
        margin-top: 0;
        padding-bottom: 15px;
    }

    .section-feature .section-heading {
        margin-bottom: 30px;
    }

    .section-feature .section-block {
        position: relative;
        min-height: 88px;
        height: auto;
        margin-bottom: 15px;
        padding-bottom: 15px;
        background-color: transparent;
        border-bottom: 1px solid #ddd;
    }

    .section-feature .section-content > .row > .col-sm-3:last-child .section-block {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .section-feature .section-block.box-shadow {
        box-shadow: none;
    }

    .section-feature .section-block .section-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
    }

    .section-feature .section-block .section-title {
        margin: 0 0 5px 110px;
    }

    .section-feature .section-block .section-content {
        margin: 0 0 0 110px;
        font-size: 12px;
        line-height: 18px;
    }

    .section-purpose {
        margin-top: 0;
        padding-bottom: 15px;
    }

    .section-purpose .section-heading {
        margin-bottom: 30px;
    }

    .section-purpose .section-block {
        position: relative;
        min-height: 88px;
        height: auto;
        margin-bottom: 15px;
        padding-bottom: 15px;
        background-color: transparent;
        border-bottom: 1px solid #ddd;
    }

    .section-purpose .section-content > .row > .col-sm-3:last-child .section-block {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .section-purpose .section-block.box-shadow {
        box-shadow: none;
    }

    .section-purpose .section-block .section-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
    }

    .section-purpose .section-block .section-title {
        margin: 0 0 5px 110px;
    }

    .section-purpose .section-block .section-content {
        margin: 0 0 0 110px;
        font-size: 12px;
        line-height: 18px;
    }

    .section-feature-campaign {
        margin-top: 0;
        padding-bottom: 15px;
    }

    .section-feature-campaign .section-heading {
        margin-bottom: 30px;
    }

    .section-feature-campaign .section-block {
        position: relative;
        min-height: 88px;
        height: auto;
        margin-bottom: 15px;
        padding-bottom: 15px;
        background-color: transparent;
        border-bottom: 1px solid #ddd;
    }

    .section-feature-campaign .section-content > .row > .col-sm-3:last-child .section-block {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .section-feature-campaign .section-block.box-shadow {
        box-shadow: none;
    }

    .section-feature-campaign .section-block .section-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
    }

    .section-feature-campaign .section-block .section-title {
        margin: 0 0 5px 110px;
    }

    .section-feature-campaign .section-block .section-content {
        margin: 0 0 0 110px;
        font-size: 12px;
        line-height: 18px;
    }

    .section-post {
        margin-top: 0;
        padding-bottom: 15px;
    }

    .section-post .section-heading {
        margin-bottom: 30px;
    }

    .section-post .section-block {
        position: relative;
        min-height: 88px;
        height: auto;
        margin-bottom: 15px;
        padding-bottom: 15px;
        background-color: transparent;
        border-bottom: 1px solid #ddd;
    }

    .section-post .section-content > .row > .col-sm-3:last-child .section-block {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .section-post .section-block.box-shadow {
        box-shadow: none;
    }

    .section-post .section-block .section-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
    }

    .section-post .section-block .section-title {
        margin: 0 0 5px 110px;
    }

    .section-post .section-block .section-content {
        margin: 0 0 0 110px;
        font-size: 12px;
        line-height: 18px;
    }

    .section-ranking {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .section-ranking .section-heading {
        margin-bottom: 15px;
    }

    .section-ranking .section-content .section-block .section-thumbnail .icon-rank {
        display: none;
    }

    .section-ranking .container > .row > div {
        margin-bottom: 15px;
        padding-bottom: 65px;
    }

    .section-ranking .section-footer {
        bottom: 0;
    }

    .section-campaign {
        padding: 30px 0;
    }

    .section-campaign img {
        width: 100%;
    }

    .archive .content-article .content-article .section-heading, .page .content-article .content-article .section-heading {
        margin-bottom: 15px;
        padding: 10px 15px;
    }

    .single-licence-stay .content-article .content-article .section-heading {
        padding-top: 15px;
    }

    #ja .single-licence-stay .content-article .content-article .section-heading h1 {
        font-size: 16px;
    }

    .single-licence-stay .content-article .content-article .section-heading .text-muted {
        margin-bottom: 0;
    }

    .single-licence-stay .content-article .content-article .section-heading .text-right {
        text-align: left;
    }

    .gallery-top {
        height: 200px;
    }

    .gallery-thumbs {
        height: 80px;
    }

    .content-article .content-article .section-content .section-body .btn-cta {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 100%;
    }

    .content-article .content-article .section-content .section-body .btn-cta.btn-1 {
        margin-bottom: 10px;
    }

    .content-article .content-article .section-content h4 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }

    .content-article .content-article .section-content aside.section-features .section-thumbnail img {
        margin: 0 auto;
    }

    .content-article .content-article .section-content .section-price .table-price {
        border: none;
    }

    .content-article .content-article .section-content .section-hotel-item .section-thumbnail {
        margin-bottom: 15px;
    }

    .content-article .content-article .section-content .section-hotel-item .section-thumbnail img {
        margin: 0 auto;
    }

    .content-article .content-article .section-content .section-body img {
        margin: 0 auto;
    }

    .content-article .content-article .section-content .section-body .tab-content .tab-pane {
        padding: 15px 15px 10px;
    }

    .content-article .content-article .section-content aside.section-gallery .section-thumbnail {
        height: 220px;
    }

    .content-article .content-article .section-content aside.section-location .acf-map {
        height: 250px;
    }

    .content-article .content-article .section-content .section-body .licence-detail ul {
        margin-top: 10px;
    }

    .list-discount li {
        margin: 0 0 15px;
        width: auto;
        float: none;
    }

    .section-heading h3 img {
        max-width: 290px;
    }

    #ja .section-heading h4 {
        font-size: 13px;
    }

    .sidebar-wrap {
    }

    .sidebar-wrap aside.sidebar {
        overflow: hidden;
    }

    .sidebar-wrap aside.sidebar .widget {
        float: left;
        margin: 0 1.5%;
        width: 47%;
    }

    .sidebar-wrap aside.sidebar .widget .section-block-heading img {
        height: 20px;
    }

    .sidebar-wrap aside.sidebar .widget .section-block-body ul li .btn {
        border-width: 1px;
    }

    .sidebar-wrap aside.sidebar .widget .section-block-body ul li .btn img {
        height: 20px;
    }

    footer {
        padding: 15px 0 90px;
        text-align: left;
    }

    footer .section-copyright .copyright {
        font-size: 11px;
    }

    .footer-fixed-btn {
        padding: 12px 15px 10px;
    }

    .footer-fixed-btn .btn-wrap .catch {
        display: none;
    }

    .footer-fixed-btn .btn-wrap .operation-phone {
    }

    #ja .footer-fixed-btn .btn-wrap .operation-phone {
        float: none;
        padding: 0;
        font-size: 1.25em;
    }

    .footer-fixed-btn .btn-wrap .operation-phone .freedial {
        height: 15px;
        top: -1px;
    }

    .footer-fixed-btn .btn-wrap .operation-phone a {
        padding: 0 10px;
        font-size: 18px;
    }

    .footer-fixed-btn .btn-wrap .line-wrap .operation-phone {
    }

    .footer-fixed-btn .btn-wrap .operation-phone .line {
        top: -2px;
    }

    .footer-fixed-btn .btn-wrap .operation-phone a {
        display: inline-block;
        position: relative;
        top: -2px;
        font-size: 14px;
    }

    .footer-fixed-btn .btn-wrap .phone-wrap {
        margin-left: -10px;
        margin-right: 5px;
    }

    .footer-fixed-btn .btn-wrap .line-wrap .operation-phone a {
        padding: 0 10px;
        font-size: 14px;
    }

    #pagetop {
        bottom: 12px;
        right: 10px;
        width: 39px;
        height: 39px;
        padding-top: 0;
    }

    #pagetop i {
        padding: 11px 0 0;
        font-size: 14px;
        color: #fff;
    }

    .section-banner-new {
        margin: 30px 0 0;
    }

    .section-banner {
        margin: 30px 0;
    }

    .banner {
        font-size: 18px;
        padding: 10px;
    }

    .banner small {
        display: block;
        position: relative;
        z-index: 6;
        color: #fff;
        font-weight: normal;
        font-size: 13px;
    }
}

@media (min-width: 715px) and (max-width: 767px) {
    .section-slider .main-slider .item img {
        width: 620px;
        height: auto;
    }
}

@media (min-width: 615px) and (max-width: 714px) {
    .section-slider .main-slider .item img {
        width: 520px;
        height: auto;
    }
}

@media (min-width: 515px) and (max-width: 614px) {
    .section-slider .main-slider .item img {
        width: 420px;
        height: auto;
    }
}

@media (min-width: 414px) and (max-width: 514px) {
    .section-slider .main-slider .item img {
        width: 320px;
        height: auto;
    }
}

@media (max-width: 414px) {
    .section-slider .main-slider .item img {
        width: 320px;
        height: auto;
    }
}


#footer h3 {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 21px;
}

.l-footer {
    font-size: 12px;
    background-color: #fff;
    border-top: 5px solid #ddd;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.l-footer__menuList {
    font-size: 11px;
    text-align: left;
    margin-bottom: 20px;
}

/* bootstrap4から補填 */
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}


/*-- 関連記事エリア --*/
.swiper-container.kanren {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}

.swiper-slide.kanren {
    width: 180px !important;
    height: auto;
    border: solid 1px #F3F3F3;
    border-radius: 3px;
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .1);
    padding: 15px;
    overflow: visible;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
}

.swiper-slide.kanren img {
    height: 150px;
    width: 150px;
    border-radius: 3px;
}

.mainvisual.kanren {
    overflow-x: hidden;
}

/*-- 関連記事エリア --*/
.random {
    padding: 0;
    margin: 0;
    height: 300px;
    text-align: center; /*記事エリア及びタイトルを中央揃え*/
}

.random ul {
    padding: 0;
    margin: 0;
    width: 150px;
    display: inline-block; /*横並びでブロック配置*/
}

.random li {
    float: left;
    position: relative;
    list-style: none;
}

.kanren-title span { /*記事タイトル*/
    background: #fff; /*背景色*/
    font-weight: bold; /*文字を太字に*/
    color: #494949; /*文字色*/
    font-size: 13px; /*文字サイズ*/
    padding-top: 3px;
    margin-top: -10px;
    float: left;
    text-align: left;
    line-height: normal;
    width: 150px; /*タイトルエリアの幅*/
}

.hp-title {
    color: #a7a7a7;
    margin-top: -5px;
    float: left;
}

.random li img { /*アイキャッチ画像*/
    width: 150px; /*画像幅*/
    height: 150px; /*画像の高さ*/
}

.random ul li:last-child {
    margin-top: 15px;
}

.btn--orange,
a.btn--orange,
button.btn--orange {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    bottom: 0;
    display: inline-block;
    margin-top: 20px;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
    color: #fff;
    background-color: #eb6100;
}

.btn--orange:hover,
a.btn--orange:hover {
    color: #fff;
    background: #f56500;
}

/* 新フッター */

#flexbox {
}

#flex_left {
    width: 100%;
    padding: 30px;
}

#flex_center {
    clear: both;
    width: 100%;
    padding: 30px;
}

#flex_right {
    clear: both;
    width: 100%;
    padding: 30px;
}

#flex_left ul, #flex_center ul, #flex_right ul {
    display: block;
}

#flex_left ul li, #flex_center ul li, #flex_right ul li {
    float: left;
}

#flex_left ul li:not(:first-child):before, #flex_center ul li:not(:first-child):before, #flex_right ul li:not(:first-child):before {
    content: '・';
}

.footcopy {
    width: 100%;
    padding-top: 30px;
}

/*  PC向けのスタイル：1024px以上 */
@media only screen and (min-width: 1024px) {
    #flexbox {
        display: flex;
    }

    #flex_left {
        width: 33%;
    }

    #flex_center {
        width: 34%;
        border-right: solid 1px #000;
        border-left: solid 1px #000;
    }

    #flex_right {
        width: 33%;
    }
}

/* 免許種別ラベル */
.type-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

/* サイドバーエリア一覧 */
/*.areallist {background-color: #fff;border: 1px solid #ddd;margin-bottom: 15px;}*/
.areallist .title {
    padding: 15px 0 15px 0;
    text-align: center;
    border: 2px solid #8ec6f6 !important;
    background-color: #8ec6f6;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
}

.areallist ul.listwrap {
    margin: 15px 0 30px;
}

.areallist .listwrap li {
    transition: color 0.3s;
    list-style-type: none;
    font-size: 12px;
    padding: 5px 5px 5px 13px;
    border-bottom: 1px dotted #ddd;
}

/* フッターリンク */
.footernav1, .footernav1 a {
    color: #8ec6f6;
}

.footernav2, .footernav2 a {
    color: #86ce73;
}

.footernav3, .footernav3 a {
    color: #f68eb3;
}

@media (max-width: 767px) {
    .navbar-lnb > .container > .navbar-header {height:95px;}
    .navbar-lnb .navbar-right.navbar-phone {position:absolute; top:40px; right:0; margin-top:0;}
}

@media (max-width: 400px) {
    .navbar-lnb > .container > .navbar-header {height:105px;}
}

@media (min-width: 401px) {
    #ja .navbar-lnb .navbar-phone .operation-hours .max400 {display: none;}
}