@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");


.l-inner {
-webkit-font-smoothing: antialiased;
color: #000;
line-height: 1;
font-family: arial;
position: relative;
max-width: 1110px;
margin-right: auto;
margin-left: auto;
box-sizing: border-box;
width: 88.88889%;
}

.l-contents {
-webkit-font-smoothing: antialiased;
color: #000;
line-height: 1;
font-family: arial;
-webkit-box-pack: justify;
justify-content: space-between;
margin-bottom: 100px;
display: block;}

.l-primary{
-webkit-font-smoothing: antialiased;
color: #000;
line-height: 1;
font-family: arial;
box-sizing: border-box;
width: 100%;
margin-bottom: 50px;
min-width: 100%;}








body {
  font-family: "Meiryo UI", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  max-width: 950px;
  margin: 0 auto;
  overflow-x: hidden;
}



.inner {
  margin: 0 auto;
  padding: 24px 24px;
  max-width: 100%;
  width: 860px;
}

@media screen and (max-width: 767px) {
  .inner {
    padding-right: 12px;
    padding-left: 12px;
  }
}

p {
  margin-bottom: 24px;
}

h2 {
  font-family: 'Spinnaker', sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 24px;
  font-weight: bold;
  position: relative;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
}

.button {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 900;
  transition: .4s;
  opacity: .9;
}

.button:hover {
  background: #333;
  color: white;
}

header {
  height: 60px;
  width: 100%;
  max-width: 950px;
  position: fixed;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
}

header .inner {
  height: 100%;
  width: 100%;
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: space-between;
}

header .logo {
  display: block;
  height: 100%;
  width: 110px;
  transition: .4s;
  background: url(../img/logo-gray.png) no-repeat transparent center;
  background-size: 90px;
}

header .logo:hover {
  background: url(../img/logo-white.png) no-repeat #333 center;
  background-size: 90px;
}

header .button {
  border-radius: 3px;
  border: solid 2px #333;
  margin-right: 10px;
  padding: 0.3em 1em;
}

header .button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  padding-right: 8px;
}

.section-header {
  box-shadow: 0 6px 12px 0 #aaa;
}

.section-header img {
  width: 100%;
}

.top-header {
  padding-top: 60px;
}

.box {
  border: .5px solid #eee;
  border-radius: 3px;
  padding: 8px 24px;
  box-shadow: 0 3px 6px 0 #aaa;
  text-align: left;
  margin-bottom: 16px;
}

.sub-title {
  text-align: center;
  font-size: 14px;
  color: #555;
  position: relative;
  margin-bottom: 24px;
}

.figure {
  text-align: center;
  margin: 30px 0;
}

.figure img {
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.figure figcaption {
  font-size: 14px;
  color: #555;
}

#contact {
  padding-top: 60px;
  margin-top: -60px;
}

.contact-list {
  list-style: none;
  text-align: center;
}

.contact-list li {
  margin-bottom: 16px;
}

.contact-list .contact-btn {
  border-bottom: 1px solid;
  font-weight: bold;
  padding: 8px;
  transition: .4s;
}

.contact-list .contact-btn:hover {
  color: #fff;
  background-color: #333;
}

.mail:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  padding-right: 8px;
  position: relative;
}

.tell:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  padding-right: 8px;
  position: relative;
  top: 0px;
}

.author {
  display: inline-block;
  margin-top: 6px;
}

.author:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  padding-right: 8px;
  position: relative;
  top: 0px;
}


.btn{
    width:250px;
    height:30px;
    line-height:30px;
text-align:center;
margin: 20px auto;
}
.btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#4D4D4D;
    text-align:center;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    font-size:15px;
    font-weight:bold;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    box-shadow:0px 0px 0px 4px #999998 ;
    transition: all 0.5s ease;
}
.btn a:hover{
    background:#FFFFFF;
    color:#000000;
    margin-left:0px;
    margin-top:5px;
    border:1px solid #FFFFFF;
    box-shadow:0px 0px 0px 4px #999998 ;
}

