@CHARSET "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* フォント設定 */
@font-face {
  	font-family: 'KozGo';
  	src: url(../fonts/KozGoPr6N-Regular.otf);
}
@font-face {
  	font-family: 'KozGoBold';
  	src: url(../fonts/KozGoPro-Bold.otf);
}
@font-face {
  	font-family: 'KozGoReg';
  	src: url(../fonts/KozGoPro-Regular.otf);
}
@font-face {
  	font-family: 'KakuGoW3';
  	src: url(../fonts/HiraginoKakugoW3.ttc);
}
@font-face {
  	font-family: 'KakuGoW6';
  	src: url(../fonts/HiraginoKakugoW6.ttc);
}
@font-face {
  	font-family: 'KakuGoW8';
  	src: url(../fonts/HiraginoKakugoW8.ttc);
}
@font-face {
  	font-family: 'Jun10';
  	src: url(../fonts/A-OTF-Jun101Pro-Light.otf);
}
@font-face {
  	font-family: 'Jun20';
  	src: url(../fonts/A-OTF-Jun201Pro-Regular.otf);
}
@font-face {
  	font-family: 'Jun34';
  	src: url(../fonts/A-OTF-Jun34Pro-Medium.otf);
}
@font-face {
  	font-family: 'Ryumin';
  	src: url(../fonts/A-OTF-RyuminPro-Regular.otf);
}

.vdl {
    font-family: "vdl-logona", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* 全体 */
html {
    overflow: auto;
}

body {
    font-family: Lato, "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
    overflow-x: hidden;
    width: 100%;
}

a {
    word-break: break-all;
}

.wrap {
    position: relative;
}

p.indent {
    margin-left: 1em;
    text-indent: -1em;
}

.visible-tb {
    display: none;
}
.visible-sp {
    display: none;
}

.fixed {
    position: fixed!important;
}

/* メインビジュアル */
main {
    position: relative;
}
main h1 {
    position: absolute;
    top: 10%;
    left: 50%;
    margin: 0;
    width: 60%;
    margin-left: -30%;
}
main h2 {
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 28vw;
    height: 100%;
    margin: 0;
}
main .main-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 29.5vw;
    margin-left: -15.5vw;
    margin-top: -25vw;
}

/* メニュー */
section.menu {
    background: #fff;
    padding: 20px;
}
section.menu .row {
    margin-right: -10px;
    margin-left: -10px;
}
section.menu .row [class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}
section.menu a.btn-menu {
    display: block;
    position: relative;
    background: #fff;
    text-align: center;
    text-decoration: none;
    height: 100%;
}
section.menu a.btn-menu img {
    width: 100%;
    display: block;
}
section.menu a.btn-menu:hover {
    background: #f1ecd6;
    color: #264f58;
}
section.menu a.btn-menu:hover img {
    opacity: 0.8;
}
section.menu a.btn-menu.all {
    border: 10px solid #C70000;
    border-radius: 5vw;
    -webkit-border-radius: 5vw;
    -moz-border-radius: 5vw;
    -o-border-radius: 5vw;
    color: #C70000;
    font-size: 2.2vw;
    line-height: 1.2;
    padding-top: 1.2vw;
}
section.menu a.btn-menu.all:hover {
    background: #ffe6e6;
}
section.menu a.btn-menu.all span, section.menu a.btn-menu.all b {
    display: block;
}
section.menu a.btn-menu.all img {
    position: absolute;
    width: 4vw;
    top: 50%;
    left: 1.5vw;
    margin-top: -2vw;
}

/* 下層ページ */
header {
    background: #264f58;
    padding: 20px;
}
header h2 {
    font-size: 35px;
    text-align: center;
    color: #fff;
}

