body {
    color: #353535;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    /* padding-top: 158px!important; */
}
.--sp-only {
    display: none;
}
/* ============================
執筆者
 ========================= */
.entry-author-buttons .x img{
    display: block;
    width: 13px;
    height: auto;
}

/* ============================
検索ボックス
 ========================= */
.mt-site-search-form__query {
    background: #F8F9FF;
}
.my-search-box-close {
    display: none;
}
/* ============================
header
 ========================= */
.my-header {
    padding: 14px 0 0;
    top: 0;
}
.my-header .inner {
    padding: 14px 0 0;
    z-index: 20;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin: 0;
    padding: 0;
}

.my-header .naviwrap {
    display: block;
    position: relative;
    height: 100%;
}

.my-header__wrap {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px 16px;
}

.my-header h1 {
}

.my-header__wrap .my-search-box {
    margin: 0;
}

.my-header nav {
    background: #B1CEE7;
}

.my-header__nav-item a {
    display: block;
}

.my-header nav .my-header__nav-item {
    color: #1E2679;
    font-size: 15px;
    font-weight: 700;
}

.my-navi-icon {
    display: block;
    width: 29px;
    height: 29px;
    margin: 0 auto;
}

#globalnavi.my-globalnavi ul {
    column-gap: 14px;
    padding: 10px 0 0;
}

#globalnavi.my-globalnavi ul li {
    column-gap: 14px;
    margin: 0;
}

/* ============================
top
 ========================= */
.top .clearfix {
    padding-top: 0!important;
}

.clearfix {
    padding-top: 58px!important;
}
#content main {
    padding-top: 0!important;
}
.entry-author-detail .entry-author-detail-body {
    padding-top: 0!important;
}
/* イチオシ記事タイトル */
.swiper__title {
    padding-top: 30px;
    color: #1E2679;
}
.swiper__title::before {
    content: '';
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 22px;
    width: 56px;
    background: url(/common/images/title-illust.svg) no-repeat center center;
}
.swiper__title::after {
    display: none;
}

/* スライダー */
.top .swiper-slide__imgWrap {
    max-width: 800px;
    max-height: 450px;
}

.top .swiper__entry {
    max-width: 800px;
    margin: 0 auto;
}
.top .swiper__entryWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}
.top .swiper__entryDate {
    color: #AF8432;
    margin-bottom: 0;
}

#content.top main {
	margin-right: 0;
}

.top .swiperWrap {
    max-width: 960px;
    margin: 0 auto 60px;
}

.top .entrylist ul {
	gap: 60px 28px;
}

.top .entrylist li {
	width: calc(25% - 28px * 3 / 4);
	margin: 0;
}

.top .swiper__entryTitle {
    color: #353535;
}

.entrylist li .entry-detail .entry-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 15px;
    color: #353535;
    font-weight: 400;
}

.my-link-button {
    display: flex;
    justify-content: flex-end;
    column-gap: 16px;
    align-items: center;
    font-size: 18px;
}
.my-link-button img {
    transform: rotate(-90deg);
    width: 32px;
}
/* タブ切り替え */
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-menu {
    display: flex;
    justify-content: center;
    column-gap: 8px;
    margin-bottom: 40px;
}
.tab-btn {
    font-family: 'Noto Sans JP', sans-serif;
    border: none;
    text-align: center;
    color: #8E92BC;
    background: #E5E5E5;
    transition: all 0.1s 0s ease-in-out;
    padding: 16px 24px;
    font-size: 20px;
    letter-spacing: 2px;
    width: 215px;
    cursor: pointer;
    position: relative;
}
.tab-btn.active {
    color: #1E2679;
    background: #B1CEE7;
    font-weight: 700;
}
.tab-btn::after {
    content: '';
    width:0;
    height:0;
    border-style:solid;
    border-width: 26px 16px 0 16px;
    border-color: #B1CEE7 transparent transparent transparent;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translate(-50%,50%);
    transition: all 0.2s 0s ease-in-out;
    opacity: 0;
}
.tab-btn.active::after {
    opacity: 1;
}
/* バナーリスト */
.my-top__banner-wrap {
    margin-top: 100px;
}
.my-top__banner-list {
    display: flex;
    column-gap: 24px;
}
.my-top__banner-item {
    width: calc(25% - 24px * 3 / 4);
}
.my-top__banner-link {
    aspect-ratio: 252 / 155;
    display: block;
    transition: all 0.2s 0s ease-in-out;
}
.my-top__banner-link:hover {
    opacity: .7;
}
.my-top__banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block
}
/* ============================
記事リスト_共通
 ========================= */
