@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Sawarabi+Gothic&family=Roboto:wght@700&display=swap");
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
div#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  overflow: hidden;
}
body > div#wrapper {
  height: auto;
}

.Header-site .cb-social li {
  margin-left: 10px;
}

.Header-site #twitter-widget-0 {
  height: 26px !important;
}

.Header-site .fb_iframe_widget {
  top: -0px;
}
#contents {
  border-top: none;
}

#pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 60px;
  bottom: 60px;
  cursor: pointer;
  z-index: 101;
}
#pagetop img {
  width: 100%;
  height: auto;
}

footer ul.cb-btns {
  width: 829px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 40px;
}
footer ul.cb-btns li.cb-btn {
  display: inline-block;
  width: 400px;
  background-color: #fff;
}
footer ul.cb-btns li.cb-btn:first-child {
  margin-right: 29px;
}
footer ul.cb-btns li.cb-btn a {
  padding: 0;
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  background-image: url(../images/existing_img/arrow.png);
  background-position: right 15px center;
  background-size: 8px auto;
  background-repeat: no-repeat;
}
footer ul.cb-btns li.cb-btn a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
footer ul.cb-btns li.cb-btn a img {
  margin: 0 20px 6px 0;
  width: auto;
  height: 35px;
  display: inline-block;
}
footer ul.cb-btns li.cb-btn:nth-child(2) a img {
  width: auto;
  height: 35px;
}
footer ul.cb-btns li.cb-btn a span {
  width: auto;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #003e81;
  line-height: 50px;
  position: static;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }

  .Header-site .cb-social {
    margin-top: 4px;
  }
  .Header-site .cb-social li:first-child {
    margin-top: -2px;
    margin-right: 0;
  }
  .Header-site #twitter-widget-0 {
    height: 21px !important;
  }

  #navi-open {
    position: absolute;
    right: 0;
    top: 40px;
    height: 52px;
    width: 40px;
    background-color: #003e81;
    box-sizing: border-box;
    text-align: center;
    z-index: 99;
    display: block;
  }
  #navi-open:hover {
    cursor: pointer;
  }

  .menu-trigger,
  #nav-open .btn,
  #nav-open-sp .btn,
  #nav-close .btn,
  .menu-trigger span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    line-height: 1;
  }

  .menu-trigger {
    position: relative;
    width: 60%;
    height: 39px;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 4px;
  }
  .menu-trigger span {
    margin: 0 auto !important;
    padding: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .menu-trigger span:nth-child(2) {
    margin: -5px auto 0 !important;
  }
  .menu-trigger span:last-child {
    margin: -9px auto 0 !important;
    margin-bottom: 0;
  }

  #header_nav {
    width: 100%;
    background-color: #003d80;
    font-size: 100%;
  }
  #header_nav .inner-link {
    display: none;
    position: absolute;
    z-index: 10;
    top: 42px;
    background: #003d80;
    width: 100%;
  }
  #header_nav li {
    border-bottom: 1px solid #fff;
    font-size: 140%;
  }
  #header_nav li a {
    color: #fff;
    padding: 4%;
    display: block;
    text-decoration: none;
    transition: 0.3s;
  }
  #header_nav li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #pagetop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
  }
  #pagetop img {
    width: 100%;
    height: auto;
  }

  /* LOGランタンスライダー */
  .theme-default .nivo-directionNav a {
    opacity: 1;
  }
}
@media screen and (max-width: 780px) {
  footer ul.cb-btns {
    width: auto;
    margin: 0 20px;
    font-size: 0;
    margin-bottom: 20px;
  }
  footer ul.cb-btns li.cb-btn {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
  footer ul.cb-btns li.cb-btn:first-child {
    margin-right: 0;
  }
  footer ul.cb-btns li.cb-btn a {
    padding: 4vw 0;
    height: auto;
    text-align: left;
    display: block;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    background-image: url(../images/existing_img/arrow.png);
    background-position: right 5% center;
    background-size: 2.7vw auto;
    background-repeat: no-repeat;
  }
  footer ul.cb-btns li.cb-btn a img {
    margin: auto;
    width: 5vw;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7.3%;
  }
  footer ul.cb-btns li.cb-btn:nth-child(2) a img {
    width: 10vw;
    height: auto;
    left: 5%;
  }
  footer ul.cb-btns li.cb-btn a span {
    margin: 0 0 0 25%;
    font-size: 4.5vw;
    color: #003e81;
    line-height: 100%;
    text-align: left;
    position: static;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
      "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }
}

@media screen and (max-width: 380px) {
}

@media screen and (max-width: 768px) and (orientation: landscape) {
}
/* other
---------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */

 #optional_parts {
	margin-bottom: 110px;
	background: #f2e9da;
}

 #optional_parts #optional_parts_box {
	max-width: 920px;
	margin: 0 auto;
	padding: 124px 0 110px;
}

 #optional_parts #optional_parts_box h3 {
	max-width: 452px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin: 0 auto 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #707070;
}

 #optional_parts #optional_parts_box dl {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 50px;
}

 #optional_parts #optional_parts_box dl dt {
	width: 54.5%;
}

 #optional_parts #optional_parts_box dl .theme-default .nivo-directionNav a {
	opacity: 1;
}

 #optional_parts #optional_parts_box dl dd {
	width: 45.5%;
	padding-left: 60px;
}

 #optional_parts #optional_parts_box dl dd h4 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}

 #optional_parts #optional_parts_box dl dd .txt_op {
	max-width: 300px;
	font-size: 16px;
	margin: 0 auto 40px;
}

 #optional_parts #optional_parts_box dl dd .price_box {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}

 #optional_parts #optional_parts_box dl dd .price_box .yen {
	font-size: 25.3px;
	padding-left: 10px;
}

 #optional_parts #optional_parts_box dl dd .price_box .price {
	font-size: 36.3px;
}

 #optional_parts #optional_parts_box dl dd .price_box .price1 {
	font-size: 22px;
}

 #optional_parts #optional_parts_box dl dd .price_box .price2 {
	display: block;
	font-size: 16px;
}

 #optional_parts #optional_parts_box dl dd a {
	display: block;
	max-width: 300px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 20px 10px;
	background: #ec6300;
}

 #optional_parts #optional_parts_box dl dd .coming_soon {
	display: block;
	max-width: 300px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 20px 10px;
	background: #707070;
}

