@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* bodyの基本サイズを16pxに設定 */
  font-size: 1.8rem;
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: justify;
  line-height: 1.7;
}

@media screen and (max-width: 519px) {
  body {
    /* スマホ時：本文が小さいとの指摘があったため、本文サイズを一回りUP */
    font-size: 1.6rem;
  }
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  overflow-x: hidden;
}

body {
  color: #000;
}

@media screen and (max-width: 959px) {
  .drawer--open {
    overflow: hidden;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  color: #000;
  opacity: .8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}

@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}

@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}

@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}

@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}

@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}

@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* utility
------------------------------------------------ */
.u-head1 {
  position: relative;
  padding-bottom: 3rem;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .u-head1 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 519px) {
  .u-head1 {
    padding-bottom: 2rem;
    font-size: 5.8vw;
  }
}

.u-head1::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30vw;
  height: 2vw;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/world-kikaku/p/img/deco_line.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 519px) {
  .u-head1::before {
    width: 75vw;
    height: 3.4vw;
  }
}

.u-space05 {
  padding: .5rem 0;
}

.u-space1 {
  padding: 1rem 0;
}

.u-space2 {
  padding: 2rem 0;
}

@media screen and (max-width: 519px) {
  .u-space2 {
    padding: 1rem 0;
  }
}

.u-space3 {
  padding: 3rem 0;
}

@media screen and (max-width: 519px) {
  .u-space3 {
    padding: 2rem 0;
  }
}

.u-space4 {
  padding: 4rem 0;
}

.u-space5 {
  padding: 5rem 0;
}

.u-anchor {
  margin-top: -12rem;
  padding-top: 12rem;
}

/* layout
------------------------------------------------ */
.l-inner {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1040px) {
  .l-inner {
    padding: 0 2rem;
  }
}

.l-inner--wide {
  max-width: 120rem;
}

@media screen and (max-width: 1240px) {
  .l-inner--wide {
    padding: 0 2rem;
  }
}

/* component
------------------------------------------------ */
.c-header {
  position: relative;
  z-index: 1;
  width: 100%;
}

.c-header__bg {
  width: 100%;
  max-height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.c-header__bg--corner {
  max-height: 28rem;
}

.c-header__deco {
  position: absolute;
  top: 5vw;
  right: 3vw;
  width: 45%;
}

.c-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 3rem;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .c-header__container {
    padding: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .c-header__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2rem 1rem;
  }
}

