@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

img.climg {
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width:800px) {
  img.climg {
    image-rendering: auto;
  }
}

.test {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.onmouse {
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}

.onmouse:hover {
  opacity: 0.6;
}

html {
  overflow-y: scroll;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

img {
  border: 0;
  vertical-align: bottom;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  text-align: left;
  line-height: 160%;
  color: #333;
  font-feature-settings: "palt";
}

.clearfix {
  zoom: 1;
  clear: both;
}

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

/* link_nomal */
a {
  text-decoration: none;
  color: #333;
}

a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:active {
  text-decoration: none;
  color: #333;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/**テキスト揃え**/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

.sp_only_inline {
  display: none;
}

@media screen and (max-width:800px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pc_only_inline {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
}
.fade__up {
  -webkit-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.01s;
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.01s;
  opacity: 0;
  transform: translate(0%, 40px);
}
.fade__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: translate(0%, 0px);
}
.fade__in.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in2 {
  -webkit-transition: all 1.2s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 1.2s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: translate(0%, 0px);
}
.fade__in2.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__big {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: scale(1.1);
}
.fade__big.active {
  opacity: 1;
  transform: scale(1);
}

.anime_a_time1 {
  clip-path: inset(0% 0% 100% 0 round 0px);
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .anime_a_time1 {
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
.anime_a_time1.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime_a_time2 {
  clip-path: inset(0% 100% 0% 0 round 0px);
  transition: clip-path 1.5s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .anime_a_time2 {
    transition: clip-path 1s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
  }
}
.anime_a_time2.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime_a_time3 {
  clip-path: inset(0% 0% 0% 100% round 0px);
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .anime_a_time3 {
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
.anime_a_time3.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.delay1 {
  transition-delay: 0s;
}
@media screen and (max-width:800px) {
  .delay1 {
    transition-delay: 0s;
  }
}

.delay2 {
  transition-delay: 0.3s;
}
@media screen and (max-width:800px) {
  .delay2 {
    transition-delay: 0s;
  }
}

.delay3 {
  transition-delay: 0.6s;
}
@media screen and (max-width:800px) {
  .delay3 {
    transition-delay: 0s;
  }
}

.delay4 {
  transition-delay: 0.9s;
}
@media screen and (max-width:800px) {
  .delay4 {
    transition-delay: 0s;
  }
}

.delay5 {
  transition-delay: 1.2s;
}
@media screen and (max-width:800px) {
  .delay5 {
    transition-delay: 0s;
  }
}

html.no-webp .backgrond_webp {
  background-image: url(../images/pc.jpg);
}
@media screen and (max-width:800px) {
  html.no-webp .backgrond_webp {
    background-image: url(../images/sp.jpg);
  }
}

.backgrond_webp {
  width: 100%;
  max-width: 680px;
  height: 420px;
  background-image: url(../images/pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:800px) {
  .backgrond_webp {
    background-image: url(../images/sp.webp);
  }
}

.palalax {
  width: 100%;
  height: 350px;
  background-image: url(../images/pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:800px) {
  .palalax {
    background-image: url(../images/sp.webp);
  }
}

/*****************************************/
.f60 {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f60 {
    font-size: 7.2vw;
  }
}

.f50 {
  font-size: 50px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f50 {
    font-size: 8vw;
  }
}

.f40 {
  font-size: 40px;
  line-height: 135%;
}
@media screen and (max-width:800px) {
  .f40 {
    font-size: 7.5vw;
  }
}

.f38 {
  font-size: 38px;
  line-height: 115%;
}
@media screen and (max-width:800px) {
  .f38 {
    font-size: 7vw;
  }
}

.f36 {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width:800px) {
  .f36 {
    font-size: 6.5vw;
  }
}

.f34 {
  font-size: 34px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f34 {
    font-size: 6vw;
  }
}

.f32 {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f32 {
    font-size: 5.7vw;
  }
}

.f30 {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f30 {
    font-size: 5vw;
  }
}

.f28 {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f28 {
    font-size: 4.9vw;
  }
}

.f26 {
  font-size: 26px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f26 {
    font-size: 4.8vw;
  }
}

.f24 {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f24 {
    font-size: 4.6vw;
  }
}

.f22 {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f22 {
    font-size: 4.5vw;
  }
}

.f20 {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f20 {
    font-size: 4.4vw;
  }
}

.f18 {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f18 {
    font-size: 4.2vw;
  }
}

.f16 {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f16 {
    font-size: 3.6vw;
  }
}

.f14 {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f14 {
    font-size: 3.4vw;
  }
}

.f12 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f12 {
    font-size: 2.8vw;
  }
}

.f10 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f10 {
    font-size: 2.4vw;
  }
}

/*****************************************/
@media print {
  body {
    min-width: 1200px;
  }
  .fade__up {
    opacity: 1;
  }
  .fade__in {
    opacity: 1;
  }
}
.fonts {
  font-family: "Oswald", sans-serif;
}

#headSP {
  width: 100%;
  height: 110px;
}
@media screen and (max-width:800px) {
  #headSP {
    height: 60px;
  }
}

body {
  overflow: hidden;
}

header {
  width: 100%;
  height: 110px;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
@media screen and (max-width:800px) {
  header {
    height: 60px;
  }
}
header .header__in {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
header .header__in__01 {
  width: 100%;
  height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:800px) {
  header .header__in__01 {
    height: 60px;
  }
}
header .header__in__01 .logo_text {
  width: 38.75%;
}
@media screen and (max-width:800px) {
  header .header__in__01 .logo_text {
    width: 312px;
  }
}
header .header__in__01 .logo_text a {
  display: block;
  height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header__in__01 .logo_text .logos {
  width: 21.075%;
  margin-left: 4.3%;
}
header .header__in__01 .logo_text .text {
  width: 71.39%;
  max-width: 330px;
  padding-top: 20px;
}
@media screen and (max-width:1200px) {
  header .header__in__01 .logo_text .text {
    padding-top: 1vw;
  }
}
@media screen and (max-width:800px) {
  header .header__in__01 .logo_text .text {
    padding-top: 0.5vw;
    line-height: 0;
  }
}
header .header__in__01 .spmenu {
  width: 32px;
  height: 32px;
  background-color: #f00;
  display: none;
  position: relative;
}
@media screen and (max-width:800px) {
  header .header__in__01 .spmenu {
    display: block;
    margin-right: 15px;
    background-color: #fff;
    transition: all 0.4s ease-out 0.01s;
  }
}
header .header__in__01 .spmenu:hover {
  cursor: pointer;
}
header .header__in__01 .spmenu.active {
  background-color: #005428;
}
header .header__in__01 .spmenu.active .line01 {
  background-color: #fff;
  opacity: 0;
}
header .header__in__01 .spmenu.active .line02 {
  background-color: #fff;
  transform: rotate(-45deg);
}
header .header__in__01 .spmenu.active .line02b {
  background-color: #fff;
  transform: rotate(45deg);
}
header .header__in__01 .spmenu.active .line03 {
  background-color: #fff;
  opacity: 0;
}
header .header__in__01 .spmenu .line01 {
  width: 24px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 6px;
  left: 4px;
  transition: all 0.4s ease-out 0.01s;
}
header .header__in__01 .spmenu .line02 {
  width: 24px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: calc(50% - 1px);
  left: 4px;
  transition: all 0.4s ease-out 0.01s;
}
header .header__in__01 .spmenu .line02b {
  width: 24px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: calc(50% - 1px);
  left: 4px;
  transition: all 0.4s ease-out 0.01s;
}
header .header__in__01 .spmenu .line03 {
  width: 24px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 6px;
  left: 4px;
  transition: all 0.4s ease-out 0.01s;
}
header .header__in__01 .sub_nav {
  width: 39.83%;
  margin-right: 2.05%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width:1200px) {
  header .header__in__01 .sub_nav {
    font-size: 1.3vw;
  }
}
@media screen and (max-width:800px) {
  header .header__in__01 .sub_nav {
    display: none;
  }
}
header .header__in__01 .sub_nav .chuden_logo {
  /*
  width: 38%;
  */
  width: 48%;
  display: flex;
  justify-content: space-between;
}
header .header__in__01 .sub_nav .chuden_logo .l1 {
  width: 36.2%;
}
header .header__in__01 .sub_nav .chuden_logo .l2 {
  width: 55.68%;
}
header .header__in__01 .sub_nav .map {
  padding-bottom: 0.5em;
  margin-left: 2%;
}
@media screen and (max-width:1200px) {
  header .header__in__01 .sub_nav .map {
    margin-left: 0%;
  }
}
header .header__in__01 .sub_nav .links_map {
  display: inline-block;
  padding: 0 0 0 1.3em;
  color: #000000;
  position: relative;
}
header .header__in__01 .sub_nav .links_map::before {
  content: "";
  width: 1em;
  height: 1.5em;
  background: url(../images/icon_nav_map.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -0.05em;
}
header .header__in__01 .sub_nav .outline {
  padding-bottom: 0.5em;
  margin: 0 15px 0 0;
}
@media screen and (max-width:1200px) {
  header .header__in__01 .sub_nav .outline {
    margin: 0 0.5vw;
  }
}
header .header__in__01 .sub_nav .links_outline {
  display: inline-block;
  padding: 0 0 0 1.5em;
  color: #000000;
  position: relative;
}
header .header__in__01 .sub_nav .links_outline::before {
  content: "";
  width: 1.15em;
  height: 1.5em;
  background: url(../images/icon_nav_outline.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -0.05em;
}
header .header__in__01 .sub_nav .siryou {
  padding-bottom: 0.5em;
}
header .header__in__01 .sub_nav .links_siryou {
  display: inline-block;
  padding: 0.1em 0.5em 0.2em 0.5em;
  background-color: #a01920;
  color: #fff;
}
header .header__in__01 .sub_nav .raijyo {
  padding-bottom: 0.5em;
}
header .header__in__01 .sub_nav .links_raijyo {
  display: inline-block;
  padding: 0.1em 0.5em 0.2em 0.5em;
  background-color: #808080;
  color: #fff;
}
header .header__in__02 {
  width: 100%;
  height: 32px;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  header .header__in__02 {
    overflow: hidden;
    position: fixed;
    height: 0;
    top: 60px;
    left: 0;
    background-color: #fff;
    overflow-y: scroll;
  }
}
@media screen and (max-width:800px) {
  header .header__in__02.active {
    height: 110vh;
  }
}
header .header__in__02 nav {
  width: 100%;
}
@media screen and (max-width:800px) {
  header .header__in__02 nav {
    padding-bottom: 35vh;
  }
}
header .header__in__02 ul.nav_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:1200px) {
  header .header__in__02 ul.nav_list {
    font-size: 1.4vw;
  }
}
@media screen and (max-width:800px) {
  header .header__in__02 ul.nav_list {
    font-size: 3.4vw;
  }
}
header .header__in__02 ul.nav_list li {
  width: 12.5%;
}
@media screen and (max-width:800px) {
  header .header__in__02 ul.nav_list li {
    width: 100%;
    border-bottom: 1px solid #efefef;
  }
}
header .header__in__02 ul.nav_list li a {
  width: 100%;
  display: flex;
  align-items: center;
  height: 32px;
  background-color: #d5d5d5;
  padding-bottom: 0.1em;
  position: relative;
  /*
  &.nolinks{
    pointer-events: none;
    span{
      opacity: 0.25;
    }
  }
    */
}
@media screen and (max-width:800px) {
  header .header__in__02 ul.nav_list li a {
    background-color: #fff;
    height: auto;
    padding: 1.25em 0;
  }
}
header .header__in__02 ul.nav_list li a.l2 {
  background-color: #fff;
}
header .header__in__02 ul.nav_list li a.active::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #005428;
}
header .header__in__02 ul.nav_list li a span.base {
  width: 100%;
  display: block;
  text-align: center;
}
header .header__in__02 ul.nav_list li:nth-child(3) a {
  position: relative;
}
header .header__in__02 ul.nav_list li:nth-child(3) a::before {
  content: "NEW";
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-size: 12px;
  display: inline-block;
  padding: 0.15em 2em 0.25em 2em;
  color: #fff;
  background-color: #ca231c;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  line-height: 100%;
}
@media screen and (max-width:800px) {
  header .header__in__02 ul.nav_list li:nth-child(3) a::before {
    transform: translate(-50%, 10%);
    padding: 0.2em 2em 0.25em 2em;
    font-size: 2.4vw;
  }
}
header .header__in__02 ul.nav_list li:nth-child(6) a {
  position: relative;
}
header .header__in__02 ul.nav_list li:nth-child(6) a::before {
  content: "NEW";
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-size: 12px;
  display: inline-block;
  padding: 0.15em 2em 0.25em 2em;
  color: #fff;
  background-color: #ca231c;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  line-height: 100%;
}
@media screen and (max-width:800px) {
  header .header__in__02 ul.nav_list li:nth-child(6) a::before {
    transform: translate(-50%, 10%);
    padding: 0.2em 2em 0.25em 2em;
    font-size: 2.4vw;
  }
}
header .header__in__02 ul.nav_list li:nth-child(7) a {
  position: relative;
}
header .header__in__02 ul.nav_list li:nth-child(7) a::before {
  content: "NEW";
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-size: 12px;
  display: inline-block;
  padding: 0.15em 2em 0.25em 2em;
  color: #fff;
  background-color: #ca231c;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  line-height: 100%;
}
@media screen and (max-width:800px) {
  header .header__in__02 ul.nav_list li:nth-child(7) a::before {
    transform: translate(-50%, 10%);
    padding: 0.2em 2em 0.25em 2em;
    font-size: 2.4vw;
  }
}

#attention {
  width: 100%;
  padding: 70px 0 20px 0;
}
#attention .section__in {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  line-height: 140%;
  font-family: "Noto Serif JP", serif;
}

footer {
  width: 100%;
  background-color: #fff;
}
footer .section__in {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  line-height: 140%;
  padding-top: 120px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:800px) {
  footer .section__in {
    padding-top: 75px;
  }
}
footer .section__in .logocontena {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .section__in .logocontena .left {
  width: 12.0535714286%;
}
@media screen and (max-width:800px) {
  footer .section__in .logocontena .left {
    width: 100%;
    margin-bottom: 35px;
  }
}
footer .section__in .logocontena .left .log001 {
  width: 100%;
}
@media screen and (max-width:800px) {
  footer .section__in .logocontena .left .log001 {
    width: 40%;
    margin: 0 auto;
    padding-right: 5%;
  }
}
footer .section__in .logocontena .left2 {
  width: 12.0535714286%;
}
@media screen and (max-width:800px) {
  footer .section__in .logocontena .left2 {
    width: 100%;
    margin-bottom: 35px;
  }
}
footer .section__in .logocontena .left2 .log002 {
  width: 100%;
}
@media screen and (max-width:800px) {
  footer .section__in .logocontena .left2 .log002 {
    width: 40%;
    margin: 0 auto;
  }
}
footer .section__in .logocontena .right {
  width: 52.2321428571%;
}
@media screen and (max-width:800px) {
  footer .section__in .logocontena .right {
    width: 100%;
    margin-bottom: 35px;
  }
}
footer .section__in .logocontena .right .inlogobox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
footer .section__in .logocontena .right .log002 {
  width: 28.0575539568%;
}
@media screen and (max-width:800px) {
  footer .section__in .logocontena .right .log002 {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
footer .section__in .logocontena .right .log003 {
  width: 31.654676259%;
}
@media screen and (max-width:800px) {
  footer .section__in .logocontena .right .log003 {
    width: 54%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
footer .section__in .logocontena .right .log004 {
  width: 33.0935251799%;
}
@media screen and (max-width:800px) {
  footer .section__in .logocontena .right .log004 {
    width: 60%;
    margin: 0 auto;
  }
}
footer .section__in .logocontena .right2 {
  width: 14.1071428571%;
}
@media screen and (max-width:800px) {
  footer .section__in .logocontena .right2 {
    width: 100%;
  }
}
footer .section__in .logocontena .right2 .log005 {
  width: 100%;
}
@media screen and (max-width:800px) {
  footer .section__in .logocontena .right2 .log005 {
    width: 46%;
    margin: 0 auto;
  }
}
footer .section__in .logocontena .base_text_a {
  text-align: left;
  padding-bottom: 0.75em;
  margin-left: -0.5em;
  font-size: 15px;
}
@media screen and (max-width:1200px) {
  footer .section__in .logocontena .base_text_a {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:800px) {
  footer .section__in .logocontena .base_text_a {
    font-size: 3.2vw;
    text-align: left;
    padding-bottom: 0.4em;
    text-align: center;
  }
}
footer .section__in .logocontena .base_text_b {
  text-align: left;
  padding-bottom: 0.75em;
  margin-left: -0.5em;
  font-size: 15px;
}
@media screen and (max-width:1200px) {
  footer .section__in .logocontena .base_text_b {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:800px) {
  footer .section__in .logocontena .base_text_b {
    font-size: 3.2vw;
    padding-bottom: 0.8em;
    text-align: center;
  }
}
footer .section__in .logocontena .base_text_c {
  text-align: left;
  padding-bottom: 0.75em;
  width: 135%;
  margin-left: -0.5em;
  margin-right: -35%;
  font-size: 15px;
}
@media screen and (max-width:1200px) {
  footer .section__in .logocontena .base_text_c {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:800px) {
  footer .section__in .logocontena .base_text_c {
    font-size: 3.2vw;
    padding-bottom: 0.8em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
}
footer .section__in .base_text {
  text-align: center;
  padding-bottom: 0.2em;
}
@media screen and (max-width:800px) {
  footer .section__in .base_text {
    font-size: 3vw;
  }
}
footer .section__in .logochuden {
  width: 70%;
  max-width: 265px;
  margin: 0 auto 15px auto;
}
@media screen and (max-width:800px) {
  footer .section__in .logochuden {
    width: 45%;
    max-width: 265px;
  }
}
footer .section__in .base_text2 {
  text-align: center;
  margin-top: 35px;
  padding-bottom: 15px;
}
@media screen and (max-width:800px) {
  footer .section__in .base_text2 {
    font-size: 3vw;
    padding-bottom: 3vw;
  }
}
footer .section__in ul.listlogo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  footer .section__in ul.listlogo {
    flex-wrap: wrap;
    margin-bottom: 6px;
  }
}
footer .section__in ul.listlogo .listlogo01 {
  width: 19.92%;
  max-width: 239px;
}
@media screen and (max-width:800px) {
  footer .section__in ul.listlogo .listlogo01 {
    width: 40%;
    margin: 0 5%;
    margin-bottom: 2vw;
  }
}
footer .section__in ul.listlogo .listlogo02 {
  width: 20.06%;
  max-width: 246px;
}
@media screen and (max-width:800px) {
  footer .section__in ul.listlogo .listlogo02 {
    width: 41%;
    margin: 0 1.5% 0 5.5%;
    margin-bottom: 2vw;
  }
}
footer .section__in ul.listlogo .listlogo03 {
  width: 21.59%;
  max-width: 259px;
}
@media screen and (max-width:800px) {
  footer .section__in ul.listlogo .listlogo03 {
    width: 46%;
    margin: 0 2%;
  }
}
footer .section__in ul.listlogo .listlogo04 {
  width: 19.09%;
  max-width: 229px;
}
@media screen and (max-width:800px) {
  footer .section__in ul.listlogo .listlogo04 {
    width: 40%;
    margin: 0 3% 0 7%;
  }
}
footer .copyright {
  width: 100%;
  background-color: #005428;
  color: #fff;
  padding: 0.3em 0 0.35em 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  height: 20px;
}
@media screen and (max-width:800px) {
  footer .copyright {
    background-color: #fff;
    font-size: 2vw;
    padding-bottom: 5vw;
    color: #000;
  }
}

#other_links {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #efedec;
  padding: 0px 0 50px 0;
  margin-bottom: 130px;
}
@media screen and (max-width:800px) {
  #other_links {
    padding: 0px 0 20px 0;
    margin-bottom: 0px;
  }
}
#other_links.otherbottoms {
  margin-bottom: 0;
}
#other_links h2 {
  width: 100%;
  margin-bottom: 50px;
  background-color: #005428;
  text-align: center;
  color: #fff;
  padding: 0.4em 0 0.5em 0;
}
@media screen and (max-width:1200px) {
  #other_links h2 {
    margin-bottom: 20px;
    font-size: 2.1666666667vw;
  }
}
@media screen and (max-width:800px) {
  #other_links h2 {
    margin-bottom: 20px;
    font-size: 4vw;
    padding: 0.75em 0 0.85em 0;
  }
}
#other_links ul.housemakers {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#other_links ul.housemakers li {
  width: 23%;
  margin-right: 2%;
}
#other_links ul.housemakers li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width:800px) {
  #other_links ul.housemakers li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width:800px) {
  #other_links ul.housemakers li {
    width: 48.5%;
    margin-bottom: 3vw;
    margin-right: 3%;
  }
}
#other_links ul.housemakers li .boxin {
  background-color: #005428;
}
#other_links ul.housemakers li .logo01 {
  width: 100%;
  height: 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
#other_links ul.housemakers li .logo01 figure {
  width: 90%;
  margin: 0 auto;
}
#other_links ul.housemakers li .logo01 figure.ta {
  width: 84%;
  margin: 0 auto;
}
#other_links ul.housemakers li .logo01 figure.dd {
  width: 80%;
  margin: 0 auto;
}
#other_links ul.housemakers li .kuwasiku {
  padding: 8px 8px 0 8px;
}
#other_links ul.housemakers li .kuwasiku span {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #005428;
  text-align: center;
  padding: 0.25em 0 0.3em 0;
  font-size: 15px;
}
@media screen and (max-width:1200px) {
  #other_links ul.housemakers li .kuwasiku span {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:800px) {
  #other_links ul.housemakers li .kuwasiku span {
    font-size: 2.8vw;
  }
}
#other_links ul.housemakers li .linkbox {
  width: 100%;
  background-color: #fff;
}
#other_links ul.housemakers li a.morelink {
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  text-align: center;
  padding: 0.5em 0 0.55em 0;
  font-size: 15px;
}
@media screen and (max-width:1200px) {
  #other_links ul.housemakers li a.morelink {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:800px) {
  #other_links ul.housemakers li a.morelink {
    font-size: 2.8vw;
  }
}
#other_links ul.housemakers li .shops {
  width: 100%;
  padding: 0.5em 0 0.55em 0;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
}
#other_links ul.housemakers li .shops .shops_center {
  width: 100%;
  padding: 0 8px 0 8px;
}
#other_links ul.housemakers li .shops .names {
  line-height: 110%;
}
@media screen and (max-width:1200px) {
  #other_links ul.housemakers li .shops .names {
    font-size: 1.5vw;
  }
}
@media screen and (max-width:800px) {
  #other_links ul.housemakers li .shops .names {
    font-size: 3vw;
  }
}
#other_links ul.housemakers li .shops .names2 {
  line-height: 110%;
  margin-top: 0.2em;
  padding-top: 0.2em;
  border-top: 1px solid #fff;
}
@media screen and (max-width:1200px) {
  #other_links ul.housemakers li .shops .names2 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width:800px) {
  #other_links ul.housemakers li .shops .names2 {
    font-size: 3vw;
  }
}
#other_links ul.housemakers li .shops .tels01 {
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width:1200px) {
  #other_links ul.housemakers li .shops .tels01 {
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width:800px) {
  #other_links ul.housemakers li .shops .tels01 {
    font-size: 3.4vw;
  }
}
#other_links ul.housemakers li .shops .tels01 a {
  color: #fff;
}

