@charset "UTF-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
Version: 1.2.3
*/
body {
    font: 500 96%/1.5 'Montserrat', "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

#main textarea,
#main input {
    font: inherit;
}

#submit {
    padding: 10px;
}

a:focus {
    outline: none;
}

.txtc {
    text-align: center;
}

.mt10 {
    margin-top: 10px;
}

.page-inner {
    margin: 15px auto;
    width: 96%;
}

@media screen and (min-width: 768px) {
    .page-inner {
        width: 1000px;
    }
}

.wrap-top-col{

}
@media screen and (min-width: 768px) {
    .wrap-top-col{
        display: flex;
        justify-content: space-between;
    }
}
.top-col__item{
    margin-bottom:15px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .top-col__item{
        margin-bottom:0;
        width: 32.5%;
    }
}
.top-col__item img{
    width:100%;
}

.home .header {
    position: relative;
}

.home .header.bg,
.home #inner-header {
    background: none !important;
}

.home #inner-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media only screen and (min-width: 768px) {
    .home #inner-header {
        top: 10px;
        right: 0;
        left: 0;
    }
}

/* ヘッダーアイキャッチ */
#custom_header {
    background-size: cover;
    height: 700px;
}

/* ヘッダーキャッチコピー */
#custom_header .wrap .header-text {
    margin: 200px auto 0;
}

#custom_header .wrap .header-text .en {
    font-weight: 600;
    margin: .5em 0;
}

@media only screen and (min-width: 768px) {
    #custom_header .wrap .header-text {
        margin: 220px auto 0;
    }
}

#custom_header .ja {
    font-size: 1em;
}

/* ロゴサイズ調整 */
@media only screen and (min-width: 768px) {
    #logo .h1 {
        height: 62px;
    }
}

@media only screen and (min-width: 768px) {
    #logo img {
        max-height: 50px;
    }
}

/* 数字、英字で使うGoogleフォント */
.gf {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* グロナビリンク */
.nav > li > a {
    line-height: 1.8;
}

@media only screen and (min-width: 768px) {
    .nav > li > a {
        padding-bottom: 0;
    }
}

.sp_g_nav > li > a:after {
    margin-top: -0.8em;
}

@media only screen and (min-width: 768px) {
    #g_nav {
        margin-right: 52px;
    }
}

/* グロナビ下の補助テキスト */
.nav li a .gf {
    color: #999;
    font-size: .75em;
}

.nav_btn .gf {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .nav_btn .gf {
        color: #999;
    }
}

/* グロナビ補助と検索補助のテキストのズレ */
@media only screen and (min-width: 768px) {
    .nav_btn.search_btn {
        padding: 9px 10px;
    }
}

/* 一部の固定ページの場合は、100%レイアウトなのでパンくずの表示を調整 */
@media only screen and (min-width: 768px) {
    .page-template-page-room #breadcrumb,
  .page-template-page-service #breadcrumb {
        margin: 1.5em auto;
        width: 1000px;
    }
}

/* カテゴリのラベルの位置移動と斜め表示をやめる */
@media only screen and (min-width: 1166px) {
    .single .byline .cat-name {
        margin-top: 0.3em;
        margin-left: 0.9em;
        font-size: 0.7em;
        float: right;
        padding: 0.2em 0.4em;
        position: static;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.btn-more {
    margin: 15px auto 50px;
    text-align: center;
}

.btn-more a {
    border: 2px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    overflow: hidden;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-more a:after {
    background: #000;
    content: '';
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    width: 0;
    height: 3px;
    right: 0;
    bottom: 0;
    left: auto;
}

.btn-more a:hover {
    color: #000;
}

.btn-more a:hover:after {
    left: 0;
    width: 100%;
}

.blue-btn, .comment-reply-link, #submit {
    font-family: inherit;
}

/* スマホ用ピックアップスライダー */
@media only screen and (max-width: 480px) {
    .carouselwrap .slider a:after {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(40%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6))) !important;
        background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 100%) !important;
    }

    .carouselwrap .slider a .entry-title {
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    }
}

/* もっと見る（サイドバー用） */
.sidebar__more {
    margin-top: -1em;
    text-align: right;
}

.sidebar__more a {
    color: #1bb4d3 !important;
}

/* 人気記事の順位レイアウト崩れ＋背景色 */
.popular-posts ul li a.no-icon {
    display: block;
}

