@charset "UTF-8";

/* ==================================================

■ブレイクポイント
@media screen and (max-width: 769px)
@media screen and (max-width: 600px)

■本文フォント
  font-size: 14px;
  line-height: 24px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', Meiryo, 'メイリオ', Hiragino Kaku Gothic Pro,' ヒラギノ角ゴ Pro W3','MS Pゴシック ',sans-serif;
  color: #e6e6e6;

 - 背景色 #ffffff → color: #505050;
 - sp → line-height: 22px;

================================================== */

a {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  text-decoration: none;
  color: #e6e6e6;
}
a:hover {
  text-decoration: none;
  color: #00a1ff;
}
img {
	max-width: 100%;
	height: auto;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
a:hover img {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50)";
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.txtC{
  text-align: center;
}
.img {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}


/*ラッパー
-------------------------------------------------- */

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', Meiryo, 'メイリオ', Hiragino Kaku Gothic Pro,' ヒラギノ角ゴ Pro W3','MS Pゴシック ',sans-serif;
  color: #e6e6e6;
  background-color: #282828;
}
.wrap {
	max-width: 1040px;
	margin: 0 auto;
  padding: 0 20px;
}
section {
  margin-bottom: 60px;
}
.bgChange {
  background-color: #343434;
  padding: 15px 20px 25px;
}
.bgChange .ttl {
  font-size: 16px;
  color: #e3bd4c;
  margin-bottom: 5px;
}
.bgChange .txt {
  margin-bottom: 5px;
}
.bgChange img {
  width: auto;
}
img.imgline {
  outline: 1px solid #505050;
}

.pdf {
  position: relative;
  margin-top: 15px;
  padding-left: 28px;
}
.pdf::after{
  position: absolute;
  display: block;
  background-image: url('../img/common/pdf.png');
  width: 18px;
  height: 23px;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-size: cover;
}


/* グロナビ
-------------------------------------------------- */
.inner {
  max-width: 1000px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
#top-head {
  top: -70px;
  position: absolute;
  width: 100%;
  margin: 70px auto 0;
  padding: 24px 0;
  line-height: 1;
  z-index: 9;
  border-bottom: 1px solid #969696;
}
#top-head a,
#top-head {
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
#global-nav ul li {
  float: left;
  padding-left: 25px;
}
#global-nav ul li a {
  padding: 0;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  padding-top: 24px;
  height: 70px;
  position: fixed;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.4s ease-in;
  -moz-transition: top 0.4s ease-in;
  background-color: #282828;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 15px;
  top: 13px;
  width: 16px;
  height: 14px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #e6e6e6;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 6px;
}
#nav-toggle span:nth-child(3) {
  top: 12px;
}

/* キービジュアル
-------------------------------------------------- */
.kv {
  padding: 95px 20px 50px;
  text-align: center;
}

