@charset "UTF-8";
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

  

body {
  min-width: 320px;
  width: 100%;
  color: #46525f;
  line-height: 1;
  background-color: #fff;
  text-align: left;
  font-size: 1.1rem;
}

#main {
  position: relative;
}

#main:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  letter-spacing: 0.025em;
  display: flex;
  background: #fff;
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
}
#header .headwrap {
	padding: 10px;
	width: 160px;
}
#header.fixed {
  position: fixed;
  top: 0;
}

#header:after {
  display: block;
  clear: both;
  content: "";
}

#header .logo {
  display: block;
}

#header .logo img {
  width: 100%;
  height: auto;
  max-width: 160px;
}
#header .award {
  display: none;
}
#header .logo.award img {
  display: none;
}
#header .alterna {
  display: none;
}

#header .sevenLogo {
  float: left;
  margin-top: 5px;
}

#header .rBox {
  /* width: 100px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #dce9f3;
  align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

#header .rBox .hcontact {
  position: relative;
  background: #61bdcf;
  padding: 9px 0;
  height: 100%;
  line-height: 1.5;
  width: 12.6vw;
  display: block;
  text-align: center;
}

/* #header .rBox .hcontact span {
  position: relative;
  top: 57%;
  color: #cbf7ff;
  font-size: 2.6vw;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.05em;
} */

#header .rBox .hcontact::before {
  /* position: absolute;
  top: 25%;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background: url(/img/common/icon_header_contact_white.png) no-repeat;
  background-size: auto 6.7vw;
  width: 9.5vw;
  height: 6.8vw;
  margin: 0 auto;
  content: ''; */
  position: absolute;
  top: 25%;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background: url(/img/common/icon_header_contact_white.png) no-repeat;
  background-size: auto 9.9vw;
  width: 9vw;
  height: 10.8vw;
  margin: 0 auto;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/*  */


#header .rBox .hstore {
  position: relative;
  background: #5b9bd5;
  padding: 9px 0;
  height: 100%;
  line-height: 1.5;
  width: 12.6vw;
  display: block;
  text-align: center;
}

#header .rBox .hstore::before {
  /* position: absolute;
  top: 18%;
  bottom: 0;
  right: 0;
  left: 2px;
  display: block;
  background: url(/img/common/icon_header_store_white.png) no-repeat;
  background-size: auto 8.5vw;
  width: 8vw;
  height: 8.8vw;
  margin: 0 auto;
  content: ''; */


  position: absolute;
    top: 18%;
    bottom: 0;
    right: 0;
    left: 2px;
    display: block;
    background: url(/img/common/icon_header_store_white.png) no-repeat;
    background-size: auto 10vw;
    width: 6vw;
    height: 9.8vw;
    margin: 0 auto;
    content: '';
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);


}

/*  */

#header .rBox .menuLang {
  position: relative;
  background: #7b94a6;
  padding: 9px 0;
  height: 100%;
  line-height: 1.5;
  width: 16vw;
  display: block;
  text-align: center;
}

#header .rBox .menuLang .changeB {
  display: none;
}

#header .rBox .menuLang.active .changeA {
  display: none;
}

#header .rBox .menuLang.active .changeB {
  top: 63%;
  display: block;
}

#header .rBox .menuLang span {
  position: relative;
  top: 54%;
  color: #fff;
  font-size: 1.0rem;
  font-style: normal;
}

#header .rBox .menuLang img {
  width: auto;
  height: 2vw;
}

#header .rBox .menuLang::before {
  position: absolute;
  top: 15%;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background: url(/img/common/icon_header_lang_sp.png) no-repeat;
  background-size: auto 5.4vw;
  width: 5.4vw;
  height: 5.4vw;
  margin: 0 auto;
  content: '';
}

#header .sitesearchSp {
  margin: 20px 0;
}

#header .sitesearchSp .gsc-control-cse {
  padding: 0;
  width: 100%;
  height: 45px;
  display: block;
  background: none;
  border: none !important;
}

#header .sitesearchSp .gsc-search-box {
  position: relative;
}

#header .sitesearchSp .gsc-search-box tr,
#header .sitesearchSp .gsc-search-box td {
  display: block;
}

#header .gsc-search-box {
  width: 100%;
}

#header .gsc-input-box {
  height: 45px;
}

#header .sitesearchSp .gsc-control-cse.gsc-control-cse-ja {
  height: 45px;
  border: none;
}

#header .sitesearchSp .gsc-search-box td.gsc-input,
#header .sitesearchSp .gsc-search-box td.gsc-input .gstl_50 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 85% !important;
  padding: 0 !important;
  margin-right: 0px;
  height: 45px !important;
  vertical-align: top;
  float: left;
  display: inline-block;
}

#header .sitesearchSp .gsc-search-box .gsib_a {
  width: 85% !important;
  padding: 0 5px !important;
  left: 0;
}

