.wrapper{
  width:100%;
  overflow-y:hidden;
}
/* ===================================================================== */
/* ヘッダー・フッター関連 */
.humb {
  position:absolute;
  right:0;
  margin:46px 56px 0 0;
}

.language {
  font-family: Yu Mincho,YuMincho;
  position:absolute;
  left:0;
  margin:50px 0 0 56px;
  font-size:28px;
}

.language-a {
  color:#008080;
  border-bottom: solid 3px #008080;
}

.kururi-log {
  position: absolute;
  top: 18%;
  left: 38%;
}

.kururi-text {
  position: absolute;
  top: 65%;
  left: 28%;
  color: #FAFAFA;
  font-size: 35px;
  font-family: Yu Gothic,Yu Gothic;
}

.menu{
  font-size: 40px;
  margin-bottom:132px;
  color: #008080;
  z-index: 100;
  position:relative;
  font-family:sans-serif;
}

.menu > a {
  color: #008080;
  padding: 40px;
}

.menu-lang{
  font-size: 40px;
  margin-bottom:132px;
  color: #008080;
  z-index: 100;
  position:relative;
  font-family:sans-serif;
}

.menu-lang > a {
  color: #008080;
  padding: 40px;
}

.menu-close {
  color: #008080;
  position: absolute;
  top: 45px;
}


  .site-header{
  position: fixed;
  top: 0;
  left:0;
  height:152px;
  width:100%;
  background-color: rgba(255,255,255,0.7);
  z-index: 14;
  }

  .site-header-pc {
    position: fixed;
    top: 0;
    left: 50%;
    height: 152px;
    width: 750px;
    background-color: rgba(255,255,255,0.7);
    z-index: 14;
    transform: translateY(0%) translateX(-50%);
  }



.site-header.transform{
  background: rgba(255,255,255,0.9);
  padding: 20px;
}

.site-header-logo {
  margin-top: 11px;
}

.site-footer{
  width: 100%;
  height:70px;
  background-color: rgba(255,255,255,0.7);
  position: relative;
}
/* ===================================================================== */
/* トップカテゴリーセレクター関連 */
.horizontal-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.horizontal-list::-webkit-scrollbar {
  display: none;
}

.item {
  /* 横スクロール用 */
  display: inline-block;
  margin: 24px;
}

.item-div{
  width: 272px;
  height: 136px;
  line-height: 370%;
  color: black;
  font-family:sans-serif;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding:0;
  color: #7b1b13;
}

.category {
  font-size:32px;
}

.item-div > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 66px;
  opacity: 0.5;
  background-size: cover;
}

.item-div > p{
  width: 100%;
  text-align: center;
  position: absolute;
  margin: auto;
  top: 17px;
  bottom: 0;
  opacity: 1.0;
}

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


.main {
  min-height: calc(100vh - 70px);
}

.frame {
	display: inline-block;
	position: relative;
}

.to-huber-button {
  transition: 250ms;
  border: none;
  outline: none;
  line-height: 80px;
  width:606px;
  margin:32px 0;
  font-size:32pt;
  font-weight:bold;
  border-radius:50px;
  background-color: #ff8c00;
  color: #FAFAFA;
}

.to-huber-button:visited {
  border: none;
  outline: none;
  color: #FAFAFA;
}

.to-huber-button:hover {
  border: none;
  outline: none;
  color: #FAFAFA;
}

.to-huber-button:active {
  border: none;
  outline: none;
  background-color: #ff8c00;
  color: #FAFAFA;
}



