@charset "UTF-8";
/*
Theme Name: 近江屋リニューアル
*/
.pc {
  display: inherit;
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

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

html, body {
  font-family: "Noto Serif JP", serif;
  margin: 0;
  position: relative;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.015625vw;
  text-align: center;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 7vw;
  }
}

.sub-h {
  font-size: 0.8333333333vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .sub-h {
    font-size: 4vw;
  }
}

.lb {
  display: inline-block;
}

li {
  list-style: none;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.1s;
}
a:hover {
  opacity: 0.8;
}

/*iphone input リセット*/
input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
}

header {
  position: fixed;
  z-index: 999;
  background-color: #2a2e6f;
  opacity: 0.9;
  display: flex;
  align-items: center;
  color: #fff;
  width: 100vw;
  height: 5.2083333333vw;
}
@media screen and (max-width: 800px) {
  header {
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 2vw 0;
  }
}
header .title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  header .title {
    flex-direction: column-reverse;
    margin: 0 5vw;
  }
}
header .title .logo {
  margin-left: 2.0833333333vw;
  width: 10.2083333333vw;
  height: 3.9583333333vw;
}
@media screen and (max-width: 800px) {
  header .title .logo {
    width: 30vw;
    height: auto;
    margin: 0;
  }
}
header .title .logo img {
  width: 100%;
}
header .title .subtitle {
  margin-left: 2.0833333333vw;
  font-size: 0.78125vw;
}
@media screen and (max-width: 800px) {
  header .title .subtitle {
    font-size: 2.5vw;
  }
}
header .menu {
  margin: 0 2.0833333333vw 0 auto;
}
@media screen and (max-width: 800px) {
  header .menu {
    display: none;
  }
}
header .menu nav {
  display: flex;
  font-size: 0.78125vw;
}
header .menu nav li {
  margin-right: 1.5625vw;
}
header .sp-menu {
  display: none;
  position: relative;
}
@media screen and (max-width: 800px) {
  header .sp-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header .sp-menu #spmenu {
  display: none;
}
header .sp-menu #spmenu:checked ~ .back {
  display: block;
}
header .sp-menu #spmenu:checked ~ .menubox {
  right: 0;
}
header .sp-menu #spmenu:checked ~ .icon {
  height: 0;
}
header .sp-menu #spmenu:checked ~ .icon:before {
  transform: rotate(225deg);
  top: 0;
}
header .sp-menu #spmenu:checked ~ .icon:after {
  transform: rotate(135deg);
  top: 0;
}
header .sp-menu .icon {
  position: relative;
  z-index: 999;
  width: 10vw;
  height: 1vw;
  margin: 0 6vw;
  background-color: #fff;
}
header .sp-menu .icon:before, header .sp-menu .icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 10vw;
  height: 1vw;
  background-color: #fff;
  transition: 0.3s;
}
header .sp-menu .icon:before {
  top: -3vw;
}
header .sp-menu .icon:after {
  top: 3vw;
}
header .sp-menu .menubox {
  position: absolute;
  top: -10vw;
  right: -90vw;
  width: 70vw;
  height: 100vh;
  background-color: #181c66;
  padding: 20vw 0 5vw 10vw;
  transition: 0.5s;
}
header .sp-menu .menubox li {
  position: relative;
  padding: 3.5vw 0;
  border-bottom: 1px solid #fff;
}
header .sp-menu .menubox li a {
  display: block;
}
header .sp-menu .menubox li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5vw;
  width: 3vw;
  height: 3vw;
  border-top: 0.5vw solid #fff;
  border-right: 0.5vw solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
header .sp-menu .back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.content {
  background-color: #fff;
}
.content .inner {
  transition: 1s;
  opacity: 0;
}

#content1 {
  width: 100vw;
  height: 50vw;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #content1 {
    width: 100vw;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#content1 video {
  position: fixed;
  z-index: -1;
  width: 100vw;
}
@media screen and (max-width: 800px) {
  #content1 video {
    width: auto;
    height: 100vh;
  }
}

