@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');

/* HEADER
------------------------------------*/

header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0C2D5A;
  min-width: 1180px;
  width: 100%;
  height: 97px;
  color: #FFFFFF;
  z-index: 1;
}
.headLogoWrap {
  margin: 0 0 0 30px;
}
.headLogo {
  width: 200px;
  height: auto;
}
.gnavi span + span {
  margin-left: 30px;
}
.gnavi a.gnavi__menu  {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #FFFFFF;
	text-decoration:none;
}
.gnavi__article {
  position: relative;
}
.gnavi__articleSubMenu {
  visibility: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  width: auto;
  padding-top: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
}
.gnavi__article:hover .gnavi__articleSubMenu {
  visibility: visible;
  opacity: 1;
}
.gnavi__articleSubMenu li {
  background-color: #EBF0F5;
  border: 1px solid #FFFFFF;
  border-top: none;
  padding: 0 15px;
  transition: all 0.5s;
}
.gnavi__articleSubMenu li:hover {
  background-color: #051D2E;
}
.gnavi__articleSubMenu li:hover a {
  color: #EDF0F3;
}
.gnavi__articleSubMenu li a {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #001E3B;
  white-space: nowrap;
}
.gnavi__lower {
  margin-top: 5px;
}

.headBtn {
  position: relative;
  min-width: 250px;
  font-size: 0;
}
.headBtn a {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height:2.2;
  color: #FFFFFF;
	text-decoration:none;
}
.headBtn a img {
  vertical-align: bottom;
  height: auto;
  margin: 0 auto;
}
.loginBtn img {
  width: 15.5px;
}
.registBtn {
  margin: 0 11px;
}
.registBtn img {
  width: 12px;
}
.contactBtn img {
  width: 28px;
}

.searchForm {
  position: absolute;
  right: 30px;
  top: -5px;
	font-size: 13px;
}
input.buttonSearch {
  background: url("https://coki.jp/wp-content/themes/coki/img/icon_search.svg") no-repeat center;
  background-size: 21.71px 21.71px;
  border: none;
  width: 21.71px;
  height: 21.71px;
  position: absolute;
  right: 9px;
  top: 7px;
  cursor: pointer;
  z-index: 9;
	transition: all 0.5s ease;
}
.active input.buttonSearch {
  background: url("https://coki.jp/wp-content/themes/coki/img/search.png") no-repeat center;
  background-size: 21.71px 21.71px;
}
.searchForm input[type=search] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
	transition:  width 0.5s;
}
.searchKeyword::-webkit-search-cancel-button {
    position: absolute;
    right: 35px;
}
.searchForm input[type=search]:hover {
    background-color: #fff;
}
.searchForm input:-moz-placeholder, header .searchForm input::-webkit-input-placeholder {
    color: transparent;
}
.searchForm.active input[type=search] {
    border: solid 1px #00284B;
    border-radius: 20px;
    width: 280px;
    height: 35px;
    padding-left: 9px;
    color: #06284B;
    background-color: #fff;
    cursor: auto;
    opacity: 1;
    visibility: visible;
}

.spHeadMenu img {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 30px;
  height: auto;
}
.menuBox {
  display: none;
  position: fixed;
  top:0;
  left:0;
  background-color: #FFFFFF;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 10000;
}

.headerBand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #D9E0E8;
  padding: 11px 20px;
}
.headerBand div{
    font-size: 13px;
    color: #113566;
    font-weight: bold;
}
.headerBand a {
  display: inline-block;
  background-color: #0C2D5A;
  border-radius: 20px;
  font-size: 1.2rem;
  color: #FFFFFF;
  padding: 4px 15px;
}

