/*
Theme Name: miurahantourism2024a
Version: 0.1
Template: arkhe
*/

@import url("mr-zushi-style.css");

/*
@import url("mr-miura-style.css");
@import url("mr-hayama-style.css");
@import url("mr-zushi-style.css");
@import url("mr-yokosuka-style.css");
@import url("mr-kamakura-style.css");
*/


:root {
  --ark-font_family :"Zen Kaku Gothic New", "Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
}

/* ============================================

　全般

============================================ */

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
}

#wrapper > header {
    border-top: 3px solid var(--area-key-color);
}


/* ============================================

　ブロック

============================================ */

/* scMV03 */
.arkp-scMV03 {
    --arkp--media--offset--x: 4rem;
    --arkp--media--pad--x: var(--ark-padding--container);
    --arkp--media--pad--y: var(--ark-padding--container); /* オーバーレイヘッダーの時は var(--ark-header_height); を利用してください */
    --arkp--media--bdr-radius: 2rem;
    position: relative;
}
.arkp-scMV03 .arkb-absLayer {
    width: calc(100% - var(--arkp--media--pad--x) * 2 - var(--arkp--media--offset--x));
    height: calc(100% - var(--arkp--media--pad--y) * 2);
    top: var(--arkp--media--pad--y);
    left: auto;
    right: var(--arkp--media--pad--x);
    border-radius: var(--arkp--media--bdr-radius);
    overflow: hidden;
}
.arkp-scMV03 .ark-block-section__body {
    text-shadow: 2px 2px 5px #ffffff;
}
.arkp-scMV03 .arkp-scMV03__heading .ark-block-heading__main {
    font-size: min(70px, 10vw);
    font-weight: 900;
    line-height: 1;
    margin-top: 1rem;
}
.arkp-scMV03 .arkp-scMV03__heading .ark-block-heading__sub {
    font-size: min(32px, 4.5vw);
}
.arkp-scMV03 .arkp-scMV03__subHeading  {
    font-size: min(28px, 4.5vw);
    font-weight: bold;
    line-height: 1.3;
    margin-top: 2.5rem;
}
.arkp-scMV03 .arkp-scMV03__txt {
    font-size: .875rem;
    margin-top: .5rem;
}
.arkp-scMV03 img {
    opacity: 0.40;
}
.arkp-scMV03 .sub-title {
    font-size: 0.75em;
}
.arkp-scMV03__subHeading + ul {
    margin-top: 1rem;
}
.arkp-scMV03 .ark-block-section__body li {
    font-weight: 500;
}
@media (min-width: 1000px) {
    .arkp-scMV03 {
        --arkp--media--offset--x: 12rem;
    }
    .arkp-scMV03 .arkb-absLayer {
        width: calc(100% -(50% - var(--ark-width--article) / 2) - var(--arkp--media--pad--x) - var(--arkp--media--offset--x));
    }
}