@media screen and (max-width: 768px) {
	 #optional_parts {
		margin-bottom: 10%;
	}

	 #optional_parts #optional_parts_box {
		max-width: 90%;
		padding: 15% 0;
	}

	 #optional_parts #optional_parts_box #img01 {
		max-width: 100%;
		margin: 0 auto 5%;
	}

	 #optional_parts #optional_parts_box h3 {
		max-width: 100%;
		margin: 0 auto 5%;
		padding-bottom: 7%;
	}

	 #optional_parts #optional_parts_box #txt_op {
		max-width: 100%;
		font-size: 14px;
		margin: 0 auto 20%;
	}

	 #optional_parts #optional_parts_box dl {
		display: block;
		width: 100%;
		margin-bottom: 20%;
	}

	 #optional_parts #optional_parts_box dl dt {
		width: 100%;
		margin-bottom: 5%;
	}

	 #optional_parts #optional_parts_box dl dd {
		width: 100%;
		padding-left: 0;
	}

	 #optional_parts #optional_parts_box dl dd h4 {
		font-size: 20px;
	}

	 #optional_parts #optional_parts_box dl dd .txt_op {
		font-size: 14px;
		margin-bottom: 7%;
	}

	 #optional_parts #optional_parts_box dl dd .price_box {
		font-size: 18px;
		margin-bottom: 5%;
	}

	 #optional_parts #optional_parts_box dl dd .price_box .yen {
		font-size: 23px;
		padding-left: 10px;
	}

	 #optional_parts #optional_parts_box dl dd .price_box .price {
		font-size: 34px;
	}

	 #optional_parts #optional_parts_box dl dd a {
		max-width: 100%;
		font-size: 15px;
	}

	 #optional_parts #optional_parts_box dl dd .coming_soon {
		max-width: 100%;
		font-size: 15px;
	}
}