#content2 {
  position: relative;
}
#content2:before {
  content: "";
  position: absolute;
  top: 9.375vw;
  left: -1.3020833333vw;
  display: block;
  width: 94.53125vw;
  height: 2.6041666667vw;
  border-right: 1px solid #181c66;
  border-bottom: 1px solid #181c66;
  transform: skewX(calc( 90deg - 45deg ));
}
@media screen and (max-width: 800px) {
  #content2:before {
    top: calc(30px + 52.40vw + 20px + 5vw + 3px);
  }
}
#content2 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.125vw 0 0 0;
  background: linear-gradient(0deg, #fff 0%, #fff 15%, #ededed 15%, #ededed 100%);
}
@media screen and (max-width: 800px) {
  #content2 .inner {
    flex-direction: column;
    padding: 30px 0 0 0;
    background: linear-gradient(0deg, #fff 0%, #fff 40%, #ededed 40%, #ededed 100%);
  }
}
#content2 .inner .img {
  width: 27.96875vw;
  height: 20.9375vw;
  box-shadow: 0.5208333333vw 0.5208333333vw 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 800px) {
  #content2 .inner .img {
    width: 70vw;
    height: 52.4vw;
  }
}
#content2 .inner .img img {
  width: 100%;
}
#content2 .inner .right {
  margin-left: 3.6458333333vw;
}
@media screen and (max-width: 800px) {
  #content2 .inner .right {
    margin-top: 20px;
  }
}
#content2 .inner .right .ttl {
  font-size: 1.5625vw;
  font-weight: 700;
  margin-bottom: 3.6458333333vw;
}
@media screen and (max-width: 800px) {
  #content2 .inner .right .ttl {
    font-size: 5vw;
  }
}
#content2 .inner .right .detail {
  font-size: 0.8333333333vw;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 800px) {
  #content2 .inner .right .detail {
    font-size: 3vw;
  }
}

#content3 .inner {
  padding: 3.125vw 0 4.2708333333vw;
}
@media screen and (max-width: 800px) {
  #content3 .inner {
    padding: 10vw 0 25vw;
  }
}
#content3 .inner .btn {
  font-family: "Montserrat", sans-serif;
  position: relative;
  width: 14.0625vw;
  padding: 1.0416666667vw 0;
  background-color: #181c66;
  color: #fff;
  font-size: 0.8380208333vw;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
}
#content3 .inner .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.0416666667vw;
  display: block;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  #content3 .inner .btn {
    width: 50vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
  }
  #content3 .inner .btn:before {
    width: 2.5vw;
    height: 2.5vw;
    right: 3vw;
  }
}
#content3 .inner .inner {
  display: flex;
  justify-content: space-between;
  width: 69.6875vw;
  margin: 2.6041666667vw auto 2.8645833333vw;
}
@media screen and (max-width: 800px) {
  #content3 .inner .inner {
    width: 100vw;
    margin: 10vw auto 5vw;
    flex-direction: column;
  }
}
#content3 .inner .inner article {
  width: 15.625vw;
}
@media screen and (max-width: 800px) {
  #content3 .inner .inner article {
    display: flex;
    flex-wrap: wrap;
    width: 96vw;
    margin: 0 2vw 5vw;
  }
}
@media screen and (max-width: 800px) {
  #content3 .inner .inner article a.main {
    display: flex;
  }
}
#content3 .inner .inner article .thumbnail {
  width: 15.625vw;
  height: 15.625vw;
  margin-bottom: 1.3020833333vw;
}
#content3 .inner .inner article .thumbnail img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  #content3 .inner .inner article .thumbnail {
    width: 26vw;
    height: 26vw;
    margin-right: 2vw;
  }
}
#content3 .inner .inner article .ttl, #content3 .inner .inner article .detail {
  width: 14.5833333333vw;
}
@media screen and (max-width: 800px) {
  #content3 .inner .inner article .ttl, #content3 .inner .inner article .detail {
    width: 68vw;
  }
}
#content3 .inner .inner article .ttl {
  font-size: 1.1458333333vw;
  font-weight: 700;
  color: #181c66;
  margin: 0 auto 1.0416666667vw;
}
@media screen and (max-width: 800px) {
  #content3 .inner .inner article .ttl {
    font-size: 4vw;
  }
}
#content3 .inner .inner article .category {
  text-align: right;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 800px) {
  #content3 .inner .inner article .category {
    width: 100%;
    text-align: left;
  }
}
#content3 .inner .inner article .category a {
  font-size: 0.8854166667vw;
  background-color: #181c66;
  color: #fff;
  padding: 0 0.5em;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  #content3 .inner .inner article .category a {
    font-size: 2vw;
  }
}
#content3 .inner .inner article .detail {
  font-size: 0.8854166667vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #content3 .inner .inner article .detail {
    font-size: 2vw;
  }
}

