@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  font-size: 0.725rem;
  font-weight: bolder;
  color: #333;
  margin: 0 auto 50px auto;
  max-width: 600px;
}

a {
  text-decoration: none;
  color: #fff;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

/*---------------------------
header
---------------------------*/

#header {
  height: 60px;
  background-color: #2BD700;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 #333,
               1px 1px 0 #333,
               1px 0 0 #333,
               1px -1px 0 #333,
               -1px -1px 0 #333,
               0 -1px 0 #333,
               -1px 0 0 #333,
               -1px 1px 0 #333;
}

#header img {
  height: 60px;
}

#header .title {
  width: 60%;
}

#header .tel {
  width: 20%;
  font-size: 0.5rem;
  padding-top: 15px;
}

#header h1 {
  font-size: 0.5rem;
  line-height: 2;
}

#header p {
  font-size: 0.6rem;
}

#header h2 {
  font-size: 1.25rem;
  line-height: 1.2;
}

#header .tel p {
  font-size: 0.5rem;
}

/*---------------------------
nav
---------------------------*/
#nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: solid 1px #333;
  background-color: #00FF47;
}

#nav ul {
  display: flex;
  justify-content: space-between;
  height: 60px;
}

#nav li {
  width: 33%;
  height: 60px;
  text-align: center;
  font-size: 0.75rem;
  border-left: solid 1px #333;
}

#nav li a {
  font-size: 0.725rem;
  font-weight: bolder;
  color: #000;
}

#nav img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px auto 0 auto;
}

/*---------------------------
mainvisual
---------------------------*/

#mainvisual img {
  width: 100%;
}

/*---------------------------
point
---------------------------*/

#point {
  padding: 0 3%;
  text-align: center;
  margin-bottom: 80px;
}

#point img {
  width: 100%;
  margin: 30px 0;
}

#sec h2 {
  font-size: 0.725rem;
  background-color: #5DFFD8;
  border-bottom: solid 1px #333;
  padding: 10px 0;
}

#sec {
  font-weight: bolder;
  border: solid 1px #333;
  margin-bottom: 30px;
}

#sec p {
  margin-top: 20px;
}

#sec .qa {
  font-size: 0.875rem;
  color: #FF0000;
  margin-right: 10px;
}

#sec .strong {
  font-size: 0.875rem;
}

#sec .point {
  background-color:  #FAFF00;
}

#sec .text {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  padding: 0 3%;
  margin-bottom: 20px;
}

/*---------------------------
menu
---------------------------*/

#menu {
  margin-bottom: 50px;
  text-align: center;
}

#menu h2 {
  font-size: 1.25rem;
  margin-bottom: 30px;
}

#menu .menuName {
  height: 40px;
  line-height: 42px;
  font-size: 1rem;
  text-align: left;
  background: linear-gradient(90deg, #00FF47 0%, #fff 90%);
  margin-bottom: 20px;
}

#menu ul {
  margin-bottom: 50px;
}

#menu li {
  margin-bottom: 30px;
}

#menu .price {
  font-size: 1rem;
  text-align: left;
  margin-left: 20px;
}

#menu .tax {
  font-size: 0.625rem;
}

#menu a {
  display: block;
  width: 300px;
  height: 60px;
  background-color: rgba(40,255,0,30%);
  border: solid 1px #333;
  font-size: 1.25rem;
  line-height: 60px;
  color: #00FF57;
  text-shadow: 0 1px 0 #333,
               1px 1px 0 #333,
               1px 0 0 #333,
               1px -1px 0 #333,
               -1px -1px 0 #333,
               0 -1px 0 #333,
               -1px 0 0 #333,
               -1px 1px 0 #333;
  box-shadow: 3px 3px 3px #333;
  transition: all 0.3s ease;
  margin: 0 auto;
}

#menu a:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
}

/*---------------------------
info
---------------------------*/

#menu {
  margin-bottom: 50px;
}

#menu .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 200px;
}

#menu img {
  width: 50%;
  object-fit: cover;
  margin-bottom: 30px;
}

#menu h2 {
  font-size: 1.25rem;
  margin-bottom: 30px;
}

#menu .menuName {
  height: 40px;
  line-height: 42px;
  font-size: 1.25rem;
  text-align: left;
  background: linear-gradient(90deg, #00FF47 0%, #fff 90%);
  margin-bottom: 20px;
}

#menu ul {
  margin-bottom: 50px;
}

#menu li {
  margin-bottom: 30px;
}

#menu .price {
  font-size: 1rem;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

#menu .tax {
  font-size: 0.625rem;
}

#menu .text {
  font-size: 0.625rem;
  text-align: left;
  margin: 0 20px 0 20px;
}

#menu .point {
  margin: 10px 0 5px 0;
}

#menu h3 {
  display: inline-block;
  width: 155px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #06FF4B;
}

