/*
*   reset.css
*/
@import url('vendor/reset.css');
@import url('vendor/jquery.fancybox.min.css');

/* ----------------------------------------------
*   common
---------------------------------------------- */
html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium',
        'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0.15em;
    color: #000;
    background-color: #fff;
}

strong {
    font-weight: 600;
}

img {
    width: 100%;
}

.pc {
    display: none;
}
.sp {
    display: block;
}

.bold {
    font-weight: bold;
}

.clearfix::after{
    content: '';
    display: block;
    clear: both;
}

.inner {
    position: relative;
}

.block {
    width: 87.5%;
    max-width: 720px;
    margin: 0 auto;
}
.block:not(:first-child) {
    margin-top: 60px;
}
.block .blk-head {
    margin-bottom: 1.2em;
}

/* ----------------------------------------------
*   parts
---------------------------------------------- */
article {}
article > header {
    margin-bottom: 30px;
}
article >section {}
article > footer {}

h2.title {
    position: relative;
    font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN',
        'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
    /* font-size: 24px; */
    font-size: 160%;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 0.3em;
    -webkit-font-feature-settings: 'palt';
    -moz-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
}
h2.title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    width: 13.75%;
    border-bottom: 1px solid #000;
}
h2.title > .link {
    float: right;
}
h2.title > .link > a {
    display: inline-block;
    position: relative;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
    /* font-size: 12px; */
    font-size: 50%;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #c98e27;
    -webkit-text-decoration: none;
            text-decoration: none;
    padding-left: 14px;
    top: -5px;
}
h2.title > .link > a::before {
    content: '';
    position: absolute;
    width: 8.5px;
    height: 13px;
    top: 46%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url('../img/logout-yellow.svg') center center no-repeat;
    background-size: contain;
}

h3.title {
    position: relative;
    font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN',
        'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 132.0%;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 0.3em;
    margin-bottom: 1.0em;
    -webkit-font-feature-settings: 'palt';
    -moz-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
}

.post-set .box .box-txt p {
    margin-top: 1em;
    line-height: 2em;
}
.post-set .box .box-txt em {
    font-style: italic;
}

.ttl-set h2.headline {
    font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN',
        'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 160%;
    font-weight: 600;
    line-height: 1.2em;
    /* letter-spacing: 0.01em; */
    margin-top: 2em;
    margin-bottom: 1em;
}

.ttl-set h3.headline {
    font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN',
        'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 120%;
    font-weight: 600;
    line-height: 1.2em;
    /* letter-spacing: 0.01em; */
    margin-top: 2em;
    margin-bottom: 1em;
    padding-bottom: 0.4em;
    border-bottom: 1px dotted #000;
}

.ttl-set h4.headline {
    font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN',
        'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 106.6%;
    font-weight: 600;
    line-height: 1.2em;
    /* letter-spacing: 0.01em; */
    padding-left: 0.6em;
    margin-top: 2em;
    margin-bottom: 1em;
    border-left: 1px solid #000;
}
.col-set .box {}
.col-set .box .box-txt {
    margin-top: 1em;
}
.col-set .box .box-txt p {}
.col-set .cols.c_1to2 .col:first-child {
    margin-bottom: 0;
}
.col-set .box .box-img {
    margin-top: 2em;
}
.col-set .box .box-img .visual {}
.col-set .box .box-img .caption {
    font-size: 80%;
}
.col-set .box .box-img a {
    color: #000;
    text-decoration: none;
}

.text-set {}
.text-set .box .box-txt p {
    margin-top: 1em;
}
.text-set .box .box-txt ul,
.text-set .box .box-txt ol {
    margin-top: 2em;
}
.text-set .box .box-txt blockquote {
    margin-top: 2em;
}

.img-text-set {}
.img-text-set .box {
    margin-top: 2em;
}
.img-text-set .box .box-txt {}
.img-text-set .box .box-img {
    margin-bottom: 1em;
}
.img-text-set .box .box-img.fl-l {}
.img-text-set .box .box-img.fl-r {}
.img-text-set .box .box-img .visual {}
.img-text-set .box .box-img .caption {
    font-size: 80%;
}
.img-text-set .box .box-img a {
    color: #000;
    text-decoration: none;
}
.img-text-set .box .box-txt p {
    margin-top: 1em;
}
.img-text-set .box .box-txt ul,
.img-text-set .box .box-txt ol {
    margin-top: 2em;
}
.img-text-set .box .box-txt blockquote {
    margin-top: 2em;
}

