/****************************
固定ページ共通
****************************/
.layer_txt_left {
  margin-top: 55px;
  float: left;
  width: 457px;
  font-size: 1rem;
  line-height: 1.5;
}
.box_content_layer_bottom {
  clear: both;
  overflow: hidden;
  padding-top: 55px;
}
.box_content_layer_menu {
  overflow: hidden;
  float: left;
}
.box_content_layer_menu li {
  float: left;
  margin-left: 16px;
}
.box_content_layer_menu li:first-child {
  margin-left: 0px;
}
.layer_txt_right {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 490px;
}

@media only screen and (max-width: 1279px) {
  .box_content_layer_menu li {
    width: 30%;
  }
  .box_content_layer_menu li img {
    width: 100%;
  }
  .layer_txt_left {
    width: 25%;
  }
  .layer_txt_right {
    width: 25%;
    bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .box_content_layer_sp p {
    line-height: 1.5;
  }
  .box_content_layer_sp .lead {
    margin-bottom: 20px;
  }
  .box_content_layer_menu_sp {
    margin: 6% 0;
    width: 100%;
  }
  .box_content_layer_menu_sp li {
    width: 100%;
    margin-bottom: 4%;
  }
  .box_content_layer_menu_sp li:last-child {
    margin-bottom: 0%;
  }
  .box_content_layer_menu_sp li img {
    width: 100%;
  }
}

/****************************
選ばれる理由
****************************/
.ttl_main_reason {
  background: url("/images/reason/reason_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_reason h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_reason h2 span {
  display: block;
}
.ttl_main_reason h2 .txt_deco_size {
  font-size: 1.14rem;
}
.txt_lead_trans {
  transition: 2s;
}
#box_content_reason {
  background: url("/images/reason/reason_bg_content.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
.box_content01_reason {
  position: relative;
}
.box_content01_reason h3 img {
  margin-left: 50px;
}
.box_content_reason01 .lead {
  margin-bottom: 30px;
}
.box_content_reason01 h3 {
  float: left;
  margin-top: 70px;
  margin-left: 60px;
}

/****************************
選ばれる理由下層共通
****************************/
.box_reason_layer_menu {
  margin-bottom: 100px;
}
.box_reason_layer_menu ul {
  overflow: hidden;
  margin: 0 auto;
  width: 1054px;
}
.box_reason_layer_menu ul li {
  float: left;
  margin-left: 34px;
}
.box_reason_layer_menu ul li:first-child {
  margin-left: 0px;
}
.box_reason_layer {
  margin-top: 100px;
}
.box_reason_layer01 {
  position: relative;
  background: url("/images/reason/bg_reason_layer01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #dcdcdc;
  max-width: 2000px;
  height: 340px;
}
.box_reason_layer01 h3 {
  position: absolute;
  top: 60px;
  right: 0%;
}
.box_reason_btn {
  position: absolute;
  top: 235px;
  right: 0%;
  display: table;
}
.txt_reason_layer {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.5;
  text-align: right;
  padding-right: 30px;
}
.btn_reason_layer {
  display: table-cell;
  vertical-align: middle;
}
.box_reason_layer02 {
  overflow: hidden;
  padding: 75px 0;
  width: 100%;
}
.box_reason_layer02_left {
  float: left;
  width: 530px;
}
.box_reason_layer02_left p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.3px;
}
.box_reason_layer02_left .bnr_reason_layer02 {
  display: block;
  margin-top: 45px;
}
.box_reason_layer02_right {
  float: right;
  width: 681px;
}
.list_reason_layer02_menu {
  overflow: hidden;
  margin-top: 8px;
}
.list_reason_layer02_menu li {
  float: left;
  margin-left: 14px;
}
.list_reason_layer02_menu li:first-child {
  float: left;
  margin-left: 0px;
}
.box_reason_layer .btn_back a {
  display: block;
  padding: 20px 0;
  background: #ffffff;
  font-size: 1.2rem;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border: 4px solid #1c1c1c;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .box_reason_layer01 h3 {
    right: 0px;
  }
  .box_reason_layer01 .box_reason_btn {
    right: 0px;
  }
  .box_reason_layer .box_reason_layer02_left {
    width: 35%;
  }
  .box_reason_layer .box_reason_layer02_left img {
    width: 98%;
  }
  .box_reason_layer .box_reason_layer02_right {
    width: 62%;
  }
  .box_reason_layer .box_reason_layer02_right img {
    width: 100%;
  }
  .box_reason_layer .box_reason_layer02_right ul li {
    width: 31%;
  }
  .box_reason_layer .box_reason_layer02_right ul li img {
    width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  .box_reason_layer_menu ul {
    width: 100%;
  }
  .box_reason_layer_menu ul li {
    width: 30%;
    margin-left: 3%;
  }
  .box_reason_layer_menu ul li img {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  #box_content_reason {
    background: none;
  }
  .box_reason_layer {
    margin-top: 60px;
  }
  .box_reason_layer01 {
    padding-bottom: 20px;
    height: auto;
    background: #e4e4e4;
  }
  .box_reason_layer01 h3 {
    position: static;
    top: 0;
    right: 0;
    padding: 20px 0px;
    width: 90%;
    margin: 0 auto;
    font-size: 2rem;
    text-align: center;
    line-height: 1.2;
  }
  .box_reason_layer01 img {
    width: 100%;
  }
  .box_reason_layer01 .ttl_reason_layer01 {
    margin: 0 auto 20px;
    width: 90%;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.3;
  }
  .txt_reason_layer {
    display: block;
    margin: 20px auto 0;
    padding-right: 0px;
    width: 90%;
    font-size: 1rem;
    text-align: left;
  }
  .btn_reason_layer {
    display: block;
    margin: 20px auto 0;
    width: 90%;
  }
  .box_reason_layer02 {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  .box_reason_layer02 .bnr_reason_layer02 {
    display: block;
    margin-top: 40px;
    width: 100%;
  }
  .box_reason_layer02 .bnr_reason_layer02 img {
    width: 100%;
  }
  .box_reason_layer_menu {
    margin-bottom: 50px;
  }
  .box_reason_layer_menu ul {
    margin-top: 30px;
    width: 90%;
  }
  .box_reason_layer_menu ul li {
    float: none;
    margin-left: 0px;
    margin-top: 20px;
  }
  .box_reason_layer_menu ul li:first-child {
    margin-top: 0px;
  }
  .box_reason_layer_menu ul li img {
    width: 100%;
  }
  .box_reason_layer_menu .btn_back a {
    width: 90%;
    box-sizing: border-box;
    margin: 40px auto 0;
  }
}

/****************************
量販店・ネットショップとの比較
****************************/
.ttl_main_comparison {
  background: url("/images/reason/comparison_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_comparison h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_comparison h2 span {
  display: block;
}
.ttl_main_comparison h2 .txt_deco_size {
  font-size: 1.14rem;
}
#box_content_comparison {
  background: url("/images/reason/bg_comparison.jpg");
  background-repeat: no-repeat;
  background-position: top right -80px;
}
.box_content01_comparison {
  overflow: hidden;
}
.box_comparison_layer01_left {
  float: left;
  width: 60%;
}
.box_comparison_layer01_left .box_comparison_post_title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.6rem;
  border-bottom: 5px solid #191919;
}
.box_comparison_layer01_left .lead {
  margin-bottom: 30px;
}
.box_comparison_layer01_left p {
  width: 80%;
}
.box_content02_comparison {
  margin-top: 90px;
}
.box_content02_comparison .box_comparison_content_title {
  position: relative;
  font-size: 28px;
  text-align: center;
}
.box_content02_comparison .box_comparison_content_title:before {
  content: "";
  display: block;
  border-top: solid 5px #bababa;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 1;
}
.box_content02_comparison .box_comparison_content_title:after {
  content: "";
  display: block;
  border-top: solid 5px #bababa;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 1;
}
.box_content02_comparison .box_comparison_content_title span {
  position: relative;
  padding: 0 15px;
  z-index: 5;
  background: #fff;
}
.box_comparison_layer02 {
  overflow: hidden;
  margin-top: 50px;
  width: 100%;
}
.box_comparison_layer02_list {
  float: left;
  margin-left: 28px;
  width: 408px;
  height: 370px;
}
.box_comparison_layer02_list:first-child,
.box_comparison_layer02_list:nth-child(4) {
  margin-left: 0px;
}
.box_comparison_layer02_list li {
  position: relative;
  padding-left: 30px;
  margin-top: 12px;
  font-size: 15px;
}
.box_comparison_layer02_list li::before,
.box_comparison_layer02_list li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.box_comparison_layer02_list li::before {
  left: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box_content03_comparison {
  margin-top: 80px;
  padding: 75px 0 90px 0;
  background: url("/images/reason/bg_comparison_check.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.box_content03_comparison .box_comparison_content_title {
  position: relative;
  font-size: 28px;
  text-align: center;
}
.box_content03_comparison .box_comparison_content_title:before {
  content: "";
  display: block;
  border-top: solid 5px #a1a1a1;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 1;
}
.box_content03_comparison .box_comparison_content_title:after {
  content: "";
  display: block;
  border-top: solid 5px #a1a1a1;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 1;
}
.box_content03_comparison .box_comparison_content_title span {
  position: relative;
  padding: 10px 15px;
  z-index: 5;
}
.box_comparison_layer03 {
  margin-top: 60px;
}
.box_comparison_layer03 img {
  width: 100%;
}
.box_content04_comparison {
  margin-top: 100px;
}
.box_comparison_layer03_list {
  overflow: hidden;
  margin-top: 35px;
}
.box_comparison_layer03_list:first-child {
  margin-top: 0px;
}
.comparison_layer03_left {
  float: left;
}
.comparison_layer03_right {
  float: right;
  width: 842px;
}
.comparison_layer03_title {
  margin-bottom: 36px;
  display: table;
  width: 100%;
}
.comparison_layer03_title img,
.comparison_layer03_title h3 {
  display: table-cell;
  vertical-align: middle;
}
.comparison_layer03_title h3 {
  padding-left: 25px;
  font-size: 22px;
  line-height: 1;
}
.comparison_layer03_title h3 span {
  display: block;
  margin-top: 3px;
  font-size: 35px;
}
.comparison_layer03_link {
  float: right;
  margin-top: 20px;
  background-color: #000000;
}
.comparison_layer03_link a {
  display: block;
  padding-left: 43px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  background: url("/images/reason/bg_member_merit.jpg");
  background-repeat: no-repeat;
}
.comparison_layer03_right .accordion_read {
  display: block;
}

@media only screen and (max-width: 1280px) {
  #box_content_comparison {
    background: rgba(0, 0, 0, 0) url("/images/reason/bg_comparison.jpg") no-repeat scroll right -210px top 90px;
  }
  .box_comparison_layer02_list {
    width: 458px;
  }
  .box_comparison_layer02_list:first-child,
  .box_comparison_layer02_list:nth-child(4) img {
    margin-left: 28px;
  }
  .box_content04_comparison img.comparison_layer03_left {
    width: 30%;
  }
  .box_content04_comparison .comparison_layer03_right {
    width: 65%;
  }
}

@media only screen and (max-width: 750px) {
  #box_content_comparison {
    background: none;
  }
  .box_content02_comparison {
    margin-top: 40px;
  }
  .box_content02_comparison .box_comparison_content_title {
    font-size: 1.7rem;
  }
  .box_content02_comparison .box_comparison_content_title span {
    display: inline-block;
  }
  .box_comparison_layer02 {
    margin: 30px auto 0;
    width: 90%;
  }
  .box_comparison_layer02_list {
    float: none;
    margin-left: 0px;
    margin-top: 40px;
    width: 100%;
    height: auto;
  }
  .box_comparison_layer02_list:first-child {
    margin-top: 0px;
  }
  .box_comparison_layer02_list img {
    width: 100%;
  }
  .box_comparison_layer02_list:first-child,
  .box_comparison_layer02_list:nth-child(4) img {
    margin-left: 0px !important;
  }
  .box_comparison_layer02_list li {
    font-size: 0.95rem;
  }
  .box_content03_comparison {
    margin-top: 50px;
    padding: 75px 0 20px 0;
    box-sizing: border-box;
    background: #e4e4e4;
  }
  .box_content03_comparison .box_comparison_content_title {
    font-size: 1.7rem;
  }
  .box_content03_comparison .box_comparison_content_title span {
    background: #e4e4e4;
  }
  .box_comparison_content_title small {
    font-size: 1rem;
  }
  .box_comparison_layer03 {
    margin: 30px auto 0;
    width: 90%;
  }
  .box_comparison_layer03_bottom {
    margin-top: 30px;
  }
  .box_comparison_layer03_bottom h4 {
    padding: 14px 10px;
    margin-bottom: 20px;
    border-top: 5px solid #191919;
    border-bottom: 5px solid #191919;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .box_comparison_layer03_bottom h4 img {
    margin-right: 10px;
    width: auto;
  }
  .box_comparison_layer03_bottom ul {
    padding: 30px 0;
    border-bottom: 5px solid #191919;
    margin-bottom: 30px;
  }
  .box_comparison_layer03_bottom ul li {
    position: relative;
    margin-top: 10px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
  }
  .box_comparison_layer03_bottom ul li:first-child {
    margin-top: 0px;
  }
  .box_comparison_layer03_bottom ul li::before {
    position: absolute;
    top: 7px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: top;
  }
  .box_comparison_layer03_bottom ul li::before {
    left: 8px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .box_content04_comparison {
    margin-top: 50px;
  }
  .box_comparison_layer03_list {
    margin: 35px auto 0;
    width: 90%;
  }
  .comparison_layer03_left {
    float: none;
    width: 100% !important;
  }
  .comparison_layer03_right {
    float: none;
    margin-top: 20px;
    width: 100% !important;
  }
  .comparison_layer03_title {
    margin-bottom: 20px;
  }
  .comparison_layer03_title h3 {
    padding-left: 15px;
    width: 83%;
    box-sizing: border-box;
    font-size: 1.3rem;
  }
  .comparison_layer03_title h3 span {
    margin-top: 5px;
    font-size: 1.7rem;
  }
  .comparison_layer03_link {
    float: none;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    background-size: contain;
    background-color: #000000;
    font-size: 1.2rem;
    text-align: center;
  }
  .comparison_layer03_right .accordion_read {
    margin-top: 20px;
    display: none;
  }
}

/****************************
B-shop OCHIクオリティー
****************************/
.ttl_main_quality {
  background: url("/images/reason/quality_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_quality h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_quality h2 span {
  display: block;
}
.ttl_main_quality h2 .txt_deco_size {
  font-size: 1.14rem;
}
#box_content_quality {
  background: url("/images/reason/bg_quality.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}
.box_content01_quality {
  overflow: hidden;
  padding-bottom: 40px;
}
.box_quality_layer01_left {
  width: 60%;
}
.box_quality_layer01_left .box_quality_post_title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.6rem;
  border-bottom: 5px solid #191919;
}
.box_quality_layer01_left .lead {
  margin-bottom: 30px;
}
.box_quality_layer01_left p {
  width: 80%;
}
.box_content02_quality {
  margin-top: 30px;
}
.box_content02_quality_list {
  clear: both;
  width: 100%;
  display: table;
}
.box_content02_quality_left_even,
.box_content02_quality_right_odd {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  background-color: #f5f5f5;
}
.box_content02_quality_left_even img,
.box_content02_quality_right_odd img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 90;
  vertical-align: middle;
  display: block;
}
.box_content02_quality_right_even,
.box_content02_quality_left_odd {
  position: relative;
  padding: 50px 0;
  width: 50%;
  background-repeat: repeat-y;
  background-position: left center;
  background-size: contain;
  background-color: #ffffff;
  vertical-align: middle;
  display: table-cell;
}
.box_content02_quality_right_even {
  background: url("/images/reason/bg_quality01_txt_right.png");
}
.box_content02_quality_left_odd {
  background: url("/images/reason/bg_quality01_txt_left.png");
}
.box_content02_quality_txt {
  padding: 0 10%;
}
.icon_quality_txt {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: -1;
}
.box_content02_quality_list:first-child .icon_quality_txt {
  top: -30px;
}
.box_content02_quality_right_even .box_quality_content_title,
.box_content02_quality_left_odd .box_quality_content_title {
  margin-bottom: 50px;
}
.box_content02_quality_right_even p,
.box_content02_quality_left_odd p {
  line-height: 1.5;
  font-size: 15px;
}

@media only screen and (max-width: 750px) {
  #box_content_quality {
    background: none;
  }
  .box_content01_quality {
    padding-bottom: 40px;
    padding-top: 40px;
    width: 90%;
    margin: 0 auto;
  }
  .box_quality_layer01_left {
    width: 100%;
  }
  .box_quality_layer01_left p {
    width: 100%;
    font-size: 1rem;
  }
  .box_content02_quality {
    margin-top: 0px;
  }
  .box_content02_quality .box_content02_quality_list:first-child {
    margin-top: 0px;
  }
  .box_content02_quality_list {
    display: block;
    margin-top: 40px;
  }
  .box_content02_quality_left_even,
  .box_content02_quality_right_odd {
    display: none;
  }
  .box_content02_quality_right_even,
  .box_content02_quality_left_odd {
    width: 100%;
    display: block;
    padding: 0px;
    background: none;
  }
  .box_content02_quality_txt {
    padding-left: 0px;
    width: 100%;
  }
  .box_content02_quality_list .icon_quality_txt {
    display: none;
  }
  .box_content02_quality_right_even .box_quality_content_title,
  .box_content02_quality_left_odd .box_quality_content_title {
    display: none;
  }
  .box_content02_quality_sp img {
    width: 100%;
  }
  .box_content02_quality_sp .box_quality_content_title {
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .box_content02_quality_right_even p,
  .box_content02_quality_left_odd p {
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
  }
}

/****************************
初めての方へ試乗ツアー
****************************/
.ttl_main_testride {
  background: url("/images/reason/testride_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_testride h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_testride h2 span {
  display: block;
}
.ttl_main_testride h2 .txt_deco_size {
  font-size: 1.14rem;
}
#box_content_testride {
  background: url("/images/reason/bg_testride.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}
.box_content01_testride {
  overflow: hidden;
  padding-bottom: 100px;
}
.box_testride_layer01_left {
  width: 60%;
}
.box_testride_layer01_left .box_testride_post_title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.6rem;
  border-bottom: 5px solid #191919;
}
.box_testride_layer01_left .lead {
  margin-bottom: 30px;
}
.box_testride_layer01_left p {
  width: 80%;
}
.box_content02_testride {
  margin-bottom: 80px;
}
.box_content02_testride img {
  width: 100%;
}
.box_content03_testride .box_inner {
  overflow: hidden;
}
.box_content03_testride .box_comparison_content_title,
.box_content04_testride .box_comparison_content_title {
  position: relative;
  margin-bottom: 50px;
  font-size: 28px;
  text-align: center;
}
.box_content03_testride .box_comparison_content_title:before,
.box_content04_testride .box_comparison_content_title:before {
  content: "";
  display: block;
  border-top: solid 5px #a1a1a1;
  width: 20%;
  height: 1px;
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 1;
}
.box_content03_testride .box_comparison_content_title:after,
.box_content04_testride .box_comparison_content_title:after {
  content: "";
  display: block;
  border-top: solid 5px #a1a1a1;
  width: 20%;
  height: 1px;
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 1;
}
.box_content03_testride .box_comparison_content_title span,
.box_content04_testride .box_comparison_content_title span {
  position: relative;
  padding: 0 15px;
  z-index: 5;
  background: #ffffff;
}

.box_content03_testride .testride_layer02_left {
  float: left;
  margin: 0 4% 0 0;
}
.box_content03_testride .testride_layer02_right {
  float: right;
  width: 55%;
}
.img_testride_bike {
  display: block;
}
.box_content03_testride p {
  margin: 0 0 40px 0;
}
.box_content03_testride ul {
  overflow: hidden;
  margin: 0 auto;
}
.box_content03_testride ul li {
  float: left;
  margin-left: 24px;
}
.box_content03_testride ul li:first-child {
  margin-left: 0px;
}

.box_content04_testride {
  margin-top: 100px;
}
.ttl_content04 {
  margin-bottom: 40px;
}
.ttl_content04 img {
  width: 100%;
}
.txt_content04 {
  margin: 0 auto;
  width: 90%;
}
.box_testride_layer02_list {
  overflow: hidden;
  margin-top: 35px;
}
.box_testride_layer02_list:first-child {
  margin-top: 0px;
}
.testride_layer02_left {
  float: left;
}
.testride_layer02_right {
  float: right;
  width: 842px;
}
.testride_layer02_title {
  overflow: hidden;
  margin-bottom: 36px;
}
.testride_layer02_title img,
.testride_layer02_title h3 {
  display: inline-block;
  vertical-align: middle;
}
.testride_layer02_title h3 {
  padding-left: 30px;
  font-size: 22px;
  line-height: 1;
}
.testride_layer02_title h3 span {
  display: block;
  margin-top: 3px;
  font-size: 36px;
}
.testride_layer02_link {
  float: right;
  padding-left: 43px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  background: url("/images/reason/bg_member_merit.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #1d1d1d;
}
.testride_layer02_link a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.testride_layer02_right .accordion_read {
  display: block;
}
.testride_layer02_money {
  overflow: hidden;
  margin-top: 40px;
  padding: 15px 0;
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
}
.testride_layer02_money_left {
  float: left;
  width: 72%;
}
.testride_layer02_money_left h4 {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
}
.testride_layer02_money_left h4::before,
.testride_layer02_money_left h4::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.testride_layer02_money_left h4::before {
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testride_layer02_money_left ul {
  margin-top: 15px;
  padding-left: 20px;
}
.testride_layer02_money_left ul li {
  font-size: 14px;
  margin-top: 6px;
}
.testride_layer02_money_left ul li:first-child {
  margin-top: 0px;
}
.testride_layer02_money_right {
  float: right;
  width: 28%;
}
.testride_layer02_money_right th,
.testride_layer02_money_right td {
  vertical-align: middle;
}
.testride_layer02_money_right th {
  padding: 7px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
  background: #000000;
  border: 9px solid;
}
.testride_layer02_money_right td {
  padding-left: 5px;
  font-size: 16px;
  color: #191919;
}
.testride_layer02_money_right tr:last-child th {
  margin-bottom: 0px;
  background: #9c0e26;
}
.testride_layer02_money_right tr:last-child td {
  color: #9c0e26;
}

@media only screen and (max-width: 1280px) {
  #box_content_testride {
    background: rgba(0, 0, 0, 0) url("/images/reason/bg_testride.jpg") no-repeat scroll 450px top;
  }
  .box_content03_testride ul li {
    float: none;
    margin-left: 0px;
    margin-top: 15px;
    text-align: right;
  }
  .box_content03_testride p {
    margin: 0;
  }
  .box_content04_testride .testride_layer02_left {
    width: 30%;
  }
  .box_content04_testride .testride_layer02_right {
    width: 65%;
  }
}

@media only screen and (max-width: 750px) {
  #box_content_testride {
    background: none;
  }
  .box_content01_testride {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .box_testride_layer01_left {
    width: 90%;
    margin: 0 auto;
  }
  .box_testride_layer01_left p {
    width: 100%;
    font-size: 1rem;
  }
  .box_content02_testride {
    margin-bottom: 40px;
  }
  .box_content03_testride .box_comparison_content_title,
  .box_content04_testride .box_comparison_content_title {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  .box_content03_testride .box_comparison_content_title span,
  .box_content04_testride .box_comparison_content_title span {
    display: inline-block;
    width: 80%;
  }
  .img_testride_bike {
    margin: 0 auto 0px;
    width: 90%;
  }
  .box_content03_testride p {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
  }
  .box_content03_testride ul {
    width: 90%;
  }
  .box_content03_testride ul li {
    float: none;
    margin-left: 0px;
    margin-top: 25px;
  }
  .box_content03_testride ul li img {
    width: 100%;
  }
  .box_content04_testride {
    margin-top: 40px;
    background: #ffffff;
  }
  .box_testride_layer02_list {
    margin: 35px auto 0;
    width: 90%;
  }
  .testride_layer02_left {
    float: none;
    width: 100% !important;
  }
  .testride_layer02_right {
    float: none;
    margin-top: 20px;
    width: 100% !important;
  }
  .testride_layer02_title {
    margin-bottom: 20px;
  }
  .testride_layer02_title h3 {
    padding-left: 15px;
    width: 83%;
    box-sizing: border-box;
    font-size: 1.3rem;
  }
  .testride_layer02_title h3 span {
    margin-top: 5px;
    font-size: 1.7rem;
  }
  .testride_layer02_link {
    float: none;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    background-size: contain;
    background-color: #000000;
    font-size: 1.2rem;
    text-align: center;
  }
  .testride_layer02_money_left {
    float: none;
    width: 100%;
  }
  .testride_layer02_money_left ul {
    padding-left: 0px;
  }
  .testride_layer02_money_right {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
  .testride_layer02_money_right tr {
    float: left;
    width: 50%;
  }
  .testride_layer02_money_right th {
    padding: 7px 10px;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 10px;
    border: none;
  }
  .testride_layer02_money_right tr:last-child th {
    margin-bottom: 10px;
  }
  .testride_layer02_money_right td {
    font-size: 1.1rem;
  }
  .testride_layer02_right .accordion_read {
    margin-top: 20px;
    display: none;
  }
}

/****************************
自転車って楽しいね
****************************/
.ttl_main_bike-life {
  position: relative;
  background: url("/images/bike-life/bike-life_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 706px;
}
.ttl_main_bike-life h2 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15%;
  font-size: 3.1rem;
  text-align: center;
}
.ttl_main_bike-life h2 span {
  display: block;
}
.ttl_main_bike-life h2 .txt_deco_size {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-size: 1.14rem;
}
.box_content01_bike-life {
  overflow: hidden;
  background: url("/images/bike-life/bg_bike-life-01.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
}
.bike-life_content01_title {
  margin-bottom: 65px;
  font-size: 1.6rem;
  text-align: center;
}
.box_content01_bike-life p {
  text-align: center;
  line-height: 1.5;
}
.box_content02_bike-life {
  max-width: 1680px;
  width: 100%;
}
.box_content02_bike-life h3 {
  background: url("/images/bike-life/ttl_bike-life-01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 133px;
}
.box_content02_bike-life h3,
.img_bike-life_content02_01 h4,
.img_bike-life_content02_02 h4,
.img_bike-life_content02_03 h4,
.img_bike-life_content02_04 h4,
.img_bike-life_content02_05 h4 {
  font-size: 0px;
}
.img_bike-life_content02_01 {
  position: relative;
  background-image: url("/images/bike-life/bg_bike-life-02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 434px;
}
.img_bike-life_content02_02 {
  position: relative;
  background-image: url("/images/bike-life/bg_bike-life-03.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 489px;
}
.img_bike-life_content02_03 {
  position: relative;
  background-image: url("/images/bike-life/bg_bike-life-04.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 806px;
}
.img_bike-life_content02_04 {
  position: relative;
  background-image: url("/images/bike-life/bg_bike-life-05.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 509px;
}
.img_bike-life_content02_05 {
  position: relative;
  background-image: url("/images/bike-life/bg_bike-life-06.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 509px;
}
.btn_life_content02_01 {
  position: relative;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}
.btn_bike-life_content02_01 {
  position: absolute;
  z-index: 10;
  right: 80px;
  bottom: 90px;
}

.btn_bike-life_content02_02 {
  position: absolute;
  z-index: 10;
  right: 30px;
  bottom: 30px;
}
.btn_bike-life_content02_03 {
  position: absolute;
  z-index: 10;
  right: 290px;
  bottom: 10px;
}
.btn_bike-life_content02_04 {
  position: absolute;
  z-index: 10;
  top: 400px;
  left: 30px;
  right: 0px;
  margin: auto;
}
.btn_bike-life_content02_05 {
  position: absolute;
  z-index: 10;
  top: 260px;
  right: 0px;
}
.box_content03_bike-life h3 {
  background: url("/images/bike-life/ttl_bike-life-02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 189px;
  font-size: 0px;
}
.content03_bike-life_text {
  background: url("/images/bike-life/bg_bike-life-07.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 50px;
}
.content03_bike-life_map_ttl {
  overflow: hidden;
  width: 1280px;
  margin: 0 auto;
}
.content03_bike-life_left {
  float: left;
  display: inline-block;
}
.content03_bike-life_right {
  float: right;
  width: 797px;
}
.bike-life_content03_title {
  margin-bottom: 50px;
  font-size: 26px;
}
.box_content01_bike-life .lead,
.box_content03_bike-life .lead {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
  .box_content_bike .box_content {
    overflow-x: scroll;
  }
  .box_content01_bike-life {
    background-position: bottom left;
  }
  .box_content02_bike-life {
    max-width: auto;
    width: 1680px;
  }
  .img_bike-life_content02_01 {
    background-position: center center;
    height: 434px;
  }
  .img_bike-life_content02_02 {
    background-position: center center;
    height: 489px;
  }
  .img_bike-life_content02_03 {
    background-position: center center;
    height: 806px;
  }
  .img_bike-life_content02_04 {
    background-position: center center;
    height: 509px;
  }
  .img_bike-life_content02_05 {
    background-position: center center;
    height: 509px;
  }
  .box_content03_bike-life h3 {
    width: 1680px;
  }
  .content03_bike-life_text {
    width: 1680px;
  }
  .content03_bike-life_map_ttl {
    width: 1280px;
  }
}

@media only screen and (max-width: 750px) {
  .box_content01_bike-life {
    background: none;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }
  .box_content01_bike-life p {
    text-align: left;
  }
  .ttl_bike-life_01 {
    margin-bottom: 20px;
    width: 100%;
  }
  .box_content02_bike-life_sp {
    margin-bottom: 40px;
    width: 100%;
  }
  .box_content02_bike-life_sp p {
    margin: 10px 0;
    line-height: 1.5;
  }
  .box_content02_bike-life_sp img {
    width: 100%;
  }
  .btn_life_content02_sp {
    margin-top: 20px;
  }
}

/****************************
サービス・メンテナンス
****************************/
.ttl_main_service {
  background: url("/images/service/service_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_service h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_service h2 span {
  display: block;
}
.ttl_main_service h2 .txt_deco_size {
  font-size: 1.14rem;
}
.box_content_service {
  position: relative;
  background: url("/images/service/service_bg_content.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
.box_content_service .lead {
  margin-bottom: 30px;
}
.box_content_service h3 {
  float: left;
  margin-top: 70px;
  margin-left: 60px;
}

/****************************
フィッティング/ボディジオメトリーフィット
****************************/
.ttl_main_fit {
  background: url("/images/fit/fit_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_fit.add2026 {
  background: url("/images/fit/fit_bg_ttl_2026.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_fit h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_fit h2 span {
  display: block;
}
.ttl_main_fit h2 .txt_deco_size {
  font-size: 1.14rem;
}
#box_content_fit {
  background: url("/images/fit/bg_fit.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}
#box_content_fit.add2026 {
  background: url("/images/fit/bg_fit_2026.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}
.box_content01_fit {
  overflow: hidden;
}
.box_fit_layer01_left {
  width: 35%;
}
.box_fit_layer01_left .box_fit_post_title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.6rem;
  border-bottom: 5px solid #191919;
}
.box_content .lead {
  margin-bottom: 30px;
}
.box_content02_fit {
  margin-top: 100px;
}
.box_content02_fit .box_fit_content_title {
  position: relative;
  margin-bottom: 50px;
  font-size: 28px;
  text-align: center;
}
.box_content02_fit .box_fit_content_title:before {
  content: "";
  display: block;
  border-top: solid 5px #a1a1a1;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 1;
}
.box_content02_fit .box_fit_content_title:after {
  content: "";
  display: block;
  border-top: solid 5px #a1a1a1;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 1;
}
.box_content02_fit .box_fit_content_title span {
  position: relative;
  padding: 10px 15px;
  z-index: 5;
  background: #ffffff;
}
.box_fit_layer02_list {
  overflow: hidden;
  margin-top: 35px;
}
.fit_layer02_left {
  float: left;
}
.fit_layer02_right {
  float: right;
  width: 842px;
}
.fit_layer02_title {
  overflow: hidden;
  margin-bottom: 36px;
}
.fit_layer02_title img,
.fit_layer02_title h3 {
  display: inline-block;
  vertical-align: middle;
}
.fit_layer02_title h3 {
  padding-left: 30px;
  font-size: 22px;
  line-height: 1;
}
.fit_layer02_title img,
.fit_layer02_title h3 {
  display: inline-block;
  vertical-align: middle;
}
.fit_layer02_title h3 span {
  display: block;
  margin-top: 3px;
  font-size: 36px;
}
.fit_layer02_right .accordion_read {
  display: block;
}
.box_fit_layer02_bottom {
  margin-top: 80px;
  overflow: hidden;
}
.box_fit_layer02_bottom_left {
  float: left;
  width: 48%;
}
.box_fit_layer02_bottom_left h4 {
  padding: 14px 10px;
  border-top: 5px solid #191919;
  border-bottom: 5px solid #191919;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
}
.box_fit_layer02_bottom_left h4 img {
  margin-right: 10px;
}
.box_fit_layer02_bottom ul {
  padding: 30px 0;
  border-bottom: 5px solid #191919;
  margin-bottom: 30px;
}
.box_fit_layer02_bottom ul li {
  position: relative;
  margin-top: 17px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
}
.box_fit_layer02_bottom ul li:first-child {
  margin-top: 0px;
}
.box_fit_layer02_bottom ul li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.box_fit_layer02_bottom ul li::before {
  left: 8px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box_fit_layer02_bottom_right {
  float: right;
  width: 604px;
}
.box_fit_layer02_bottom_right iframe {
  width: 100%;
  height: 339px;
}
.ttl_fit_layer02_bottom_right {
  margin-top: 30px;
}
.box_content03_fit {
  margin-top: 100px;
  padding: 47px 0 50px 0;
  background: url("/images/fit/bg_fit_service_menu.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.box_content03_fit.add2026 {
  background: url("/images/fit/bg_fit_service_menu_2026.png");
}
.box_fit_layer03 {
  overflow: hidden;
}
.box_fit_layer03_left {
  float: left;
  width: 48%;
}
.box_fit_layer03_left h3 {
  padding-bottom: 18px;
  margin-bottom: 30px;
  border-bottom: 5px solid #191919;
}
.box_fit_layer03_left h4 {
  margin-top: 30px;
  padding: 14px 10px;
  border-top: 5px solid #191919;
  border-bottom: 5px solid #191919;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
}
.box_fit_layer03_left h4 img {
  margin-right: 10px;
}
.box_fit_layer03_left ul {
  padding: 30px 0;
  border-bottom: 5px solid #191919;
  margin-bottom: 30px;
}
.box_fit_layer03_left ul li {
  position: relative;
  margin-top: 17px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
}
.box_fit_layer03_left ul li:first-child {
  margin-top: 0px;
}
.box_fit_layer03_left ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.box_fit_layer03_left ul li::before {
  left: 8px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.txt_fit_layer03_left_li {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
}
.box_fit_layer03_right {
  float: right;
  width: 48%;
}
.img_fit_service_menu {
  margin-top: 60px;
}
.btn_fit_service_menu {
  margin-top: 100px;
  float: right;
}
.box_content04_fit {
  margin-top: 100px;
}
.box_content04_fit .box_fit_content_title {
  margin-bottom: 45px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 30px;
  border-bottom: 5px solid #191919;
}
.box_content04_fit .box_fit_content_title span {
  display: inline-block;
  padding-left: 34px;
}
.box_content05_fit {
  margin-top: 80px;
}
.box_content05_fit .box_fit_content_title {
  position: relative;
  margin-bottom: 50px;
  font-size: 28px;
  text-align: center;
}
.box_content05_fit .box_fit_content_title:before {
  content: "";
  display: block;
  border-top: solid 5px #a1a1a1;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 45%;
  z-index: 1;
}
.box_content05_fit .box_fit_content_title span {
  position: relative;
  padding: 10px 15px;
  z-index: 5;
  background: #ffffff;
}
.box_fit_layer05_list {
  margin-top: 45px;
  overflow: hidden;
}
.fit_layer05_01 {
  float: left;
  margin-right: 28px;
}
.fit_layer05_02 {
  float: left;
  margin-right: 28px;
}
.fit_layer05_03 {
  float: right;
  width: 398px;
}
.fit_layer05_03 img {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1280px) {
  .box_fit_layer01_left {
    width: 45%;
  }
  #box_content_fit {
    background: rgba(0, 0, 0, 0) url("/images/fit/bg_fit.jpg") no-repeat scroll right -280px top 45px;
  }
  #box_content_fit.add2026 {
    background: rgba(0, 0, 0, 0) url("/images/fit/bg_fit_2026.jpg") no-repeat scroll right -280px top 45px;
  }
  .fit_layer02_left {
    width: 30%;
  }
  .fit_layer02_right {
    width: 65%;
  }
  .fit_layer02_title h3 {
    padding-left: 20px;
  }
  .box_fit_layer02_bottom_right {
    width: 380px;
  }
  .box_fit_layer02_bottom_left {
    width: 55%;
  }
  .box_fit_layer03_left {
    width: 100%;
  }
  .box_fit_layer03_right {
    width: 100%;
  }
  .fit_layer05_01,
  .fit_layer05_02,
  .fit_layer05_03 {
    width: 31%;
  }
  .fit_layer05_03 img {
    width: 100%;
  }
  .img_fit_service_menu {
    float: left;
    margin: 0 40px 0 0;
  }
  .btn_fit_service_menu {
    float: right;
    margin-top: 485px;
    width: 330px;
  }
}

@media only screen and (max-width: 750px) {
  #box_content_fit,
  #box_content_fit.add2026 {
    background: none;
  }
  .box_content01_fit {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .box_fit_layer01_left {
    width: 90%;
    margin: 0 auto;
  }
  .box_content02_fit .box_fit_content_title {
    margin-bottom: 20px;
    font-size: 1.7rem;
    line-height: 1.1;
  }
  .box_content02_fit .box_fit_content_title span {
    display: inline-block;
    width: 80%;
  }
  .box_content02_fit {
    margin-top: 0px;
  }
  .box_fit_layer02_list {
    margin: 35px auto 0;
    width: 90%;
  }
  .fit_layer02_left {
    float: none;
    width: 100%;
  }
  .fit_layer02_right {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .fit_layer02_title {
    margin-bottom: 20px;
  }
  .fit_layer02_title h3 {
    padding-left: 15px;
    width: 83%;
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .fit_layer02_title h3 span {
    margin-top: 5px;
    font-size: 1.7rem;
    line-height: 1;
  }
  .fit_layer02_right .accordion_read {
    margin-top: 20px;
    display: none;
  }
  .box_fit_layer02_bottom {
    margin: 60px auto 0;
    width: 90%;
  }
  .box_fit_layer02_bottom_left {
    float: none;
    width: 100%;
  }
  .box_fit_layer02_bottom_left h4 {
    font-size: 1.4rem;
  }
  .box_fit_layer02_bottom ul li {
    margin-top: 10px;
  }
  .box_fit_layer02_bottom_right {
    float: none;
    width: 100%;
    margin-top: 60px;
  }
  .box_fit_layer02_bottom_right iframe {
    margin-bottom: 15px;
    height: 188px;
  }
  .ttl_fit_layer02_bottom_right {
    width: 100%;
  }
  .box_content03_fit {
    margin-top: 50px;
    padding: 30px 0 30px 0;
    background: #e4e4e4;
  }
  .box_fit_layer03_left {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .box_fit_layer03_left h3 {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }
  .box_fit_layer03_left img {
    width: 100%;
  }
  .box_fit_layer03_left .accordion_link_center {
    margin-top: 20px;
  }
  .box_fit_layer03_left h4 {
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
  .box_fit_layer03_left h4 img {
    margin-right: 10px;
    width: 7%;
    display: inline-block;
    vertical-align: top;
  }
  .box_fit_layer03_left ul li {
    font-size: 1rem;
  }
  .box_fit_layer03_right {
    float: none;
    width: 100%;
  }
  .img_fit_service_menu {
    margin-top: 0px;
  }
  .btn_fit_service_menu {
    margin-top: 20px;
    float: none;
  }
  .box_content04_fit {
    width: 90%;
    margin: 50px auto 0;
  }
  .box_content04_fit .box_fit_content_title {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .box_content04_fit .box_fit_content_title span {
    padding-left: 0px;
  }
  .box_content04_fit .box_fit_layer02_list {
    width: 100%;
  }
  .box_content05_fit {
    margin-top: 40px;
  }
  .box_content05_fit .box_fit_content_title {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .box_content05_fit .box_fit_content_title span {
    padding-left: 10px;
  }
  .box_fit_layer05_list {
    width: 90%;
    margin: 30px auto;
  }
  .fit_layer05_01 {
    float: none;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .fit_layer05_02 {
    float: none;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .fit_layer05_03 {
    float: none;
    width: 100%;
  }
  .fit_layer05_03 img {
    display: none;
  }
}

/****************************
点検・メンテナンス料金表
****************************/
.ttl_main_mainte {
  background: url("/images/mainte/mainte_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_mainte h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_mainte h2 span {
  display: block;
}
.ttl_main_mainte h2 .txt_deco_size {
  font-size: 1.14rem;
}
#box_content_mainte {
  background: url("/images/mainte/bg_mainte.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}
.box_content01_mainte {
  overflow: hidden;
}
.box_mainte_layer01_left {
  width: 35%;
}
.box_mainte_layer01_left .box_mainte_post_title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.6rem;
  border-bottom: 5px solid #191919;
}

.boxMainte02 {
  box-sizing: border-box;
  padding: 0 2%;
}

.boxMainte02 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 35px;
}
@media all and (max-width: 750px) {
  .boxMainte02 .boxList {
    display: block;
  }
}

.boxMainte02 .boxListOne {
  width: 48%;
  margin-right: calc(100% - 48% * 2);
  margin-bottom: 3.5em;
}
@media all and (max-width: 750px) {
  .boxMainte02 .boxListOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15vw;
  }
}

.boxMainte02 .boxListOne:nth-child(2n) {
  margin-right: 0;
}

.boxMainte02 .boxListOne .imgMain {
  max-width: 100%;
}
@media all and (max-width: 750px) {
  .boxMainte02 .boxListOne .imgMain {
    width: 100%;
  }
}

.box_content02_mainte {
  margin-top: 100px;
}
.box_content02_mainte .box_mainte_content_title {
  position: relative;
  margin-bottom: 50px;
  font-size: 28px;
  text-align: center;
}
.box_content02_mainte .box_mainte_content_title:before {
  content: "";
  display: block;
  border-top: solid 5px #a1a1a1;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 1;
}
.box_content02_mainte .box_mainte_content_title:after {
  content: "";
  display: block;
  border-top: solid 5px #a1a1a1;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 1;
}
.box_content02_mainte .box_mainte_content_title span {
  position: relative;
  padding: 10px 15px;
  z-index: 5;
  background: #ffffff;
}

/*
.box_mainte_layer02_menulist {
    overflow: hidden;
    margin-top: 35px;
}
.box_mainte_layer02_menulist img{
	width: 100%;
}
.box_mainte_layer02_menulist01{
	float: left;
	width: 408px;
}
.box_mainte_layer02_menulist02{
	float: left;
	width: 408px;
	margin: 0 28px;
}
.box_mainte_layer02_menulist03{
	float: left;
	width: 408px;
}
*/

.boxMainte02 .boxListOne h4,
.box_mainte_layer02_menulist01 h4,
.box_mainte_layer02_menulist02 h4,
.box_mainte_layer02_menulist03 h4 {
  padding: 14px 10px;
  border-bottom: 5px solid #191919;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}

.boxMainte02 .boxListOne p,
.box_mainte_layer02_menulist01 p,
.box_mainte_layer02_menulist02 p,
.box_mainte_layer02_menulist03 p {
  margin-top: 30px;
  color: #191919;
}

.boxMainte02 .boxListOne ul,
.box_mainte_layer02_menulist01 ul,
.box_mainte_layer02_menulist02 ul,
.box_mainte_layer02_menulist03 ul {
  padding: 30px 0;
  border-bottom: 5px solid #191919;
}

.boxMainte02 .boxListOne ul li,
.box_mainte_layer02_menulist01 ul li,
.box_mainte_layer02_menulist02 ul li,
.box_mainte_layer02_menulist03 ul li {
  position: relative;
  margin-top: 15px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
}

.boxMainte02 .boxListOne ul li:first-child,
.box_mainte_layer02_menulist01 ul li:first-child,
.box_mainte_layer02_menulist02 ul li:first-child,
.box_mainte_layer02_menulist03 ul li:first-child {
  margin-top: 0px;
}

.boxMainte02 .boxListOne ul li::before,
.box_mainte_layer02_menulist01 ul li::before,
.box_mainte_layer02_menulist02 ul li::before,
.box_mainte_layer02_menulist03 ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.boxMainte02 .boxListOne ul li::before,
.box_mainte_layer02_menulist01 ul li::before,
.box_mainte_layer02_menulist02 ul li::before,
.box_mainte_layer02_menulist03 ul li::before {
  left: 8px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.box_mainte_layer02_list {
  overflow: hidden;
}
.box_mainte_layer02_list_left {
  float: left;
  width: 635px;
}
.box_mainte_layer02_list_right {
  float: right;
  width: 635px;
}
.box_mainte_layer02_list_left table,
.box_mainte_layer02_list_right table {
  border-top: 1px solid #b9bdbf;
  border-right: 1px solid #b9bdbf;
}
.box_mainte_layer02_list_left table th,
.box_mainte_layer02_list_right table th {
  padding: 16px 0;
  width: 95px;
  font-weight: bold;
  background: #dcdcdc;
  text-align: center;
  border-bottom: 1px solid #b9bdbf;
  border-left: 1px solid #b9bdbf;
  vertical-align: middle;
}
.box_mainte_layer02_list_left table th:first-child,
.box_mainte_layer02_list_right table th:first-child {
  width: 400px;
}
.box_mainte_layer02_list_left table th:nth-child(2),
.box_mainte_layer02_list_right table th:nth-child(2) {
  background: #9c0e26;
  color: #ffffff;
}
.box_mainte_layer02_list_left table td,
.box_mainte_layer02_list_right table td {
  padding: 16px 6px;
  text-align: right;
  border-bottom: 1px solid #b9bdbf;
  border-left: 1px solid #b9bdbf;
  vertical-align: middle;
}
.box_mainte_layer02_list_left table td:first-child,
.box_mainte_layer02_list_right table td:first-child {
  text-align: left;
  padding-left: 3px;
}
.box_mainte_layer02_list_left table td:nth-child(2),
.box_mainte_layer02_list_right table td:nth-child(2) {
  color: #9c0e26;
}
/*kaiteichu-----------------------*/
.box_mainte_layer02_list_left2 {
  float: left;
  width: 605px;
}
.box_mainte_layer02_list_right2 {
  float: right;
  width: 605px;
}
.box_mainte_layer02_list_left2 table,
.box_mainte_layer02_list_right2 table {
  border-top: 1px solid #b9bdbf;
  border-right: 1px solid #b9bdbf;
  width: 100%;
}
.box_mainte_layer02_list_left2 table th,
.box_mainte_layer02_list_right2 table th {
  padding: 16px 0;
  /*width: 130px;*/
  font-weight: bold;
  background: #dcdcdc;
  text-align: center;
  border-bottom: 1px solid #b9bdbf;
  border-left: 1px solid #b9bdbf;
  vertical-align: middle;
}
.box_mainte_layer02_list_left2 table th:first-child,
.box_mainte_layer02_list_right2 table th:first-child {
  /*width: 341px;*/
}
.box_mainte_layer02_list_left2 table th:last-child,
.box_mainte_layer02_list_right2 table th:last-child {
  /*background: #9c0e26;
	color: #ffffff;*/
}
.box_mainte_layer02_list_left2 table td,
.box_mainte_layer02_list_right2 table td {
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid #b9bdbf;
  border-left: 1px solid #b9bdbf;
  vertical-align: middle;
}
.box_mainte_layer02_list_left2 table td:first-child,
.box_mainte_layer02_list_right2 table td:first-child {
  text-align: left;
}
.box_mainte_layer02_list_left2 table td:last-child,
.box_mainte_layer02_list_right2 table td:last-child {
  /*color: #9c0e26;*/
}

/*kaiteichu end*/

.box_content03_mainte {
  margin-top: 65px;
}
.box_content04_mainte {
  margin-top: 100px;
}
.box_content04_mainte .box_mainte_content_title {
  margin-bottom: 45px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 30px;
  border-bottom: 5px solid #191919;
}
.box_content04_mainte .box_mainte_content_title span {
  display: inline-block;
  padding-left: 34px;
}
.box_content05_mainte {
  margin-top: 80px;
}
.box_content05_mainte .box_mainte_content_title {
  position: relative;
  margin-bottom: 50px;
  font-size: 28px;
  text-align: center;
}
.box_content05_mainte .box_mainte_content_title:before {
  content: "";
  display: block;
  border-top: solid 5px #a1a1a1;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 45%;
  z-index: 1;
}
.box_content05_mainte .box_mainte_content_title span {
  position: relative;
  padding: 10px 15px;
  z-index: 5;
  background: #ffffff;
}
.box_mainte_layer05_list {
  margin-top: 45px;
  overflow: hidden;
}

@media only screen and (max-width: 1280px) {
  .box_mainte_layer01_left {
    width: 45%;
  }
  #box_content_mainte {
    background: rgba(0, 0, 0, 0) url("/images/mainte/bg_mainte.jpg") no-repeat scroll right -280px top 45px;
  }
  /*
	.box_mainte_layer02_menulist01{
		width: 31%;
	}
	.box_mainte_layer02_menulist02{
		width: 31%;
		margin: 0 3.5%;
	}
	.box_mainte_layer02_menulist03{
		width: 31%;
	}
	*/
  .box_mainte_layer02_list_left {
    width: 48%;
  }
  .box_mainte_layer02_list_right {
    width: 48%;
  }
}

@media only screen and (max-width: 750px) {
  #box_content_mainte {
    background: none;
  }
  .box_content01_mainte {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .box_mainte_layer01_left {
    width: 90%;
    margin: 0 auto;
  }
  .box_content02_mainte .box_mainte_content_title {
    margin-bottom: 20px;
    font-size: 1.7rem;
    line-height: 1.1;
  }
  .box_content02_mainte .box_mainte_content_title span {
    display: inline-block;
    width: 80%;
  }
  .box_content02_mainte {
    margin-top: 0px;
  }
  /*
	.box_mainte_layer02_menulist {
	    margin: 35px auto 0;
    	width: 90%;
	}
	.box_mainte_layer02_menulist01{
		float: none;
		width: 100%;
	}
	.box_mainte_layer02_menulist02{
		float: none;
		width: 100%;
		margin: 15% 0px;
	}
	.box_mainte_layer02_menulist03{
		float: none;
		width: 100%;
	}*/
  .boxMainte02 .boxListOne p,
  .box_mainte_layer02_menulist01 p,
  .box_mainte_layer02_menulist02 p,
  .box_mainte_layer02_menulist03 p {
    line-height: 1.6;
  }

  .boxMainte02 .boxListOne h4,
  .box_mainte_layer02_menulist01 h4,
  .box_mainte_layer02_menulist02 h4,
  .box_mainte_layer02_menulist03 h4 {
    font-size: 1.3rem;
  }

  .boxMainte02 .boxListOne h4 img,
  .box_mainte_layer02_menulist01 h4 img,
  .box_mainte_layer02_menulist02 h4 img,
  .box_mainte_layer02_menulist03 h4 img {
    margin-right: 10px;
    width: 7%;
    display: inline-block;
    vertical-align: top;
  }

  .boxMainte02 .boxListOne ul li,
  .box_mainte_layer02_menulist01 ul li,
  .box_mainte_layer02_menulist02 ul li,
  .box_mainte_layer02_menulist03 ul li {
    font-size: 1rem;
  }
  /*
	.box_mainte_layer02_list img{
		width: 100%;
	}
	.box_content04_mainte {
	    width: 90%;
    	margin: 50px auto 0;
	}
	*/
  .box_content04_mainte .box_mainte_content_title {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .box_content04_mainte .box_mainte_content_title span {
    padding-left: 0px;
  }
  .box_content04_mainte .box_mainte_layer02_list {
    width: 100%;
  }
  /*
	.box_content05_mainte {
	    margin-top: 40px;
	}
*/
}

/****************************
納車までの流れ
****************************/
.ttl_main_flow {
  background: url("/images/flow/flow_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_flow h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_flow h2 span {
  display: block;
}
.ttl_main_flow h2 .txt_deco_size {
  font-size: 1.14rem;
}
.box_content01_flow {
  margin-top: 75px;
}
.box_content01_flow .box_flow_content_title {
  margin-bottom: 45px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 30px;
  border-bottom: 5px solid #191919;
}
.box_flow_layer01_list {
  overflow: hidden;
  margin-top: 35px;
}
.flow_layer01_left {
  float: left;
}
.flow_layer01_right {
  float: right;
  width: 842px;
}
.flow_layer01_title {
  overflow: hidden;
  margin-bottom: 36px;
}
.flow_layer01_title img,
.flow_layer01_title h3 {
  display: inline-block;
  vertical-align: middle;
}
.flow_layer01_title h3 {
  padding-left: 30px;
  font-size: 26px;
  line-height: 1;
}
.flow_layer01_right .accordion_read {
  display: block;
}
.box_flow_layer01_bottom {
  width: 100%;
  margin-top: 33px;
}
.box_flow_layer01_bottom h4 {
  padding: 14px 10px;
  border-top: 5px solid #191919;
  border-bottom: 5px solid #191919;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
}
.box_flow_layer01_bottom h4 img {
  margin-right: 10px;
}
.box_flow_layer01_bottom ul {
  padding: 30px 0;
  border-bottom: 5px solid #191919;
  margin-bottom: 30px;
}
.box_flow_layer01_bottom ul li {
  position: relative;
  margin-top: 17px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
}
.box_flow_layer01_bottom ul li:first-child {
  margin-top: 0px;
}
.box_flow_layer01_bottom ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.box_flow_layer01_bottom ul li::before {
  left: 8px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flow_layer01_link {
  float: right;
  margin-top: 10px;
}
.btn_flow_link {
  display: block;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1280px) {
  img.flow_layer01_left {
    width: 30%;
  }
  .flow_layer01_right {
    width: 65%;
  }
  .box_service_layer_menu ul {
    width: 992px !important;
  }
}

@media only screen and (max-width: 750px) {
  .box_content01_flow {
    width: 90%;
    margin: 50px auto 0;
  }
  .box_content01_flow .box_flow_content_title {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .box_content01_flow .box_flow_layer01_list {
    width: 100%;
  }
  .box_content02_fit {
    margin-top: 0px;
  }
  .box_flow_layer01_list {
    margin: 35px auto 0;
    width: 90%;
  }
  .flow_layer01_left {
    float: none;
    width: 100% !important;
  }
  .flow_layer01_right {
    float: none;
    margin-top: 20px;
    width: 100% !important;
  }
  .flow_layer01_title {
    margin-bottom: 20px;
  }
  .flow_layer01_title h3 {
    padding-left: 15px;
    width: 83%;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .flow_layer01_right .accordion_read {
    margin-top: 20px;
    display: none;
  }
  .box_flow_layer01_bottom {
    margin-top: 20px;
  }
  .box_flow_layer01_bottom h4 {
    font-size: 1.4rem;
  }
  .box_flow_layer01_bottom ul {
    padding: 20px 0;
  }
  .box_flow_layer01_bottom ul li {
    margin-top: 10px;
  }
  .flow_layer01_link {
    float: none;
    margin-top: 20px;
  }
  .flow_layer01_link img {
    width: 100%;
  }
  .btn_flow_link {
    margin: 40px auto 50px;
    width: 100%;
  }
}

/****************************
サービス・メンテナンス 下層共通
****************************/
.box_service_layer {
  margin-top: 150px;
}
.box_service_layer_menu {
  margin-bottom: 50px;
}
.box_service_layer_menu ul {
  overflow: hidden;
  margin: 0 auto;
  width: 1054px;
}
.box_service_layer_menu ul li {
  float: left;
  margin-left: 34px;
}
.box_service_layer_menu ul li:first-child {
  margin-left: 0px;
}
.box_service_layer .btn_back a {
  display: block;
  padding: 20px 0;
  background: #ffffff;
  font-size: 1.2rem;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border: 4px solid #1c1c1c;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .box_service_layer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .box_service_layer_menu ul {
    width: 90% !important;
  }
  .box_service_layer_menu ul li {
    float: none;
    margin-left: 0px;
    margin-top: 15px;
  }
  .box_service_layer_menu ul li:first-child {
    margin-left: 0px;
    margin-top: 0px;
  }
  .box_service_layer_menu ul li img {
    width: 100%;
  }
  .box_service_layer .btn_back a {
    width: 90%;
    box-sizing: border-box;
    margin: 40px auto 0;
  }
}

/****************************
新着情報
****************************/
.ttl_main_info {
  background: url("/images/info/info_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_info h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_info h2 span {
  display: block;
}
.ttl_main_info h2 .txt_deco_size {
  font-size: 1.14rem;
}
.box_content_single_left {
  float: left;
  width: 975px;
}
.box_content_single_left h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.box_content_single_left .txt_single_date {
  float: left;
  font-size: 0.9rem;
}
.box_content_single_left .post-categories {
  font-size: 0.9rem;
  display: flex;
}
.box_content_single_left .post-categories li {
  margin-right: 0.5em;
}
.box_content_single_right {
  float: right;
  width: 250px;
}
.box_content_single_right #categories,
.box_content_single_right #recent,
.box_content_single_right #archives {
  margin-bottom: 55px;
}
.box_content_single_right #categories h2 {
  background: url("/images/info/info_ttl_side01.png") no-repeat;
  height: 94px;
  font-size: 0rem;
}
.box_content_single_right #recent h2 {
  background: url("/images/info/info_ttl_side02.png") no-repeat;
  height: 94px;
  font-size: 0rem;
}
.box_content_single_right #archives h2 {
  background: url("/images/info/info_ttl_side03.png") no-repeat;
  height: 94px;
  font-size: 0rem;
}
.box_content_single_right #categories li,
.box_content_single_right #recent li,
.box_content_single_right #archives li {
  position: relative;
  background: #d9d9d9;
  border-top: 1px solid #ffffff;
  font-size: 0.9rem;
  font-weight: bold;
}
.box_content_single_right #categories li a,
.box_content_single_right #recent li a,
.box_content_single_right #archives li a {
  padding: 19px 20px;
  display: block;
  color: #000000;
  text-decoration: none;
}
.box_content_single_right #recent li a {
  padding-right: 30px;
}
.box_content_single_right #categories li span,
.box_content_single_right #recent li span,
.box_content_single_right #archives li span {
  display: inline-block;
}
.box_content_single_right #categories li::before,
.box_content_single_right #categories li::after,
.box_content_single_right #recent li::before,
.box_content_single_right #recent li::after,
.box_content_single_right #archives li::before,
.box_content_single_right #archives li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.box_content_single_right #categories li::before,
.box_content_single_right #recent li::before,
.box_content_single_right #archives li::before {
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box_content_single_right #categories li:hover::before,
.box_content_single_right #recent li:hover::before,
.box_content_single_right #archives li:hover::before {
  right: 18px;
}
.box_single_data {
  overflow: hidden;
}

.boxSingleNewsMovie {
  margin-top: 3em;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxSingleNewsMovie {
    margin-top: 5vw;
  }
}

@media all and (max-width: 750px) {
  .boxSingleNewsMovie iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

.txt_single_thumbnail {
  margin: 80px auto 0;
  text-align: center;
}
.txt_single_content {
  margin: 55px 0 114px 0;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.box_navigation {
  overflow: hidden;
  margin-bottom: 55px;
}
.box_navigation .next a,
.box_navigation .prev a {
  display: block;
  padding: 20px 74px;
  background: #dcdcdc;
  font-size: 1.1rem;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border: 4px solid #1c1c1c;
}
.box_navigation .next a {
  float: right;
  text-align: left;
}
.box_navigation .prev a {
  float: left;
  text-align: right;
}
.box_content_single_left .btn_back a {
  display: block;
  padding: 20px 0;
  background: #ffffff;
  font-size: 1.2rem;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border: 4px solid #1c1c1c;
  text-align: center;
}

.txt_single_content .box_content02_comparison {
  margin: 60px 0 0 0 !important;
}

.txt_single_content .tit_contents_infoh4 {
  border-bottom: 1px solid #c8c9c3;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 26px 0 20px;
  padding: 12px 22px;
  font-weight: bold;
  position: relative;
}
.txt_single_content .icn_arrow_h401::before {
  border-right: 2px solid #000000;
  border-top: 2px solid #ffffff;
  height: 8px;
  left: 8px;
  transform: rotate(45deg);
  width: 8px;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  vertical-align: middle;
}
.txt_single_content .icn_arrow_h401::after {
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  content: "";
  display: block;
  height: 8px;
  left: 0px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

.txt_single_content .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.txt_single_content .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.txt_single_content .aligncenter {
  text-align: center;
  margin: 20px auto;
}

@media only screen and (max-width: 1280px) {
  .box_content_single_left {
    width: 75%;
  }
  .box_content_single_right {
    float: right;
    width: 220px;
  }
  .single_content_list:nth-child(4n) {
    margin-right: 26px !important;
  }
  .single_content_list:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .box_content_single_left {
    margin-bottom: 40px;
    float: none;
    width: 100%;
  }
  .box_content_single_left .box_content_ttl_h2 {
    padding-top: 30px;
  }
  .box_content_single_left h3 {
    font-size: 1.4rem;
  }
  .box_content_single_left .txt_single_date {
    font-size: 1.1rem;
  }
  .box_content_single_left .post-categories {
    font-size: 1.1rem;
  }
  .txt_single_thumbnail {
    margin: 40px auto 0;
  }
  .txt_single_thumbnail img {
    width: 100%;
    height: auto;
  }
  .txt_single_content {
    margin: 30px 0 55px 0;
  }
  .txt_single_content img {
    width: 100%;
    height: auto;
  }
  .box_navigation {
    margin-bottom: 25px;
  }
  .box_navigation .next a,
  .box_navigation .prev a {
    display: block;
    width: 46%;
    padding: 15px 34px;
    box-sizing: border-box;
  }
  .box_content_single_left .btn_back a {
    width: 100%;
    padding: 15px 0;
    font-size: 1.2rem;
    box-sizing: border-box;
  }
  .txt_single_content .box_navigation .prev a {
    width: 100% !important;
  }
}

/****************************
新着情報一覧
****************************/
.box_single_list {
  /*	overflow: hidden;*/
}
.single_content_list {
  position: relative;
  /*	float: left;*/
  margin-bottom: 55px;
  width: 100%;
  /*min-height: 350px;*/
  /*background-image: url('/images/info/info_bg_list.png');*/
  /*background-color: #000;*/
  background-repeat: no-repeat;
  background-position: left top;
  /*    background-size: contain;*/
  background-size: 100% 90%;
  align-items: flex-start;
  display: flex;
}
.single_content_list .cont {
  width: calc(100% - 275px);
  padding: 20px;
  margin-left: auto;
  border-top: 1px solid;
}
.single_content_list:nth-child(4n) {
  margin-right: 0px;
}
.single_content_list .box_single_data {
  font-size: 0.8rem;
  display: flex;
}
.single_content_list h3 {
  clear: both;
  margin-top: 12px;
  font-size: 1.2rem;
}
.txt_single_list {
  margin-top: 20px;
  font-size: 0.8rem;
}
.single_content_list a {
  color: #000;
}
.single_readmore.arro_white_right a {
  padding-left: 1.5em;
}
.single_readmore.arro_white_right a:before {
  width: 1em;
  height: 1em;
  background-color: #000;
  right: auto;
  left: 0;
}
.single_readmore.arro_white_right a:after {
  border-width: 1px;
  right: auto;
  left: 3px;
  width: 4px;
  height: 4px;
}

.single_readmore {
  margin-top: 16px;
  text-align: right;
  font-size: 1.2rem;
}
.img_single_list {
  /*	position: absolute;
    left: 0; right: 0; bottom: 0;*/
  overflow: hidden;
  background: #000;
  width: 205px;
}
.single_content_list .img_single_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_content_list .img_single_list a {
  display: block;
  width: 100%;
  height: 150px;
}
.img_single_list a {
  display: block;
  text-align: center;
}
/***ページネーション***/
.box_pagination {
  margin-top: 94px;
  text-align: center;
}
.box_pagination li {
  display: inline-block;
}

.box_pagination a {
  display: block;
  padding: 5px 5px;
  font-weight: 300;
  text-decoration: none;
  color: #191919;
}

.box_pagination li:not([class*="current"]) a:hover {
  background-color: #191919;
  color: #ffffff;
}

.box_pagination li:first-of-type a {
  border-left-width: 1px;
}
.box_pagination li.first_pagination,
.box_pagination li.last_pagination {
  display: none;
}
.box_pagination li.previous_pagination {
  margin-right: 80px;
}
.box_pagination li.next_pagination {
  margin-left: 80px;
}
.box_pagination li.previous_pagination a,
.box_pagination li.next_pagination a {
  padding: 5px 20px;
  background: #dcdcdc;
  position: relative;
  display: block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.box_pagination li.previous_pagination span {
  padding-left: 20px;
}
.box_pagination li.next_pagination span {
  padding-right: 20px;
}
.box_pagination li.previous_pagination a::before,
.box_pagination li.previous_pagination a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.box_pagination li.previous_pagination a::after {
  left: 15px;
  width: 8px;
  height: 8px;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.box_pagination li.next_pagination a::before,
.box_pagination li.next_pagination a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.box_pagination li.next_pagination a::after {
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box_pagination li.previous_pagination a:hover::after,
.box_pagination li.next_pagination a:hover::after {
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
}
.box_pagination li.current_pagination a {
  background-color: #191919;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 750px) {
  .box_single_list {
    margin-top: 20px;
  }
  .single_content_list_sp {
    overflow: hidden;
    margin-bottom: 4rem;
  }
  .img_single_list_sp {
    width: 100%;
    margin-bottom: 15px;
  }
  .img_single_list_sp img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .single_content_right_sp {
    width: 100%;
  }
  .box_single_data_sp {
    overflow: hidden;
    display: flex;
  }
  .txt_single_date_sp {
    color: #191919;
    margin-right: 1em;
  }
  .post-categories {
    display: flex;
    flex-wrap: wrap;
  }
  .post-categories li {
    margin: 0 8px 5px 0;
  }
  .post-categories a {
    padding: 4% 0%;
    text-decoration: underline;
    color: #000;
  }
  .single_content_right_sp h3 {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  /***ページネーション***/
  .box_pagination {
    margin-top: 30px;
    margin-bottom: 80px;
    width: 100%;
    box-sizing: border-box;
  }
  .box_pagination li.previous_pagination {
    margin-right: 0px;
  }
  .box_pagination li.next_pagination {
    margin-left: 0px;
  }
  .box_pagination li.previous_pagination a,
  .box_pagination li.next_pagination a {
    background: none;
    padding: 0 10px;
    font-size: 0.9rem;
  }
  .box_pagination li.previous_pagination span {
    display: none;
  }
  .box_pagination li.next_pagination span {
    display: none;
  }
  /*
	.box_pagination a {
	    font-weight: 300;
	    text-decoration: none;
	    min-width: 30px;
	    min-height: 30px;
	    color: #191919;
	    margin: 0 10px;
	}
  */
  .box_pagination a {
    font-weight: 300;
    text-decoration: none;
    color: #191919;
    margin: 0 3px;
  }
}

/*##### News Movie #####*/
.pageNewsMovie .box_single_list {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.pageNewsMovie .box_single_list * {
  box-sizing: border-box;
}

.pageNewsMovie .box_single_list .boxListOne {
  width: 32%;
  margin-right: calc((100% - 32% * 3) / 2);
  margin-bottom: 1em;
  background-color: #dcdcdc;
}
@media all and (max-width: 750px) {
  .pageNewsMovie .box_single_list .boxListOne {
    width: 100%;
    margin-right: 0;
  }
}

.pageNewsMovie .box_single_list .boxListOne:nth-child(3n) {
  margin-right: 0;
}

.pageNewsMovie .box_single_list .boxListOne a {
  text-decoration: none;
  color: #000;
}

.pageNewsMovie .box_single_list .boxListOneIn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.pageNewsMovie .box_single_list .boxListOneIn .boxListImg {
  width: 45%;
  height: 100px;
  border: 4px #000 solid;
}

.pageNewsMovie .box_single_list .boxListOneIn .boxListImg:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.pageNewsMovie .box_single_list .boxListOneIn .boxListImg:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  background-image: url("/images/news/news-movie-icn-play01.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

.pageNewsMovie .box_single_list .boxListOneIn .boxListTxt {
  width: 55%;
  padding: 3% 3% 3% 4%;
  background-image: url("/images/index/index02-bg01.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.pageNewsMovie .box_single_list .boxListOneIn .boxListTxt .boxListMeta {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.2em;
}

.pageNewsMovie .box_single_list .boxListOneIn .boxListTxt .boxListMeta .txt01 {
  margin-right: 0.5em;
  padding: 0.3em 0.4em 0.1em 0.3em;
  background-color: #9c0e26;
  line-height: 1;
  font-size: 0.7rem;
  color: #fff;
}
@media all and (max-width: 750px) {
  .pageNewsMovie .box_single_list .boxListOneIn .boxListTxt .boxListMeta .txt01 {
    font-size: 3vw;
  }
}

.pageNewsMovie .box_single_list .boxListOneIn .boxListTxt .boxListMeta .txtDate {
  font-size: 0.9rem;
}
@media all and (max-width: 750px) {
  .pageNewsMovie .box_single_list .boxListOneIn .boxListTxt .boxListMeta .txtDate {
    font-size: 3.5vw;
  }
}

.pageNewsMovie .box_single_list .boxListOneIn .boxListTxt .ttlList {
  font-size: 0.9em;
  color: #000;
  text-decoration: underline;
}
@media all and (max-width: 750px) {
  .pageNewsMovie .box_single_list .boxListOneIn .boxListTxt .ttlList {
    font-size: 3.8vw;
  }
}

/****************************
店舗商品情報
****************************/
.ttl_main_item {
  background: url("/images/info/info_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_item h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_item h2 span {
  display: block;
}
.ttl_main_item h2 .txt_deco_size {
  font-size: 1.14rem;
}
.box_content_item_left {
  float: left;
  width: 975px;
}
.box_item_post_title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 1.6rem;
  border-bottom: 5px solid #191919;
}
.box_content_item_left .txt_item_date {
  float: left;
  font-size: 0.9rem;
}
.box_content_item_left .post-categories {
  float: left;
  font-size: 0.9rem;
}
.box_item_data {
  overflow: hidden;
}
.txt_item_content {
  margin: 55px 0 112px 0;
  line-height: 1.7;
}

/** 商品写真 **/
.img_item_photo img {
  display: block;
  margin: 0 auto;
}

/** 商品情報 **/
.box_item_maker {
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 100px;
}
.box_item_maker h4 {
  overflow: hidden;
  padding: 18px 20px;
  background-image: url("/images/common/bk_single_maker.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-color: #d9d9d9;
}
.txt_category_item_left {
  vertical-align: middle;
  padding: 7px 12px;
  font-size: 0.8rem;
  color: #ffffff;
  background: #191919;
  font-weight: 700;
}
.txt_category_item_right {
  vertical-align: middle;
  padding: 7px 12px;
  margin-left: 2px;
  font-size: 0.8rem;
  font-weight: 700;
}
.stock_off {
  background: #cdcdcd;
}
.stock_on {
  background: #9c0e26;
  color: #ffffff;
}
.ttl_item_maker {
  vertical-align: middle;
  padding-left: 22px;
  font-size: 1.2rem;
}
.box_item_maker_dl {
  overflow: hidden;
  margin: 35px 0;
}
.box_item_maker_dl dl {
  overflow: hidden;
  float: left;
  padding: 20px 0;
  margin-left: 20px;
  border-bottom: 1px solid #c8c9c3;
  width: 47%;
}
.box_item_maker_dl dl:nth-child(even) {
  overflow: hidden;
  float: right;
  padding: 20px 0;
  margin-left: 20px;
  border-bottom: 1px solid #c8c9c3;
  width: 47%;
}
.box_item_maker_dl dl dt {
  float: left;
  position: relative;
  padding-left: 30px;
  width: 100px;
  font-size: 0.9rem;
  font-weight: bold;
}
.box_item_maker_dl dl dt::before,
.box_item_maker_dl dl dt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.box_item_maker_dl dl dt::before {
  left: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box_item_maker_dl dl dd {
  float: left;
  font-size: 0.9rem;
}
.txt_item_maker {
  margin-left: 20px;
}
.box_item_contact {
  overflow: hidden;
  float: right;
  display: table;
  margin-top: 55px;
}
.box_item_contact li {
  display: table-cell;
  padding-left: 20px;
  vertical-align: bottom;
}
.box_item_contact li span {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
}

/** その他タイプの商品を見る・その他ブランドの商品を見る **/
.box_item_type_box,
.box_item_brand_box {
  clear: both;
  margin-bottom: 60px;
}
.box_item_type_box h4,
.box_item_brand_box h4 {
  position: relative;
  margin-bottom: 40px;
  font-size: 1.1rem;
  background-repeat: repeat-x;
  background-position: center center;
  background-image: url("/images/common/bk_single_border.png");
}
.box_item_type_box h4 span,
.box_item_brand_box h4 span {
  display: block;
  padding-left: 18px;
  padding-right: 20px;
  background-color: #ffffff;
}
.box_item_type_box h4::before,
.box_item_type_box h4::after,
.box_item_brand_box h4::before,
.box_item_brand_box h4::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.box_item_type_box h4::before,
.box_item_brand_box h4::before {
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.item_type_box {
  overflow: hidden;
}
.item_type_list {
  overflow: hidden;
  float: left;
  width: 226px;
  margin-left: 23px;
}
.item_type_list:first-child {
  margin-left: 0px;
}
.item_type_list p {
  margin-top: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.item_type_list a {
  color: #191919;
  text-decoration: none;
}
.item_type_list_img {
  overflow: hidden;
  position: relative;
  padding: 40px 14px 14px 14px;
  border: 1px solid #191919;
  height: 113px;
}
.item_type_list_img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.box_type_list_data {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  display: table;
}
.item_type_list_data,
.item_type_list_category_left,
.item_type_list_category_right {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 7px;
  font-size: 0.8rem;
  line-height: 1;
}
.item_type_list_data {
  background: #ffffff;
}
.item_type_list_category_left {
  background: #191919;
  color: #ffffff;
}
.item_type_not_txt {
  padding: 35px 0;
  color: #a0a0a0;
  font-size: 1.2rem;
  text-align: center;
  background-image: url("/images/common/bk_type_not_list.png");
}

@media only screen and (max-width: 750px) {
  .box_content_item_left {
    margin-bottom: 40px;
    float: none;
    width: 100%;
  }
  .box_content_item_left .box_content_ttl_h2 {
    padding-top: 30px;
  }
  .box_item_post_title {
    font-size: 1.4rem;
  }
  .box_content_item_left .txt_item_date {
    font-size: 1.1rem;
  }
  .box_content_item_left .post-categories {
    font-size: 1.1rem;
  }
  .txt_item_content {
    margin: 30px 0 55px 0;
  }
  .box_content_item_left .btn_back a {
    width: 100%;
    padding: 15px 0;
    font-size: 1.2rem;
    box-sizing: border-box;
  }

  /** 商品写真 **/
  .box_single_item {
    margin-top: 30px;
  }
  .box_single_item h3 {
    width: 90%;
    margin: 0 auto;
    border-bottom: none;
  }
  .item_single_photo {
    position: relative;
    padding: 30px 0;
    margin: 10px auto 0;
    width: 90%;
    border: 1px solid #191919;
  }
  .item_single_photo_img {
    width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 750px) {
    .item_single_photo_img img {
      width: 100%;
      height: auto;
    }
  }

  /** カスタムフィールド出力部分 **/
  .box_item_maker {
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000000;
  }
  .box_item_maker_dl {
    margin: 0 auto 30px;
    width: 90%;
  }
  .box_item_maker_dl dl {
    float: none;
    padding: 10px 0;
    margin-left: 0;
    width: 100%;
  }
  .box_item_maker_dl dl:nth-child(even) {
    float: none;
    padding: 10px 0;
    margin-left: 0px;
    width: 100%;
  }
  .box_item_maker_dl dl dd {
    float: none;
  }
  .box_item_maker_dl dl dd a {
    font-size: 0.8rem;
  }
  .txt_item_maker {
    margin: 0 auto 40px;
    width: 90%;
  }
  .item_single_tel_text {
    display: block;
    margin-bottom: 10px;
    width: 90%;
    text-align: center;
    font-weight: bold;
  }

  /** タイプ別投稿 **/
  .box_item_type_box {
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
  }
  .box_item_type_box,
  .box_item_brand_box {
    margin-bottom: 40px;
  }
  .box_item_type_box h4,
  .box_item_brand_box h4 {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 1rem;
    background: none;
  }
  .item_type_box {
    width: 90%;
    margin: 0 auto;
  }
  .item_type_list {
    margin-left: 0px;
    margin-bottom: 30px;
    width: 100%;
  }
  .item_type_list_img {
    float: left;
    width: 38%;
    height: auto;
  }
  .item_type_list p {
    float: right;
    width: 50%;
    font-size: 0.95rem;
  }
  .item_type_list_data,
  .item_type_list_category_left,
  .item_type_list_category_right {
    padding: 2px 2px;
    font-size: 0.6rem;
  }
  .box_single_item .btn_back {
    width: 90%;
    margin: 0 auto;
  }
}

/****************************
店舗商品情報一覧
****************************/
.item_archive_box {
  overflow: hidden;
}
.item_archive_list {
  overflow: hidden;
  float: left;
  width: 310px;
  height: 308px;
  margin-left: 22px;
  margin-bottom: 80px;
}
.item_archive_list:nth-child(3n + 1) {
  margin-left: 0px;
}
.item_archive_list p {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.3;
}
.item_archive_list a {
  color: #191919;
  text-decoration: none;
}
.item_archive_list_img {
  overflow: hidden;
  position: relative;
  padding: 10px;
  border: 1px solid #191919;
  width: 288px;
  height: 210px;
}
.item_archive_list_img img {
  display: block;
  position: absolute;
  margin: auto;
  width: 90%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.box_archive_list_data {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  display: table;
}
.item_archive_list_data,
.item_archive_list_category_left,
.item_archive_list_category_right {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 7px;
  font-size: 0.8rem;
}
.item_archive_list_data {
  background: #ffffff;
}
.item_archive_list_category_left {
  background: #191919;
  color: #ffffff;
}

@media only screen and (max-width: 1280px) {
  .item_archive_list:nth-child(3n + 1) {
    margin-left: 22px;
  }
  .item_archive_list:nth-child(odd) {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 750px) {
  .item_archive_list {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
    border-bottom: 1px dashed #676767;
  }
  .item_archive_list:nth-child(3n + 1) {
    margin-left: 0px;
  }
  .item_archive_list_img {
    width: 85%;
    height: 250px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .item_archive_list p {
    width: 86%;
    margin: 10px auto 0;
  }
  .item_archive_list_data {
    font-weight: bold;
  }
}

/****************************
店舗のご案内
****************************/
.ttl_main_shop {
  background: url("/images/shop/shpp_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_shop h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_shop h2 span {
  display: block;
}
.ttl_main_shop h2 .txt_deco_size {
  font-size: 1.14rem;
}
#bg_shop_wrap {
  background: url("/images/shop/bg_shop_wrap.png");
  background-repeat: no-repeat;
  background-position: top center;
}
.box_content01_shop {
  overflow: hidden;
  padding-bottom: 70px;
}
.box_shop_layer01_right {
  float: right;
  position: relative;
  width: 567px;
}
.box_shop_layer01_right .ttl_shop_main {
  position: absolute;
  left: -200px;
  top: 30px;
}
.box_shop_layer01_right #box_shop_calendar {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  padding: 30px 16px 15px 16px;
  background: #ffffff;
  border: 1px solid #000000;
}
.shop_calendar_left {
  float: left;
  width: 104px;
}
.shop_calendar_right {
  float: right;
  width: 410px;
}
#biz_calendar1 {
  float: left;
  width: 194px;
}
#biz_calendar2 {
  float: left;
  width: 194px;
  margin-left: 16px;
}
#box_shop_calendar .txt_boxeventday {
  position: absolute;
  top: 132px;
  left: 18px;
}
#box_shop_calendar .txt_boxeventday2 {
  position: absolute;
  top: 162px;
  left: 18px;
}
#box_shop_calendar .txt_holiday {
  position: absolute;
  top: 102px;
  left: 18px;
}
.shop_calendar_bottom {
  clear: both;
  margin-top: 30px;
}
.shop_calendar_bottom li {
  margin-bottom: 3px;
  font-size: 14px;
}
.box_shop_layer01_left {
  float: left;
  margin-top: 100px;
  width: 40%;
}
.box_shop_layer01_left ul {
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}
.box_shop_layer01_left ul li {
  float: left;
  margin-bottom: 7px;
  margin-right: 7px;
}
.box_shop_layer01_left ul li:nth-child(even) {
  margin-right: 0px;
}
.box_shop_layer01_left ul li:nth-child(3),
.box_shop_layer01_left ul li:nth-child(4) {
  margin-bottom: 0px;
}
.box_shop_layer01_left p {
  width: 100%;
}
.list_shop_info {
  margin-top: 50px;
  width: 640px;
}
.list_shop_info th,
.list_shop_info td {
  padding: 18px 0;
  border-bottom: 1px solid #c8c9c3;
  vertical-align: middle;
  text-align: left;
}
.list_shop_info th {
  position: relative;
  padding-left: 30px;
  width: 90px;
  font-size: 14px;
  font-weight: bold;
}
.list_shop_info th::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.list_shop_info th::before {
  left: 8px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list_shop_info td {
  padding-left: 35px;
}
.list_shop_info td a {
  color: #9c0e26;
  text-decoration: underline;
}
.list_shop_info td a:hover {
  text-decoration: none;
}
.box_content02_shop {
  height: 518px;
  overflow: hidden;
}
.box_content02_shop #map_canvas {
  height: 518px;
}
.map_embed {
  max-width: 100%;
  height: 0;
  margin: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.map_embed > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.map_embed img {
  max-width: none;
}
.box_content03_shop {
  overflow: hidden;
  position: relative;
  margin-top: 65px;
  margin-bottom: 100px;
}
.box_content03_shop h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  overflow: hidden;
  display: inline-block;
}
.box_content03_shop .txt_shop_floor {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 130px;
  width: 430px;
  display: inline-block;
}
.box_content03_shop .bg_shop_floor {
  position: relative;
  margin-top: 180px;
  margin-left: 35px;
  width: 1018px;
}
.box_floor_popup span {
  display: none;
}
.icon_shop_pin01,
.icon_shop_pin02,
.icon_shop_pin03,
.icon_shop_pin04,
.icon_shop_pin05,
.icon_shop_pin06,
.icon_shop_pin07,
.icon_shop_pin08,
.icon_shop_pin09,
.icon_shop_pin10,
.icon_shop_pin11,
.icon_shop_pin12,
.icon_shop_pin13,
.icon_shop_pin14,
.icon_shop_pin15,
.icon_shop_pin16 {
  position: absolute;
  z-index: 10;
}
.icon_shop_pin01 {
  left: 895px;
  top: 295px;
}
.icon_shop_pin02 {
  left: 558px;
  top: 165px;
}
.icon_shop_pin03 {
  left: 380px;
  top: 20px;
}
.icon_shop_pin04 {
  left: 190px;
  top: 175px;
}
.icon_shop_pin05 {
  left: 155px;
  top: 397px;
}
.icon_shop_pin06 {
  right: 570px;
  top: 325px;
}
.icon_shop_pin07 {
  right: 600px;
  top: 200px;
}
.icon_shop_pin08 {
  right: 240px;
  top: 130px;
}
.icon_shop_pin09 {
  right: 360px;
  bottom: 186px;
}
.icon_shop_pin10 {
  right: 250px;
  bottom: 270px;
}
.icon_shop_pin11 {
  right: 390px;
  bottom: 280px;
}
.icon_shop_pin12 {
  right: 440px;
  bottom: 205px;
}
.icon_shop_pin13 {
  left: 410px;
  bottom: 120px;
}
.icon_shop_pin14 {
  left: 430px;
  top: 240px;
}
.icon_shop_pin15 {
  left: 230px;
  top: 250px;
}
.icon_shop_pin16 {
  left: 220px;
  bottom: 223px;
}
.box_content03_shop .icon_shop_floor {
  position: absolute;
  right: 0px;
  bottom: 100px;
}
.btn_shop_menu {
  overflow: hidden;
}
.btn_shop_menu li {
  float: left;
  margin-left: 16px;
}
.btn_shop_menu li:first-child {
  margin-left: 0px;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media only screen and (max-width: 1280px) {
  #bg_shop_wrap {
    background-position: bottom center;
    background-size: auto;
  }
  .box_shop_layer01_right .ttl_shop_main {
    left: -20%;
  }
  .box_shop_layer01_left ul li:nth-child(3) {
    margin-bottom: 7px;
  }
  .list_shop_info {
    width: 100%;
  }
  .box_content03_shop h3 {
    padding: 10px;
    width: 90%;
  }
  .box_content03_shop h3 img {
    width: 50%;
  }
  .box_content03_shop .txt_shop_floor {
    margin-top: 40px;
    width: 330px;
  }
  .box_content03_shop .icon_shop_floor {
    left: 0px;
    bottom: 30px;
  }
  .btn_shop_menu {
    width: 100%;
  }
  .btn_shop_menu li {
    width: 23.8%;
    margin-left: 1.6%;
  }
  .btn_shop_menu li img {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  #bg_shop_wrap {
    background: none;
  }
  .box_shop_layer01_left {
    float: none;
    width: 90%;
    margin: 30px auto 0;
  }
  .box_content01_shop {
    margin-bottom: 0px;
  }
  .box_shop_layer01_left p {
    line-height: 1.5;
  }
  .box_shop_layer01_left ul {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .box_shop_layer01_left ul li {
    margin-right: 0;
    margin-bottom: 12px;
    width: 48%;
  }
  .box_shop_layer01_left ul li img {
    width: 100%;
  }
  .box_shop_layer01_left ul li:nth-child(even) {
    float: right;
  }
  .box_shop_layer01_right #box_shop_calendar {
    padding: 0px;
    background: none;
    border: none;
  }
  .shop_calendar_left {
    display: none;
  }
  .shop_calendar_right {
    float: none;
    width: 100%;
  }
  #biz_calendar1 {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #biz_calendar2 {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
    margin: 0 auto;
  }
  #box_shop_calendar .txt_boxeventday {
    position: static;
    float: left;
    margin-left: 20px;
  }
  #box_shop_calendar .txt_boxeventday2 {
    position: static;
    float: left;
    margin-left: 20px;
  }
  #box_shop_calendar .txt_holiday {
    position: static;
    float: left;
  }
  .shop_calendar_bottom {
    clear: both;
    padding-top: 20px;
  }
  .shop_calendar_bottom li {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .box_content02_shop {
    height: 318px;
  }
  .box_content02_shop #map_canvas {
    height: 318px;
  }
  .map_embed > div {
    position: absolute;
    top: initial;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
  }
  .map_big_link {
    padding-top: 10px;
    padding-right: 10px;
    text-decoration: none;
    float: right;
    color: #000000;
  }
  .list_shop_info {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
  }
  .list_shop_info th {
    padding: 10px 0 10px 30px;
    border-bottom: none;
  }
  .list_shop_info td {
    padding: 0px 0 15px 0;
  }
  .list_shop_info th {
    display: block;
    width: 100%;
    font-size: 0.9rem;
  }
  .list_shop_info td {
    display: block;
    padding-left: 0px;
    width: 100%;
  }
  .box_shop_layer01_right {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .box_shop_layer01_right .ttl_shop_main {
    position: static;
    width: 100%;
  }
  .box_shop_layer01_right .box_shop_calendar {
    margin-top: 20px;
    width: 100%;
  }
  .box_content03_shop {
    margin-top: 0px;
    margin-bottom: 40px;
    background: url("/images_sp/shop/bg_shop_wrap.png");
    background-repeat: no-repeat;
    background-position: top 20% center;
    background-size: contain;
  }
  .box_content03_shop h3 {
    padding: 0;
    background: none;
    width: 100%;
    position: relative;
  }
  .box_content03_shop h3 img {
    width: 100%;
  }
  .box_content03_shop .bg_shop_floor {
    position: relative;
    margin-top: 30px;
    margin-left: 0px;
    width: 100%;
  }
  .box_content03_shop .bg_shop_floor .img_shop_floor {
    width: 100%;
  }
  .box_content03_shop .icon_shop_floor {
    position: relative;
    margin-left: 4%;
    bottom: auto;
    margin-bottom: 40px;
  }
  .box_content03_shop .txt_shop_floor {
    position: static;
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .icon_shop_pin01 img,
  .icon_shop_pin02 img,
  .icon_shop_pin03 img,
  .icon_shop_pin04 img,
  .icon_shop_pin05 img,
  .icon_shop_pin06 img,
  .icon_shop_pin07 img,
  .icon_shop_pin08 img,
  .icon_shop_pin09 img,
  .icon_shop_pin10 img,
  .icon_shop_pin11 img,
  .icon_shop_pin12 img,
  .icon_shop_pin13 img,
  .icon_shop_pin14 img,
  .icon_shop_pin15 img,
  .icon_shop_pin16 img {
    width: 60%;
  }
  .icon_shop_pin01 {
    left: 85%;
    top: 34%;
  }
  .icon_shop_pin02 {
    left: 52%;
    top: 15%;
  }
  .icon_shop_pin03 {
    left: 36%;
    top: -8%;
  }
  .icon_shop_pin04 {
    left: 17%;
    top: 16%;
  }
  .icon_shop_pin05 {
    left: 12%;
    top: 46%;
  }
  .icon_shop_pin06 {
    right: 51%;
    top: 34%;
  }
  .icon_shop_pin07 {
    right: 56%;
    top: 16%;
  }
  .icon_shop_pin08 {
    right: 20%;
    top: 11%;
  }
  .icon_shop_pin09 {
    right: 32%;
    bottom: 25%;
  }
  .icon_shop_pin10 {
    right: 20%;
    bottom: 37%;
  }
  .icon_shop_pin11 {
    right: 30%;
    bottom: 40%;
  }
  .icon_shop_pin12 {
    right: 35%;
    bottom: 30%;
  }
  .icon_shop_pin13 {
    left: 40%;
    bottom: 20%;
  }
  .icon_shop_pin14 {
    left: 40%;
    top: 20%;
  }
  .icon_shop_pin15 {
    left: 20%;
    top: 20%;
  }
  .icon_shop_pin16 {
    left: 20%;
    bottom: 30%;
  }
  .btn_shop_menu {
    width: 90%;
    margin: 0 auto 50px;
  }
  .btn_shop_menu li {
    float: none;
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
  }
  .btn_shop_menu li:first-child {
    margin-top: 0px;
  }
  .btn_shop_menu li img {
    width: 100%;
  }
}

/****************************
B-shop OCHI メンバーズ
****************************/
.ttl_main_club {
  background: url("/images/club/club_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_club h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_club h2 span {
  display: block;
}
.ttl_main_club h2 .txt_deco_size {
  font-size: 1.14rem;
}
.box_content01_club {
  padding-bottom: 120px;
}
.ttl_club_post {
  padding-left: 20px;
  padding-bottom: 18px;
  margin-top: 70px;
  margin-bottom: 50px;
  border-bottom: 5px solid #191919;
  font-size: 30px;
  line-height: 1.3;
}
.box_club_layer01_right {
  position: absolute;
  top: 0;
  right: 0;
}
.box_content03_club {
  margin-top: 100px;
}
.box_content03_club .ttl_club_content {
  position: relative;
  font-size: 28px;
  text-align: center;
}
.box_content03_club .ttl_club_content:before {
  content: "";
  display: block;
  border-top: solid 5px #bababa;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 1;
}
.box_content03_club .ttl_club_content:after {
  content: "";
  display: block;
  border-top: solid 5px #bababa;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 1;
}
.box_content03_club .ttl_club_content span {
  position: relative;
  padding: 0 15px;
  z-index: 5;
  background: #fff;
}
.box_club_layer03_list {
  overflow: hidden;
  margin-top: 60px;
}
.box_club_layer03_list li {
  float: left;
  margin-right: 36px;
  margin-bottom: 30px;
}
.box_club_layer03_list li:nth-child(even) {
  margin-right: 0px;
}
.box_club_layer03_list li:nth-child(3),
.box_club_layer03_list li:nth-child(4) {
  margin-bottom: 0px;
}
.btn_content03_club img {
  display: block;
  margin: 80px auto 0;
}
.box_content04_club {
  margin-top: 70px;
}
.box_content04_club .ttl_club_content {
  position: relative;
  margin-bottom: 60px;
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
}
.box_content04_club .ttl_club_content:before {
  content: "";
  display: block;
  border-top: solid 5px #a1a1a1;
  width: 20%;
  height: 1px;
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 1;
}
.box_content04_club .ttl_club_content:after {
  content: "";
  display: block;
  border-top: solid 5px #a1a1a1;
  width: 20%;
  height: 1px;
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 1;
}
.box_content04_club .ttl_club_content span {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  z-index: 5;
  background: #ffffff;
}
.box_content04_club .ttl_club_content span small {
  font-size: 24px;
}
.bnr_club_cover {
  width: 100%;
}
.box_club_layer04 {
  overflow: hidden;
  margin-top: 54px;
}
.box_club_layer04_left {
  position: relative;
  float: left;
  overflow: hidden;
  width: 405px;
  height: 346px;
  border: 6px solid #090204;
}
.box_club_layer04_left img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.box_club_layer04_left p {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  padding: 12px 20px 8px 16px;
  background: #090204;
  color: #ffffff;
}
.box_club_layer04_right {
  float: right;
  width: 803px;
}
.box_club_layer04_right h4 {
  margin-bottom: 28px;
  font-size: 24px;
}
.box_club_layer04_ttl {
  margin-top: 28px;
  padding-bottom: 8px;
  overflow: hidden;
  border-bottom: 1px solid #191919;
}
.box_club_layer04_ttl h5 {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-top: 5px;
  font-size: 18px;
}
.box_club_layer04_ttl h5::before,
.box_club_layer04_ttl h5::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.box_club_layer04_ttl h5::before {
  left: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_club_layer04_event {
  float: right;
  padding-left: 43px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: url("/images/reason/bg_member_merit.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #000000;
}
.btn_club_layer04_event a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.box_club_layer04_list {
  overflow: hidden;
  margin-top: 18px;
}
.box_club_layer04_list li {
  float: left;
  margin-left: 16px;
}
.box_club_layer04_list li:first-child {
  margin-left: 0px;
}
.box_content05_club {
  margin-top: 85px;
}
.box_content05_club h3 {
  margin: 0 auto 50px;
  text-align: center;
}
.box_content05_club p {
  margin-bottom: 80px;
  line-height: 1.5;
  text-align: center;
}
.btn_content05_club img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .box_content02_club img {
    width: 100%;
  }
  .box_club_layer03_list li {
    width: 48%;
  }
  .box_club_layer03_list li img {
    width: 100%;
  }
  .box_club_layer03_list li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .box_club_layer04_left {
    width: 30%;
    height: auto;
  }
  .box_club_layer04_left img {
    width: 100%;
    position: static;
  }
  .box_club_layer04_right {
    width: 65%;
  }
}

@media only screen and (max-width: 750px) {
  .box_content01_club {
    padding-bottom: 40px;
    padding-top: 40px;
    width: 90%;
    margin: 0 auto;
  }
  .ttl_club_post {
    display: none;
  }
  .box_club_layer01_right {
    display: none;
  }
  .box_content02_club img {
    width: 100%;
  }
  .box_content03_club {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .box_content03_club .ttl_club_content {
    font-size: 1.7rem;
  }
  .box_content03_club .ttl_club_content span {
    display: inline-block;
  }
  .box_content03_club .ttl_club_content span small {
    font-size: 1rem;
  }
  .box_club_layer03_list_sp {
    margin-top: 30px;
  }
  .club_list_sp {
    margin-top: 20px;
  }
  .club_list_sp:first-child {
    margin-top: 0px;
  }
  .box_club_layer03_list_sp img {
    width: 100%;
  }
  .club_sp_pulldown li a.toggle_sidebar:first-child {
    color: #191919;
    background: #e0e0e0;
    font-weight: bold;
  }
  .club_sp_pulldown .child_sidebar {
    display: none;
    padding: 0% 5% 5% 5%;
    width: 100%;
    border-top: none !important;
    background: #e0e0e0 !important;
    box-sizing: border-box;
  }
  .club_sp_pulldown .txt_club_pulldown {
    padding-top: 5%;
    border-top: 3px solid #000000 !important;
  }
  .club_sp_pulldown h4 {
    padding-left: 8%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: url("/images_sp/club/icon_club_q.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.1rem;
  }
  .btn_club_layer03_sp {
    background: url("/images/reason/bg_member_merit.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #000000;
    background-size: contain;
    text-align: center;
  }
  .btn_club_layer03_sp a {
    margin-top: 20px;
    padding: 10px !important;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
  }
  .box_content03_club .lead {
    margin-bottom: 30px;
  }
  .box_content03_club .txt_club_small {
    font-size: 0.8rem;
  }
  .btn_content03_club img {
    margin-top: 30px;
    width: 90%;
  }
  .btn_content05_club img {
    margin-top: 30px;
    width: 90%;
  }
  .box_content04_club {
    margin-top: 40px;
  }
  .box_content04_club .ttl_club_content {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .box_club_slider {
    margin: 0px auto;
    width: 90%;
  }
  .box_content04_club p {
    width: 90%;
    margin: 0 auto;
  }
  .box_content04_club .bx-pager {
    margin-bottom: 30px;
  }
  .box_club_layer04 {
    margin-top: 30px;
  }
  .box_club_layer04_left {
    float: none;
    width: 90%;
    height: 300px;
    border: 4px solid #090204;
    margin: 0 auto;
  }
  .box_club_layer04_left img {
    width: 100%;
  }
  .box_content04_club .box_club_layer04_left p {
    padding: 7px 10px 3px 10px;
    width: auto;
    box-sizing: border-box;
    font-size: 1rem;
  }
  .box_club_layer04_right {
    float: none;
    width: 90%;
    margin: 30px auto 0;
  }
  .box_club_layer04_right h4 {
    display: none;
  }
  .box_club_layer04_right p {
    display: none;
  }
  .box_club_layer04_ttl h5 {
    margin-top: 0px;
    font-size: 1.1rem;
  }
  .box_club_layer04_list {
    width: 100%;
  }
  .box_club_layer04_list li {
    float: none;
    margin-left: 0px;
    margin-top: 15px;
  }
  .box_club_layer04_list li:first-child {
    margin-top: 0px;
  }
  .box_club_layer04_list li img {
    width: 100%;
  }
  .btn_club_layer04_event {
    float: none;
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    background-size: contain;
  }
  .btn_club_layer04_event a {
    padding: 15px 10px;
  }
  .box_content05_club {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .box_content05_club h3 {
    margin: 0 auto 30px;
  }
  .box_content05_club h3 img {
    width: 100%;
  }
  .box_content05_club p {
    margin-bottom: 0px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .btn_content05_club img {
    margin-top: 30px;
    width: 90%;
  }
}

/****************************
サイドコンテンツ
****************************/
.box_content_item_right {
  position: relative;
  float: right;
  width: 250px;
}
.box_content_item_right #brand_categories,
.box_content_item_right #type_categories {
  margin-bottom: 55px;
}
.box_content_item_right #type_categories h2 {
  background: url("/images/item/item_ttl_side01.png") no-repeat;
  height: 94px;
  font-size: 0rem;
}
.box_content_item_right #staff_categories h2 {
  background: url("/images/staff/staff_ttl_side.png") no-repeat;
  height: 94px;
  font-size: 0rem;
}
.box_content_item_right #brand_categories h2 {
  background: url("/images/item/item_ttl_side02.png") no-repeat;
  height: 94px;
  font-size: 0rem;
}
.box_content_item_right #brand_categories .ttl_h3_01 {
  padding: 0px;
  background: url("/images/item/item_ttl_side_bike.png") no-repeat;
  height: 51px;
  font-size: 0rem;
  cursor: pointer;
}
.box_content_item_right #brand_categories .ttl_h3_02 {
  padding: 0px;
  background: url("/images/item/item_ttl_side_parts.png") no-repeat;
  height: 51px;
  font-size: 0rem;
  cursor: pointer;
}
.box_content_item_right #brand_categories .ttl_h3_03 {
  padding: 0px;
  background: url("/images/item/item_ttl_side_other.png") no-repeat;
  height: 51px;
  font-size: 0rem;
  cursor: pointer;
}
.box_content_item_right #brand_categories .toggle_sidebar .child_sidebar {
  border-top: none;
}
.box_content_item_right #brand_categories .active_sidebar {
  display: block;
}
#brand_categories .menu_sidebar:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  width: 16px;
  height: 10px;
  content: " ";
  display: inline-block;
  margin: auto;
  background: url("/images/item/sidebar_icon_arrow_small.png");
  background-size: contain;
  vertical-align: middle;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}
#brand_categories .menu_sidebar.active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#brand_categories .menu_sidebar_first:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  width: 16px;
  height: 10px;
  content: " ";
  display: inline-block;
  margin: auto;
  background: url("/images/item/sidebar_icon_arrow_small.png");
  background-size: contain;
  vertical-align: middle;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}
#brand_categories .menu_sidebar_first.active:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.box_content_item_right #brand_categories li,
.box_content_item_right #type_categories li {
  position: relative;
  background: #d9d9d9;
  border-top: 1px solid #ffffff;
  font-size: 0.9rem;
  font-weight: bold;
}
.box_content_item_right #brand_categories .child_sidebar li,
.box_content_item_right #type_categories .child_sidebar li {
  border-bottom: none;
}
.box_content_item_right #type_categories li a {
  padding: 19px 20px;
  padding-right: 30px;
  display: block;
  color: #000000;
  text-decoration: none;
}
.box_content_item_right #brand_categories li a {
  padding: 10px 20px;
  padding-right: 30px;
  display: block;
  color: #000000;
  text-decoration: none;
}
.box_content_item_right #brand_categories li span,
.box_content_item_right #type_categories li span {
  font-size: 0.75rem;
  line-height: 1;
  padding-left: 10px;
}
.box_content_item_right #brand_categories li::before,
.box_content_item_right #brand_categories li::after,
.box_content_item_right #type_categories li::before,
.box_content_item_right #type_categories li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.box_content_item_right #brand_categories li::before,
.box_content_item_right #type_categories li::before {
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box_content_item_right #brand_categories li:hover::before,
.box_content_item_right #type_categories li:hover::before {
  right: 18px;
}
.box_content_item_left .btn_back a {
  display: block;
  padding: 20px 0;
  background: #ffffff;
  font-size: 1.2rem;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border: 4px solid #1c1c1c;
  text-align: center;
}
.box_content_item_right #staff_categories {
  width: 250px;
}
.box_content_item_right #staff_categories li {
  padding: 11px 0;
  border-bottom: 1px solid #191919;
  cursor: pointer;
}
.box_content_item_right #staff_categories li:hover {
  background: #d9d9d9;
}
.box_content_item_right #staff_categories li .staff_side_title {
  display: block;
  padding-left: 20px;
  padding-right: 5px;
  padding-bottom: 6px;
}
.box_content_item_right #staff_categories li .staff_side_job {
  display: block;
  padding-left: 20px;
  padding-right: 5px;
}
.box_content_item_right #staff_categories li span {
  font-size: 0.9rem;
  line-height: 1;
}

@media only screen and (max-width: 1280px) {
  .box_content_item_right {
    width: 220px;
  }
}

/****************************
取扱いブランド
****************************/
/*ページタイトル*/
.ttl_main_bland {
  background: url("/images/bland/bland_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_bland h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_bland h2 span {
  display: block;
}
.ttl_main_bland h2 .txt_deco_size {
  font-size: 1.14rem;
}

/*カテゴリー属性出力*/
.box_bland_post_title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  border-bottom: 5px solid #191919;
}
.box_bland_post_title span {
  display: inline-block;
  vertical-align: middle;
}
.box_bland_post_title span.bland_post_cat {
  margin-right: 22px;
}
.box_bland {
  overflow: hidden;
  margin: 55px 0 100px;
}
.box_bland_left {
  float: left;
  width: 55%;
}
.box_bland_right {
  float: right;
  width: 40%;
}
.bland_single_logo {
  margin: 12px 0 40px 0;
  text-align: center;
}
.bland_single_text {
  line-height: 1.8;
}
.box_bland_link {
  margin-top: 40px;
}
.box_bland_link li:first-child {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1280px) {
  .box_bland_right img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  /*カテゴリー属性出力*/
  .box_bland_post_title span.bland_post_cat {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .box_bland {
    margin: 30px auto 40px;
    width: 90%;
  }
  .box_bland_left {
    float: none;
    width: 100%;
  }
  .box_bland_right {
    float: none;
    margin-top: 30px;
    width: 100% !important;
  }
  .bland_single_logo {
    margin-bottom: 20px;
  }
  .bland_single_logo img {
    width: 100%;
  }
  .box_bland_link {
    width: 100%;
  }
  .box_bland_link img {
    width: 100%;
  }
}

/****************************
スタッフのご紹介
****************************/
/*ページタイトル*/
.ttl_main_staff {
  background: url("/images/staff/staff_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_staff h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_staff h2 span {
  display: block;
}
.ttl_main_staff h2 .txt_deco_size {
  font-size: 1.14rem;
}

/*カテゴリー属性出力*/
.box_staff_post_title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.6rem;
  border-bottom: 5px solid #191919;
}
.box_staff_post_title .staff_post_job01 {
  padding-left: 30px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.1rem;
}
.box_staff_post_title .staff_post_job02 {
  padding-left: 0px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.1rem;
}
.box_staff_post_title .staff_post_title {
  display: inline-block;
  vertical-align: bottom;
}
.box_staff {
  overflow: hidden;
  margin: 55px 0 100px;
}
#page_staff .box_staff:last-child {
  margin: 55px 0 0px;
}
.box_staff_left {
  float: left;
  width: 55%;
}
.box_staff_right {
  float: right;
  width: 40%;
}
.box_staff_bottom {
  padding-top: 53px;
  width: 100%;
}
.staff_single_dl {
  margin-bottom: 20px;
  border-bottom: 1px solid #c8c9c3;
}
.staff_single_dl dt {
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}
.staff_single_dl dt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.staff_single_dl dt::before {
  left: 8px;
  width: 5px;
  height: 5px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.staff_single_dl dd {
  padding-left: 26px;
  padding-bottom: 15px;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  /*カテゴリー属性出力*/
  .box_staff {
    margin: 30px auto 40px;
    width: 90%;
  }
  /*カテゴリー属性出力*/
  .box_single_item h3.box_staff_post_title {
    padding-left: 0px;
    font-size: 1.2rem;
    border-bottom: 5px solid #191919;
  }
  .box_staff_post_title .staff_post_job01 {
    padding-left: 10px;
    font-size: 0.9rem;
  }
  .box_staff_post_title .staff_post_job02 {
    font-size: 0.9rem;
  }
  .box_staff_left {
    float: none;
    width: 100%;
  }
  .box_staff_right {
    float: none;
    margin-top: 30px;
    width: 100%;
  }
  .box_staff_bottom {
    padding-top: 0px;
  }
  #page_staff .box_staff:last-child {
    margin: 30px auto 40px;
  }
  #page_staff .box_content_single_left #staff_categories_sp li {
    overflow: hidden;
    display: table;
    width: 100%;
    background: #ffffff;
  }
  .staff_side_icon {
    width: 30%;
    padding: 10px 20px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }
  .staff_side_icon img {
    width: 100%;
    height: auto;
  }
  .staff_side_name {
    width: 70%;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }
  .staff_side_title {
    display: block;
  }
  .box_staff_read {
    display: none;
  }
  .box_staff_link {
    margin-top: 20px;
    width: 100%;
    display: block;
  }
  .box_staff_link img {
    width: 100%;
  }
}

/****************************
お問い合わせ
****************************/
.box_inquiry {
  clear: both;
}
.ttl_main_inquiry {
  background: url("/images/inquiry/inquiry_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_inquiry h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_inquiry h2 span {
  display: block;
}
.ttl_main_inquiry h2 .txt_deco_size {
  font-size: 1.14rem;
}
.box_content_inquiry {
  margin-top: 55px;
}
.box_content_inquiry_caution {
  padding: 18px;
  border: 3px solid #000000;
  font-size: 1rem;
}
.form_privacy {
  padding: 30px 0;
  margin-bottom: 50px;
  border-top: 1px solid #c9c8c3;
  border-bottom: 1px solid #c9c8c3;
  font-size: 1.3rem;
  text-align: center;
}
.form_privacy_text {
  padding-right: 30px;
  margin: 0 auto;
  width: 80%;
  height: 508px;
}
.form_privacy_text li {
  margin-bottom: 35px;
  font-size: 0.8rem;
  line-height: 1.8;
}
.form_privacy_text li:last-child {
  margin-bottom: 0px;
}
.form_privacy_text li span {
  display: block;
}
.form_consent {
  padding: 13px 0;
  margin: 66px auto 0;
  width: 80%;
  background: #eeeeee;
  font-size: 0.9rem;
  text-align: center;
}
.form_btn_text {
  font-size: 0.8rem;
  text-align: center;
}

/***入力フォーム***/
.inquiry_form {
  margin-top: 54px;
  width: 100%;
}
.inquiry_form th,
.inquiry_form td {
  padding: 13px 0;
  border-top: 1px solid #c9c8c3;
  text-align: left;
}
.inquiry_form th {
  width: 20%;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: 500;
}
.inquiry_form td {
  width: 80%;
  vertical-align: middle;
}
.inquiry_form td input {
  padding: 18px 16px;
  border: 1px solid #b5b5b5;
}
.inquiry_form td .form_small_text {
  color: #b0afaa;
}
.inquiry_form th .form_required {
  display: block;
  float: left;
  margin-right: 25px;
  padding: 3px 6px;
  color: #ffffff;
  background: #9c0e26;
  font-size: 0.8rem;
}
.inquiry_form th .form_any {
  display: block;
  float: left;
  margin-right: 25px;
  padding: 3px 6px;
  color: #ffffff;
  background: #c9c8c3;
  font-size: 0.8rem;
}
.select_box01 {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 20%;
}
.select_box02 {
  display: block;
  margin-bottom: 5px;
  width: 20%;
}
.select_box01 select,
.select_box02 select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.select_box01,
.select_box02 {
  overflow: hidden;
  *display: inline;
  *zoom: 1;
  position: relative;
  border: 1px solid #b5b5b5;
  background-color: white;
  color: #b5b5b5;
}
.select_box01 > select,
.select_box02 > select {
  width: 130%;
  padding: 0.6em 2.4em 0.6em 0.6em;
  font-size: 0.8rem;
}
.select_box01:after,
.select_box02:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  width: 1.8em;
  display: block;
  content: "";
  background: url("/images/inquiry/arrow_down.png") center no-repeat;
  pointer-events: none;
}
.form_name {
  width: 40%;
}
.form_name_kana {
  width: 40%;
}
.form_name_company {
  width: 50%;
}
.form_mail {
  width: 60%;
}
.form_tel {
  width: 15%;
}
.form_fax {
  width: 45%;
}
.form_post {
  width: 15%;
}
.form_city {
  width: 80%;
}
.form_content_text {
  padding: 18px 16px;
  width: 80%;
  border: 1px solid #b5b5b5;
}
.form_btn {
  margin: 50px auto 30px;
  text-align: center;
}
.form_btn .form_thanks {
  background-image: url("/images/inquiry/arrow_right.png");
  background-repeat: no-repeat;
  background-position: right 4% center;
  background-color: #dcdcdc;
  font-size: 1.3rem;
  padding: 15px 0;
  border: 4px solid #1c1c1c;
  width: 30%;
  cursor: pointer;
  vertical-align: middle;
}
.form_btn .form_back {
  background-image: url("/images/inquiry/arrow_left.png");
  background-repeat: no-repeat;
  background-position: left 4% center;
  background-color: #dcdcdc;
  font-size: 1.3rem;
  padding: 15px 0;
  border: 4px solid #1c1c1c;
  width: 30%;
  cursor: pointer;
  vertical-align: middle;
}

/***完了ページ***/
.box_content_inquiry_thanks {
  padding: 50px 184px 34px 184px;
  border: 3px solid #000000;
  margin-bottom: 55px;
}
.icon_inquiry_thanks {
  display: block;
  margin: 0 auto;
}
.box_content_inquiry_thanks h3 {
  margin-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
}
.txt_inquiry_thanks {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
}
.txt_inquiry_thanks .strong {
  font-weight: bold;
}
.foot_tel_inquiry {
  overflow: hidden;
  margin-top: 55px;
  padding: 20px 25px;
  background: #ffffff;
  border: 20px solid #f1f1f1;
}
.img_tel_inquiry {
  float: left;
  padding-right: 24px;
  border-right: 1px solid #626262;
}
.img_time_inquiry {
  float: left;
  padding-left: 20px;
  text-align: left;
}

/***入力フォーム confirm・thanks非表示コンテンツ***/
.confirm_inquiry .form_privacy,
.confirm_inquiry .form_privacy_text,
.confirm_inquiry .form_consent,
.confirm_inquiry .form_btn_text,
.confirm_inquiry .inquiry_form th .form_required,
.confirm_inquiry .inquiry_form th .form_any {
  display: none;
}
.thanks_inquiry .form_privacy,
.thanks_inquiry .form_privacy_text,
.thanks_inquiry .form_consent,
.thanks_inquiry .form_btn_text,
.thanks_inquiry .inquiry_form th .form_required,
.thanks_inquiry .inquiry_form th .form_any {
  display: none;
}

@media only screen and (max-width: 750px) {
  .box_inquiry {
    padding-bottom: 47px;
    border-bottom: none;
  }
  .box_content_inquiry {
    margin-top: 35px;
  }
  .box_content_inquiry_caution {
    padding: 12px;
  }
  .form_privacy {
    padding: 0;
    margin-bottom: 10px;
    border-top: none;
    border-bottom: none;
    font-size: 1rem;
    text-align: left;
  }
  .form_privacy_text {
    padding-right: 0px;
    padding: 2% 4%;
    width: 100%;
    height: 250px;
    border: 3px solid #b5b5b5;
    box-sizing: border-box;
    overflow: scroll;
  }
  .form_privacy_text li {
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .form_consent {
    padding: 0px;
    margin: 25px auto 0;
    width: 100%;
    background: none;
    font-size: 0.9rem;
  }
  .form_btn_text {
    margin: 0 auto;
    font-size: 0.8rem;
    text-align: center;
    width: 90%;
    line-height: 1.6;
  }

  /***入力フォーム***/
  .inquiry_form {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .inquiry_form th,
  .inquiry_form td {
    border-top: none;
  }
  .inquiry_form th {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .inquiry_form td {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .inquiry_form td input {
    padding: 10px 8px;
    box-sizing: border-box;
  }
  .inquiry_form td .form_small_text {
    display: none;
  }
  .inquiry_form th .form_required {
    margin-right: 15px;
    padding: 3px 6px;
  }
  .inquiry_form th .form_any {
    margin-right: 15px;
    padding: 3px 6px;
  }
  .select_box01 {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 60%;
  }
  .select_box02 {
    display: block;
    margin-bottom: 5px;
    width: 60%;
  }
  .select_box01 > select,
  .select_box02 > select {
    width: 80%;
    padding: 0.6em 2.4em 0.6em 0.6em;
  }
  table.inquiry_form,
  table.inquiry_form tbody,
  table.inquiry_form thead,
  table.inquiry_form tfoot,
  table.inquiry_form tr,
  table.inquiry_form th,
  table.inquiry_form td {
    display: block;
  }
  .form_name {
    width: 100%;
  }
  .form_name_kana {
    width: 100%;
  }
  .form_name_company {
    width: 100%;
  }
  .form_mail {
    width: 100%;
  }
  .form_tel {
    width: 50%;
  }
  .form_fax {
    width: 100%;
  }
  .form_post {
    width: 40%;
  }
  .form_city {
    width: 100%;
  }
  .form_content_text {
    width: 100%;
    box-sizing: border-box;
  }
  .form_btn {
    margin: 30px auto 15px;
  }
  .form_btn .form_thanks,
  .form_btn .form_back {
    padding: 15px 0;
    width: 100%;
  }
  .form_btn .form_back {
    margin-bottom: 20px;
  }

  .confirm_inquiry .form_btn .form_thanks,
  .confirm_inquiry .form_btn .form_back {
    padding: 15px 0;
    width: 100%;
  }
  .confirm_inquiry .form_btn .form_back {
    margin-bottom: 15px;
    float: left;
  }
  .confirm_inquiry .form_btn .form_thanks {
    float: right;
  }

  /***完了ページ***/
  .box_content_inquiry_thanks {
    padding: 0px;
    border: none;
    margin-bottom: 0px;
  }
  .box_content_inquiry_thanks h3 {
    margin-top: 22px;
    padding-bottom: 22px;
    width: 100%;
    line-height: 1.8;
  }
  .txt_inquiry_thanks {
    text-align: left;
    line-height: 1.8;
  }
  .foot_tel_inquiry {
    display: none;
  }
  .thanks_inquiry .tel_inquiry {
    margin-top: 35px;
  }
}

/****************************
EntryTour
****************************/
.boxEntrytour {
  /*max-width: 980px;
  margin: 0 auto;*/
  padding: 0 0 70px 0;
}
@media all and (max-width: 750px) {
  .boxEntrytour {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 7vw 0;
  }
}

.csnkForm .dlForm {
  border-bottom: 1px #c9c8c3 solid;
  font-size: 1.13rem;
}
@media all and (max-width: 750px) {
  .csnkForm .dlForm {
    padding: 5vw 0 3vw 0;
    font-size: 4vw;
  }
}

.csnkForm .dlForm > dt {
  padding-left: 60px;
}
@media all and (max-width: 750px) {
  .csnkForm .dlForm > dt {
    margin-bottom: 3vw;
    padding-left: 13vw;
  }
}

@media all and (max-width: 750px) {
  .csnkForm .dlForm.typeVertical > dt {
    width: 85%;
    line-height: 1.4;
  }
}

.csnkForm .dlForm > dt .markRequired,
.csnkForm .dlForm > dt .markNotRequired {
  height: 22px;
}
@media all and (max-width: 750px) {
  .csnkForm .dlForm > dt .markRequired,
  .csnkForm .dlForm > dt .markNotRequired {
    width: 10vw;
    height: 5vw;
    font-size: 3vw;
  }
}

.boxEntrytour .csnkForm .dlForm > dt .markRequired {
  border: 0;
  background-color: #9c0e26;
  color: #fff;
}

.boxEntrytour .csnkForm .dlForm > dt .markNotRequired {
  border: 0;
  background-color: #c9c8c3;
  color: #fff;
}

.boxEntrytour .csnkForm .dlForm > dd .boxInputWrap .boxInput {
  width: 100%;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm .dlForm > dd .boxInputWrap .boxInput {
    line-height: 1.4;
  }
}

.csnkForm input[type="text"],
.csnkForm input[type="email"],
.csnkForm select,
.csnkForm textarea {
  width: 80%;
  padding: 0.8em;
}
@media all and (max-width: 750px) {
  .csnkForm input[type="text"],
  .csnkForm input[type="email"],
  .csnkForm select,
  .csnkForm textarea {
    width: 92%;
    padding: 0.8em;
  }
}

.boxEntrytour .csnkForm .dlEntryDate .boxInput,
.boxEntrytour .csnkForm .dlAddress .boxInput,
.boxEntrytour .csnkForm .dlEmergency .boxInput,
.boxEntrytour .csnkForm .dlBirthday .boxInput,
.boxEntrytour .csnkForm .dlBloodType .boxInput {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm .dlAddress .boxInput,
  .boxEntrytour .csnkForm .dlEmergency .boxInput {
    display: block;
  }
}

.boxEntrytour .csnkForm .dlBloodType .boxInput {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.csnkForm input[name="my_name"],
.csnkForm input[name="my_name_kana"],
.csnkForm input[name="telno_mobile"] {
  width: 40%;
}
@media all and (max-width: 750px) {
  .csnkForm input[name="my_name"],
  .csnkForm input[name="my_name_kana"],
  .csnkForm input[name="email"],
  .csnkForm input[name="telno_mobile"] {
    width: 92%;
  }
}

.boxEntrytour .csnkForm input[name="entry_month"] {
  width: 80px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm input[name="entry_month"] {
    width: 60%;
  }
}

.boxEntrytour .csnkForm label[for="entry_month"] {
  margin-right: 10px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm label[for="entry_month"] {
    width: 40%;
    margin-right: 1vw;
  }
}

.boxEntrytour .mw_wp_form_confirm .csnkForm label[for="entry_month"] {
  margin-right: 5px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .mw_wp_form_confirm .csnkForm label[for="entry_month"] {
    width: auto;
    margin-right: 1vw;
  }
}

.boxEntrytour .csnkForm input[name="entry_day"] {
  width: 80px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm input[name="entry_day"] {
    width: 60%;
  }
}

@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm label[for="entry_day"] {
    width: 40%;
  }
}

@media all and (max-width: 750px) {
  .boxEntrytour .mw_wp_form_confirm .csnkForm label[for="entry_day"] {
    width: auto;
  }
}

.boxEntrytour .csnkForm input[name="zipcode"] {
  width: 120px;
  margin-left: 5px;
  margin-right: 15px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm input[name="zipcode"] {
    width: 35%;
    margin-left: 1vw;
    margin-right: 0;
  }
}

.boxEntrytour .csnkForm input[name="address"] {
  width: 690px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm input[name="address"] {
    width: 92%;
  }
}

.boxEntrytour .csnkForm label[for="name_emergency"] {
  width: 200px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm label[for="name_emergency"] {
    width: 100%;
  }
}

.boxEntrytour .csnkForm label[for="telno_emergency"] {
  width: 480px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm label[for="telno_emergency"] {
    width: 100%;
  }
}

.boxEntrytour .mw_wp_form_confirm .csnkForm label[for="telno_emergency"] {
  width: 200px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .mw_wp_form_confirm .csnkForm label[for="telno_emergency"] {
    width: 100%;
  }
}

.boxEntrytour .csnkForm label[for="relation_emergency"] {
  width: 200px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm label[for="relation_emergency"] {
    width: 100%;
  }
}

.boxEntrytour .csnkForm input[name="name_emergency"],
.boxEntrytour .csnkForm input[name="relation_emergency"] {
  width: 130px;
  margin-left: 5px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm input[name="name_emergency"],
  .boxEntrytour .csnkForm input[name="relation_emergency"] {
    width: 50%;
    margin-left: 2vw;
  }
}

.boxEntrytour .csnkForm input[name="telno_emergency"] {
  width: 410px;
  margin-left: 5px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm input[name="telno_emergency"] {
    width: 83%;
    margin-left: 2vw;
  }
}

.boxEntrytour .csnkForm label {
  display: inline-block;
  margin: 5px 0;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm label {
    margin: 1vw 0;
    line-height: 1.4;
  }
}

.boxEntrytour .csnkForm .dlFoods label {
  margin: 23px 0;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm .dlFoods label {
    margin: 4vw 0;
  }
}

.boxEntrytour .csnkForm input[name="birth_year"] {
  width: 120px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm input[name="birth_year"] {
    width: 52%;
  }
}

.boxEntrytour .csnkForm input[name="birth_month"],
.boxEntrytour .csnkForm input[name="birth_day"] {
  width: 80px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm input[name="birth_month"],
  .boxEntrytour .csnkForm input[name="birth_day"] {
    width: 40%;
  }
}

.boxEntrytour .csnkForm label[for="birth_year"],
.boxEntrytour .csnkForm label[for="birth_month"] {
  margin-right: 10px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm label[for="birth_year"],
  .boxEntrytour .csnkForm label[for="birth_month"] {
    margin-right: 0;
  }
  .boxEntrytour .csnkForm label[for="birth_year"] {
    width: 40%;
  }
  .boxEntrytour .csnkForm label[for="birth_month"],
  .boxEntrytour .csnkForm label[for="birth_day"] {
    width: 30%;
  }
}

@media all and (max-width: 750px) {
  .boxEntrytour .mw_wp_form_confirm .csnkForm label[for="birth_year"] {
    width: auto;
    margin-right: 1vw;
  }
  .boxEntrytour .mw_wp_form_confirm .csnkForm label[for="birth_month"],
  .boxEntrytour .mw_wp_form_confirm .csnkForm label[for="birth_day"] {
    width: auto;
    margin-right: 1vw;
  }
}

.boxEntrytour .csnkForm .dlBloodType .boxInputL {
  width: 100px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm .dlBloodType .boxInputL {
    width: 30%;
  }
}

@media all and (max-width: 750px) {
  .boxEntrytour .mw_wp_form_confirm .csnkForm .dlBloodType .boxInputL {
    width: 10%;
  }
}

.boxEntrytour .csnkForm input[name="body_height"] {
  width: 120px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm input[name="body_height"] {
    width: 40%;
  }
}

.boxEntrytour .csnkForm textarea[name="escort_detail"] {
  height: 100px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm textarea[name="escort_detail"] {
    width: 92%;
    height: 10vw;
  }
}

.boxEntrytour .csnkForm input[name="excercise_else"] {
  width: 700px;
  margin-left: 10px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm input[name="excercise_else"] {
    width: 60%;
    margin-left: 2vw;
  }
}

.boxEntrytour .csnkForm .dlForm > dd .boxInputWrap .boxInput .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm .dlForm > dd .boxInputWrap .boxInput .dl01 {
    display: block;
    margin-bottom: 5vw;
  }
}

.boxEntrytour .csnkForm .dlForm.dlFoods > dd .boxInputWrap .boxInput .dl01 > dt {
  width: 150px;
  padding-top: 23px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm .dlForm.dlFoods > dd .boxInputWrap .boxInput .dl01 > dt {
    width: 90%;
    margin-bottom: 3vw;
    padding-top: 0;
  }
}

.boxEntrytour .mw_wp_form_confirm .csnkForm .dlForm.dlFoods > dd .boxInputWrap .boxInput .dl01 > dt {
  padding-top: 0;
}

.boxEntrytour .csnkForm .dlForm.dlFoods > dd .boxInputWrap .boxInput .dl01 > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxEntrytour .csnkForm .dlForm.dlFoods > dd .boxInputWrap .boxInput .dl01 > dd > span:first-child {
  margin-right: 10px;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm .dlForm.dlFoods > dd .boxInputWrap .boxInput .dl01 > dd > span:first-child {
    width: 20%;
    margin-right: 1vw;
  }
}

@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm .dlForm.dlFoods > dd .boxInputWrap .boxInput .dl01 > dd > span:nth-child(2) {
    width: 70%;
  }
}

.boxEntrytour .csnkForm .txtCaution {
  font-size: 0.9rem;
}
@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm .txtCaution {
    font-size: 3vw;
  }
}

.boxEntrytour .mw_wp_form_confirm .csnkForm .txtCaution {
  display: none;
}

@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm .boxFormPrivacyIn {
    font-size: 3vw;
  }
}

@media all and (max-width: 750px) {
  .boxEntrytour .csnkForm .boxFormPrivacyIn input[type="checkbox"] {
    margin-right: 0;
  }
}

@media all and (max-width: 750px) {
  .csnkForm .boxFormSubmit .btnSubmit {
    font-size: 5vw;
  }
}

.boxEntrytourCloseMessage {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0;
  border: 2px #ddd solid;
  background-color: #eee;
  text-align: center;
  line-height: 1.8;
}
@media all and (max-width: 750px) {
  .boxEntrytourCloseMessage {
    width: 100%;
    padding: 7vw 0;
    font-size: 0.85rem;
  }
}

/****************************
Terms of use
****************************/
@media all and (max-width: 750px) {
  .boxTermsOfUse {
    width: 90%;
    margin: 0 auto;
    padding-top: 7vw;
  }
}

.boxTermsOfUse * {
  box-sizing: border-box;
}

.boxTermsOfUse ol,
.boxTermsOfUse ul {
  list-style: none;
}

.boxTermsOfUse .boxTermsOfUse01 {
  overflow-y: scroll;
  height: 200px;
  margin-bottom: 30px;
  padding: 30px;
}
@media all and (max-width: 750px) {
  .boxTermsOfUse .boxTermsOfUse01 {
    height: 50vw;
    margin-bottom: 5vw;
    padding: 3vw;
  }
}

.boxTermsOfUse .boxTermsOfUse01 .ttl00 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 1.5rem;
}
@media all and (max-width: 750px) {
  .boxTermsOfUse .boxTermsOfUse01 .ttl00 {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
}

.boxTermsOfUse .boxTermsOfUse01One {
  margin-bottom: 30px;
}
@media all and (max-width: 750px) {
  .boxTermsOfUse .boxTermsOfUse01One {
    margin-bottom: 5vw;
  }
}

.boxTermsOfUse .boxTermsOfUse01One .ttl01 {
  margin-bottom: 10px;
}
@media all and (max-width: 750px) {
  .boxTermsOfUse .boxTermsOfUse01One .ttl01 {
    margin-bottom: 2vw;
    line-height: 1.4;
    font-size: 3.5vw;
  }
}

.boxTermsOfUse .boxTermsOfUse01One .boxBaseCom {
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-size: 0.9rem;
}
@media all and (max-width: 750px) {
  .boxTermsOfUse .boxTermsOfUse01One .boxBaseCom {
    font-size: 3.3vw;
  }
}

.boxTermsOfUse .boxTermsOfUse01One .ol01,
.boxTermsOfUse .boxTermsOfUse01One .ul02 {
  margin-top: 5px;
  padding-left: 17px;
}
@media all and (max-width: 750px) {
  .boxTermsOfUse .boxTermsOfUse01One .ol01,
  .boxTermsOfUse .boxTermsOfUse01One .ul02 {
    margin-top: 3vw;
    padding-left: 4vw;
  }
}

.boxTermsOfUse .boxTermsOfUse01One li {
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-size: 0.9rem;
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .boxTermsOfUse .boxTermsOfUse01One li {
    margin-bottom: 2vw;
    font-size: 3.3vw;
  }
}

.boxTermsOfUse .boxTermsOfUse01One .ul01 > li:before {
  content: "◇";
  margin-right: 0.2em;
}

.boxTermsOfUse .boxTermsOfUse01One .ul02 > li:before {
  content: "◆";
  margin-right: 0.2em;
}

.boxTermsOfUse .boxTermsOfUse01Date {
  text-align: right;
}
@media all and (max-width: 750px) {
  .boxTermsOfUse .boxTermsOfUse01Date {
    font-size: 3.3vw;
  }
}

.boxTermsOfUse .boxLink {
  padding: 30px 0;
  background-color: #eee;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxTermsOfUse .boxLink {
    padding: 5vw 0;
  }
}

/*##### Ebikerental #####*/
.boxEbikerentalTopWrap {
  margin-bottom: 60px;
  padding-top: 65px; /*125px;*/
}
@media all and (max-width: 750px) {
  .boxEbikerentalTopWrap {
    margin-bottom: 0;
    padding-top: 15.5vw;
  }
}

@media all and (max-width: 750px) {
  .boxEbikerentalTop .ttl00 img {
    width: 100%;
  }
}

.boxEbikerental01Wrap {
  margin-bottom: 42px;
}
@media all and (max-width: 750px) {
  .boxEbikerental01Wrap {
    margin-bottom: 13vw;
  }
}

.boxEbikerental0101 {
  position: relative;
  padding: 40px 68px 57px 68px;
  background-color: #f6f5e7;
}
@media all and (max-width: 750px) {
  .boxEbikerental0101 {
    margin-bottom: 10vw;
    padding: 7vw 5vw 7vw 5vw;
  }
}

.boxEbikerental0101 .ttl01 {
  margin-bottom: 17px;
  letter-spacing: 0.27em;
  font-size: 1.95rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbikerental0101 .ttl01 {
    margin-bottom: 5vw;
    letter-spacing: 0.1em;
    font-size: 6.5vw;
  }
}

.boxEbikerental0101 .boxBaseCom {
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbikerental0101 .boxBaseCom {
    font-weight: 400;
  }
}

.boxEbikerental0101 .icnEbikerental01Arrow01 {
  position: absolute;
  bottom: -65px;
  left: 296px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0101 .icnEbikerental01Arrow01 {
    bottom: -10vw;
    left: 0;
    right: 0;
    width: 10vw;
    margin: auto;
  }
}

.boxEbikerental0102 {
  position: relative;
  min-height: 468px;
  margin-top: -8px;
  margin-bottom: 50px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0102 {
    min-height: 100%;
    margin-top: 0;
    margin-bottom: 13vw;
  }
}

.boxEbikerental0102 .img01Ebikerental01 {
  position: absolute;
  top: 26px;
  left: 20px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0102 .img01Ebikerental01 {
    position: static;
    top: auto;
    left: auto;
  }
}

.boxEbikerental0102R {
  width: 485px;
  margin-left: auto;
  padding: 35px 20px 8px 37px;
  background-color: #004962;
  color: #fff;
}
@media all and (max-width: 750px) {
  .boxEbikerental0102R {
    width: 100%;
    margin-left: 0;
    padding: 7vw 5vw 1vw 5vw;
  }
}

.boxEbikerental0102R .boxCont01 {
  margin-bottom: 16px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0102R .boxCont01 {
    margin-bottom: 7vw;
  }
}

.boxEbikerental0102R .ttl01 {
  margin-bottom: 8px;
  font-size: 1.76rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbikerental0102R .ttl01 {
    margin-bottom: 3vw;
    font-size: 7vw;
  }
}

.boxEbikerental0102R .txtCaution00 {
  padding-right: 42px;
  text-align: right;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
}
@media all and (max-width: 750px) {
  .boxEbikerental0102R .txtCaution00 {
    padding-right: 0;
    font-size: 3.2vw;
  }
}

.boxEbikerental0102R .ttl02 {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbikerental0102R .ttl02 {
    margin-bottom: 3vw;
    font-size: 4.8vw;
  }
}

.boxEbikerental0102R .dl01,
.boxEbikerental0102R .dl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 6px;
  font-size: 1.08rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbikerental0102R .dl01,
  .boxEbikerental0102R .dl02 {
    margin-bottom: 2vw;
    font-size: 4vw;
  }
}

.boxEbikerental0102R .dl01 > dt {
  width: 40px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0102R .dl01 > dt {
    width: 10vw;
  }
}

.boxEbikerental0102R .dl02 > dt {
  width: 140px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0102R .dl02 > dt {
    width: 37vw;
  }
}

.boxEbikerental0102R .txtCaution01 {
  padding-left: 1.1em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 0.82rem;
  text-indent: -1.1em;
}
@media all and (max-width: 750px) {
  .boxEbikerental0102R .txtCaution01 {
    font-size: 3.5vw;
  }
}

.boxEbikerental0103 .ttl01 {
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 0.16em;
  font-size: 1.85rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbikerental0103 .ttl01 {
    margin-bottom: 5vw;
    line-height: 1.3;
    font-size: 6vw;
  }
}

.boxEbikerental0103 .boxCont01 {
  margin-bottom: 10px;
  padding: 20px 0;
  border: 4px #009fbc solid;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxEbikerental0103 .boxCont01 {
    margin-bottom: 4vw;
    padding: 5vw 5vw;
    text-align: left;
  }
}

.boxEbikerental0103 .boxCont01 .ttl02 {
  margin-bottom: 13px;
  letter-spacing: 0.04em;
  font-size: 1.45rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbikerental0103 .boxCont01 .ttl02 {
    margin-bottom: 3vw;
    /*text-align: center;*/
    line-height: 1.3;
    font-size: 5vw;
  }
}

.boxEbikerental02Wrap {
  margin-bottom: 20px;
}

.boxEbikerental0201 .boxCont01,
.boxEbikerental0301 .boxCont01 {
  margin-bottom: 11px;
  padding: 0 0 11px 0;
  border-bottom: 1px #ccc solid;
}

.boxEbikerental0201 .boxCont01:last-child,
.boxEbikerental0301 .boxCont01:last-child {
  border-bottom: 0;
}

.boxEbikerental0201 .boxCont01 .dl01 {
  xdisplay: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 0 0 0 47px; /*2px 0 2px 47px;*/
  background-image: url("/images/ebikerental/ebikerental-icn-arrow01.png");
  background-repeat: no-repeat;
  background-position: 27px 0.2em;
  background-size: auto auto;
  line-height: 1.45;
}
@media all and (max-width: 750px) {
  .boxEbikerental0201 .boxCont01 .dl01 {
    display: block;
    margin-bottom: 5vw;
    padding: 0 3vw 0 10vw;
    background-position: 5vw 0.3em;
    background-size: 3.5vw auto;
  }
}

.boxEbikerental0201 .boxCont01 .dl01 > dt {
  margin-right: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
@media all and (max-width: 750px) {
  .boxEbikerental0201 .boxCont01 .dl01 > dt {
    margin-right: 0;
    font-size: 5.5vw;
  }
}

.boxEbikerental0201 .boxCont01 .dl01 > dd {
  font-size: 1.2rem;
}
@media all and (max-width: 750px) {
  .boxEbikerental0201 .boxCont01 .dl01 > dd {
    font-size: 4.6vw;
  }
}

.boxEbikerental0201 .boxCont01 .dl01 > dd .txt01 {
  margin-right: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #eb5c37;
}
@media all and (max-width: 750px) {
  .boxEbikerental0201 .boxCont01 .dl01 > dd .txt01 {
    margin-right: 3vw;
    font-size: 4.8vw;
  }
}

.boxEbikerental0201 .boxCont01 .p01 {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 15px 10px 9px 33px;
  background-color: #ffff01;
  letter-spacing: 0.03em;
  font-size: 1.32rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbikerental0201 .boxCont01 .p01 {
    margin-top: 5vw;
    margin-bottom: 3vw;
    padding: 5vw 7vw 5vw 7vw;
    line-height: 1.3;
    font-size: 5vw;
  }
}

.boxEbikerental0201 .boxCont01 .dl02,
.boxEbikerental0301 .boxCont01 .dl02 {
  padding: 0 0 0 47px;
  background-image: url("/images/ebikerental/ebikerental-icn-arrow01.png");
  background-repeat: no-repeat;
  background-position: 27px 0.2em;
  background-size: auto auto;
  line-height: 1.45;
}
@media all and (max-width: 750px) {
  .boxEbikerental0201 .boxCont01 .dl02,
  .boxEbikerental0301 .boxCont01 .dl02 {
    padding: 0 3vw 0 10vw;
    background-position: 5vw 0.3em;
    background-size: 3.5vw auto;
  }
}

.boxEbikerental0201 .boxCont01 .dl02 > dt,
.boxEbikerental0301 .boxCont01 .dl02 > dt {
  margin-bottom: 2px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbikerental0201 .boxCont01 .dl02 > dt,
  .boxEbikerental0301 .boxCont01 .dl02 > dt {
    margin-bottom: 0;
    font-size: 5.5vw;
  }
}

.boxEbikerental0201 .boxCont01 .dl02 > dd,
.boxEbikerental0301 .boxCont01 .dl02 > dd {
  font-size: 1.2rem;
}
@media all and (max-width: 750px) {
  .boxEbikerental0201 .boxCont01 .dl02 > dd,
  .boxEbikerental0301 .boxCont01 .dl02 > dd {
    font-size: 4.6vw;
  }
}

.boxEbikerental0201 .boxCont01 .dl02 > dd .txt01 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #eb5c37;
}
@media all and (max-width: 750px) {
  .boxEbikerental0201 .boxCont01 .dl02 > dd .txt01 {
    font-size: 4.8vw;
  }
}

.boxEbikerental0201 .boxCont02 {
  margin: 0 0 20px 0;
  border: solid 2px #cc0000;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}
.boxEbikerental0201 .boxCont02:after {
}
.boxEbikerental0201 .boxCont02 h3 {
  background: #cc0000;
  font-size: 1.5em;
  font-weight: bold;
  padding: 12px 10px;
  color: #fff;
  text-align: center !important;
  margin-bottom: 15px;
}
.boxEbikerental0201 .boxCont02 p {
  margin: 5px 20px;
}

.boxEbikerental0201 .boxCont02 .txt03 {
  color: #cc0000;
  font-size: 1.2em;
  font-weight: bold;
}
.arrowW {
  height: 80px;
  position: relative;
}

.arrow {
  position: absolute;
  top: 50%;
  left: 47%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-color: #cc0000;
}

.arrow:after {
  position: absolute;
  content: "";
  top: -50px;
  left: -15px;
  width: 30px;
  height: 20px;
  background: #cc0000;
}
.boxEbikerental03Wrap {
  margin-bottom: 40px;
}
@media all and (max-width: 750px) {
  .boxEbikerental03Wrap {
    margin-bottom: 13vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01F {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01F {
    display: block;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne {
  width: 48.2%;
  margin-right: 3.6%;
  padding: 15px 0;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne {
    width: 100%;
    margin-right: 0;
    padding: 3vw 0;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne:nth-child(2n) {
  margin-right: 0;
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne.typeLR a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne.typeLR a {
    display: block;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .boxImg {
  height: 215px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .boxImg {
    height: auto;
    margin-bottom: 3vw;
    padding-right: 9vw;
    text-align: center;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne.typeLR a .boxImg {
  margin-right: 24px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne.typeLR a .boxImg {
    margin-right: 0;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .boxImg .img01Ebikerental03 {
  width: 205px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .boxImg .img01Ebikerental03 {
    width: 50vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .boxImg .img02Ebikerental03 {
  width: 97px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .boxImg .img02Ebikerental03 {
    width: 25vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .boxImg .img03Ebikerental03 {
  width: 175px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .boxImg .img03Ebikerental03 {
    width: 40vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .boxImg .img04Ebikerental03 {
  width: 240px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .boxImg .img04Ebikerental03 {
    width: 45vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .p01 {
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .p01 {
    margin-bottom: 2vw;
    font-size: 5.3vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .p01 .txt01 {
  font-size: 1.05rem;
  font-weight: 400;
  color: #898989;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .p01 .txt01 {
    font-size: 4.6vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .boxBaseCom {
  line-height: 1.4;
  font-size: 1.05rem;
  color: #898989;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01FOne .boxBaseCom {
    font-size: 4.6vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 28px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01LR {
    display: block;
    margin-top: 5vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01L {
  width: 35%;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01L {
    width: 100%;
    margin-bottom: 7vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01R {
  width: 63%;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01R {
    width: 100%;
    padding-right: 7vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxLink01 {
  margin-top: 60px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxLink01 {
    margin-top: 7vw;
    padding-right: 7vw;
    text-align: center;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxLink01 .p01 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #ad0003;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxLink01 .p01 {
    margin-bottom: 3vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01R iframe {
  height: 665px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .boxDd01R iframe {
    height: 80vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .dl0201 {
  margin-bottom: 10px;
  padding-bottom: 9px;
  border-bottom: 1px #ccc dashed;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .dl0201 {
    margin-bottom: 4vw;
    padding-bottom: 3vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .dl0201 > dt {
  font-size: 0.92rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .dl0201 > dt {
    font-size: 4.6vw;
  }
}

.boxEbikerental0301 .boxCont01 .dl02 > dd .dl0201 > dd {
  font-size: 0.92rem;
}
@media all and (max-width: 750px) {
  .boxEbikerental0301 .boxCont01 .dl02 > dd .dl0201 > dd {
    font-size: 4vw;
  }
}

.boxEbikerental04Wrap {
  margin-bottom: 100px;
}
@media all and (max-width: 750px) {
  .boxEbikerental04Wrap {
    margin-bottom: 10vw;
  }
}

.boxEbikerental0401 .boxBaseCom {
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-size: 1.2rem;
}
.boxEbikerental0401 .boxUketuke {
  padding: 7px 10px;
  border: 1px solid #999;
  margin: 9px 0;
  font-size: 85%;
}

@media all and (max-width: 750px) {
  .boxEbikerental0401 .boxBaseCom {
    font-size: 4.6vw;
  }
}

.boxEbikerental0401 .boxBaseCom.no01 {
  margin-bottom: 60px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0401 .boxBaseCom.no01 {
    margin-bottom: 7vw;
  }
}

.boxEbikerental0401 .boxCont01 {
  margin-bottom: 30px;
}
@media all and (max-width: 750px) {
  .boxEbikerental0401 .boxCont01 {
    margin-bottom: 7vw;
  }
}

.boxEbikerental0201 .ttl01,
.boxEbikerental0401 .ttl01 {
  margin-bottom: 1em;
  letter-spacing: 0.12em;
  font-size: 1.35rem;
  font-weight: 700;
  color: #009fbc;
}
@media all and (max-width: 750px) {
  .boxEbikerental0201 .ttl01,
  .boxEbikerental0401 .ttl01 {
    font-size: 5vw;
  }
}

.boxEbikerental0401 .ttl01.typeOrange {
  color: #eb5c37;
}

.boxEbikerentalBottomWrap {
  margin-bottom: 122px;
}
@media all and (max-width: 750px) {
  .boxEbikerentalBottomWrap {
    margin-bottom: 13vw;
  }
}

.boxEbikerentalBottom {
  padding-top: 40px;
  border-top: 2px #009fbc solid;
}
@media all and (max-width: 750px) {
  .boxEbikerentalBottom {
    padding-top: 7vw;
  }
}

.pageEbiketour.archive .boxEbikerentalBottom {
  padding-top: 55px;
  border-top: 2px #898989 solid;
}
@media all and (max-width: 750px) {
  .pageEbiketour.archive .boxEbikerentalBottom {
    padding-top: 7vw;
  }
}

.boxEbikerentalBottom01 .boxLink01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px) {
  .boxEbikerentalBottom01 .boxLink01 {
    display: block;
  }
}

.boxEbikerentalBottom01 .boxLink01 a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 48%;
  height: 102px;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbikerentalBottom01 .boxLink01 a {
    width: 90%;
    height: 17vw;
    margin: 5vw auto;
    font-size: 6vw;
  }
}

.boxEbikerentalBottom01 .boxLink01 a:nth-child(1) {
  background-color: #eb5c37;
  color: #fff;
}

.boxEbikerentalBottom01 .boxLink01 a:nth-child(2) {
  border: 4px #000 solid;
}

.boxEbikerentalBottom01 .p01 {
  margin-top: 15px;
  margin-bottom: 26px;
  padding: 15px 10px 9px 33px;
  background-color: #ffff01;
  letter-spacing: 0.03em;
  font-size: 1.32rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbikerentalBottom01 .p01 {
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding: 5vw 7vw 5vw 7vw;
    line-height: 1.3;
    font-size: 5vw;
  }
}

.boxEbikerentalBottom01 .boxLink02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px) {
  .boxEbikerentalBottom01 .boxLink02 {
    display: block;
  }
}

.boxEbikerentalBottom01 .boxLink02 a {
  width: 48%;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 750px) {
  .boxEbikerentalBottom01 .boxLink02 a {
    display: block;
    width: 90%;
    margin: 5vw auto;
  }
}

@media all and (max-width: 750px) {
  .boxEbikerentalBottom01 .boxLink02 a img {
    width: 100%;
  }
}

/*##### Ebiketour #####*/
.boxEbiketourTopWrap,
.boxEbiketourSTopWrap {
  margin-bottom: 46px;
  padding-top: 65px; /*125px;*/
}
@media all and (max-width: 750px) {
  .boxEbiketourTopWrap,
  .boxEbiketourSTopWrap {
    margin-bottom: 7vw;
    padding-top: 20vw;
  }
  .boxEbiketourSTopWrap {
    padding-top: 15.5vw;
  }
}

.boxEbiketourTop,
.boxEbiketourSTop {
  text-align: center;
}

.boxEbiketourTop .imgEbiketourTop {
  width: 892px;
  margin-bottom: 24px;
}
@media all and (max-width: 750px) {
  .boxEbiketourTop .imgEbiketourTop {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.boxEbiketourTop .boxImg {
  margin-bottom: 46px;
}
@media all and (max-width: 750px) {
  .boxEbiketourTop .boxImg {
    margin-bottom: 5vw;
  }
}

.boxEbiketourTop .boxBaseCom {
  text-align: left;
  line-height: 2;
  font-size: 1.53rem;
  color: #009fbc;
}
@media all and (max-width: 750px) {
  .boxEbiketourTop .boxBaseCom {
    line-height: 1.8;
    font-size: 4.6vw;
  }
}

.boxEbiketour01Wrap {
  margin-bottom: 45px;
}
@media all and (max-width: 750px) {
  .boxEbiketour01Wrap {
    margin-bottom: 8vw;
  }
}

.boxEbiketour0101 {
  padding-bottom: 42px;
  border-bottom: 2px #898989 solid;
}
body.single .boxEbiketour0101 {
  border-bottom: 0;
}

.boxEbiketour0101 .boxCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 17px;
}
@media all and (max-width: 750px) {
  .boxEbiketour0101 .boxCont01 {
    margin-bottom: 5vw;
  }
}

.boxEbiketour0101 .boxCont01 img {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media all and (max-width: 750px) {
  .boxEbiketour0101 .boxCont01 img {
    margin-bottom: 2vw;
  }
}

.boxEbiketour0101 .boxCont01 img:nth-child(2n) {
  margin-right: 0;
}

.boxEbiketour0101 .boxLink01 a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 560px;
  height: 54px;
  margin: 0 auto;
  border: 4px #000 solid;
  letter-spacing: 0.12em;
  font-size: 1.55rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbiketour0101 .boxLink01 a {
    width: 90%;
    height: 24vw;
    text-align: center;
    line-height: 1.3;
    font-size: 6vw;
  }
}

.boxEbiketour02Wrap {
  margin-bottom: 95px;
}
@media all and (max-width: 750px) {
  .boxEbiketour02Wrap {
    margin-bottom: 10vw;
  }
}

.boxEbiketour0201 {
  margin-bottom: 72px;
}
@media all and (max-width: 750px) {
  .boxEbiketour0201 {
    margin-bottom: 10vw;
  }
}

.boxEbiketour0201 .ttl01 {
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 3.7rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbiketour0201 .ttl01 {
    margin-bottom: 5vw;
    font-size: 8vw;
  }
}

.boxEbiketour0201 .boxListOne {
  text-align: center;
}

.boxEbiketour0202.no02 {
  margin-bottom: 45px;
}
@media all and (max-width: 750px) {
  .boxEbiketour0202.no02 {
    margin-bottom: 10vw;
  }
}

.boxEbiketour0202 .boxCont01 {
  margin-bottom: 20px;
  padding: 0 35px 15px 35px;
  border-bottom: 1px #ccc solid;
}
@media all and (max-width: 750px) {
  .boxEbiketour0202 .boxCont01 {
    margin-bottom: 5vw;
    padding: 0 5vw 3vw 5vw;
  }
}

.boxEbiketour0202 .boxCont01:last-child {
  border: 0;
}

.boxEbiketour0202 .boxCont01 .boxBaseCom,
.boxEbiketour0202 .boxCont01 .txtCaution {
  line-height: 1.9;
  font-size: 1.18rem;
}
@media all and (max-width: 750px) {
  .boxEbiketour0202 .boxCont01 .boxBaseCom,
  .boxEbiketour0202 .boxCont01 .txtCaution {
    line-height: 1.6;
    font-size: 4.6vw;
  }
}

.boxEbiketour0202 .boxCont01 .txtCaution {
  padding-left: 1em;
  text-indent: -1em;
}

.boxEbiketour0202 .boxImg {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 43px;
}
@media all and (max-width: 750px) {
  .boxEbiketour0202 .boxImg {
    margin-top: 5vw;
  }
}

@media all and (max-width: 750px) {
  .boxEbiketour0202 .boxImg img {
    width: 16vw;
  }
}

.boxEbiketour0203 .boxCont01 {
  margin-bottom: 10px;
}
@media all and (max-width: 750px) {
  .boxEbiketour0203 .boxCont01 {
    margin-bottom: 5vw;
  }
}

.boxEbiketour0203 .boxCont01 .dl01 {
  padding: 0 0 0 47px;
  background-image: url(/images/ebikerental/ebikerental-icn-arrow01.png);
  background-repeat: no-repeat;
  background-position: 27px 0.2em;
  background-size: auto auto;
  line-height: 1.45;
}
@media all and (max-width: 750px) {
  .boxEbiketour0203 .boxCont01 .dl01 {
    padding: 0 3vw 0 10vw;
    background-position: 5vw 0.3em;
    background-size: 3.5vw auto;
  }
}

.boxEbiketour0203 .boxCont01 .dl01 > dt {
  margin-bottom: 2px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbiketour0203 .boxCont01 .dl01 > dt {
    margin-bottom: 0;
    font-size: 5.5vw;
  }
}

.boxEbiketour0203 .boxCont01 .dl01 > dd {
  font-size: 1.2rem;
}
@media all and (max-width: 750px) {
  .boxEbiketour0203 .boxCont01 .dl01 > dd {
    font-size: 4.6vw;
  }
}

.boxEbiketour0203 .boxCont01 .dl01 > dd iframe {
  height: 390px;
  margin-top: 15px;
}
@media all and (max-width: 750px) {
  .boxEbiketour0203 .boxCont01 .dl01 > dd iframe {
    height: 80vw;
    margin-top: 5vw;
    padding-right: 7vw;
  }
}

.boxEbiketour0203 .boxCont01 .dl01 > dd .boxDd01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 28px;
}
@media all and (max-width: 750px) {
  .boxEbiketour0203 .boxCont01 .dl01 > dd .boxDd01LR {
    display: block;
    margin-top: 5vw;
  }
}

.boxEbiketour0203 .boxCont01 .dl01 > dd .boxDd01L {
  width: 35%;
}
@media all and (max-width: 750px) {
  .boxEbiketour0203 .boxCont01 .dl01 > dd .boxDd01L {
    width: 100%;
    margin-bottom: 10vw;
  }
}

.boxEbiketour0203 .boxCont01 .dl01 > dd .dl0201 {
  margin-bottom: 10px;
  padding-bottom: 9px;
  border-bottom: 1px #ccc dashed;
}
@media all and (max-width: 750px) {
  .boxEbiketour0203 .boxCont01 .dl01 > dd .dl0201 {
    margin-bottom: 4vw;
    padding-bottom: 3vw;
  }
}

.boxEbiketour0203 .boxCont01 .dl01 > dd .dl0201 > dt {
  font-size: 0.92rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbiketour0203 .boxCont01 .dl01 > dd .dl0201 > dt {
    font-size: 4.6vw;
  }
}

.boxEbiketour0203 .boxCont01 .dl01 > dd .dl0201 > dd {
  font-size: 0.92rem;
}
@media all and (max-width: 750px) {
  .boxEbiketour0203 .boxCont01 .dl01 > dd .dl0201 > dd {
    font-size: 4vw;
  }
}

.boxEbiketour0203 .boxCont01 .dl01 > dd .boxDd01R {
  width: 63%;
}
@media all and (max-width: 750px) {
  .boxEbiketour0203 .boxCont01 .dl01 > dd .boxDd01R {
    width: 100%;
    padding-right: 7vw;
  }
}

.boxEbiketour0203 .boxCont01 .dl01 > dd .boxLink01 {
  margin-top: 15px;
}
@media all and (max-width: 750px) {
  .boxEbiketour0203 .boxCont01 .dl01 > dd .boxLink01 {
    margin-top: 7vw;
    padding-right: 7vw;
    text-align: center;
  }
}

.boxEbiketour0203 .boxCont01 .dl01 > dd .boxLink01 .p01 {
  margin-bottom: 15px;
  padding-left: 1em;
  font-size: 0.92rem;
  text-indent: -1em;
}
@media all and (max-width: 750px) {
  .boxEbiketour0203 .boxCont01 .dl01 > dd .boxLink01 .p01 {
    margin-bottom: 3vw;
    font-size: 4.6vw;
  }
}

/*##### Ebiketour Single #####*/
.boxEbiketourS01 {
  margin-bottom: 78px;
}
@media all and (max-width: 750px) {
  .boxEbiketourS01 {
    margin-bottom: 10vw;
  }
}

.boxEbiketourS0101 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 43px;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0101 {
    display: block;
    margin-bottom: 7vw;
  }
}

.boxEbiketourS0101 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 48%;
  min-height: 95px;
  margin-right: 4%;
  padding: 20px 0 20px 10px;
  border-bottom: 1px #ccc solid;
  line-height: 1.4;
  font-size: 1.18rem;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0101 .dl01 {
    display: block;
    width: 100%;
    min-height: auto;
    margin-right: 0;
    padding: 5vw 2vw 5vw 3vw;
    font-size: 4.6vw;
  }
}

.boxEbiketourS0101 .dl01:nth-child(1),
.boxEbiketourS0101 .dl01:nth-child(2) {
  border-top: 1px #ccc solid;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0101 .dl01:nth-child(2) {
    border-top: 0;
  }
}

.boxEbiketourS0101 .dl01 > dt {
  width: 30%;
  padding-left: 13px;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0101 .dl01 > dt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1vw;
  }
}

.boxEbiketourS0101 .dl01 > dt:before {
  content: ">";
  margin-right: 5px;
  font-size: 1.5rem;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0101 .dl01 > dt:before {
    content: ">";
    margin-right: 1vw;
    font-size: 5vw;
  }
}

.boxEbiketourS0101 .dl01 > dt .str2 {
  letter-spacing: 2em;
}

.boxEbiketourS0101 .dl01 > dt .str3 {
  letter-spacing: 0.5em;
}

.boxEbiketourS0101 .dl01 > dd {
  width: 70%;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0101 .dl01 > dd {
    width: 100%;
  }
}

.boxEbiketourS0101 .dl01:nth-child(2n) {
  margin-right: 0;
}

.boxEbiketourS0102 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 63px;
  background-color: #dab63c;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0102 .dl01 {
    width: 90%;
    height: 20vw;
    margin: 0 auto;
    font-size: 6vw;
  }
}

.boxEbiketourS0102 .dl01 > dt {
  margin-right: 25px;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0102 .dl01 > dt {
    margin-right: 5vw;
  }
}

.boxEbiketourS02Wrap {
  margin-bottom: 95px;
}
@media all and (max-width: 750px) {
  .boxEbiketourS02Wrap {
    margin-bottom: 10vw;
  }
}

.boxEbiketourS0202 .boxCont01 {
  margin-bottom: 10px;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0202 .boxCont01 {
    margin-bottom: 5vw;
  }
}

.boxEbiketourS0202 .boxCont01 .dl01 {
  padding: 0 0 0 47px;
  background-image: url(/images/ebikerental/ebikerental-icn-arrow01.png);
  background-repeat: no-repeat;
  background-position: 27px 0.2em;
  background-size: auto auto;
  line-height: 1.45;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0202 .boxCont01 .dl01 {
    padding: 0 3vw 0 10vw;
    background-position: 5vw 0.3em;
    background-size: 3.5vw auto;
  }
}

.boxEbiketourS0202 .boxCont01 .dl01 > dt {
  margin-bottom: 2px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0202 .boxCont01 .dl01 > dt {
    margin-bottom: 0;
    font-size: 5.5vw;
  }
}

.boxEbiketourS0202 .boxCont01 .dl01 > dd {
  font-size: 1.2rem;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0202 .boxCont01 .dl01 > dd {
    font-size: 4.6vw;
  }
}

.boxEbiketourS0202 .boxCont01 .dl01 > dd iframe {
  height: 390px;
  margin-top: 15px;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0202 .boxCont01 .dl01 > dd iframe {
    height: 80vw;
    margin-top: 5vw;
    padding-right: 7vw;
  }
}

.boxEbiketourS0202 .boxCont01 .dl01 > dd .boxDd01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 28px;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0202 .boxCont01 .dl01 > dd .boxDd01LR {
    display: block;
    margin-top: 5vw;
  }
}

.boxEbiketourS0202 .boxCont01 .dl01 > dd .boxDd01L {
  width: 35%;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0202 .boxCont01 .dl01 > dd .boxDd01L {
    width: 100%;
    margin-bottom: 5vw;
  }
}

.boxEbiketourS0202 .boxCont01 .dl01 > dd .dl0201 {
  margin-bottom: 10px;
  padding-bottom: 9px;
  border-bottom: 1px #ccc dashed;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0202 .boxCont01 .dl01 > dd .dl0201 {
    margin-bottom: 4vw;
    padding-bottom: 3vw;
  }
}

.boxEbiketourS0202 .boxCont01 .dl01 > dd .dl0201 > dt {
  font-size: 0.92rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0202 .boxCont01 .dl01 > dd .dl0201 > dt {
    font-size: 4.6vw;
  }
}

.boxEbiketourS0202 .boxCont01 .dl01 > dd .dl0201 > dd {
  font-size: 0.92rem;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0202 .boxCont01 .dl01 > dd .dl0201 > dd {
    font-size: 4vw;
  }
}

.boxEbiketourS0202 .boxCont01 .dl01 > dd .boxDd01R {
  width: 63%;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0202 .boxCont01 .dl01 > dd .boxDd01R {
    width: 100%;
    padding-right: 7vw;
  }
}

.boxEbiketourS0202 .boxCont01 .dl01 > dd .boxLink01 {
  margin-top: 15px;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0202 .boxCont01 .dl01 > dd .boxLink01 {
    margin-top: 7vw;
    padding-right: 7vw;
    text-align: center;
  }
}

.boxEbiketourS0202 .boxCont01 .dl01 > dd .boxLink01 .p01 {
  margin-bottom: 15px;
  padding-left: 1em;
  font-size: 0.92rem;
  text-indent: -1em;
}
@media all and (max-width: 750px) {
  .boxEbiketourS0202 .boxCont01 .dl01 > dd .boxLink01 .p01 {
    margin-bottom: 3vw;
    font-size: 4.6vw;
  }
}

/*##### Interview #####*/
@media all and (max-width: 750px) {
  .boxInterview {
    padding-top: 15%;
  }
}

.boxInterview01 {
  padding-top: 2em;
}
@media all and (max-width: 750px) {
  .boxInterview01 {
    padding-top: 1vw;
  }
}

@media all and (max-width: 1000px) {
  .boxInterview01 .boxList {
    width: 90%;
    margin: 0 auto;
  }
}

.boxInterview01 .boxListOne {
  margin-bottom: 3.75em;
}
@media all and (max-width: 750px) {
  .boxInterview01 .boxListOne {
    margin-bottom: 12vw;
  }
}

.boxInterview01 .boxListOne a {
  color: #000;
  text-decoration: none;
}

.boxInterview01 .boxListOneIn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 1000px) {
  .boxInterview01 .boxListOneIn {
    display: block;
  }
}

.boxInterview01 .boxListImg {
  position: relative;
  width: 55.3%;
  height: 502px;
}
@media all and (max-width: 1000px) {
  .boxInterview01 .boxListImg {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
}

.boxInterview01 .boxListImg img {
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 1400px) {
  .boxInterview01 .boxListImg img {
    width: 120%;
  }
}
@media all and (max-width: 1000px) {
  .boxInterview01 .boxListImg img {
    position: relative;
    width: 100%;
  }
}

.boxInterview01 .boxListImg .pList01 {
  position: absolute;
  top: 9%;
  right: 8%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 169px;
  padding-top: 86px;
  background-image: url("/images/interview/interview-icn-bicycle01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
.boxInterview01 .boxListImg .pList01.typeWhite {
  background-image: url("/images/interview/interview-icn-bicycle02.png");
}
@media all and (max-width: 750px) {
  .boxInterview01 .boxListImg .pList01 {
    width: 20vw;
    padding-top: 10vw;
    background-size: 100% auto;
  }
}

.boxInterview01 .boxListImg .pList01 .txt01 {
  margin-bottom: 0.4em;
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
}
.boxInterview01 .boxListImg .pList01.typeWhite .txt01 {
  color: #fff;
}
@media all and (max-width: 750px) {
  .boxInterview01 .boxListImg .pList01 .txt01 {
    font-size: 2.7vw;
  }
}

.boxInterview01 .boxListImg .pList01 .txt02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 2em;
  background-color: #000;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: #fff;
}
.boxInterview01 .boxListImg .pList01.typeWhite .txt02 {
  background-color: #fff;
  color: #000;
}
@media all and (max-width: 750px) {
  .boxInterview01 .boxListImg .pList01 .txt02 {
    font-size: 2vw;
  }
}

.boxInterview01 .boxListTxt {
  position: relative;
  width: 44.7%;
  padding-bottom: 60px;
  padding-left: 4.2%;
}
@media all and (max-width: 1000px) {
  .boxInterview01 .boxListTxt {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 1em;
  }
}
@media all and (max-width: 750px) {
  .boxInterview01 .boxListTxt {
    padding-top: 0;
  }
}

.boxInterview01 .boxListTxt .boxListCont01 {
  position: relative;
  margin-bottom: 2.7em;
  padding-top: 1em;
  padding-bottom: 1.45em;
  border-bottom: 3px #000 solid;
}
@media all and (max-width: 750px) {
  .boxInterview01 .boxListTxt .boxListCont01 {
    margin-bottom: 7vw;
    padding-top: 4vw;
    padding-bottom: 3vw;
    border-bottom: 0.4vw #000 solid;
  }
}

.boxInterview01 .boxListTxt .boxListCont01 > p {
  line-height: 1.8;
  letter-spacing: 0.13em;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxInterview01 .boxListTxt .boxListCont01 > p {
    line-height: 1.5;
    font-size: 4vw;
  }
}

.boxInterview01 .boxListTxt .boxListCont01:after {
  content: "ABOUT CASES";
  position: absolute;
  right: -0.05em;
  bottom: -1.1em;
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
  font-size: 3.45rem;
  font-weight: 400;
  color: #eaeaea;
}
@media all and (max-width: 750px) {
  .boxInterview01 .boxListTxt .boxListCont01:after {
    bottom: -9vw;
    font-size: 8vw;
  }
}

.boxInterview01 .boxListTxt .ttlList,
.boxInterviewS01 .boxSingle02In .ttl01,
.boxInterviewS01 .boxSingle05 .ttlList {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.45em;
  letter-spacing: 0.06em;
  font-size: 1.25rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxInterview01 .boxListTxt .ttlList,
  .boxInterviewS01 .boxSingle02In .ttl01,
  .boxInterviewS01 .boxSingle05 .ttlList {
    font-size: 4vw;
  }
}

.boxInterview01 .boxListTxt .ttlList:before,
.boxInterview01 .boxListTxt .ttlList:after,
.boxInterviewS01 .boxSingle02In .ttl01:before,
.boxInterviewS01 .boxSingle02In .ttl01:after,
.boxInterviewS01 .boxSingle05 .ttlList:before,
.boxInterviewS01 .boxSingle05 .ttlList:after {
  content: "";
  position: absolute;
}

.boxInterview01 .boxListTxt .ttlList:before,
.boxInterviewS01 .boxSingle02In .ttl01:before,
.boxInterviewS01 .boxSingle05 .ttlList:before {
  top: 0.2em;
  left: 0;
  width: 0.95em;
  height: 0.95em;
  background-color: #9c0e26;
}

.boxInterview01 .boxListTxt .ttlList:after,
.boxInterviewS01 .boxSingle02In .ttl01:after,
.boxInterviewS01 .boxSingle05 .ttlList:after {
  top: 0.5em;
  left: 0.35em;
  width: 0.2em;
  height: 0.2em;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.boxInterview01 .boxListTxt .boxListDl01 .dlList01,
.boxInterviewS01 .boxSingle02 .dlSingle01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.3em;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
}
@media all and (max-width: 750px) {
  .boxInterview01 .boxListTxt .boxListDl01 .dlList01,
  .boxInterviewS01 .boxSingle02 .dlSingle01 {
    font-size: 3.2vw;
  }
}

.boxInterview01 .boxListTxt .boxListDl01 .dlList01 > dt,
.boxInterviewS01 .boxSingle02 .dlSingle01 > dt {
  position: relative;
  width: 165px;
  padding-left: 1.1em;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxInterview01 .boxListTxt .boxListDl01 .dlList01 > dt,
  .boxInterviewS01 .boxSingle02 .dlSingle01 > dt {
    width: 35vw;
  }
}

.boxInterview01 .boxListTxt .boxListDl01 .dlList01 > dt:before,
.boxInterviewS01 .boxSingle02 .dlSingle01 > dt:before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0.3em;
  width: 0.24em;
  height: 0.24em;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.boxInterview01 .boxListTxt .boxListDl01 .dlList01 > dd,
.boxInterviewS01 .boxSingle02 .dlSingle01 > dd {
  width: calc(100% - 165px);
}
@media all and (max-width: 750px) {
  .boxInterview01 .boxListTxt .boxListDl01 .dlList01 > dd,
  .boxInterviewS01 .boxSingle02 .dlSingle01 > dd {
    width: calc(100% - 35vw);
  }
}

.boxInterview01 .boxListTxt .boxListLink > span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 94px;
  height: 31px;
  padding: 0 31px 0 31px;
  background-color: #000;
  background-image: url("/images/interview/interview-icn-arrow01.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto auto;
  letter-spacing: 0.03em;
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
}
@media all and (max-width: 750px) {
  .boxInterview01 .boxListTxt .boxListLink > span {
    position: relative;
    right: auto;
    bottom: auto;
    width: 25vw;
    height: 7vw;
    margin-left: auto;
    margin-top: 4vw;
    padding: 0 7vw 0 10vw;
    background-size: auto 100%;
    font-size: 3.2vw;
  }
}

/*##### Interview Single #####*/
.boxInterviewS {
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .boxInterviewS {
    overflow: hidden;
    margin-bottom: 10vw;
    padding-top: 15%;
  }
}

.boxInterviewS * {
  box-sizing: border-box;
}

.boxInterviewS .box_content {
  overflow: visible;
}

.boxInterviewS01 {
  margin-top: -30px;
}

.boxInterviewS01 .boxSingle01 {
  padding-top: 90px;
  padding-bottom: 170px;
  background-image: url("/images/interview/interview-s-bg01.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle01 {
    padding-top: 5vw;
    padding-bottom: 8vw;
  }
}

.boxInterviewS01 .boxSingle01In {
  position: relative;
}

.boxInterviewS01 .boxSingle01In .pSingle01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 238px;
  margin-bottom: 3.6em;
  padding-top: 123px;
  background-image: url("/images/interview/interview-s-icn-bicycle01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle01In .pSingle01 {
    width: 30vw;
    margin: 0 auto;
    margin-bottom: 5vw;
    padding-top: 18%;
    background-size: 100% auto;
  }
}

.boxInterviewS01 .boxSingle01In .pSingle01 .txt01 {
  margin-bottom: 0.4em;
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle01In .pSingle01 .txt01 {
    font-size: 4vw;
  }
}

.boxInterviewS01 .boxSingle01In .pSingle01 .txt02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 1.8em;
  background-color: #000;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle01In .pSingle01 .txt02 {
    font-size: 3vw;
  }
}

.boxInterviewS01 .boxSingle01In .boxSingleCont > p {
  line-height: 1.65;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle01In .boxSingleCont > p {
    font-size: 4vw;
  }
}

.boxInterviewS01 .boxSingle01In .boxSingleMovie {
  position: absolute;
  right: 0;
  top: -260px; /*calc(-200px - 90px);*/
  width: 850px; /*893px;*/
  /*height: 501px;*/
}
@media all and (max-width: 1340px) {
  .boxInterviewS01 .boxSingle01In .boxSingleMovie {
    /*position: relative;*/
    right: 2%;
    top: -220px;
    width: 780px;
    /*height: auto;*/
  }
}
@media all and (max-width: 1230px) {
  .boxInterviewS01 .boxSingle01In .boxSingleMovie {
    top: -165px;
    width: 680px;
  }
}
@media all and (max-width: 1100px) {
  .boxInterviewS01 .boxSingle01In .boxSingleMovie {
    top: -100px;
    width: 560px;
  }
}
@media all and (max-width: 880px) {
  .boxInterviewS01 .boxSingle01In .boxSingleMovie {
    top: -40px;
    width: 450px;
  }
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle01In .boxSingleMovie {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 5vw;
  }
}

.boxInterviewS01 .boxSingle01In .boxSingleMovie img {
  width: 100%;
}

.boxInterviewS01 .boxSingle02 {
  margin-top: -123px;
  margin-bottom: 5em;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle02 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.boxInterviewS01 .boxSingle02In {
  padding: 1.65em 1.55em;
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle02In {
    padding: 7vw 5%;
  }
}

.boxInterviewS01 .boxSingle02In .boxCont01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle02In .boxCont01LR {
    display: block;
  }
}

.boxInterviewS01 .boxSingle02In .boxCont01L,
.boxInterviewS01 .boxSingle02In .boxCont01R {
  width: 48.5%;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle02In .boxCont01L,
  .boxInterviewS01 .boxSingle02In .boxCont01R {
    width: 100%;
  }
}

.boxInterviewS01 .boxSingle02In .boxCont01L {
  margin-right: 3%;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle02In .boxCont01L {
    margin-right: 0;
  }
}

.boxInterviewSBase01 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 5em;
}
.boxInterviewSBase01.typeReverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.boxInterviewSBase01.typeImgBottom {
  display: block;
}
@media all and (max-width: 1280px) {
  .boxInterviewSBase01 {
    display: block;
  }
}
@media all and (max-width: 750px) {
  .boxInterviewSBase01 {
    margin-bottom: 10vw;
  }
}

.boxInterviewSBase01 * {
  box-sizing: border-box;
}

.boxInterviewSBase01 .boxImg {
  width: 569px;
}
.boxInterviewSBase01.typeTxt .boxImg {
  display: none;
}
.boxInterviewSBase01.typeImgBottom .boxImg {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media all and (max-width: 1280px) {
  .boxInterviewSBase01 .boxImg {
    width: 100%;
    margin-bottom: 3em;
    text-align: center;
  }
}
@media all and (max-width: 750px) {
  .boxInterviewSBase01 .boxImg {
    margin-bottom: 5vw;
  }
}

.boxInterviewSBase01.typeImgBottom .boxImg img {
  width: 32.5%;
  margin-right: calc((100% - 32.5% * 3) / 2);
}
.boxInterviewSBase01.typeImgBottom .boxImg img:nth-child(3n) {
  margin-right: 0;
}
.boxInterviewSBase01.typeImgBottom .boxImg img:nth-child(n + 4) {
  margin-top: 1em;
}
@media all and (max-width: 750px) {
  .boxInterviewSBase01 .boxImg img {
    width: 100%;
  }
  .boxInterviewSBase01.typeImgBottom .boxImg img {
    width: 100%;
    margin-right: 0;
  }
}

.boxInterviewSBase01 .boxTxt {
  width: calc(100% - 569px);
  padding-left: 4.3%;
}
.boxInterviewSBase01.typeTxt .boxTxt {
  width: 100%;
  padding-left: 0;
}
.boxInterviewSBase01.typeReverse .boxTxt {
  padding-left: 0;
  padding-right: 4.3%;
}
.boxInterviewSBase01.typeImgBottom .boxTxt {
  width: 100%;
  margin-bottom: 3.5em;
  padding-left: 0;
}
@media all and (max-width: 1280px) {
  .boxInterviewSBase01 .boxTxt,
  .boxInterviewSBase01.typeTxt .boxTxt,
  .boxInterviewSBase01.typeReverse .boxTxt,
  .boxInterviewSBase01.typeImgBottom .boxTxt {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
@media all and (max-width: 750px) {
  .boxInterviewSBase01 .boxTxt,
  .boxInterviewSBase01.typeTxt .boxTxt,
  .boxInterviewSBase01.typeReverse .boxTxt,
  .boxInterviewSBase01.typeImgBottom .boxTxt {
    width: 90%;
  }
}

.boxInterviewSBase01 .boxTxt .ttl01 {
  margin-bottom: 1.5em;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
}
@media all and (max-width: 750px) {
  .boxInterviewSBase01 .boxTxt .ttl01 {
    font-size: 4vw;
  }
}

.boxInterviewSBase01 .boxInterviewQ {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 87px;
}
@media all and (max-width: 750px) {
  .boxInterviewSBase01 .boxInterviewQ {
    margin-bottom: 7vw;
    padding-left: 20vw;
  }
}

.boxInterviewSBase01 .boxInterviewQ:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 72px;
  height: 1px;
  background-color: #000;
}
@media all and (max-width: 750px) {
  .boxInterviewSBase01 .boxInterviewQ:before {
    width: 15vw;
  }
}

.boxInterviewSBase01 .boxInterviewQ > p {
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 0.96rem;
}
@media all and (max-width: 750px) {
  .boxInterviewSBase01 .boxInterviewQ > p {
    font-size: 3.5vw;
  }
}

.boxInterviewSBase01 .boxInterviewA .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.1em;
}

.boxInterviewSBase01 .boxInterviewA .dl01:last-child {
  margin-bottom: 0;
}

.boxInterviewSBase01 .boxInterviewA .dl01 > dt {
  width: 87px;
}
@media all and (max-width: 750px) {
  .boxInterviewSBase01 .boxInterviewA .dl01 > dt {
    width: 20vw;
  }
}

.boxInterviewSBase01 .boxInterviewA .dl01 > dt > span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 72px;
  min-height: 1.4em;
  padding: 0.2em 0.3em 0.1em 0.3em;
  font-size: 0.95rem;
}
@media all and (max-width: 750px) {
  .boxInterviewSBase01 .boxInterviewA .dl01 > dt > span {
    width: 15vw;
    min-height: 2em;
    font-size: 3.5vw;
  }
}

.boxInterviewSBase01 .boxInterviewA .dl01 > dt > span.type01 {
  background-color: #275792;
  color: #fff;
}

.boxInterviewSBase01 .boxInterviewA .dl01 > dt > span.type02 {
  background-color: #9c0e26;
  color: #fff;
}

.boxInterviewSBase01 .boxInterviewA .dl01 > dt > span .small {
  position: relative;
  bottom: -0.1em;
  letter-spacing: -0.15em;
  font-size: 0.78rem;
}
@media all and (max-width: 750px) {
  .boxInterviewSBase01 .boxInterviewA .dl01 > dt > span .small {
    font-size: 3.2vw;
  }
}

.boxInterviewSBase01 .boxInterviewA .dl01 > dd {
  width: calc(100% - 87px);
}
@media all and (max-width: 750px) {
  .boxInterviewSBase01 .boxInterviewA .dl01 > dd {
    width: calc(100% - 20vw);
  }
}

.boxInterviewSBase01 .boxInterviewA .dl01 > dd > p {
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 0.96rem;
}
@media all and (max-width: 750px) {
  .boxInterviewSBase01 .boxInterviewA .dl01 > dd > p {
    font-size: 3.5vw;
  }
}

.boxInterviewS01 .boxSingle04 {
  margin-top: 6.3em;
  margin-bottom: 6.6em;
  padding-top: 3.8em;
  padding-bottom: 3.5em;
  background-color: #eaeaea;
  background-image: url("/images/interview/interview-s-bg02.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle04 {
    margin-top: 5vw;
    margin-bottom: 10vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    background-size: 400% 100%;
  }
}

.boxInterviewS01 .boxSingle04In .ttl01 {
  margin-bottom: 2.8em;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle04In .ttl01 {
    margin-bottom: 7vw;
  }
}

.boxInterviewS01 .boxSingle04In .ttl01 > span {
  position: relative;
  letter-spacing: 0.11em;
  font-size: 1.55rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle04In .ttl01 > span {
    letter-spacing: 0.08em;
    font-size: 4.5vw;
  }
}

.boxInterviewS01 .boxSingle04In .ttl01 > span:before,
.boxInterviewS01 .boxSingle04In .ttl01 > span:after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 1.2em;
  background-color: #000;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle04In .ttl01 > span:before,
  .boxInterviewS01 .boxSingle04In .ttl01 > span:after {
    width: 0.5vw;
  }
}

.boxInterviewS01 .boxSingle04In .ttl01 > span:before {
  left: -1.3em;
  -ms-transform: rotate(-26deg);
  transform: rotate(-26deg);
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle04In .ttl01 > span:before {
    left: -4vw;
  }
}

.boxInterviewS01 .boxSingle04In .ttl01 > span:after {
  right: -1.3em;
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle04In .ttl01 > span:after {
    right: -4vw;
  }
}

.boxInterviewS01 .boxSingle04In .boxBaseCom {
  margin-bottom: 1.8em;
}
@media all and (max-width: 750px) {
}

.boxInterviewS01 .boxSingle04In .boxBaseCom > p {
  line-height: 1.65;
  font-size: 0.96rem;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle04In .boxBaseCom > p {
    font-size: 3.5vw;
  }
}

.boxInterviewS01 .boxSingle04In .pSign {
  letter-spacing: 0.04em;
  font-size: 0.96rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle04In .pSign {
    font-size: 3.5vw;
  }
}

.boxInterviewS01 .boxSingle05 .boxCont01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 4.3em;
}
@media all and (max-width: 1000px) {
  .boxInterviewS01 .boxSingle05 .boxCont01LR {
    display: block;
    margin-bottom: 3em;
  }
}

.boxInterviewS01 .boxSingle05 .boxTtl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 252px;
  background-color: #eaeaea;
}
@media all and (max-width: 1000px) {
  .boxInterviewS01 .boxSingle05 .boxTtl {
    width: 100%;
    padding: 1.5em;
    margin-bottom: 1.5em;
  }
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle05 .boxTtl {
    padding: 5vw;
    margin-bottom: 5vw;
  }
}

.boxInterviewS01 .boxSingle05 .boxTtl .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 150px;
  padding-top: 78px;
  background-image: url("/images/interview/interview-s-icn-bicycle02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle05 .boxTtl .ttl01 {
    width: 30vw;
    padding-top: 18%;
    background-size: 100% auto;
  }
}

.boxInterviewS01 .boxSingle05 .boxTtl .ttl01 .txt01 {
  margin-bottom: 0.4em;
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  font-size: 1.22rem;
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle05 .boxTtl .ttl01 .txt01 {
    font-size: 5vw;
  }
}

.boxInterviewS01 .boxSingle05 .boxTtl .ttl01 .txt02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 1.9em;
  background-color: #000;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
  font-size: 0.79rem;
  font-weight: 400;
  color: #fff;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle05 .boxTtl .ttl01 .txt02 {
    font-size: 3vw;
  }
}

.boxInterviewS01 .boxSingle05 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% - 252px);
}
@media all and (max-width: 1000px) {
  .boxInterviewS01 .boxSingle05 .boxList {
    width: 100%;
  }
}

.boxInterviewS01 .boxSingle05 .boxListOne {
  width: 30%;
  margin-left: calc((100% - 30% * 3) / 3);
}
@media all and (max-width: 1000px) {
  .boxInterviewS01 .boxSingle05 .boxListOne {
    width: 33.333333%;
    margin-left: calc((100% - 33.333333% * 3) / 3);
    padding: 0 1.3%;
  }
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle05 .boxListOne {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 7vw;
    padding: 0;
  }
}

@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle05 .boxListOne:last-child {
    margin-bottom: 0;
  }
}

.boxInterviewS01 .boxSingle05 .boxListOne a {
  text-decoration: none;
  color: #000;
}

.boxInterviewS01 .boxSingle05 .boxListImg {
  height: 160px;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle05 .boxListImg {
    height: 50vw;
  }
}

.boxInterviewS01 .boxSingle05 .boxListTxt {
  padding: 1.1em 0 0 0;
}

.boxInterviewS01 .boxSingle05 .boxListCont {
  margin-top: -0.4em;
}

.boxInterviewS01 .boxSingle05 .boxListCont > p {
  line-height: 1.6;
  font-size: 0.98rem;
}

.boxInterviewS01 .boxSingle05 .boxLink > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 3.5em;
  border: 4px #000 solid;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
@media all and (max-width: 750px) {
  .boxInterviewS01 .boxSingle05 .boxLink > a {
    width: 90%;
    margin: 0 auto;
    border: 0.7vw #000 solid;
    font-size: 3.5vw;
  }
}

/*recruit*/
.list_recruit_info {
  margin-top: 50px;
  width: 100%;
}
.list_recruit_info th,
.list_recruit_info td {
  padding: 0 0 60px 0;
  vertical-align: top;
  text-align: left;
}
.list_recruit_info th {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.list_recruit_info th::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0.5em;
  content: "";
  vertical-align: top;
}
.list_recruit_info th::before {
  left: 8px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list_recruit_info td {
}

@media only screen and (max-width: 1280px) {
  .list_recruit_info {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .list_recruit_info {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
  }
  .list_recruit_info th {
    padding: 10px 0 10px 10px;
    border-bottom: none;
  }
  .list_recruit_info td {
    padding: 0px 0 15px 0;
  }
  .list_recruit_info th::before {
    margin: auto;
  }

  .list_recruit_info th::before {
    left: 0px;
  }
  .list_recruit_info th {
    display: block;
    width: 100%;
    font-size: 1rem;
  }

  .list_recruit_info td {
    display: block;
    padding-left: 0px;
    width: 100%;
  }
}

/*20250212 ブログ用テンプレート作成*/
@media only screen and (min-width: 750px) {
  .toc-002 {
    width: 100%;
    min-width: 550px;
  }
}

.toc-002 {
  margin-bottom: 30px;
  border: 2px solid #191919;
  border-radius: 3px;
  margin: 50px 0px;
}

.toc-002 div {
  /*display: flex;
    justify-content: center;
    align-items: center;*/
  margin: 0;
  padding: 15px 30px 10px 30px;
  line-height: 1.8em;
  background-color: #191919;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}
.toc-002 div .en {
  font-size: 2em;
  display: block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.023em;
  font-weight: 400;
}
/*.toc-002 div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}*/

.toc-002 ol {
  list-style-type: none;
  margin: 10px;
  overflow: hidden;
}

.toc-002 > ol {
  padding: 0;
}

.toc-002 ol ol {
  margin-top: 5px;
  padding-left: 0em;
}
.toc-002 li ol > li {
  /*border-bottom:none;*/
}
.toc-002 li ol > li a {
  padding: 0.5rem 2rem;
}
.toc-002 li ol > li a:before {
  content: "●";
  font-size: 0.3rem;
}
.toc-002 li {
  width: 100%;
  padding: 0px;
  font-weight: 600;
  /*border-bottom:1px solid #333;*/
}

.toc-002 ol ol li {
  font-weight: 500;
  font-size: 0.9em;
}
.toc-002 li a:hover {
  width: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.toc-002 a {
  display: block;
  padding: 0.3rem 1.5rem;
  width: 100%;
  color: #333;
  text-decoration: none;
}
.toc-002 a:before {
  content: "●";
  font-size: 0.45rem;
  padding-right: 0.3rem;
  position: relative;
  bottom: 1px;
}

div.midashi {
  padding: 15px 30px 10px 30px;
  line-height: 1.8em !important;
  background-color: #191919;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1.5em !important;
  margin-bottom: 2rem;
  margin-top: 2rem;
  position: relative;
}

div.midashi:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #9c0e26; /* 左辺は透明 */
  border-bottom: 20px solid transparent; /* 下辺に指定の色 */
}

div.komidashi {
  padding: 15px 30px 10px 30px;
  line-height: 1.8em !important;
  border-bottom: px solid #191919;
  background-color: #f5f5f5;
  font-weight: 600 !important;
  font-size: 1.4em !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative;
}

/*20250509 ブログ用プロフィール欄作成*/
.news_profileWrap {
  margin-bottom: 55px;
}
.news_profile {
  display: flex;
  gap: 5%;
  padding: 20px 74px;
  background: #dcdcdc;
  font-size: 1.1rem;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.news_profile:nth-of-type(n + 3) {
  /* 2個目以降に適用される */
  padding-top: 30px;
  border-top: 2px solid #ffffff;
}
.news_profile .left h4 {
  font-size: 1.5rem;
  margin: 0.5rem 0rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #191919;
}
.news_profile .left h4 span {
  font-size: 1.2rem;
  padding-left: 1rem;
}
.news_profile .left p {
  font-weight: 500;
  font-size: 1rem;
}
.news_profile .right img {
  width: 200px;
  height: 200px;
  /*border-radius: 50%;*/
  object-fit: cover;
}
.writer-profile-head div {
  margin: 0;
  padding: 15px 30px 10px 30px;
  line-height: 1.8em;
  background-color: #191919;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}

.writer-profile-head div .en {
  font-size: 2em;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.023em;
  font-weight: 400;
}
@media only screen and (max-width: 879px) {
  .news_profile {
    flex-direction: column-reverse;
    padding: 2rem;
  }
  .news_profile .right img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .writer-profile-head div {
    margin: 0;
    padding: 15px 30px 10px 30px;
    line-height: 1.8em;
    background-color: #191919;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
  }

  .writer-profile-head div .en {
    display: block;
    padding-bottom: 0.5rem;
  }
}