.c-header__logo {
  color: white;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
  -webkit-filter: drop-shadow(0 0 5px #008134) drop-shadow(0 0 5px #008134);
          filter: drop-shadow(0 0 5px #008134) drop-shadow(0 0 5px #008134);
}

@media screen and (max-width: 959px) {
  .c-header__logo {
    font-size: 5vw;
  }
}

@media screen and (max-width: 519px) {
  .c-header__logo {
    font-size: 6.5vw;
  }
}

.c-header__logo:hover {
  color: white;
}

.c-header__hamburger {
  position: relative;
  right: 0;
  z-index: 100;
  width: 4.0rem;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

@media screen and (max-width: 519px) {
  .c-header__hamburger {
    width: 3.5rem;
  }
}

.c-header__hamburger:hover {
  opacity: .8;
}

.c-header__hamburger span {
  display: inline-block;
  margin-top: .3rem;
  font-size: 1.1rem;
  color: white;
  font-weight: bold;
  letter-spacing: .2rem;
  -webkit-filter: drop-shadow(0 0 5px #008134) drop-shadow(0 0 5px #008134);
          filter: drop-shadow(0 0 5px #008134) drop-shadow(0 0 5px #008134);
}

@media screen and (max-width: 519px) {
  .c-header__hamburger span {
    font-size: 1rem;
    letter-spacing: .15rem;
  }
}

.c-header__hamburger-border {
  position: relative;
  width: 100%;
  height: .2rem;
  background-color: #fff;
  border-radius: .1rem;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-filter: drop-shadow(0 0 2px #008134) drop-shadow(0 0 2px #008134);
          filter: drop-shadow(0 0 2px #008134) drop-shadow(0 0 2px #008134);
}

.c-header__hamburger-border--top {
  top: 0;
}

.c-header__hamburger-border--middle {
  margin: 1rem 0;
}

.c-header__hamburger-border--bottom {
  bottom: 0;
}

.c-header__hamburger--open {
  right: 22rem;
}

.c-header__hamburger--open .c-header__hamburger-border--top {
  top: 1.19rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}

.c-header__hamburger--open .c-header__hamburger-border--middle {
  opacity: 0;
}

.c-header__hamburger--open .c-header__hamburger-border--bottom {
  bottom: 1.19rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}

.c-header__hamburger-border--corner {
  background-color: #000;
}

.c-header__drawer-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: .5;
  z-index: 40;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.c-header__drawer-modal--open {
  display: block;
}

.c-header__drawer {
  position: absolute;
  top: 0;
  right: -22rem;
  z-index: 40;
  padding: 1rem 2rem;
  width: 22rem;
  height: 100vh;
  height: 100dvh;
  background-color: #008134;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  overflow: auto;
}

.c-header__drawer::-webkit-scrollbar {
  width: .5rem;
}

.c-header__drawer::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

.c-header__drawer::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.c-header__drawer ul {
  font-size: 2.2rem;
  font-weight: bold;
  list-style: none;
}

@media screen and (max-width: 519px) {
  .c-header__drawer ul {
    font-size: 2rem;
  }
}

.c-header__drawer ul li {
  padding-left: .5rem;
  border-bottom: dotted 2px white;
}

.c-header__drawer ul li a {
  padding: 1rem 0;
  width: 100%;
  color: white;
}

.c-header__drawer ul li a::before {
  content: "●";
  margin-right: .2rem;
  color: white;
}

.c-header__drawer ul ul {
  padding-left: 1.5rem;
}

.c-header__drawer ul ul li a::before {
  content: "・";
}

.c-header__drawer-sub {
  margin-left: 1.5rem;
}

.c-header__drawer-sub a::before {
  content: "・" !important;
}

.c-header__drawer--open {
  right: 0;
}

.c-header__drowar-icons {
  padding: 2.5rem;
}

@media screen and (max-width: 519px) {
  .c-header__drowar-icons {
    padding: 1.5rem 2.5rem;
  }
}

.c-header__drowar-icons a {
  margin-right: 1rem;
  width: 3.3rem;
}

.c-footer {
  padding: 16vw 0 3rem;
  width: 100%;
  color: white;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/world-kikaku/p/img/wave_footer.png);
  background-size: cover;
}

@media screen and (max-width: 959px) {
  .c-footer {
    background-size: cover;
  }
}

@media screen and (max-width: 519px) {
  .c-footer {
    padding: 30vw 0 2rem;
  }
}

.c-footer__title {
  font-size: 1.6em;
}

@media screen and (max-width: 519px) {
  .c-footer__title {
    font-size: 1.4em;
  }
}

.c-footer__info {
  margin-top: 1rem;
}

.c-footer__info a {
  color: white;
}

@media screen and (max-width: 519px) {
  .c-footer__info span {
    font-size: .9em;
  }
}

.c-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: white;
}

.c-section__left {
  padding: 3vw 6vw;
  width: 50%;
  background-color: #AACF53;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/world-kikaku/p/img/bg1.png);
  background-size: cover;
}

@media screen and (max-width: 959px) {
  .c-section__left {
    padding: 5vw 6vw;
    width: 100%;
    background-size: 100% auto;
  }
}

.c-section__title {
  margin: 0 auto 2rem;
  padding: 1.5rem 8rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8em;
  color: #008134;
  line-height: 1;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/world-kikaku/p/img/deco_paint.png);
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 519px) {
  .c-section__title {
    margin-bottom: 1rem;
    font-size: 1.6em;
  }
}

.c-section__right {
  width: 50%;
}

@media screen and (max-width: 959px) {
  .c-section__right {
    width: 100%;
  }
}

.c-section__right img {
  width: 100%;
  max-height: 51rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 959px) {
  .c-section__right img {
    aspect-ratio: 1.5;
    height: auto;
    max-height: none;
  }
}

@media screen and (max-width: 519px) {
  .c-section__right img {
    aspect-ratio: 1.2;
  }
}

/* project
------------------------------------------------ */
.p-mainvisual {
  width: 100%;
}

.p-mainvisual__container {
  position: relative;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 519px) {
  .p-mainvisual__container {
    width: 100%;
  }
}

.p-mainvisual__deco {
  position: absolute;
  bottom: -5vw;
  right: 0;
  width: 30%;
}

.p-mainvisual__copy {
  margin-top: 8rem;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .p-mainvisual__copy {
    font-size: 4.4vw;
  }
}

@media screen and (max-width: 519px) {
  .p-mainvisual__copy {
    font-size: 6vw;
  }
}

.p-mainvisual__intro {
  margin-top: 3rem;
  font-size: 1.3em;
}

@media screen and (max-width: 959px) {
  .p-mainvisual__intro {
    font-size: 1.2em;
  }
}

.p-map {
  width: 100%;
}

.p-map iframe {
  aspect-ratio: 2.2;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 959px) {
  .p-map iframe {
    aspect-ratio: 1.5;
  }
}

.p-video {
  padding: 7vw 11vw;
  width: 100%;
}

@media screen and (max-width: 519px) {
  .p-video {
    padding: 7vw 2rem 18vw;
  }
}

.p-video iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
}

.p-rec {
  width: 100%;
}

@media screen and (max-width: 519px) {
  .p-rec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-rec__container {
  padding: 5rem 0;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/world-kikaku/p/img/bg2.png);
  background-size: 100% auto;
}

@media screen and (max-width: 959px) {
  .p-rec__container {
    background-size: cover;
  }
}

@media screen and (max-width: 519px) {
  .p-rec__container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 3rem 0;
  }
}

.p-rec__title {
  margin: 0 auto 0;
  padding: .5rem 5rem 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8em;
  color: white;
  border-radius: 3rem;
  line-height: 1;
  background-color: #008134;
}

@media screen and (max-width: 959px) {
  .p-rec__title {
    font-size: 1.6em;
  }
}

.p-rec__content {
  margin-top: 4rem;
  font-size: 1.1em;
}

@media screen and (max-width: 959px) {
  .p-rec__content {
    font-size: 1em;
  }
}

@media screen and (max-width: 519px) {
  .p-rec__content {
    margin-top: 2rem;
  }
}

.p-rec__content ul {
  padding-left: 3rem;
}

@media screen and (max-width: 519px) {
  .p-rec__content ul {
    padding-left: 2rem;
  }
}

.prec__image {
  width: 100%;
}

@media screen and (max-width: 519px) {
  .prec__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* external
------------------------------------------------ */
/* h1
----------------------------------- */
#page1 {
  position: relative;
}

#page1 > h1 {
  font-size: 0;
}

/* メイン
----------------------------------- */
/* コンテンツ
----------------------------------- */
#toppage #content {
  margin-top: -13vw;
}