#content,
#content .clearfix {
	overflow: visible;
}

.entrylist .my-article-item,
.mt-site-search-result-item {
    border: 1px solid #DEDFF0;
    padding-bottom: 0;
    position: relative;
}

.entrylist .my-article-item::before,
.entrylist .my-article-item::after,
.mt-site-search-result-item::before,
.mt-site-search-result-item::after {
    content: '';
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #DEDFF0;
    position: absolute;
    position: absolute;
    bottom: 0;
}
.entrylist .my-article-item::before,
.mt-site-search-result-item::before {
    left: 0;
    transform: translate(-50%, 50%);

}
.entrylist .my-article-item::after,
.mt-site-search-result-item::after {
    right: 0;
    transform: translate(50%, 50%);
}

.my-article-item article,
.my-article-item a {
    height: 100%;
}

.entrylist li article {
    overflow: hidden;
}

.entrylist li .entry-detail {
    padding: 16px;
}
.entrylist li .entry-detail .entry-date {
    color: #AF8432;
    text-align: left;
    margin-left: 0;
}
.entry-dateWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}
.my-category {
    background: #1E2679;
    color: #fff;
    text-align: center;
    font-size: 11px;
    border-radius: 12px;
    width: fit-content;
    padding: 4px 8px;
    line-height: 1;
}
.entry-image {
    position: relative;
}
.my-label-new {
    position: absolute;
    z-index: 2;
    font-size: 14px;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    background: #AF3232;
    padding: 0 40px;
    transform: translate(-30%, 45%) rotate(-45deg);
}
.side-entrylist .my-sidebar__content h3 {
    color: #353535;
    font-weight: 400;
}
/* もっと見る */
.my-load-more-btn {
    cursor: pointer;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin: 40px auto 0;
    font-size: 16px;
    color: #1E2679;
}
.my-load-more-btn img {
    width: 32px;
    flex-shrink: 0;
}
/* アニメーション */
.my-article-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
.my-article-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}
/* ============================
記事詳細
 ========================= */
.wysiwyg {
    margin-top: 40px;
}
.my-article-img img {
    width: 100%;
    height: auto;
}
.wysiwyg h2 {
    display: block;
    position: relative;
    padding-left: 12px;
    margin-bottom: 32px;
    font-weight: normal;
    position: relative;
    border-left: solid 12px var(--main_color);
    clear: both;
    padding-bottom: 5px;
}
.wysiwyg h2::after {
    content: "";
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--main_color) 0% 20%, var(--line_color) 20% 100%);
}
.wysiwyg h3 {
    margin-bottom: 15px;
    font-weight: 400;
    clear: both;
    padding: 0;
    border: none;
    padding-left: 20px;
}
.wysiwyg h4 {
    padding-left: 0;
    font-weight: 400;
}

.wysiwyg h3::before {
    content: "";
    background: var(--main_color);
    top: 14px;
    display: block;
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
}
.wysiwyg h4::before {
    display: none;
}

.wysiwyg ul ul {
    margin-top: 0;
}

.wysiwyg ol ol {
    margin-top: 0;
}
.wysiwyg a:link {
    color: #AF8432;
    font-weight: 700;
}
/* 記事執筆者 */
.entry-author-detail h3,
.entry-author-detail .entry-author-detail-body-text p.name {
    font-weight: 400;
}
.entry-author-detail a {
    color: #AF8432;
}
/* 関連記事 */
.relation-entrylist li {
    border-bottom: 1px solid #DEDFF0;
}
.entry-author-detail-body figure {
    flex-shrink: 0;
}
.entry-categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
/* ============================
目次
 ========================= */
