@charset "UTF-8";

/* リセット */
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
td,
th,
address,
header,
footer,
nav,
article,
section,
aside,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
address,
header,
footer,
nav,
article,
section,
aside,
figure,
figcaption {
  display: block;
}
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
td,
th,
address,
header,
footer,
nav,
article,
section,
aside,
figure,
figcaption,
img,
span,
a {
  box-sizing: border-box;
}
ul,
ol {
  list-style-type: none;
}
img {
  border: none;
  vertical-align: middle;
}

/* ユーティリティー */
a {
  zoom: 1;
  text-decoration: none;
  color: #333;
  transition: opacity 0.7s;
  display: block;
}
a:hover {
  opacity: 0.8;
}
.fgo {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.fmin {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.flt-l {
  float: left;
}
.flt-r {
  float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.page {
  margin: 0 auto;
  width: 1200px;
}
.page_w {
  margin: 0 auto;
  width: 1260px;
}

.boxshadow {
  box-shadow: rgba(000, 000, 000, 0.12) 0px 0px 3px 2px;
  -webkit-box-shadow: rgba(000, 000, 000, 0.12) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(000, 000, 000, 0.12) 0px 0px 3px 2px;
  zoom: 1;
  position: relative;
}
table {
  border-collapse: collapse;
}

.img {
  width: 100%;
  height: auto;
}

body {
  color: #000;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
body p {
  line-height: 1.8;
}

.index .mttl {
  color: #fff;
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.05em;
  padding: 30px 20px;
  margin-bottom: 35px;
  background-color: #000;
}
.index .mttl .txitl {
  font-family: HelveticaNeue-CondensedBold, Helvetica, "Noto Sans Japanese";
  font-style: italic;
  font-weight: normal;
  font-weight: bold;
}
.index .mttl span.jptx {
  font-size: 27px;
  font-weight: normal;
  display: block;
}

/* -------------------------------------
header
------------------------------------- */
header {
  border-top: 7px solid #000;
  /*padding-bottom:30px;*/
}
header #navi {
  text-align: right;
  margin: 0 auto;
  position: relative;
}
header #navi #logo {
  float: left;
}
header #navi #logo a {
  text-align: center;
  display: inline-block;
  /*width:20%;*/
  max-width: 160px;
  padding: 15px 0;
  /*position:absolute;
	top:0;
	left:0;
	z-index:1;*/
}
header nav {
  font-size: 0;
  text-align: right;
  float: right;
  /*width:100%;*/
  padding: 20px 0;
  box-sizing: border-box;
}
header nav ul {
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
  width: auto;
}
header nav li {
  display: inline-block;
  border-left: 1px solid #999;
}
header nav li:last-child {
  border-right: 1px solid #999;
}

header nav li a {
  display: block;
  padding: 5px 40px;
  transition: 0.5s;
}
header nav li a:hover {
  box-shadow: rgba(000, 000, 000, 0.12) 0px 0px 3px 2px;
  -webkit-box-shadow: rgba(000, 000, 000, 0.12) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(000, 000, 000, 0.12) 0px 0px 3px 2px;
  zoom: 1;
  position: relative;
}

header nav .entry {
  vertical-align: middle;
  display: inline-block;
  background-color: #000;
}
header nav .entry a {
  padding: 10px 25px;
}
header nav .entry a:hover {
  box-shadow: none;
}

header a#spmenu,
header a#spmenu span {
  display: inline-block;
  transition: all 0.4s;
}
header a#spmenu {
  width: 46px;
  height: 46px;
  padding: 0;
  background-color: #666;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
header a#spmenu span {
  width: 25px;
  height: 4px;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
header a#spmenu span:nth-of-type(1) {
  top: 11px;
}
header a#spmenu span:nth-of-type(2) {
  top: 21px;
}
header a#spmenu span:nth-of-type(3) {
  bottom: 11px;
}
header a#spmenu.active {
  opacity: 1;
}
header a#spmenu.active span {
  background-color: #fff;
}
header a#spmenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
header a#spmenu.active span:nth-of-type(2) {
  opacity: 0;
}
header a#spmenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
header a#spmenu {
  display: none;
}

/* -------------------------------------
common
------------------------------------- */
article {
  position: relative;
}
/*article:after {
	content:"";
	display:block;
	width:100%;
	height:123px;
	background-color:#f2f2f2;
	position:absolute;
	top:92%;
	left:0;
	z-index:-1;
}*/

.index #mainimg {
  width: 100%;
  height: 817px;
  margin-bottom: 0;
  overflow: hidden;
}

.index #mainimg #mov {
  /*width:100%;
	height:100%;*/
  /* padding: 40% !important; */
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.index #mainimg #mov img {
  width: 100%;
}

#mainimg iframe {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 0;
}

