@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;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

.menuName {
  height: 60px;
  line-height: 60px;
  font-size: 1.25rem;
  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: #fff;
  z-index: 5;
}

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

#nav li {
  display: flex;
  justify-content: space-around;
  width: 33%;
  height: 60px;
  font-size: 0.75rem;
  border-left: solid 1px #333;
}

#nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0.725rem;
  font-weight: bolder;
  text-align: right;
  color: #000;
  line-height: 60px;
  padding-right: 20%;
  background-color: #00FF47;
  position: relative;
}

#nav img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

/*---------------------------
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;
}

/*---------------------------
content
---------------------------*/

#content {
  font-size: 0.825rem;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: 1rem;
  padding: 0 5%;
}

#content a {
  color: #0000EE;
}

#content .strong {
  font-size: 1.25rem;
  font-weight: bolder;
  text-align: center;
}

#content ul {
  max-width: 100%;
  margin: 30px auto 30px auto;
}

#content li {
  font-weight: bold;
  margin: 10px;
}

#content section {
  margin-bottom:30px;
}

#content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#content .marker {
  background-color: yellow;
}

#content .checkmark001{
	padding-left:24px;
	position:relative;
  z-index: 0;
}
#content .checkmark001:before,
        .checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
#content .checkmark001:before{
	width:16px;
	height:16px;
	background:#ffffff;
  border:1px solid #000000;
	left:0;
  top:10px;
}
#content .checkmark001:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:10px;
}

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

#content .flex-item {
  width: 48%;
  text-align: center;
}

#content .flex img {
  width: 100%;
}

#content .flex-item p {
  font-size: 0.725rem;
}

#content h3 {
  font-size: 1rem;
  margin: 20px 0 10px 0;
}

/*---------------------------
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;
}