@media screen and (max-width: 959px) {
  #toppage #content {
    margin-top: -11vw;
  }
}

#content {
  margin-top: -5vw;
}

/* free
----------------------------------- */
.free {
  width: 100%;
}

/* image_スライド
----------------------------------- */
/* list
----------------------------------- */
.list {
  position: relative;
  margin: 0 auto 0;
  padding-bottom: 8rem;
  width: 100%;
  max-width: 100rem;
}

@media screen and (max-width: 1040px) {
  .list {
    width: calc(100% - 4rem);
  }
}

.list h2 {
  position: relative;
  margin-top: 8rem;
  padding-bottom: 3rem;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .list h2 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 519px) {
  .list h2 {
    margin-top: 4rem;
    padding-bottom: 2rem;
    font-size: 5.8vw;
  }
}

.list h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30vw;
  height: 2vw;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/world-kikaku/p/img/deco_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 519px) {
  .list h2::before {
    width: 75vw;
    height: 3.4vw;
  }
}

.list .kiji_contents {
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px black;
}

.list .kiji_contents:first-of-type {
  margin-top: 4rem;
}

@media screen and (max-width: 519px) {
  .list .kiji_contents:first-of-type {
    margin-top: 3rem;
  }
}

.list .kiji_contents .kiji_date {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
}