#content4 {
  background-color: rgba(40, 40, 40, 0.4);
  padding: 4.6875vw 5.2083333333vw;
}
@media screen and (max-width: 800px) {
  #content4 {
    padding: 17vw 5.2083333333vw;
  }
}
#content4 .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.55);
  background-image: url(./images/back.png);
  width: 39.0625vw;
  height: 33.8541666667vw;
}
@media screen and (max-width: 800px) {
  #content4 .inner {
    width: 70vw;
    height: 85vw;
    margin: 0 auto;
  }
}
#content4 .inner .text {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.1286458333vw;
  line-height: 2.8645833333vw;
}
@media screen and (max-width: 800px) {
  #content4 .inner .text {
    font-size: 3vw;
    line-height: 10vw;
  }
}

#content5 article {
  display: flex;
}
#content5 article.revers {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  #content5 article.revers {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 800px) {
  #content5 article {
    flex-direction: column-reverse;
  }
}
#content5 article .img, #content5 article .textbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 24.4791666667vw;
}
@media screen and (max-width: 800px) {
  #content5 article .img, #content5 article .textbox {
    width: 100vw;
  }
}
#content5 article .img {
  width: 50vw;
  height: 24.4791666667vw;
}
#content5 article .img img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  #content5 article .img {
    width: 100vw;
    height: 48.95vw;
  }
}
#content5 article .textbox {
  flex-direction: column;
}
#content5 article .textbox-gray {
  background-color: #e6e6e6;
}
@media screen and (max-width: 800px) {
  #content5 article .textbox {
    padding: 5vw 0;
  }
}
#content5 article .textbox .ttl {
  font-size: 1.5625vw;
  margin-bottom: 0.5208333333vw;
}
#content5 article .textbox .ttl-montserrat {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 800px) {
  #content5 article .textbox .ttl {
    font-size: 4vw;
  }
}
#content5 article .textbox .subttl {
  font-family: "Montserrat", sans-serif;
  font-size: 0.853125vw;
  margin-bottom: 1.8229166667vw;
}
@media screen and (max-width: 800px) {
  #content5 article .textbox .subttl {
    font-size: 2vw;
  }
}
#content5 article .textbox .btn {
  font-family: "Montserrat", sans-serif;
  position: relative;
  width: 14.0625vw;
  padding: 1.0416666667vw 0;
  background-color: #181c66;
  color: #fff;
  font-size: 0.8380208333vw;
  font-weight: 400;
  text-align: center;
}
#content5 article .textbox .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.0416666667vw;
  display: block;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  #content5 article .textbox .btn {
    width: 50vw;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
  }
  #content5 article .textbox .btn:before {
    width: 2.5vw;
    height: 2.5vw;
    right: 3vw;
  }
}

#content6 {
  display: flex;
  justify-content: center;
  padding: 7.03125vw 0 4.4270833333vw;
}
@media screen and (max-width: 800px) {
  #content6 {
    flex-direction: column;
  }
}
#content6 article {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 35.5208333333vw;
  margin: 0 4.1666666667vw;
}
@media screen and (max-width: 800px) {
  #content6 article {
    width: 96vw;
    margin: 0 2vw 50px;
  }
}
#content6 article .ttl, #content6 article .subttl {
  text-align: center;
  color: #282828;
}
#content6 article .ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5208333333vw;
}
#content6 article .subttl {
  margin-bottom: 2.0833333333vw;
}
#content6 article .inner {
  margin-bottom: 2.6041666667vw;
}
#content6 article .inner.dummy1 {
  width: 35.46875vw;
}
@media screen and (max-width: 800px) {
  #content6 article .inner.dummy1 {
    width: 90vw;
  }
}
#content6 article .inner.dummy2 {
  width: 34.6875vw;
}
@media screen and (max-width: 800px) {
  #content6 article .inner.dummy2 {
    width: 90vw;
  }
}
#content6 article .inner img {
  width: 100%;
}
#content6 article .more {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: inline-block;
  color: #282828;
  font-size: 0.8333333333vw;
  border-bottom: 1px solid;
  padding: 0 0.4166666667vw 0.3125vw;
}
@media screen and (max-width: 800px) {
  #content6 article .more {
    font-size: 4vw;
    padding: 4vw 2vw 0;
  }
}
#content6 article .more:after {
  content: "";
  position: absolute;
  border-top: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 0.3125vw solid rgba(0, 0, 0, 0);
  border-right: 0.5208333333vw solid rgba(0, 0, 0, 0);
  border-left: 0.5208333333vw solid;
  bottom: -0.3125vw;
}
@media screen and (max-width: 800px) {
  #content6 article .more:after {
    border-top: 0 solid rgba(0, 0, 0, 0);
    border-bottom: 1.5vw solid rgba(0, 0, 0, 0);
    border-right: 1.5vw solid rgba(0, 0, 0, 0);
    border-left: 2vw solid;
    bottom: -1.5vw;
  }
}