main.detail {
    padding: 30px 0 0;
    background-image: url(../img/users/bg_detail.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

section.main-graph {
    padding: 0 40px;
}
section.main-graph .out-border {
    border: 2px solid #af985a;
    padding: 5px;
    position: relative;
}
section.main-graph .out-border .in-border {
    border: 2px solid #af985a;
}
section.main-graph .out-border .in-border span {
    width: 5px;
    height: 5px;
    background: #af985a;
    position: absolute;
}
section.main-graph .out-border .in-border span.top-left {
    top: 0;
    left: 0;
}
section.main-graph .out-border .in-border span.top-right {
    top: 0;
    right: 0;
}
section.main-graph .out-border .in-border span.bottom-left {
    bottom: 0;
    left: 0;
}
section.main-graph .out-border .in-border span.bottom-right {
    bottom: 0;
    right: 0;
}
section.main-graph .out-border .in-border span:before,
section.main-graph .out-border .in-border span:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #af985a;
}
section.main-graph .out-border .in-border span.top-left:before {
    top: 0;
    left: 5px;
}
section.main-graph .out-border .in-border span.top-left:after {
    top: 5px;
    left: 0;
}
section.main-graph .out-border .in-border span.top-right:before {
    top: 0;
    right: 5px;
}
section.main-graph .out-border .in-border span.top-right:after {
    top: 5px;
    right: 0;
}
section.main-graph .out-border .in-border span.bottom-left:before {
    bottom: 0;
    left: 5px;
}
section.main-graph .out-border .in-border span.bottom-left:after {
    bottom: 5px;
    left: 0;
}
section.main-graph .out-border .in-border span.bottom-right:before {
    bottom: 0;
    right: 5px;
}
section.main-graph .out-border .in-border span.bottom-right:after {
    bottom: 5px;
    right: 0;
}
section.main-graph .out-border .in-border .main-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    gap: 20px;
}
section.main-graph .out-border .in-border .main-contents .text h3 {
    font-family: KakuGoW8;
    font-size: 32px;
    color: #23b574;
    margin-bottom: 10px;
}
section.main-graph .out-border .in-border .main-contents .text h3.futtekoya-txt {
    color: #ee5924;
}
section.main-graph .out-border .in-border .main-contents .text p {
    line-height: 1.8;
}
section.main-graph .out-border .in-border .main-contents .image {
    width: 150px;
}

section.map {
    margin-top: 30px;
}
section.map .map-wrap {
    margin-top: 60px;
    position: relative;
}
section.map p.information {
    text-align: center;
    font-size: 20px;
    position: relative;
    color: #254F58;
}
section.map p.information:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #254f58 transparent transparent transparent;
    border-width: 16px 16px 0px 16px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -16px;
}
section.map .detail-map {
    height: 400px;
}
section.map .map-wrap .shop-list {
    height: 300px;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
}

section.map .map-wrap .shop-list .shop-item-wrap {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
section.map .map-wrap .shop-list .shop-item-wrap .shop-item {
    width: 33.3333%;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    height: auto;
    flex: none;
    background: #fff;
    padding: 8px;
}
section.map .map-wrap .shop-list .shop-item-wrap .shop-item.active {
    background: #ffeaea;
}
section.map .map-wrap .shop-list .shop-item-wrap .shop-item button.shop-item-box {
    padding: 0 5px;
    width: 100%;
    display: flex;
    gap: 10px;
}
section.map .map-wrap .shop-list .shop-item-wrap .shop-item button.shop-item-box .shop-image {
    height: 110px;
    width: 120px;
    flex-shrink: 0;
}
section.map .map-wrap .shop-list .shop-item-wrap .shop-item button.shop-item-box .shop-info {
    flex-grow: 1;
}
section.map .map-wrap .shop-list .shop-item-wrap .shop-item button.shop-item-box .shop-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
section.map .map-wrap .shop-list .shop-item-wrap .shop-item button.shop-item-box h3 {
    text-align: left;
    margin-bottom: 5px;
    font-size: 18px;
}
section.map .map-wrap .shop-list .shop-item-wrap .shop-item button.shop-item-box p.shop-address {
    font-size: 12px;
    margin-bottom: 6px;
}
section.map .map-wrap .shop-list .shop-item-wrap .shop-item button.shop-item-box p.rating {
    margin: 0;
    font-size: 12px;
}
section.map .map-wrap .shop-list .shop-item-wrap .shop-item button.shop-item-box .shop-info a {
    display: block;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    color: #000;
}

section.select-flavor-wrap {
    text-align: center;
}
section.select-flavor-wrap.add-spacer {
    padding-bottom: 50px;
}
section.select-flavor-wrap .select-box {
    width: 300px;
    margin: 50px auto;
    position: relative;
}
section.select-flavor-wrap .select-box:before {
    content: "";
    width: 1px;
    height: 23px;
    background: #fff;
    position: absolute;
    top: 5px;
    right: 36px;
}
section.select-flavor-wrap .select-box:after {
    content: "";
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 10px 10px 0px 10px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5px;
}
section.select-flavor-wrap .select-box select {
    background: #264f58;
    color: #fff;
    text-align: left;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
}
section.map .map-wrap .shop-list .shop-item-wrap .shop-item a {
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
    text-align: right;
    padding-right: 5px;
    text-decoration: underline;
    color: #337ab7;
}

/* ローディング */
.loading-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: opacity 1s ease-out;
}
.loading-wrap .loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32.5px;
    margin-top: -50px;
}
.loading-wrap .loading-box p {
    position: absolute;
    width: 10vw;
    bottom: -35px;
    left: -2vw;
    text-align: center;
    color: #23b574;
}

