/*
Theme Name:
Theme URI:
Description:
Author:STEERING
Author URI:https://steering.co.jp/
Version:7.7
*/


@charset "utf-8";

/*----------------------------------------------------------------------
base
----------------------------------------------------------------------*/

html {
  min-width: 320px;
  font-size: 62.5%;
  height: 100%;
}

@font-face {
  font-family: 'GenJyuuGothic';
  src: url(./font/GenJyuuGothic-P-Medium.ttf);
}

body {
  font-family: 'Kosugi Maru', 'M PLUS Rounded 1c', 'Kosugi Maru', sans-serif, GenJyuuGothic, 'rounded-mplus-2p', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  margin: 0;
}
.col1{
  width:5.9829%;
}
.col2{
  width:14.5299%;
}
.col3{
  width:23.0769%;
}
.col4{
  width:31.6239%;
}
.col5{
  width:40.1709%;
}
.col6{
  width:48.7179%;
}
.col7{
  width:57.2649%;
}
.col8{
  width:65.8119%;
}
.col9{
  width:74.3589%;
}
.col10{
  width:82.9059%;
}
.col11{
  width:91.4529%;
}
.col12{
  width:100%;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-100 {
    margin-bottom: 100px;
}
.xsmall {
	font-size: 8px;
}
.small {
	font-size: 12px;
}
.large {
	font-size: 20px;
}
.xlarge {
	font-size: 24px;
}
img {
	max-width: 100%;
  display: block;
  margin: auto;
}
.tac {
    text-align: center;
}
.tar {
    text-align:right;
}
.tal {
    text-align:left;
}
a{
  text-decoration: none;
  color: #000;
}
a:hover{
  opacity: 0.7;
}
span.big {
  font-size: 30px;
}
span.red{
  color: #ff3333;
  font-weight: bold;
}
table{
  border-collapse: collapse;
}
dh{
  color: #555;
  font-size: 20px;
  font-weight: bold;
}
.flr{
  float: right;
}
.fll{
  float: left;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
 content:"";
 display:block;
 overflow:hidden;
}
.clearfix:after {
 clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
 zoom:1;
}
.br-pc { display:block; }
.br-sp { display:none; }

/*------------------パンくずリスト------------*/

.breadcrumg-area ul{
  padding-left: 0;
  margin-bottom: 30px;
}

.breadcrumg-area ul li{
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.breadcrumg-area ul li::before{
  position: absolute;
  left: 0;
  content:">";
  color: #333;
}

.breadcrumg-area ul li:first-child{
  padding-left: 5px;
}

.breadcrumg-area ul li:first-child::before{
  display: none;
}

.inner {
  max-width: 1080px;
  margin:0 auto;
}


/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/
.headarea {
  background: url(./img/bg.png)no-repeat;
  background-position:center bottom;
  background-size: cover;
  margin-top: -15px;
}

.datearea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:25px auto 10px;
  width: 90%;
}

.date {
  display: flex;
  font-size: 4.5rem;
  color: #FF3333;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
}

.time {
  display: flex;
  align-items: flex-end;
  font-size: 2.5rem;
}

.kome {
  text-align: center;
  padding-bottom: 65px;
  font-size:1.5rem;
  line-height: 1.4;
}


/*----------------------------------------------------------------------
drawer
----------------------------------------------------------------------*/
.icon li {
  font-size: 2rem;
  text-align: center;
  margin: 5px;
}

.icon li a:hover {
  opacity: 0.7;
  background-color: #f09bc0;
}

.icon li:first-child {
  margin-top:30px;
}

.icon li:last-child {
  margin-bottom:30px;
}

.icon li a {
  display: -webkit-inline-box;
  padding: 15px 0px;
  width: 100%;
  text-align: -webkit-center;
}

.drawer-nav {
  z-index: 10;
}

.drawer-hamburger {
  z-index: 11;
}

.animated:hover{
  animation: bounce 1s infinite;
}

.animated2 {
  animation: shake 5s infinite;
}



/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/
.chatch {
  text-align: center;
  width: 35%;
  font-size: 2.2rem;
  margin-top: -50px;
  line-height: 1.2;
}

.toparea {
  transform: rotate(-18deg);
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55%;
}

.navilist {
  height:250px;
  padding-top: 30px;
}

.menu li {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
}

.menu li a {
  line-height: 1.2;
  font-family: auto;
}

.list :after {
  content: url(./img/h-line.png);
  position: absolute;
  top: 0;
  right: -12%;
}

.menu li p {
  color: #FF3333;
  margin-top: 5px;
}

.m-tx {
  vertical-align: bottom;
}

.whatsnew {
  background-color: #CCFF66;
}

.new {
  width:90%;
  margin:-65px auto;
  height:auto;
  position: relative;
}

.new:before {
  content: url(./img/p1.png);
  position: absolute;
  top: 15px;
  left: 8%;
}

.twitter {
  width:25%;
}

.twitter iframe {
  height: 315px;
}

.instagram {
  width: 75%;
  margin: auto;
}

.fuki1{
  position: absolute;
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  top: 20px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
}

p.komiji {
  margin-top: 0px;
  font-size: 1.8rem;
  color:#000;
}

.snsarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 120px;
  padding-bottom:130px;
}