/* gnSec20 */
.arkp-gnSec20 .ark-block-heading__sub {
    font-family: "Playwrite AU SA";
    font-size: 6rem;
    letter-spacing: 0;
    color: #cccccc;
    text-stroke: 1px var(--ark-color--text, #333);
}
.ark-block-heading .ark-block-heading__sub {
    opacity: 1;
}
.arkp-gnSec20 .ark-block-heading__main {
    font-size: 3rem;
}
.arkp-gnSec20 .ark-block-heading .ark-block-heading__main {
    margin-top: -50px;
}
.arkp-gnSec20 + table {
    margin-top: 20px;
    margin-bottom: 50px;
}
@media (max-width: 600px) {
  .arkp-gnSec20 .ark-block-heading__sub {
      font-size: 3.5rem;
      letter-spacing: 0;
  }
  .arkp-gnSec20 .ark-block-heading__main {
      font-size: 2.5rem;
  }
  .arkp-gnSec20 .ark-block-heading .ark-block-heading__main {
      margin-top: -30px;
  }
}

/* scBizInfo01 */
.arkp-scBizInfo01 .ark-block-dl {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}
.arkp-scBizInfo01 .ark-block-dl__div {
    justify-content: flex-start;
    line-height: 1.5;
    padding: 1em .5em;
}
.arkp-scBizInfo01 .ark-block-dl__div:first-of-type {
    border-top: none;
}
.arkp-scBizInfo01 .ark-block-dl__div:last-of-type {
    border-bottom: none;
}
.arkp-scBizInfo01 .ark-block-dl__dt {
    flex: 0 1 12%;
    min-width: 100px;
}
.arkp-scBizInfo01 .arkp-scBizInfo01__supTxt {
    font-size: .875rem;
    opacity: .75;
}
@media (min-width: 1000px) {
  .arkp-scBizInfo01.-col2_pc .ark-block-container {
      flex-direction: row;
  }
}

/* scPageMV01 */
.arkp-scPageMV01 {
    --arkp--content--width: 100%;
}
.arkp-scPageMV01 .ark-block-container {
    padding: 2rem 2rem;
}
.arkp-scPageMV01 .ark-block-container__inner {
    width: var(--arkp--content--width);
}
.arkp-scPageMV01 .ark-block-heading__main {
    font-size: .875rem;
    text-indent: .1em;
    opacity: .35;
}
.arkp-scPageMV01 .ark-block-heading__sub {
    font-size: 2rem;
}
.arkp-scPageMV01 .arkp-scPageMV01__message {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
}
.arkp-scPageMV01 .wp-block-image {
    font-size: 0;
    margin-top: 0 !important;
}
.arkp-scPageMV01 .wp-block-image img {
    width: 100%;
}
@media (min-width: 1000px) {
  .arkp-scPageMV01 {
    --arkp--content--width: 500px;
  }
  .arkp-scPageMV01 .ark-block-section__bodyInner {
    display: flex;
  }
  .arkp-scPageMV01 .ark-block-container {
    justify-content: center;
    align-items: center !important;
    flex-grow: 1;
    padding: 4rem 4rem;
  }
  .arkp-scPageMV01 .ark-block-container__inner {
    align-items: flex-start;
  }
  .arkp-scPageMV01 .arkp-scPageMV01__message {
    font-size: 3rem;
  }
  .arkp-scPageMV01 .wp-block-image {
    flex-grow: 1;
  }
  .arkp-scPageMV01 .wp-block-image img {
    object-fit: cover;
    height: 100%;
  }
}

/* gnRichClmn05 */
.arkp-gnRichClmn05 .arkp-gnRichClmn05__itemTtl {
    font-size: 1.125rem;
    font-weight: bold;
}


/* ============================================

　ヘッダー

============================================ */

.l-header__center {
  padding: 0 0 3px 0;
}

.l-header__body {
  align-items: start;
}


/* ============================================

　コンテンツエリア

============================================ */

.l-container {
/*
    padding-left: 0;
    padding-right: 0;
*/
}

.l-content__body {
    margin: 3rem auto;
    margin-top: 2rem;
}

.l-article, .c-postMetas, .p-entry__foot, .l-footer__inner {
/*
    padding-left: var(--ark-padding--container, 0);
    padding-right: var(--ark-padding--container, 0);
*/
}
.c-postMetas .-modified .c-postMetas__icon {
  display: none;
}
.c-postMetas .-modified::before {
  content: "最終更新日：";
}

article.category-ranking .c-postMetas {
  display: none;
}


/* ============================================

　グローバルメニュー

============================================ */

.c-gnav {
    font-size: 1.2rem;
}
.c-gnav a:hover {
    color: var(--area-link-color);

}
.c-gnav :not(.current-menu-item) a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 10px;
    background: var(--area-link-color);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
}
.c-gnav :not(.current-menu-item) a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}
.c-gnav .current-menu-item a {
    color: var(--area-key-color-dark);
}
.c-gnav .current-menu-item a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 10px;
    background: var(--area-key-color-dark);
}
@media (max-width: 1200px) {
  .c-gnav__a {
    font-size: 0.9em;
  }
}


/* ============================================

　見出し

============================================ */

@media (max-width: 600px) {
  h1 {
    font-size: 1.75em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.25em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.9em;
  }
}


/* ============================================

　フロントページ

============================================ */

