@charset "utf-8"


body #breadcrumb {
  color: #757575;
}
body #breadcrumb:hover {
  color: #757575;
  font-weight: bold;
  text-decoration: none;
}

body {
  background-color: #white;
  margin: 0;
  padding: 0;
  color: #757575;
}

body header {
  background-color: #A8DBA8;
  margin: 0;
  padding: 30px;
  color: White;
}

#logo {
  margin: 0;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}


body header h1.pc_area {
  display:block;
}
body header h1.phone_area{
  display:none;
}


article h1 {
  padding: 0.4em 0.5em;
  color: #757575;
  background: #f4f4f4;
  border-left: solid 5px #79BD98;
  border-bottom: solid 3px #d7d7d7;
  font-size: 1.8em;
  margin-bottom: 30px;
}



/*グローバルナビげーショォォォォォォォォォン*/
nav {
  padding: 0;
  margin: 0;
  background-color: #79BD98;
}
nav ul {
  height: 40px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
nav li {
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: #79BD98;
  width: 200px;
  vertical-align: middle;
  text-align: center;
}
.navi {
  height: 40px;
  display: table;
}
.navi li {
  display: table-cell;
}
.navi li a {
  display: block;
  line-height: 2.5em;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s linear;
}
nav .current {
  background-color: white;
  border: solid 1px #79BD98;
}
nav .current a {
  background-color: white;
  color: #79BD98;
}
nav li a:hover {
  background-color: white;
  color: #79BD98;
}
/*グローバルナビげーショォォォォォォォォォン*/




/*フッタァァァァァァァァァァァァァァァァァ*/
footer {
  background-color: #352b23;
  text-align: center;
}
footer #footer_nav {
  background-color: #79BD98;
  padding: 0 0;
}
footer #footer_nav ul {
  list-style: none;
  margin: 3px;
  padding: 3px;
}
footer #footer_nav li {
  display: inline;
  border-left: solid 1px white;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
  color: white;
  text-decoration: none;
}
footer #footer_nav li:last-child {
  border-right: solid 1px white;
  padding: 0 8px;
}
footer #footer_nav small {
  display: block;
  padding: 3px 0;
  color: white;
  background-color:#757575;
}

footer a {
  color: white;
}
footer a:hover {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
/*フッタァァァァァァァァァァァァァァァァァァ*/




/*パンクズゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥ*/
#breadcrumb { 
  font-size: smaller;
}
#breadcrumb ol {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
#breadcrumb ol li { display: inline; }
#breadcrumb ol li::after {
  content: ">";
  padding-left: 7px;
}
#breadcrumb ol li:last-child::after { content: none; }
/*パンクズゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥ*/




/*ビジュアルゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥ*/
#ozakii {
  text-align: center;
  padding: 0;
  margin: 10px;
  font-size: small;
}
/*ビジュアルゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥゥ*/



/*メィィィィィィィィィィィィィィィィィィィィィン*/
#main {
  width: 800px;
  margin: auto;
  margin-bottom: 50px;
  padding: 20px 10px;
}

h2 {
  padding: 0.25em 0.5em;
  color: #757575;
  background: transparent;
  border-left: solid 5px #A8DBA8;
}
/*メィィィィィィィィィィィィィィィィィィィィィン*/





/*お知らせェェェェェェェェェェェェェェェェェェェ*/
table {
  border-collapse: separate;
  border-spacing: 10px 0px;
}
/*お知らせェェェェェェェェェェェェェェェェェェェ*/



/*自己しょうかぁぁぁぁぁぁぁぁぁぁぁぁぁぁい*/
#self {
  border-collapse: separate;
  border-spacing: 10px 0px;
  margin-bottom: 55px;
}
#self tr td.selff {
  width: 65px;
  text-align: right;
  border-right: solid 2px #757575;
  padding: 1px 8px;
}
/*自己しょうかぁぁぁぁぁぁぁぁぁぁぁぁぁぁい*/


/*おみくじぃぃぃぃぃぃぃぃぃぃぃぃぃぃぃ*/
div.btnm {
  box-shadow: inset 0px 3px 0 rgba(255,255,255,0.3), 0 3px 3px rgba(0, 0, 0, 0.3);
  width: 200px;
  height: 200px;
  background-color: #A8D8A8;
  border-radius: 50%;
  margin: 30px auto;
  text-align: center;
  line-height: 200px;
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  user-select: none;
  margin-bottom: 70px;
}

div.btnm:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  border-bottom: none;
}

#btn {
  width: 200px;
  height: 200px;
  background-color: #A8D8A8;
  border-radius: 50%;
  margin: 30px auto;
  transition: .3s;
}

#btn:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

div.btnh {
  display: none;
}

#btn:hover .btnc {
  display: none;
}

#btn:hover .btnh {
  display: inline;
}
/*おみくじぃぃぃぃぃぃぃぃぃぃぃぃぃぃぃ*/





/*トゥマホォォォォォォォォォォォォォォォォォォォォ*/
@media screen and (max-width : 767px){
  img{
    max-width: 100%;
  }
  body,
  .navi,
  wrapper,
  #wrapper,
  #footer_nav
  main,
  nav,
  footer {
    width: 100%
  }
  header h1 #logo {
    width: 100%;
    vertical-align: middle;
  }
  
  #main {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  body header h1.pc_area {
    display: none;
  }
  body header h1.phone_area{
    display: block;
  }
  #breadcrumb { 
    margin-top: 10px;
    font-size: smaller;
  }
  
  
  div.btnm {
    box-shadow: inset 0px 3px 0 rgba(255,255,255,0.3), 0 3px 3px rgba(0, 0, 0, 0.3);
    width: 200px;
    height: 200px;
    background-color: #A8D8A8;
    border-radius: 50%;
    margin: 30px auto;
    text-align: center;
    line-height: 200px;
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    user-select: none;
    margin-bottom: 70px;
  }

  div.btnm:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    border-bottom: none;
  }

  #btn {
    width: 200px;
    height: 200px;
    background-color: #A8D8A8;
    border-radius: 50%;
    margin: 30px auto;
    transition: 0s;
  }

  div.btnh {
    display: none;
  }

}