/* 2024/03/14 youtube埋め込み ↓ */
.video-wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 675px;
  position: relative;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* 2024/03/14 youtube埋め込み ↑ */

.img {
  width: 100%;
  height: auto;
}
.sitenav {
  padding: 60px 0;
  background-color: #f2f2f2;
}
#sitenav {
  font-size: 0;
}
#sitenav li {
  display: inline-block;
  width: calc((99.9% - 80px) / 3);
  margin-right: 40px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: rgba(000, 000, 000, 0.12) 0px 0px 10px 4px;
  -webkit-box-shadow: rgba(000, 000, 000, 0.12) 0px 0px 10px 4px;
  -moz-box-shadow: rgba(000, 000, 000, 0.12) 0px 0px 10px 4px;
  zoom: 1;
}
#sitenav li:last-child {
  margin-right: 0;
}
#sitenav li .ttlblk {
  width: 100%;
  padding: 30px;
  position: absolute;
}
#sitenav li .ttlblk .sitelogo {
  max-width: 103px;
  width: 50%;
  margin-bottom: 10px;
}
#sitenav li .ttlblk .mttl {
  display: block;
  max-width: 118px;
  width: 50%;
  background: transparent;
  padding: 0;
  position: relative;
  top: 0;
  left: -5px;
  z-index: 2;
}
#sitenav li .mcap {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#sitenav li .mcap img {
  max-width: 280px;
  width: 100%;
}
#sitenav li .imgsp {
  display: none;
}

/* -------------------------------------
news
------------------------------------- */

.news__wrap {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px 40px;
}

.news__content {
  width: 55%;
}

.news .newslist {
  max-height: 310px;
  overflow-y: scroll;
}
.news .ttlblk {
  font-size: 0;
  margin-bottom: 50px;
  position: relative;
}
#mainimg .ttlblk .stx {
  min-width: auto;
}
.news .newsttl {
  font-size: 27px;
  line-height: 1.8;
  width: 100%;
}
.news .date {
  font-size: 14px;
  text-align: right;
  padding-right: 25%;
}
.news .newsimg {
  width: 42%;
}
.news.news_dtl .newsimg {
  width: 480px;
  margin-bottom: 30px;
  padding: 160px;
  float: none;
}
.news .txtblk {
  width: 100%;
  float: right;
  background: top center/cover no-repeat;
  max-height: 440px;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.newsimg + .txtblk {
  width: calc((99.9% - 30px) * 0.57);
  position: relative;
}
.news .txtblk p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
.news .txtblk p a {
  color: #005;
  display: inline;
  text-decoration: underline;
}
.news.news_dtl .txtblk {
  width: 100%;
  float: none;
}
.news .txtblk .morebtn {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 240px;
  background-color: #000;
  padding: 16px 7px;
}
.news_dtl #pager {
  padding: 30px 20px 0;
  border-top: 1px solid #000;
}
#pager a {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
/* -------------------------------------
about
------------------------------------- */
.index #about {
  margin-bottom: 60px;
}
.index #about .inblk {
  position: relative;
}
.index #about .lblk {
  letter-spacing: 0.1em;
  float: left;
  width: 100%;
}
.index #about .lblk .sttl {
  font-size: 27px;
  margin-bottom: 30px;
}
.index #about .lblk .sttl span {
  font-size: 36px;
  display: block;
}

.index #about .lblk #fltbox {
  content: "";
  max-width: 555px;
  width: 44%;
  height: 220px;
  display: block;
  float: right;
}
.index #about .lblk p {
  line-height: 2.2;
}
.index #about .rblk {
  max-width: 453px;
  width: 36%;
  position: absolute;
  top: 0;
  right: 0;
}

.index #about .rblk .mapcap {
  letter-spacing: 0.1em;
  position: absolute;
  top: 70%;
  right: 10px;
  z-index: 1;
}
.index #about .rblk .mapcap dt {
  font-size: 15px;
  margin-bottom: 7px;
}
.index #about .rblk .mapcap dd {
  font-size: 11px;
  line-height: 1.9;
}

/* -------------------------------------
footer
------------------------------------- */
footer {
  background-color: #f2f2f2;
}
footer .ftr_in {
  text-align: center;
  padding: 30px 0;
}

footer nav ul {
  font-size: 0;
  letter-spacing: 0;
  width: auto;
  margin-bottom: 30px;
}
footer nav li {
  vertical-align: middle;
  display: inline-block;
  border-left: 1px solid #000;
}
footer nav li:last-child {
  border-right: 1px solid #000;
}

footer nav li a {
  display: block;
  padding: 5px 30px;
}
footer .ftr_in #ftlogo {
  max-width: 160px;
  min-width: 120px;
  width: 20%;
  margin: 0 auto;
}
footer #copy {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background-color: #000;
  padding: 10px 10px;
}

