@charset "UTF-8";

/* Reset.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* BASE */

body {
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'Noto Sans JP', sans-serif;
}

.box-orange-border {
  border: 3px solid #f5dbb6;
  width: 80%;
  margin: 20px auto;
  padding: 20px;
}

.img-center {
  margin: auto;
  display: block;
}

.img-right {
  margin-left: auto;
  display: block;
}

.box20 {
  padding: 20px 0;
}

ul.top-logo {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

ul.top-logo li {
  padding: 40px 20px 0 30px;
  text-align: center;
  font-size: 1.2em;
}

.gmap {
width: 100%;
position: relative;
padding-top: 56.25%;
height: 0;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmapbox {
margin: 0 auto;
  width: 80%;
}

.footer {
text-align: center;
margin: 10px;
font-size: 1em;
color: #f18d00;
}