@charset "UTF-8";
/* sp */
@media only screen and (max-width: 760px) {
  /* フォーム周りリセット */
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* /フォーム周りリセット */
  .sp-search input.textBox {
    width: 83%;
    height: 40px;
    padding: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                ヘッダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  /*  ハンバーガーメニュー
  ---------------------------------------------- */
  .sb-open-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #3883e7;
  }
  .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 51px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #ffffff;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #231815;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 300ms 0s ease;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 300ms 0s ease;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
  }
  .menu-content ul {
    padding: 70px 10px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #231815;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #231815;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #231815;
    border-right: solid 2px #231815;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #ffffff;
    transition: all 0.5s; /*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
  .header {
    background-color: #ffffff;
    padding: 20px;
    top: 0;
  }
  .header__wrap {
    width: auto;
    margin-top: 0;
  }
  .menu-content ul li.spsns {
    border-bottom: none;
  }
  .menu-content ul li.spsns a::before {
    display: none;
  }
  .menu-content ul li.spsns ul {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .menu-content ul li.spsns ul li {
    width: 20%;
    height: auto;
    border: none;
  }
  .menu-content ul li.spsns ul li a img {
    height: auto;
  }
  .menu-content ul li.spsns ul li a::before {
    display: none;
  }
  .header {
    width: 100%;
    padding: 10px;
  }
  .header__inner {
    width: auto;
    padding: 0px;
    display: block;
  }
  .logo {
    width: 100px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                コンテンツ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .main_visual__wrap {
    padding: 30px 0;
    margin-top: 26px;
  }
  .main_visual__wrap .main_visual {
    width: auto;
    padding: 0 10px;
  }
  .main_visual__wrap .main_visual_p {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
    margin-top: 30px;
  }	
  .section {
    padding: 30px 10px;
    width: auto;
  }
  .section01__wrap {
    background-size: 5%;
  }
  .section01__wrap h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 30px;
    padding: 10px;
    box-shadow: 5px 10px 0px 0px #00a0e9;
  }
  .section01__wrap .section01__txt {
    width: auto;
    padding: 0 10px;
    box-shadow: 5px 10px 0px 0px #00a0e9;
    padding: 15px;
    margin-top: 30px;
  }
  .section01__wrap .section01__txt p {
    font-size: 15px;
    color: #231815;
    text-align: center;
    margin-bottom: 10px;
	line-height: 1.6em;  
  }
  .section02__wrap .section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 40px;
    box-shadow: 5px 10px 0px 0px #00a0e9;
  }
  .section02__wrap .section table {
    width: auto;
    margin-top: 30px;
    padding: 0 10px;
    box-shadow: 5px 10px 0px 0px #00a0e9;
  }
  .section02__wrap .section table th {
    font-size: 16px;
    color: #231815;
    padding: 15px;
  }
  .section02__wrap .section table td {
    font-size: 16px;
    padding: 15px;
  }
  .section02__wrap .section table td .map {
    margin-top: 15px;
    width: 100%;
    height: 150px;
  }
  .section03__wrap {
    background-size: 5%;
  }
  .section03__wrap h3 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 50px;
    box-shadow: 5px 10px 0px 0px #00a0e9;
  }
  .section03__wrap .section03__article {
    width: auto;
    padding: 0 10px;
    margin-top: 30px;
    box-shadow: 5px 10px 0px 0px #00a0e9;
    padding: 15px;
  }
  .section03__wrap .section03__article h4 {
    font-size: 20px;
    color: #231815;
    margin-bottom: 5px;
    line-height: 30px;
    width: 141px;
  }
  .section03__wrap .section03__article h5 {
    padding-bottom: 10px;
  }
  .section03__wrap .section03__article .section03__article-contents {
    display: block;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .section03__wrap .section03__article .section03__article-contents .section03__article--text {
    width: auto;
    padding: 0 10px;
    display: block;
  }
  .section03__wrap .section03__article .section03__article-contents .section03__article--photo {
    display: block;
    padding: 0 10px;
    width: auto;
    margin-top: 30px;
  }
  .section03__wrap .section03__article .section03__article-contents .section03__article--photo .article__photo {
    width: auto;
    margin-bottom: 30px;
  }
  .section03__wrap .section03__article .section03__article-mc {
    display: block;
    position: relative;
    padding: 20px;
    width: auto;
    margin: 30px 10px;
  }
  .section03__wrap .section03__article .section03__article-mc .section03__article-mc__photo {
    width: auto;
    margin: 40px;
    height: auto;
    border: 4px solid #ffffff;
    position: relative;
  }
  .section03__wrap .section03__article .section03__article-mc .section03__article-mc__photo img {
    width: 100%;
    height: auto;
  }
  .section03__wrap .section03__article .section03__article-mc .section03__article-mc__photo p {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    color: #231815;
    background-color: #ffffff;
    padding: 6px;
    bottom: 0px;
  }
  .section04__wrap .section {
    width: auto;
    padding: 30px;
  }
  .section04__wrap .section a p {
    font-size: 16px;
  }
  .section04__wrap .section .sponsored {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .section04__wrap .section .sponsored:hover img {
    opacity: 0.5;
  }
  .section04__wrap .section h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section04__wrap .section .sponsorship {
    width: auto;
    padding: 0 10px;
  }
  .section04__wrap .section .logo__warp {
    width: auto;
    padding: 0 10px;
  }
  .section04__wrap .section .logo__warp p.logo__txt {
    text-align: left;
    padding-left: 60px;
  }
  .section04__wrap .section .logo__warp p.logo__txt::after {
    content: "";
    bottom: -5px;
    left: -5px;
  }
  .section04__wrap .section .logo__warp ul {
    display: block;
    padding: 0px;
  }
  .section04__wrap .section .logo__warp ul li {
    width: auto;
    padding: 0px;
    display: block;
  }
  .section04__wrap .section .logo__warp ul li p {
    font-size: 8px;
    position: absolute;
    right: 22px;
    bottom: 0px;
  }
  .section05__wrap .section .section05__txt {
    width: auto;
    padding: 0 10px;
    background-color: #ffffff;
    box-shadow: 5px 10px 0px 0px #00a0e9;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section05__wrap .section h3 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 50px;
    box-shadow: 5px 10px 0px 0px #00a0e9;
  }
  .section05__wrap .section ul {
    width: auto;
    margin-top: 30px;
    display: block;
    background-color: #ffffff;
    box-shadow: 5px 10px 0px 0px #00a0e9;
    padding: 15px;
  }
  .section05__wrap .section ul li {
    width: auto;
    height: auto;
    margin-bottom: 30px;
    padding: 10px;
  }
  /* モーダル背景のスタイル */
  #modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  /* ポップアップのスタイル */
  .popup {
    width: 80%;
    padding-bottom: 30px;
  }
  .popup .close__wrap {
    position: relative;
  }
  .popup .close__wrap .close__inner .closePopupBtn {
    top: -20px;
    left: 12px;
  }
  .popup .popup__photo {
    width: auto;
    height: auto;
  }
  .popup .popup__txt {
    width: auto;
    height: auto;
    box-shadow: 5px 10px 0px 0px #00a0e9;
  }
  .popup .popup__txt h4 {
    font-size: 24px;
    color: #231815;
    font-weight: bold;
    text-align: left;
    margin: 10px 0;
    line-height: 30px;
  }
  .popup .popup__txt p {
    font-size: 16px;
    color: #231815;
    text-align: left;
    margin: 10px 0;
    line-height: 30px;
  }
  .popup .popup__button a {
    width: 200px;
  }
  .work__wrap .next__wrap {
    right: 10px;
    z-index: 999;
  }
  .work__wrap .next__wrap .nextBtn {
    /*background-color: #ffffff;*/
  }
  .work__wrap .next__wrap .nextBtn::before {
    /*background-color: #ffffff;*/
  }
  .work__wrap .pre__wrap {
    left: 0px;
    z-index: 999;
  }
  .work__wrap .pre__wrap .prevBtn {
    /*background-color: #ffffff;*/
  }
  .work__wrap .pre__wrap .prevBtn::before {
    /*background-color: #ffffff;*/
  }
  .work__wrap .pagination {
    margin-top: 20px;
  }
  /* スライダーのスタイル */
  .slider-wrapper {
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0px;
    margin-top: 30px;
    box-shadow: 5px 10px 0px 0px #00a0e9;
  }
  .slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  .slide {
    min-width: 100%;
  }
  .slide img {
    width: 100%;
    display: block;
    height: auto;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                フッター
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .footer {
    background-color: #ffffff;
  }
  .footer .footer__inner {
    width: auto;
    padding: 0 10px;
    display: block;
  }
  .footer .footer__inner .footer__left {
    margin-right: 0px;
  }
}/*# sourceMappingURL=sp.css.map */