.tanoshimikata {
  background-color: #FFFF99;
}

.howto {
  width:90%;
  margin: -90px auto;
  height:auto;
  position: relative;
}

.howto:after {
  content: url(./img/p2.png);
  position: absolute;
  top: 15px;
  right: 1%;
}

.fuki2 {
  position: absolute;
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  top: 22px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
}

.howtotx {
  text-align:center;
  padding-top: 120px;
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 1.3;
}

.howbox {
  text-align: center;
  font-size:2rem;
  position:relative;
}

.inside {
  background-color: #fff;
  width:50%;
  padding:1px;
  font-size: 2.5rem;
  display: inline-block;
  margin-bottom:10px;
}

.i4 {
  color: #FF9933;
}

.s-line {
  display: flex;
  justify-content: center;
}

.sankaku {
  width: 0;
  height: 0;
  margin: 18px 10px 0px;
  border: 20px solid transparent;
  border-top: 20px solid #ff911e;
}

p.explain {
  line-height: 1.3;
  letter-spacing: 1px;
  margin-top: 5px;
  font-family: sans-serif;
}

.b1 {
  margin-top:20px;
}

.b1:before {
  position: absolute;
  content: url(./img/1.png);
  top: 7px;
  left: 22%;
}

.b1:after {
  position: absolute;
  content: url(./img/1-1.png);
  top: 0;
  right: 22%;
}

.b2:before {
  position: absolute;
  content: url(./img/2.png);
  top: 7px;
  left: 22%;
}

.b3:before {
  position: absolute;
  content: url(./img/3.png);
  z-index: 9;
  top: 7px;
  left: 22%;
}

.b4:before {
  position: absolute;
  content: url(./img/4.png);
  z-index: 9;
  top: 7px;
  left: 22%;
}

.b5:before {
  position: absolute;
  content: url(./img/5.png);
  top: 7px;
  left: 22%;
}

.b5:after {
  position: absolute;
  content: url(./img/5-1.png);
  top: -50px;
  right: 27%;
}

.b6:before {
  position: absolute;
  content: url(./img/6.png);
  top: 7px;
  left: 22%;
}

.b6:after {
  position: absolute;
  content: url(./img/6-1.png);
  top: -45px;
  right: 33%;;
}

.i3 {
  position:relative;
}

.i3:before {
  position: absolute;
  content: url(./img/3-1.png);
  top: -30px;
  left: 9%;
}

.i3:after {
  position: absolute;
  content: url(./img/3-2.png);
  top: -25px;
  right: 2%;
}

.i4:before {
  position: absolute;
  content: url(./img/4-1.png);
  top: -30px;
  left: 35%;
}

.i4:after {
  position: absolute;
  content: url(./img/4-2.png);
  top: -30px;
  right: 35%;
}