#page {
  margin-bottom: 10.4166666667vw;
}
#page .checkbox-gold:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(./images/checkbox.png);
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #7D6739;
  border-radius: 50%;
  margin-right: 0.3em;
}
#page .checkbox-green:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(./images/checkbox.png);
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #385D56;
  border-radius: 50%;
  margin-right: 0.3em;
}
#page .checkbox-blue:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(./images/checkbox.png);
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #3D5C7A;
  border-radius: 50%;
  margin-right: 0.3em;
}
#page .checkbox-purple:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(./images/checkbox.png);
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #4D3056;
  border-radius: 50%;
  margin-right: 0.3em;
}
#page .checkbox-red:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(./images/checkbox.png);
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #713838;
  border-radius: 50%;
  margin-right: 0.3em;
}
#page .checkbox-yellow:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(./images/checkbox.png);
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #9E824E;
  border-radius: 50%;
  margin-right: 0.3em;
}
#page-head {
  position: relative;
}
#page-head .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 31.25vw;
  overflow: hidden;
  padding-top: 5.2083333333vw;
}
#page-head .thumbnail-top {
  align-items: flex-start;
}
#page-head .thumbnail-bottom {
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  #page-head .thumbnail {
    height: 80vw;
    padding-top: 19.208333vw;
  }
}
#page-head .thumbnail img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  #page-head .thumbnail img {
    width: auto;
    height: 100%;
    max-width: none;
  }
}
#page-head .title {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  width: 21.875vw;
  padding: 1.3020833333vw 3.125vw;
}
@media screen and (max-width: 800px) {
  #page-head .title {
    width: 70vw;
    padding: 3vw;
  }
}
#page-head .title .ttl, #page-head .title .subttl {
  color: #181c66;
  text-align: center;
}
#page-head .title .ttl {
  font-size: 2.34375vw;
  border-bottom: 2px solid #181c66;
  padding-bottom: 0.5208333333vw;
}
@media screen and (max-width: 800px) {
  #page-head .title .ttl {
    font-size: 6vw;
    padding-bottom: 2vw;
  }
}
#page-head .title .subttl {
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 800px) {
  #page-head .title .subttl {
    font-size: 4vw;
    padding-top: 2vw;
  }
}
#page-head .slider .swiper-slide {
  width: 100% !important;
  max-height: 40vw;
}
@media screen and (max-width: 800px) {
  #page-head .slider .swiper-slide {
    max-height: 70vw;
  }
}
#page-head .slider .swiper-slide img {
  width: 100%;
}
#page-content {
  margin-bottom: 10.4166666667vw;
}
#page-content .inner {
  max-width: 1200px;
  margin: 3.6458333333vw auto;
}
@media screen and (max-width: 800px) {
  #page-content .inner {
    margin: 10vw auto;
  }
}
#page-content .inner h2 {
  display: inline-block;
  border-bottom: 3px solid #181c66;
  padding: 5px 20px;
  margin-bottom: 2.6041666667vw;
}
#page-content .inner h2-center {
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-content .inner h2 {
    margin-bottom: 7vw;
  }
}
#page-content .inner h3 {
  width: 100%;
  margin: 0 auto 1.0416666667vw;
  padding: 0 0 0 0.5208333333vw;
  text-align: left;
  border-left: 0.3645833333vw solid #181c66;
}
@media screen and (max-width: 800px) {
  #page-content .inner h3 {
    border-left: 2vw solid #181c66;
    margin: 0 auto 3vw;
    padding: 0 0 0 1.5vw;
  }
}
#page-content .inner .category {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 800px) {
  #page-content .inner .category {
    width: 100%;
    text-align: left;
  }
}
#page-content .inner .category a {
  background-color: #181c66;
  color: #fff;
  padding: 0 0.5em;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  #page-content .inner .category a {
    font-size: 2vw;
  }
}
#page-content .inner section.jump:before, #page-content .inner article.jump:before {
  content: "";
  display: block;
  height: 7vw;
  margin-top: -7vw;
}
#page-content .inner article {
  text-align: center;
  padding: 0 2vw;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 800px) {
  #page-content .inner article {
    padding: 0 6vw;
    margin-bottom: 20vw;
  }
}
#page-content .inner .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-content .inner .flexbox-justifyContent-between {
  justify-content: space-between;
}
#page-content .inner .flexbox-justifyContent-start {
  justify-content: flex-start;
}
#page-content .inner .flexbox-alignItems-top {
  align-items: flex-start;
}
#page-content .inner .flexbox-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  #page-content .inner .flexbox {
    flex-direction: column;
  }
  #page-content .inner .flexbox-revers {
    flex-direction: column-reverse;
  }
  #page-content .inner .flexbox > * {
    margin-bottom: 10vw;
  }
}
#page-content .inner .text {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 800px) {
  #page-content .inner .text {
    font-size: 3vw;
  }
}
#page-content .inner .text-lineheight {
  line-height: 2em;
}
#page-content .inner .text-large {
  font-size: 1.25vw;
}
@media screen and (max-width: 800px) {
  #page-content .inner .text-large {
    font-size: 5vw;
  }
}
#page-content .inner .text-semilarge {
  font-size: 1.1458333333vw;
}
@media screen and (max-width: 800px) {
  #page-content .inner .text-semilarge {
    font-size: 4vw;
  }
}
#page-content .inner .text-small {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 800px) {
  #page-content .inner .text-small {
    font-size: 14px;
  }
}
#page-content .inner .text-align-left {
  text-align: left;
}
#page-content .inner .text-align-right {
  text-align: right;
}
#page-content .inner .text-emphasis {
  background-color: #181c66;
  color: #fff;
  padding: 0.2em 0.7em;
}
#page-content .inner table {
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 800px) {
  #page-content .inner table tr {
    display: flex;
    flex-direction: column;
  }
}
#page-content .inner table th, #page-content .inner table td {
  padding: 15px 30px;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  #page-content .inner table th, #page-content .inner table td {
    width: 100%;
    padding: 10px;
  }
}
#page-content .inner table.type01.border-black th, #page-content .inner table.type01.border-black td {
  border: 1px solid #777;
}
@media screen and (max-width: 800px) {
  #page-content .inner table.type01.border-black th, #page-content .inner table.type01.border-black td {
    border-bottom: 0px solid #aaa;
  }
}
@media screen and (max-width: 800px) {
  #page-content .inner table.type01.border-black tr:last-child td {
    border: 1px solid #777;
  }
}
#page-content .inner table.type01 th, #page-content .inner table.type01 td {
  border: 1px solid #aaa;
}
#page-content .inner table.type01 th {
  text-align: center;
  font-weight: 700;
}
#page-content .inner table.type01 th.backcolor {
  background-color: #181c66;
  color: #fff;
}
#page-content .inner table.type01 th.left {
  text-align: left;
}
@media screen and (max-width: 800px) {
  #page-content .inner table.type01 th {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
  }
}
#page-content .inner table.type01 td {
  text-align: left;
}
#page-content .inner table.type02 th, #page-content .inner table.type02 td {
  border-bottom: 1px solid #aaa;
}
#page-content .inner table.type03 {
  border-spacing: 10px;
  border-collapse: separate;
}
#page-content .inner table.contactform {
  width: 62.5vw;
}
#page-content .inner table.contactform th, #page-content .inner table.contactform td {
  border: 1px solid #aaa;
}
#page-content .inner table.contactform th {
  width: 30%;
  background-color: #181c66;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-content .inner table.contactform th {
    width: 90vw;
  }
}
#page-content .inner table.contactform th.req:after {
  content: "[必須]";
  font-size: 0.8em;
  padding-left: 0.8em;
  color: #d00;
  display: inline-block;
}
#page-content .inner table.contactform td {
  width: 70%;
}
@media screen and (max-width: 800px) {
  #page-content .inner table.contactform td {
    width: 90vw;
  }
}
#page-content .inner table.contactform td input, #page-content .inner table.contactform td select, #page-content .inner table.contactform td textarea {
  width: 96%;
  padding: 0.6em 0.8em;
}
@media screen and (max-width: 800px) {
  #page-content .inner table.contactform td input, #page-content .inner table.contactform td select, #page-content .inner table.contactform td textarea {
    width: 90%;
  }
}
#page-content .inner .box {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 800px) {
  #page-content .inner .box {
    margin-bottom: 10vw;
  }
}
#page-content .inner .card {
  width: 30%;
  margin: 2% 1%;
  border: 1px solid #181c66;
}
#page-content .inner .card > * {
  padding: 0.5208333333vw 0;
}
@media screen and (max-width: 800px) {
  #page-content .inner .card > * {
    padding: 2vw 0;
  }
}
#page-content .inner .card-noborder {
  border: none;
}
@media screen and (max-width: 800px) {
  #page-content .inner .card {
    width: 100%;
    margin: 0 1% 10vw;
  }
}
#page-content .inner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.8333333333vw;
  margin: 0 auto;
  padding: 1em 0;
  background-color: #181c66;
  color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 800px) {
  #page-content .inner .btn-sp {
    width: 80%;
  }
}
#page-content .inner .btn-large {
  width: 41.6666666667vw;
}
@media screen and (max-width: 800px) {
  #page-content .inner .btn-large {
    width: 98%;
  }
}
#page-content .inner .btn-min {
  display: inline-block;
  width: auto;
  padding: 0.5em 2em;
}
#page-content .inner .btn-revers {
  border: 1px solid #181c66;
  border-radius: 8px;
  background-color: #fff;
  color: #181c66;
}
#page-content .inner .submit {
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 3em;
  background-color: #181c66;
  border-radius: 8px;
  color: #fff;
  margin: 0 auto;
  transition: 0.3s;
  border: none;
  font-size: 1.15vw;
}
@media screen and (max-width: 800px) {
  #page-content .inner .submit {
    width: 70%;
    font-size: 4.2vw;
    -webkit-appearance: none;
  }
}
#page-content .inner .submit.wpcf7c-btn-back {
  background-color: #777;
  margin-bottom: 1.5em;
}
#page-content .inner .submit:hover {
  opacity: 0.8;
}
#page-content .inner .wpcf7c-conf {
  background-color: #efefef;
}
#page-content .inner .s_bubble {
  position: relative;
  width: 60%;
  height: 100px;
  margin-left: 5%;
  padding: 20px 30px;
  text-align: left;
  align-items: flex-start;
  border: 2px solid;
  border-radius: 25px;
}
@media screen and (max-width: 800px) {
  #page-content .inner .s_bubble {
    width: 80%;
    height: 150px;
    margin-left: 0;
  }
}
#page-content .inner .s_bubble:before {
  content: "";
  position: absolute;
  top: 45%;
  left: -1px;
  transform: translate(-50%) rotate(135deg) skew(calc((90deg - 70deg) / 2), calc((90deg - 70deg) / 2));
  width: 30px;
  height: 30px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  #page-content .inner .s_bubble:before {
    transform: translate(-50%) rotate(45deg) skew(calc((90deg - 70deg) / 2), calc((90deg - 70deg) / 2));
    top: 93.5%;
    left: 80%;
  }
}
#page-content .inner .arrow {
  position: relative;
  width: 2.6041666667vw;
  height: 1.0416666667vw;
  margin: 0 2.6041666667vw 0 1.3020833333vw;
  background-color: #a2a7dc;
}
@media screen and (max-width: 800px) {
  #page-content .inner .arrow {
    transform: rotate(90deg);
    width: 8vw;
    height: 4vw;
    margin: 0 0 16vw 0;
  }
}
#page-content .inner .arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0;
  height: 0;
  border-top: 1.5625vw solid rgba(0, 0, 0, 0);
  border-bottom: 1.5625vw solid rgba(0, 0, 0, 0);
  border-left: 1.5625vw solid #a2a7dc;
  border-right: 1.5625vw solid rgba(0, 0, 0, 0);
}
@media screen and (max-width: 800px) {
  #page-content .inner .arrow:after {
    border-top: 7vw solid rgba(0, 0, 0, 0);
    border-bottom: 7vw solid rgba(0, 0, 0, 0);
    border-left: 7vw solid #a2a7dc;
    border-right: 7vw solid rgba(0, 0, 0, 0);
  }
}
#page-content .inner .accordion_menu > input {
  display: none;
}
#page-content .inner .accordion_menu > input:checked + .inner {
  height: auto;
  margin-bottom: 20vw;
}
#page-content .inner .accordion_menu .inner {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
#page.campaign #page-content .inner {
  margin: 0 auto 3.6458333333vw;
  padding: 7.8125vw 0 0 0;
}
@media screen and (max-width: 800px) {
  #page.campaign #page-content .inner {
    padding: 36.4583333333vw 0 0 0;
  }
}
#page.campaign #page-content .inner img {
  max-width: 1200px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #page.campaign #page-content .inner img {
    max-width: 90vw;
  }
}
@media screen and (max-width: 800px) {
  #page.campaign #page-content .inner img {
    max-width: 90vw;
  }
}