.bg-set {
    background-color: #f0f0f0;
    margin-top: 2em;
}
.bg-set .bg-set-inner {
    /*padding: 40px 20px 40px;*/
    padding: 20px 20px 20px;
}
.bg-set h4.headline {
    font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN',
        'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 106.6%;
    font-weight: 600;
    line-height: 1.2em;
    /* letter-spacing: 0.01em; */
    padding-left: 0.6em;
    /* margin-top: 2em; */
    margin-bottom: 1em;
    border-left: 1px solid #000;
}
.bg-set .box .box-txt p {
    margin-top: 1em;
}
.bg-set .box .box-txt ul,
.bg-set .box .box-txt ol {
    margin-top: 2em;
}
.bg-set .box .box-txt blockquote {
    margin-top: 2em;
}

.table-set {
    margin-top: 2em;
}
.table-set .box {}
.table-set .box .box-tbl {}
.table-set .tbl-fit {}
.table-set .tbl-fit table {
    border: 1px solid #f0f0f0;
}
.table-set .tbl-fit table tr {
    border: 1px solid #f0f0f0;
}
.table-set .tbl-fit table tr td {
    padding: 1em;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.table-set .tbl-fit table tr td:first-child {
    background-color: #f0f0f0;
}
.table-set .type-table-fit table,
.table-set .type-table-fit tbody,
.table-set .type-table-fit thead,
.table-set .type-table-fit tr,
.table-set .type-table-fit th,
.table-set .type-table-fit td {
    display: block;
}
.table-set .type-table-fit th + th,
.table-set .type-table-fit th + td,
.table-set .type-table-fit td + th,
.table-set .type-table-fit td + td {
    border-top: none;
}
.table-set .type-table-fit tr + tr th:first-child,
.table-set .type-table-fit tr + tr td:first-child {
    border-top: none;
}
.table-set .tbl-scroll {
    overflow-x: scroll;
}
.table-set .tbl-scroll table {
    min-width: 550px;
    border: 1px solid #f0f0f0;
}
.table-set .tbl-scroll table tr {
    border: 1px solid #f0f0f0;
}
.table-set .tbl-scroll table tr td {
    padding: 1em;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.table-set .tbl-scroll table tr td:first-child {
    background-color: #f0f0f0;
}

.list-set {
    margin-top: 1em;
}
.list-set ul,
.post-set ul {
    padding-left: 0.4em;
    /* list-style-type: disc; */
}
.list-set ul li,
.post-set ul li {
    position: relative;
    line-height: 1.8em;
    padding-left: 1em;
}
.list-set ul li:not(:first-child),
.post-set ul li:not(:first-child) {
    margin-top: 1.4em;
}
.list-set ul li:before,
.post-set ul li:before {
    content: '';
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #000;
}
.list-set ul li a,
.post-set ul li a {
    color: #000;
    text-decoration: none;
}
.list-set ol,
.post-set ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}
.list-set ol li,
.post-set ol li {
    padding-left: 1.4em;
    position: relative;
}
.list-set ol li:not(:first-child),
.post-set ol li:not(:first-child) {
    margin-top: 1.4em;
}
.list-set ol li:before,
.post-set ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    position: absolute;
    top: 0.3em;
    left: 0;
    background-color: #000;
    color: #fff;
    display: block;
    line-height: 1.5em;
    /* margin-left: -30px; */
    text-align: center;
    height: 1.4em;
    width: 1.4em;
    border-radius: 50%;
    font-size: 66.6%;
}
.list-set ol li a,
.post-set ol li a {}

.movie-set {
    margin: 3em 0;
}
.movie-set .box {}
.movie-set .box .box-movie {}
.movie-set .box .box-movie .iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movie-set .box .box-movie .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie-set .box .box-txt {
    margin-top: 0.6em;
}
.movie-set .box .box-txt .headline {
    font-weight: 600;
    margin-top: 0;
}
.movie-set .box .box-txt .caption {
    font-size: 80%;
    margin-top: 0;
}

