@charset "UTF-8";
/*
Theme Name: JR山陰本線 利用促進協議会
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
@media screen and (max-width: 600px) {
  body {
    background-color: #f6f6f6;
  }
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
a.link {
  position: relative;
  color: #0b927a;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
a.link.noarrow:before {
  display: none;
}
a.link:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translateY(-50%) rotate(45deg);
}

img {
  display: inline-block;
  vertical-align: baseline;
}

li {
  list-style: none;
}

header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 50px 25px 25px;
  min-width: 1000px;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  header {
    min-width: auto;
    width: 100%;
    height: 70px;
    padding: 25px 0.5em;
  }
}
header h1 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: 900;
  margin: 0;
  color: #3e3e3e;
}
@media screen and (max-width: 600px) {
  header h1 {
    font-size: 20px;
  }
}
header .subtitle {
  font-size: 17.5px;
  background-color: #0b927a;
  color: #fff;
  padding: 0.1em 0.5em;
  margin-left: 13px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  header .subtitle {
    font-size: 14px;
    padding: 0.25em 0.75em;
    margin-left: 5px;
  }
}
header .title {
  font-size: 18.75px;
  font-weight: 500;
  color: #767676;
  margin-left: 13px;
}
@media screen and (max-width: 600px) {
  header .title {
    font-size: 14px;
    margin-left: 5px;
  }
}
header .spacer {
  flex-grow: 1;
}
header #menubtn {
  display: none;
}
header #menubtn:checked ~ .icon:before {
  top: 0;
  transform: rotate(45deg);
  transition: 0.3s;
}
header #menubtn:checked ~ .icon:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: 0.3s;
}
header #menubtn:checked ~ nav {
  top: 70px;
  transition: 0.3s;
}
header .icon {
  position: relative;
  margin-right: 0.3em;
  width: 1.3em;
}
header .icon::before, header .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.3em;
  height: 0.15em;
  background-color: #b0b0b0;
}
header .icon:before {
  top: -0.3em;
}
header .icon:after {
  bottom: -0.3em;
}
header nav {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  width: 45%;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  header nav {
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100vw;
    background-color: #fff;
    flex-direction: column;
    padding: 2em 2em 4em 2em;
    z-index: 999;
    box-sizing: border-box;
    max-width: none;
  }
}
header nav a {
  position: relative;
  padding-right: 2em;
}
@media screen and (max-width: 600px) {
  header nav a {
    padding: 1.5em 0 1.5em 2em;
    margin-left: 0;
    border-bottom: 1px solid #ccc;
  }
}
header nav a:last-child {
  padding-right: 0;
  margin-right: 0;
}
header nav a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5em;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1.5px solid #cacaca;
  border-right: 1.5px solid #cacaca;
}
@media screen and (max-width: 600px) {
  header nav a:before {
    left: auto;
    right: 1em;
    border-top: 2px solid #cacaca;
    border-right: 2px solid #cacaca;
  }
}

#top,
#top_sp,
#objectives,
#initiatives,
#information,
#banner,
#council {
  min-width: 1000px;
}
@media screen and (max-width: 600px) {
  #top,
  #top_sp,
  #objectives,
  #initiatives,
  #information,
  #banner,
  #council {
    min-width: auto;
  }
}

#top,
#top_sp {
  position: relative;
}
#top .splide__track .splide__list .splide__slide,
#top_sp .splide__track .splide__list .splide__slide {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 44.635vw;
  min-width: 1000px;
  min-height: 446.354px;
}
@media screen and (max-width: 600px) {
  #top .splide__track .splide__list .splide__slide,
  #top_sp .splide__track .splide__list .splide__slide {
    min-width: auto;
    min-height: auto;
    height: 70vh;
  }
}
#top .splide__track .splide__list .splide__slide img,
#top_sp .splide__track .splide__list .splide__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top .splide__pagination,
#top_sp .splide__pagination {
  position: absolute;
  bottom: -50px;
}
@media screen and (max-width: 600px) {
  #top .splide__pagination,
  #top_sp .splide__pagination {
    bottom: -35px;
  }
}
#top .splide__pagination li,
#top_sp .splide__pagination li {
  padding: 0 1em;
}
@media screen and (max-width: 600px) {
  #top .splide__pagination li,
  #top_sp .splide__pagination li {
    padding: 0 0.5em;
  }
}
#top .splide__pagination li .splide__pagination__page,
#top_sp .splide__pagination li .splide__pagination__page {
  background: #b5ded7;
}
#top .splide__pagination li .splide__pagination__page.is-active,
#top_sp .splide__pagination li .splide__pagination__page.is-active {
  background: #0b927a;
}
#top .text,
#top_sp .text {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  #top .text,
  #top_sp .text {
    width: 85%;
  }
  #top .text img,
  #top_sp .text img {
    width: 100%;
  }
}
#top .information,
#top_sp .information {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 10;
  bottom: 75px;
  background-color: #fff;
  width: 90%;
  height: 1.75em;
  margin: 0 5%;
  padding: 2em 1em;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #top .information,
  #top_sp .information {
    width: 80%;
    height: 6em;
    margin: 0 10%;
    flex-wrap: wrap;
    padding: 0.5em 1em;
    bottom: 30px;
  }
}
#top .information .headline,
#top_sp .information .headline {
  position: relative;
  margin-right: 4vw;
}
@media screen and (max-width: 600px) {
  #top .information .headline,
  #top_sp .information .headline {
    width: 32%;
    max-width: 100px;
  }
  #top .information .headline img,
  #top_sp .information .headline img {
    width: 100%;
  }
}
#top .information .headline:before,
#top_sp .information .headline:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.4vw;
  height: 100%;
  border-radius: 5px;
  background-color: #0b927a;
  top: 50%;
  right: -2vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  #top .information .headline:before,
  #top_sp .information .headline:before {
    width: 1vw;
    height: 70%;
    right: -4vw;
  }
}
#top .information .date,
#top_sp .information .date {
  font-size: 14px;
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  #top .information .date,
  #top_sp .information .date {
    width: 100%;
    margin-top: 0.5em;
    font-size: 12px;
  }
}
#top .information .title,
#top_sp .information .title {
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  #top .information .title,
  #top_sp .information .title {
    width: 100%;
    position: relative;
  }
  #top .information .title:after,
  #top_sp .information .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -0.5em;
    display: block;
    width: 1.5em;
    height: 1.2em;
    background-image: url(./images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#banner {
  padding: 8em 0 0;
}
@media screen and (max-width: 600px) {
  #banner {
    padding: 5em 0 0;
  }
}
#banner a {
  display: block;
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #banner a {
    width: 90%;
  }
}
#banner a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#banner a img {
  width: 100%;
}

#objectives {
  padding: 8em 0 10em;
  text-align: center;
  background-image: url(./images/objectives_back.png);
  background-size: cover;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #objectives {
    padding: 6em 0 3em;
    background-position: -530px;
  }
  #objectives h2 {
    width: 22%;
    margin: 0 auto 1em;
  }
  #objectives h2 img {
    width: 100%;
  }
}
#objectives .wrap {
  text-align: left;
  width: 960px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 600px) {
  #objectives .wrap {
    width: auto;
    font-size: 16px;
  }
}
#objectives .wrap .first {
  margin-bottom: 8em;
}
@media screen and (max-width: 600px) {
  #objectives .wrap .first {
    width: 80vw;
    margin: 0 auto 4em;
  }
}
#objectives .wrap .second {
  text-align: center;
}
@media screen and (max-width: 600px) {
  #objectives .wrap .second {
    margin-bottom: 2em;
  }
}
#objectives .wrap .second h3 {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 3em;
}
@media screen and (max-width: 600px) {
  #objectives .wrap .second h3 {
    font-size: 16px;
    margin-bottom: 1em;
  }
}
#objectives .wrap .second h3:after {
  position: absolute;
  content: "";
  width: 7em;
  height: 1px;
  background-color: #000;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  #objectives .wrap .second h3:after {
    bottom: -3px;
    width: 5em;
  }
}
#objectives .wrap .second img {
  width: 756px;
  margin: 2em auto 1.5em;
}
@media screen and (max-width: 600px) {
  #objectives .wrap .second img {
    width: 90%;
  }
}

#initiatives {
  background-color: #f6f6f6;
}
#initiatives h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(./images/initiatives_back.png);
  background-size: cover;
  width: 100%;
  padding: 7em 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  #initiatives h2 {
    padding: 4em 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -550px 0px;
  }
  #initiatives h2 img {
    width: 25%;
  }
}
#initiatives .wrap {
  padding: 5em 0 6em;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #initiatives .wrap {
    width: 100vw;
    padding: 5em 0 4em;
  }
}
#initiatives .wrap .nav {
  display: flex;
  width: 980px;
  margin: 0 auto 0 0;
  transform: translate(0.8em, 0.1em);
}
@media screen and (max-width: 600px) {
  #initiatives .wrap .nav {
    width: 92vw;
    margin-left: 2vw;
  }
}
#initiatives .wrap .nav li {
  width: 200px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #0b927a;
  background-color: #d4ede9;
  padding: 0.7em 0;
  margin-right: 0.5em;
  transform: rotate(-10deg) skew(10deg, 10deg);
}
@media screen and (max-width: 600px) {
  #initiatives .wrap .nav li {
    width: 33vw;
    font-size: 14px;
    padding: 0.75em 0;
    transform: rotate(-5deg) skew(5deg, 5deg);
  }
}
#initiatives .wrap .nav li .text {
  transform: skew(-10deg, -10deg) rotate(10deg);
}
@media screen and (max-width: 600px) {
  #initiatives .wrap .nav li .text {
    transform: skew(-5deg, -5deg) rotate(5deg);
  }
}
#initiatives .wrap .nav li:first-child {
  position: relative;
}
#initiatives .wrap .nav li:first-child:before {
  position: absolute;
  top: 0em;
  left: -11px;
  content: "";
  display: block;
  width: 1.2em;
  height: 2.95em;
  background-color: #d4ede9;
  transform: rotate(10deg) skew(-9deg, -10deg);
}
@media screen and (max-width: 600px) {
  #initiatives .wrap .nav li:first-child:before {
    left: -5px;
    background-color: #d4ede9;
    transform: rotate(5deg) skew(-5deg, -5deg);
    height: 3em;
  }
}
#initiatives .wrap .nav li.active {
  background-color: #fff;
  color: #000;
}
#initiatives .wrap .nav li.active:first-child:before {
  content: "";
  background-color: #fff;
}
#initiatives .wrap .content {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 3em 2em;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #initiatives .wrap .content {
    width: 92vw;
    padding: 2em;
  }
}
#initiatives .wrap .content article {
  display: none;
}
#initiatives .wrap .content article .left {
  width: 42%;
  padding-right: 2em;
}
@media screen and (max-width: 600px) {
  #initiatives .wrap .content article .left {
    width: 100%;
  }
}
#initiatives .wrap .content article .left img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #initiatives .wrap .content article .left {
    padding: 0 0 2em 0;
    width: 100%;
  }
  #initiatives .wrap .content article .left img {
    width: 100%;
  }
}
#initiatives .wrap .content article .right {
  width: 58%;
}
@media screen and (max-width: 600px) {
  #initiatives .wrap .content article .right {
    width: 100%;
  }
}
#initiatives .wrap .content article .right .title {
  display: inline-block;
  padding: 0.4em 1em;
  background-color: #0b927a;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #initiatives .wrap .content article .right .title {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 0.75em 0;
  }
}
#initiatives .wrap .content article .right .text {
  font-size: 16px;
  margin-top: 2em;
  line-height: 2em;
}
#initiatives .wrap .content article .right .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#initiatives .wrap .content article .right .btn_wrap .btn {
  display: inline-flex;
  padding: 0.5em 1.5em;
  background-color: #d4ede9;
  border-radius: 8px;
  margin: 2em 0 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #initiatives .wrap .content article .right .btn_wrap .btn {
    width: 100%;
    justify-content: center;
  }
}
#initiatives .wrap .content article .right .btn_wrap .btn:hover {
  transition: 0.2s;
  opacity: 0.8;
}
#initiatives .wrap .content article .right .btn_wrap .btn .txt {
  font-size: 14px;
  font-weight: 700;
  color: #0b927a;
  margin-right: 1.5em;
}
#initiatives .wrap .content article.active {
  display: flex;
}
@media screen and (max-width: 600px) {
  #initiatives .wrap .content article.active {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
}

#information {
  text-align: center;
  padding: 5em 0 8em;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #information {
    padding: 0;
    background-color: #f6f6f6;
  }
}
#information .wrap {
  width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #information .wrap {
    width: 100vw;
    margin: 0 auto;
    padding: 2em 1em 4em;
    background-color: #fff;
    box-sizing: border-box;
  }
  #information .wrap h2 img {
    width: 30%;
    margin: 0 auto;
  }
}
#information .wrap a {
  position: relative;
  display: flex;
  border-bottom: 1px solid #bbbbbb;
  padding: 1em 1.5em;
}
@media screen and (max-width: 600px) {
  #information .wrap a {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
}
#information .wrap a .date {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  #information .wrap a .date {
    width: 100%;
    text-align: left;
  }
}
#information .wrap a .title {
  font-size: 15px;
  margin-left: 2em;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #information .wrap a .title {
    margin-left: 0;
    font-size: 16px;
  }
}
#information .wrap a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 1.5em;
  height: 1.2em;
  background-image: url(./images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  #information .wrap a:after {
    width: 1.2em;
    height: 1em;
  }
}

#council {
  background-color: #f6f6f6;
  padding: 8em 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #council {
    padding: 8em 0 0;
  }
}
#council h2 {
  margin-bottom: 4em;
}
@media screen and (max-width: 600px) {
  #council h2 {
    margin-bottom: 2em;
  }
  #council h2 img {
    width: 35%;
    margin: 0 auto;
  }
}
#council .wrap article {
  margin-bottom: 5em;
}
#council .wrap article .title {
  display: inline-block;
  background-color: #0b927a;
  width: 22em;
  color: #fff;
  border-radius: 50px;
  padding: 0.3em 0;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 600px) {
  #council .wrap article .title {
    width: 70%;
    border-radius: 15px;
    margin: 0 auto 2em;
  }
}
#council .wrap article .text a {
  color: #0b927a;
  transition: 0.3s;
}
#council .wrap article .text a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  #council .wrap article .text {
    line-height: 2em;
  }
}

#single {
  background-color: #f6f6f6;
  padding: 1em;
}
@media screen and (max-width: 600px) {
  #single {
    padding: 0;
  }
}
#single article {
  width: 1000px;
  background-color: #fff;
  padding: 2em;
  margin: 3em auto;
}
@media screen and (max-width: 600px) {
  #single article {
    width: 92%;
    margin: 2em auto;
    box-sizing: border-box;
    padding: 1em;
  }
}
#single article h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  border-bottom: 1px solid #0b927a;
  padding: 0.5em 0 0.5em 0.5em;
  margin: 0 0 1em 0;
}
#single article h3:before {
  content: "";
  display: block;
  width: 0.3em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #0b927a;
}
#single article .time {
  text-align: right;
}
#single article .text {
  padding: 0.5em;
  font-size: 16px;
  line-height: 2em;
}
#single article .btn {
  position: relative;
  display: block;
  width: 300px;
  margin: 5em auto 1em;
  padding: 0.75em 0;
  background-color: #0b927a;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #single article .btn {
    width: 70%;
  }
}
#single article .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}
#single article .img {
  width: 80%;
  margin: 0 10% 3em;
}
@media screen and (max-width: 600px) {
  #single article .img {
    width: 100%;
    margin: 0 0 3em;
  }
}

#page {
  background-color: #f6f6f6;
  padding: 1em;
}
@media screen and (max-width: 600px) {
  #page {
    padding: 0;
  }
}
#page article {
  width: 1000px;
  background-color: #fff;
  padding: 2em;
  margin: 3em auto;
}
@media screen and (max-width: 600px) {
  #page article {
    width: 92%;
    margin: 2em auto;
    box-sizing: border-box;
    padding: 1em;
  }
}
#page article h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  border-bottom: 1px solid #0b927a;
  padding: 0.5em 0 0.5em 0.5em;
  margin: 0 0 1em 0;
}
#page article h3:before {
  content: "";
  display: block;
  width: 0.3em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #0b927a;
}
#page article .page-text {
  padding: 0.5em;
  font-size: 16px;
  line-height: 2em;
}
#page article .btn {
  position: relative;
  display: block;
  width: 300px;
  margin: 3em auto 1em;
  padding: 0.75em 0;
  background-color: #0b927a;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #page article .btn {
    width: 70%;
  }
}
#page article .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}
#page article .btn.entry-btn:before {
  display: none;
}
#page article .btn.gray {
  background-color: #888;
}
#page article .img {
  width: 80%;
  margin: 0 10% 3em;
}
@media screen and (max-width: 600px) {
  #page article .img {
    width: 100%;
    margin: 0 0 3em;
  }
}
#page article a {
  color: #0b927a;
  transition: 0.3s;
}
#page article a:hover {
  opacity: 0.6;
}
#page .photo-contest .top-img img {
  width: 100%;
}
#page .photo-contest .content-plan {
  display: flex;
  flex-wrap: wrap;
}
#page .photo-contest .content-plan dt {
  width: 20%;
  padding: 2em 0;
  font-weight: 800;
  color: #0b927a;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 600px) {
  #page .photo-contest .content-plan dt {
    width: 100%;
    border-bottom: none;
    padding: 2em 0 0 0;
  }
}
#page .photo-contest .content-plan dd {
  width: 80%;
  margin-inline-start: 0;
  padding: 2em 0;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 600px) {
  #page .photo-contest .content-plan dd {
    width: 100%;
    padding: 0 0 2em 0;
  }
}
#page .photo-contest .finish {
  margin-top: 30px;
  text-align: center;
  color: #ff0000;
}
#page .photo-contest .finish-btn {
  background-color: #ccc;
  cursor: auto;
  user-select: none;
}
#page .entry .arrow {
  margin-left: 1em;
  position: relative;
}
#page .entry .arrow:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: 55%;
  left: -1em;
  border-top: 2px solid #0b927a;
  border-left: 2px solid #0b927a;
  transform: translateY(-50%) rotate(135deg);
}
#page .entry .entry-attention {
  margin: 50px 0 30px;
}
#page .entry .entry-form {
  margin-top: 50px;
}
#page .entry .entry-form .detail {
  margin-left: 1em;
  font-size: 14px;
}
#page .entry .entry-form dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-block-end: 0;
}
@media screen and (max-width: 600px) {
  #page .entry .entry-form dl {
    width: 100%;
  }
}
#page .entry .entry-form dl dt {
  width: 50%;
  padding: 4em 0;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 600px) {
  #page .entry .entry-form dl dt {
    width: 100%;
    padding: 3em 0 0;
    border-bottom: none;
  }
}
#page .entry .entry-form dl dd {
  width: 50%;
  margin-inline-start: 0;
  padding: 4em 0;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 600px) {
  #page .entry .entry-form dl dd {
    width: 100%;
    padding: 0.5em 0 3em;
  }
}
#page .entry .entry-form dl dd input,
#page .entry .entry-form dl dd select,
#page .entry .entry-form dl dd textarea {
  box-sizing: border-box;
  padding: 1em 0.8em;
  border-radius: 10px;
}
#page .entry .entry-form dl dd input:not(input[type=file]):not(input[type=radio]),
#page .entry .entry-form dl dd select:not(input[type=file]):not(input[type=radio]),
#page .entry .entry-form dl dd textarea:not(input[type=file]):not(input[type=radio]) {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #page .entry .entry-form dl dd input:not(input[type=file]):not(input[type=radio]),
  #page .entry .entry-form dl dd select:not(input[type=file]):not(input[type=radio]),
  #page .entry .entry-form dl dd textarea:not(input[type=file]):not(input[type=radio]) {
    width: 100%;
  }
}
#page .entry .entry-form dl dd input[type=text],
#page .entry .entry-form dl dd input[type=email],
#page .entry .entry-form dl dd input[type=url] {
  border: solid 1px;
}
#page .entry .entry-form dl .entry-title {
  font-weight: 800;
}
#page .entry .entry-form dl .required {
  display: inline-block;
  padding: 0 0.5em;
  color: #fff;
  background-color: #fe5454;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
}
#page .entry .entry-form .rule {
  margin: 3em 0 5em;
  text-align: center;
  border: 2px solid #cc0000;
  padding: 1em;
}
#page .entry .entry-form .rule a {
  color: #000;
  text-decoration: underline;
}
#page .entry .entry-form .submit-btn {
  margin-top: 0;
}
#page .entry .entry-form .wpcf7-list-item {
  margin: 0;
}
#page .entry .btn.gray {
  margin-top: 300px;
}
#page .entry .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
#page .entry .wpcf7-form.invalid .wpcf7-response-output {
  border: none;
  color: #ff0000;
}
#page .entry .wpcf7-form-control.wpcf7-submit.has-spinner {
  display: none;
}
#page .entry .wpcf7-form-control.wpcf7-submit.has-spinner:disabled + .wpcf7-spinner + .entry-btn, #page .entry .wpcf7-form-control.wpcf7-submit.has-spinner.sent-now + .wpcf7-spinner + .entry-btn {
  background-color: #ccc;
  cursor: auto;
}
#page .entry .sent-now {
  pointer-events: none;
}
#page .entry-rule article {
  line-height: 1.8em;
}
#page .entry-rule li {
  list-style: disc;
}
#page .entry-thanks article {
  padding: 6em 2em;
  line-height: 1.8em;
}
#page .photo-contest-vote h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  border-bottom: 1px solid #0b927a;
  padding: 0.5em 0 0.5em 0.5em;
  margin: 0 0 1em 0;
}
#page .photo-contest-vote h3:before {
  content: "";
  display: block;
  width: 0.3em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #0b927a;
}
#page .photo-contest-vote h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 0.5em 0 0.5em 0.5em;
  margin: 0 0 1em 0;
}
#page .photo-contest-vote h4:before {
  content: "";
  display: block;
  width: 0.3em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #0b927a;
}
#page .photo-contest-vote .red {
  color: #f00;
}
#page .photo-contest-vote .content-plan {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0 5em;
}
#page .photo-contest-vote .content-plan dt {
  width: 20%;
  padding: 2em 0;
  font-weight: 800;
  color: #0b927a;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 600px) {
  #page .photo-contest-vote .content-plan dt {
    width: 100%;
    border-bottom: none;
    padding: 2em 0 0 0;
  }
}
#page .photo-contest-vote .content-plan dd {
  width: 80%;
  margin-inline-start: 0;
  padding: 2em 0;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 600px) {
  #page .photo-contest-vote .content-plan dd {
    width: 100%;
    padding: 0 0 2em 0;
  }
}
#page .photo-contest-vote .photo-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
#page .photo-contest-vote .photo-list .photo {
  width: 330px;
  margin: 0 5px 50px 0;
}
@media screen and (max-width: 600px) {
  #page .photo-contest-vote .photo-list .photo {
    width: auto;
    margin: 0 0 30px 0;
  }
}
#page .photo-contest-vote .photo-list .photo:nth-child(3n) {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 600px) {
  #page .photo-contest-vote .photo-list .photo:nth-child(3n) {
    margin: 0 0 30px 0;
  }
}
#page .photo-contest-vote .photo-list .photo a {
  width: inherit;
}
#page .photo-contest-vote .photo-list .photo a img {
  width: inherit;
  object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  #page .photo-contest-vote .photo-list .photo a img {
    width: 100%;
  }
}
#page .photo-contest-vote .photo-list .photo .text {
  margin: 10px;
}
#page .photo-contest-vote .photo-list .photo .btn {
  display: inline-block;
  margin: 10px 0 0;
  padding: 7px;
  font-size: 15px;
}
#page .vote-form {
  margin-top: 50px;
}
#page .vote-form dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-block-end: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #page .vote-form dl {
    width: 100%;
  }
}
#page .vote-form dl dt {
  width: 50%;
  padding: 4em 0;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 600px) {
  #page .vote-form dl dt {
    width: 100%;
    padding: 3em 0 0;
    border-bottom: none;
  }
}
#page .vote-form dl dd {
  width: 50%;
  margin-inline-start: 0;
  padding: 4em 0;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 600px) {
  #page .vote-form dl dd {
    width: 100%;
    padding: 0.5em 0 3em;
  }
}
#page .vote-form dl dd input,
#page .vote-form dl dd select {
  box-sizing: border-box;
  padding: 1em 0.8em;
  border-radius: 10px;
}
#page .vote-form dl dd input:not(input[type=file]):not(input[type=radio]),
#page .vote-form dl dd select:not(input[type=file]):not(input[type=radio]) {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #page .vote-form dl dd input:not(input[type=file]):not(input[type=radio]),
  #page .vote-form dl dd select:not(input[type=file]):not(input[type=radio]) {
    width: 100%;
  }
}
#page .vote-form dl dd input[type=text],
#page .vote-form dl dd input[type=email] {
  border: solid 1px;
}
#page .vote-form dl .entry-title {
  font-weight: 800;
}
#page .vote-form dl .required {
  display: inline-block;
  padding: 0 0.5em;
  color: #fff;
  background-color: #fe5454;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
}
#page .vote-form .rule {
  margin: 3em 0 5em;
  text-align: center;
  border: 2px solid #cc0000;
  padding: 1em;
}
#page .vote-form .rule a {
  color: #000;
  text-decoration: underline;
}
#page .vote-form .submit-btn {
  margin-top: 0;
}
#page .vote-form .wpcf7-list-item {
  margin: 0;
}
#page .vote-form .btn.gray {
  margin-top: 150px;
}
#page .vote-form .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
#page .vote-form .wpcf7-form.invalid .wpcf7-response-output {
  border: none;
  color: #ff0000;
}
#page .vote-form .wpcf7-form-control.wpcf7-submit.has-spinner {
  display: none;
}
#page .vote-form .wpcf7-form-control.wpcf7-submit.has-spinner:disabled + .wpcf7-spinner + .entry-btn, #page .vote-form .wpcf7-form-control.wpcf7-submit.has-spinner.sent-now + .wpcf7-spinner + .entry-btn {
  background-color: #ccc;
  cursor: auto;
}
#page .vote-form .sent-now {
  pointer-events: none;
}
#page .vote-form .vote-form-done {
  display: none;
}
#page .vote-thanks article {
  padding: 6em 2em;
  line-height: 1.8em;
}
#page .photo-contest-result h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  border-bottom: 1px solid #0b927a;
  padding: 0.5em 0 0.5em 0.5em;
  margin: 0 0 1em 0;
}
#page .photo-contest-result h3:before {
  content: "";
  display: block;
  width: 0.3em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #0b927a;
}
#page .photo-contest-result h4 {
  align-items: center;
  font-size: 18px;
  padding: 0.5em 0 0.5em 0.5em;
  margin: 0 0 1em 0;
}
#page .photo-contest-result h4:before {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #0b927a;
}
#page .photo-contest-result .best-photo {
  margin-bottom: 30px;
}
#page .photo-contest-result .best-photo img {
  width: 100%;
}
#page .photo-contest-result .excellent-photo {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #page .photo-contest-result .excellent-photo {
    flex-wrap: wrap;
  }
}
#page .photo-contest-result .excellent-photo .photo {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #page .photo-contest-result .excellent-photo .photo {
    width: 100%;
  }
}
#page .photo-contest-result .excellent-photo .photo img {
  width: 100%;
}
#page .photo-contest-result .photo-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
#page .photo-contest-result .photo-list .photo {
  width: 330px;
  margin: 0 5px 50px 0;
}
#page .photo-contest-result .photo-list .photo .special {
  font-weight: bold;
  margin: 10px 0 20px 10px;
}
@media screen and (max-width: 600px) {
  #page .photo-contest-result .photo-list .photo {
    width: auto;
    margin: 0 0 30px 0;
  }
}
#page .photo-contest-result .photo-list .photo:nth-child(3n) {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 600px) {
  #page .photo-contest-result .photo-list .photo:nth-child(3n) {
    margin: 0 0 30px 0;
  }
}
#page .photo-contest-result .photo-list .photo a {
  width: inherit;
}
#page .photo-contest-result .photo-list .photo a img {
  width: inherit;
  object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  #page .photo-contest-result .photo-list .photo a img {
    width: 100%;
  }
}
#page .photo-contest-result .photo-list .photo .text {
  margin: 10px;
}
#page .photo-contest-result .photo-list .photo .btn {
  display: inline-block;
  margin: 10px 0 0;
  padding: 7px;
  font-size: 15px;
}
#page .photo-contest-special h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 0.5em 0 0.5em 0.5em;
  margin: 0 0 1em 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#page .photo-contest-special h4:before {
  content: "";
  display: block;
  width: 0.3em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #0b927a;
}
#page .photo-contest-special img {
  display: block;
  width: 300px;
  margin: 15px 0;
}

.lum-lightbox-inner img.lum-img {
  max-width: 100%;
}
.lum-lightbox-inner .lum-gallery-button {
  display: none !important;
}

footer {
  min-width: 1000px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding: 1em 1em;
}
@media screen and (max-width: 600px) {
  footer {
    min-width: auto;
    background-color: #fff;
  }
}
