@charset "utf-8";

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #333;
  min-width: 1000px;
}
ol, ul {
  list-style: none;
}
select {
  font-size: 16px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input, textarea {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  text-decoration: inherit;
  color: inherit;
}
a[href] {
  text-decoration: none;
  color: #337ab7;
}
a:hover, a:active, a:focus {
  text-decoration: inherit;
}
a[href]:hover, a[href]:active, a[href]:focus {
  text-decoration: underline;
}
a:hover {
  opacity: 1.0;
}
a[href]:hover {
  opacity: .8;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* ==========================================================================
Component [ grid / button / form / media... ]
========================================================================== */

/* contWrap */
.contWrap {
  width: 100%;
  clear: both;
}
.contWrap-bg {
  padding: 60px 0 1px;
  margin-bottom: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* cont */
.cont {
  width: 100%;
  margin: 0 auto 60px;
  clear: both;
}
.cont-center {
  max-width: 1000px;
  padding: 0 20px;
  box-sizing: border-box;
}
#body_sub .cont {
  margin: 0 auto 30px;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

/* breadcrumbs */
.breadcrumbs {
  width: 1000px;
  margin: 10px auto 4px;
  font-size: 12px;
  padding: 0 20px;
  box-sizing: border-box;
}
.breadcrumbs + .breadcrumbs {
  margin-top: 0;
}
.breadcrumbs img {
  position: relative;
  top: -1px;
}
.breadcrumbs + article {
  margin-top: 10px;
}

/* mv_slider */
.slider {
  width: 100%;
  margin: 0 auto;
}
.slick-slide img {
  margin: 0 auto;
  transition: .4s;
}
.slick-slide img:hover {
  opacity: .6;
}
.slick-dots {
  text-align: center;
  margin-top: 10px;
}
.slick-dots li {
  display: inline-block;
  padding: 0;
}
.slick-dots li button {
  display: inline-block;
  border: none;
  background-color: #ccc;
  cursor: pointer;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.slick-dots li.slick-active button {
  background-color: #9B222D;
  position: relative;
}
.slick-dots li.slick-active button:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 16px;
  border: 1px solid #9B222D;
  position: absolute;
  top: -3px;
  left: -3px;
}

/* pager */
.pager {
  margin: 60px auto;
  text-align: center;
}
.pager > a, .pager > span {
  display: inline-block;
  margin-left: 5px;
  padding: 6px 12px;
  min-width: 17px;
  line-height: 27px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: #eee
}
.pager :first-child {
  margin-left: 0;
}
.pager > a {
}
.pager > a:hover {
  background-color: #aaa;
  color: #fff;
}
.pager > span, .pager > a:active {
  background-color: #555;
  color: #fff;
}
.pager .prev, .pager .next {
}

/*キャプション*/

#main article .contWrap .cont .layoutphoto-2 ,
#main article .article .contWrap .cont .layoutphoto-2 {
  margin-right: -20px;
  margin-left: 5px;
}
#main article .contWrap .cont .layoutphoto-2:after ,
#main article .article .contWrap .cont .layoutphoto-2:after {
  content: "";
  display: block;
  clear: both;
}
#main article .contWrap .cont .layoutphoto-2 .layout-item ,
#main article .article .contWrap .cont .layoutphoto-2 .layout-item {
  width: 50%;
  float: left;
  padding-right: 20px;
}
#main article .contWrap .cont .layoutphoto-2 .layout-item:nth-child(2n+1) ,
#main article .article .contWrap .cont .layoutphoto-2 .layout-item:nth-child(2n+1) {
  clear: both;
}
#main article .contWrap .cont .layoutphoto-3 ,
#main article .article .contWrap .cont .layoutphoto-3 {
  margin-right: -20px;
  margin-left: 5px;
}
#main article .contWrap .cont .layoutphoto-3:after ,
#main article .article .contWrap .cont .layoutphoto-3:after {
  content: "";
  display: block;
  clear: both;
}
#main article .contWrap .cont .layoutphoto-3 .layout-item ,
#main article .article .contWrap .cont .layoutphoto-3 .layout-item {
  width: 33.3%;
  float: left;
  padding-right: 20px;
}
#main article .contWrap .cont .layoutphoto-3 .layout-item:nth-child(3n+1) ,
#main article .article .contWrap .cont .layoutphoto-3 .layout-item:nth-child(3n+1) {
  clear: left;
}
#main article .contWrap .cont .layoutphoto-4 ,
#main article .article .contWrap .cont .layoutphoto-4 {
  margin-right: -20px;
  margin-left: 5px;
}
#main article .contWrap .cont .layoutphoto-4:after ,
#main article .article .contWrap .cont .layoutphoto-4:after {
  content: "";
  display: block;
  clear: both;
}
#main article .contWrap .cont .layoutphoto-4 .layout-item ,
#main article .article .contWrap .cont .layoutphoto-4 .layout-item {
  width: 25%;
  float: left;
  padding-right: 20px;
}
#main article .contWrap .cont .layoutphoto-4 .layout-item:nth-child(4n+1) ,
#main article .article .contWrap .cont .layoutphoto-4 .layout-item:nth-child(4n+1) {
  clear: left;
}
#main article .contWrap .cont .layout-item p ,
#main article .article .contWrap .cont .layout-item p {
  margin-left: 0;
}
#main article .contWrap .cont .layout-item .img ,
#main article .article .contWrap .cont .layout-item .img {
  margin-bottom: 4px;
}
#main article .contWrap .cont .layout-item .img img ,
#main article .article .contWrap .cont .layout-item .img img {
  width: 100%;
}
#main article .contWrap .cont .layout-item .caption ,
#main article .article .contWrap .cont .layout-item .caption {
  font-size: 87.5%;
  line-height: 1.4;
}


/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

.attention {
  color: #dc0000;
}

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}


/* 202401追加 */
header .gnav,
header .gnavWrap,
header .snav_item:not(.fontSize),
header .snav02,
header .menu,
header .language,
.breadcrumbs,
.search-container,
footer .unav,
.fnav,
.sidebar,
.contWrap-bnrArea,
header .search,
.footer_inner {
  display: none!important;
}

html body.simple ,
html body {
  padding: 0;
}