#header .sitesearchSp .gsc-search-box .gsib_a input {
  height: 40px !important;
  margin-top: -1vw !important;
}

#header .sitesearchSp .gsc-search-box .gsc-input-box {
  border: 1px solid #a4abb3 !important;
  border-right: none !important;
}

#header .sitesearchSp .gsc-search-box input#gsc-i-id1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px !important;
  padding: 10px !important;
  background-position: 5px center !important;
}

#header .sitesearchSp .gsc-search-box td#gs_tti51 {
  margin-bottom: 5px;
}

#header .sitesearchSp .gsc-search-box td.gsc-search-button {
  margin-left: 0;
  width: 15% !important;
  height: 45px;
  float: left;
  display: inline-block;
}
#header .sitesearchSp .gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}
#header .sitesearchSp .gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg {
  visibility: hidden;
}

#header .sitesearchSp .gsc-search-box .gsib_b {
  position: absolute;
  width: 20px;
  top: 10px;
  left: 75%;
}

#header .sitesearchSp .gsc-search-box .gsc-input-box,
#header .sitesearchSp .gsc-search-box .gsc-input-box-hover,
#header .sitesearchSp .gsc-search-box .gsc-input-box-focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#header .sitesearchSp .gsc-search-box .gsc-search-button {
  position: relative;
  border-top: 1px solid #a4abb3;
  /* border-left: 1px solid #dce9f3; */
  border-right: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
  background: #dce9f3 url("/img/common/search-iconsp.png") center no-repeat;
  background-size: 24px;
  cursor: pointer;
}

#header .sitesearchSp .gsc-search-box input.gsc-search-button-v2,
#header .sitesearchSp .gsc-search-box input.gsc-search-button {
  width: 36px;
  height: 36px;
  padding: 0 !important;
  opacity: 0;
  margin: 0 auto;
}

/*------------------------------------------------------------
	SpNavi
------------------------------------------------------------*/
.menuBtn {
  position: relative;
  width: 50px;
  height: 50px;
  background: #dce9f3;
  z-index: 100;
  right: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.menuBtn .changeB {
  display: none;
}

.menuBtn em {
  position: absolute;
  color: #7b94a6;
  bottom: 8px;
  left: 9px;
  font-size: 1.0rem;
  font-style: normal;
}

.menuBtn i {
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 0;
  right: 0;
  width: 23px;
  margin: 0 auto;
  height: 2px;
  content: "";
  display: block;
  background-color: #7b94a6;
  border-radius: 4px;
}

.menuBtn i:nth-of-type(1) {
  top: 11px;
}

.menuBtn i:nth-of-type(2) {
  top: 18px;
}

.menuBtn i:nth-of-type(3) {
  bottom: 23px;
}

.menuBtn.active .changeA {
  display: none;
}

.menuBtn.active .changeB {
  display: block;
  left: 10px;
}

.menuBtn.active i:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.menuBtn.active i:nth-of-type(2) {
  opacity: 0;
}

.menuBtn.active i:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.menuBox {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 20vw;
  background: #dce9f3;
  overflow-y: scroll;
  z-index: 100;
}

.menuBox .contactBtn {
  margin: 20px 0 30px;
}

.menuBox .sitesearchSp {
  margin: 20px 0;
}

.menuBox .sitesearchSp .gsc-control-cse {
  padding: 0;
  width: 100%;
  height: 45px;
  display: block;
  background: none;
  border: none !important;
}

.menuBox .lang {
  font-size: 1.8rem;
  width: 184px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menuBox .lang a {
  color: #64717f;
}

.menuBox .lang li:first-child {
  border-right: 1px solid;
  padding-right: 20px;
}

.spNavi {
  margin-bottom: 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.spNavi li {
  border-bottom: 1px solid #64717f;
  font-size: 1.6rem;
  display: block;
  color: #64717f;
}

.spNavi li span {
  display: block;
  padding: 15px 0 15px 20px;
  position: relative;
}

.spNavi li span:after, .spNavi li span:before {
  display: block;
  content: "";
  position: absolute;
  background: #7b94a6;
  right: 12px;
  top: 50%;
}

.spNavi li span:before {
  height: 2px;
  width: 16px;
}

.spNavi li span:after {
  height: 16px;
  width: 2px;
  top: 38%;
  right: 19px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.spNavi li span.closeBtn:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transform: translateY(0px) rotate(-90deg);
  transform: translateY(0px) rotate(-90deg);
}

.spNavi li a {
  font-size: 1.6rem;
  display: block;
  color: #64717f;
  padding: 15px 0 15px 20px;
  position: relative;
}

.spNavi li a.nFont:after {
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7b94a6;
  border-right: 2px solid #7b94a6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
  top: 40%;
}

.spNavi li a.nFont.icon-newtab:after {
  right: 13px;
  width: 3.86vw;
  height: 3.2vw;
  background: url(../img/common/icon_newtab_sp.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  border: none;
  transform: rotate(0);
}

.spNavi li a.sFont {
  font-size: 1.3rem;
  padding: 12px 0 12px 20px;
}

.spNavi li a.sFont:after {
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7b94a6;
  border-right: 2px solid #7b94a6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
  top: 40%;
}
.spNavi li a.sFont.icon-newtab:after {
  right: 13px;
  width: 3.86vw;
  height: 3.2vw;
  background: url(../img/common/icon_newtab_sp.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  border: none;
  transform: rotate(0);
}

.spNavi li .acMenu {
  display: none;
}

.spNavi li .acMenu li:last-child {
  border-bottom: none;
}

.spNavi li .acMenu li:first-child {
  border-top: 1px solid #64717f;
}

.spNavi li .acMenu .sFont {
  padding-left: 40px;
}

.menuLangBox {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  /* height: 100vh; */
  background: #7b94a6;
  overflow-y: scroll;
  z-index: 100;
}
.menuLangBox.active {
  display: block;
}

.menuLangBox .spNavi {
  margin-bottom: 0;
}

.menuLangBox .spNavi li a {
  font-size: 1.6rem;
  display: block;
  color: #fff;
  padding: 15px 0 15px 20px;
  position: relative;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  background: #dce9f3;
  border-top: 1px solid #fff;
  overflow-x: scroll;
  white-space: nowrap;
  display: block;
  margin-top: 50px;
}

@media only screen and (max-width: 300px) {
  #pagePath {
    margin-top: 100px;
  }
}

#pagePath ol {
  width: 100%;
  padding: 5px 15px;
}

#pagePath li {
  display: inline;
  font-size: 1.2rem;
}

#pagePath li a {
  text-decoration: underline;
  margin-right: 5px;
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#main.scrl {
  display: none;
}

/*------------------------------------------------------------
	pagetop
------------------------------------------------------------*/
.pagetop {
  width: 50px;
  height: 50px;
  font-size: 1.0rem;
  padding: 23px 0 0;
  text-align: center;
  background: #7b94a6;
  color: #fff !important;
  margin-left: auto;
  line-height: 1;
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
}

.pagetop:after {
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  content: "";
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  position: relative;
  background: #dce9f3;
}

#footer a {
  color: #7b94a6;
}

