@charset "UTF-8";

/*  ▼ cmn-logo
------------------------------------- */
.cmn-logo {
    transition: all 0.5s;
}

.cmn-logo:hover {
    opacity: 0.6;
}

/*  ▼ cmn-title
------------------------------------- */
.cmn-title {
    width: 100%;
    margin: 0 0 30px;
    font-weight: 500;
    text-align: center;
}

/*  ▼ cmn-button
------------------------------------- */
.cmn-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    background-color: #f87b00;
}

.cmn-button:hover {
    background-color: #f45979;
}

/*  ▼ entry-button
------------------------------------- */
.entry-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 235px;
    height: 65px;
    padding-right: 5px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    border-radius: 50px;
    border: 1px solid #985f00;
    background: linear-gradient(0deg, #f49700 50%, #faa21c 50%);
    position: relative;
    z-index: 0;
}

.entry-button::before {
    content: '';
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background: url(../images/icon_heart.png) no-repeat center/contain;
}

.entry-button::after {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: auto;
    border-radius: inherit;
    border: 2px dotted #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.entry-button:hover {
    opacity: 0.6;
}

.entry-button_text span {
    display: block;
}

.entry-button_text_en {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 1.6rem;
    text-shadow: 2px 2px #c17900;
}

.entry-button_text_ja {
    font-size: 1.2rem;
}

.entry-button__sns-line {
    font-size: 1.5rem;
    text-shadow: 2px 2px #067031;
    border-color: #067031;
    background: #03b902;
}

.entry-button__sns-line::before {
    width: 35px;
    height: 35px;
    margin-right: 0;
    background-image: url(../images/entry-button__sns-line.png);
}

/*  ▼ cmn-tel
------------------------------------- */
.cmn-tel {
    line-height: 1;
    letter-spacing: 0;
}

.cmn-tel_title {
    line-height: 1.5;
    margin: 0 0 10px;
    font-size: 1.4rem;
}

.cmn-tel_text {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 500;
    font-family: "ShinGoPro", "Noto Sans JP", sans-serif;
}

.cmn-tel_text::before {
    content: '';
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url(../images/icon_tel.png) no-repeat center/contain;
}

/*  ▼ sns-list
------------------------------------- */
.sns-list {
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
}

.sns-list_item {
    width: 35px;
}

.sns-list_item:not(:last-child) {
    margin-right: 10px;
}

.sns-list_link:hover {
    opacity: 0.8;
    transform: translateY(-5px);
}

/*  ▼ modal
------------------------------------- */
.modal {
    align-items: stretch;
}

.modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.modal-card {
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0 20px 20px;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.5s;
    overflow: hidden;
}

.modal-card:hover {
    opacity: 0.7;
}

.modal-card_figure {
    width: calc(100% + 40px);
    height: 53.33333vw;
    min-height: 200px;
    margin: 0 -20px 20px;
}

.modal-card_text {
    max-height: 100px;
    margin: 0 0 15px;
    line-height: 1.6;
    overflow: hidden;
}

.modal-card_text_label {
    display: block;
    margin: 0 0 5px;
    font-size: 1.5rem;
}

.modal-card_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    background-color: #ec86b4;
    transition: all 0.5s;
    position: relative;
    z-index: 0;
}

.modal-card_button::after {
    content: '';
    width: 6px;
    height: 13px;
    background: url(../images/modal-card_button_shape.png) no-repeat center/contain;
    position: absolute;
    right: 20px;
    z-index: -1;
}

.modal-card_button:hover {
    background-color: #f45979;
}

.modal-content {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.modal-content_column {
    align-content: flex-start;
    width: calc(100% - 25px);
    height: 70vh;
    padding: 20px;
    background: url(../images/pattern01.png) repeat;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
}

.modal-content_figure {
    width: 100%;
    height: 64vw;
    min-height: 240px;
    margin: 0 0 20px;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.modal-content_figure::after {
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.modal-content_figure:hover::after {
    opacity: 1;
}

.modal-content_figure:hover img {
    transform: scale(1.3);
}

.modal-content_list {
    width: 100%;
}

.modal-content_text {
    width: 100%;
}

.modal-content_text table {
    display: block;
    line-height: 2;
    width: 100% !important;
}

.modal-content_text table tbody,
.modal-content_text table td {
    display: block;
}

.modal-content_text table tr,
.modal-content_text table th {
    display: flex;
}

.modal-content_text table tr,
.modal-content_text table td {
    height: auto !important;
}

.modal-content_text table th {
    width: 30%;
    margin-right: 10px;
}

.modal-content_text table td {
    width: auto !important;
    padding: 0 10px;
}

/*  ▼ news
------------------------------------- */
.news-list {
    width: 100%;
    font-weight: 500;
}

.news-list_item {
    border-bottom: 1px dotted #dacfd1;
}

.news-list_link {
    padding: 20px 0 10px;
}

.news-list_link:hover {
    color: #f45979;
}

.news-list_time {
    display: block;
    margin: 0 0 8px;
    color: #108740;
}

.news-list_title {
    font: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-detail {
    padding: 50px 0 60px;
}

.news-detail_body {
    min-height: 40vh;
    padding: 20px 15px;
    border-top: 2px solid #f45979;
    border-bottom: 2px solid #f45979;
}

.news-detail_body a {
    display: inline-block !important;
    text-decoration: underline;
}

.news-detail_body img {
    width: 100%;
    height: 100%;
}

.news-detail_title {
    margin: 0 0 20px;
    font-size: 1.8rem;
}

.news-detail_time {
    display: block;
    margin: 0 0 1em;
}

.news-detail em {
    font-style: italic;
}

/*  ▼ postView
------------------------------------- */
.post-view {
    width: 100%;
    margin-top: 30px;
    line-height: 2;
    position: relative;
    text-align: center;
    font-size: 1.3rem;
}

.post-view_prev {
    margin-right: auto;
}

.post-view_next {
    margin-left: auto;
}

.post-view_home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*  ▼ pagenation
------------------------------------- */
.pagenation {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0 0;
    line-height: 1.5;
}

.pagenation li {
    background-color: #ccc;
}

.pagenation li:not(:last-child) {
    margin-right: 10px;
}

.pagenation li:not(.current):hover {
    opacity: 0.7;
}

.pagenation li.current {
    color: #fff;
    background-color: #f45979;
}

.pagenation a {
    padding: 5px 10px;
    text-decoration: underline;
}

.pagenation span {
    display: block;
    padding: 5px 10px;
}

/*  ▼ breadcrumbs
------------------------------------- */
.breadcrumbs {
    padding: 8px 0;
    font-size: 1.2rem;
}

.breadcrumbs_wrap {
    justify-content: flex-start;
}

.breadcrumbs_item {
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s;
}

.breadcrumbs_item:last-child {
    flex: 1 1 0%;
    color: #f45979;
}

.breadcrumbs_item:not(:last-child) {
    padding-right: 22px;
}

.breadcrumbs_item:not(:last-child)::before {
    content: ' ';
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}

.breadcrumbs_item a {
    text-decoration: underline;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumbs_item a:hover {
    opacity: 0.6;
}

/*# sourceMappingURL=common_sp.css.map */