.howtobottom {
  font-size: 2.8rem;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.no1 {
  color: #FF3333;
  font-weight: bold;
}

.contactfuki {
  position: relative;
  margin: -65px auto;
}

.fuki3 {
  position: absolute;
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  top: 15px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
}

.contact {
  background-color: #CCFF66;
}

.companybox {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px auto;
  font-size:2.5rem;
  font-family:"rounded-mplus-2p-black.ttf","M PLUS Rounded 1c";
  line-height: 1.2;
  font-weight: 500;
}

.cb {
  margin:100px 30px;
}

.cb a {
  font-size:3rem;
  color:#FF3333;
  font-family:'Source Sans Pro', sans-serif;
}

.mail a{
  font-size: 3.2rem;
}

.bottomlogo {
  background-color: #CCFF66;
}

.bottomimg {
  display: flex;
  flex-wrap: wrap;
}

.pagebase .bottomimg {
  margin-top: 30px;
}

/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
footer {
  background-color: #33CC33;
}

footer p {
  font-size: 1.2rem;
  color:#fff;
  text-align: center;
}

.kyousan {
  font-size: 1.6rem;
  padding: 10px;
  line-height: 1.5;
}

.kyousan a {
  color:#fff;
}

.copyright {
  padding-bottom: 10px;
}


  
/*----------------------------------------------------------------------
下層ページ
----------------------------------------------------------------------*/
.junbi {
  text-align: center;
  font-size:2.5rem;
  font-family:"rounded-mplus-2p-black.ttf","M PLUS Rounded 1c";
  margin:80px auto;
}

.pagebase {
  background-color: #FFFF99;
  padding-bottom: 50px;
}

/*アクセス*/
.accesspage {
  height: auto;
}

.base {
  background-color: #FFFF99;
}

.base1 {
  background-color: #FFFF99;
}

.accessfuki {
  width: 90%;
  margin: -65px auto;
  height: auto;
  position: relative;
}

.a-map {
  width: 75%;
  margin: 60px auto;
}

.a-text {
  text-align: center;
  font-size:2.5rem;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 100px;
}

.googlemap {
  margin: 10px auto 80px;
  width: 80%;
  height: 300px;
}

.googlemap iframe {
  width: 100%;
  height: inherit;
}

.totop {
 text-align: center;
}

img.balloon2 {
  position: fixed;
  right: 0;
  bottom: 0;
}

/*出店者*/

.shoplist {
  display: flex;
  flex-wrap: wrap;
}

article.blog_box {
  width: 45%;
  font-size: 1.6rem;
  margin: 20px 2.5%;
  background-color: #ffffff;
  border-radius: 10px;
}

.blogbottom {
  width: 90%;
  margin: 10px auto;
  position: relative;
}

.bottomprice {
  display: flex;
  margin-left: 15px;
  margin-top: 5px;
}

.blog1 {
  width: 90%;
  margin:10px auto 5px;
  line-height: 1.5;
}

.s-price {
  margin-left: 15px;
}

img.attachment-.size-.wp-post-image {
  width: 100%;
  height: auto;
  margin: 5px auto;
}

.shopmenu {
  height: auto;
  background-color: #CCFF66;
  margin-top: -100px;
}

.cararea {
  display: flex;
  justify-content: space-between;
  padding: 120px 0 70px;
  width: 95%;
}

p.price2 {
  margin-left: 15px;
}

.shopmenu2 {
  margin-top: 40px;
}

.s-car img {
  margin-left: 30px;
  margin-top: 30px;
}

.shoppage h2 {
  font-size: 1.8rem;
  margin: 5px;
  margin-left: 30px;
  position: relative;
}

.gotochiarea h2::before {
  position: absolute;
  left:-30px;
  top:0;
  content: url(./img/red.png);
}

.gotochiarea .blogbottom {
  border-top: 2px solid #FF6633;
}

.gotochiarea .bottomprice::before {
  position: absolute;
  left:0px;
  top:5px;
  content: "●";
  color: #FF6633;
}

.gohanarea h2::before {
  position: absolute;
  left:-30px;
  top:0;
  content: url(./img/green.png);
}

.gohanarea .blogbottom {
  border-top: 2px solid #66CC33;
}

.gohanarea .bottomprice::before {
  position: absolute;
  left:0px;
  top:5px;
  content: "●";
  color: #66CC33;
}

.worldarea h2::before {
  position: absolute;
  left:-30px;
  top:0;
  content: url(./img/purple.png);
}

.worldarea .blogbottom {
  border-top: 2px solid #9966CC;
}

.worldarea .bottomprice::before {
  position: absolute;
  left:0px;
  top:5px;
  content: "●";
  color: #9966CC;
}

.meatarea h2::before {
  position: absolute;
  left:-30px;
  top:0;
  content: url(./img/brown.png);
}

.meatarea .blogbottom {
  border-top: 2px solid #CC6633;
}

.meatarea .bottomprice::before {
  position: absolute;
  left:0px;
  top:5px;
  content: "●";
  color: #CC6633;
}

.lightarea h2::before {
  position: absolute;
  left:-30px;
  top:0;
  content: url(./img/blue.png);
}

.lightarea .blogbottom {
  border-top: 2px solid #66CCCC;
}

.lightarea .bottomprice::before {
  position: absolute;
  left:0px;
  top:5px;
  content: "●";
  color: #66CCCC;
}

.sweetsarea h2::before {
  position: absolute;
  left:-30px;
  top:0;
  content: url(./img/pink.png);
}

.sweetsarea .blogbottom {
  border-top: 2px solid #FF6699;
}

.sweetsarea .bottomprice::before {
  position: absolute;
  left:0px;
  top:5px;
  content: "●";
  color: #FF6699;
}


/*アトラクション*/

.howbox p {
  line-height: 1.8;
  padding: 15px;
}

.runevent {
  text-align: center;
  margin-top:100px;
}

/*.urban {
  background-color: #ffffff;
  border-radius: 15px;
  width:80%;
  margin: auto;
}*/

.urbanex p {
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 10px;
  letter-spacing: 1px;
}

p.run {
  font-size: 1.6rem;
  position: relative;
}

.runevent h4 {
  font-size: 2rem;
  padding-top: 10px;
  letter-spacing: 2px;
}

.runevent h3 {
  font-size: 2.5rem;
  color: #FF3333;
  font-weight: bold;
}

h3.douji {
  margin-bottom: 20px;
}

.run:after {
  content: url(./img/p2.png);
  position: absolute;
  top: -25px;
  left: 2%;
}

.picarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: auto;
}

