@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  font-size: 0.625rem;
  color: #333;
  margin: 0 auto 60px auto;
  max-width: 600px;
}

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

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

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

/*---------------------------
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 {
  position: relative;
  margin-bottom: 30px;
}

#mainvisual img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  opacity: 50%;
}

#mainvisual h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 1px 0 #fff,
               1px 1px 0 #fff,
               1px 0 0 #fff,
               1px -1px 0 #fff,
               -1px -1px 0 #fff,
               0 -1px 0 #fff,
               -1px 0 0 #fff,
               -1px 1px 0 #fff;
}

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

#content {
  margin-bottom: 50px;
}

#content h3 {
  font-size: 1rem;
}

#content .preface {
  font-size: 0.825rem;
  margin-bottom: 30px;
  padding: 0 2%;
}

#content .text {
  font-size: 0.825rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  padding: 0 2%;
}

#content .link h2{
  font-size: 1.25rem;
}

#content .link a {
  display: block;
  font-size: 1rem;
  color: inherit;
  text-decoration: underline;
  margin: 5px;
}

#content .link a:hover {
  opacity: 0.5;
}

#content .strong {
  background-color:  #FAFF00;
}

/*---------------------------
for-first-timers
---------------------------*/

#fist-timers {
  font-size: 1rem;
  line-height: 2;
}

#fist-timers p {
  margin-bottom: 30px;
  padding: 0 3%;
}

#fist-timers a {
  color: #0000EE;
  background-color: #eee;
  text-decoration: underline;
}

#fist-timers img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

#fist-timers .flex img {
  width: 50%;
}

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

#pageMenu h3 {
  background-color: #08FF4D;
}

#pageMenu ul {
  background-color: #C9FFD7;
  padding: 20px;
}

#pageMenu li {
  text-align: left;
}

#pageMenu a {
  color: #333;
  text-decoration: none;
  background-color: inherit;
  font-weight: bold;
}


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

#first-timers .strong {
  color: red;
}

.center {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 0 0;
}

#accese dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

#accese dt {
  width: 25%;
  text-align: right;
}

#accese dd {
  width: 70%;
  text-align: left;
}

#profile img {
  height: 400px;
}

#flow .flow-title {
  font-size: 1.25rem;
  margin-bottom: 0;
  text-decoration: underline;
}

section {
  margin-bottom: 100px;
}

/*---------------------------
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 {
  text-align: left;
  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
---------------------------*/

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