.my-toc {
    border: 1px solid #1E2679;
    margin-top: 40px;
}
.my-toc-heading {
    background: #1E2679;
    color: #fff;
    margin: 0;
    padding: 12px 16px;
}
.my-toc-inner {
    padding: 24px 40px;
}
.my-toc-list {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.3s linear;
    opacity: 1;
    position: relative;
}
.my-toc-list::after {
    content: "";
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.my-toc.is-close .my-toc-list {
    max-height: 170px;
}
.my-toc.is-close .my-toc-list::after {
    display: block;
}

.my-toc-list > * {
    font-size: 16px;
}
.my-toc-list > *:not(:first-of-type) {
    margin-top: 12px;
}
.my-toc-childList {
    list-style: disc;
    padding-left: 32px;
    font-size: 14px;
}
.my-toc-close {
    margin: 16px auto 0;
    border-radius: 90px;
    border: 2px solid #1E2679;
    color: #1E2679;
    width: fit-content;
    padding: 6px 40px 4px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    column-gap: 12px;
    background: #fff;
    cursor: pointer;
}
.my-toc-close .--arrow {
    display: block;
    vertical-align: middle;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
    transition: all 0.2s 0s ease-in-out;
}
.my-toc.is-close .my-toc-close .--arrow {
    transform: translateY(-3px) rotate(135deg);
}
/* ============================
サイドバー
 ========================= */
.my-search-box {
    margin-bottom: 40px;
}

.my-sidebar__content {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.my-sidebar__cat a {
    color: #353535;
    font-weight: normal;
}
/* ============================
パンくず
 ========================= */
.my-breadcrumb {
    border-bottom: 1px solid #DEDFF0;
    padding: 16px 0;
    font-size: 12px;
    overflow-x: scroll;
    white-space: nowrap;
}
.my-breadcrumb__inner {
    max-width: 1272px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}
.my-breadcrumb a {
    color: #1E2679;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.my-breadcrumb a::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(/common/images/breadcrumb-arrow.svg) no-repeat center center;
}
/* ============================
関連記事カード
 ========================= */
.my-related-card {
    margin-bottom: 40px;
}

.my-related-card .my-related-card__link {
    display: flex;
    text-decoration: none!important;
    background: #fff;
    padding: 24px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    column-gap: 24px;
    align-items: flex-start;
}

.my-related-card .my-related-card__thumb {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    max-width: 240px;
    flex-shrink: 0;
}
.my-related-card .my-related-card__thumb img {
    margin: 0;
    width: 100%;
}
.my-related-card .my-related-card__date {
    font-size: 16px;
    font-weight: 700;
    line-height: 180%;
    color: #888;
}
.my-related-card .my-related-card__cat {
    background: #F3F3F3;
    display: inline-block;
    padding: 4px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 180%;
    margin-left: 24px;
    color: #1E2679;
}
.my-related-card .my-related-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    margin: 8px 0 0;
    color: #1E2679;
}
.my-related-card .my-related-card__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    color: #888;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ============================
検索結果ページ
 ========================= */
.mt-site-search-result__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.mt-site-search-result-item {
    width: calc(50% - 24px * 1 / 2);
}
.mt-site-search-result-item__link {
    padding-bottom: 16px;
    display: block;
}
.my-search-thumb {
    display: block;
    width: 100%;
    height: auto;
}
.my-search-date {
    color: #AF8432;
    font-size: 12px;
    padding: 16px 16px 0;
}
.mt-site-search-result-item__label {
    padding: 0 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 15px;
    color: #353535;
    font-weight: 400;
}
.mt-site-search-result-item__url,
.mt-site-search-result-item__excerpt {
    display: none;
}
/* ============================
ラブホ初心者ガイド
 ========================= */
#entry,
#inside,
#all {
    scroll-margin-top: 158px;
}
.my-guide__link {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 40px!important;
}

.my-guide__link li.my-guide__link-item {
    padding-left: 0;
    text-indent: 0;
}
.my-guide__link-item::before {
    display: none;
}

.my-guide__link-button {
    border: 1px solid #1E2679;
    padding: 6px 32px;
    border-radius: 500px;
    background: #fff;
    color: #1E2679!important;
    font-weight: 400!important;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    text-decoration: none!important;
}

.my-guide__link-button .--arrow {
    display: block;
    width: 10px;
    height: 10px;
}
.my-guide__link-button .--arrow::before {
    content: '';
    display: block;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
    position: absolute;
}

.my-guide-list:not(:last-of-type) {
	margin-bottom: 64px;
}
/* ============================
ラブホ初心者ガイド_下層
 ========================= */
