@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Billabong";
  src: url(../font/Billabong.ttf) format("truetype"); }
.mt10 {
  margin: 10px 0 0 0; }

.mt20 {
  margin: 20px 0 0 0; }

.mt30 {
  margin: 30px 0 0 0; }

.mt40 {
  margin: 40px 0 0 0; }

.mt50 {
  margin: 50px 0 0 0; }

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 2.4rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ------------ clearfix ------------ */
.clearfix, #header, #header #gnav ul, #post .result dl, #pagenav, #footer #fnav ul, #writing dl, #search .result dl {
  zoom: 1; }
  .clearfix:after, #header:after, #header #gnav ul:after, #post .result dl:after, #pagenav:after, #footer #fnav ul:after, #writing dl:after, #search .result dl:after {
    display: block;
    content: "";
    clear: both; }

/* ------------ body ------------ */
html, body {
  font-size: 62.5%; }

/* ------------ header ------------ */
#header {
  border-bottom: 1px solid #e6e6e6;
  background-color: #fafafa;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%; }
  #header h1 {
    text-indent: -9999px;
    float: left;
    margin: 5px 0 0 10px; }
    #header h1 a {
      background-image: url(../img/01.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 90px;
      height: 27px;
      display: block; }
  #header #gnav {
    float: right; }
    #header #gnav ul {
      margin: 2px 0 0 0; }
      #header #gnav ul li {
        float: left;
        margin: 0 20px 0 0; }
        #header #gnav ul li .material-icons {
          font-size: 3rem; }
        #header #gnav ul li a {
          display: block;
          color: #666; }

/* ------------ sns ------------ */
#sns {
  width: 90%;
  margin: 70px auto 0;
  text-align: center;
  position: relative;
  overflow: hidden; }
  #sns ul {
    float: left;
    left: 50%;
    position: relative; }
    #sns ul li {
      float: left;
      margin: 0 5px 0 0;
      left: -50%;
      position: relative;
      height: 30px;
      list-style: none; }
    #sns ul .google_plus {
      width: 50px !important; }

/* ------------ headerad ------------ */
#headerad {
  width: 90%;
  margin: 70px auto 0;
  text-align: center; }
  #headerad img {
    max-width: 640px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }
    #headerad img:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

/* ------------ sitecopy ------------ */
#sitecopy {
  width: 90%;
  margin: 30px auto 0;
  text-align: center; }
  #sitecopy h2 {
    font-size: 14px;
    line-height: 2;
    font: 1.4rem/2 "Noto Sans Japanese";
    color: #666; }

/* ------------ pagetitle ------------ */
#pagetitle {
  width: 90%;
  margin: 10px auto 0;
  text-align: center; }
  #pagetitle h3 {
    font-size: 14px;
    line-height: 2;
    font: 1.4rem/2 "Noto Sans Japanese";
    color: #fff;
    background-color: #666;
    padding: 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }

/* ------------ post ------------ */
#post ul li {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc; }
  #post ul li p.name {
    font-size: 14px;
    line-height: 1.5;
    font: 1.4rem/1.5 "Noto Sans Japanese";
    color: #666; }
    #post ul li p.name .men {
      color: #3897f0; }
    #post ul li p.name .woman {
      color: #f03893; }
    #post ul li p.name .material-icons {
      margin: 0 5px 0 0; }
  #post ul li p.area {
    font-size: 12px;
    line-height: 1;
    font: 1.2rem/1 "Noto Sans Japanese";
    color: #666;
    margin: 5px 0 0 0;
    color: #999; }
  #post ul li p.text {
    font-size: 16px;
    line-height: 1.5;
    font: 1.6rem/1.5 "Noto Sans Japanese";
    color: #666;
    width: 80%;
    margin: 20px auto 0;
    text-align: center; }
  #post ul li a.button {
    width: 60%;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 1;
    font: 1.4rem/1 "Noto Sans Japanese";
    background-color: #3897f0;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    position: relative; }
    #post ul li a.button:before {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      vertical-align: middle;
      content: 'play_circle_filled';
      position: absolute;
      right: 12px;
      top: 11px;
      font-size: 1.4rem; }
    #post ul li a.button:link, #post ul li a.button:visited, #post ul li a.button:active, #post ul li a.button:hover {
      text-decoration: none;
      color: #fff; }
    #post ul li a.button.woman {
      background-color: #f03893; }
  #post ul li p.time {
    font-size: 12px;
    line-height: 1.5;
    font: 1.2rem/1.5 "Noto Sans Japanese";
    color: #999;
    margin: 15px auto 0; }
  #post ul li:nth-child(2n) {
    background-color: #fafafa; }
#post .result {
  margin: 20px auto 0;
  background-color: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
  width: 90%; }
  #post .result p {
    font-size: 14px;
    line-height: 1.5;
    font: 1.4rem/1.5 "Noto Sans Japanese";
    color: #666; }
  #post .result dl {
    font-size: 14px;
    line-height: 1;
    font: 1.4rem/1 "Noto Sans Japanese";
    color: #666;
    margin: 10px 0 0 0; }
    #post .result dl dt {
      float: left;
      width: 30%;
      border-bottom: 1px dotted #999;
      padding: 10px 0; }
    #post .result dl dd {
      float: left;
      width: 70%;
      border-bottom: 1px dotted #999;
      padding: 10px 0; }