/* 見出し
-------------------------------------------------- */
h2 {
  font-size: 40px;
  color: #1adaee;
  text-align: center;
}
h3 {
  text-align: left;
  font-size: 29px;
  line-height: 68px;
  height: 68px;
  background-image: url('../img/common/ttl_bg.png');
  background-repeat: repeat-x;
  position: relative;
  padding-left: 30px;
  margin-bottom: 60px;
}
h3::after {
  position: absolute;
  content: '';
  width: 7px;
  height: 35px;
  background-image: url('../img/common/ttl_line.jpg');
  background-repeat: no-repeat;
  top: 35px;
  left: 12px;
  margin-top: -18px;
}
h4 {
  font-size: 22px;
  color: #1adaee;
  border-bottom: 1px solid #1adaee;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}



/* ボタン
-------------------------------------------------- */

.btn a {
  width: 640px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #2878e2;
  border-radius: 4px;
  line-height: 62px;
  height: 62px;
  display: block;
}
.btn a:hover {
  color: #ffffff;
  background-color: #68b6f6;
}

/*faq*/
.faqBtn a {
}
/*ex*/
.exBtn a {
  background-color: rgba(0,0,0,0);
  border: 1px solid #ffffff;
  position: relative;
  margin-bottom: 55px;
}
.exBtn a:hover {
  background-color: #00c09f;
}
.exBtn a:after {
  position: absolute;
  content: '';
  height: 15px;
  width: 380px;
  background-image: url('../img/common/exbtn_bg.png');
  background-repeat: no-repeat;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -16px;
}
/*form*/
.formBtn a {
  width: 450px;
  line-height: 46px;
  height: 46px;
  background-color: #e76800;
}
.formBtn a:hover {
  background-color: #f1a83b;
}

/*.ボタンエリア*/
.btnArea {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
    -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btnArea > a,
.btnArea > span {
  display: block;
  width: 272px;
  margin: 0 13px;
  margin-bottom: 25px;
  cursor: pointer;
  position: relative;
}
.btnArea > span:hover {
  opacity: .5;
}
.btnArea a:hover {
  color: #e6e6e6;
}
.btnArea a span {
  text-align: center;
  display: block;
  margin-top: 5px;
}


/* toggle
-------------------------------------------------- */
.toggle .toggleTll {
  text-align: center;
  background-image: url('../img/common/toggle_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 86px;
  border-bottom: 1px solid #469297;
  cursor: pointer;
  position: relative;
  margin-bottom: 25px;
}
.toggle .toggleOpen01 {
  margin-top: 20px;
}
.toggle .toggleTll::after {
  position: absolute;
  content: '';
  background-image: url('../img/common/toggle_close.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
  right: 25px;
}
.toggle.active .toggleTll::after {
  background-image: url('../img/common/toggle_open.png');
}
.toggle .toggleTll span {
  font-size: 19px;
  width: 374px;
  border-bottom: 1px dotted #ffffff;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.toggle .toggleTll p {
  font-size: 28px;
  color: #ffce00;
  font-weight: bold;
}
.toggle .toggleLead {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 70px;
}
.toggle .toggleLead .txtArea {
  width: 420px;
  margin-left: 15px;
}
.toggle .toggleLead .txtArea p {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
}
.toggle .toggleLead .txtArea .txt {
  margin-bottom: 18px;
}
.toggle .toggleLead .txtArea span {
  border: 1px solid #e6e6e6;
  padding: 7px 10px;
}
.toggle .toggleLead .imgArea {
  width: 550px;
}

.toggle .toggleInner {
  display: none;
  margin-bottom: 120px;
}

.toggle .toggleInner .contArea {
  margin-bottom: 100px;
}
.toggle .toggleLead .txtArea .togBtn p.toggleOpenBtn {
  display: none;
    color: #1ADAEE;
    float: none;
    display: inline-block;
    text-align: right;
    float: right;
    width: auto;
    margin-top: 5px;
    padding-right: 20px;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: normal;
  }
  .toggle .toggleLead .txtArea .togBtn p.toggleOpenBtn::after {
    position: absolute;
    content: '';
    background-image: url(../img/faq/toggle_close.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 13px;
    height: 13px;
    margin-top: -7px;
    top: 50%;
    right: 0;
  }
  .toggle.active .toggleLead .txtArea .togBtn p.toggleOpenBtn::after {
    background-image: url(../img/faq/toggle_open.png);
  }


/* 写真横並び
-------------------------------------------------- */
.lineupBox {
  text-align: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 35px;
}
.lineupBox .lineupCont {
  width: 300px;
  margin: 0 11px;
}
.lineup3Box .lineupCont {
  width: 269px;
  margin: 0 4px;
}
.lineupBox .lineupCont p {
  text-align: center;
  margin-top: 10px;
}

/* ご注文エリア
-------------------------------------------------- */
.orderArea .orderBox {
  text-align: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 15px;
}
.orderArea .orderBox .txt {
  width: 460px;
  text-align: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.orderArea .orderBox .txt p span{
  padding-left: 1em;
  display: block;
}
.orderArea .orderBox .img {
  width: 440px;
}
.orderArea .formBtn a {
  margin: 0;
}


/* モーダル
-------------------------------------------------- */

.remodal-overlay {
  background-color: rgba(0,0,0,0.85);
}
.remodal {
  padding: 0 10px;
  margin: 40px 0;
  background-color: rgba(0,0,0,0);
}
.remodal img {
  max-height: 647px;
}
.remodal-wrapper {
  padding: 0;
}

.modal-main h3 {
  background-color: #282828;
  background-image: none;
  font-size: 26px;
  margin-bottom: 10px;
  color: #e6e6e6;
  line-height: 55px;
  height: 55px;
}
.modal-main h3::after {
  margin-top: -24px;
}
.modal-main {
  width: 555px;
  margin: 0;
  padding: 16px 18px;
  background-color: #ffffff;
  color: #505050;
  border: 7px solid #9a9388;
  text-align: left;
  margin: 35px 0;
}
.modal-main .txt {
  margin-bottom: 15px;
}
.modal-main .txt02 {
  margin-bottom: 15px;
}
.modal-main .txt02 p {
  font-weight: bold;
}
.modal-main .txt02 p span {
  width: 4.5em;
  display: inline-block;
}
.modal-main .txt03 {
  margin-bottom: 15px;
}
.modal-main .img {
  margin-bottom: 15px;
}
.modal-main .flow {
  padding: 3px 10px;
  margin-bottom: 5px;
  display: inline-block;
  background-color: #2878e2;
  color: #ffffff;
}
.close {
  margin-top: 15px;
  text-align: center;
  cursor: pointer;
}
.close p {
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid #505050;
}
.close p:hover {
  border: 1px solid #00a1ff;
  color: #00a1ff;
}

/* Toggle Button */
.closeBtn {
  position: absolute;
  right: -7px;
  top: -30px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  z-index: 101;
}
.closeBtn span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ffffff;
  left: 0;
}
.closeBtn span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.closeBtn span:nth-child(2) {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/* table
-------------------------------------------------- */

.tableArea {
  margin-bottom: 50px;
}
.table {
  background-color: #4a5265;
}
table {
  width: 100%;
  /*border: 1px solid #282828;*/
}
tr {
  border-bottom: 1px solid #b4b4b4;
}
tr:last-child {
  border-bottom: none;
}

th,td {
  text-align: center;
  padding: 12px;
  border-right: 1px solid #b4b4b4;
  width: 33%;
  vertical-align: middle;
}
th:last-child,
td:last-child {
  border-right: none;
}
td {
  background-color: #3a3a3a;
}
/* ◯ ✕ */
.tableArea td span {
  display: block;
  font-size: 22px;
  margin: 10px 0;
}
.tableArea td span.cross {
  font-size: 32px;
}



/* フッター
-------------------------------------------------- */
footer {
  margin-top: 70px;
  background-color: #ffffff;
  color: #505050;
}
footer a {
  color: #505050;
}
footer .fNavArea {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
}
footer .fNavArea .logo {
  width: 200px;
}
footer .fNavArea .fNav01 {
  width: 360px;
}
footer .fNavArea .fNav02 {
  width: 280px;
  padding-left: 25px;
  border-left: 1px solid #d5d5d5;
}
footer .fNavArea .fNav01 li,
footer .fNavArea .fNav02 li {
  line-height: 2.1em;
}
footer .fNavArea .snsArea {
  width: 160px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
footer .fNavArea .snsArea img {
  width: 30px;
}
footer .fNavArea .snsArea ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
footer .fNavArea ul.sheetInner {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
footer .fNavArea ul.sheetInner li {
  border-left: 1px solid #505050;
  line-height: 1em;
  padding: 0 10px;
}
footer .fNavArea ul.sheetInner li:first-child {
  border-left: none;
  margin-left: 17px;
}
footer .fNavArea ul li.sheet {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
footer .copy {
  background-color: #f6f6f6;
  padding-bottom: 25px;
  padding-top: 8px;
  font-size: 12px;
}


/* ==================================================
PC幅狭
 ================================================== */
@media screen and (max-width: 1050px) {
  #top-head .inner {
    margin: 0 20px;
  }
  #global-nav ul li {
    float: left;
    padding-left: 18px;
  }
}

@media screen and (max-width: 1000px) {
/* ご注文エリア
-------------------------------------------------- */
  .orderArea .orderBox {
    display: block;
    margin-top: 15px;
  }
  .orderArea .orderBox .txt {
    width: auto;
    margin-right: 0;
  }
  .orderArea .orderBox .img {
    width: auto;
  }
  .orderArea .formBtn a {
    margin: 0 auto;
    margin-top: 20px;
  }

/* フッター
-------------------------------------------------- */
  footer .fNavArea {
    display: block;
  }
  footer .fNavArea .logo {
    margin-bottom: 25px;
  }
  footer .fNavArea .fNav01 {
    float: left;
  }
  footer .fNavArea .fNav02 {
    float: left;
    height: 120px;
  }
  footer .fNavArea .snsArea {
    clear: both;
    padding-top: 25px;
  }
}

@media screen and (max-width: 875px) {
  #global-nav ul {
    bottom: -8px;
  }
  #global-nav ul li {
    width: 105px;
  }
}


/* ==================================================
タブレット
 ================================================== */

@media screen and (max-width: 769px) {
  #top-head .inner {
    margin: 0 auto;
  }
  #global-nav ul li {
    width: auto;
  }
  body {
    line-height: 22px;
  }
  .wrap {
  	max-width: 769px;
    padding: 0 15px;
  }
  a:hover {
    color: inherit;
  }
  a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100)";
  }


  /* キービジュアル
  -------------------------------------------------- */
  .kv {
    padding: 35px 0 0;
    text-align: center;
    margin-bottom: 20px;
  }
  /* 見出し
  -------------------------------------------------- */
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 17px;
    line-height: 38px;
    height: 38px;
    margin-bottom: 30px;
  }
  h3::after {
    top: 50%;
    margin-top: -11px;
    width: 5px;
    height: 23px;
    background-position: center;
}
  h4 {
    font-size: 15px;
  }

  /* ボタン
  -------------------------------------------------- */
  .btn a {
    width: 85%;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
  }
  .btn a:hover {
    color: #ffffff;
    background-color: #2878e2;
  }
  /*faq*/
  /*ex*/
  .exBtn a:hover {
    background-color: rgba(0,0,0,0);
  }
  .exBtn a:after {
    width: 85%;
    background-size: 100%;
  }
  /*form*/
  .formBtn a {
    width: 85%;
    line-height: 50px;
    height: 50px;
  }
  .formBtn a:hover {
    background-color: #e76800;
  }
  .btnArea span:hover {
    opacity: 1;
  }


  /* モーダル
  -------------------------------------------------- */
  .modal-main {
    width: 88%;
  }
  .modal-main h3 {
    font-size: 20px;
    line-height: 55px;
    height: 55px;
    margin-bottom: 30px;
  }
  .modal-main h3::after {
    margin-top: -17px;
    width: 7px;
    height: 35px;
  }


  /* toggle
  -------------------------------------------------- */
  .toggle .toggleInner {
    margin-bottom: 60px;
  }
  .toggle .toggleTll {
    background-image: url('../img/common/sp/toggle_bg.png');
    height:57px;
    margin-top: 20px;
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
  .toggle .toggleTll::after {
    width: 14px;
    height: 14px;
    margin-top: -6px;
    right: 9px;
  }
  .toggle .toggleTll span {
    font-size: 13px;
    width: 214px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 4px;
  }
  .toggle .toggleTll p {
    font-size: 15px;
  }
  .toggle .toggleLead {
    margin-bottom: 40px;
  }
  .toggle .toggleLead .txtArea {
    max-width: 420px;
  }
  .toggle .toggleLead .txtArea p {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .toggle .toggleInner .contArea {
    margin-bottom: 50px;
  }


  /* table
  -------------------------------------------------- */
  th,td {
    padding: 6px;
    font-size: 12px;
  }

  /* グロナビ
  -------------------------------------------------- */
 #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    border: none;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #282828;
    width: 100%;
    height: 41px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 15px;
    top: 11px;
    color: #e6e6e6;
    font-size: 14px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #ffffff;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
    text-align: left;
    border-top: 1px solid #969696;
    padding: 0;
  }
  #global-nav ul li:first-child {
    border-top: none;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a,
  #top-head #global-nav ul li span,
  #top-head.fixed #global-nav ul li span {
    width: auto;
    display: block;
    padding: 11px 15px 11px;
    color: #505050;
  }
  #global-nav ul li ul {
    display: none;
  }
  #global-nav ul li ul li:first-child {
    border-top: 1px solid #969696;
  }
  #top-head #global-nav ul li ul li span,
  #top-head.fixed #global-nav ul li ul li span,
  #top-head #global-nav ul li ul li a,
  #top-head.fixed #global-nav ul li ul li a {
    padding: 11px 30px 11px;
  }
  #top-head #global-nav ul li.under {
    position: relative;
  }
  #top-head #global-nav ul li.under > span {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  	position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    right: 0;
    padding: 0;
  }
  #top-head #global-nav ul li.under > .pc {
    display: none;
  }
  /* 縦 */
  #top-head #global-nav ul li.under > span::after {
  	position: absolute;
  	content: "";
    background-image: url('../img/common/nav_close.gif');
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    top: 50%;
    right: 12px;
    margin-top: -6px;
  }
  #top-head #global-nav ul li.under.active > span::after {
    background-image: url('../img/common/nav_open.gif');
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(541px);
    -webkit-transform: translateY(541px);
    transform: translateY(541px);
  }
  #top-head #global-nav ul li span.sp {
    display: inline-block;
    padding: 0;
  }