.my-guide-column__box:not(:last-of-type) {
	margin-bottom: 32px;
}
.my-guide-column__box .--map {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    margin-bottom: 16px;
}
.my-guide-column__box .--map iframe {
    width: 100%;
    height: 100%;
}

/* ============================
モジュール
 ========================= */
/* リンクボックス */
.my-link-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 8px;
	background: #E0EBF5;
	padding: 16px;
	font-size: 18px;
    text-decoration: none!important;
    color: #353535!important;
    font-weight: 400!important;
    line-height: 1.6;
}
.my-link-box:not(:last-of-type) {
    margin-bottom: 24px;
}
.my-link-box__left {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.my-link-box__left img {
	width: 30px;
	display: block;
	margin: 0!important;
}
.my-link-box__right {
	display: grid;
	place-content: center;
	width: 20px;
	height: 20px;
}
.my-link-box__right .--arrow {
	line-height: 1;
	width: 10px;
	height: 10px;
	border: 2px solid #1E2679;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: rotate(45deg);
}
/* ボックス_青背景 */
.my-box__bg-blue {
	padding: 20px;
	background: #F8F9FF;
    font-size: 16px;
}
.my-box__bg-blue.--center {
	text-align: center;
}
.my-box__bg-blue:not(:last-of-type) {
    margin-bottom: 16px;
}
.my-box__bg-blue .--18 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}
/* ============================
New Open HOTELS
 ========================= */
.my-new-hotel__top {
    margin-bottom: 40px;
}
.my-new-hotel__item {
    display: flex;
    column-gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #CCC;
}
a.my-new-hotel__item {
    color: #333!important;
    text-decoration: none!important;
}
.my-new-hotel__item .my-new-hotel__item-thumbnail {
    flex-shrink: 0;
    max-width: 70px;
    width: 100%;
    aspect-ratio: 35 / 23;
    overflow: hidden;
    margin-bottom: 0;
    flex-shrink: 0;
}
.my-new-hotel__item .my-new-hotel__item-thumbnail img {
    object-fit: cover;
    margin: 0;
    width: 100%;
}
.my-new-hotel__item .my-new-hotel__info {
    flex: 1;
}
.my-new-hotel__item .my-new-hotel__head {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.my-new-hotel__item .my-new-hotel__date {
    color: #1E2679;
    font-size: 12px;
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
    margin-bottom: 0;
}
.my-new-hotel__item .my-new-hotel__date::after {
    content: '';
    width: 1.5px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #999999;
}
.my-new-hotel__item .my-new-hotel__comment {
    font-size: 13px;
    color: #666666;
}
.my-new-hotel__item .my-new-hotel__name {
    font-size: 20px;
}
.my-new-hotel__item .my-new-hotel__address {
    font-size: 15px;
}
.my-new-hotel__item .my-new-hotel__item-arrow {
    display: none;
}

#entry-3084843 #entry-social-buttons,
#entry-3084289 #entry-social-buttons {
    display: none;
}
#entry-3084843 .wysiwyg,
#entry-3084289 .wysiwyg {
    margin-top: 0;
}
/* おすすめホテル情報カード */
.my-pickCard {
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 40px!important;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
}

.my-pickCard img {
    margin-top: 0;
}

.my-pickCard__inner {

}

.my-pickCard__body {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    margin-bottom: 20px;
}

.my-pickCard__body-item {

}

.my-pickCard__body-item:nth-of-type(1) {
    max-width: 300px;
}

.my-pickCard__body-item:nth-of-type(2) {
    max-width: 260px;
}

.my-pickCard__body-item:nth-of-type(3) {
    max-width: 220px;
}

.my-pickCard__body-item-thumbnail {
    aspect-ratio: 30 / 17;
    overflow: hidden;
    margin-bottom: 16px;
}
.my-pickCard__body-item-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.my-pickCard__body-item-name {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px!important;
}

.my-pickCard__body-item-recommend {
    display: flex;
    align-items: center;
    column-gap: 6px;
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 600;
}

.my-pickCard__body-item-recommend .--star {
    display: flex;
    column-gap: 3px;
    align-items: center;
}

.my-pickCard__body-item-recommend .--star img {
    width: 14px;
    height: 14px;
}

.my-pickCard__body-item-row {

}
.my-pickCard__body-item-row:not(:last-of-type) {
    margin-bottom: 16px;
}

.my-pickCard__body-item-heading {
    font-size: 15px;
    color: #1E2679;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px!important;
}