#post .error {
  margin: 20px auto 0;
  box-sizing: border-box;
  width: 90%; }
  #post .error p {
    font-size: 14px;
    line-height: 1.5;
    font: 1.4rem/1.5 "Noto Sans Japanese";
    color: #666;
    font-weight: 600; }

/* ------------ pagenav ------------ */
#pagenav {
  width: 90%;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 1;
  font: 1.4rem/1 "Noto Sans Japanese";
  color: #666;
  text-align: center; }
  #pagenav a {
    color: #666;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin: 0 7px;
    padding: 5px 10px;
    display: inline-block; }

/* ------------ footer ------------ */
#footer {
  background-color: #fafafa;
  margin: 30px 0 0 0;
  text-align: center; }
  #footer #fnav ul li {
    float: left;
    font-size: 14px;
    line-height: 1;
    font: 1.4rem/1 "Noto Sans Japanese";
    width: 50%;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    box-sizing: border-box; }
    #footer #fnav ul li a {
      display: block;
      padding: 10px 0; }
      #footer #fnav ul li a:link, #footer #fnav ul li a:visited, #footer #fnav ul li a:active, #footer #fnav ul li a:hover {
        text-decoration: none;
        color: #666; }
    #footer #fnav ul li:nth-child(1) {
      border-right: 1px solid #dcdcdc; }
    #footer #fnav ul li:nth-child(3) {
      border-right: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc; }
    #footer #fnav ul li:nth-child(4) {
      border-bottom: 1px solid #dcdcdc; }
  #footer .copy {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1;
    font: 1.2rem/1 "Noto Sans Japanese";
    color: #666;
    background-color: #fff; }

/* ------------ service ------------ */
#service {
  width: 90%;
  margin: 10px auto 0;
  text-align: center; }
  #service h4 {
    font-size: 14px;
    line-height: 1;
    font: 1.4rem/1 "Noto Sans Japanese";
    color: #fff;
    background-color: #666;
    padding: 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
  #service p {
    font-size: 14px;
    line-height: 2;
    font: 1.4rem/2 "Noto Sans Japanese";
    color: #666;
    margin: 15px auto 0; }
  #service ul {
    margin: 10px auto 0; }
    #service ul li {
      font-size: 14px;
      line-height: 1;
      font: 1.4rem/1 "Noto Sans Japanese";
      list-style: none; }
      #service ul li a {
        display: block;
        padding: 10px 0; }
        #service ul li a:link, #service ul li a:visited, #service ul li a:active, #service ul li a:hover {
          text-decoration: none;
          color: #666; }

/* ------------ writing ------------ */
#writing {
  width: 90%;
  margin: 20px auto 0; }
  #writing p {
    font-size: 14px;
    line-height: 1.5;
    font: 1.4rem/1.5 "Noto Sans Japanese";
    color: #666;
    margin: 15px auto 0; }
    #writing p .red {
      color: #f06c38; }
  #writing h4 {
    font-size: 14px;
    line-height: 1.5;
    font: 1.4rem/1.5 "Noto Sans Japanese";
    color: #666;
    margin: 20px 0 0 0; }
  #writing input[type="text"] {
    width: 100%;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: 1.5;
    font: 1.4rem/1.5 "Noto Sans Japanese";
    box-sizing: border-box;
    padding: 10px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
    #writing input[type="text"]:focus {
      outline: none; }
  #writing textarea {
    font-size: 14px;
    line-height: 1.5;
    font: 1.4rem/1.5 "Noto Sans Japanese";
    width: 100%;
    height: 150px;
    resize: none;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
  #writing select {
    border: none;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    font: 1.4rem/1.5 "Noto Sans Japanese";
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/02.png) right 50% no-repeat, -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
    background: url(../img/02.png) right 50% no-repeat, linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
    background-size: 20px, 100%; }
  #writing input.submit_button {
    width: 70%;
    height: 40px;
    margin: 30px auto 0;
    background-color: #666;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    font: 1.4rem/1 "Noto Sans Japanese";
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-style: none;
    cursor: pointer;
    -webkit-appearance: button;
    display: block; }
  #writing input.submit_button02 {
    width: 70%;
    height: 40px;
    margin: 20px auto 0;
    background-color: #999;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    font: 1.4rem/1 "Noto Sans Japanese";
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-style: none;
    cursor: pointer;
    -webkit-appearance: button;
    display: block; }
  #writing hr {
    margin: 20px 0 0 0; }
  #writing dl {
    font-size: 14px;
    line-height: 1.5;
    font: 1.4rem/1.5 "Noto Sans Japanese";
    color: #666;
    border-bottom: 1px dotted #dcdcdc;
    padding: 13px 0; }
    #writing dl dt {
      float: left;
      width: 30%;
      font-weight: 600; }
    #writing dl dd {
      float: left;
      width: 70%; }
    #writing dl:first-of-type {
      margin: 30px 0 0 0; }
  #writing ul {
    margin: 15px 0 0 0; }
    #writing ul li {
      font-size: 14px;
      line-height: 1.5;
      font: 1.4rem/1.5 "Noto Sans Japanese";
      list-style: none;
      color: #f06c38; }