#totop {
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}
#totop a {
  display: block;
}
#totop a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1650px) {
  .index #mainimg {
    width: 100%;
    height: 700px;
    margin-bottom: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1360px) {
  /* -------------------------------------
	header
	------------------------------------- */
  header nav li a {
    padding: 5px 10px;
  }

  /* -------------------------------------
	common
	------------------------------------- */
  .index #mainimg {
    width: 100%;
    height: 575px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
}
@media screen and (max-width: 1300px) {
  .page_w {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1260px) {
  .page {
    width: 100%;
    padding: 0 20px;
  }

  /* 2024/03/14 youtube埋め込み ↓ */
  .video-wrap {
    padding-top: 53.4%;
  }
  /* 2024/03/14 youtube埋め込み ↑ */
}
@media screen and (max-width: 1200px) {
  /* -------------------------------------
	header
	------------------------------------- */

  header nav li a {
    padding: 5px 5px;
  }

  .index #mainimg {
    width: 100%;
    height: 510px;
  }

  /* -------------------------------------
	common
	------------------------------------- */
  .index #about .lblk .sttl {
    font-size: 25px;
  }
  .index #about .lblk .sttl span {
    font-size: 33px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  footer nav li a {
    padding: 5px 10px;
  }
  footer nav li img {
    max-height: 12px;
  }
}
@media screen and (max-width: 1100px) {
  /* -------------------------------------
	common
	------------------------------------- */
  #sitenav li {
    display: inline-block;
    width: calc((99.9% - 60px) / 3);
    margin-right: 30px;
  }

  .index #mainimg {
    width: 100%;
    height: 465px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  footer nav li a {
    padding: 5px 5px;
  }
  footer nav li img {
    max-height: 11px;
  }
}