.home.page h2 {
    font-family: "Zen Kaku Gothic New";
}
.home.page .l-main__body>:first-child {
    margin-top: 0.5rem !important;
}
.toppage-whatsnew dd {
    width: 80%;
}

.home.page .ark-block-heading .ark-block-heading__sub {
    font-size: 1em;
}

.pr-btn-box {

}
.pr-btn-box ul {
    list-style-type: none;
    display: flex;
    width: 100%;
    padding-left: 0;
    flex-wrap: wrap;
}
.pr-btn-box li {
    margin-bottom: 2rem;
    width: 25%;
}
.pr-btn-box a {
    text-decoration: none;
}
.pr-btn-box a > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pr-btn {
    background-color: var(--area-link-color);
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}
.pr-btn:hover {
    background-color: var(--area-link-color-light);
}
.pr-btn img {
    width: 50px;
}
.pr-btn figcaption {
    font-size: 1rem;
    opacity: 100!important;
}
@media (max-width: 1000px) {
  .pr-btn-box li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .pr-btn-box li {
    width: 100%;
  }
}

.toppage-event .c-postThumb__figure {
    padding-top: 0;
}
.toppage-event .p-postList .p-postList__title {
    font-size: 1.2rem;
}
.toppage-event .p-postList .p-postList__date {
    font-size: 1.2rem;
    line-height: normal;
}
.toppage-event .p-postList__excerpt {
    font-size: 1rem;
}


/* ============================================

　固定ページ

============================================ */

.page .p-topArea {
    background: var(--area-key-color-light);
}
.page .p-topArea h1 {
  color: #205171;
}
.type-page p {
  margin-bottom: 1rem;
}

/* お問合わせフォーム */
.mw_wp_form p .contact-label {
  font-weight: bold;
}

/* 詳細検索 */
.search-form {
  margin-bottom: 5rem;
}

.search-form div div {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.search-form div div:not(:last-of-type) {
  margin-right: 16px;
}

.search-form div div .search__check input {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid var(--area-key-color);
  border-radius: 2px;
  cursor: pointer;
}

.search-form div div .search__check input:checked {
  background-color: var(--area-key-color);
}

.search-form div div .search__check input:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.search-form {
  margin-bottom: 5rem;
}

.search-form p {
  font-weight: 500;
  font-size: 1.2em;
}

.search-form button {
  display: block;
  background-color: var(--area-link-color);
  color: #ffffff;
  border-color: var(--area-link-color);
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  font-size: 1.2em;
  margin: auto;
}


/* ============================================

　投稿ページ（スポット）

============================================ */

/* 周辺の見どころ */
.nearby_tourist_spot_box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.nearby_tourist_spot_box .arkb-boxLink__figure.is-fixed-ratio img {
    left: 0;
    position: absolute;
    top: 0;
}
@media not all and (min-width: 600px) {
    .ark-block-blogCard .arkb-boxLink__figure+.arkb-boxLink__body {
        font-size: 19px;
    }
}

/* 注釈 */
.detail_notes {
  margin-top: 60px;
  margin-bottom: 30px;
}


/* ============================================

　アーカイブページ（イベント）

============================================ */

.event-list h2 {
    font-size: 1.2em;
}
.event-list .ark-block-dl__div .ark-block-dl__dt {
    width: 30%;
}
.event-list .ark-block-dl__div .ark-block-dl__dd {
    width: 70%;
}
.event-list .ark-block-column {
    margin-bottom: 50px;
}


/* ============================================

　投稿ページ（イベント）

============================================ */

.category-event .arkp-scPageMV01 .ark-block-section__color {
    background-color: rgba(0, 0, 0, 0) !important;
}

.category-event .l-content__body {
    margin-bottom: 0;
}

.event-map {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 600px) {
  .category-event .l-content__body {
    margin-top: 0;
  }
}


/* ============================================

　投稿ページ（モデルコース）

============================================ */

.plan .arkp-scMV03 .ark-block-section__bodyInner {
    max-width: 800px;
}

.plan h1>span, #swiper-plan .swiper-slide .swiper-meta>span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    text-shadow: none;
    padding: 7px 12px;
    border-radius: 5px;
}
.plan h1>span:first-child, #swiper-plan .swiper-slide .swiper-meta>span:first-child {
    margin-right: 10px;
    background-color: var(--area-key-color-dark);
}
.plan h1>span:not(:first-child), #swiper-plan .swiper-slide .swiper-meta>span:not(:first-child) {
    background-color: var(--area-key-color-light);
    color: var(--area-key-color-dark);
}
@media (max-width: 600px) {
  .plan h1>span:not(:last-of-type) {
    margin-bottom: 0;
  }
  .plan h1>span:last-of-type {
    margin-bottom: 20px;
  }
}

