@charset "utf-8";

html {}
body {
    font-family: "Zen Kaku Gothic New","Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    color: #333;
}

a {color: #333;}
h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 auto 1em; 
}
h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 auto 1em; 
}
p {
    line-height: 2;
    margin: 0 auto 1em;
}
img {
    width: 100%;
    height: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table th,
table td {
    border: 1px solid #ddd;
    padding: 15px 30px 13px;
    line-height: 2;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
table th {
    font-weight: 400;
    background: #f7f7f7;
}


.noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.noto-serif-jp-<uniquifier> {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/*--------------------------------------------------
 # 共通
--------------------------------------------------*/
#cocotore .container {
    width: 100%;
    min-height: 100vh;
}
#cocotore .contents-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    backface-visibility: #fff;
}



/*　固定ページ　*/
#cocotore .editor-content {}

















/*-------------------　共通　-------------------*/
.br-sp {display: none;}







/*-------------------　注文　-------------------*/
#cocotore .order {}





/* 画像の周りに隙間をあける */
label img {
    margin: 3px;
    padding: 5px;
}
/* 未選択の場合、色を薄くする */
input[type="radio"] + label img {

  }
/* 選択済みの場合、色を濃くする */
input[type="radio"]:checked + label img {
    
}












































/*-------------------　共通　-------------------*/

.contents-wrap {
    padding: 0.5em 0 0;
    background: #f7f7f7;
}
.main-wrap {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.main-wrap .side {width: 18%;}
.main-wrap .main-contents {width: 80.888%;}






.contents h2.page-ttl {
    color: #fff;
    padding: 0.8em 1em;
    background: #50912d;
    box-sizing: border-box;
}















.btn {
    text-align: center;
    margin: 0 auto;
}

.btn a {
    display: inline-block;
    width: 100%;
    max-width: 230px;
    text-align: center;
    padding: 0.8em 2em;
    color: #fff;
    background: #50912d;
}
















/*.page-ttl-wrap {
    width:100%;
    height:auto;
    position: relative;
    line-height: 0;
}
.page-ttl-wrap img {
    width:100%;
    height:auto;
}
.page-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(60, 60, 60, 0.5);
}
.page-ttl-wrap .page-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    margin: 0;
}
.page-ttl-wrap .page-ttl .ttl-txt-wrap {}
.page-ttl-wrap .page-ttl .ttl-txt-wrap h2 {
    color: #fff;
    font-size: 2.4em;
    font-weight: 400;
    margin: 0 auto;
}


article {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
*/


















/*----------------------------------------------------------------------
　パンくず
----------------------------------------------------------------------*/
.breadcrumbs-wrap {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    font-size: 0.75rem;
    color: #777;
    margin: 0 auto 1em;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.breadcrumbs {
    display: flex;
    align-items: center;
}
.breadcrumbs .home {
    color: #3875ba;
}
.breadcrumbs .arrow {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 1.5px #aaa;
    border-right: solid 1.5px #aaa;
    margin-right: 10px;
    margin-left: 10px;
    transform: rotate(45deg);
}











/*----------------------------------------------------------------------
　header
----------------------------------------------------------------------*/
.header {border-bottom: 1px solid #ddd;}
.header-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 1em 1em 0 3em;
}
.site-ttl {
    line-height: 1;
    display: inline-block;
    margin: 0 auto;
}
.site-ttl a img {
    display: block;
    width: 75%;
    height: auto;
}
.site-ttl a {
    display: block;
    text-decoration: none;
}
.header-nav li a {
    display: block;
    text-decoration: none;
}
 
@media(min-width: 821px) {
  .navbutton {
    display: none;
  }
 
  .header-nav-wrap {
      position: absolute;
      top: 50%;
      right: 0;
      padding-right: 3em;
      transform: translateY(-50%);
  }
 
  .header-nav {
    font-size: 0;
  }
 
  .header-nav li {
      font-size: 1rem;
      letter-spacing: 1px;
      display: inline-block;
      margin-left: 3em;
      padding: 0;
  }
  .header-nav li a:hover {
    opacity: .6;
  }
}


/*----------------------------------------------------------------------
　footer
----------------------------------------------------------------------*/
#footer {
    width: 100%;
    background: #333;
    margin-top: auto;
}

#footer .footer-nav-wrap {
  padding: .75rem 1rem;
  background-color: #f5f5f5;
}

#footer .footer-nav ul {
  font-size: 0;
  text-align: center;
}