#page-content.archive {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-content.archive {
    width: 100%;
  }
}
#page-content.archive article {
  display: flex;
  margin-bottom: 3em;
}
@media screen and (max-width: 800px) {
  #page-content.archive article {
    margin: 0 3vw 2em;
  }
}
#page-content.archive article .thumbnail {
  width: 180px;
  height: 180px;
  margin-right: 20px;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  #page-content.archive article .thumbnail {
    width: 23vw;
    height: 23vw;
    margin-right: 2vw;
  }
}
#page-content.archive article .info {
  width: 70vw;
}
#page-content.archive article .info .date {
  color: #aaa;
}
@media screen and (max-width: 800px) {
  #page-content.archive article .info .date {
    font-size: 0.8em;
    margin-bottom: 0.3em;
  }
}
#page-content.archive article .info .category {
  margin-bottom: 0.4em;
}
@media screen and (max-width: 800px) {
  #page-content.archive article .info .category {
    width: 100%;
    text-align: left;
  }
}
#page-content.archive article .info .category a {
  font-size: 0.8854166667vw;
  background-color: #181c66;
  color: #fff;
  padding: 0 0.5em;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  #page-content.archive article .info .category a {
    font-size: 2vw;
  }
}
#page-content.archive article .info .title {
  font-size: 1.4em;
}
@media screen and (max-width: 800px) {
  #page-content.archive article .info .title {
    font-size: 1em;
  }
}
@media screen and (max-width: 800px) {
  #page-content.archive article .info .detail {
    font-size: 0.8em;
  }
  #page-content.archive article .info .detail p {
    margin: 0;
  }
}
#page-content.archive ul.nav.pagination {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
#page-content.archive ul.nav.pagination li {
  margin: 0 0.5em;
}