.popular-posts ul.wpp-list li:nth-child(1) a:before {
    background-color: #d9b340;
}

.popular-posts ul.wpp-list li:nth-child(2) a:before {
    background-color: #6f7b83;
}

.popular-posts ul.wpp-list li:nth-child(3) a:before {
    background-color: #a15326;
}

@media screen and (min-width: 768px) {
    .page-template-page-top .popular-posts ul.wpp-list li {
        height: 196px;
    }
}

.page-template-page-top .popular-posts ul.wpp-list li .wpp-thumbnail {
    width: 75px;
    height: 75px;
}

@media screen and (min-width: 768px) {
    .page-template-page-top .popular-posts ul.wpp-list li .wpp-thumbnail {
        width: 196px;
        height: 196px;
    }
}

/* ページネーションがくっつくので */
.pagination li, .page-links li {
    margin: 2px !important;
}

.tbl-base {
    width: 100%;
}

.tbl-base th,
.tbl-base td {
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
}

.tbl-base th {
    background-color: #f1f1f1;
    display: block;
    width: 100%;
}

.tbl-base td {
    display: list-item;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .tbl-base th,
  .tbl-base td {
        display: table-cell;
    }

    .tbl-base th {
        width: 30%;
    }
}

/* ――――――――――――――――――――――

  トップページ用

―――――――――――――――――――――― */
.top-page #main,
.top-page #inner-content {
    padding: 0;
}

.top-page .page-full.wide #main {
    margin-top: 0;
}

.top-page #main .article header {
    margin-bottom: 0;
}

/* ――――――――――――――――――――――

  部屋・料金・設備

―――――――――――――――――――――― */
@-webkit-keyframes tabAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tabAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tab_wrap {
    width: 100%;
    margin: 20px auto 0;
}

.tab_area {
    border-bottom: 2px solid #000;
    border-collapse: separate;
    border-spacing: 3px 0;
    display: table;
    font-size: 0;
    margin: 0 auto;
    width: 100%;
}

.tab_area label {
    background: #989898;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: table-cell;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 5px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
    width: 22%;
    -webkit-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity;
}

@media screen and (min-width: 768px) {
    .tab_area label {
        font-size: 16px;
    }
}

.tab_area label:hover {
    opacity: .9;
}

.panel_area {
    background: #fff;
}

.tab_panel {
    width: 100%;
    padding: 0;
    display: none;
}

.tab_panel p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.tab_area label.active {
    background: #bb0108;
    color: #fff;
}

.tab_panel.active {
    display: block;
    -webkit-animation: tabAnim ease 0.6s forwards;
    animation: tabAnim ease 0.6s forwards;
    -ms-animation: tabAnim ease 0.6s forwards;
}

/* 固定ページのUIを初期化 */
.page-template-page-room,
.page-template-page-service,
.room_details-template {
    background-color: #fff;
}

.page-template-page-room #main,
.page-template-page-room #inner-content,
.page-template-page-service #main,
.page-template-page-service #inner-content,
.room_details-template #main,
.room_details-template #inner-content {
    padding: 0;
}

.page-template-page-room #inner-content,
.page-template-page-service #inner-content,
.room_details-template #inner-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tbl-price {
    width: 100%;
}

.tbl-price th,
.tbl-price td {
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 2px;
    text-align: center;
}

.tbl-price th {
    background-color: #eee;
    font-size: 13px;
}

@media screen and (min-width: 768px) {
    .tbl-price th,
  .tbl-price td {
        display: table-cell;
    }

    .tbl-price th {
        font-size: 15px;
    }
}

/* 項目 */
.tbl-price__type {
    width: 100px;
}

.ico-room-type {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin-right: 5px;
    padding: 1px 4px;
    vertical-align: text-bottom;
}

.type-a {
    background-color: #444;
}

.type-b {
    background-color: #866c57;
}

.type-c {
    background-color: #c5a949;
}

.type-d {
    background-color: #c00000;
}

.listRoom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.listRoom__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    width: 50%;
}

.listRoom__item a {
    background-color: #000;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.listRoom__item a img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.listRoom__item a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.listRoom__item:before {
    content: none !important;
}

.listRoom__item .room__no {
    right: 7px;
    bottom: 7px;
}

@media screen and (min-width: 768px) {
    .listRoom__item {
        width: 25%;
    }
}

.ico-fac {
    position: absolute;
    top: 8px;
    left: 8px;
}

.ico-fac img {
    width: 34px;
}

