body{
  padding-bottom:10vh;
}

.red{
  color: #ffa7a7;
}
.f_left{
  float: left;
}

.left{
  text-align: left;
}

.center{
  text-align: center;
}

.f_right{
  float: right;
}

.right{
  text-align: right;
}

.overflow{
  overflow: hidden;
}

.gray{
  color: #c3c4c4;
}

.mr10{
  margin-right: 10px;
}

.mb5{
  margin-bottom: 5px;
}

.mb10{
  margin-bottom: 10px;
}

.kai_page{
  text-align: center;
  margin-bottom: 5px;
  color: #727171;
}

.black-button{
  color: #fff;
  background-color: #3e3a39;
  border-radius: 20px;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  text-align: center;
  position: relative;
}

.black-button::before { /* 長方形（棒）の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  width: 20px;
  height: 3px;
  background: #fff;
}
 
.black-button::after { /* 三角形（矢頭）の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

#brand-logo{
  max-width: 1020px;
  text-align: left;
  margin: auto;
}
#brand-logo img{
  /*height: 100%;*/
  height: 42px;
}
.main-content{
  padding-top:60px;
  margin-bottom: 10px;
}

.main-content .wrapper{
  max-width: 1020px;
  width: 100%;
  margin: auto;
  /*padding-top: 20px;*/
  
}

.note-editor.note-frame{
  border: none!important;
}
.note-editor .note-editable{
  padding: 0px!important;
}
.note-editor .note-editable img{
  margin: 5px;
}

.footer-mess{
  padding-top: 5px;
  padding-bottom: 95px;
  margin-left: 20px;
  font-size: 8px;
  
}
.footer-mess p{
  margin-bottom: 0px;
  line-height: 10px;
}


.star-no-selected{
  color: #898989;
}
.star-selected{
  color: #ffe200;
}

#global-head {
  padding: 20px 20px 5px 20px;
  position: fixed;
  color: #000;
  text-align: center;
  z-index: 100;
  width: 100%;
  /*ヘッダー横幅MAX*/
  height: 65px;
  background: #889897;
  /*
  display: -webkit-flex;
  display: flex;
  */
}

#sidebar {
  font-size: 15px;
  padding-top: 120px;
  height: 100%;
  position: fixed;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  height: 100%;
  width: 400px;
  background: #b0c6c5;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  right: -300px;
  width: 300px;
  padding-top: 60px;
}

#global-nav ul {
  list-style: none;
  margin-left: 0;
}

#global-nav>ul>li {
  position: relative;
}

#global-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

#global-nav .sub-menu.is-active>a, #global-nav a:hover {
  color: rgb(0, 113, 164);
  background: #fff;
}

#global-nav .sub-menu-nav a, #global-nav .sub-menu:hover .sub-menu-nav {
  width: 230px;
}

/* sub-menu icon */

#global-nav .sub-menu-head {
  position: relative;
}

#global-nav .sub-menu-head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* nav-toggle */

#nav-toggle {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  height: 32px;
}

#nav-toggle>div {
  position: relative;
  width: 32px;
}

#nav-toggle span {
  width: 100%;
  height: 4px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  border-radius: 5px;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

.search-form-009 {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dfe1e5;
  border-radius: 12px;
  width: 90%;
  margin: auto;
  margin-top: 15px;
  background-color: #e6e6e6;

}

.search-form-009:hover {
  box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}

.search-form-009 i{
  width: 30px;
  text-align: center;
}


/*
.search-form-009::before {
  width: 30px;
  height: 15px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%239aa0a6%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
*/

.search-form-009 label {
  width: 100%;
}

.search-form-009 input {
    width: 100%;
    height: 35px;
    padding: 5px 25px 5px 0;
    border: none;
    box-sizing: border-box;
    outline: none;
    background-color: #e6e6e6;
}



#overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#global-nav .sub-menu-head:after, #global-nav .sub-menu-nav {
  display: none;
}

#nav-toggle {
  display: block;
}

/* nav open */

.open {
  overflow: hidden;
}

.open #overlay {
  display: block;
}

.open #sidebar {
  -webkit-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0);
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

/* #nav-toggle close */

.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* z-index */

#overlay {
  z-index: 200;
}

#sidebar {
  z-index: 300;
}

#nav-toggle {
  z-index: 400;
}

.footer{
  position:fixed;
  bottom:0;
  width:100%;
  height:90px;
  z-index:100;
  background:#889897;
  border-top: 1px solid #c2c2c2;
}

.footer .selected p{
  border-bottom: 4px solid #c9a063;
  display: inline-block;
}


.footer li i{
  font-size: 2em;
  line-height: 1.2em;
  color: #898989;
}


/*メニューを横並びにする*/
.footer ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
   height: 100%;
}

.footer li{
   justify-content: center;
   align-items: center;
   width: 25%;
   padding:0;
   margin:0;
   font-size: 14px;
   /*border-right: 1px solid #fff;*/
}

/*左側メニューを緑色に*/
.footer li:first-child{
   /*background: #38b435;*/
}

/*左側メニューをオレンジ色に*/
.footer li:last-child{
   /*background: #f3a324;*/
}

/*ボタンを調整*/
.footer li a{
   color: #000;
   text-align: center;
   display:block;
   width: 100%;
   padding-top:13px;
   text-decoration: none;
}

.footer li a p{
  font-size: 12px;
  color: #FFF;
}

.footer li img{
  height: 24px;
  margin-bottom: 5px;
}
.in-content{
  width: 100%;
  max-width: 1020px;
  margin: auto;
  
}

