@charset "utf-8";
/*
Template:themify-ultra
Theme Name:阿部旅館
Description:阿部旅館専用テーマ
Author:Infomediary Inc.
Version:1.0
*/

body {
    font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "MS P明朝", "MS 明朝", serif;
}

.content h2 {
    line-height: 1.3em;
    padding: .5em .5em;
    margin: 2em 0 1em;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 0 5px #000,0 0 12px #000;
    background-image: url(//abe-ryokan.jp/images/h2_background.jpg);
    background-position: center center;
    box-shadow: 0 3px 12px rgba(108,78,88,0.5);
    position: relative;
}

/*
.content h2::before {
    content: "";
    display: block;
    background-color: #734d59;
    background: linear-gradient(to right, rgb(103 68 80 / 50%) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 10px;
    position: absolute;
    top: -4px;
    left: -6px;
}

.content h2::after {
    content: "";
    display: block;
    background-color: #734d59;
    background: linear-gradient(to left, rgb(103 68 80 / 50%) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -4px;
    right: -6px;
}
*/

.content h3 {
    line-height: 1.3em;
    padding: .5em .8em;
    margin: 1em 0 0.5em;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 0 5px #56121b,0 0 12px #56121b;
    background-image: url(//abe-ryokan.jp/images/h3_background.jpg);
    background-position: center center;
    box-shadow: 0 3px 12px rgba(180,84,96,0.5);
    position: relative;
}

/*
.content h3::before {
    content: "";
    display: block;
    background-color: #734d59;
    background: linear-gradient(to right, rgb(163 67 78 / 50%) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 8px;
    position: absolute;
    top: -4px;
    left: -4px;
}

.content h3::after {
    content: "";
    display: block;
    background-color: #734d59;
    background: linear-gradient(to left, rgb(163 67 78 / 50%) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -4px;
    right: -4px;
}
*/

.content .image-center .image-content h3.image-title {
    line-height: 1.3em;
    padding: .4em 0;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    color: #4c463e;
    text-align: center;
    text-shadow: 0 0 6px #fff;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
    box-shadow: none;
}

.content h3.module-title, .content h4 {
    box-shadow: none;
    color: #333;
    text-shadow: 0 0 5px #fff,0 0 12px #fff;
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 0.05em;
    background: linear-gradient(to right, rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
    margin: 0 0 0.5em;
    display: block;
    position: relative;
    line-height: 1.3em;
    padding: .5em .6em;
}

.content h3.module-title::before, .content h4::before {
    content: "";
    display: block;
    background-color: #734d59;
    background: linear-gradient(to right, rgb(207 188 197) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.content h3.module-title::after, .content h4::after, .content .image-center .image-content h3.image-title::before, .content .image-center .image-content h3.image-title::after {
    display: none;
}

/** table **/
.content .table table {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.content .table table tbody tr, .content .table table tbody tr td {
    transition: 0.1s ease-in-out;
}

.content .table table tbody tr:hover, .content .table table tbody tr:hover td {
    background-color: rgba(255, 255, 255, 0.2);
}

.content .table table tbody td, .content .table table tfoot th {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.content .table table tbody tr:first-child td, .content .table table tfoot tr:first-child th {
    border-top: 0;
}

.content .table table tfoot th, .content .table table thead th {
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    vertical-align: middle;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

/* about-bathing */
.content .table.about-bathing table tbody td.column-1 {
    width: 30%;
}

.content .table.about-bathing table tbody td.column-2 {
    width: 40%;
}

.content .table.about-bathing table tbody td.column-3 {
    width: 30%;
}

/* about-plan */
.content .table.about-plan table tbody td {
    line-height: 1.4em;
}

.content .table.about-plan table tbody td.column-1 {
    width: 30%;
    font-weight: bolder;
    background-color: rgba(255, 255, 255, 0.35);
}

.content .table.about-plan table tbody td.column-2 {
    ; font-size: 90%;
}

.content .table.about-plan table tbody td.column-3 {
    width: 28%;
    font-size: 90%;
}

/* Accordion */
.content .table.about-plan .ui.brown, .content .table.about-plan .ui.brown > li.current, .content .table.about-plan .ui.brown > li.current:hover, .content .table.about-plan .ui.module-accordion .accordion-content {
    background-color: rgba(0, 0, 0, 0.02);
    border: 0;
}

.content .table.about-plan .ui.module-accordion .accordion-title {
    padding: 4px;
    font-size: 120%;
    border-radius: 6px;
    /* box-shadow: 0 3px 2px rgba(0, 0, 0, 0.25); */
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.content .table.about-plan .ui.module-accordion .builder-accordion-active .accordion-title {
    border-radius: 8px 8px 0 0;
}

.content .table.about-plan .ui.module-accordion .accordion-title a:after {
    content: "クリックで開きます";
    font-weight: normal;
    font-size: 10px;
    display: block;
    line-height: 1.2em;
    position: absolute;
    right: 15px;
    top: 37%;
}

/* fixed */
.content .table.fixed table {
    width: 100%;
    table-layout: fixed;
}

/** alert **/
.content .alert {
    border-radius: 6px;
    line-height: 1.3em;
    padding: 1.5%;
    box-shadow: 0 0 8px;
    margin-top: 2%;
    margin-bottom: 2%;
    font-weight: bold;
}

/* warning */
.content .alert.alert-warning {
    background-color: rgba(255, 186, 0, 0.2);
    color: #805900;
}

.notes {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
}