.plan .arkp-scMV03 .arkp-scMV03__heading .ark-block-heading__main {
    margin-bottom: 1.5rem;
}

.plan .arkp-scMV03 .ark-block-section__body .detail_point {
    font-weight: 500;
    padding-bottom: 15px;
}

.plan .plan-outline {
    margin-right: auto;
}
.plan .plan-modelcourse {
    margin-top: 50px;
}
.plan .arkp-scMV03 .ark-block-dl__div {
    border-top: none;
    border-bottom: none;
    padding: .1em .5em;	
}
.plan .arkp-scMV03 .ark-block-dl__div span {
    color: var(--ark-color--footer_bg);
}

.plan .c-postMetas {
    font-size: .75rem;
    letter-spacing: .1px;
    margin-top: 1rem;
    padding: 20px 0;
}

.plan-modelcourse-note {
    text-align: center;
    font-size: 1rem;
    margin-top: 50px;
}

.plan-modelcourse-map-notice {
    text-align: left;
    font-size: 1rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

.plan-start, .plan-goal {
    background-color: #fff;
    padding: 5em 2em 2em;
    box-shadow: 0px 1px 5px rgb(0 0 0 / .1);
    position:relative;
}
.plan-start .plan-start-title,
.plan-goal .plan-goal-title {
    background-color: var(--ark-color--footer_bg);
    font-size: 1.25em;
    color: #fff;
    padding:10px;
    text-align: center;
    width:100%;
    position:absolute;
    top:0;
    left:0;
}

.plan-start .plan-start-body,
.plan-goal .plan-goal-body {
    text-align: center;
}

.plan-start-time, .plan-goal-time {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    font-family: "Playwrite AU SA";
}
.plan-arrival-time {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    font-family: "Playwrite AU SA";
}

.plan-time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: var(--ark-mt);
}
.plan-trans {
    text-align: center;
    margin-bottom: var(--ark-mt);
}

.plan-time-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 43px solid var(--ark-color--footer_bg);
  border-bottom: 0;
  margin-right: 1rem;
}

.plan-time-body {
    font-size: 1em;
}

.plan-modelcourse a {
    text-decoration:none;
}
.plan-spot {
    display: flex;
    background-color: #fff;
    padding: 2em 2em 2em;
    box-shadow: 0px 1px 5px rgb(0 0 0 / .1);
    position:relative;
}
.plan-spot-img {
    text-align: center;
    padding-top: 10px;
    padding-left: 30px;
    flex: 1;
}
.plan-spot-img img {
    padding-top: 40px;
}
.plan-spot-body {
    flex: 1;
}
.plan-spot-body h3 {
    margin-bottom: 15px;
}
.plan-spot-body p {
    margin-bottom: 1rem;
}

.plan-spot-meta {
    margin-top: 40px;
}
.plan-staying-time dt, .plan-closed dt, .plan-restaurant dt, .plan-toilet dt {
    flex: 0 1 12%;
    min-width: 100px;
    margin-right: 1em;
    text-align: left;
}
.plan-staying-time dd, .plan-closed dd, .plan-restaurant dd, .plan-toilet dd {
    text-align: left;
}

