@charset "UTF-8";
/* CSS Document */

/*-----------------
common
-----------------*/
*{margin:0;padding:0;box-sizing:border-box;border:0}
html{font-size:62.5%;}
body{line-height: 1.5;font-size:14px;font-size:1.4rem;font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
a{color: #0c4fab;text-decoration: none;transition: all .1s ease-out;}
a:hover{opacity:0.7;}
img{vertical-align:middle;max-width:100%;height:auto;}
ul,ol,li{list-style:none;}

.shop_btn {
  margin: 5em 2em;
}
.shop_btn a {
  position: relative;
  background-color: #e50012;
  color: #fff;
  display: block;
  padding: .5em 2em;
  text-align: center;
  border-radius: 10px;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
}
.shop_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

/*-----------------
header
-----------------*/
#header_summary {
  max-width: calc(980px + 4em);
  margin: 0 auto;
  padding: 0.5em 2em;
}
#header_summary img {
  display: block;
}
.title {
  padding: 1em 2em;
  color: #fff;
  background-color: #0c4fab;
}
.title h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}

/* topic_path */
.topic_path {
  padding: 1em 2em;
}
.topic_path ul {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.topic_path li {
  position: relative;
  padding: 0 2em 0 0 ;
  font-size: 12px;
  font-size: 1.2rem;
}
.topic_path li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 1em;
  width: 4px;
  height: 4px;
  border-top: 1px solid #003567;
  border-right: 1px solid #003567;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topic_path li:last-child:after {
  display: none;
}

/*-----------------
blog
-----------------*/
article {
  margin: 0 auto;
  text-align: center;
  max-width: 980px;
}
section {
  max-width: calc(980px + 4em);
  margin: 3em auto 0;
  text-align: center;
  padding: 0 2em;
}
article h2,
section h2 {
  font-size: 30px;
  font-size: 3.0rem;
  background-color: #0c4fab;
  color: #fff;
  padding: 14px;
}
.btn1 {
/*  background-color: #e50012;*/
   background: linear-gradient(90deg, rgb(228, 0, 101), rgb(245, 170, 0));
  padding: 2em;
}
.btn1>p {
  margin-top: 5px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
}

.btn2 {
   background: linear-gradient(90deg, rgb(29, 32, 136), rgb(0, 160, 233));
  padding: 2em;
}
.btn2>p {
  margin-top: 5px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
}

.btn3 {
	padding-top: 0.1rem;
	width: 100%;
	
}

.btn3 img{
	width: 100%;
	
}

.btn3>p {
  margin-top: 5px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.shop_link {
  text-align: center;
}
.shop_link h2 {
  margin: 2em;
}
.shop_link h3 {
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #b3edff;
  max-width: 980px;
  margin: 0 auto;
  padding: .5em 28px;
}
.shop_link h3.pink {
  background-color: #f593bb;
}
.shop_link h3.green {
  background-color: #aee43e;
}
.shop_link h3.orange {
  background-color: #ffaa41;
}

.shop_link h4 {
  font-size: 18px;
  font-size: 2rem;
	color: #fff;
  background-color: #53585d;
  max-width: 980px;
  margin: 0 auto;
  padding: .4em 28px;
}



.shop_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: calc(980px + 4em);
  padding: 0 2em;
  margin: 1em auto 1em;
}
.shop_link li {
  width: 24%;
  margin: 0 0 1em;
}
.shop_link li div {
  width: 100%;
  height: 100%;
  padding: 1em .5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 5px solid #b3edff;
  min-height: 130px;
}
.shop_link .pink_ul li div {
  border: 5px solid #f593bb;
}
.shop_link .green_ul li div {
  border: 5px solid #aee43e;
}
.shop_link .orange_ul li div {
  border: 5px solid #ffaa41;
}
.shop_link li strong {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}
.shop_link li address {
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}
.shop_link li p {
  font-size: 12px;
  font-size: 1.2rem;
}
.shop_link .red {
  color: #e50012;
}
.shop_link .blue {
  color: #004da0;
}
.small_s strong {
  font-size: 90% !important;
}
.small_p p {
  font-size: 80% !important;
}

.ucarShop {
	
  text-align: center;
	background-color: #fcfcfc;
}

.ucarShop h1 {
	max-width: 980px;
	margin: auto;
}

.ucarShop h2 {
  margin: 0.5em ;
  font-size: 2.8em;
	color: #02b0ec;
}
.ucarShop h3 {
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #b3edff;
  max-width: 980px;
  margin: 0 auto;
  padding: .5em 28px;
}
.ucarShop h3.pink {
  background-color: #f593bb;
}
.ucarShop h3.green {
  background-color: #aee43e;
}
.ucarShop h3.orange {
  background-color: #ffaa41;
}
.ucarShop ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: calc(980px + 4em);
  padding: 0 2em;
  margin: 1em auto 1em;
}
.ucarShop li {
  width: 48%;
  margin: 0 0 1em;
}
.ucarShop li strong {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}

.ucarShop li .ucar_btn {
  display: flex;
  margin: 5px auto;
  padding: 0.2em 0;
	text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  background-color: #02b0ec;
  border-radius: 50vh;
	
}

.ucarShop .kitakyushu li .ucar_btn {
  background-color: #aee43e;
	color: #000;
	
}

.ucarShop .chikuho li .ucar_btn {
  background-color: #ffaa41;
	color: #000;
	
}

.ucarShop li .ucar_btn p {
margin: auto;
}





/* main  */
.main {
  margin: 0 auto;
  max-width: calc(960px + 4em);
  text-align: center;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}




/*-----------------
footer_menu
-----------------*/
.footer_menu a {
  background: #e50012;
  padding: 10px 30px;
  margin: 3em auto 10px;
  display: block;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 450px;
}
.footer_menu p {
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 14px;
  text-align: center;
}

/*-----------------
footer
-----------------*/
/* pagetop */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 60px;
}
#pagetop a {
  position: relative;
  display: block;
}
#pagetop a::before,
#pagetop a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#pagetop a::before {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0c4fab;
}
#pagetop a::after {
  left: 37%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  top: 6px;
}
footer {
  margin: 30px 0 0;
  background: #ededed;
  text-align: center;
  padding: 14px;
  color: #000;
  font-size: 10px;
  font-size: 1.0rem;
}

.h1 {
  margin: 14px 14px 0;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2;
  font-weight: bold;
  color: #de050e;
}
.caution {
  margin: 0 14px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  .h1 {
    font-size: 4vw
  }
  .caution {
    text-align: left;
  }
  nav {
    display: none;
  }
  .contents {
    padding: 0 1em;
  }
  section {
    padding: 0;
  }
  article h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .shop_link li {
    width: 49%;
  }
  .shop_link li strong br {
    display: none;
  }
  .shop_link li strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer_menu  p {
    text-align: left;
  }
  footer {
    text-align: left;
  }
}