@media screen and (max-width: 980px) {
  /* -------------------------------------
	header
	------------------------------------- */

  .index #mainimg {
    width: 100%;
    height: 415px;
  }
  /* -------------------------------------
	news
	------------------------------------- */
  .news .newsttl {
    font-size: 25px;
  }
  .news .txtblk p {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .index #about .lblk .sttl {
    font-size: 23px;
  }
  .index #about .lblk .sttl span {
    font-size: 30px;
  }

  .index #about .rblk {
    max-width: 453px;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .index #about .rblk .mapcap {
    letter-spacing: 0.1em;
    position: absolute;
    top: 100%;
    right: 10px;
    z-index: 1;
  }
}
@media screen and (max-width: 880px) {
  header nav ul {
    margin-bottom: 10px;
  }

  .index #mainimg {
    width: 100%;
    height: 380px;
  }
  /* -------------------------------------
	common
	------------------------------------- */
  #sitenav li {
    display: inline-block;
    width: calc((99.9% - 50px) / 3);
    margin-right: 25px;
  }
}
@media screen and (max-width: 860px) {
  /* -------------------------------------
	header
	------------------------------------- */
  header #navi #logo a {
    min-width: 80px;
    padding: 10px 20px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  footer nav ul li {
    margin-bottom: 10px;
  }

  .news .newslist {
    max-height: 200px;
  }
}
@media screen and (max-width: 800px) {
  .index #mainimg {
    width: 100%;
    height: 337px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
  }

  /* -------------------------------------
	header
	------------------------------------- */
  header {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  header #navi {
    padding: 0;
  }
  header a#spmenu {
    display: block;
    position: fixed;
    z-index: 5;
  }
  header nav {
    text-align: center;
    display: none;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 3;
  }
  header nav ul {
    width: 100%;
    margin-bottom: 0;
  }
  header nav ul li {
    width: 100%;
    background-color: #fff;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ccc;
    transition: all 0.6s;
  }
  header nav li:last-child {
    border-right: none;
  }
  header nav ul li a {
    padding: 20px;
  }
  header nav ul li a img {
    height: 13px;
  }

  /* -------------------------------------
	common
	------------------------------------- */
  #sitenav li {
    display: inline-block;
    width: calc((99.9% - 40px) / 3);
    margin-right: 20px;
  }
  .index #mainimg {
    height: 325px;
  }
  .index #about .lblk .sttl {
    font-size: 21px;
  }
  .index #about .lblk .sttl span {
    font-size: 28px;
  }

  /* -------------------------------------
	news
	------------------------------------- */
  .news__wrap {
    flex-direction: column;
  }
  .news .newslist li {
    padding: 0;
  }
  .news .newsttl,
  .news .date {
    width: 100%;
  }
  .news .ttlblk {
    margin-bottom: 50px;
  }
  .news .newsttl {
    font-size: 23px;
    line-height: 1.6;
  }
  .news .txtblk p.date {
    text-align: right;
    display: block;
    margin-bottom: 0;
    position: static;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding-right: 0;
  }
  .news .newsimg,
  .news .txtblk {
    float: none;
  }
  .news .newsimg,
  .news.news_dtl .newsimg {
    width: 100%;
    margin-bottom: 30px;
  }

  .news__content {
    width: 100%;
  }

  .news .txtblk {
    width: 100%;
  }
  .news .txtblk .morebtn {
    margin: 0 auto;
  }
  .news_dtl #pager {
    padding: 25px 15px 0;
  }
  #pager a {
    font-size: 16px;
  }
  .news .newslist {
    max-height: 310px;
  }

  /* -------------------------------------
	about
	------------------------------------- */
  .index #about .lblk {
    float: none;
    margin-bottom: 40px;
  }
  .index #about .lblk #fltbox {
    display: none;
  }

  .index #about .rblk {
    width: 100%;
    display: block;
    margin: 20px auto 0;
    position: static;
  }

  .index #about .rblk .mapcap {
    letter-spacing: 0;
    position: absolute;
    right: 0;
    top: 92%;
    z-index: 1;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  footer nav li {
    border-left: none;
  }
}
@media screen and (max-width: 700px) {
  index #mainimg {
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  /* -------------------------------------
	header
	------------------------------------- */

  .index #mainimg {
    height: 270px;
  }
  #mainimg iframe {
    width: 637px !important;
    height: 509px !important;
  }
  /* -------------------------------------
	common
	------------------------------------- */
  #sitenav li {
    display: inline-block;
    width: 100%;
    margin: 0 0 25px 0;
    overflow: hidden;
  }

  #sitenav li .inblk {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 3;
  }
  #sitenav li .inblk .ttlblk {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    padding: 20px;
    position: static;
  }
  #sitenav li .inblk .mcap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
    padding: 20px 20px 20px 0;
    position: static;
  }
  #sitenav li .inblk .ttlblk .sitelogo {
    width: 100%;
    margin: 0;
  }
  #sitenav li .inblk .ttlblk .mttl {
    width: 100%;
    margin: 0;
  }

  #sitenav li .imgsp {
    display: block;
    min-height: 200px;
    width: auto;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #sitenav li .imgpc {
    display: none;
  }

  .index #mainimg .maincap {
    width: 15%;
    max-width: 122px;
    min-width: 60px;
    position: absolute;
    top: 10%;
    right: 15%;
    z-index: 1;
  }

  .index #about .lblk .sttl {
    font-size: 18px;
  }
  .index #about .lblk .sttl span {
    font-size: 26px;
  }

  /* 2024/03/14 youtube埋め込み ↓ */
  .video-wrap {
    padding-top: 52.2%;
  }
  /* 2024/03/14 youtube埋め込み ↑ */

  /* -------------------------------------
	news
	------------------------------------- */
  .news .newsttl {
    font-size: 21px;
  }
  .news .newsimg {
    margin: 0 auto 20px;
  }
  .news .txtblk p {
    margin-bottom: 20px;
  }
  .news_dtl #pager {
    padding: 20px 15px 0;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  footer .ftr_in #ftlogo {
    display: block;
    margin: 0 auto;
  }
  footer nav {
    text-align: center;
    display: block;
  }
  footer nav ul {
    margin-bottom: 20px;
  }
  footer nav ul li:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 480px) {
  /* -------------------------------------
	header
	------------------------------------- */

  .index #mainimg {
    height: 250px;
  }

  /* 2024/03/14 youtube埋め込み ↓ */
  .video-wrap {
    padding-top: 51.7%;
  }
  /* 2024/03/14 youtube埋め込み ↑ */
  /* -------------------------------------
	news
	------------------------------------- */
  .news .newslist,
  .news_dtl #pager {
    margin-bottom: 30px;
  }
  .news .newslist li {
    padding: 20px 0 30px;
  }
  .news .newsttl {
    font-size: 18px;
  }
  .news .newsimg,
  .news.news_dtl .newsimg {
  }
  .news .txtblk p {
    font-size: 14px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  footer nav {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  /* -------------------------------------
	header
	------------------------------------- */

  /* -------------------------------------
	common
	------------------------------------- */

  /* -------------------------------------
	footer
	------------------------------------- */
}
@media screen and (max-width: 320px) {
  /* -------------------------------------
	header
	------------------------------------- */

  /* -------------------------------------
	common
	------------------------------------- */

  /* -------------------------------------
	footer
	------------------------------------- */
  footer nav li {
    display: block;
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 769px) {
  /* -------------------------------------
	header
	------------------------------------- */
  header nav {
    display: block !important;
  }

  /* -------------------------------------
	common
	------------------------------------- */
}