.map-set {
    margin: 3em 0;
}
.map-set .box {}
.map-set .box .box-map {}
.map-set .box .box-map .iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.map-set .box .box-map .iframe-wrap iframe,
.map-set .box .box-map .iframe-wrap object,
.map-set .box .box-map .iframe-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.attention-set {
    margin-top: 1em;
}
.attention-set .box {}
.attention-set .box .box-txt {}
.attention-set .box .box-txt p {
    font-size: 80%;
}
.attention-set .box .box-txt p:not(:first-child) {
    margin-top: 1em;
}


.date {
    font-size: 80%;
    margin-bottom: 8px;
}

.separate {
    width: 100%;
    height: 2.5px;
    background: url('../img/separate.svg') center center repeat-x;
    background-size: contain;
    margin: 13px 0;
}

.heading {
    padding-left: 0.4em;
    border-left: 2px solid #000;
    margin-bottom: 1em;
}

.mail {
    color: #c98e27;
    text-decoration: none;
}

.btn {
    /* width: 104px;
    height: 32px; */
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    background-color: #c98e27;
    cursor: pointer;
}
.btn > a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5.5px 22px;
}

.link {}
.link > a {
    color: #000;
    -webkit-text-decoration: none;
            text-decoration: none;
}
.link.arrow {}
.link.arrow > a {
    display: inline-block;
    position: relative;
    line-height: 1em;
    color: #c98e27;
}
.link.arrow > a:before {
    content: '';
    position: absolute;
    bottom: 2px;
    right: -40px;
    width: 35px;
    border-bottom: 1px solid #c98e27;
}
.link.arrow > a:after {
    content: '';
    position: absolute;
    bottom: 6px;
    right: -40px;
    width: 12px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    border-bottom: 1px solid #c98e27;
}
.link.arrow.a_rev {
    padding-left: 40px;
}
.link.arrow.a_rev > a {}
.link.arrow.a_rev > a:before {
    left: -40px;
}
.link.arrow.a_rev > a:after {
    left: -40px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
}
.link.arrow.a_small {
    padding-right: 18px;
}
.link.arrow.a_small > a {}
.link.arrow.a_small > a:before {
    width: 14px;
    right: -24px;
    bottom: 1px;
}
.link.arrow.a_small > a:after {
    width: 10px;
    right: -24px;
    bottom: 4px;
}
.link.arrow.a_rev.a_small {
    padding-left: 18px;
}
.link.arrow.a_rev.a_small > a {}
.link.arrow.a_rev.a_small > a:before {
    left: -18px;
}
.link.arrow.a_rev.a_small > a:after {
    left: -19px;
}
.link.arrow.under {

}
.link.arrow.under > a {
    font-size: 80%;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-right: 22px;
    padding-bottom: 4px;
    border-bottom: 1px solid #c98e27;
    -webkit-font-feature-settings: 'palt';
    -moz-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
}
.link.arrow.under > a:before {
    content: none;
}
.link.arrow.under > a:after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: -1px;
    width: 10px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    border-bottom: 1px solid #c98e27;
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.cols .col {
    width: calc(50% - 5px);
}
.cols.c_full {}
.cols.c_full .col {
    width: 100%;
}
/* .cols .col:nth-child(odd) {
    margin-right: 10px;
} */
.cols.c_1to2 {}
.cols.c_1to2 .col {
    width: 100%;
}
/* .cols.c_1to2 .col:nth-child(odd) {
    margin-right: 0;
} */
.cols.c_1to2 .col:first-child {
    margin-bottom: 1em;
}
.cols.c_1to3 {}
.cols.c_1to3 .col {
    width: 100%;
}
.cols.c_2to3 {}
.cols.c_2to3 .col {
    width: calc(50% - 5px);
}