.scaling-squares-spinner, .scaling-squares-spinner * {
  box-sizing: border-box;
}

.scaling-squares-spinner {
  height: 65px;
  width: 65px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  animation: scaling-squares-animation 1250ms;
  animation-iteration-count: infinite;
  transform: rotate(0deg);
}

.scaling-squares-spinner .square {
  height: calc(65px * 0.25 / 1.3);
  width: calc(65px * 0.25 / 1.3);
  margin-right: auto;
  margin-left: auto;
  border: calc(65px * 0.04 / 1.3) solid #23b574;
  position: absolute;
  animation-duration: 1250ms;
  animation-iteration-count: infinite;
}

.scaling-squares-spinner .square:nth-child(1) {
  animation-name: scaling-squares-spinner-animation-child-1;
}

.scaling-squares-spinner .square:nth-child(2) {
  animation-name: scaling-squares-spinner-animation-child-2;
}

.scaling-squares-spinner .square:nth-child(3) {
  animation-name: scaling-squares-spinner-animation-child-3;
}

.scaling-squares-spinner .square:nth-child(4) {
  animation-name: scaling-squares-spinner-animation-child-4;
}


@keyframes scaling-squares-animation {

  50% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes scaling-squares-spinner-animation-child-1 {
  50% {
    transform: translate(150%,150%) scale(2,2);
  }
}

@keyframes scaling-squares-spinner-animation-child-2 {
  50% {
    transform: translate(-150%,150%) scale(2,2);
  }
}

@keyframes scaling-squares-spinner-animation-child-3 {
  50% {
    transform: translate(-150%,-150%) scale(2,2);
  }
}

@keyframes scaling-squares-spinner-animation-child-4 {
  50% {
    transform: translate(150%,-150%) scale(2,2);
  }
}

.no-result-message {
    text-align: center;
    padding: 30px;
    color: #555;
    font-size: 16px;
}

.custom-my-location {
    position: absolute; /* ここを追加！ */
    right: 10px!important;
    bottom: 80px!important; /* 地図下端から80px上（ズームコントロールの上に配置） */
    background: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5; /* 他のコントロールより前面にする */
    color: blue;
}
.custom-my-location:hover {
    background: #eee;
}

.futtekoya-menu-wrap {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;

}
.futtekoya-menu-wrap p {
    font-size: 12px;

}

/* フッター */
footer {
    padding: 40px 40px 60px;
}
footer a {
    width: 200px;
    display: block;
    margin: auto;
}

/* トップに戻る */
.pagetop {
    bottom: 60px;
}
.pagetop a {
    background: #ED1C24;
    border-color: #ED1C24;
    opacity: 1;
    color: #fff;
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.pagetop a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-family: KozGoBold;
    font-weight: bold;
}
.pagetop a:before {
    content: "";
    width: 14px;
    height: 14px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -7px;
}