.picarea img {
  width: 31%;
  margin: 10px auto;
}

.orangebtn {
	color: #fff;
	background-color: #ff911e;
	font-size: 1.8rem;
	width: 30%;
	margin: 0 auto;
	font-weight: bold;
	padding: 20px 80px;
	text-align: center;
	display: inline-block;
	font-family: "rounded-mplus-2p-black.ttf","M PLUS Rounded 1c";
	border-radius: 10px;
	margin-top: 60px;
}

.obtn {
  margin: 0 auto 50px;
}

.jimukyoku {
	font-size: 1.4rem;
}

.urbanex {
  margin: 0 auto 20px;
}

.a-box {
  display: flex;
  margin-bottom: 10px;
}

.festa {
  width: 90%;
  margin: auto;
}

.saisutafesta p {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.3;
  width: 90%;
  margin: auto;
}

.festa-ex {
  padding: 10px;
}

.a-left {
  width: 45%;
  font-weight: bold;
}

.a-right {
  text-align: left;
  width: 70%;
}

.detail {
  margin: auto;
  width: 60%;
}

.saisutafesta img {
  margin: 20px auto;
}

p.a-explain {
  text-align: center;
}

.festa h3 {
  font-size: 2.5rem;
  color: #FF3333;
  font-weight: bold;
  margin: 5px auto 20px;
  text-align: center;
}

.saisutafesta.furimaarea {
  margin-top: 50px;
}

.fes {
 position: relative;
}

.fes:after {
  content: url(./img/ap2.png);
  position: absolute;
  top: -45px;
  right: -6%;
}

p.a-right {
   width: 170%;
}

/*チケット*/

.ticketpage {
  text-align: center;
  font-size: 2rem;
  width: 90%;
}

.maeuriarea {
  margin-top: 120px;
}

.ticketbox {
  font-size: 2.7rem;
  font-weight: bold; 
  padding: 8px 65px;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
}

.ticketbox:after {
  content: url(./img/ticket-small.png);
  position: absolute;
  top: 0;
  right: -30%;
}

.m-img {
  display: flex;
  margin: 20px 25%;
}

.m-btn {
  display: inline-block;
  margin: 25px auto 35px;
}

.m-text {
  margin-top: 30px;
  font-family:'Kosugi Maru';
  letter-spacing: 1px;
  line-height: 1.3;
  font-size: 2.2rem;
}

.m-text2 {
  font-family:'Kosugi Maru';
  letter-spacing: 2px;
  line-height: 1.3;
  font-size: 1.8rem;
}

.m-ex {
  font-size: 1.6rem;
  font-family:'Kosugi Maru';
  letter-spacing: 2px;
  margin: 10px auto 30px;
  line-height: 1.2;
}

.m-ex2 {
  font-size: 1.6rem;
  font-family:'Kosugi Maru';
  letter-spacing: 2px;
  margin: 30px auto 0;
  line-height: 1.2;
}