@media screen and (max-width: 519px) {
  .list .kiji_contents .kiji_date {
    /* スマホ時：本文系テキストとして一回りUP */
    font-size: 1.6rem;
  }
}

.list .kiji_contents h3 {
  font-size: 1.2em;
}

.list .links {
  display: block;
  text-align: right;
  margin-top: 2rem;
}

/* kiji
----------------------------------- */
#kiji {
  margin: 0 auto 0;
  width: 100%;
  max-width: 100rem;
}

@media screen and (max-width: 1040px) {
  #kiji {
    width: calc(100% - 4rem);
  }
}

#kiji h2 {
  position: relative;
  margin-top: 8rem;
  padding-bottom: 3rem;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #kiji h2 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 519px) {
  #kiji h2 {
    margin-top: 4rem;
    padding-bottom: 2rem;
    font-size: 5.8vw;
  }
}

#kiji h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30vw;
  height: 2vw;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/world-kikaku/p/img/deco_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 519px) {
  #kiji h2::before {
    width: 75vw;
    height: 3.4vw;
  }
}

#kiji .kiji_contents {
  padding: 4rem;
}

@media screen and (max-width: 519px) {
  #kiji .kiji_contents {
    padding: 2rem;
  }
}

#kiji .kiji_contents .kiji_image img {
  max-width: 100% !important;
}

#kiji .kiji_contents p {
  margin-top: 2rem;
}

#kiji .kiji_contents img {
  max-width: 100%;
}

#kiji .kiji_contents a {
  word-wrap: break-word;
}

#kiji .kiji_contents iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
}

#kiji .kiji_contents .kiji_date {
  margin-top: 5rem;
  font-size: .9em;
  text-align: right;
}

#kiji.kiji_comment .kiji_date {
  display: none;
}

#kiji_comment {
  display: none;
}

/* お問合せ
----------------------------------- */
#main1 .contact,
#main1 .contact_preview,
#main1 .contact_send,
#main1 .contact_error {
  margin: 0 auto 0;
  width: 100%;
  max-width: 100rem;
}

@media screen and (max-width: 1040px) {
  #main1 .contact,
  #main1 .contact_preview,
  #main1 .contact_send,
  #main1 .contact_error {
    width: calc(100% - 4rem);
  }
}

#main1 .contact h2,
#main1 .contact_preview h2,
#main1 .contact_send h2,
#main1 .contact_error h2 {
  position: relative;
  margin-top: 8rem;
  padding-bottom: 3rem;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #main1 .contact h2,
  #main1 .contact_preview h2,
  #main1 .contact_send h2,
  #main1 .contact_error h2 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 519px) {
  #main1 .contact h2,
  #main1 .contact_preview h2,
  #main1 .contact_send h2,
  #main1 .contact_error h2 {
    margin-top: 4rem;
    padding-bottom: 2rem;
    font-size: 5.8vw;
  }
}

#main1 .contact h2::before,
#main1 .contact_preview h2::before,
#main1 .contact_send h2::before,
#main1 .contact_error h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35vw;
  height: 2vw;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/world-kikaku/p/img/deco_line.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 519px) {
  #main1 .contact h2::before,
  #main1 .contact_preview h2::before,
  #main1 .contact_send h2::before,
  #main1 .contact_error h2::before {
    width: 75vw;
    height: 3.4vw;
  }
}