@media not all and (min-width: 1000px) {
  .arkp-scPageMV01 .ark-block-section__bodyInner {
    padding: 0;
  }
  .arkp-scPageMV01 .ark-block-container {
    padding: 0 2rem 2rem 2rem;
  }

  .plan-spot {
    display: block;
/*
    flex-direction: column-reverse;
*/
    padding: 2em 1em 2em;
  }
  .plan-spot-img {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}


/* STEPのラベルを"SPOT"に置換 */
.plan-modelcourse .ark-block-step__number .__label {
    font-size: 0;
}
.plan-modelcourse .ark-block-step__number .__label:after {
    font-size: 10px;
    content: 'SPOT';
}


/* ============================================

　ランキング（Wordpress Popular Posts）

============================================ */

/*ランキング順位表示*/
ul.wpp-list li {
    position: relative;
    list-style: none;
    padding-bottom: 50px;
    display: flex;
}
ul.wpp-list li .wpp-item-data {
    padding-left: 20px;
}
@media (max-width: 600px) {
  ul.wpp-list li {
    display: block;
  }
  ul.wpp-list li .wpp-item-data {
    padding-left: 0;
  }

  .popular-posts ul {
    padding: var(--ark-list-padding, 0 0 0 0.5em);
  }
}

/*記事タイトル*/
ul.wpp-list li a.wpp-post-title {
    display: block;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 10px 10px 0px;
}
ul.wpp-list li a.wpp-post-title:hover {
    color: #3fa3ff;
}
/*アイキャッチ*/
ul.wpp-list li img {
    margin: 10px;
}
/*ランキングカウンター*/
ul.wpp-list li:not(:nth-child(10)):before {
    content: counter(wpp-count);
    display: block;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #555;
    padding: 3px 14px;
    border-radius:50%;
    z-index: 1;
}
ul.wpp-list li:nth-child(10):before {
    content: counter(wpp-count);
    display: block;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #555;
    padding: 3px 10px;
    border-radius:50%;
    z-index: 1;
}
/*カウント数*/
ul.wpp-list li {
    counter-increment: wpp-count;
}
/*ランキング1?3の色変更*/
ul.wpp-list li:nth-child(1):before {
    background-color: #EFAF00;
}
ul.wpp-list li:nth-child(2):before {
    background-color: #9EACB4;
}
ul.wpp-list li:nth-child(3):before {
    background-color: #BA6E40;
}


/* ============================================

　Leaflet.js

============================================ */

.leaflet-container .leaflet-popup-content,
.leaflet-container .sidebar-content a {
  font-size: 1rem;
  font-family: var(--ark-font_family) !important;
  color: var(--ark-color--link) !important;
}
.sidebar-pane p {
  margin-bottom: 1rem;
}

.img_map .leaflet-marker-icon {
  border: 2px solid var(--area-key-color);
  border-radius: 30px;
}

.img_map .sidebar-content {
  font-family: var(--ark-font_family);
}

.img_map .sidebar-header {
  background-color: var(--area-key-color);
}
.img_map .sidebar-tabs ul li {
  margin: 0 0;
}


/* leaflet.jsのレイアウト調整（汎用） */
#mapcontainer_300 {
    width:100%; height:300px;
}
#mapcontainer_350 {
    width:100%; height:350px;
}
#mapcontainer_400 {
    width:100%; height:400px;
}
#mapcontainer_450 {
    width:100%; height:450px;
}
#mapcontainer_500 {
    width:100%; height:500px;
}
#mapcontainer_550 {
    width:100%; height:550px;
}
#mapcontainer_600 {
    width:100%; height:600px;
}
#mapcontainer_650 {
    width:100%; height:650px;
}
#mapcontainer_700 {
    width:100%; height:700px;
}
#mapcontainer_750 {
    width:100%; height:750px;
}
#mapcontainer_800 {
    width:100%; height:800px;
}
#mapcontainer_850 {
    width:100%; height:850px;
}
#mapcontainer_900 {
    width:100%; height:900px;
}
#mapcontainer_950 {
    width:100%; height:950px;
}
#mapcontainer_1000 {
    width:100%; height:1000px;
}
#mapcontainer_1100 {
    width:100%; height:1100px;
}
#mapcontainer_1200 {
    width:100%; height:1200px;
}
@media (max-width: 600px) {
  #mapcontainer_300 {
    width:100%; height:150px;
  }
  #mapcontainer_350 {
    width:100%; height:175px;
  }
  #mapcontainer_400 {
    width:100%; height:200px;
  }
  #mapcontainer_450 {
    width:100%; height:225px;
  }
  #mapcontainer_500 {
    width:100%; height:250px;
  }
  #mapcontainer_550 {
    width:100%; height:275px;
  }
  #mapcontainer_600 {
    width:100%; height:300px;
  }
  #mapcontainer_650 {
    width:100%; height:325px;
  }
  #mapcontainer_700 {
    width:100%; height:350px;
  }
  #mapcontainer_750 {
    width:100%; height:375px;
  }
  #mapcontainer_800 {
    width:100%; height:400px;
  }
  #mapcontainer_850 {
    width:100%; height:425px;
  }
  #mapcontainer_900 {
    width:100%; height:450px;
  }
  #mapcontainer_950 {
    width:100%; height:475px;
  }
  #mapcontainer_1000 {
    width:100%; height:500px;
  }
  #mapcontainer_1100 {
    width:100%; height:550px;
  }
  #mapcontainer_1200 {
    width:100%; height:600px;
  }
}