.list-fac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.list-fac li {
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px;
    padding: 8px 0;
    text-align: center;
    width: 49%;
}

.list-fac li span {
    display: block;
    font-size: 11px;
}

.list-fac--empty {
    border: none !important;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (min-width: 768px) {
    .list-fac li {
        width: 24%;
    }
}

@media screen and (min-width: 768px) {
    .swiper-container {
        margin-bottom: 50px;
    }
}

.swiper-button-prev {
    background-image: url("https://www.hotel-en-shizuoka.com/wp-content/uploads/2018/03/back.png") !important;
    left: 0 !important;
}

.swiper-button-next {
    background-image: url("https://www.hotel-en-shizuoka.com/wp-content/uploads/2018/03/next.png") !important;
    right: 0 !important;
}

@media screen and (min-width: 768px) {
    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }
}

.swiper-button-next, .swiper-button-prev {
    width: 64px !important;
    height: 64px !important;
    background-size: 30px 30px !important;
}

@media screen and (min-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
        background-size: 40px 40px !important;
    }
}

.swiper-pagination-bullet-active {
    background: #bb0108 !important;
}

.room-des {
    margin-bottom: 30px;
}

.creditcard-des img {
    width: 80%;
}

@media screen and (min-width: 768px) {
    .creditcard-des img {
        width: 400px;
    }
}

/* ――――――――――――――――――――――

  コンセプト

―――――――――――――――――――――― */
.concept {
    background-image: url("https://www.hotel-en-shizuokaic.com/wp-content/uploads/2018/03/bg-concept.jpg");
    background-size: cover;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .concept {
        background-position: center center;
    }
}

.concept-title {
    font-family: "Source Serif Pro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "HG明朝E", serif;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .concept-title {
        font-size: 38px;
        line-height: 1.4;
    }
}


.list-bnr-group{
    display:flex;
    justify-content:space-between;
    margin:0 auto;
    width:92%;
}
.list-bnr-group li{
    width:49%;
}
.list-bnr-group li a{
    display:block;
    width:100%;
}
@media screen and (min-width: 768px) {
    .list-bnr-group{
        max-width:600px;
        width:50%;
    }
}


/* トップページ用コンテンツタイトル */
.wrap-content-ttl {
    margin: 25px auto 15px;
}

.content-ttl {
    text-align: center;
}

.content-ttl span {
    color: #bb0108;
    font-size: 13px;
}

.content-ttl span:before,
.content-ttl span:after {
    content: "―";
    padding: 0 5px;
}

/*  */
.heading-2 {
    background: none !important;
    color: #000 !important;
    font-size: 1.3em;
    text-align: center;
}

/* ――――――――――――――――――――――

  部屋ランキング

―――――――――――――――――――――― */
.roomRank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

/* 1位の枠 */
.roomRank-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .roomRank-1 {
        width: 50.55%;
    }
}

/* 2位以降を包括する枠 */
.roomRankList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .roomRankList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 49.45%;
    }
}

/* 2位以降の1アイテム */
.roomRankList__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    width: 50%;
}