#main1 .contact .contact_contents,
#main1 .contact_preview .contact_contents,
#main1 .contact_send .contact_contents,
#main1 .contact_error .contact_contents {
  padding: 4rem;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  #main1 .contact .contact_contents,
  #main1 .contact_preview .contact_contents,
  #main1 .contact_send .contact_contents,
  #main1 .contact_error .contact_contents {
    padding: 4rem 0;
  }
}

#main1 .contact .contact_text,
#main1 .contact_preview .contact_text,
#main1 .contact_send .contact_text,
#main1 .contact_error .contact_text {
  text-align: center;
}

#main1 .contact .contact_text span,
#main1 .contact_preview .contact_text span,
#main1 .contact_send .contact_text span,
#main1 .contact_error .contact_text span {
  display: block;
  font-size: 5rem;
  color: #AACF53;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #main1 .contact .contact_text span,
  #main1 .contact_preview .contact_text span,
  #main1 .contact_send .contact_text span,
  #main1 .contact_error .contact_text span {
    font-size: 4rem;
  }
}

@media screen and (max-width: 519px) {
  #main1 .contact .contact_text span,
  #main1 .contact_preview .contact_text span,
  #main1 .contact_send .contact_text span,
  #main1 .contact_error .contact_text span {
    font-size: 3.5rem;
  }
}

#main1 .contact .contact_form,
#main1 .contact_preview .contact_form,
#main1 .contact_send .contact_form,
#main1 .contact_error .contact_form {
  margin-top: 5rem;
  list-style: none;
}

@media screen and (max-width: 959px) {
  #main1 .contact .contact_form,
  #main1 .contact_preview .contact_form,
  #main1 .contact_send .contact_form,
  #main1 .contact_error .contact_form {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 519px) {
  #main1 .contact .contact_form,
  #main1 .contact_preview .contact_form,
  #main1 .contact_send .contact_form,
  #main1 .contact_error .contact_form {
    margin-top: 3rem;
  }
}

#main1 .contact .contact_form li,
#main1 .contact_preview .contact_form li,
#main1 .contact_send .contact_form li,
#main1 .contact_error .contact_form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li,
  #main1 .contact_preview .contact_form li,
  #main1 .contact_send .contact_form li,
  #main1 .contact_error .contact_form li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#main1 .contact .contact_form li:last-child,
#main1 .contact_preview .contact_form li:last-child,
#main1 .contact_send .contact_form li:last-child,
#main1 .contact_error .contact_form li:last-child {
  display: block;
  text-align: center;
}

#main1 .contact .contact_form li .contact_index,
#main1 .contact_preview .contact_form li .contact_index,
#main1 .contact_send .contact_form li .contact_index,
#main1 .contact_error .contact_form li .contact_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
  width: 32%;
  font-weight: bold;
  text-align: left;
  background-color: #F0F0D2;
  border-top: .1rem solid #808080;
  border-left: .1rem solid #808080;
}

@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .contact_index,
  #main1 .contact_preview .contact_form li .contact_index,
  #main1 .contact_send .contact_form li .contact_index,
  #main1 .contact_error .contact_form li .contact_index {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem;
    width: 100%;
    border-right: .1rem solid #808080;
  }
}

#main1 .contact .contact_form li .contact_index span,
#main1 .contact_preview .contact_form li .contact_index span,
#main1 .contact_send .contact_form li .contact_index span,
#main1 .contact_error .contact_form li .contact_index span {
  display: block;
  width: 100%;
  color: #FF0000;
  font-size: .8em;
  line-height: 1.5;
}