.news-list {}
.news-list .news-item {}
.news-list .news-item:not(:first-child) {
    margin-top: 1.4em;
}
.news-list .news-item > a {
    display: inline-block;
    color: #000;
    -webkit-text-decoration: none;
            text-decoration: none;
}
.news-list .news-item > a > .title {
    /* font-size: 86.6%; */
    line-height: 1.7em;
    letter-spacing: 0.15em;
    margin-top: -4px;
}
.news-list .news-item > a > .date {
    font-size: 66.6%;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.magazine-list {}
.magazine-list .magazine-item {
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.magazine-list .magazine-item > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
}
.magazine-list .magazine-item .thumb {}
.magazine-list .magazine-item .caption {
    display: block;
    font-size: 66.6%;
    letter-spacing: 0.075em;
    padding-bottom: 0.4em;
}

/*
*   WP PageNavi Plugin
*/
.wp-pagenavi {
    display: block;
    text-align: center;
    width: 100%;
}
.wp-pagenavi .pages { display: none; }
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {

}
.wp-pagenavi .previouspostslink {
    margin-right: 10px;
}
.wp-pagenavi .nextpostslink {
    margin-left: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 20px;
    /* height: 100%; */
    bottom: 0;
    -webkit-text-decoration: none;
            text-decoration: none;
    border: none;
    border-bottom: 1px solid #c98e27;
}
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after {
    content: '';
    position: absolute;
    bottom: 3px;
    width: 12px;
    border: none;
    border-bottom: 1px solid #c98e27;
}
.wp-pagenavi .previouspostslink:after {
    left: -1px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
}
.wp-pagenavi .nextpostslink:after {
    right: -1px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}
/* .wp-pagenavi .page {
    display: flex;
    justify-content: center;
    width: auto;
} */
.wp-pagenavi .page {
    margin: 0 4px;
    color: #000;
    -webkit-text-decoration: none;
            text-decoration: none;
    border: none;
}
.wp-pagenavi .current {
    margin: 0 4px;
    color: #c98e27;
    border: none;
}
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: inline-block;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    opacity: 0.6;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    border-bottom: 1px solid #c98e27;
}


/* ----------------------------------------------
*   form
---------------------------------------------- */
/* ---------- ▼ form reset ---------- */
input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
}
label {
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
textarea {
    overflow: auto;
}
/* ---------- ▲ form reset ---------- */
form {
}
form .input-unit {
}
form .input-unit.center {
    text-align: center;
}
form .input-unit:not(:first-child) {
    margin-top: 33px;
}
form .input-unit label {
    display: inline-block;
    width: 100%;
    max-width: 424px;
    font-size: 106.6%;
    /* text-align: center; */
    vertical-align: middle;
}
form .input-unit .label {
    font-size: 106.6%;
}
form .input-unit input {
    display: block;
    width: 100%;
    padding: 0.3em;
    margin-top: 0.4em;
    background-color: #ededed;
    font-size: 100%;
}
form .input-unit .input-wrap {
    font-size: 106.6%;
}
form .input-unit select {
    font-size: 100%;
}
form .submit-unit {
    width: 114.5px;
    height: 34px;
    margin: 42px auto 0;
}
form .submit-unit input,
form .submit-unit button {
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 2px;
    background-color: #c98e27;
    cursor: pointer;
    font-size: 106.6%;
    /* padding-top: 4px; */
}
form .btn-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
form .btn-column .submit-unit {
    margin-left: 5px;
    margin-right: 5px;
}

/* -- 生年月日入力 --- */
form .input-unit.birthday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
form .input-unit.birthday > p {
    width: 100%;
    margin-bottom: 0.4em;
}
form .input-unit.birthday > label {
    width: auto;
    margin-right: 12px;
}
form .input-unit.birthday .select-wrap {
    display: inline-block;
    position: relative;
    /* margin: 0 4px; */
}
form .input-unit.birthday .select-wrap:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid black;
}
form .input-unit.birthday select {
    padding: 0.2em 1.3em 0.2em 0.4em;
    /* padding: 0.2em 2em 0.2em 0.4em; */
    border-radius: 2px;
    background-color: #ededed;
    cursor: pointer;
}
form .input-unit.birthday select.year {
}
form .input-unit.birthday select.month {
}
form .input-unit.birthday select.day {
}
form .input-unit.birthday .item {
    /*margin: 0 1em;*/
}

/* -- メールアドレス --- */
form .input-unit.email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
form .input-unit.email > p {
    width: 100%;
    margin-bottom: 0.4em;
}

/* -- エラ〜メッセージ --- */
form .error-msg {
    text-align: center;
    color: red;
}