#menu .target {
  font-size: 0.725rem;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px #333;
}

#menu .pay .menuName {
  margin-top: 50px;
  font-size: 1rem;
}

#menu .pay .price {
  font-size: 0.75rem;
}

/*---------------------------
info
---------------------------*/

#info {
  font-size: 0.625rem;
  text-align: center;
  background-color: #BCFFAB;
  padding: 10px 0;
  margin-bottom: 10px;
}

#info .fast {
  font-size: 1rem;
  letter-spacing: 0.5rem;
  color: #fff;
  text-shadow: 0 1px 0 #FFA800,
               1px 1px 0 #FFA800,
               1px 0 0 #FFA800,
               1px -1px 0 #FFA800,
               -1px -1px 0 #FFA800,
               0 -1px 0 #FFA800,
               -1px 0 0 #FFA800,
               -1px 1px 0 #FFA800;
  margin-bottom: 10px;
}

#info .head {
  height: 80px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

#info .head img {
  height: 80px;
  width: 100px;
  object-fit: cover;
}

#info iframe {
  margin-bottom: 30px;
}

#info .title {
  font-size: 0.5rem;
  color: #127336;
  padding-top: 5px;
}

#info .mainTitle {
  font-size: 1.25rem;
  line-height: 1;
  font-family: 'Comic Sans MS',sans-serif;
  color: #6A3906;
  margin: 10px 0;
}

#info .tel {
  display: block;
  width: 200px;
  height: 60px;
  font-size: 0.825rem;
  line-height: 30px;
  font-weight: bolder;
  background-color: #00FF1A;
  border-radius: 10px;
  border: solid 1px #333;
  text-shadow: 0 1px 0 #333,
               1px 1px 0 #333,
               1px 0 0 #333,
               1px -1px 0 #333,
               -1px -1px 0 #333,
               0 -1px 0 #333,
               -1px 0 0 #333,
               -1px 1px 0 #333;
  margin: 5px auto 20px auto;
}

#info .ekiten .tel {
  font-size: 1rem;
  background-color: #f00;
  line-height: 30px;
}

#info .apo {
  font-size: 0.825rem;
  margin-top: 30px;
}

#info .red {
  font-size: 1.25rem;
  font-weight: bolder;
  color: #FF0000;
}

#info dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  text-align: center;
  padding: 0 10%;
  margin-bottom: 20px;
}

#info dt {
  width: 20%;
  color: #fff;
  background-color: #FFA800;
  text-shadow: 0 1px 0 #333,
               1px 1px 0 #333,
               1px 0 0 #333,
               1px -1px 0 #333,
               -1px -1px 0 #333,
               0 -1px 0 #333,
               -1px 0 0 #333,
               -1px 1px 0 #333;
  border: solid 1px #333;
  margin-bottom: 2px;
}

#info dd {
  width: 75%;
  font-size: 0.625rem;
  text-align: left;
  margin-left: 5%;
}

#info dd.red {
  font-size: 0.625rem;
  color: #ff0000;
}

#info .buisness {
  width: 95%;
  margin: 20px auto;
}

#info .access {
  margin-left: 25%;
}

#info i {
  margin-right: 5px;
}

#info .line p {
  font-size: 0.825rem;
}

#info .flex {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

#info .left {
  width: 50%;
}

#info .right {
  width: 50%;
}

#info .flex p {
  font-size: 0.625rem;
}

#info ul {
  text-align: left;
}

#info .line {
  padding: 0 5px;
}

#info .line .right img {
  width: 50%;
}

#info .line .left img {
  margin: 20px 0;
}

#info .line .plan {
  width: 100%;
}

#info .step {
  background-color: #fff;
  padding: 5px;
}

#info .step p {
  margin-bottom: 10px;
}

#info .step li {
  margin-bottom: 10px;
}

/*---------------------------
siteMenu
---------------------------*/

#siteMenu {
  margin: 50px 0;
}

#siteMenu h2 {
  line-height: 42px;
  font-size: 1.25rem;
  text-align: left;
  background: linear-gradient(90deg, #00FF47 0%, #fff 90%);
  margin-bottom: 20px;
}

#siteMenu a {
  display: block;
  width: 350px;
  height: 40px;
  line-height: 40px;
  font-size: 1.25rem;
  color: #333;
  background-color: #00FF47;
  margin: 0 auto 5px auto;
  padding-left: 10px;
  transition: all 0.3s ease;
}

#siteMenu a:hover {
  background-color: #00F0FF;
  transform: translateX(-2%);
}

/*---------------------------
footer
---------------------------*/

#footer {
  height: 25px;
  font-size: 0.625rem;
  line-height: 25px;
  text-align: center;
  background-color: #D9D9D9;
  margin-bottom: 60px;
}