#main1 .contact .contact_form li .contact_body_needs,
#main1 .contact_preview .contact_form li .contact_body_needs,
#main1 .contact_send .contact_form li .contact_body_needs,
#main1 .contact_error .contact_form li .contact_body_needs {
  font-size: .6em;
  color: #FF0000;
}

#main1 .contact .contact_form li .contact_body,
#main1 .contact_preview .contact_form li .contact_body,
#main1 .contact_send .contact_form li .contact_body,
#main1 .contact_error .contact_form li .contact_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 2rem;
  width: 68%;
  text-align: left;
  background-color: #fff;
  border-top: .1rem solid #808080;
  border-left: .1rem solid #808080;
  border-right: .1rem solid #808080;
}

@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .contact_body,
  #main1 .contact_preview .contact_form li .contact_body,
  #main1 .contact_send .contact_form li .contact_body,
  #main1 .contact_error .contact_form li .contact_body {
    padding: 1rem;
    width: 100%;
  }
}

#main1 .contact .contact_form li .contact_body input,
#main1 .contact_preview .contact_form li .contact_body input,
#main1 .contact_send .contact_form li .contact_body input,
#main1 .contact_error .contact_form li .contact_body input {
  padding: .3rem .8rem;
  width: 100% !important;
}

#main1 .contact .contact_form li .contact_body textarea,
#main1 .contact_preview .contact_form li .contact_body textarea,
#main1 .contact_send .contact_form li .contact_body textarea,
#main1 .contact_error .contact_form li .contact_body textarea {
  width: 100% !important;
  padding: .3rem .8rem;
  height: 25rem;
}

#main1 .contact .contact_form li .contact_body .contact_body_comment,
#main1 .contact_preview .contact_form li .contact_body .contact_body_comment,
#main1 .contact_send .contact_form li .contact_body .contact_body_comment,
#main1 .contact_error .contact_form li .contact_body .contact_body_comment {
  font-size: .7em;
  font-weight: bold;
  color: #ef0000;
}

#main1 .contact .contact_form li:nth-last-child(2),
#main1 .contact_preview .contact_form li:nth-last-child(2),
#main1 .contact_send .contact_form li:nth-last-child(2),
#main1 .contact_error .contact_form li:nth-last-child(2) {
  border-bottom: .1rem solid #808080;
}

#main1 .contact .contact_form li:last-child .contact_index,
#main1 .contact_preview .contact_form li:last-child .contact_index,
#main1 .contact_send .contact_form li:last-child .contact_index,
#main1 .contact_error .contact_form li:last-child .contact_index {
  display: none;
}

#main1 .contact .contact_form li input[type=text],
#main1 .contact_preview .contact_form li input[type=text],
#main1 .contact_send .contact_form li input[type=text],
#main1 .contact_error .contact_form li input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  width: 100%;
}

#main1 .contact .contact_form li input[type=text]:focus,
#main1 .contact_preview .contact_form li input[type=text]:focus,
#main1 .contact_send .contact_form li input[type=text]:focus,
#main1 .contact_error .contact_form li input[type=text]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#main1 .contact .contact_form li input[type=checkbox],
#main1 .contact_preview .contact_form li input[type=checkbox],
#main1 .contact_send .contact_form li input[type=checkbox],
#main1 .contact_error .contact_form li input[type=checkbox] {
  margin-top: 1rem;
}

#main1 .contact .contact_form li input[type=radio],
#main1 .contact_preview .contact_form li input[type=radio],
#main1 .contact_send .contact_form li input[type=radio],
#main1 .contact_error .contact_form li input[type=radio] {
  width: auto !important;
}

#main1 .contact .contact_form li textarea,
#main1 .contact_preview .contact_form li textarea,
#main1 .contact_send .contact_form li textarea,
#main1 .contact_error .contact_form li textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 15rem;
  width: 100%;
}