#footer .footer-nav ul li {
  font-size: .875rem;
  display: inline-block;
  margin-right: 1rem;
  padding: .25rem 0;
}

#footer .footer-nav ul li:last-child {
  margin-right: 0;
}

#footer .footer-nav ul li a {
  text-decoration: none;
  color: #333;
}

#footer .copyright {
    padding: 1.5em 0;
    text-align: center;
}

#footer .copyright p {
    font-size: .875rem;
    color: #fff;
    margin: 0 auto;
    line-height: 0;
}



/*----------------------------------------------------------------------
　sidebar
----------------------------------------------------------------------*/
#sidebar .sidebar-contents {
    margin: 0 auto 0.5em;
}
#sidebar .side-icon img {width: 15%;}

#sidebar .first {
    text-align: center;
    background: #fff;
    border: 3px solid #50912d;
}
#sidebar .first a {
    color: #50912d;
    padding: 1em;
}
#sidebar .first h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 auto;
}
#sidebar .warning {
    text-align: center;
    background: #50912d;
}
#sidebar .warning a {
    color: #fff;
    padding: 1em;
}
#sidebar .warning a h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 auto;
}
#sidebar .warning a p {margin: 0 auto;}


#sidebar .side-menu {
    background: #fff;
    border: 3px solid #50912d;
}

#sidebar .side-menu-ttl {
    text-align: center;
    color: #fff;
    background: #50912d;
    padding: 1em;
}
#sidebar .side-menu-ttl h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 auto;
}
#sidebar .side-menu-ttl p {
    font-size: 0.8rem;
    margin: 0 auto;
}
#sidebar .side-menu ul {
    padding: 1em;
}
#sidebar .side-menu ul li {
    font-size: 0.875rem;
    line-height: 2.2;
    padding: 0 0 0.1em;
    margin: 0 auto 0.3em;
    border-bottom: 1px dashed #ccc;
}




























/*----------------------------------------------------------------------
　NEWS
----------------------------------------------------------------------*/
/*　一覧　*/
.article-list-box {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    margin: 0 auto;
    padding: 3em 0 0;
}
.article-list-box::after{
    content:"";
    display: block;
    width:32%;
}

.article-item {
    width: 32%;
    margin: 0 0 3em;
}
.article-item .img-wrap {
    line-height: 0;
    margin: 0 auto 0.5em;
}
.article-item .txt-wrap-date {
    margin: 0 auto 0.8em;
}
.article-item .txt-wrap-date span {
    font-size: 0.75rem;
    line-height: 1;
    margin: 0 auto 0.5em;
}
.article-item .txt-wrap-date span.article-date {
    padding-right: 1em;
}
.article-item .txt-wrap-date span.article-cat {
    border-left: 1px solid #666;
    padding-left: 1em;
}
.article-item .txt-wrap h2 {
    font-size: 1rem!important;
}

/*　ページネーション　----------------------------------*/
.pagination {
    margin: 4rem 0;
    text-align: center;
}
.pagination ul {
    font-size: 0;
}
.pagination ul li {
    font-size: 1rem;
    display: inline-block;
    margin-right: .75rem;
}
 .pagination ul li:last-child {
     margin-right: 0;
     border: 0;
}
.pagination ul li a,
.pagination ul li .current {
    font-weight: 400;
    line-height: 1;
    display: block;
    padding: .75rem .875rem;
    border: 1px solid #ddd;
}
.pagination ul li a {
    text-decoration: none;
}
.pagination ul li .current {
    color: #fff;
    background: #333;
}
.pagination ul li .prev,
.pagination ul li .next {
    padding: .75rem .5rem;
    border: 0;
}
.pagination ul li i {
    font-size: 1rem;
    color: #1d2d43;
}
 
/*　詳細ページ　----------------------------------*/