.pbox {
  font-family:'Kosugi Maru';
  letter-spacing: 2px;
  display: flex;
  justify-content: space-evenly;
}

.pb {
  width: 26%;
  margin: 10px auto;
}

.prizecar {
  width: 50%;
  margin: 50px auto 30px;
}

.prizetx {
  color: #f70303;
  font-size: 3.3rem;
  font-weight: bold;
  padding: 15px;
}

.prizetx2 {
  color: #f70303;
  font-size: 3.5rem;
  font-weight: bold;
  padding: 15px;
}

.prize2 {
  margin: 0 auto;
}

.kazari {
  position: relative;
}

.kazari:before {
  content: url(./img/ticket-p.png);
  position: absolute;
  top: -70px;
  left: 17%;
}

.kazari:after {
  content: url(./img/greenimg.png);
  position: absolute;
  top: -70px;
  right: 5%;
}

.m-btn p {
  font-size: 2.8rem;
  padding: 15px 45px;
  background-color: #FF6699;
  border-radius: 15px;
  color: #fff;
}


/*エリアマップ*/

.shopnamearea {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
}

.sn {
  width: 30%;
  margin: 15px auto;
}

.sn ul {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}

.sn img {
  margin-bottom: 15px;
}

.meat-s.sn {
  margin: 15px;
}

.attractionmap {
  display: flex;
  margin: 20px auto;
}

.map-a-box {
  width: 30%;
  margin: 10px auto;
  height: auto;
}

.map-a-box img {
  height: fit-content;
}

.attractionmap p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
}

p.a-price {
  font-size: 1.6rem;
  margin: 10px 5px;
}

.mapimg {
  margin-top: 120px;
}

.attractionmap h5 {
  font-size:1.6rem;
  color: #ffffff;
  padding: 8px 20px;
  background-color: #FF99CC;
  border-radius: 30px;
  text-align: center;
  margin: 10px;
}

.worldlist {
  color: #9966CC;
}

.lightlist {
  color: #66CCCC;
}

.sweetslist {
  color: #FF6699;
}

.taikenlist {
  color: #CC9999;
}

.gohanlist {
  color: #66CC33;
}

.gotochilist {
  color: #FF6633;
}

.meatlist {
  color: #CC6633;
}

.ex {
  margin-top: 10px;
  color: #ff0000;
}

.kazari2:before {
  content: url(./img/green3.png);
  position: absolute;
  top: 240px;
  left: 15%;
}

.kazari2:after {
  content: url(./img/mapareap.png);
  position: absolute;
  top: 240px;
  right: 5%;
}

/*トップページアーカイブ*/

.archivearea {
  background-color: #FFCCCC;
  padding-bottom: 100px;
}

.thxcomment {
  display: flex;
  padding-top: 50px;
}

