@charset "UTF-8";
* {
  margin: 0px; }

html {
  font-size: 62.5%;
  color: #333333; }

body {
  font-family: 'Hiragino Sans W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; }

img {
  outline: none;
  border-style: none; }

a {
  color: blue;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

a:visited {
  color: blue;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

a:hover {
  color: #F5A862;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

header {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  background-color: #ffffff; }
  @media (min-width: 900px) {
    header {
      width: 80%;
      max-width: 1600px;
      margin: 0% auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center; } }
  header > a:first-child {
    margin-right: auto; }

header img#header-logo {
  display: block;
  width: 280px;
  height: auto; }

header img#insta {
  display: block;
  width: 40px;
  height: auto;
  margin: 4px 0px 4px 20px; }

header nav {
  width: 60%;
  overflow: hidden; }
  header nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center; }
    header nav ul li {
      margin: 6px 0px 6px 20px;
      padding: 10px 5px;
      display: block;
      font-size: 18px;
      border: 2px solid #ff6633;
      border-radius: 5px;
      background-color: #ffffff;
      list-style-type: none;
      text-align: center;
      letter-spacing: 5px; }

header > nav > ul > a {
  flex-basis: 180px;
  flex-grow: 0;
  text-decoration: none;
  color: blue;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  header > nav > ul > a:visited {
    color: blue;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
  header > nav > ul > a:hover {
    color: #ffffff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    header > nav > ul > a:hover li {
      background-color: #ff6633; }

/*
nav ul{
	width:60%;
	margin-left:20%;
}
nav li:hover{
	background-color: orange;
	transition: background-color 0.5s ease-out;
	color:#fff;
}
*/
article {
  width: 100%;
  margin: 0%;
  padding: 0px 0px 20px 0px;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: center center;
  background-image: url("../image/bg.jpg"); }
  @media (min-width: 900px) {
    article {
      width: 80%;
      max-width: 1600px;
      margin: 0% auto; } }
  article > img {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    border: none; }
  article h1 {
    margin: 10px 10px 20px 10px;
    padding: 0px 10px 10px 10px;
    border-bottom: 6px double;
    font-size: 2.4rem;
    letter-spacing: 1px; }
  article > h1 {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: none; }
    article > h1 > img {
      width: 100%;
      height: auto;
      margin: 0px auto;
      padding: 0px;
      border: none; }
  article h2 {
    margin: 10px 10px 20px 10px;
    padding: 0px 10px 10px 10px;
    border-bottom: 6px double;
    font-size: 2.4rem;
    letter-spacing: 1px; }
  article h3 {
    margin: 0px 2px 10px 2px;
    padding: 4px 6px 6px 6px;
    border-bottom: 2px solid;
    font-size: 2.0rem; }
  article p {
    margin: 10px 16px 20px 16px;
    font-size: 1.8rem; }
  article dt {
    margin: 10px 16px 10px 16px;
    font-size: 1.8rem;
    font-weight: bold; }
  article dd {
    margin: 5px 16px 16px 24px;
    font-size: 1.6rem; }
  article span {
    display: inline-block; }

article > section > div section, article > section > section {
  width: 96%;
  margin: 16px auto;
  padding: 0px 0px 6px 0px;
  background-color: rgba(255, 204, 153, 0.6);
  border: 8px dotted #ff6633;
  border-radius: 0px; }

section {
  display: block;
  width: 90%;
  margin: 20px auto;
  padding: 0px 0px 16px 0px;
  overflow: hidden;
  background-color: rgba(204, 204, 204, 0.8);
  border: 1px solid;
  border-radius: 16px; }
  section ul {
    margin: 10px 10px 10px 40px; }
  section li {
    font-size: 1.8rem; }

div {
  width: 100%;
  margin: 0px auto;
  padding: 0px; }

article > section > div {
  width: calc(100% - 10px);
  margin: 0px auto; }
  @media (min-width: 900px) {
    article > section > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; } }
  @media (min-width: 900px) {
    article > section > div section {
      margin: 10px 8px 16px 8px;
      flex-basis: 32%;
      flex-grow: 1; } }
  article > section > div section p {
    margin: 10px 10px 10px 10px;
    font-size: 1.6rem; }

article > section > section p {
  margin: 10px 10px 10px 10px;
  font-size: 1.6rem; }

@media (min-width: 600px) {
  article > div {
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; } }
@media (min-width: 600px) {
  article > div section {
    margin: 20px 0px;
    flex-basis: 49%; } }

section#info img {
  width: 70%;
  margin: 10px 15%; }
  @media (min-width: 600px) {
    section#info img {
      width: 246px;
      margin: 8px 20px;
      float: left; } }
section#info p {
  margin: 20px 16px 20px 16px; }
  @media (min-width: 600px) {
    section#info p {
      margin: 30px 10px 10px 10px; } }

article .btn {
  color: #fff;
  border: 1px solid orange;
  background-color: orange;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 5px;
  letter-spacing: 5px;
  text-decoration: none;
  overflow: hidden;
  float: right; }

article .btn:hover {
  background-color: #fff;
  border: 1px solid orange;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: orange;
  overflow: hidden; }

footer {
  width: 100%;
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #666666; }

footer p {
  font-size: 2.0rem;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  line-height: 45px;
  letter-spacing: 2px; }

/*# sourceMappingURL=common.css.map */