#bottom_menu {
  background-color: #fff;
  padding-bottom: 2.6041666667vw;
}
@media screen and (max-width: 800px) {
  #bottom_menu {
    padding-bottom: 10vw;
  }
}
#bottom_menu nav {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #bottom_menu nav {
    width: 90vw;
    margin: 0 auto;
    flex-direction: column;
  }
}
#bottom_menu nav li {
  margin: 0 1.0416666667vw;
  font-size: 0.7291666667vw;
  color: #282828;
}
@media screen and (max-width: 800px) {
  #bottom_menu nav li {
    margin: 0;
    font-size: 3.8vw;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
  }
  #bottom_menu nav li:first-child {
    border-radius: 3px 3px 0 0;
  }
  #bottom_menu nav li:last-child {
    border-bottom: 1px solid #aaa;
    border-radius: 0 0 3px 3px;
  }
}
@media screen and (max-width: 800px) {
  #bottom_menu nav li a {
    position: relative;
    display: inline-block;
    width: 93%;
    height: 100%;
    padding: 3vw 3vw;
  }
  #bottom_menu nav li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.5vw;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    width: 3vw;
    height: 3vw;
    border-top: 0.5vw solid #aaa;
    border-right: 0.5vw solid #aaa;
  }
}

footer {
  background-color: #e8e1d3;
  text-align: center;
  padding: 4.1666666667vw 0 1.5625vw;
}
@media screen and (max-width: 800px) {
  footer {
    padding: 20vw 0 10vw;
  }
}
footer .logobox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  footer .logobox {
    flex-direction: column;
  }
}
footer .logobox .logo {
  margin: 0 1.5625vw 0.5208333333vw;
}
@media screen and (max-width: 800px) {
  footer .logobox .logo {
    margin: 0 1.5625vw 5.2083333333vw;
  }
}
footer .logo {
  width: 20.5208333333vw;
  height: 3.9583333333vw;
  margin: 0 auto 0.5208333333vw;
}
@media screen and (max-width: 800px) {
  footer .logo {
    width: 70vw;
    height: 13.5vw;
  }
}
footer .logo img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  footer .logo a {
    width: 70%;
    display: block;
    margin: 0 15%;
  }
}
footer .subtitle {
  margin-bottom: 3.125vw;
  font-size: 0.7291666667vw;
  color: #282828;
}
@media screen and (max-width: 800px) {
  footer .subtitle {
    font-size: 2.5vw;
  }
}
footer .copyright {
  color: #282828;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 800px) {
  footer .copyright {
    font-size: 2vw;
  }
}