#sp_foot {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  font-family: "Noto Serif JP", serif;
  display: none;
}
@media screen and (max-width:800px) {
  #sp_foot {
    display: block;
  }
}
#sp_foot a.siryoufoots {
  display: block;
  padding: 0.4em 0 0.5em 0;
  color: #fff;
  background-color: #005428;
  line-height: 100%;
  text-align: center;
  width: 100%;
  font-size: 4vw;
}
#sp_foot ul.under_spbt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  font-size: 3vw;
}
#sp_foot ul.under_spbt li {
  width: 25%;
  position: relative;
}
#sp_foot ul.under_spbt li::after {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 99;
  pointer-events: none;
}
#sp_foot ul.under_spbt li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}
#sp_foot ul.under_spbt li a.splist01 {
  background-color: #9c1920;
  line-height: 135%;
}
#sp_foot ul.under_spbt li a.splist02 {
  background-color: #cf801b;
  line-height: 135%;
}
#sp_foot ul.under_spbt li a.splist03 {
  background-color: #9c1920;
  line-height: 135%;
}
#sp_foot ul.under_spbt li a.splist04 {
  background-color: #cf801b;
  line-height: 135%;
}
#sp_foot ul.under_spbt li a span {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0.6em 0 0.7em 0;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
  margin: 0px 0 0px 0;
}

#cboxTopLeft {
  display: none;
  width: 21px;
  height: 0px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  display: none;
  width: 21px;
  height: 0px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  display: none;
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  display: none;
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 0px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 0px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  display: none;
  height: 0px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  display: none;
  height: 0px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent { /*background:#fff*/
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 0px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}/*# sourceMappingURL=style.css.map */