

  div.container-m {
   margin-top: 64px;
 }

.mainimg {
  margin: 0 auto;
  padding-top: 0;
  text-align: left;
}



.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}


.navbar-light .navbar-toggler {
    color: rgb(173,213,255);
    border-color: rgb(173,213,255);
}

.navbar-toggler{
  /* 枠線 */
  border-color: rgb(173,213,255);
  padding: 6px;
  border-radius: 0;
}


.nav_bg {
   width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #ADD5FF;
}


.pcimg {
 display: block !important;
}

.spimg {
  display: none !important;

 }

 .fixed-top {
     position: fixed;
 }

 .cimg {
     text-align: center;
 }



.head_test {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size:  24px;           /* 文字サイズ指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
    padding-top: 30px;          /* 余白指定 */
    padding-left: 30px;         /* 余白指定 */
    padding-bottom: 20px;       /* 余白指定 */
}
.head_test p {
    margin:  0;                 /* デフォルトCSS打ち消し */
    line-height: 2;             /* 行間調整 */
    padding-left: 40px;         /* 余白指定 */
}
.head_test:before {
    content:  '';               /* 空白の要素を作る */
    background-color: #ADD5FF;  /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    height: 75px;               /* 高さ指定 */
    width: 75px;                /* 幅指定 */
    border-radius:  50%;        /* 丸くする */
    top: 0;                     /* 位置調整 */
    z-index:  -1;               /* 重なり調整 */
}

.c-heading-orange {
  font-weight: bold;
    color: #DF821E;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    letter-spacing: .025em;
    position: relative;
}

.info ul {
    padding: 0;
}

.info li {
  list-style: none;
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
}

.info h4 {
    float: left;
    font-weight: 700;
    font-size: 1rem;
    padding-right: 2rem;
    padding-top: 1rem;
}

.info p {
    padding-top: 1rem;
    margin-bottom: 0.5rem;
}

.category {
    width: 30%;
    display: inline-block;
    font-weight: bold;
}


.bg02{
  position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-clip: border-box;
      background-image: url(../images/bg.png);
      padding: 2rem 0;
}

.maintext {
    position: absolute;
    top: -13rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-caption {
    position: absolute;
    left: 50%;
    top: 55%;
    right: 0%;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.main_text {
  background-color: rgba( 86, 37, 0, 0.6 );
color: #fff;
font-family: serif;
line-height: 1.15;
font-weight: bold;
padding: 2rem 0.5rem;
font-size: 30px;
}

.main_textsp {
  background-color: #613E20;
    color: #fff;
    font-family: serif;
    line-height: 1.15;
    padding: 1rem 0.5rem;
}

.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  height: 50px;
  font-weight: bold;
  border: 4px double #ffffff;
  transition: 0.3s;
  background-color: #add5ff;
}

.original-button:hover {
  opacity: .5;
}

/*メインスライダー*/
.slider {
    width: 70%;
    margin: 0 auto 80px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.mypattern {
    width: 70%;
}

.mypattern .slick-slide {
    margin: 10px;
}

/*slick setting*/

.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
}

/*slick setting*/

.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*メインスライダー*/

/*下層css*/
.maintitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #283694;
    font-size: 2.5rem;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 50px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sample5-2::before{
    left: 0px;
    width: 40px;
    height: 10px;
    border-bottom: 1px solid #0075C2;
    border-right: 1px solid #0075C2;
    -webkit-transform: rotate(45deg);
    transform: skew(45deg);
}

.list-unstyled {
    list-style: none;
    display:flex;
}


.list-unstyled li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  height: 50px;
  font-weight: bold;
  border: 4px double #ffffff;
  transition: 0.3s;
  background-color: #add5ff;
  padding: 10px
}

#sub_nav li {
    list-style-type: none;
}

#sub_nav li a {
    display: block;
    width: calc(100% - 15px);
    background: #A0C9DB;
    border-radius: 30px;
    color: #000;
    text-align: center;
    font-size: 0.875rem;
    padding: 15px 0 15px 15px;
    text-decoration: none;
    margin-bottom: 1rem;
}

.mainbg {
    position: relative;
    display: block;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    padding-bottom: 10rem;
    background-size: cover;
    border-bottom: solid 5px #ADD5FF;
}

/*下層css*/

/* 768px?????1? ?{?b?N?X */
@media only screen and (max-width: 768px){

.w100 {
    width: 100%;
}

.spimg {
 display: block !important;
}

.pcimg {
  display: none !important;
}

.h-menu1 {
    padding-left: 3rem!important;
}

.maintitle {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #283694;
    transform: translate(-50%, -50%);
    font-size: 120%;
    width: max-content;
}

.category {
  font-weight: 100;
  font-size: small;
  width: auto;
  padding-right: 0.5rem;
  display: block !important;
}

div.container-m {
    margin-top: 32px;
}

.list-unstyled {
    list-style: none;
    display: block;
}

.nav_bg {
   width: 100vw;
    margin: 0 calc(80% - 50vw);
    background-color: initial;
}

.original-button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    height: 50px;
    font-weight: bold;
    border: 4px double #ffffff;
    transition: 0.3s;
    background-color: #add5ff;
}

.mainbg {
    position: relative;
    display: block;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    padding-bottom: 5rem;
    background-size: cover;
    border-bottom: solid 5px #ADD5FF;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: inherit;
    border-top: 1px solid #dee2e6;
    font-size: 0.68rem;
}


}