#main1 .contact .contact_form li textarea:focus,
#main1 .contact_preview .contact_form li textarea:focus,
#main1 .contact_send .contact_form li textarea:focus,
#main1 .contact_error .contact_form li textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#main1 .contact .contact_form li .formBtn,
#main1 .contact .contact_form li .backBtn,
#main1 .contact .contact_form li .sendBtn,
#main1 .contact_preview .contact_form li .formBtn,
#main1 .contact_preview .contact_form li .backBtn,
#main1 .contact_preview .contact_form li .sendBtn,
#main1 .contact_send .contact_form li .formBtn,
#main1 .contact_send .contact_form li .backBtn,
#main1 .contact_send .contact_form li .sendBtn,
#main1 .contact_error .contact_form li .formBtn,
#main1 .contact_error .contact_form li .backBtn,
#main1 .contact_error .contact_form li .sendBtn {
  display: inline-block;
  margin-top: 5rem;
  padding: 1rem 4rem;
  min-width: 22rem;
  line-height: 4rem;
  letter-spacing: .2rem;
  text-align: center;
  color: #fff;
  background-color: #008134;
  cursor: pointer;
}

#main1 .contact .contact_form li .formBtn:hover,
#main1 .contact .contact_form li .backBtn:hover,
#main1 .contact .contact_form li .sendBtn:hover,
#main1 .contact_preview .contact_form li .formBtn:hover,
#main1 .contact_preview .contact_form li .backBtn:hover,
#main1 .contact_preview .contact_form li .sendBtn:hover,
#main1 .contact_send .contact_form li .formBtn:hover,
#main1 .contact_send .contact_form li .backBtn:hover,
#main1 .contact_send .contact_form li .sendBtn:hover,
#main1 .contact_error .contact_form li .formBtn:hover,
#main1 .contact_error .contact_form li .backBtn:hover,
#main1 .contact_error .contact_form li .sendBtn:hover {
  opacity: .8;
}

@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .formBtn,
  #main1 .contact .contact_form li .backBtn,
  #main1 .contact .contact_form li .sendBtn,
  #main1 .contact_preview .contact_form li .formBtn,
  #main1 .contact_preview .contact_form li .backBtn,
  #main1 .contact_preview .contact_form li .sendBtn,
  #main1 .contact_send .contact_form li .formBtn,
  #main1 .contact_send .contact_form li .backBtn,
  #main1 .contact_send .contact_form li .sendBtn,
  #main1 .contact_error .contact_form li .formBtn,
  #main1 .contact_error .contact_form li .backBtn,
  #main1 .contact_error .contact_form li .sendBtn {
    font-size: 1.3em;
  }
}

#main1 .contact .contact_form li .backBtn,
#main1 .contact_preview .contact_form li .backBtn,
#main1 .contact_send .contact_form li .backBtn,
#main1 .contact_error .contact_form li .backBtn {
  margin-right: 2rem;
}

@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .backBtn,
  #main1 .contact_preview .contact_form li .backBtn,
  #main1 .contact_send .contact_form li .backBtn,
  #main1 .contact_error .contact_form li .backBtn {
    margin-right: 0;
  }
}

#main1 .contact .contact_form li .formBtn:hover,
#main1 .contact .contact_form li .formBtn:focus,
#main1 .contact .contact_form li .backBtn:hover,
#main1 .contact .contact_form li .backBtn:focus,
#main1 .contact .contact_form li .sendBtn:hover,
#main1 .contact .contact_form li .sendBtn:focus,
#main1 .contact_preview .contact_form li .formBtn:hover,
#main1 .contact_preview .contact_form li .formBtn:focus,
#main1 .contact_preview .contact_form li .backBtn:hover,
#main1 .contact_preview .contact_form li .backBtn:focus,
#main1 .contact_preview .contact_form li .sendBtn:hover,
#main1 .contact_preview .contact_form li .sendBtn:focus,
#main1 .contact_send .contact_form li .formBtn:hover,
#main1 .contact_send .contact_form li .formBtn:focus,
#main1 .contact_send .contact_form li .backBtn:hover,
#main1 .contact_send .contact_form li .backBtn:focus,
#main1 .contact_send .contact_form li .sendBtn:hover,
#main1 .contact_send .contact_form li .sendBtn:focus,
#main1 .contact_error .contact_form li .formBtn:hover,
#main1 .contact_error .contact_form li .formBtn:focus,
#main1 .contact_error .contact_form li .backBtn:hover,
#main1 .contact_error .contact_form li .backBtn:focus,
#main1 .contact_error .contact_form li .sendBtn:hover,
#main1 .contact_error .contact_form li .sendBtn:focus {
  outline: none;
}