.thxcomment {
  font-size: 2.8rem;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

p.thanks {
  font-size: 3.5rem;
}

.slider {
  margin-top: 20px;
  height: fit-content;
  margin-bottom: 30px;
}

.touhyoukekka {
  background-color: #FFFF99;
  padding-bottom: 50px;
}

.kekkacar {
  margin: auto;
  margin-top: -85px;
  margin-bottom: -45px;
}

.touhyoutx {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 80px;
  line-height: 1.4;
  margin-bottom: 60px;
}

.topprize img {
  width: 90px;
  margin: 0;
}

.tpbox {
  width: 44%;
  margin: 5% auto;
  position: relative;
  background-color: #ffffff;
}

.obi {
  display: flex;
  height: 125px;
}

.p-tx {
  display: flex;
  margin: 18px 0;
  font-size: 1.4rem;
  color: #ffffff;
}

.p-tx h3 {
  margin: 0 10px;
  font-size: 2rem
}

.no4 h3 {
  margin: 0 10px;
  font-size: 1.8rem
}

.no5 h3 {
  margin: 0 12px;
  font-size: 1.8rem
}

.tparea2 {
  display: flex;
  justify-content: space-between;
}

img.jushoumenu {
  width: 95%;
  margin: auto;
  padding-bottom: 20px;
}

p.p-shopname {
  text-align: right;
  font-weight: bold;
  font-size: 2rem;
  margin: -40px 30px 20px;
}

.no-1 .obi {
  background:linear-gradient(180deg, #CC9933 50%, #ffffff 50%);
}

.no2 .obi {
  background:linear-gradient(180deg, #999999 50%, #ffffff 50%);
}

.no3 .obi {
  background:linear-gradient(180deg, #996633 50%, #ffffff 50%);
}

.no4 .obi {
  background:linear-gradient(180deg, #33CC33 50%, #ffffff 50%);
}

.no5 .obi {
  background:linear-gradient(180deg, #FF3333 50%, #ffffff 50%);
}

.no-1 .p-shopname {
  letter-spacing: 2px;
}

.no5 .p-shopname {
  letter-spacing: 2px;
}

/*.no-1 .p-shopname:before {
  content: url(./img/goldcar.png);
  position: absolute;
  top: -23px;
  left: 35%;
}*/





/*----------------------------------------------------------------------

media query

----------------------------------------------------------------------*/

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 900px) {

  html{
    font-size: 58%;
  }

  .inside {
    width: 80%;
  }

  p.explain {
    width: 90%;
    margin:auto;
  }

  .b1:before { 
    left:5%;
    top: 5px;
  }

  .b1:after {
  right: 6%;
  top: -15px;
  }

  .b2:before {
  left:5%; 
  top: 5px;
  } 

  .b3:before {
  left:5%;
  top: 5px;
  } 

  .b4:before {
  left: 5%;
  top: 5px;
  } 

  .i4:before {
  left: 25%;
  } 

  .i4:after {
  right: 25%;
  } 

  .b5:before {
  left: 5%;
  top: 5px;
  } 

  .b5:after {
  right: 5%;
  top: -45px;
  }

  .b6:before {
  left: 5%;
  top: 5px;
  }

  .b6:after {
  right: 15%;
  }
  
  .companybox {
  font-size: 1.8rem;
  }

  .balloon {
  margin: auto;
  width: 80%;
  }

  .cb {
  line-height: 1.5;
  font-family: sans-serif;
  }

  .bottomimg a {
  margin: auto;
  }

  .mail a {
  font-size: 2.3rem;
  }

  .cb a {
  font-size: 2.2rem;
  font-weight: bold;
  }

  .cb {
  margin: 100px 30px 60px;
  }

  p.howtobottom {
  font-size:3rem;
  padding-bottom: 120px;
  }

  .tparea2 {
    display: block;
  }

  .tpbox {
    width: 65%;
  }
 


  }

@media screen and (max-width: 768px) {

    .pc-only {
        display: none;
    }
    .br-pc { display:none; }
    .br-sp { display:block; }
    .sp-only {
        display: block;
    }
    .mmb-10 {
        margin-bottom: 10px;
    }
    .mmb-20 {
        margin-bottom: 20px;
    }
    .mmb-30 {
        margin-bottom: 30px;
    }
    .mmb-40 {
        margin-bottom: 40px;
    }
    .splogo {
        display: inline-block;
    }

    .companybox {
      display: inline-block;
      text-align: center;
    }

    .tokyodo.cb {
      margin-top: -15px;
    }

    .ycar {
      width: 80%;
    }

    .twitter {
      width: 80%;
      margin: 30px auto;
    }

    .howto img {
      width: 250px;
    }

    .howtotx {
    padding-top: 160px;
    font-size: 2.8rem;
    }

    .howtobottom {
     font-size: 2.2rem;
    }

     .b2:before {
      top: 22px;
    } 

      .b3:before {
      top: 22px;
    } 

    .whatsnew {
      background-color: #b8e55e;
    }

    .contact {
      background-color: #b8e55e;
    }

    .bottomlogo {
      background-color: #b8e55e;
    }

    .logoarea {
      padding-top: 15px;
    }

    .datearea {
      margin: 10px auto;
    }

    .instagram {
      width: 85%;
    }

    .accessfuki {
      margin: 40px auto 50px;
    }

    /*.new {
      margin: -40px auto;
    }*/

    .base {
      margin-top: -70px;
      padding-top: 30px;
      min-height: 100vh;
    }

    .base1 {
      padding-top: 20px;
      margin-top: -15px;
    }

    .shoppage {
      margin-top: -35px;
    }

    .shopmenu {
      margin-top: -250px;
    }

    .cararea {
      padding-top: 200px;
    }

    article.blog_box {
      width: 90%;
      margin: 15px auto;
    }

    .s-car img {
      margin-left: 40px;
    }

    .attractionpage {
      margin-top:-40px;
      padding-top: 10px;
    }

    .run:after {
      content: url(./img/s-p2.png);
      position: absolute;
      top: -150px;
      left: 35%;
    }

    .a-explain {
      width: 80%;
      margin: auto;
    }

    .detail {
      width: 75%
    }

    .fes:after {
      display: none;
    }

    .ticketpage {
      margin-top: -30px;
    }

    .pb2 {
      width: 40%;
    }

    .prizecar {
      width: 65%;
    }

    .m-img { 
      margin: 20px auto;
      height: fit-content;
    }

    .m-text {
      width: 68%;
      margin: 30px auto;	
    }

    .m-text2 {
      width: 70%;
      margin: auto
    }  

    .kazari:before {
      top: 15px;  
    }

    .shopnamearea {
      display: block;
      margin: 20px auto;
    }

    .sn {
    width: 50%;
    margin: 15px auto;
    }

    .meat-s.sn {
    margin: auto;
    }

    .kazari2:before {
    display: none;
    }

    .kazari2:after {
    display: none;
    }

    .mappage {
    padding-top: 20px;
    }

    .mapimg {
    margin-top: 40px;
    }






}

@media screen and (max-width: 500px) {
     　html{
       font-size: 50%;
      }  

      .howtotx {
        font-size: 2.2rem;
      }

      .inside {
        width: 85%;
        font-size: 1.8rem;
      }
  
       p.explain {
        font-size: 1.6rem;
      }

        p.howtobottom {
        font-size: 2.2rem;
      }

        .b1:before { 
        left: 2%;
        top: 0px;
      }

        .b2:before { 
        left: 2%;
        top: 14px;
      }

        .b3:before { 
        left: 2%;
        top: 14px;
      }

        .b4:before { 
        left: 2%;
        top: 0px;
      }

        .b5:before { 
        left: 2%;
        top: 0px;
      }

        .b6:before { 
        left: 2%;
        top: 0px;
      }

        .i3:before {
        display: none;
      }

      iframe.twitter-timeline-rendered {
        width: 450px !important;
        margin:0 auto;
      }

      .inner.s-car img {
        width: 75%;
        margin-left:20px;
      }

      .cararea {
        padding-bottom: 30px;
      }

      .picarea img {
        width: 40%;
        height: 100px;
      }

	     .orangebtn {
        padding: 20px 50px;
        font-size: 1.6rem;
        width: 40%;
        margin-top: 30px;
      }

      .a-left {
        width: 32%;
        margin-left: 0px;
      }

      .detail {
        width: 100%;
      } 

      .tpbox {
        width: 82%;
      }

      p.p-shopname {
        font-size: 1.6rem;
        margin: -40px 30px 25px;
      }

      .topprize img {
        width: 20%;
      }

      img.jushoumenu {
        width: 95%;
      }

      .thxcomment p {
        font-size: 2.2rem;
      }

      .kekkacar {
        width: 80%;
      }
      

     

}

@media screen and (max-width: 600px) {

    .b1:after {
      content: url(./img/s-1-1.png);
    }

    .i3:before {
      content: url(./img/s-3-1.png);
      top: -5px;
    }

      .i3:after {
      content: url(./img/s-3-2.png);
      top: -10px;
    }

      .i4:before {
      content: url(./img/s-4-1.png);
      top: -8px;
    }

      .i4:after {
      content: url(./img/s-4-2.png);
      top: -8px;
    }

      .b5:after {
      content: url(./img/s-5-1.png);
      top: -12px;
    }

      .b6:after {
      content: url(./img/s-6-1.png);
    }

      .new:before {
      content: url(./img/s-p1.png);
      top: 100px;
    }
    
      .howto:after {
      content: url(./img/s-p2.png);
      position: absolute;
      top: 90px;
      right: 1%;
    }

     img.balloon2 {
      width: 20%;
    }

  	.pbox {
  	  display: block;
    }

    .pb {
      width: 100%;
    }

    .pb img {
      width: 45%;
      margin: auto;
    }

    .prizecar {
      width: 95%;
    }

    .ticketpage {
      font-size: 1.6rem;
    }

    .m-text { 
      font-size: 1.8rem;
    }

    .ticketbox {
      font-size: 2.5rem;
      padding: 8px 50px;
    }

    .m-img img {
      width: 40%;
    }

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

    .pb2 img {
      width: 45%;
    }

    .ticketbox:after {
	  content: url(./img/ticket-small2.png);
	  position: absolute;
	  top: 6px;
      right: -13%;
	}

    .m-ex2 {
      font-size: 1.4rem;
    }

    .kazari:after {
      display: none;
    }

    .shopnamearea {
      display: block;
      margin: 20px auto;
    }

    .sn {
      width: 85%;
      margin: 15px auto;
    }

    .meat-s.sn {
      margin: auto;
    }

    .map-a-box {
      width: 80%;
    }

    .attractionmap {
      display: block;
    }
    
    .kazari2:after {
      content: url(./img/mapareap2.png);
      right: 5%;
      top:175px;
    }
    


}

@media screen and (max-width: 425px) {

    header {
      background-position: center center;
    }


    .headarea {
    background: url(./img/spbg.jpg)no-repeat;
    background-position: center bottom;
    }

    .balloon {
      width: 55%;
    }

    .fuki1 {
      font-size: 2.3rem;
      top: 12px;
    }

    .new img {
      width: 240px;
    }

    .fuki2 {
      font-size: 2.3rem;
      top: 12px;
    }

    .howto {
      margin: -60px auto;
    }

    .howto img {
      width: 190px;
    }

     .fuki3 {
      font-size: 2.3rem;
      top: 12px;
    }

    .contactfuki img {
      width: 240px;
    }

    .time {
      display: inline-block;
      text-align: center;
    }
    
    .date {
      font-size: 3.2rem;c
    }

    .twitter { 
      margin-top: 70px;
    }

    .accessfuki {
     width: 55%;
    }

    .a-text {
      font-size: 1.8rem;
      margin-top: 0;
    }

    .a-map {
      width: 90%;
    }

    .googlemap {
      width: 90%;
    }

    .ycar {
      height: 110px;
    }

    .aboutpage p.komiji {
      margin-top: -3px;
      font-size: 1.5rem;
    }

    .base1.accessfuki {
      margin-top: 20px;
    }

    .m-text {
      width: 91%;
    }

    .m-text2 {
      width: 85%;
      font-size: 1.5rem;
    }

    .kazari:before {
      content: url(./img/ticket-p2.png);
      left: 2%;
    }

    .maeuriarea {
      margin-top: 95px;
    }

    .m-img {
      max-height: 325px;
    }

    .prizetx {
      font-size: 2.8rem;
    }

    .prizetx2 {
      font-size: 3rem;
    }

    .kazari2:after {
      top: 140px;
    }

    .p-tx {
      margin: 13px 0;
    }

    .tpbox {
      width: 95%;
    }
    
    .touhyoutx {
      font-size: 1.5rem;
      margin-bottom: 40px;
    }

    p.p-shopname {
      margin: -35px 30px 20px;
    }

    .kekkacar {
      margin-bottom: -20px;
    }

    .tpbox.no5 {
      margin-bottom: 60px;
    }


    


}


@media screen and (max-width: 375px) {

      .i4:before {
      left: 19%;
    }

      .i4:after {
      right: 19%;
    }

      .b6:after {
      right: 12%;
      top: -15px;
    }

    .companybox {
    font-size: 1.5rem;
    }

    .accessfuki {
    width: 60%;
    }

    .ycar {
    height: 100px;
    }

    .m-text2 {
    width: 91%;
    }
    
    p.a-explain {
    width: auto;
    }

    p.a-right {
    width: 150%;
    }    

    .urbanex {
    width: 95%;
    }

    .p-tx {
    margin: 12px 0;
    font-size: 1.3rem;
    }

    .p-tx h3 {
    font-size: 2rem;
    margin: 0 7px;
    }

    .no4 .p-tx h3 {
    font-size: 1.5rem;
    }

    .no5 .p-tx h3 {
    font-size: 1.5rem;
    }

    .obi {
    height: 100px;
    }

    p.p-shopname {
    margin: -30px 30px 20px;
    }


}

@media screen and (max-width: 320px) {
    
    html{
     font-size: 48%;
    } 

    .ycar {
    height: 85px;
    }

    .picarea img {
    height: 92px;
    }

    .obi {
    height: 90px;
    }


}

/*media queryここまで*/

.omoji {
  font-family: "M PLUS Rounded 1c", sans-serif, GenJyuuGothic, rounded-mplus-2p, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
}




