/* CSS Document */
/*
Theme Name: yoshimaobog-theme
Theme URL: https://salonbine.com/azabu/
Description: YMCA 余島 OBOG会
Author: kinuesone
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* -------------------- */
/* common
/* -------------------- */
* {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
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, table, caption, tbody, tfoot, thead, tr, th, td, 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;
}
body {
  line-height: 1.7;
  background-color: #fdfaf1;
  color: #000000;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  margin-top: 70px;
  font-weight: 500;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
a {
  transition: 0.3s;
  color: #12664F;
  text-decoration: underline;
}
a:hover, a:visited, a:active {
  color: #12664F;
  text-decoration: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  width: 100%;
  height: auto;
}
	.sp-none {
		display: none;
	}
section {
  margin: 0;
  padding: 70px 0;
}
p {
  text-align: justify;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.clearfix {
  clear: both !important;
  margin: 0 auto !important;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
a.btn-common, a.btn-arrow {
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 100vh;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.btn-common {
  display: block;
  text-align: center;
  width: 200px;
  margin: auto;
  padding: 15px;
  border: 2px solid #5e503f;
  background-color: #5e503f;
  color: #fff;
}
a.btn-common:hover {
  color: #5e503f;
  background: #fff;
}
a.btn-common-page {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-decoration: none;
  width: 200px;
  text-align: left;
  margin: auto;
  padding: 15px 30px;
  background: #5e503f;
  border: 2px solid #5e503f;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
}
a.btn-common-page:hover {
  color: #5e503f;
  background: #fff;
}
a.btn-common-page::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("img/icon-page-w.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 5px;
  vertical-align: middle;
}
a.btn-common-page:hover::after {
  background-image: url("img/icon-page-b.png");
}
a.btn-arrow {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-decoration: none;
  width: 280px;
  text-align: left;
  margin: auto;
  padding: 15px 30px;
  background: #12664F;
  border: 2px solid #12664F;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
}
a.btn-arrow::after {
  content: '';
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
a.btn-arrow:hover {
  background: #ffffff;
  color: #12664F;
}
a.btn-arrow:hover::after {
  border-top: 2px solid #12664F;
  border-right: 2px solid #12664F;
}
a.btn-arrow-page {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-decoration: none;
  width: 280px;
  text-align: left;
  margin: auto;
  padding: 15px 30px;
  background: #12664F;
  border: 2px solid #12664F;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
}
a.btn-arrow-page::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("img/icon-page-w.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 5px;
  vertical-align: middle;
}
a.btn-arrow-page:hover {
  background: #ffffff;
  color: #12664F;
}
a.btn-arrow-page:hover::after {
  background-image: url("img/icon-page-g.png");
}
a.btn-link {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-decoration: none;
  width: 150px;
  text-align: left;
  margin: auto;
  padding: 15px 0;
  color: #fff;
  position: relative;
  transition: 0.5s;
}
a.btn-link:hover {
  opacity: 0.75;
}
a.btn-link::after {
  content: '';
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
}
a.btn-link:hover::after {
  opacity: 0.75;
}
.linl-r {
  float: right;
}
.linl-l {
  float: left;
}
/* -------------------- */
/* space
/* -------------------- */
.mt-35 {
  margin-top: 35px !important;
  clear: both;
}
.mt-50 {
  margin-top: 50px !important;
  clear: both;
}
.mt-170 {
  margin-top: 170px !important;
  clear: both;
}
/* -------------------- */
/* header
/* -------------------- */
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 80px;
  background-color: #12664F;
  z-index: 20;
  box-shadow: none;
}
header .left-box {
  float: left;
  width: 55%;
  margin-left: 50px;
}
.h-logo {
  margin: 0;
  float: left;
}
.h-logo img {
  width: 90px;
  height: auto;
  margin: 10px 15px 0 0;
}
h2.h-sub-tit {
  font-size: 26px;
  font-weight: bold;
  line-height: 88px;
  color: #ffffff;
}
header .right-box {
  float: right;
  width: 25%;
  margin-top: 18px;
  margin-right: 50px;
}
/* -------------------- */
/* humburger menu
/* -------------------- */
/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 25px;
  right: 45px;
  width: 46px;
  height: 25px;
  padding-top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #ffffff;
  text-align: center;}
 
@media screen and (max-width: 768px) {
  .el_humburger {
    display: block;
    right: 25px;
    top: 0;
    padding-top: 30px;
    width: 70px;
    height: 70px;}
    #factory .el_humburger {
      display: none; } }
 
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block; }
 
@media screen and (max-width: 768px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; } }
 
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;}
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
@media screen and (max-width: 768px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; } }
 