/* ------------ search ------------ */
#search {
  width: 90%;
  margin: 20px auto 0; }
  #search p {
    font-size: 14px;
    line-height: 1.5;
    font: 1.4rem/1.5 "Noto Sans Japanese";
    color: #666;
    margin: 15px auto 0; }
    #search p .red {
      color: #f06c38; }
  #search h4 {
    font-size: 14px;
    line-height: 1.5;
    font: 1.4rem/1.5 "Noto Sans Japanese";
    color: #666;
    margin: 20px 0 0 0; }
  #search input[type="text"] {
    width: 100%;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: 1.5;
    font: 1.4rem/1.5 "Noto Sans Japanese";
    box-sizing: border-box;
    padding: 10px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
    #search input[type="text"]:focus {
      outline: none; }
  #search select {
    border: none;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    font: 1.4rem/1.5 "Noto Sans Japanese";
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/02.png) right 50% no-repeat, -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
    background: url(../img/02.png) right 50% no-repeat, linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
    background-size: 20px, 100%; }
  #search input.submit_button {
    width: 70%;
    height: 40px;
    margin: 30px auto 0;
    background-color: #666;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    font: 1.4rem/1 "Noto Sans Japanese";
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-style: none;
    cursor: pointer;
    -webkit-appearance: button;
    display: block; }
  #search hr {
    margin: 20px 0 0 0; }
  #search .result {
    margin: 20px 0 0 0;
    background-color: #f5f5f5;
    padding: 20px;
    box-sizing: border-box; }
    #search .result p {
      margin: 0; }
    #search .result dl {
      font-size: 14px;
      line-height: 1;
      font: 1.4rem/1 "Noto Sans Japanese";
      color: #666;
      margin: 20px 0 0 0; }
      #search .result dl dt {
        float: left;
        width: 35%;
        border-bottom: 1px dotted #dcdcdc;
        padding: 10px 0; }
      #search .result dl dd {
        float: left;
        width: 65%;
        border-bottom: 1px dotted #dcdcdc;
        padding: 10px 0; }

/* ------------ about ------------ */
#about {
  width: 90%;
  margin: 20px auto 0; }
  #about p {
    font-size: 14px;
    line-height: 2;
    font: 1.4rem/2 "Noto Sans Japanese";
    color: #666;
    margin: 15px auto 0; }
  #about h4 {
    margin: 50px 0 0 0;
    font-size: 14px;
    line-height: 1;
    font: 1.4rem/1 "Noto Sans Japanese";
    color: #fff;
    background-color: #666;
    padding: 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center; }
  #about ul {
    margin: 10px auto 0; }
    #about ul li {
      font-size: 14px;
      line-height: 1;
      font: 1.4rem/1 "Noto Sans Japanese";
      list-style: none; }
      #about ul li a {
        display: block;
        padding: 10px 0; }
        #about ul li a:link, #about ul li a:visited, #about ul li a:active, #about ul li a:hover {
          text-decoration: none;
          color: #666; }

/* ------------ contact ------------ */
#contact {
  width: 90%;
  margin: 20px auto 0; }
  #contact p {
    font-size: 14px;
    line-height: 2;
    font: 1.4rem/2 "Noto Sans Japanese";
    color: #666;
    margin: 15px auto 0; }
  #contact a:link, #contact a:visited, #contact a:active, #contact a:hover {
    text-decoration: none;
    color: #666; }

/* ------------ rules ------------ */
#rules {
  width: 90%;
  margin: 20px auto 0; }
  #rules h4 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    line-height: 1;
    font: 1.6rem/1 "Noto Sans Japanese";
    color: #666;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 600; }
  #rules h5 {
    margin: 30px 0 0 0;
    font-size: 14px;
    line-height: 1;
    font: 1.4rem/1 "Noto Sans Japanese";
    color: #666;
    font-weight: 600; }
  #rules ul {
    margin: 20px 0 0 0; }
    #rules ul li {
      font-size: 12px;
      line-height: 1.5;
      font: 1.2rem/1.5 "Noto Sans Japanese";
      color: #666;
      list-style-type: none; }
  #rules p {
    font-size: 12px;
    line-height: 2;
    font: 1.2rem/2 "Noto Sans Japanese";
    color: #666;
    margin: 15px auto 0; }
  #rules a:link, #rules a:visited, #rules a:active, #rules a:hover {
    text-decoration: none;
    color: #666; }

/* ------------ print ------------ */
@media print {
  /* ------------ print END ------------ */ }