/* --- フィルター --- */
.filter {}
.filter label {
    width: auto;
    cursor: initial;
}
.filter label .select-wrap {
    display: inline-block;
    position: relative;
}
.filter label .select-wrap:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid black;
}
.filter label .select-wrap select {
    padding: 0.2em 2em 0.2em 0.4em;
    border-radius: 2px;
    background-color: #ededed;
    cursor: pointer;
    font-size: 87.5%;
    letter-spacing: 0.05em;
    margin-left: 8px;
}
.filter label .select-wrap select option {}



/* ----------------------------------------------
*   wrapper
---------------------------------------------- */
#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------
*   global header
---------------------------------------------- */
#wrapper > header {
}

/* ----------------------------------------------
*   global footer
---------------------------------------------- */
#wrapper > footer {
    position: relative;
    width: 100%;
    /* height: 80px; */
    padding: 8px 1em 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f5f5f5;
}
#wrapper > footer .box {
}
#wrapper > footer .box .box-txt {
}
#wrapper > footer .box .box-txt > p {
}
#wrapper > footer .box .box-txt > p.link {
    font-size: 80%;
    margin-bottom: 6px;
    letter-spacing: 0.075em;
}
#wrapper > footer .box .box-txt > p.link > a {
    color: #000;
    text-decoration: underline;
}
#wrapper > footer .box .box-txt > p.copy {
    font-size: 66.6%;
    letter-spacing: 0.075em;
}

/* ----------------------------------------------
*   container
---------------------------------------------- */
#container {
}
#container .cont-head {
    border-bottom: 1px solid #d7d7d7;
}

/* ----------------------------------------------
*   to top
---------------------------------------------- */
#to_top {
    position: fixed;
    bottom: 10px;
    right: 13px;
    width: 12.29508196721311%;
    max-width: 50px;
}
#to_top > img {
}