@media screen and (max-width: 768px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
 
@media screen and (max-width: 768px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; } }
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #ffffff; }
 
@media screen and (max-width: 768px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #ffffff; } }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-14px) rotate(45deg);
  -ms-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(94, 80, 63, 0.9);
  width: 0;
  z-index: 3;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow: hidden;
	top:0;}
  .js_humburgerOpen .navi {
    width: 450px;
	top:0;}
    @media screen and (max-width: 768px) {
      .js_humburgerOpen .navi {
        width: 100%;
        padding: 100px 5% 0; } }
 
.navi_inner a {
	color: #ffffff;
	text-decoration: none;
}
.navi_item {
  margin-bottom: 28px;
  font-size: 20px;
  white-space: nowrap;
  margin-left: 90px; }
  .navi_item.op_innerLink {
    cursor: pointer; }
  @media screen and (max-width: 768px) {
    .navi_item {
      margin-left: 0;
      font-size: 18px; } }

/* ------------------ */
/* KV
/* ------------------ */
.KV {
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 1200px;
  border-radius: 30px;
  margin: 0 auto;
  top: 50px;
	z-index: 1;
}
.main-img {
	z-index: 2;
    opacity: 0;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 15s 0s infinite;
    animation: anime 15s 0s infinite;
}
.main-img:nth-of-type(2) {
  -webkit-animation-delay: s;
  animation-delay: 5s;
}
.main-img:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------ */
/* contents
/* ------------------ */
.wrapper {
  width: 950px;
  margin: 0 auto;
}
.top-btn-area {
  height: 60px;
  margin: 30px auto 0;
  float: left;
  padding: 0;
}
.top-btn-area .left {
  float: left;
}
.top-btn-area .right {
  float: right
}
.txt-c {
  text-align: center;
}
.bg-w {
  background-color: #ffffff;
}
.border-w {
  margin: 50px 0;
  border: none;
}
h2.bg-tit {
  color: #12664F;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 35px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.txt-about {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
.cont-bg {
  width: 100%;
  margin: 0 0;
}
h2.cont-tit {
  color: #12664F;
  font-size: 50px;
  line-height: 1.5;
  margin-bottom: 50px;
  font-weight: bold;
}
h2.cont-tit span {
  font-size: 20px;
  color: #000000;
}
ul.cont-list {
  list-style: none;
  margin: 20px 0 20px 20px;
}
.cont-list li {
  position: relative;
  padding-left: 22px;
}
.cont-list li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #5e503f;
  border-radius: 5px;
}
.toppage h2.cont-tit, .toppage h2.cont-tit span {
  text-align: center;
}
.toppage h2.cont-tit {
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.toppage h2.cont-tit span {
  font-size: 14px;
}
a .cont-sub-btn {
  color: #ffffff;
  text-decoration: none;
  background-color: #5e503f;
  padding: 5px 3px;
  text-align: center;
  width: 100px;
  font-size: 12px;
  transition: 0.5s;
}
a .cont-sub-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #3b3228;
}
.cont-sub-tit {
  color: #5e503f;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.cont-table {
  border-collapse: collapse;
  border-spacing: 10px;
}
.cont-table tr {}
.cont-table th, .cont-table td {
  border: 1px solid #5e503f;
  padding: 15px;
  vertical-align: middle;
}
.single-tit {
  font-size: 18px;
  font-weight: 600;
}
.single-date {
  font-size: 14px;
  margin-bottom: 30px;
}
.single-img {
  text-align: center;
}
.single-img img {
  width: 60%;
  border-radius: 20px;
}
.single-cont {
  text-align: justify;
  width: 60%;
  margin: 10px auto 80px;
}
.single-cont p {
  font-weight: normal;
  line-height: 1.5;
}
.news-area {
  width: 100%;
  margin: -20px 0 0;
}
.slide-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
.slide-box {
  height: auto;
  padding: 1%;
  width: 33%;
  margin: 1.5%;
}
.slide-box:hover {
  background-color: #f4f4f4;
  transition: all 0.5s;
  border-radius: 20px
}
.slide-box a {
  color: #000000;
  display: block;
  text-decoration: none;
}
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
.slide-box p {
  font-weight: bold;
  padding: 10px;
  margin: 10px auto;
}
.news-img {
  width: 140px;
  height: 140px;
  margin: 0 auto 12px;
}
.news-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.news-list {
  line-height: 1.5;
  text-align: center;
}
ul.news-list .date, ul.news-list .category {
  margin: 3px 0;
  font-size: 16px;
}
ul.news-list .title {
  font-size: 18px;
  margin: 8px;
  font-weight: bold;
}
section.bg-b {
  background-color: #5e503f;
  padding-bottom: 100px;
}
.bg-b p {
  color: #ffffff;
}
.bg-b-right {
  background-color: #5e503f;
  border-radius: 0 20px 20px 0;
  position: relative;
  padding: 80px 0;
  width: 1200px;
}
.bg-b-left {
  background-color: #5e503f;
  border-radius: 20px 0 0 20px;
  position: relative;
  padding: 80px 0;
  width: 1200px;
}
.bg-b-wrapper-right {
  width: 700px;
  margin: 0 0 0 10%;
  float: left;
}
.bg-b-wrapper-left {
  width: 700px;
  margin: 0 10% 0 0;
  float: right;
}
.cont-tit-white-left {
  color: #ffffff !important;
  text-align: left !important;
}
.cont-tit-white-right {
  color: #ffffff !important;
  text-align: right !important;
}
.cont-tit-white-right p {
  text-align: right !important;
}
.cont-tit-white-left span, .cont-tit-white-right span {
  color: #ffffff !important;
}
.bg-b-right p, .bg-b-left p {
  color: #ffffff;
}
.circle-img {
  width: 400px;
  height: 400px;
  margin-bottom: 10px;
  position: absolute;
  top: 45%;
}
.circle-left {
  left: -5%;
}
.circle-right {
  right: -5%;
}
.circle-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.float-r {
  float: right;
}
.line-area .left {
  float: left;
  width: 45%;
}
.line-area .left img {
  border-radius: 30px;
}
.line-area .right {
  float: right;
  width: 50%;
  padding-top: 20px;
}
/* ------------------ */
/* list page
/* ------------------ */
.NewsBox {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}
.NewsBox .n-list li {
  display: block;
  padding: 0;
  border-top: 1px solid #d8d8d8;
}
.NewsBox .n-list li > .date {
  display: block;
  margin-bottom: 0;
  padding-top: 20px;
  float: left;
  width: 140px;
  vertical-align: top;
}
.NewsBox .n-list li > .body {
  overflow: hidden;
  margin: 20px;
  margin-left: 140px;
}
.NewsBox .n-list li > .body a .category {
  float: left;
  color: #ffffff;
  text-decoration: none;
  background-color: #5e503f;
  padding: 0px;
  text-align: center;
  width: 100px;
  font-size: 12px;
  transition: 0.5s;
  margin-right: 15px;
	margin-top: 2px;
}
.NewsBox .n-list li > .body a .category:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #3b3228;
}
.NewsBox .n-list li > .body p:last-child {
  margin-bottom: 2px;
}
.NewsBox .n-list li > .body a {
  color: #333;
}
.NewsBox .n-list .ico-arrow:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 1em;
  background: url(/images_osp/common/ico/ico_heading_arrow.svg) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.pagination {
  margin: 60px 0 0;
}
.nav-links {
  display: flex;
}
.pagination .page-numbers {
  display: inline-block;
  margin-right: 20px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  background: #5e503f;
  line-height: 20px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
}
.pagination .dots {
  color: #ffffff !important;
  background: #5e503f !important;
  box-shadow: none;
}
.pagination .prev, .pagination .next {
  box-shadow: none;
  color: #ffffff !important;
  background: #5e503f !important;
}
.pagination .page-numbers:hover, .pagination .prevs:hover, .pagination .nexts:hover {
  background: #3b3228 !important;
}
.pagination .current {
  margin-right: 20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #12664F;
  color: #fff;
  line-height: 22px;
  padding: 8px;
  text-align: center;
}
.pagination .current:hover {
  background: #12664F !important;
}
.pagination .dots:hover {
  background: #5e503f !important;
}
/* ------------------ */
/* page
/* ------------------ */
h3.sub-tit {
  color: #12664F;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: bold;
}
/* ------------------ */
/* scroll top
/* ------------------ */
#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page_top a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px 15px;
}
#page_top a:hover {
  text-decoration: none;
}
#page_top img {
	width: 90px;
}
.c-top-news__list {
  grid-column: 1;
  grid-row: 1;
  transition: opacity .5s cubic-bezier(.26, .06, 0, 1) .3s;
}
.c-news-card:not(:last-child) {
  border-bottom: 1px solid rgba(29, 29, 29, .1);
  padding-bottom: var(--space-l);
}
.c-news-card__img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-news-card__content {
  align-content: center;
  align-items: center;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.25rem;
  width: 100%;
}
.o-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-m);
}
.c-news-card__time {
  color: #b4b4b4;
  font-family: Campton-Medium, sans-serif;
  font-size: var(--en-step--2);
  letter-spacing: .075em;
  margin-left: auto;
}
.foot-area {
  padding: 20px 50px 50px;
  color: #5e503f;
  text-align: center;
}
.foot-sns p {
  float: right;
}
.foot-menu {
  list-style-type: none;
}
.foot-menu li {
  display: inline;
  margin: 15px;
  font-size: 14px;
}
.foot-menu li a {
  color: #5e503f;
  transition: all 0.5s;
  text-decoration: none;
}
.foot-menu li a:hover {
  opacity: 0.8;
}
.copyright {
  background: #5e503f;
  text-align: center;
  padding: 20px 50px;
  color: #ffffff;
  font-size: 12px;
}
@media screen and (max-width:1200px) {
  .KV {
    height: 420px;
    width: 1000px;
  }
		.main-img {
    height: 420px
	}
}
@media screen and (max-width:1050px) {
  .KV {
    height: 380px;
    width: 740px;
  }
		.main-img {
    height: 380px
	}
  .wrapper {
    width: 700px;
	margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .KV {
    height: 350px;
    width: 600px;
  }
		.main-img {
    height: 350px
	}
  element.style {}
  .navi_item {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .wrapper {
    width: 540px;
  }
  .txt-about {
    width: 475px;
  }
  p {
    font-size: 15px;
  }
  .news-area {
    width: 100% !important;
  }
  /* スマホサイズでスライダー表示 */
  .slide-wrap {
    display: flex;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
  }
  .slide-box {
    flex: 0 0 30%;
    margin: 0 auto;
    padding: 1.3%;
  }
  ul.news-list .date, ul.news-list .category {
    font-size: 14px;
  }
  ul.news-list .title {
    font-size: 15px;
  }
  .foot-menu li {
    display: inline-table;
    margin: 12px
  }
}
@media screen and (min-width: 600px){
  .slide-wrap{
flex-wrap:nowrap;
}
		.sp-none {
		display: inherit;
	}
	.pc-none {
		display: none;
	}
	.linl-l {
  float: none;
}
}
@media screen and (max-width: 599px) {
	.sp-none {
		display: none;
	}
	.pc-none {
		display: inherit;
	}
	.el_humburger {
    right: 0;
	padding-top: 27px;
}
	header .left-box {
    margin-left: 20px;
  }
  .h-logo img {
    width: 75px;
	  margin: 13px 15px 0 0;
  }
  h2.h-sub-tit {
    font-size: 18px;
  }
	h3.sub-tit {
    color: #12664F;
		font-size: 22px;}
  .KV {
    height: 300px;
    width: 92%;
  }
		.main-img {
    height: 300px
	}
  .wrapper {
    width: 90%;
  }
	.txt-about {
		width: auto;
	}
	section {
    padding: 40px 0 55px;
}
  h2.bg-tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  p {
    font-size: 14px;
  }
  .slide-wrap {
    overflow-x: scroll;
	  flex-wrap:no-wrap;
	  -webkit-overflow-scrolling: touch;
width: inherit;
    min-width: inherit;
  }
  .slide-wrap::-webkit-scrollbar{
  display: none;
}
  .slide-box {
width:100%;
min-width:50%;
  }
  header .right-box {
    margin-right: 20px;
  }
  .line-area .left, .line-area .right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .line-area .right p {
    text-align: center;
  }
  a.btn-common-page {
    width: 280px;
  }
  .top-btn-area {
    float: none;
  }
  .foot-menu li {
    display: list-item;
    margin: 8px;
  }
	h2.cont-tit {
		font-size: 40px;
	}
	.NewsBox .n-list li > .body {
    margin-left: 85px;
}
	.NewsBox .n-list li > .date {
    width: 85px;
}
	.NewsBox .n-list li > .body a .category {
  width: 70px;
    font-size: 10px;
		line-height: 2.4;
	}
	.single-img, .single-cont, .single-img img {
		width: 100%;
	}
	.border-w {
    margin: 30px 0;
    border: none;
}
}
@media screen and (max-width: 480px) {
  .h-logo img {
    width: 70px;
	  margin: 15px 15px 0 0;
  }
  header .left-box {
    width: 65%;
  }
	header .right-box {
    float: right;
    width: 20%;
	}
  h2.h-sub-tit {
    font-size: 17px;
  }
	.KV {
    height: 230px;
	}
	.main-img {
    height: 230px
	}
	p {
    font-size: 14px;
    line-height: 1.8;
}
	  .slide-box {
min-width:60%;
  }
}