#main1 .contact .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact .contact_form li .sendBtn::-moz-foucus-inner,
#main1 .contact_preview .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact_preview .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact_preview .contact_form li .sendBtn::-moz-foucus-inner,
#main1 .contact_send .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact_send .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact_send .contact_form li .sendBtn::-moz-foucus-inner,
#main1 .contact_error .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact_error .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact_error .contact_form li .sendBtn::-moz-foucus-inner {
  border: none;
  padding: 0;
}

#main1 .contact .contact_ssl,
#main1 .contact_preview .contact_ssl,
#main1 .contact_send .contact_ssl,
#main1 .contact_error .contact_ssl {
  display: none;
  margin-top: 8rem;
  text-align: justify;
}

@media screen and (max-width: 519px) {
  #main1 .contact .contact_ssl,
  #main1 .contact_preview .contact_ssl,
  #main1 .contact_send .contact_ssl,
  #main1 .contact_error .contact_ssl {
    text-align: justify;
  }
}

#main1 .contact .contact_ssl img,
#main1 .contact_preview .contact_ssl img,
#main1 .contact_send .contact_ssl img,
#main1 .contact_error .contact_ssl img {
  display: none;
}

#main1 .contact .contact_ssl a,
#main1 .contact_preview .contact_ssl a,
#main1 .contact_send .contact_ssl a,
#main1 .contact_error .contact_ssl a {
  text-decoration: underline;
}

/* プレビュー,エラー,送信完了画面
----------------------------------- */
#main1 .contact_preview .contact_body,
#main1 .contact_error .contact_body,
#main1 .contact_send .contact_body {
  font-weight: bold;
}

#main1 .contact_preview .backBtn,
#main1 .contact_error .backBtn,
#main1 .contact_send .backBtn {
  background-color: #bbb !important;
}

@media screen and (max-width: 519px) {
  #main1 .contact_preview .sendBtn,
  #main1 .contact_error .sendBtn,
  #main1 .contact_send .sendBtn {
    margin-top: 2rem !important;
  }
}

/* エラー,送信完了画面のテキストとボタン
----------------------------------- */
/* プライバシーポリシー
----------------------------------- */
#main1 .parts15 {
  margin: 0 auto 0;
  padding: 0 4rem 4rem;
  max-width: 100rem;
  font-weight: 500;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1040px) {
  #main1 .parts15 {
    margin: 0 2rem;
    width: calc(100% - 4rem);
  }
}

@media screen and (max-width: 519px) {
  #main1 .parts15 {
    padding: 0 2rem 2rem;
  }
}

#main1 .parts15 h2 {
  margin-left: -4rem;
  padding: 2rem;
  width: calc(100% + 8rem);
  font-size: 2.2rem;
  color: white;
  text-align: center;
  background-color: #008134;
}

@media screen and (max-width: 519px) {
  #main1 .parts15 h2 {
    margin-left: -2rem;
    padding: 1.5rem 1rem;
    width: calc(100% + 4rem);
    font-size: 1.8rem;
  }
}

#main1 .parts15 p {
  margin-top: 2rem;
}

/* カウンター
----------------------------------- */
.counter12 {
  padding: 0 0 2rem 2rem;
  font-size: 1rem;
  color: #9fa0a0;
}
/*# sourceMappingURL=style.css.map */