.roomRank-1 a,
.roomRankList__item a {
    background-color: #000;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.roomRank-1 a img,
.roomRankList__item a img {
    vertical-align: middle;
    -webkit-transition: all 300ms .1s ease;
    transition: all 300ms .1s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.roomRank-1 a:hover img,
.roomRankList__item a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* ランキングの順位枠 */
.room__no {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 1px 5px;
    position: absolute;
    bottom: 12px;
    right: 12px;
}

/* ランキングの順位枠 */
.roomRank__num {
    background-color: #000;
    color: #fff;
    display: block;
    line-height: 1.3;
    padding: 2px 8px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 24px;
    height: 24px;
}

/* ランキングの順位色 */
.rank-bg-1 {
    background-color: #d9b340;
}

.rank-bg-2 {
    background-color: #6f7b83;
}

.rank-bg-3 {
    background-color: #a15326;
}

/* ――――――――――――――――――――――

  販売・レンタル

―――――――――――――――――――――― */
.wrap-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .wrap-split {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.split-item__l,
.split-item__r {
    background-color: #f7f2eb;
    min-height: 240px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .split-item__l,
  .split-item__r {
        background-color: #f7f2eb;
        min-height: 340px;
        overflow: hidden;
        position: relative;
        width: 50%;
    }
}

.split-item__r {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.split-item__l {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.wrap-split:nth-child(even) .split-item__r {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.wrap-split:nth-child(even) .split-item__l {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media screen and (min-width: 768px) {
    .split-item__r {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .split-item__l {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .wrap-split:nth-child(even) .split-item__r {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .wrap-split:nth-child(even) .split-item__l {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.split-item__detail {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 90%;
}

@media screen and (min-width: 768px) {
    .split-item__detail {
        width: 330px;
        height: 240px;
    }
}

.split-item__r img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.listService {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.listService__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    width: 33.3%;
}

.listService__item a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.listService__item a div {
    background-color: #000;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.listService__item a img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.listService__item a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.listService__item:before {
    content: none !important;
}

@media screen and (min-width: 768px) {
    .listService__item {
        width: 25%;
    }
}

/* ――――――――――――――――――――――

  アクセス

―――――――――――――――――――――― */
.wrap-map {
    position: relative;
    width: 100%;
    height: 430px;
}
.wrap-map iframe{
    width:100%;
}
#map {
    width: 100%;
    height: 430px;
}

.map-info {
    background-color: #000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    margin: auto;
    opacity: .9;
    padding-top: 7px;
    position: absolute;
    top: 0;
    right: 195px;
    bottom: -200px;
    left: 0;
    text-align: center;
    width: 170px;
    height: 170px;
}

@media only screen and (min-width: 1166px) {
    .map-info {
        top: -235px;
        right: 450px;
        bottom: 0;
        left: 0;
    }
}

.map-info img {
    padding-bottom: 5px;
}

.wrap-access {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
}

.parking {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .parking {
        width: 35%;
    }
}

.tbl-access {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .tbl-access {
        width: 60%;
    }
}

.tbl-access tr {
    border-bottom: 1px solid #ddd;
}

.tbl-access th,
.tbl-access td {
    padding: 8px;
    text-align: left;
}

.tbl-access th {
    display: block;
    width: 100%;
}

.tbl-access td {
    display: list-item;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .tbl-access th,
  .tbl-access td {
        display: table-cell;
    }

    .tbl-access th {
        width: 34%;
    }
}

/* ――――――――――――――――――――――

  トップページフッター（新着、人気）

―――――――――――――――――――――― */
@media screen and (min-width: 768px) {
    .home_widget .popular-posts {
        margin: 0 auto;
        width: 1000px;
    }

    .home_widget .widgettitle {
        background-color: #fff;
        color: #0a0a0a;
        font-size: 1.6em;
        font-weight: bold;
        text-align: center;
    }

    .home_widget .popular-posts ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .home_widget .popular-posts ul li {
        border: none;
        margin-left: .5%;
        position: relative;
        width: 20%;
        height: 200px;
    }

    .home_widget .popular-posts ul li:first-child {
        margin-left: 0;
    }

    .home_widget .popular-posts ul li a {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        display: block;
        opacity: .9;
        padding: 50px 5px 5px 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
        width: 100%;
    }

    .home_widget .popular-posts ul li a img {
        margin: 0;
    }

    .home_widget .popular-posts ul li a:first-child {
        display: block;
        opacity: 1;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .home_widget .popular-posts ul li .eyecatch {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
        z-index: 0;
    }
}

/* ――――――――――――――――――――――

  右カラム（サブコンテンツ）

―――――――――――――――――――――― */
/* 人気ブログ */
ul.wpp-list li {
    padding: .75em;
}

@media screen and (min-width: 768px) {
    ul.wpp-list li {
        padding: 0 0 .75em 0;
    }
}

ul.wpp-list li a:before {
    top: 1em;
    left: 1em;
}

@media screen and (min-width: 768px) {
    ul.wpp-list li a:before {
        top: 0;
        left: 0;
    }
}

/* ――――――――――――――――――――――

  フッター

―――――――――――――――――――――― */
#footer-top .inner {
    border-bottom: 1px solid rgba(120, 120, 120, 0.1);
}


.wrap-sns{
    display:flex;
    flex-wrap:wrap;
    justify-content:start;
    margin-top:15px;
}
.wrap-sns a{
    align-items:center;
    background-color:#fff;
    border-radius:50%;
    display:flex;
    margin-right:10px;
    text-align:center;
    width:54px;height:54px;
}
.wrap-sns a:hover{
    background-color:#aaa;
    transition:all .2s ease;
}
.wrap-sns a img{
    display:inline-block;
    margin:0 auto!important;
    width:40%;
}
