@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0.01em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#resbtn {
  -webkit-appearance: none; }

.ancr {
  position: relative;
  transition: 0.5s; }

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* PC */
@media screen and (max-width: 768px) {
  html {
    scroll-behavior: smooth; }

  #content {
    position: relative; }
    #content .content_left {
      display: none; }
    #content .content_right {
      display: none; }
    #content .content_center {
      background: #fff;
      width: 100%;
      box-sizing: border-box; }
      #content .content_center .list li img {
        width: 100%;
        height: auto;
        display: block; }
      #content .content_center .copy {
        text-align: center;
        font-size: 16px;
        padding: 10px 0;
        color: #fff;
        background: #24641E; }
    #content #btn {
      display: none;
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 2; }
    
    
    #content #btn ul {
        display: flex;
        width: 100%;
    }
    #content #btn li {
        width: 50%;
    }
    
      #content #btn a {
        display: block; }
        #content #btn a img {
          display: block;
          width: 100%; } }
/* PC */
@media screen and (min-width: 769px) {
  html {
    font-size: calc(1vw * 100 / 750);
    scroll-behavior: smooth; }

  #content {
    position: relative; }
    #content .content_left {
      position: fixed;
      width: 32%;
      left: 0;
      top: 0;
      height: 100vh;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    #content .content_right {
      position: fixed;
      width: 32%;
      right: 0;
      top: 0;
      height: 100vh;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      #content .content_right .links {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 40px;
        background: #fff;
        width: calc(100% - 80px);
        box-sizing: border-box;
        padding: 10px 10px;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #content .content_right .links li {
          width: 48%;
          font-size: 13px;
          line-height: 1.4em;
          margin-top: 5px;
          border-bottom: dashed 1px #277211; }
          #content .content_right .links li:nth-child(1) {
            margin-top: 0; }
          #content .content_right .links li:nth-child(2) {
            margin-top: 0; }
          #content .content_right .links li a {
            color: #000;
            display: block;
            padding: 10px 0;
            box-sizing: border-box; }
            #content .content_right .links li a:hover {
              text-decoration: underline; }
    #content .content_center {
      background: #fff;
      width: 36%;
      padding: 0 10px;
      margin: 0 auto;
      box-sizing: border-box; }
      #content .content_center .list li img {
        width: 100%;
        height: auto;
        display: block; }
      #content .content_center .copy {
        text-align: center;
        font-size: 16px;
        padding: 10px 0;
        color: #fff;
        background: #24641E; }
    #content #btn {
      display: none;
      position: fixed;
      width: calc(36% - 20px);
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; 
        background: #006837;
        box-sizing: border-box;
    }
    #content #btn ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
    #content #btn li {
        width: 49%;
    }
      #content #btn a {
        display: block; }
        #content #btn a img {
          display: block;
          width: 100%; } }