@media only screen and (max-width: 767px) {

  header {
    min-width: 100%;
    height: 72px;
  }
  #searchform,
  .headBtn { display: none; }
  .headLogoWrap {
    margin: 0 0 0 16px;
  }
  .headLogo {
    width: 150px;
  }

  .spHeadMenu {
    display: inline-block;
  }
  .menuClose {
    position: fixed;
    top: 27px;
    right: 24px;
    width: 22px;
    height: 22px;
    cursor: pointer;
  }
  .menuClose img {
    width: auto;
    height: auto;
  }
  .menuBox__logo {
    width: 100%;
    height: 107px;
    padding: 23px 0 0 20px;
  }
  .menuBox__logo img {
    width: 120px;
    height: auto;
  }
  .menuBox__wrap {
    width: 100%;
    padding: 0 20px 50px 20px;
    margin: 0 auto;
  }
  .menuBox__menuList {

  }
  .menuList {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .menuList li {
    text-align: center;
    margin-bottom: 30px;
  }
  .menuList li a {
    display: inline-block;
    font-size: 19px;
    color: #000000;
  }
  .menuList__artticle {
    position: relative;
  }
  .menuList__artticle::before {
  	content: "";
    display: inline-block;
    position:relative;
    top: -2px;
    left: 0;
    background:url(https://coki.jp/wp-content/themes/coki/img/arrow_down.svg) no-repeat right top;
  	width: 15px;
  	height: 9px;
    margin-right: 8px;
  	transition: 0.2s;
  }
  .menuList__artticle.is-open::before {
  	transform: rotate(180deg);
  	transition: 0.2s;
  }
  .menuList__articleSubMenu {
    display: none;
    margin: 40px 0;
  }
  .menuList__articleSubMenu li {
    margin-bottom: 25px;
  }
  .menuList__articleSubMenu li a {
    font-size: 16px;
    color: #9B9B9B;
  }
  .menuBox__search__from {
    font-size: 0;
  }
  .menuBox__search__keyword {
    background-color: #FFFFFF;
    width: calc(100% - 50px);
    height: 45px;
    border: 1px solid #E5E5E5;
    border-right: none;
    vertical-align: middle;
    font-size: 16px;
    padding: 0 10px 0 17px
  }
  .menuBox__search__button {
    background: url(https://coki.jp/wp-content/themes/coki/img/search.png) center no-repeat;
    background-size: 24px 24px;
    border: 1px solid #E5E5E5;
    border-left: none;
    width: 50px;
    height: 45px;
    vertical-align: middle;
  }


  .menuList2 li {
    text-align: center;
    margin-bottom: 11px;
  }
  .menuList2 li a {
    display: block;
    background-color: #F5F5F5;
    text-align: center;
    font-size: 19px;
    line-height: 45px;
    color: #9B9B9B;
  }
  .menuList2 li a img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin-right: 5px;
  }
  .menuBox__loginBtn img {
    width: 18.45px;
  }
  .menuBox__registBtn img {
    width: 15.94px;
  }
  .menuBox__contactBtn img {
    width: 35.12px;
  }
  .menuBox__searchBtn img {
    width: 23.88px;
  }
  .menuList3 {
    margin-top: 30px;
  }
  .menuList3 li {
    text-align: center;
    margin-bottom: 10px;
  }
  .menuList3 li a {
    font-size: 16px;
    color: #9B9B9B;
  }

  .headerBand {
    display: block;
    text-align: center;
    padding: 11px 16px 13px 16px;
  }
  .headerBand a {
    margin-top: 10px;
  }
    
}


/* FOOTER
------------------------------------*/
footer {
  background-color: #051D2E;
  color: #FFFFFF;
  padding-bottom: 50px;
}
.footerGrid {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footerBox__gridLogo {
  padding-top: 38px;
  margin-right: 50px;
}
.footerBox__gridLogo img {
  width: 200px;
  height: auto;
}

.footerBox__gridLink {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 45px;
}
.footerBox__gridLink2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.gridLinkGroup + .gridLinkGroup {
  margin-left: 54px;
}
.gridLinkGroup__item li a {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  color: #FFFFFF;
	text-decoration:none
}

.footerCr {
  font-size: 12px;
  font-weight: 500;
  padding-top: 45px;
}

#topcontrol { z-index: 1000;}


@media only screen and (max-width: 767px) {
  footer {
    height: auto;
    padding: 0 20px;
  }
  .footerGrid {
    display: block;
  }
  .footerBox__gridLogo {
    width: 100%;
  }
  .footerBox__gridLogo img {
    margin: 0 auto;
  }

  .footerBox__gridLink {
    padding-top: 50px;
  }
  .footerBox__gridLink2 {
    display: block;
    width: 100%;
  }
  .gridLinkGroup__title,
  .gridLinkGroup__item li {
    margin-bottom: 5px;
  }
  .gridLinkGroup + .gridLinkGroup {
    margin-left: 0;
    margin-top: 50px;
  }

  .footerCr {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    padding: 50px 0 70px;
  }

}

.ft30 { font-size: 3.0rem; }
.ft20 { font-size: 2.0rem; }
.ft18 { font-size: 1.8rem; }
.ft15 { font-size: 1.5rem; }
.ft14 { font-size: 1.4rem; }
.ft13 { font-size: 1.3rem; }
.ft12 { font-size: 1.2rem; }
.ft11 { font-size: 1.1rem; }
.ft10 { font-size: 1.0rem; }
.fwb { font-weight: bold; }

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt70 { margin-top: 70px; }
.mt100 { margin-top: 100px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb100 { margin-bottom: 100px; }

.img100 { width: 100%; height: auto; }
.img100c {
    display: block;
    max-width: 100%; height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img_m100 { max-width: 100%; height: auto; }
.img_l {
    float: left;
    margin: 0 30px 30px 0;
}
.img_r {
    float: right;
    margin: 0 0 30px 30px;
}

.fadein {
    opacity: 0;
    transition: opacity 2s;
}
.fadeinOn {
    opacity: 1;
}
.hoverFede {
  transition: opacity 0.5s;
}
.hoverFede:hover {
  opacity: 0.6;
}

.sp { display: none; }

.displayNone { display: none; }

@media only screen and (max-width: 767px) {

    .pc { display: none !important; }
    .sp { display: inherit; }

}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.pageWidth {
  width: 1256px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
.wrapL {
  width: 1180px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  width: 955px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
    html { min-width: auto; }
    .pageWidth,
    .wrapL,
    .wrap {
      width: 100%;
      padding: 0 16px;
    }
    .wrapL .wrap {
      padding: 0;
    }
}

.menuBox a{
	text-decoration:none!important
}