/* ============================================

　SNSボタン

============================================ */

/* ボタン全体の外枠指定 */
.snsbtniti {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  max-width: 350px;/* ボタンを設置する場所の最大横幅 */
  margin: 0 auto;/* ボタンを中央へ */
}

/* ulタグの内側余白なしと箇条書きの黒丸削除 */
ul.snsbtniti {
  padding: 0!important;
  list-style-type: none!important;
}

/* ボタン同士の余白調整 */
.snsbtniti li {
/*
  flex: 0 0 33%;/* ボタンを3つ並びへ */
*/
  text-align: center!important;
  margin-top: 20px;
}

/* ボタン全体 */
.flowbtn {
  font-family: 'Zen Kaku Gothic New', sans-serif; /* フォント指定 */
  position: relative;
  width: 75px; /* 背景横幅 */
  height: 75px;/* 背景高さ */
  font-size: 32px;/* アイコンサイズ */
  border-radius: 50%;
  color: #fff!important;/* ボタン内カラー */
  transition: .5s;
  text-decoration: none;
  box-shadow: 0 1px 2px #999;
  margin-bottom:10px;/* ボタン下余白 */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* アイコンの位置を少し下げる */
.flowbtn i {
  position: relative;
}

/* ボタン内テキスト調整 */
.flowbtn div {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}

/* ボタンマウスホバー時少し浮き上がる */
.flowbtn:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  text-decoration: none;
  cursor: pointer;
}

/* インスタ・Amazonのアイコンを少し大きく */
.flowbtn i.fa-brands.fa-instagram,.flowbtn i.fa-brands.fa-amazon {
  font-size: 35px;
}

/* エックス背景 */
.my_x1 {
  background: #000;
}

/* Instagram紫グラデ背景 */
.my_instagram1 {
 background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
}

/* Facebook背景 */
.my_facebook1 {
  background: #1877f2;
}

/* YouTube背景 */
.my_youtube1 {
  background: #da1725;
}

/* TikTok背景 */
.my_tiktok1 {
  background: #000;
}

/* Amazon背景 */
.my_amazon1 {
  background: #ff9900;
}

/* LINE背景 */
.my_line1 {
  background: #00b900;
}

/* ピンタレスト背景 */
.my_pinterest1 {
  background: #bd081c;
}

/* はてブ背景 */
.my_hatena1 {
  background: #1ba5dc;
}
/* はてブビックリマーク */
.my_hatena1 .fa-b::after {
  content: "!";
  padding-left: 5px;
}

/* Pocket背景 */
.my_pocket1 {
  background: #ef3f56;
}

/* Feedly背景 */
.my_feedly1 {
  background: #6cc655;
}

/* 楽天ROOM背景 */
.my_rakutenroom1 {
  background: #c61d79;
}

/* リンクドイン背景 */
.my_linkedin1 {
  background: #0a66c2;
}

/* ディスコード背景 */
.my_discord1 {
  background: #7289da;
}

/* Podcast背景 */
.my_podcast1 {
  background: #813BF2;
}


/* ********************************************

タブレット or モバイル

******************************************** */

@media not all and (min-width: 1000px) {
/* ============================================

　フローティングメニュー

============================================ */





}