#footer #contactBox {
  border-top: 1px solid #7b94a6;
  padding: 20px;
}

#footer #contactBox .fcttl {
  color: #64717f;
  padding-bottom: 15px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
}

#footer #contactBox .ftel {
  display: block;
  background: #fff;
  text-align: center;
  border: 1px solid #7b94a6;
  border-radius: 30px;
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding: 8px 0;
  color: #46525f;
}

#footer #contactBox .ftel span {
  font-size: 2.1rem;
}

#footer #contactBox .contactBtn {
  color: #fff;
  padding: 15px 15px 15px 0;
}

#footer #contactBox .contactBtn:after {
  top: 30%;
}

#footer .addBox {
  color: #7b94a6;
  font-size: 1.2rem;
  border-top: 1px solid #7b94a6;
  border-bottom: 1px solid #7b94a6;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .addBox .addBoxImg {
  width: 56px;
  height: 56px;
}

#footer .addBox .addBoxImg img {
  width: 100%;
  height: auto;
}

#footer .addBox p {
  margin-left: 10px;
  color: #7b94a6;
}

#footer .fNavi {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .fNavi li {
  font-size: 1.2rem;
  position: relative;
  margin-right: 15px;
}

#footer .fNavi li:last-child {
  margin-right: 0;
}

#footer .fNavi li:after {
  border-style: solid;
  border-width: 3.5px 0 3.5px 6.1px;
  border-color: transparent transparent transparent #7b94a6;
  position: absolute;
  display: block;
  content: "";
  top: 20%;
  left: 0;
}

#footer .fNavi li a {
  display: block;
  padding-left: 7px;
}
.fSiteBoxSns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 3%;
  margin-bottom: 20px;
}

.fSiteBoxSns li{
  width: 48%;
  margin: 5px 0;
}

.fSiteBoxSns li a {
  display: block;
  background: #7b94a6;
  color: #fff!important;
  width: 100%;
  padding: 7px 20px;
  text-align: center;
  font-size: 1.5rem;
}

#footer .copyright {
  background: #7b94a6;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-family: gidole;
}


/*  */


@media only screen and (min-width: 667px) and (max-width: 767px) {
  #header .rBox .hstore::before {
    position: absolute;
    top: 8%;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background: url(/img/common/icon_header_store_white.png) no-repeat;
    background-size: auto 6vw;
    width: 5.7vw;
    height: 7.8vw;
    margin: 0 auto;
    content: '';
  }
  
  #header .rBox .hcontact::before {
    position: absolute;
    top: 16%;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background: url(/img/common/icon_header_contact_white.png) no-repeat;
    background-size: auto 4.8vw;
    width: 6.9vw;
    height: 4.8vw;
    margin: 0 auto;
    content: '';
  }
  
}