.in-content .store-content
{
  /*padding: 0px 20px 0px 20px;*/
  overflow: hidden;
}

.in-content .ichioshi-content,
.in-content .map-content
{
  padding: 10px 20px 0px 20px;
  overflow: hidden;
}

.news-content .sub-title h2,
.store-content .sub-title h2{
  font-size: 16px;
  margin-bottom: 0px!important;
}

.ichioshi-content .sub-title h2{
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: bold;
}
.store-content .search-menu{
  justify-content:center;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.store-content .search-menu li{
  width: 33%;
  display: flex;
  justify-content: center;
}

.store-content .search-banner{
  justify-content:center;
  display: flex;
  margin-bottom: 25px;
}

.store-content .search-banner li{
  width: 50%;
  text-align: center;
}

.store-content .search-banner img{
  width: 100%;
}
.store-content .search-banner li:nth-child(1){
  padding-right: 5px;
}
.store-content .search-banner li:nth-child(2){
  padding-left: 5px;
} 
.ichioshi-content{
  background-color: #f7f8f8;
}

.news-content .more,
.ichioshi-content .more{
  background-color: #fff;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
}

.news-content .more a,
.ichioshi-content .more a{
  color: #004c60;
  margin-bottom: 0.2rem;
  text-decoration: none;
}

.news-content .more a div,
.ichioshi-content .more a div{
  border-bottom: 1px solid #004c60;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.news-content .more a hr,
.ichioshi-content .more a hr{
  transform: rotate(45deg);
  width: 10px;
  border: 0;
  border-top: 1px solid #004c60;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: -2px;
  top: 18px;
}

.ichioshi-content .contents{
  justify-content:center;
  display: flex;
  flex-wrap: wrap;
}
.ichioshi-content .contents .ichioshi-box{
  width: 48%;
  background-color: #fff;
  padding: 10px;
  margin: 10px 0px 10px 2%;
}
.ichioshi-content .contents .ichioshi-box:nth-child(odd){
  margin: 10px 2% 10px 0px;
}

.ichioshi-content .contents .ichioshi-box h3{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 28px;
  font-size: 11px;
  margin-bottom: 5px;
}

.ichioshi-content .contents .ichioshi-box img{
  width: 100%;
  margin-bottom: 5px;
  max-height: 100px;
}

.ichioshi-content .contents .ichioshi-box .text{
  font-size: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 30px;
  line-height: 10px;
  margin-bottom: 5px;
}

.ichioshi-content .contents .ichioshi-box .date{
  font-size: 10px;
  color: #999;
  text-align: right;
}

.map-content .map-image{
  text-align: center;
}

.map-content .map-image img{
  width: 80%;
}

.map-line {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 10px;
}

.news-content .news-back-image,
.store-content .store-back-image{
  background-color: #889897;
  margin-bottom: 25px;
  background-image: url("../images/common/store-sub-title-back-image.png");
  background-position: center;
  background-repeat  : no-repeat;
}

.news-content .news-back-image .sub-title,
.store-content .store-back-image .sub-title{
  color: #fff;
  text-align: center;
  padding: 10px;
}

.store-content .search-area{
  padding: 0px 20px;
}

.news-content .contents{
  padding: 0px 20px 0px 20px;
}

.news-content .contents a{
  color: #747374;
  text-decoration-line: none;
}

.news-content .contents li:first-child{
  border-top: 1px solid #c3c4c4;
}

.news-content .contents li{
    font-size: 12px;
    padding: 5px;
    border-bottom: 1px solid #c3c4c4;
}

.scroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 800px;
  /*margin: auto;*/
  overflow-x: auto;
}
 
.scroll_content li { /* 各リストのスタイル */
  width: 90%;
  padding: 8px;
  margin: 3px;
  flex-shrink: 0;
  list-style: none;
}
 
.scroll_content img { /* 画像のスタイル */
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
 
.scroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}
 
.scroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
 
.scroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}
 
.ichioshi-content .contents a{
  color: #858796;
  text-decoration-line: none;
}




.toggle_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.toggle_label {
  width: 85px;
  height: 42px;
  background: #fff;
  border: 3px solid #eee;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  transition: 0.4s;
  box-sizing: border-box;
}

.toggle_label:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: #eee;
  transition: 0.4s;
}

.toggle_input:checked + .toggle_label {

  border: 3px solid #4BD865;
}

.toggle_input:checked + .toggle_label:after {
  left: 42px;
  background: #4BD865;
}

.toggle_button {
  float: right;
  text-align: right;
  position: relative;
  padding: 0px 5px;
}

.toggle_button p{
  margin-bottom: 0rem;
  font-size: 12px;
}

#sidebar .side_menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;

}

#sidebar .side_menu li{
  width: 50%;
}

#sidebar .side_banner{
  padding-top: 20px;
}
#sidebar .side_banner img{
  width: 80%;
}

@media screen and (min-width: 450px) {
 
  .scroll_content li {
    width: 45%;
  }

  .ichioshi-content .contents .ichioshi-box img{
    max-height: 300px;
  }
 
}



/* 帯状の通知エリア */
#installArea {
  display: none; /* 初期状態では非表示 */
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  background-color: #eeeeee;
  color: #232323;
  padding: 15px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
}

/* ホーム画面に追加ボタン */
#installArea #installButton {
  padding: 10px 20px;
  background-color: white;
  /*color: #007bff;
  border: none;*/
  border-radius: 5px;
  cursor: pointer;
}

#installArea #installButton:hover {
  background-color: #f1f1f1;
}

/* バツボタン */
#installArea #closeButton {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

#installArea #closeButton:hover {
  color: #ffdddd;
}