.article-box {
    width: 100%;
    max-width: 920px;
    margin: 2em auto;
    padding: 5em;
    background: #f9f9f9;
}
.article-box .article-head .txt-wrap-date {
    margin: 0 auto 0.8em;
}
.article-box .article-head .txt-wrap-date span {
    font-size: 0.875rem;
    line-height: 1;
    margin: 0 auto 0.5em;
}
.article-box .article-head .txt-wrap-date span.article-date {
    padding-right: 1em;
}
.article-box .article-head .txt-wrap-date span.article-cat {
    border-left: 1px solid #666;
    padding-left: 1em;
}
.article-box .article-head .txt-wrap h2 {
    font-size: 1.75rem!important;
}
.article-box .article-head .article-img {
    line-height: 0;
    margin: 0 auto 1em;
}
.article-box .article-head .article-img img {
    width: 100%;
}
.article-box .article-main {
    margin: 0 auto 3em;
}
.article-box .article-foot {
    margin: 0 auto;
    padding: 1em 0 0;
}
.article-box .article-foot ul {
    display: flex;
    flex-wrap: wrap;
}
.article-box .article-foot ul li {
    margin-right: 1em;
}
.article-box .article-foot ul li a {
    color: #fff;
    background: #333;
    padding: 0.5em 1em;
    border-radius: 3px;
}
.article-box .article-foot ul li a::before {
    content: "#";
    padding-right: 0.2em;
}
.article-box .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 1em;
}
.article-box .nav-links a {
    padding: 0.5em 3em;
    background: #fff;
    border: 1px solid #333;
    border-radius: 25em;
}






.news-box {
    background: #fff;
    padding: 3em 5em 2em;
    margin: 0 auto 1em;
}
.show {margin: 2em auto 0;}
.show h3 {
    font-weight: 400;
    font-size: 1.25rem;
    border-left: 3px solid #333;
    margin: 0 auto 0.5em;
    padding: 0 0 0 0.5em;
}
.show table {margin: 0 auto 1em;}
.show table td span.map {margin-left: 1em;}
.show table td span.map a {
    font-size: 0.75rem;
    color: #fff;
    background: #333;
    padding: 0.3em 1em;
}



/*----------------------------------------------------------------------
　トップページ
----------------------------------------------------------------------*/
.mv {
    padding: 6em 0;
}


.mv-box {position: relative;}
.mv-txt {
    position: absolute;
    top: 50%;left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 150;
    color: #fff;
    text-align: center;
}
.mv-txt h2 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
    font-size: 3.4em;
    font-weight: 400;
    letter-spacing: 1.1px;
    margin: 0 auto 0.3em;
}
.mv-txt p {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 5px;
    margin: 0 auto;
}



 /* slick */
.slick-slide img {
    display: block;
    width: 100%;
}
.slick-prev, .slick-next {display: none!important;} /* 非表示 */
.slick-prev {
    left: 30px!important;
}
.slick-next {
    right: 30px!important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 36px!important;
    opacity: 0.9!important;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 0.3em;
}
.slick-prev,
.slick-next {
    width: 50px;
    height: 30px;
    z-index: 100;
}
.dots-wrap {
    display: flex;
    justify-content: center;
    list-style: none !important;
}
.dots-wrap li {
    width: 8px;
    height: 8px;
    margin: 1em 0.5em;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #333;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}








































/*----------------------------------------------------------------------
COMPANY
----------------------------------------------------------------------*/
.company-box {
    margin: 3em auto 2em;
}
.company-box h2 {
    text-align: center;
}
.company-box .message {
    padding: 3em 0 5em;
}
.company-box .message p.message-txt {
    text-align: center;
    font-size: 2.5rem;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
    letter-spacing: 1.3px;
}
.company-box .message p.message-subtxt {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 1.1px;
    line-height: 2.2;
}




















/*----------------------------------------------------------------------
　tab
----------------------------------------------------------------------*/
@media(max-width: 820px) {
  .navbutton {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 1.5rem;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
  }
 
  .navbutton:focus {
    outline: 0;
  }
 
  .navbutton::after {
    font-family: "Material Symbols Outlined";
    font-size: 2.5rem;
    content: "\e5d2";
    color: #000;
  }
 
  .menu-active .navbutton::after {
    content: "\e5cd";
    color: #fff;
  }
 
  .header-nav-wrap {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    background-color: rgb(50 50 50 / 80%);
  }
 
  .header-nav {
    padding: 6rem 0;
  }
 
  .header-nav li a {
    font-weight: 400;
    padding: 1.5rem;
    text-align: center;
    color: #fff;
  }
}











/*----------------------------------------------------------------------
　SP
----------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
    .br-sp {display: block;}
    
    
    
    
    
    
    
    
    
    
    
    /*-------------------　ページネーション　-------------------*/
    .pagination {margin: 3rem 0;}
    .pagination ul li a {padding: .5rem;}
 
    
    
    
    
    
    
    
    
    
    

    
}