#form {
  min-width: 1024px;
  margin: 0 auto;
}

#form #page-head .thumbnail{
  height: 20vw;
}

#form .link {
  width: 98%;
  margin: 5px 0 20px;
  padding: 5px 0 5px 2%;
  font-size: 20px;
  background-color: #181c66;
  color: #fff;
}

#form .link a {
  display: block;
  text-align: center;
  color: #fff;
  text-align: left;
}

#form article {
  width: 1024px;
  margin: 0 auto;
  padding: 1% 0;
  font-family: "Roboto", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#form article h2 {
  text-align: center;
}

#form article table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 80%;
  margin: 3% auto;
}

#form article table td {
  width: 40%;
  padding: 3% 0;
  border: 1px solid #aaa;
}

#form article table td:first-child {
  position: relative;
  width: 30%;
  background-color: #181c66;
  padding-left: 5%;
  font-weight: bold;
  color: #fff;
}

#form article table td:first-child .required {
  position: absolute;
  padding: 1% 2%;
  right: 10%;
  background-color: #c00;
  border-radius: 4px;
  font-size: .7em;
  color: #fff;
  font-weight: normal;
}

#form article table td:last-child {
  text-align: center;
}

#form article table td:last-child input, #form article table td:last-child textarea, #form article table td:last-child select {
  width: 90%;
  height: 30px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #aaa;
}