/* フッター
-------------------------------------------------- */
  footer {
    margin-top: 30px;
  }
  footer .fNavArea {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  footer .fNavArea a {
    font-size: 12px;
  }
  footer .fNavArea .logo {
    width: auto;
    margin-bottom: 15px;
  }
  footer .fNavArea .logo img {
    width: 135px;
  }
  footer .fNavArea .fNav01 {
    float: none;
    width: auto;
  }
  footer .fNavArea .fNav02 {
    float: none;
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    margin-bottom: 15px;
  }
  footer .fNavArea ul.sheetInner li:first-child {
    margin-left: 0;
  }
  footer .fNavArea .snsArea {
    padding-top: 0;
    margin: 0 auto;
  }
  footer .copy {
    padding-bottom: 15px;
    text-align: center;
  }
}

/* ==================================================
sp
 ================================================== */
@media screen and (max-width: 600px) {
  .wrap {
  	max-width: 600px;
    padding: 0 12px;
  }

  /* table
  -------------------------------------------------- */
  th,td {
    padding: 3px;
  }

  /* ボタン
  -------------------------------------------------- */
  .btnArea {
    display: block;
    margin: 0 auto;
    width: 272px;
  }
  .btnArea a {
    margin-left: 0;
  }
  .btn a {
    width: auto;
  }
  /*faq*/
  /*ex*/
  .exBtn a:after {
    width: auto;
  }
  .exBtn a {
    margin-bottom: 35px;
  }
  /*form*/
  .formBtn a {
    width: auto;
  }

  /* モーダル
  -------------------------------------------------- */
  .modal-main {
    width: 100%;
    padding: 11px;
  }
  .modal-main h3 {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  .modal-main h3::after {
    top: 50%;
    margin-top: -12px;
    width: 5px;
    height: 23px;
    background-position: center;
  }


  /* toggle
  -------------------------------------------------- */
  .toggle .toggleLead {
    display: block;
    margin-bottom: 40px;
  }
  .toggle .toggleLead .imgArea {
    width: auto;
  }
  .toggle .toggleLead .txtArea {
    max-width: none;
    width: auto;
    margin-left: 0;
    margin-top: 10px;
  }
  .toggle .toggleTll {
    margin-bottom: 10px;
  }

  .toggle .toggleLead .txtArea .togBtn p.toggleOpenBtn {
    color: #1ADAEE;
    float: none;
    display: inline-block;
    text-align: right;
    float: right;
    width: auto;
    margin-top: 5px;
    padding-right: 20px;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: normal;
  }
  .toggle .toggleLead .txtArea .togBtn p.toggleOpenBtn::after {
    position: absolute;
    content: '';
    background-image: url(../img/faq/toggle_close.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 13px;
    height: 13px;
    margin-top: -7px;
    top: 50%;
    right: 0;
  }
  .toggle.active .toggleLead .txtArea .togBtn p.toggleOpenBtn::after {
    background-image: url(../img/faq/toggle_open.png);
  }




  /* 写真横並び
  -------------------------------------------------- */
  .lineupBox .lineupCont {
    width: auto;
    margin: 0;
    margin-right: 8px;
  }
  .lineupBox .lineupCont:last-child {
    margin-right: 0;
    margin-left: 8px;
  }
  .lineup3Box .lineupCont {
    width: auto;
    margin-right: 0;
  }
  .lineup3Box .lineupCont:nth-child(2) {
    margin: 0 5px;
  }
  .lineup3Box .lineupCont:last-child {
    margin-right: 0;
    margin-left: 0;
  }


}







@media screen and (min-width: 769px) {
 header nav {
    display: block!important;
 }
  #global-nav ul li ul {
    display: none!important;
  }
}