.to-imride-button {
  transition: 250ms;
  border: none;
  outline: none;
  line-height: 80px;
  width:606px;
  margin:32px 0;
  font-size:32pt;
  font-weight:bold;
  border-radius:50px;
  background-color: #ff8c00;
  color: #FAFAFA;
  /* background-image: url(/image/IMRIDE_button_logo_part.png); */
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.to-imride-button:visited {
  border: none;
  outline: none;
  color: #FAFAFA;
}

.to-imride-button:hover {
  border: none;
  outline: none;
  color: #FAFAFA;
}

.to-imride-button:active {
  border: none;
  outline: none;
  background-color: #ff8c00;
  color: #FAFAFA;
}


.enquete-link {
  font-size: 30px;
  color: #008080;
  transition: 250ms;
}
.enquete-link > span {
  border-bottom: solid 3px #008080;
}

.enquete-link:hover {
  color:#008080;
}

.enquete-link:active {
  color: #008080;
}
.enquete-link:active > span {
  border-bottom: solid 3px #008080;
}

.blog-icon {
  width: 60px;
  margin: -23px 0 0 30px;
}

.squere{
  width:250px;
  height:250px;
  position: relative;
}

.huber-space{
  grid-column: span 3;
  width:750px;
  height:250px;
  position: relative;
}

.wh-100 {
  width:100%;
  height:100%;
}

.image-squere {
  object-fit: cover;
}

.video-squere-image{
  position: absolute;
  bottom: 5%;
  right: 8%;
}

.position-relative {
  position: relative;
}

.grid-4-squares {
    grid-row: span 2;
    grid-column: span 2;
    width: 500px;
    height: 500px;
}

.grid-wrap {
  width:95%;
  background-color:#FFFFFF;
}

.grad-btn {
  z-index: 2;
  position: absolute;
  border-radius: 2px;
  font-size: 35px;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  border: solid 0px;
  margin-top: 20px;
  height: 150px;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 120px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,0.9) 20%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,0.9) 20%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked + .grad-btn {
  display: none;
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}
  
/* ===================================================================== */
/* カード内関連 */

.card-s {
  background-color:#FAFAFA;
  max-width:750px; 
  margin: 90px 68px 0 68px; 
}

.insta-good {
  float:left;
  text-align:left;
  width:60%;
  margin-top: 6px;
}

.insta-icon {
  margin-top:-23px;
}

.other-icon {
  margin-top:20px
}

.heart-icon {
  color: #7b1b13;
  margin-left:30px;
  margin-top:-21px;
}

.good-count {
  color: #7b1b13;
  font-size:30pt;
  font-weight:bold;
  margin-left:10px;
}

.caption {
  text-overflow:ellipsis;
  font-family:sans-serif;
  font-size:20pt;
  margin: 32px 0;
  min-height:120px;
  color: #1A1A1A;
}

/* ===================================================================== */
/* カード内関連 */
.map-logo {
  margin-right: 30px;
}


/* ===================================================================== */
/* 全体 */
a:hover {
  text-decoration: none;
  }

  
/* ===================================================================== */
/* マップ */
.about-place-image-title {
  font-size: 30px;
  color: #2B1205;
}

/* ===================================================================== */
/* 利用規約 */
.about-title {
  border-bottom: 1px solid #c9c9c9;
  font-size:50px;
}

.about-detail {
  font-size: 36px;
}

ol.list-num-asta-ja {
  padding:0;
  margin:0;
}
 
ol.list-num-asta-ja li  {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.4rem;
  padding: 0px 0 0 1rem;
}

ol.list-num-asta-ja li:before  {
  display: marker;
  content: "＊" counter(cnt) " ";
}

ol.list-num-asta-en {
  padding:0;
  margin:0;
}
 
ol.list-num-asta-en li  {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.4rem;
  padding: 0px 0 0 1rem;
}

ol.list-num-asta-en li:before  {
  display: marker;
  content: "*" counter(cnt) " ";
}

.list-non-patern {
  padding:5px 0 0 2em;
  margin:0;
}
 
ol.list-non-patern li  {
  list-style-type: none;
  text-indent: -3.4rem;
  padding: 5px 0 0 1rem;
}

ol.list-non-patern li:before  {
  display: marker;
  content: "";
}

.list-non-patern-en {
  padding:5px 0 0 1em;
  margin:0;
}
 
ol.list-non-patern-en li  {
  list-style-type: none;
  text-indent: -2.4rem;
  padding: 15px 0 0 0rem;
}

ol.list-non-patern-en li:before  {
  display: marker;
  content: "";
}

/* ===================================================================== */
/* 利用規約 */
.terms-subtitle {
  margin: 30px 0 15px 0;
  border-bottom: 1px solid #c9c9c9;
  font-size: 25px;
}

ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
 
ol.list_parentheses li  {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.4rem;
  padding: 0px 0 0 1rem;
}

ol.list_parentheses li:before  {
  display: marker;
  content: "("counter(cnt) ") ";
}

/* ===================================================================== */
/* kururi2020追加 */
.gurunabi_top_small {
  position: absolute;
  top: 90%;
  left: 63%;
}

.gurunabi_top_big {
    position: absolute;
    top: 95%;
    left: 81.5%;
}