.my-pickCard__body-item-text {
    font-size: 13px;
    color: #353535;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
address.my-pickCard__body-item-text {
    font-style: normal;
}

.my-pickCard__body-item-link {
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 400!important;
    display: block;
    text-decoration: none!important;
}

.my-pickCard__body-item-map {
    aspect-ratio: 55 / 31;
    overflow: hidden;
}
.my-pickCard__body-item-map iframe {
    width: 100%;
    height: 100%;
}

.my-pickCard__footer {

}

.my-pickCard__footer-list {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}

.my-pickCard__footer-item {
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
    border: 1px solid #1E2679;
    text-decoration: none!important;
}
.my-pickCard__footer-item:nth-of-type(odd) {
    color: #fff!important;
    background: #1E2679;
}
.my-pickCard__footer-item:nth-of-type(odd) img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(345deg) brightness(103%) contrast(101%);
}
.my-pickCard__footer-item:nth-of-type(even) {
    color: #1E2679;
    background: #fff;
}
.my-pickCard__footer-item:nth-of-type(even) img {
    filter: invert(13%) sepia(25%) saturate(7430%) hue-rotate(230deg) brightness(92%) contrast(99%);
}
.my-pickCard__footer-item img {
    width: 16px;
    height: auto;
}
/* おすすめホテル情報カードここまで */
/* ============================
footer
 ========================= */

.l-footer {
	background: #1E2679;
    color: #fff;
}

/* ハピホテ紹介セクション */

.l-footer__introduction {
	background: #F8F9FF;
	border-top: 4px solid #DEDFF0;
	padding: 43px 0;
}

.l-footer__introduction-inner {
	-moz-column-gap: 27px;
	align-items: center;
	column-gap: 27px;
	display: flex;
	margin: 0 auto;
	max-width: 861px;
	padding: 0 16px;
	width: 100%;
}

.l-footer__introduction-logo {
	width: 206px;
}
.l-footer__introduction-logo img {
	width: 100%;
}

.l-footer__introduction-text {
	color: #1E2679;
	font-family: "Segoe UI" "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 160%;
}