@media screen and (min-width: 1024px) {

    /* ----------------------------------------------
    *   common
    ---------------------------------------------- */
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }

    .over {
        display: inline-block;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
    .over:hover {
        opacity: 0.6;
    }

    .block {}
    .block:not(:first-child) {
        margin-top: 100px;
    }
    .block .blk-head {}


    /* ----------------------------------------------
    *   parts
    ---------------------------------------------- */
    article {}
    article > header {
        margin-bottom: 60px;
    }
    article > section {}
    article > footer {}

    h2.title {
        /* font-size: 30px; */
        font-size: 200%;
        padding-bottom: 16px;
    }
    h2.title::after {
        width: 226px;
    }
    h2.title > .link > a {
        /* font-size: 16px; */
        font-size: 53.3%;
        top: -5px;
        left: 4px;
        padding-left: 20px;
    }
    h2.title > .link > a::before {
        width: 12px;
        height: 18px;
        top: 41%;
    }

    .ttl-set h2.headline {
        /* font-size: 30px; */
        font-size: 200%;
    }

    .ttl-set h3.headline {
        /* font-size: 20px; */
        font-size: 133.3%;
    }

    .col-set .box .box-img img {
        width: auto;
        max-width: 100%;
    }

    .img-text-set {}
    .img-text-set .box {}
    .img-text-set .box .box-txt {}
    .img-text-set .box .box-img {}
    .img-text-set .box .box-img.fl-l {
        width: 50%;
        float: left;
        margin-right: 22px;
    }
    .img-text-set .box .box-img.fl-r {
        width: 50%;
        float: right;
        margin-left: 22px;
    }
    .img-text-set .box .box-img .visual {}
    .img-text-set .box .box-img .caption {}
    .img-text-set .box .box-img a {
        display: block;
    }
    .img-text-set .box .box-txt ul,
    .img-text-set .box .box-txt ol {
        display: table;
        width: calc(50% - 30px);
    }

    .bg-set {}
    .bg-set .bg-set-inner {
        /*padding: 44px 24px 44px;*/
        padding: 22px 24px 22px;
    }
    .bg-set h4.headline {}

    .movie-set {}
    .movie-set .box {
        padding: 0 24px;
    }
    .movie-set .box .box-movie {}
    .movie-set .box .box-movie .iframe-wrap {}
    .movie-set .box .box-movie .iframe-wrap iframe {}



    .btn > a {
        padding: 7px 24px;
        /* font-size: 18px; */
        font-size: 120%;
        letter-spacing: 0.05em;
    }

    .link.arrow.under > a {
        /* font-size: 16px; */
        font-size: 106.6%;
        letter-spacing: 0.075em;
    }

    .separate {
        margin: 1.4em 0 1.8em;
    }



    .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .cols .col {
        width: calc(50% - 12px);
    }
    /* .cols .col:nth-child(odd) {
        margin-right: 24px;
    } */
    .cols.c_1to2 {}
    .cols.c_1to2 .col {
        width: 48%;
    }
    .cols.c_1to2 .col:first-child {
        margin-bottom: 0;
    }
    .cols.c_1to2.c_wideL .col:first-child {
        width: 60%;
    }
    .cols.c_1to2.c_wideL .col:nth-child(2) {
        width: 40%;
    }
    .cols.c_1to2.c_wideR .col:first-child {
        width: 40%;
    }
    .cols.c_1to2.c_wideR .col:nth-child(2) {
        width: 60%;
    }
    /* .cols.c_1to2 .col:nth-child(odd) {
        margin-right: 24px;
    } */
    .cols.c_1to3 {}
    .cols.c_1to3 .col {
        width: calc(33.3333% - 12px);
    }
    .cols.c_2to3 {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .cols.c_2to3 .col {
        width: calc(33.3333% - 8px);
    }
    .cols.c_2to3 .col:nth-child(3n - 1) {
        margin-left: 12px;
        margin-right: 12px;
    }

    .news-list .news-item > a > .date {
        /* font-size: 11px; */
        font-size: 73.3%;
        font-weight: normal;
    }
    .news-list .news-item > a > .title {
        /* font-size: 17px; */
        /* font-size: 113.3%; */
        line-height: 1.4em;
        /* letter-spacing: 0.15em; */
        letter-spacing: 0.075em;
        margin: 0;
    }

    .magazine-list {}
    .magazine-list .magazine-item {
        margin-bottom: 24px;
    }
    .magazine-list .magazine-item > a {}
    .magazine-list .magazine-item .thumb {}
    .magazine-list .magazine-item .caption {
        /* font-size: 12px; */
        font-size: 80%;
    }


    /* ----------------------------------------------
    *   form
    ---------------------------------------------- */
    form {
    }
    form .input-unit {
    }
    form .input-unit:not(:first-child) {
    }
    form .input-unit label {
        text-align: left;
    }
    form .input-unit input {
        display: inline-block;
        max-width: 320px;
        float: right;
        margin-top: 0;
        margin-left: 4px;
    }
    form .submit-unit {
    }
    form .submit-unit input {
    }
    form .submit-unit button {}

    /* -- 生年月日入力 --- */
    form .input-unit.birthday > p {
        width: calc(100% - 619px);
    }

    /* -- メールアドレス --- */
    form .input-unit.email > p {
        width: calc(100% - 619px);
    }

    /* ----------------------------------------------
    *   global wrapper
    ---------------------------------------------- */
    #wrapper {
    }

    /* ----------------------------------------------
    *   global header
    ---------------------------------------------- */
    #wrapper > header {
    }

    /* ----------------------------------------------
    *   global footer
    ---------------------------------------------- */
    #wrapper > footer {
        /* height: 100px; */
        padding: 0;
        padding-top: 34px;
        padding-bottom: 10px;
    }
    #wrapper > footer .box {
    }
    #wrapper > footer .box .box-txt {
    }
    #wrapper > footer .box .box-txt > p {
        text-align: center;
    }
    #wrapper > footer .box .box-txt > p.link {
        /* font-size: 14px; */
        font-size: 87.5%;
        letter-spacing: 0.015em;
        margin-bottom: 1em;
    }
    #wrapper > footer .box .box-txt > p.link > a {
    }
    #wrapper > footer .box .box-txt > p.copy {
        letter-spacing: 0.1em;
    }

    /* ----------------------------------------------
    *   container
    ---------------------------------------------- */
    #container {
    }
    #container .cont-head {
        border: none;
    }

    /* ----------------------------------------------
    *   to top
    ---------------------------------------------- */
    #to_top {
        bottom: 20px;
        right: 18px;
        width: 58px;
        height: 58px;
        max-width: none;
    }
    #to_top > img {
    }
}