#form article table td:last-child textarea {
  height: 100px;
}

#form article .square_btn {
  position: relative;
  width: 30%;
  height: 40px;
  margin: 0 35%;
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #fff;
  background: #181c66;
  transition: .4s;
}

#form article .description {
  width: 80%;
  margin: 0 auto;
  padding: 1% 0 0 0;
}

#form article .description .attention {
  border: 1px solid #646464;
  padding: 1%;
  font-size: 12px;
  background-image: url(./image/dot.png);
  background-repeat: repeat;
}

#form .warning {
  color: red;
  margin: 0 auto;
}

#form .warning p {
  width: 80%;
  margin: 0 10%;
}

@media screen and (max-width: 480px) {
  #form {min-width: auto;}
  #form input[type="submit"], #form article table td:last-child textarea[type="submit"],
  #form input[type="button"],
  #form article table td:last-child textarea[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
  }
  #form input[type="submit"]:-webkit-search-decoration, #form article table td:last-child textarea[type="submit"]:-webkit-search-decoration,
  #form input[type="button"]:-webkit-search-decoration,
  #form article table td:last-child textarea[type="button"]:-webkit-search-decoration {
    display: none;
  }
  #form input[type="submit"]:focus, #form article table td:last-child textarea[type="submit"]:focus,
  #form input[type="button"]:focus,
  #form article table td:last-child textarea[type="button"]:focus {
    outline-offset: -2px;
  }
  #form .h1_detail_text {
    font-size: 14px;
    margin: 20px 1em;
  }
  #form #page-head .thumbnail{
    height: 40vw;
  }
  #form .link {
    width: 90%;
    margin: 10px auto 40px;
    padding: 10px 0;
  }
  #form .link a {
    font-size: 20px;
    text-align: center;
  }
  #form article {
    width: 100%;
  }

  #form article table {
    width: 96%;
  }
  #form article table tr {
    display: flex;
    flex-direction: column;
  }
  #form article table td:first-child {
    width: 95%;
    position: relative;
    color: #fff;
    padding-left: 5%;
    font-weight: bold;
  }
  #form article table td:first-child span {
    font-size: 1em;
  }
  #form article table td:first-child .required {
    padding: 0% 5%;
    right: 5%;
    font-size: 1em;
    font-weight: bold;
  }
  #form article table td:last-child {
    width: 100%;
  }
  #form article table td:last-child input, #form article table td:last-child textarea, #form article table td:last-child select {
    font-size: 1em;
    height: 2em;
    width: 90%;
    margin: 0 auto;
  }
  #form article table td:last-child input[type="date"], #form article table td:last-child textarea[type="date"] {
    -webkit-appearance: none;
    background-color: #fff;
    width: 90%;
  }
  #form article table td:last-child textarea {
    width: 90%;
    height: 500px;
  }
  #form article .square_btn {
    width: 50%;
    height: auto;
    margin: 0px 25%;
    padding: 1em;
    font-size: 1em;
  }
  #form article .description {
    width: 95%;
    margin: 0 auto;
    font-size: 1em;
    padding: 1% 0 0 0;
  }
  #form article .description .attention {
    border: 1px solid #646464;
    padding: 2%;
    font-size: .9em;
    background-image: url(./image/dot.png);
    background-repeat: repeat;
  }
  #form article .description p {
    font-size: 1em;
  }
}