/* pc-navlist */
.l-footer__wrap {
    display: flex;
    justify-content: space-between;
    padding: 54px 16px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.l-footer__wrap-left {
	-moz-column-gap: 33px;
	color: #FFF;
	column-gap: 33px;
	display: flex;
}

.l-footer__wrap-right {
	-moz-column-gap: 10px;
	column-gap: 10px;
	display: flex;
}

.l-footer__wrap-right__button {
    flex: 1;
    max-width: 173px;
}

.l-footer__wrap-right__button img {
    width: 100%;
}

.l-footer__wrap-item {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.l-footer__wrap-item.--first {
	width: 400px;
}

.l-footer__wrap-item:nth-of-type(2n) {
	flex: 1;
}

.l-footer__wrap-item h4,
.l-footer__wrap-item a {
	font-size: 11px;
	font-weight: 400;
}

.l-footer__nav {
	padding-top: 15px;
	position: relative;
}

.l-footer__nav::before {
	background: linear-gradient(to right, #AF8432 20%, #fff 20%);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-footer__nav ul li:not(:first-of-type) {
	margin-top: 11px;
}

.l-footer__nav ul a {
	-moz-column-gap: 7px;
	column-gap: 7px;
	display: flex;
    color: #fff;
}

.l-footer__nav ul .--arrow {
	display: grid;
	display: block;
	place-content: center;
	width: 6px;
}

.l-footer__nav ul .--arrow::after {
	border: 1.5px solid currentColor;
	transform: rotate(45deg);
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 5px;
	line-height: 1;
	vertical-align: middle;
	width: 5px;
}

.l-footer__bottom-nav {
    background: #fff;
    padding: 25px 16px 8px;
}

.l-footer__bottom-list {
    display: flex;
    justify-content: center;
    column-gap: 8px;
}

.l-footer__bottom-item {
    font-size: 13px;
}

.l-footer__bottom-item::after {
    content: "｜";
    margin-left: 8px;
    color: #1E2679;
}

.l-footer__bottom-item:last-of-type:after {
    display: none;
}

.l-footer__bottom-item a {
    display: inline;
}

.l-footer__small {
    background: #fff;
    padding: 8px 16px 25px;
}

.l-footer__small {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.l-footer__small-img {
    max-width: 224px;
    width: 100%;
}

.l-footer__small small {
    font-size: 12px;
    color: #1E2679;
}
/* ========================================== */

/* sp */

.l-footer_sns {
	background: #F8F9FF;
	border-top: 2px solid #1E2679;
}

.l-footer_sns-inner {
	padding: 15px 10px;
}

.l-footer_sns-list {
	-moz-column-gap: 10px;
	column-gap: 10px;
	display: flex;
	justify-content: center;
}

.l-footer_sns-list li {
	flex: 1;
}

.l-footer_pagetop a {
	-moz-column-gap: 2px;
	align-items: center;
	background: #1E2679;
	color: #FFF!important;
	column-gap: 2px;
	display: flex;
	font-size: 12px;
	justify-content: center;
	padding: 12px;
}

.l-footer_pagetop img {
	width: 13px;
}

.l-footer__list-sp {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.l-footer__list-sp li {
	background: #fff;
	border-bottom: 0.9px solid #DEDFF0;
	display: block;
	font-size: 11px;
	width: 50%;
}

.l-footer__list-sp li:nth-child(odd) {
	border-right: 0.9px solid #DEDFF0;
}

.l-footer__list-sp a {
	-moz-column-gap: 8px;
	align-items: center;
	column-gap: 8px;
	display: flex;
	padding: 20px;
	width: 100%;
    font-weight: 700;
}

.l-footer__list-sp .--arrow {
	background: #1E2679;
	border-radius: 50%;
	display: grid;
	flex-shrink: 0;
	height: 11px;
	place-content: center;
	width: 11px;
}

.l-footer__list-sp .--arrow::after {
	border: 1.2px solid #fff;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 3px;
	line-height: 1;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 3px;
}

.l-footer-copyright {
    padding: 25px 16px;
    text-align: center;
    background: #fff;
}

.l-footer-copyright small {
    display: block;
    font-size: 12px;
    color: #1E2679;
}
/* ========================================== */
@media (min-width: 1367px) {
    .my-breadcrumb__inner {
        max-width: 90%;
    }
}
@media (max-width: 1100px) {
    /* body {
        padding-top: 188px!important;
    } */
    /* header */
    .my-header__wrap {
        padding: 0 1em;
    }
    .my-header__wrap .my-search-box {
        display: none;
    }
    /* top */
    #content.top {
		min-width: 100%;
	}
    .top .entrylist ul {
        gap: 40px 20px;
    }
    .top .entrylist li {
      width: calc(50% - 20px * 1 / 2);
    }
    /* バナーリスト */
    .my-top__banner-wrap {
        margin-top: 50px;
    }
    .my-top__banner-list {
        gap: 16px;
        flex-wrap: wrap;
    }
    .my-top__banner-item {
        width: calc(50% - 16px * 1 / 2);
    }
    .my-top__banner-link {
        aspect-ratio: 163 / 100;
    }
    .l-footer__bottom-item {
        font-size: 12px;
    }
}
@media (max-width: 999px) {
    /* 記事詳細 */
    #content {
        min-width: 100%;
    }
    #content main {
        margin-right: 0;
        margin-bottom: 50px;
        padding: 0 1em;
    }

    #main-wrapper {
        width: 100%;
        float: none;
        margin: 0 0 0 0;
    }
    /* サイドバー */
    #content aside {
        width: 100%;
        float: none;
        padding: 2em 1em;
        border-right: 0px;
        border-left: 0px;
    }
    /* 検索結果ページ */
    .mt-site-search-result-item {
        width: 100%;
    }
}
@media(max-width:768px) {
        .my-search-box-icon {
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .my-search-box {
        z-index: -1;
        width: 100%;
        position: absolute;
        padding: 24px;
        display: none;
        background: #F8F9FF;
        height: 100svh;
        top: 0;
        padding-top: 168px;
    }
    .mt-site-search-form__query {
        background: #fff;
    }
    .my-search-box-close {
        width: 16px;
        margin-left: auto;
        cursor: pointer;
        display: block;
    }
    .--pc-only {
        display: none;
    }
    .--sp-only {
        display: block;
    }
    .my-header__wrap {
        justify-content: center;
        position: relative;
    }
    .mt-navbar-brand {
        width: fit-content;
        margin: 0;
    }
    .mt-navbar-brand a {
        display: block;
    }
    /* top */
    .top .entrylist ul {
        display: flex;
        gap: 16px;
    }

    .top .entrylist li {
        width: calc(50% - 16px * 1 / 2);
    }

    .entrylist li .entry-detail .entry-title {
        font-size: 13px;
    }
    .my-link-button {
        column-gap: 8px;
        justify-content: center;
        font-size: 16px;
    }
    .my-link-button img {
        width: 24px;
    }
    .tab-menu {
        margin-bottom: 24px;
    }
    .tab-btn {
        width: calc(50% - 3px * 1 / 2);
        font-size: 15px;
        padding: 10.5px;
    }
    .tab-btn.active::after {
        border-width: 19px 12px 0 12px;
    }
    .clearfix {
        padding-top: 40px!important;
    }
    /* 関連記事カード */
    .my-related-card {
        margin-bottom: 45px;
    }

    .my-related-card .my-related-card__link {
        padding: 12px;
        column-gap: 12px;
    }

    .my-related-card .my-related-card__thumb {
        max-width: 120px;
    }

    .my-related-card .my-related-card__date {
        font-size: 12px;
    }

    .my-related-card .my-related-card__cat {
        padding: 1px 10px;
        margin-left: 4px;
        font-size: 12px;
    }

    .my-related-card .my-related-card__title {
        font-size: 14px;
        margin-top: 4px;
    }

    .my-related-card .my-related-card__desc {
        display: none;
    }
    aside .side-entrylist h2,
    aside .categorylist h2 {
        font-size: 20px;
    }
    /* mew open hotels */
    .my-new-hotel__top {
        margin-bottom: 20px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }
    .my-new-hotel__item {
        padding: 16px 52px 16px 16px;
        position: relative;
        column-gap: 12px;
    }
    .my-new-hotel__item .my-new-hotel__item-arrow {
        background: #B1CEE7;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        display: grid;
        place-content: center;
    }
    .my-new-hotel__item .my-new-hotel__item-arrow::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border: 2px solid #fff;
        padding-right: 3px;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: rotate(45deg);
    }
    .my-new-hotel__item .my-new-hotel__item-thumbnail {
        max-width: 80px;
        max-height: 80px;
        aspect-ratio: 1 / 1;
    }
    .my-new-hotel__item .my-new-hotel__head {
        flex-direction: column;
        align-items: flex-start;
    }
    .my-new-hotel__item .my-new-hotel__date {
        font-size: 11px;
        padding-right: 0;
        margin-right: 0;
    }
    .my-new-hotel__item .my-new-hotel__date::after {
        display: none;
    }
    .my-new-hotel__item .my-new-hotel__comment {
        font-size: 12px;
    }
    .my-new-hotel__item .my-new-hotel__name {
        font-size: 16px;
    }
    .my-new-hotel__item .my-new-hotel__address {
        font-size: 12px;
        display: block;
    }
    .my-pickCard {
        padding: 24px;
        margin-bottom: 30px!important;
    }
    .my-pickCard__body {
        flex-direction: column;
        row-gap: 24px;
    }
    .my-pickCard__body-item:nth-of-type(1) {
        max-width: 100%;
    }
    .my-pickCard__body-item:nth-of-type(2) {
        max-width: 100%;
    }
    .my-pickCard__body-item:nth-of-type(3) {
        max-width: 100%;
    }
    .my-pickCard__body-item-thumbnail {
        aspect-ratio: 41 / 23;
    }
    .my-pickCard__body-item-text {
        font-size: 15px;
    }
    .my-pickCard__body-item-link {
        margin-bottom: 8px!important;
    }
    .my-pickCard__body-item-map {
        aspect-ratio: 41 / 23;
    }
    .my-pickCard__footer-list {
        flex-direction: column;
        row-gap: 10px;
    }
    .my-pickCard__footer-item {
        width: 100%;
    }
    .my-guide__link {
        margin-top: 20px!important;
    }
    /* footer */
    .l-footer {
        padding: 0;
    }

    .l-footer__wrap {
        padding: 0;
    }

    .l-footer-copyright {
        padding: 28px 16px;
        background: #1E2679;
    }

    .l-footer-copyright__logo {
        max-width: 120px;
        width: 100%;
        margin: 0 auto;
    }
    .l-footer__sp-small {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #1E2679;
        padding: 24px 16px;
    }
    .l-footer__sp-small img {
        max-width: 150px;
        width: 100%;
    }

    .l-footer__sp-small small {
        display: block;
        font-size: 10px;
        color: #fff;
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    /* 執筆者 */
    .entry-author-buttons .x img{
        width: 21px;
    }
    /* body {
        padding-top: 80px!important;
    } */
    /* header */
    .my-header {
        padding: 0;
        height: auto;
    }
    .my-header .inner{
        height: 80px;
        background: #fff;
        padding: 12px 0;
        border-bottom: 1px solid #DEDFF0;
    }
    .my-search-box {
        padding-top: 98px;
    }
    .mt-navbar-brand {
        width: fit-content!important;
        margin: 0!important;
    }
    .my-header #responsive-menu-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 18px;
        border-radius: 0;
        width: 20px;
        height: 16px;
        border: none;
        background: url(/common/images/menu-button.svg) no-repeat center center;
    }
    .my-header nav {
        background: #fff;
    }
    .my-navi-icon {
        display: none;
    }
    .my-header #globalnavi {
        padding: 0 20px;
    }
    .my-header #globalnavi .my-header__nav-item a {
        border-bottom: dashed 1px #B1CEE7;
        position: relative;
        color: #353535;
        transition: all 0.3s 0s ease-in-out;
    }
    .my-header #globalnavi .my-header__nav-item a:hover {
        background: rgba(177, 206, 231, 0.40);
    }
    .my-header #globalnavi .my-header__nav-item a::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        width: 8px;
        height: 8px;
        border: 2px solid #353535;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateY(-50%) rotate(45deg);
        position: absolute;
        top: 50%;
        right: 12px;
    }
    .my-header .responsive-btn-active {
        background: url(/common/images/menu-button-close.svg) no-repeat center center!important;
    }
    .my-navi-icon {
        display: none;
    }
    /* スライダー */
    .top .swiper__entryWrap {
        gap: 10px;
    }
    /* 記事リスト_共通 */
    .entrylist li .entry-detail {
        padding: 10px;
    }
    .my-label-new {
        padding: 2px 40px;
        font-size: 9px;
        transform: translate(-35%,35%) rotate(-45deg);
    }
    .my-load-more-btn {
        font-size: 16px;
    }
    .my-load-more-btn img {
        width: 24px;
    }
    .my-category {
        font-size: 10px;
    }
    /* 記事詳細 */
    .wysiwyg {
        margin-top: 45px;
    }
    .wysiwyg h2 {
        padding-left: 8px;
        border-left: solid 8px var(--main_color);
    }
    .wysiwyg h3 {
        padding-left: 18px;
    }
    .wysiwyg h3::before {
        top: 9px;
    }
    .wysiwyg h4 {
        padding-left: 0;
    }
    /* 記事執筆者 */
    .entry-author-detail {
        padding: 17px 17px 18px;
        border: 1px solid var(--text_main_color);
    }
    .entry-author-detail-body {
        display: flex;
        column-gap: 16px;
    }
    /* 目次 */
    .my-toc {
        margin-top: 45px;
    }
    .my-toc-inner {
        padding: 24px 16px;
    }
    .my-toc-list {
        padding-left: 28px;
    }
    .my-toc-childList {
        padding-left: 12px;
    }
    /* 検索結果ページ */
    .mt-site-search-result-item__link {
        padding-bottom: 10px;
    }
    .my-search-date {
        padding: 10px 10px 0;
    }
    .mt-site-search-result-item__label {
        padding: 0 10px;
    }
    /* ラブホ初心者ガイド */
    #entry,
    #inside,
    #all {
        scroll-margin-top: 80px;
    }
    .my-guide-list:not(:last-of-type) {
        margin-bottom: 40px;
    }
    /* リンクボックス */
    .my-link-box {
        padding: 12px;
        font-size: 18px;
    }
    .my-link-box:not(:last-of-type) {
        margin-bottom: 16px;
    }
    .my-link-box__left img {
        width: 28px;
    }
    /* ボックス_青背景 */
    .my-box__bg-blue {
        padding: 18px;
        font-size: 15px;
    }
    .my-box__bg-blue .--18 {
        font-size: 16px;
        margin-bottom: 6px;
    }
}