@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
  line-height: 1.7;
}

/*------------ 全体 ------------*/
html {
}
body {
  color: #333333;
}

.red_txt {
  color: red;
}
._hover {
  transition: opacity 0.3s linear;
  opacity: 1;
}
._hover:hover {
  opacity: 0.7;
}

@font-face {
  font-family: "flopdesign-kana";
  src: url("../fonts/flopdesign-kana.eot");
  src: url("../fonts/flopdesign-kana.eot?#iefix") format("embedded-opentype"),
    url("../fonts/flopdesign-kana.woff") format("woff"),
    url("../fonts/flopdesign-kana.ttf") format("truetype");
}
.flop {
  font-family: "flopdesign-kana";
}
img {
  max-width: 100%;
  height: auto;
}
a[href^="tel:"] {
  cursor: default;
}

/*------------ WRAPPER ------------*/
#wrapper {
  min-width: 1200px;
}
.content_inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

/*------------ HEADER ------------*/
#header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  border-bottom: 3px solid #b3e5fc;
}
#h1_area {
  background-color: #2f8bcc;
}
#h1_area .inner {
  /*width: 1180px;*/
  padding: 0 10px;
  margin: 0 auto;
}
#h1_area .inner h1 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 0;
}
#logo_area {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
}

/*------------ NAVI ------------*/
#gnav {
  /*	float: right;
	text-align: right;
	padding-top: 15px;*/
  margin-top: 15px;
}
#gnav li {
  /*	display: inline-block;*/
  vertical-align: top;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  line-height: 1;
  float: left;
}
#gnav li:first-child {
  padding-left: 0;
}
#gnav li:last-child {
  padding-right: 0;
  border: none;
}
#gnav li a {
  color: #666666;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding-left: 30px;
  position: relative;
}
#gnav li a:before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#gnav li.icon_nav01 a {
  padding-left: 21px;
}
#gnav li.icon_nav02 a {
  padding-left: 36px;
}
#gnav li.icon_nav03 a {
  padding-left: 28px;
}
#gnav li.icon_nav04 a {
  padding-left: 31px;
}
#gnav li.icon_nav05 a {
  padding-left: 27px;
}
#gnav li.icon_nav06 a {
  padding-left: 24px;
}
#gnav li.icon_nav01 a:before {
  background-image: url(../images/common/icon_nav01.png);
  width: 15px;
  height: 20px;
}
#gnav li.icon_nav02 a:before {
  background-image: url(../images/common/icon_nav02.png);
  width: 30px;
  height: 20px;
}
#gnav li.icon_nav03 a:before {
  background-image: url(../images/common/icon_nav03.png);
  width: 22px;
  height: 24px;
}
#gnav li.icon_nav04 a:before {
  background-image: url(../images/common/icon_nav04.png);
  width: 25px;
  height: 21px;
}
#gnav li.icon_nav05 a:before {
  background-image: url(../images/common/icon_nav05.png);
  width: 21px;
  height: 21px;
}
#gnav li.icon_nav06 a:before {
  background-image: url(../images/common/icon_nav06.png);
  width: 18px;
  height: 23px;
}
#gnav li.icon_nav07 a:before {
  background-image: url(../images/common/icon_nav07.png);
  width: 25px;
  height: 26px;
}
#gnav li.icon_nav08 a:before {
  background-image: url(../images/common/icon_nav08.png);
  width: 27px;
  height: 23px;
}

/*------------ TOP ------------*/
#main {
  position: absolute;
  top: 139px;
  left: 0;
  width: 100%;
  background-image: url(../images/top/main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  min-width: 1200px;
}
#bg_main {
  padding-top: calc(100vh - 99px);
}
#contents {
  position: relative;
  z-index: 5;
  margin-top: 100vh;
}
#contents.sub {
  margin-top: 110px;
}
#content_w {
  background-color: #fff;
  padding-top: 50px;
}
#main_info_area {
  width: 1200px;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.main_access {
  width: 565px;
  background-color: #f06292;
  float: left;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px 10px 0 24px;
  height: 113px;
}
.main_access .left {
  float: left;
}
.main_access .right {
  width: 100%;
}
.main_access .right .ttl {
  text-align: center;
  padding-bottom: 15px;
}
.main_list_btn_access li {
  float: left;
  margin-right: 7px;
}
.main_list_btn_access li:last-child {
  margin-right: 0;
}
.main_list_btn_access li a {
  display: block;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 7px 5px;
}
.main_list_btn_access li a.color1 {
  border: 3px solid #29b6f6;
}
.main_list_btn_access li a.color2 {
  border: 3px solid #06cbc2;
}

.main_list_btn_access li a.color3 {
  border: 3px solid #ffba00;
}
.main_delivery {
  float: left;
  background-color: #ec407a;
  margin-left: 15px;
  display: inline;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px 10px 0 10px;
  height: 113px;
}
.main_tel {
  background-color: rgba(255, 255, 255, 0.6);
  float: right;
  box-sizing: border-box;
  height: 113px;
  padding: 15px 15px 0;
}
.catchcopy {
  width: 560px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 25px 0;
  position: absolute;
  left: 0;
  top: 58%;
  transform: translateY(-50%);
}
.catchcopy .icon {
  position: absolute;
  left: 50px;
  top: -95px;
}
.corporation_bnr {
  background-image: url(../images/top/bg_point.png);
  background-position: -50px;
  padding: 30px 0 35px;
}
.corporation_bnr p {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corporation_bnr {
    background-image: none;
    background-position: inherit;
    padding: 0;
  }
}
#top_point {
  background-image: url(../images/top/bg_point.png);
  background-position: -50px;
  padding: 30px 0 35px;
}
#list_top_point li {
  background-color: #fff;
  float: left;
  width: 340px;
  margin-right: 40px;
  text-align: center;
  padding: 15px 20px 20px;
  box-sizing: border-box;
}
#list_top_point li:nth-child(3n) {
  margin-right: 0;
}
#list_top_point li .ttl {
  font-size: 24px;
  font-weight: 700;
  color: #29b6f6;
  padding-bottom: 15px;
}
#list_top_point li .img {
  padding-bottom: 15px;
}
#list_top_point li .subttl {
  font-size: 20px;
  font-weight: 700;
  color: #ec407a;
  padding-bottom: 15px;
}
#list_top_point li .body {
  text-align: left;
  font-size: 18px;
  padding-bottom: 15px;
}
.btn_common {
  display: inline-block;
  width: 300px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  background-color: #29b6f6;
  border: none;
  border-bottom: 5px solid #0a82b8;
  border-radius: 10px;
  position: relative;
  margin-top: 0px;
  transition: border 0.15s linear, border-radius 0.15s linear;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.btn_common.color_pink {
  background-color: #ec407a;
  border-bottom: 5px solid #bd104a;
}
.btn_common.color_green {
  background-color: #00c3ba;
  border-bottom: 5px solid #00847e;
}
.btn_common.color_blue2 {
  background-color: #0057c3;
  border-bottom: 5px solid #003b85;
}
.btn_common.color_yellow {
  background-color: #ffb300;
  border-bottom: 5px solid #ba8300;
}
.btn_common:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/icon_btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.btn_common:hover {
  /*margin-top: 5px;*/
  border-radius: 11px 11px 10px;
  border-width: 5px 0px 0px;
}
.ttl_bg_blue {
  background-color: #2f8bcc;
  text-align: center;
  padding: 7px 0 18px;
  position: relative;
  margin-bottom: 30px;
}
#top_step .ttl_bg_blue {
  background-color: #00c3ba;
}
#top_voice .ttl_bg_blue {
  background-color: #0057c3;
}
#top_news .ttl_bg_blue {
  background-color: #ae8adf;
}
.ttl_bg_blue:before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4px;
  background-color: #fff;
}
.ttl_bg_blue .ttl {
  font-size: 36px;
  font-weight: 700;
  color: #ffff00;
  margin-bottom: -5px;
}
.ttl_bg_blue .subttl {
  font-size: 24px;
  color: #fff;
}
#top_recommend {
  padding-bottom: 30px;
}
.box_recommend_item {
  border: 10px solid #b3e5fc;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}
.box_recommend_item .pic_item {
  float: left;
  width: 400px;
  padding-left: 20px;
  position: relative;
}
.box_recommend_item .pic_item .icon_recommend {
  position: absolute;
  left: -90px;
  top: -50px;
}
.box_recommend_item .info_item {
  width: 610px;
  float: right;
}
.box_recommend_item .info_item .ttl {
  padding-bottom: 15px;
}
.box_recommend_item .info_item .ttl .flop {
  font-size: 28px;
  color: #000;
  margin-right: 5px;
  display: inline;
}
.box_recommend_item .info_item .ttl span {
  font-size: 16px;
  font-weight: 700;
  color: #ec407a;
}
.box_recommend_item .info_item .lead {
  background-color: #fbc02d;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 5px;
  margin-bottom: 20px;
}
.box_recommend_item .info_item .price_item {
}
.box_recommend_item .info_item .price_item > div {
  display: inline-block;
  vertical-align: middle;
  color: #ec407a;
  font-weight: 700;
}
.box_recommend_item .info_item .price_item .price_inner:nth-of-type(1) {
  margin-right: 0px;
}
.small_en {
  font-size: 16px;
}
.box_recommend_item .info_item .price_item .small {
  font-size: 31px;
  margin-right: 5px;
}
.box_recommend_item .info_item .price_item .big {
  font-size: 45px;
}
.box_recommend_item .info_item .body {
  font-size: 14px;
  padding-bottom: 15px;
}
.box_recommend_item .info_item .link > a {
  display: block;
  float: left;
}
.box_recommend_item .info_item .link > a:nth-child(even) {
  float: right;
}
#top_list_step {
  margin-bottom: 23px;
}
#top_list_step li {
  width: 230px;
  height: 230px;
  border-radius: 115px;
  float: left;
  text-align: center;
  color: #fff;
  margin-right: 60px;
  position: relative;
}
#top_list_step li:before {
  content: "";
  width: 0;
  height: 0;
  border: 21px solid transparent;
  border-left: 37px solid #fbc02d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -72px;
}
#top_list_step li:last-child {
  margin-right: 0;
}
#top_list_step li:last-child:before {
  display: none;
}
#top_list_step li.step1 {
  background-color: #53d9d3;
}
#top_list_step li.step2 {
  background-color: #1fd5cd;
}
#top_list_step li.step3 {
  background-color: #00c3ba;
}
#top_list_step li.step4 {
  background-color: #00ada5;
}
#top_list_step li .inner {
  padding-top: 20px;
}
#top_list_step li .icon {
  background-repeat: no-repeat;
  background-position: center center;
  height: 95px;
  margin-bottom: 5px;
}
#top_list_step li.step1 .icon {
  background-image: url(../images/top/icon_step01.png);
}
#top_list_step li.step2 .icon {
  background-image: url(../images/top/icon_step02.png);
  background-position: 50% 70%;
}
#top_list_step li.step3 .icon {
  background-image: url(../images/top/icon_step03.png);
}
#top_list_step li.step4 .icon {
  background-image: url(../images/top/icon_step04.png);
}
#top_list_step li .ttl {
  font-size: 30px;
  font-weight: 700;
  color: #fffc1b;
  line-height: 1;
  padding-bottom: 5px;
}
#top_list_step li .body {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
#top_list_content_step > li {
  margin-bottom: 60px;
  position: relative;
  font-size: 18px;
}
#top_list_content_step > li:before {
  content: "";
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-top: 38px solid #fbc02d;
  position: absolute;
  left: 50%;
  bottom: -72px;
  transform: translateX(-50%);
}
#top_list_content_step > li:last-child:before {
  display: none;
}
#top_list_content_step > li > .ttl_step {
  text-align: center;
  color: #fffc1b;
  font-size: 32px;
  font-weight: 700;
  background-color: #00c3ba;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
}
#top_list_content_step > li > .inner {
  border-radius: 0 0 20px 20px;
  padding: 25px 20px;
  border: 10px solid #b1f2ef;
  border-top: none;
}
#top_list_content_step > li .btn_common {
  display: inline-block;
  width: 340px;
  position: relative;
  z-index: 1;
}
#top_list_content_step > li .link {
  text-align: right;
}
#top_list_content_step > li .lead {
  color: #ec407a;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}
#top_list_content_step > li .box_step1.left {
  float: left;
  width: 220px;
}
#top_list_content_step > li .box_step1.right {
  margin-left: 240px;
  float: none;
}
#top_list_content_step > li .box_step1_wrap {
  padding-bottom: 35px;
}
#top_list_content_step > li .box_step1_wrap a,
#top_list_content_step > li > .inner_extra p a,
.box_common p a {
  color: #ec407a;
  text-decoration: none;
}
#top_list_content_step > li .subttl_step {
  border-left: 10px solid #00c3ba;
  font-size: 32px;
  font-weight: 700;
  padding: 2px 10px;
  line-height: 1;
  margin-bottom: 20px;
}
.address_wrap {
  padding: 10px 0 25px;
  margin-bottom: 20px;
  background-image: url(../images/common/bg_dot.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}
.address_wrap .address {
  float: left;
  width: 50%;
}
.address_wrap .link {
  float: right;
  width: 50%;
  padding-top: 80px;
}
.address_wrap .address .c_name {
  font-size: 24px;
  font-weight: 700;
}
.address_wrap .address p {
  font-size: 20px;
}
#top_list_delivery {
  padding: 20px 0;
}
#top_list_delivery > li {
  float: left;
  width: 130px;
  text-align: center;
  margin-right: 52px;
}
#top_list_delivery > li:last-child {
  margin-right: 0;
}
#top_list_delivery > li:before {
  content: "";
  display: block;
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/top/icon_acceptance01.png);
}
#top_list_delivery > li.icon1:before {
  background-image: url(../images/top/icon_acceptance01.png);
}
#top_list_delivery > li.icon2:before {
  background-image: url(../images/top/icon_acceptance02.png);
}
#top_list_delivery > li.icon3:before {
  background-image: url(../images/top/icon_acceptance03.png);
}
#top_list_delivery > li.icon4:before {
  background-image: url(../images/top/icon_acceptance04.png);
}
#top_list_delivery > li.icon5:before {
  background-image: url(../images/top/icon_acceptance05.png);
}
#top_list_delivery > li.icon6:before {
  background-image: url(../images/top/icon_acceptance06.png);
}

.step_zoom.left {
  float: left;
  width: 785px;
}
.step_zoom.right {
  float: right;
  width: 220px;
}
.icon_zoom {
  display: block;
  position: relative;
}
.icon_zoom:before {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../images/common/icon_zoom.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 3px;
  top: 3px;
}
#top_list_content_step > li > .inner_extra {
  border-radius: 20px;
  padding: 25px 20px;
  border: 10px solid #1fd5cd;
}
#top_list_content_step > li > .inner_extra .ttl_extra {
  font-size: 32px;
  font-weight: 700;
  color: #ffb300;
  padding-bottom: 5px;
  text-align: center;
}
#top_list_content_step > li > .inner_extra .link_extra {
  text-align: center;
  padding-top: 10px;
}
#top_list_content_step > li > .inner_extra .link_extra .btn_table,
.box_common .btn_table {
  margin: 20px auto;
  display: block;
}
.box_common .link_extra {
  text-align: center;
  padding-top: 10px;
}
.btn_table {
  display: inline-block;
  padding: 10px 15px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  width: 422px;
  color: #fff;
  text-decoration: none;
  position: relative;
  margin-top: 0px;
  border-top: 0px solid #fff;
  transition: border 0.15s linear, border-radius 0.15s linear;
}
.btn_table.btn_login {
  background-color: #ffb300;
  border-bottom: 5px solid #ba8300;
}
.btn_table.btn_contact {
  background-color: #00c3ba;
  border-bottom: 5px solid #00847e;
}
.btn_table:hover {
  /*margin-top: 5px !important;*/
  border-radius: 11px 11px 10px 10px;
  border-width: 5px 0px 0px !important;
}
.btn_table .wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.btn_table .wrap > span {
  display: table-cell;
  vertical-align: middle;
}
.btn_table .wrap .icon {
  height: 72px;
  background-repeat: no-repeat;
  background-position: left center;
}
.btn_table.btn_login .icon {
  width: 60px;
  background-image: url(../images/top/icon_login.png);
}
.btn_table.btn_contact .icon {
  background-image: url(../images/top/icon_contact.png);
  width: 70px;
}
.btn_table .info {
  text-align: center;
}
.btn_table .info span {
  display: block;
  font-weight: 700;
}
.btn_table .info .ttl {
  font-size: 30px;
}
.btn_table .info .body {
  font-size: 17px;
  margin-top: -3px;
}
#top_voice {
  padding-bottom: 40px;
}
#top_voice .lead {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ec407a;
  margin-top: -15px;
}
#top_list_voice {
  margin-bottom: 15px;
}
#top_list_voice li {
  padding: 30px 0 35px;
  background-image: url(../images/common/bg_dot.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}
#top_list_voice li .author {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  padding-bottom: 10px;
}
#top_list_voice li .author.icon_f {
  background-image: url(../images/top/icon_voice_f.png);
}
#top_list_voice li .author.icon_m {
  background-image: url(../images/top/icon_voice_m.png);
}
#top_list_voice li .author .ttl {
  font-size: 24px;
  font-weight: 700;
}
#top_list_voice li .author .info {
  font-size: 18px;
  color: #666666;
}
#top_list_voice li .body {
  font-size: 18px;
}
#top_voice .link {
  text-align: right;
  padding-bottom: 40px;
}
.top_list_bnr {
  text-align: center;
}
.top_list_bnr.list1 {
  padding-bottom: 20px;
}

.top_list_bnr.list2 li:first-child img {
  height: 72px;
}

.top_list_bnr li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.top_list_bnr li a {
  display: block;
}
.bnr_wrap {
  padding: 15px 10px;
  padding-right: 5px;
  box-sizing: border-box;
  border-radius: 10px;
  height: 90px;
  width: 212px;
  color: inherit;
  text-decoration: none;
}
.bnr_wrap .wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.bnr_wrap .wrap > span {
  display: table-cell;
  vertical-align: middle;
}
.bnr_wrap .wrap .icon {
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.bnr_wrap.bnr1 {
  border: 2px solid #00c3ba;
}
.bnr_wrap.bnr2 {
  border: 2px solid #673ab7;
}
.bnr_wrap.bnr3 {
  border: 2px solid #e53935;
}
.bnr_wrap.bnr4 {
  border: 2px solid #29b6f6;
}
.bnr_wrap.bnr1 .wrap .icon {
  background-image: url(../images/top/icon_bnr_airport.png);
  width: 40px;
}
.bnr_wrap.bnr2 .wrap .icon {
  background-image: url(../images/top/icon_bnr_wimax.png);
  width: 45px;
}
.bnr_wrap.bnr3 .wrap .icon {
  background-image: url(../images/top/icon_bnr_ymobile.png);
  width: 45px;
}
.bnr_wrap.bnr4 .wrap .icon {
  background-image: url(../images/top/icon_bnr_extension.png);
  width: 35px;
}
.bnr_wrap .wrap .ttl {
  padding-left: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #666666;
  text-align: left;
}
.top_list_news li {
  padding: 0 0 25px;
  margin-bottom: 20px;
  background-image: url(../images/common/bg_dot.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  font-size: 16px;
}
.top_list_news li .date {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}

.top_list_news p {
  font-size: 14px;
  margin-bottom: 10px;
}

.top_list_news p:last-child {
  margin-bottom: 0;
}

/*------------ ACCESS ------------*/
#topic_path {
  padding-bottom: 10px;
}
#topic_path li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  font-size: 14px;
}
#topic_path li a {
  color: #29b6f6;
  text-decoration: none;
}
#topic_path li a:hover {
  text-decoration: underline;
}
#access .list_shop_anc {
  width: 96%;
  margin: 0 auto;
}
#access .list_shop_anc ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#access .list_shop_anc ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
#access .list_shop_anc ul li a {
  display: block;
  padding: 10px 16px 8px;
  background-color: #2f8bcc;
  border-radius: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
#access .list_shop_anc ul li:last-child{
  margin-right: 0;
}
#list_shop > li {
  margin-bottom: 40px;
  position: relative;
  font-size: 18px;
  padding-top: 110px;
  margin-top: -110px;
}
#list_shop > li > .ttl_shop {
  text-align: center;
  color: #fffc1b;
  font-size: 32px;
  font-weight: 700;
  background-color: #06cbc2;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
}
#list_shop > li > .inner {
  border-radius: 0 0 20px 20px;
  padding: 25px 20px;
  border: 5px solid #b1f2ef;
  border-top: none;
}

#list_shop > li.west .inner {
  border: 5px solid #ffd4b0;
  border-top: none;
}
#list_shop > li.head_office > .ttl_shop {
  background-color: #2f8bcc !important;
}

#list_shop > li.west .ttl_shop {
  background-color: #f98425 !important;
}

#list_shop > li.head_office > .inner {
  border: 5px solid #2f8bcc;
  border-top: none;
}
.pic_shop {
  padding-bottom: 25px;
}
.pic_shop > div {
  width: 510px;
}
.table_access {
  width: 100%;
}
.table_access > tbody > tr > th,
.table_access > tbody > tr > td {
  padding-bottom: 25px;
  vertical-align: top;
}
.table_access > tbody > tr > th {
  font-size: 18px;
  font-weight: 700;
  color: #06cbc2;
  width: 120px;
  padding-right: 20px;
}
#list_shop > li.head_office .table_access > tbody > tr > th {
  color: #29b6f6;
}

#list_shop > li.west .table_access > tbody > tr > th {
  color: #f98425 !important;
}

.table_access > tbody > tr > td {
  font-size: 16px;
}
p.how_to_visit {
  padding-bottom: 20px;
}
.table_access > tbody > tr > td p.how_to_visit:nth-last-of-type(1) {
  padding-bottom: 0;
}
.cal {
  border: 1px solid #a2a2a2; /*枠線の幅、線種、色*/
  background: #fff; /*テーブル内の背景色*/
  font-size: 11px; /*文字サイズ*/
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.cal td,
.cal th {
  border: 1px solid #a2a2a2; /*枠線の幅、線種、色*/
  line-height: 1; /*行間*/
  text-align: center; /*文字をセンタリング*/
  padding: 5px; /*ボックス内の余白*/
  empty-cells: show;
}
/*テーブル内のth(曜日)設定*/
.cal th {
  background: #b3e5fc; /*背景色*/
}
/*休日の設定*/
.cal .off {
  background: #003567; /*背景色*/
  color: #fff; /*文字色*/
}
/*日曜日の設定*/
.cal .sun {
  color: #ff5c7f; /*文字色*/
}

.calender {
  text-align: left;
  padding-top: 20px;
  margin: auto;
}

.calender p {
  margin: 0;
  text-align: center;
}

.calender p span {
  color: #003567;
}

.calender ul {
  display: flex;
  justify-content: center;
}

.calender ul li {
  margin: 0 10px;
}

.cal1,
.cal2 {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

/*------------ SELECT ------------*/
.lead_page {
  font-size: 23px;
  font-weight: 700;
  color: #fbc02d;
  padding-bottom: 20px;
  text-align: center;
  margin-top: -10px;
}
.box_common {
  margin-bottom: 40px;
  position: relative;
  font-size: 18px;
}
.box_common > .ttl_shop {
  text-align: center;
  color: #fffc1b;
  font-size: 32px;
  font-weight: 700;
  background-color: #2f8bcc;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
}
.box_common > .inner {
  border-radius: 0 0 20px 20px;
  padding: 25px 20px;
  border: 5px solid #2f8bcc;
  border-top: none;
}
.box_common.nottl > .inner {
  border-radius: 20px;
  border: 10px solid #b3e5fc;
}
.lead_common {
  text-align: center;
  color: #ec407a;
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 20px;
}
.list_rental {
  display: flex;
  display: -webkit-flex;

  justify-content: flex-start;
  -webkit-justify-content: flex-start;

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  clear: both;
}
.list_rental > li {
  padding: 5px;
  background-image: url(../images/rental/bg_rental.png);
  background-repeat: repeat;
  background-position: left top;
  box-sizing: border-box;
  width: 510px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-grid;
}
.list_rental > li:nth-child(even) {
  margin-right: 0;
}
.list_rental > li > .inner_rental {
  background-color: #fff;
  padding: 20px;
  position: relative;
  height: auto;
  box-sizing: border-box;
}
.list_rental > li > .inner_rental .ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
}
.price_rental {
  padding-bottom: 20px;
  position: relative;
  /*height: 100%;*/
}
.price_rental .pic {
  width: 220px;
  float: left;
}
.price_rental .info {
  width: 200px;
  float: right;
}
.table_rental {
  width: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.table_rental th,
.table_rental td {
  padding: 10px 0;
}
.table_rental th {
  font-size: 16px;
  font-weight: normal;
}
.table_rental td {
  font-size: 15px;
  font-weight: 700;
  color: #ec407a;
  text-align: right;
  padding-left: 8px;
}
.list_indent {
  padding-bottom: 20px;
  height: 280px;
}
@media screen and (max-width: 768px) {
.list_indent {
  padding-bottom: 20px;
  height: auto;
}
}
.list_indent li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
.list_indent li.color_pink {
  color: #ec407a;
}
.list_rental .btn_common {
  width: 220px;
  float: left;
}
.list_rental > li > .inner_rental .btn_common:nth-child(even) {
  float: right;
}
.notes_rental {
  font-size: 14px;
}
.list_indent_b li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 20px;
}
.list_indent_b li:last-child {
  padding-bottom: 0;
}
/* 一しの 移行時削除
=============================================== */
#access .list_rental > li:nth-child(1) {
  order: 3;
}
#access .list_rental > li:nth-child(2) {
  order: 2;
}
#access .list_rental > li:nth-child(3) {
  order: 5;
}
#access .list_rental > li:nth-child(4) {
  order: 7;
}
#access .list_rental > li:nth-child(5) {
  order: 4;
}
#access .list_rental > li:nth-child(6) {
  order: 8;
}
#access .list_rental > li:nth-child(7) {
  order: 6;
}
#access .list_rental > li:nth-child(8) {
  order: 0;
}
#access .list_rental > li:nth-child(2n) {
  margin-right: 10px;
}

#access .list_rental > li {
  padding: 5px;
  width: 500px;
  margin: 10px 10px;
}

/*------------ SELECT DETAIL ------------*/
.detail_catchcopy {
  margin-top: -30px;
  margin-bottom: 30px;
  background-color: #fbc02d;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
}
.box_detail {
  margin-bottom: 20px;
}
.box_detail .pic_detail {
  float: left;
  width: 470px;
}
.box_detail .info_detail {
  float: right;
  width: 610px;
}
.box_detail .info_detail .lead {
  font-size: 24px;
  font-weight: 700;
  color: #ec407a;
  min-height: 60px;
  padding-bottom: 20px;
}
.table_rental_detail {
  width: 100%;
}
.table_rental_detail th,
.table_rental_detail td {
  vertical-align: top;
  padding-bottom: 20px;
  white-space: nowrap;
}
.table_rental_detail th {
  font-size: 24px;
  padding-right: 15px;
  width: 100px;
}
.table_rental_detail td {
  font-size: 30px;
  font-weight: 700;
  color: #ec407a;
}
.box_detail .info_detail .body {
  font-size: 16px;
  padding-bottom: 20px;
}
.box_detail .info_detail .btn_common {
  float: left;
}
.box_detail .info_detail .btn_common:nth-child(even) {
  float: right;
}
.icon_area {
  border: 10px solid #b3e5fc;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.list_detail_icon {
  padding-bottom: 20px;
  display: flex;
  width: 100%;
}
.list_detail_icon li {
  float: left;
  margin-right: 20px;
  width: 10%;
}

.list_detail_icon li img {
  width: 100%;
}

.icon_area .body {
  font-size: 16px;
}

/*------------ AIRPORT ------------*/
.airport_text {
  padding: 0 30px;
  padding-bottom: 40px;
  font-size: 18px;
}
.lead_common.t_left {
  text-align: left;
}
.table_airport {
  width: 100%;
}
.table_airport th,
.table_airport td {
  padding: 15px 10px;
}
.table_airport th {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #7ed4fb;
  color: #fff;
  border-right: 1px solid #fff;
}
.table_airport tr th:nth-child(1) {
  width: 30%;
}
.table_airport tr th:nth-child(2) {
  width: 20%;
}
.table_airport tr th:last-child {
  border-right: 1px solid #7ed4fb;
  width: 50%;
}
.table_airport td {
  font-size: 16px;
  border: 1px solid #cccccc;
}
.link_airport {
  text-align: center;
  padding-bottom: 40px;
}
.link_airport .btn_table {
  margin: 0 7px;
}

/*------------ FEE ------------*/
.box_border {
  padding: 5px;
  background-image: url(../images/rental/bg_rental.png);
  background-repeat: repeat;
  background-position: left top;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.fee_wrapper .box_border {
  width: 490px;
  position: relative;
}
.fee_wrapper .box_border:nth-of-type(1):before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/fee/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -43px;
}
.box_border > .inner {
  background-color: #fff;
  padding: 20px;
}
.fee_wrapper .box_border > .inner {
  min-height: 320px;
  box-sizing: border-box;
}
.box_rental_term {
  padding-bottom: 10px;
}
.box_border > .inner .ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #29b6f6;
  margin-bottom: 10px;
}
.box_rental_term .box {
  width: 170px;
  text-align: center;
  padding-top: 10px;
  position: relative;
}
.box_rental_term .box:nth-of-type(1):before {
  content: "";
  width: 24px;
  height: 17px;
  background-image: url(../images/fee/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -64px;
}
.box_rental_term .box p {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 10px;
}
.box_rental_term .box .day {
  width: 170px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #f06292;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.ttl_rental_term {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.ttl_rental_term:before,
.ttl_rental_term:after {
  content: "";
  display: block;
  width: 124px;
  height: 17px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ttl_rental_term:before {
  background-image: url(../images/fee/icon_arrow_pink_left.png);
  left: 0;
}
.ttl_rental_term:after {
  background-image: url(../images/fee/icon_arrow_pink_right.png);
  right: 0;
}
.box_rental_fee {
  text-align: center;
}
.box_rental_fee .example {
  font-size: 16px;
  line-height: 1;
}
.box_rental_fee .body,
.box_common .box_rental_fee .body {
  font-size: 26px;
  font-weight: 700;
  color: #f06292;
}
.box_border li,
.box_border p,
.box_common .box_border .notes {
  font-size: 16px;
}
.box_shipping_cost {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}
.box_shipping_cost .shipping_cost,
.box_common .box_shipping_cost .shipping_cost {
  font-size: 34px;
  font-weight: 700;
  color: #f06292;
  line-height: 1.2;
}
.box_option {
  width: 485px;
  float: left;
}
.box_option:nth-child(odd) {
  clear: both;
}
.box_option:nth-child(even) {
  float: right;
}
.box_option .ttl_option {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #f06292;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}
.table_option {
  width: 100%;
}
.table_option th,
.table_option td {
  padding: 10px 0;
}
.table_option th {
  width: 150px;
  padding-right: 15px;
  vertical-align: top;
  text-align: center;
}
.table_option.security th {
  width: 90px;
}
.table_option td {
  vertical-align: middle;
  font-size: 16px;
}
.table_option td .price {
  font-size: 26px;
  font-weight: 700;
  color: #f06292;
}

/*------------ USE ------------*/
.use_point_wrapper .box_common {
  float: left;
  width: 590px;
  box-sizing: border-box;
}
.use_point_wrapper .box_common > .inner {
  border-width: 5px;
  padding: 20px 20px;
}
.use_point_wrapper .box_common > .ttl_shop {
  font-size: 24px;
}
.use_point_wrapper .pic {
  float: right;
  width: 490px;
}
.list_use_point li {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.list_use_point li:last-child {
  padding-bottom: 0;
}
.list_use_point li .head {
  display: block;
  width: 4.5em;
  float: left;
  color: #29b6f6;
}
.list_use_point li .body {
  margin-left: 5em;
  display: block;
}
.pic_point1 {
  float: left;
  width: 505px;
}
.pic_point1 > div {
  width: 226px;
}
.info_point1 {
  float: right;
  width: 500px;
}
.info_point1 .top_list_bnr {
  padding-top: 20px;
}
.info_point1 .top_list_bnr li {
  float: left;
}
.info_point1 .top_list_bnr li:nth-child(even) {
  float: right;
}
.info_point1 .bnr_wrap {
  padding: 8px 10px;
  padding-right: 5px;
  height: 64px;
  width: 240px;
  border-radius: 5px;
}
.info_point1 .bnr_wrap .wrap .ttl {
  padding-left: 15px;
  font-size: 15px;
}
.info_point1 .bnr_wrap.bnr2,
.info_point1 .bnr_wrap.bnr3 {
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.info_point1 .bnr_wrap.bnr2 {
  background-image: url(../images/use/icon_arrow_purple.png);
}
.info_point1 .bnr_wrap.bnr3 {
  background-image: url(../images/use/icon_arrow_red.png);
}
.info_point1 .bnr_wrap.bnr2 .wrap .icon,
.info_point1 .bnr_wrap.bnr3 .wrap .icon {
  width: 39px;
  background-size: contain;
}
.pic_point2_1 {
  width: 480px;
  text-align: center;
}
.info_point2_1 {
  width: 480px;
}
.pic_point2_2 {
  width: 357px;
}
.info_point2_2 {
  width: 585px;
}
.box_border.bottom_arrow {
  position: relative;
  margin-bottom: 80px;
}
.box_border.bottom_arrow:before {
  content: "";
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-top: 38px solid #fbc02d;
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
}
.box_common .box_border p {
  font-size: 18px;
}
.basic_action {
  overflow: hidden;
  width: 670px;
  margin: 0 auto;
  padding-top: 25px;
}
.basic_action a {
  text-decoration: none;
  border-radius: 5px;
  display: block;
  color: #fff;
  padding: 0.5em;
  font-size: 16px;
  padding-left: 25px;
}
.basic_action a:hover {
  opacity: 0.5;
}
.basic_action li {
  list-style: none;
  width: 47%;
  font-weight: bold;
  text-align: center;
}
.basic_action .ent_myp {
  float: left;
  background: #eee;
  padding: 10px;
  border-radius: 5px;
  color: #666;
  font-size: 14px;
}
.basic_action .ent_tel,
.basic_action .ent_mail {
  float: right;
}
.basic_action .ent_myp a {
  background: #ffb300 url(../images/common/basic_action_icon03.png) no-repeat
    10px;
  font-size: 20px;
  margin-top: 10px;
}
.basic_action a span {
  display: block;
  font-size: 12px;
}
.basic_action .ent_tel a {
  background-image: url(../images/common/basic_action_icon01.png),
    url(../images/common/arrow_right_white.png);
  background-color: #ec407a;
  background-repeat: no-repeat;
  background-position: 10px, right;
}
.basic_action .ent_mail {
  margin-bottom: 20px;
}
.basic_action .ent_mail a {
  background-image: url(../images/common/basic_action_icon02.png),
    url(../images/common/arrow_right_white.png);
  background-color: #ec407a;
  background-repeat: no-repeat;
  background-position: 10px, right;
}

/*------------ CART ------------*/
.cart > section {
  counter-increment: select_form;
}
.cart > section .ttl_shop:before {
  content: counter(select_form) ".";
}
.list_receive > li > label {
  position: relative;
  padding-left: 1.5em;
  display: block;
}
.list_receive > li > label input {
  position: absolute;
  left: 0;
  top: 7px;
}
.list_receive > li > label .wrap {
  display: block;
}
.list_receive > li > label .ttl_receive {
  font-size: 20px;
  line-height: 1.2;
}
.list_receive > li > label .info_receive {
  font-size: 14px;
}
.list_receive > li {
  margin-bottom: 20px;
}
.list_receive > li:last-child {
  margin-bottom: 0;
}
.notes_cart {
  font-size: 14px;
}
.cart select {
  text-transform: none; /* 1 */
  background-color: transparent;
  border-style: none;
  color: inherit;
  -moz-appearance: none; /* 1*/
  -webkit-appearance: none; /* 2 */
  border: 1px solid #999;
  padding: 0 1em;
  display: block;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
.cart select.payment {
  max-width: 50%;
  margin: 0 auto 20px;
}
.list_plan {
  display: flex;
  display: -webkit-flex;

  justify-content: flex-start;
  -webkit-justify-content: flex-start;

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  clear: both;
  padding: 0 10%;
}
.list_plan > li {
  width: 33.33%;
  text-align: center;
  font-size: 20px;
}
.list_plan > li input {
  margin-right: 10px;
}
.input_date input {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
.option_area {
  font-size: 0;
  margin-bottom: 20px;
}
.option_area > dt,
.option_area > dd {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.option_area > dt {
  width: 20%;
  text-align: center;
}
.option_area > dt img {
  max-height: 68px;
}
.option_area > dd {
  width: 80%;
  font-size: 15px;
  padding-left: 15px;
}
.option_area > dd > label {
  display: block;
  margin-bottom: 10px;
}
.option_area > dd > label:last-child {
  margin-bottom: 0;
}
.btn_reckoning {
  text-align: center;
  margin-bottom: 30px;
}
.btn_reckoning input {
  color: #333;
  width: 50%;
  margin: 0 auto;
}
.btn_submit {
  -webkit-appearance: button;
  padding: 15px;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 16px;
  color: #999;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.btn_submit:hover {
  background: #ffb300;
  color: #fff;
}
.tb_fee {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.tb_fee td,
.cart .tb_fee th {
  border: 1px solid #999;
  text-align: center;
  padding: 0.5em;
  empty-cells: show;
}
.tb_fee th {
  background: #eee;
}
.tb_fee td.bg_lightblue {
  background-color: #ebf9ff;
  font-weight: bold;
  text-align: right;
}
.list_btn_cart {
  font-size: 0;
  padding: 0 20%;
  text-align: center;
}

.list_btn_cart.mb {
  margin-bottom: 3%;
}

.list_btn_cart.mt {
  margin-top: 5%;
}

.cart_atention_check {
  text-align: center;
  margin-top: 5%;
  font-size: 18px;
  font-weight: bold;
}

.list_btn_cart > li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
  box-sizing: border-box;
}
.list_btn_cart > li .btn_submit {
  width: 100%;
}
.remarks .ttl {
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 10px;
}

.remarks textarea,
.bikou {
  padding: 15px;
  margin-bottom: 30px;
  height: 10em;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
}

/*------------ CART2 ------------*/
.step_wrap {
  display: -webkit-flex; /* Safari */
  display: flex;
  margin-bottom: 20px;
}
.step_wrap li {
  list-style: none;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 33.3333%;
  padding: 0.5em 0;
  box-sizing: border-box;
  /*	border-right:1px dotted #fff;*/
  position: relative;
}
.step_wrap .form_step1:after,
.step_wrap .form_step2:after {
  content: url(../images/cart/icon_step_arrow.svg);
  transform: translateY(-46%);
  position: absolute;
  top: 50%;
  right: -10px;
  display: block;
  z-index: 20;
}
.step_wrap li span {
  font-size: 20px;
  display: block;
}
.step_wrap li.active {
  background: #f06292;
}
.step_wrap li {
  background: #999;
}
.table_cart {
  width: 100%;
  margin: 40px auto 0;
}
.table_cart > tbody > tr > th,
.table_cart > tbody > tr > td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table_cart > tbody > tr > th {
  font-size: 18px;
  font-weight: 700;
  color: #29b6f6;
  width: 180px;
  padding-top: 9px;
  padding-right: 20px;
  white-space: nowrap;
}
.table_cart > tbody > tr > td {
  font-size: 16px;
}
.table_cart > tbody > tr > td input {
  padding: 15px;
  box-sizing: border-box;
}
.table_cart > tbody > tr > td .head_name {
  display: inline-block;
  vertical-align: middle;
  width: 2.5em;
}
.table_cart > tbody > tr > td .head_name:nth-of-type(3) {
  /*	padding-left: 1.5em;*/
}
.cart .address select {
  width: 25%;
}
.table_cart > tbody > tr > td .line_address {
  padding-bottom: 20px;
}
.table_cart > tbody > tr > td .line_address:nth-last-of-type(1) {
  padding-bottom: 0;
}
.table_cart > tbody > tr > td .head_address {
  display: block;
  padding-bottom: 5px;
}
.table_cart > tbody > tr > td input.l {
  width: 100%;
}
.table_cart > tbody > tr > td input.m {
  width: 60%;
}
.table_cart > tbody > tr > td input.s {
  width: 25%;
}
.table_cart > tbody > tr > td input.ss {
  width: 15%;
}
.table_cart > tbody > tr > td.mail input {
  /*	margin-bottom: 20px;*/
}
.table_cart > tbody > tr > td.mail .email_select:first-of-type,
.table_cart > tbody > tr > td.mail input[name="email"] {
  margin-bottom: 20px;
}
.table_cart > tbody > tr > td.mail input:nth-last-of-type(1) {
  margin-bottom: 0;
}
.table_cart > tbody > tr > td.mail select {
  width: auto;
  border: 0.5px solid #999;
  display: inline;
}
.table_cart > tbody > tr > td.zip input.btn_autozip {
  width: 25%;
  margin-left: 1em;
  border-radius: 5px;
  background-color: #2195f3;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 11px;
  position: relative;
  top: 1px;
}

/*------------ FOOTER ------------*/
#anc_top {
  position: absolute;
  top: 0;
  left: 0;
}
.anchor {
  position: relative;
  display: block;
  padding-top: 99px;
  margin-top: -99px;
  z-index: -1;
}
#access #list_shop > li {
  padding-top: 0;
  margin-top: 0;
}
#access #shinjyuku {
  padding-top: 0;
  margin-top: 0;
}
#pagetop {
  text-align: right;
}
.btn_pagetop {
  color: #fff;
  text-decoration: none;
  background-image: url(../images/common/bg_pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 186px;
  height: 64px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 35px;
  font-size: 16px;
  font-weight: 700;
}
.btn_pagetop:before {
  content: "\25B2";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 8px;
}
#footer {
  border-top: 4px solid #4fc3f7;
  padding: 30px 0 25px;
  color: #666666;
}
#coyright {
  background-color: #4fc3f7;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
.footer_block1 {
  float: left;
  padding-left: 70px;
  padding-right: 70px;
  width: 212px;
}
.footer_block2 {
  float: left;
  width: 400px;
}
.footer_block3 {
  float: right;
  width: 230px;
  padding-right: 75px;
}
.footer_block1 .c_name {
  font-size: 22px;
  font-weight: 700;
  color: #29b6f6;
  padding-bottom: 5px;
}
.footer_block1 p {
  font-size: 14px;
  padding-bottom: 5px;
}
.footMap {
  padding-top: 20px;
}
.footMap li {
  width: 210px;
  list-style: none;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
.footMap li:nth-child(even) {
  width: 160px;
}
.footMap li a {
  text-decoration: none;
  color: inherit;
  background: url(../images/common/icon_footer_link.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  padding-left: 20px;
}
.footMap li a:hover {
  text-decoration: underline;
}
#footer .btn_common {
  width: 100%;
}
.footer_block3 .btn_common {
  text-align: left;
  padding-left: 30px;
}
.footer_block3 .link_wrap {
  margin-top: 13px;
}
.footer_block3 .tel {
}
.footer_block3 .tel a {
  font-size: 24px;
  font-weight: 700;
  color: #ec407a;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
.footer_block3 .tel a:before {
  content: "";
  width: 22px;
  height: 28px;
  display: inline-block;
  background: url(../images/common/icon_footer_tel.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 5px;
  vertical-align: middle;
}

/*-------- text_right --------*/
.t_right {
  text-align: right;
}

/*-------- text_left --------*/
.t_left {
  text-align: left;
}

/*-------- center --------*/
.t_center {
  text-align: center;
}

/*-------- left --------*/
.left {
  float: left;
}

/*-------- right --------*/
.right {
  float: right;
}

/*-------- ClearBoth --------*/
.cb {
  clear: both;
}

/*-------- COLOR --------*/

.red {
  color: #ff0000;
}

.orange {
  color: #ff6600;
}

.blue {
  color: #0097b2;
}

/*-------- FONT --------*/

.bold {
  font-weight: 700;
}

.f10 {
  font-size: 10px;
}

.f14 {
  font-size: 14px;
}

/*-------- WIDTH --------*/

.w149 {
  width: 149px;
}

.w180 {
  width: 180px;
}

.w287 {
  width: 287px;
}

.w380 {
  width: 380px;
}

.w304 {
  width: 304px;
}

/*-------- HEIGHT --------*/

.h350 {
  height: 350px;
}

.h375 {
  height: 375px;
}

.h500 {
  height: 420px;
}

.h600 {
  height: 470px;
}

/*-------- MARGIN --------*/

.ml3 {
  margin: 0 0 0 3px;
}

.ml10 {
  margin: 0 0 0 10px;
}

.ml30 {
  margin: 0 0 0 30px;
}

.ml40 {
  margin: 0 0 0 40px;
}

.ml60 {
  margin: 0 0 0 60px;
}

.ml70 {
  margin: 0 0 0 70px;
}

.mb10 {
  margin: 0 0 10px 0;
}

.mb15 {
  margin: 0 0 15px 0;
}

.mt3 {
  margin: 3px 0 0 0;
}

.mt10 {
  margin: 10px 0 0 0;
}

.mt20 {
  margin: 20px 0 0 0;
}

.mt30 {
  margin: 30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pl10 {
  padding-left: 10px;
}

.pl12 {
  padding-left: 12px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb20 {
  padding-bottom: 20px;
}

/*-------- COMMON --------*/

.pic {
}

.hidden {
  overflow: hidden;
}

.abs {
  position: absolute;
}

.ondes {
  color: #999999;
}

/*--------mypase --------*/

@media (min-width: 768px) {
  #mypage_menu {
    display: table;
    max-width: 1100px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
  #mypage_menu li {
    display: table-cell;
  }
  #mypage_menu li a {
    width: 230px;
    height: 55px;
    line-height: 55px;
    text-decoration-line: none;
    color: #fff;
    padding: 0.8rem 4rem;
    border-radius: 5px 5px;
  }

  #mypage_menu li a:hover {
    color: #ffffff;
    opacity: 0.5;
  }
  ul#mypage_menu li:nth-child(1) a {
    background-color: #29b6f6;
    border-bottom: 5px solid #ba8300;
  }
  ul#mypage_menu li:nth-child(2) a {
    background-color: #ec407a;
    border-bottom: 5px solid #bd104a;
  }
  ul#mypage_menu li:nth-child(3) a {
    background-color: #ffb300;
    border-bottom: 5px solid #ba8300;
  }
  ul#mypage_menu li:nth-child(4) a {
    background-color: #039313;
    border-bottom: 5px solid #00530a;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }

  /*------------ WRAPPER ------------*/
  #wrapper {
    min-width: 0;
    padding-top: 23.9vw;
  }
  .content_inner {
    width: 100%;
  }

  /*------------ HEADER ------------*/
  #header {
    border-bottom: none;
    height: 13.5vw;
  }
  #h1_area {
    display: none;
  }
  #logo_area {
    width: auto;
    padding: 2vw;
  }
  #logo_area .logo {
    width: 48.88vw;
  }
  #logo_area .logo img {
    width: 100%;
  }
  #header_contact {
    position: fixed;
    top: 13.5vw;
    z-index: 9;
    height: 10.4vw;
    width: 100%;
  }
  #header_contact li {
    float: left;
    width: 50%;
  }
  #header_contact li:nth-child(odd) a {
    border-right: 1px solid #fff;
  }
  #header_contact li a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 3.75vw;
    font-weight: 700;
    text-decoration: none;
    background-color: #29b6f6;
    box-sizing: border-box;
    height: 10.4vw;
    vertical-align: middle;
    line-height: 10.4vw;
  }
  #header_contact li a:before {
    content: "";
    display: inline-block;
    margin-right: 1vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: relative;
  }
  #header_contact li.tel a:before {
    width: 7.7vw;
    height: 5.75vw;
    background-image: url(../images/main/form_icon2.png);
  }
  #header_contact li.mail a:before {
    width: 5.2vw;
    height: 5.2vw;
    background-image: url(../images/common/icon_mail_header.png);
    top: -0.3vw;
  }

  /*------------ NAVI ------------*/
  #btn_menu {
    background-color: #29b6f6;
    color: #fff;
    border-radius: 2vw;
    width: 20vw;
    height: 8.33vw;
    line-height: 8.33vw;
    font-size: 4.16vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2vw;
    text-align: center;
  }
  #btn_menu:before {
    content: "";
    width: 3.54vw;
    height: 3.125vw;
    background-image: url(../images/common/icon_menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 1vw;
    vertical-align: middle;
    position: relative;
    top: -0.2vw;
  }
  #gnav {
    position: fixed;
    top: 0;
    right: -55vw;
    float: none;
    text-align: left;
    padding: 2vw;
    width: 55vw;
    height: 100%;
    z-index: 100;
    background-color: #fff;
    /*box-shadow: 0 0 6px 6px rgba(0,0,0,0.1);*/
    box-sizing: border-box;
    transition: right 0.3s linear;
  }
  #header .active #gnav {
    right: 0;
  }
  #gnav li {
    display: block;
    vertical-align: top;
    padding: 0 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
    line-height: 1;
  }
  #gnav li:last-child {
    padding-right: 0;
    border-bottom: 1px solid #ccc;
  }
  #gnav li a {
    font-size: 4.16vw;
    padding: 5vw 0;
    padding-left: 10vw !important;
    position: relative;
  }
  #gnav li a:before {
    width: 7.5vw !important;
    height: 5.5vw !important;
    background-position: center center;
    background-size: contain;
  }
  #bg_menu {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
  }
  #btn_menu_close {
    display: block;
    width: 6vw;
    height: 6vw;
    background-image: url(../images/common/icon_btn_close.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 2vw;
    right: 2vw;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s linear, right 0.3s linear;
  }
  #header .active #btn_menu_close {
    right: 57vw;
    opacity: 1;
  }

  /*------------ TOP ------------*/
  #main {
    position: relative;
    min-width: 0;
    top: 0;
    left: 0;
  }
  #bg_main {
    padding-top: 72.66%;
  }
  #contents {
    margin-top: 0;
  }
  #contents.sub {
    margin-top: 0;
  }
  #content_w {
    padding-top: 0;
  }
  #main_info_area {
    width: 100%;
    padding: 1.25vw 2vw 0;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .main_access {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 2vw;
    padding: 1.25vw 1.25vw 0 3.12vw;
    height: 14.37vw;
  }
  .main_access .left {
    width: 20.41vw;
  }
  .main_access .right {
    width: 90vw;
  }
  .main_access .right .ttl {
    padding: 1vw 0;
  }
  .main_access .right .ttl img {
    width: 30.83vw;
    display: block;
    margin: 0 auto;
  }
  .main_list_btn_access {
    position: relative;
    width: 100%;
  }
  .main_list_btn_access li {
    margin-right: 1vw;
  }
  .main_list_btn_access li:last-child {
    margin-right: 0;
  }
  .main_list_btn_access li a {
    border-radius: 2vw;
    font-size: 2.5vw;
    line-height: 1;
    padding: 1.25vw;
  }
  .main_list_btn_access li a.color1 {
    border: 0.4vw solid #29b6f6;
  }
  .main_list_btn_access li a.color2 {
    border: 0.4vw solid #06cbc2;
  }

  .main_list_btn_access li a.color3 {
    border: 0.4vw solid #ffba00;
  }
  .main_delivery {
    float: right;
    margin-left: 0;
    border-radius: 2vw;
    padding: 1vw;
    height: 14.37vw;
    width: 26.25vw;
  }
  .main_tel {
    display: none;
  }
  .catchcopy {
    box-sizing: border-box;
    width: 85.41vw;
    text-align: center;
    padding: 2vw;
    left: 0;
    top: auto;
    bottom: 2.91vw;
    transform: translateY(0);
  }
  .catchcopy .icon {
    position: absolute;
    left: 4vw;
    top: -13.54vw;
    width: 15vw;
  }
  .catchcopy img {
    width: 100%;
  }
  #top_point {
    background-position: center bottom;
    background-size: 1000px auto;
    padding: 2vw 2vw 4vw;
  }
  #list_top_point li {
    float: none;
    width: auto;
    margin-right: 0;
    text-align: left;
    padding: 2vw;
    margin-bottom: 2vw;
    background-image: url(../images/common/icon_arrow_right.png);
    background-size: 2.91vw auto;
    background-position: 98% 50%;
    background-repeat: no-repeat;
  }
  #list_top_point li:nth-child(3n) {
    margin-bottom: 0;
  }
  #list_top_point li .ttl {
    display: none;
  }
  #list_top_point li .ttl_sp {
    font-size: 3.33vw;
    font-weight: 700;
    color: #ec407a;
  }
  #list_top_point li .img {
    padding-bottom: 0;
    width: 15.62vw;
    float: left;
  }
  #list_top_point li .img img {
    width: 100%;
  }
  #list_top_point li .subttl {
    display: none;
  }
  #list_top_point li .body {
    font-size: 2.91vw;
    padding-bottom: 0;
  }
  #list_top_point li .info {
    margin-left: 17vw;
    padding-right: 6vw;
  }
  #list_top_point li .link {
    display: none;
  }
  .btn_common {
    width: 75%;
    font-size: 3.2vw;
    padding: 3vw 0 2vw;
    border-width: 0.625vw;
    border-radius: 2vw;
    line-height: 1;
    transition: none;
    margin: 0 auto;
  }
  .btn_common.color_pink {
    border-width: 0.625vw;
  }
  .btn_common.color_green {
    border-width: 0.625vw;
  }
  .btn_common.color_blue2 {
    border-width: 0.625vw;
  }
  .btn_common.color_yellow {
    border-width: 0.625vw;
  }
  .btn_common:before {
    width: 5vw;
    background-size: contain;
    margin-right: 1vw;
    top: -1px;
  }
  .btn_common:hover {
    margin-top: 0;
    border-width: 0.625vw;
    border-radius: 2vw;
  }
  .ttl_bg_blue {
    padding: 2vw 0 4vw;
    margin-bottom: 4.1vw;
  }
  .ttl_bg_blue:before {
    height: 0.625vw;
    bottom: 0.8vw;
  }
  .ttl_bg_blue .ttl {
    font-size: 5vw;
    margin-bottom: 0;
  }
  .ttl_bg_blue .subttl {
    font-size: 3.75vw;
  }
  #top_recommend {
    padding: 2vw 0 4vw;
  }
  .box_recommend_item {
    border-width: 1vw;
    border-radius: 0;
    padding: 3.125vw;
    margin: 0 2vw 2vw;
  }
  .box_recommend_item .pic_item {
    float: none;
    width: auto;
    padding-left: 0;
    text-align: center;
  }
  .box_recommend_item .pic_item img {
    width: 58.33vw;
  }
  .box_recommend_item .pic_item .icon_recommend {
    left: -5vw;
    top: -5vw;
    width: 23.33vw;
  }
  .box_recommend_item .pic_item .icon_recommend img {
    width: 100%;
  }
  .box_recommend_item .info_item {
    width: auto;
    float: none;
    padding-bottom: 0.5vw;
  }
  .box_recommend_item .info_item .ttl {
    padding-bottom: 0;
    text-align: center;
  }
  .box_recommend_item .info_item .ttl .flop {
    font-size: 5vw;
    margin-right: 0;
    display: block;
  }
  .box_recommend_item .info_item .ttl span {
    font-size: 3.33vw;
  }
  .box_recommend_item .info_item .lead {
    font-size: 3.33vw;
    padding: 0.5vw;
    margin-bottom: 1vw;
  }
  .box_recommend_item .info_item .price_item {
    text-align: center;
  }
  .box_recommend_item .info_item .price_item .price_inner:nth-of-type(1) {
    margin-right: 0.8vw;
  }
  .box_recommend_item .info_item .price_item .small {
    font-size: 4.5vw;
    margin-right: 0;
  }
  .box_recommend_item .info_item .price_item .big {
    font-size: 5vw;
  }
  .box_recommend_item .info_item .body {
    font-size: 2.9vw;
    padding-bottom: 2vw;
  }
  #top_list_step {
    padding: 0 2vw 4vw;
    margin-bottom: 0;
  }
  #top_list_step li {
    width: auto;
    height: auto;
    border-radius: 0;
    float: none;
    margin-right: 0;
    margin-bottom: 5.625vw;
    position: relative;
  }
  #top_list_step li:before {
    border: 2.2vw solid transparent;
    border-top: 3.33vw solid #fbc02d;
    top: auto;
    left: 50%;
    transform: translateY(0);
    transform: translateX(-50%);
    right: auto;
    bottom: -7vw;
  }
  #top_list_step li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  #top_list_step li:last-child:before {
    display: none;
  }
  #top_list_step li.step1,
  #top_list_step li.step2,
  #top_list_step li.step3,
  #top_list_step li.step4 {
    background-color: #fff;
  }
  #top_list_step li.step1 {
    border: 1px solid #53d9d3;
    color: #53d9d3;
  }
  #top_list_step li.step2 {
    border: 1px solid #1fd5cd;
    color: #1fd5cd;
  }
  #top_list_step li.step3 {
    border: 1px solid #00c3ba;
    color: #00c3ba;
  }
  #top_list_step li.step4 {
    border: 1px solid #00ada5;
    color: #00ada5;
  }
  #top_list_step li .inner {
    padding: 1vw;
  }
  #top_list_step li .icon {
    display: none;
  }
  #top_list_step li .ttl {
    font-size: 3.75vw;
    padding-bottom: 0.5vw;
    color: #ec407a;
  }
  #top_list_step li .body {
    font-size: 3.75vw;
    color: inherit;
  }
  #top_list_content_step {
    padding: 0 2vw;
  }
  #top_list_content_step > li {
    margin-bottom: 7vw;
    font-size: 2.91vw;
  }
  #top_list_content_step > li:before {
    border: 2.2vw solid transparent;
    border-top: 3.33vw solid #fbc02d;
    left: 50%;
    bottom: -7.4vw;
    transform: translateX(-50%);
  }
  #top_list_content_step > li:last-child:before {
    display: none;
  }
  #top_list_content_step > li > .ttl_step {
    font-size: 5vw;
    border-radius: 4.16vw 4.16vw 0 0;
    padding: 2vw 0;
  }
  #top_list_content_step > li > .inner {
    border-radius: 0 0 4.16vw 4.16vw;
    padding: 3.125vw 3.125vw;
    border-width: 1vw;
  }
  #top_list_content_step > li .btn_common {
    width: 56.25vw;
  }
  #top_list_content_step > li .link {
    text-align: center;
  }
  #top_list_content_step > li .lead {
    font-size: 3.33vw;
    padding-bottom: 2.5vw;
  }
  #top_list_content_step > li .box_step1.left {
    float: none;
    width: auto;
    text-align: center;
    padding-bottom: 2vw;
  }
  #top_list_content_step > li .box_step1.left img {
    width: 50vw;
  }
  #top_list_content_step > li .box_step1.right {
    margin-left: 0;
    float: none;
  }
  #top_list_content_step > li .box_step1_wrap {
    padding-bottom: 2vw;
  }
  .map iframe {
    height: 43.75vw;
  }
  #top_list_content_step > li .subttl_step {
    border-width: 1vw;
    font-size: 3.75vw;
    padding: 0.2vw 1vw;
    margin-bottom: 1vw;
  }
  .address_wrap {
    padding: 2vw 0 4.3vw;
    margin-bottom: 4.167vw;
    background-size: 1.5vw auto;
  }
  .address_wrap .address {
    float: none;
    width: auto;
  }
  .address_wrap .link {
    float: none;
    width: auto;
    padding-top: 4vw;
  }
  .address_wrap .address .c_name {
    font-size: 3.75vw;
  }
  .address_wrap .address p {
    font-size: 2.91vw;
  }
  #top_list_delivery {
    padding: 3.125vw 0 2vw;
  }
  #top_list_delivery > li {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 2vw;
  }
  #top_list_delivery > li:before {
    height: 18vw;
    background-size: contain;
    margin-bottom: 1vw;
  }
  .step_zoom.left {
    width: 55.2vw;
  }
  .step_zoom.right {
    width: 28.1vw;
  }
  .icon_zoom:before {
    width: 5vw;
    height: 5vw;
    background-size: contain;
    left: 0.4vw;
    top: 0.4vw;
  }
  #top_list_content_step > li > .inner_extra {
    border-width: 1vw;
    border-radius: 4.16vw;
    padding: 3.125vw 3.125vw;
  }
  #top_list_content_step > li > .inner_extra .ttl_extra {
    font-size: 3.75vw;
    padding-bottom: 0;
  }
  #top_list_content_step > li > .inner_extra .link_extra {
    padding-top: 1vw;
  }
  #top_list_content_step > li > .inner_extra .link_extra .btn_table,
  .box_common .link_extra .btn_table {
    margin: 1.5vw 0 0;
  }
  .btn_table {
    display: inline-block;
    padding: 2.4vw 4vw 1.5vw;
    box-sizing: border-box;
    border-radius: 2vw;
    width: 56.25vw;
    margin-top: 1.5vw;
    transition: none;
  }
  .btn_table.btn_login {
    border-width: 0.625vw;
  }
  .btn_table.btn_contact {
    border-width: 0.625vw;
  }
  .btn_table:hover {
    margin-top: 1.5vw !important;
    border-width: 0.625vw !important;
    border-radius: 2vw !important;
  }
  .btn_table .wrap .icon {
    height: 8vw;
  }
  .btn_table.btn_login .icon {
    width: 8vw;
    background-size: contain;
  }
  .btn_table.btn_contact .icon {
    width: 8vw;
    background-size: contain;
  }
  .btn_table .info .ttl {
    font-size: 3.33vw;
  }
  .btn_table .info .body {
    font-size: 2.5vw;
    margin-top: -0.5vw;
  }
  #top_voice {
    padding-bottom: 8.33vw;
  }
  #top_voice .lead {
    font-size: 3.33vw;
    margin-top: -1vw;
  }
  #top_list_voice {
    padding: 2vw 2vw 0;
    margin-bottom: 4.1vw;
  }
  #top_list_voice li {
    padding: 0 0 5vw;
    margin-bottom: 4.167vw;
    background-size: 1.5vw auto;
  }
  #top_list_voice li .author {
    padding-left: 11vw;
    padding-bottom: 1vw;
    background-size: 9.37vw auto;
    background-position: 0vw 0.8vw;
  }
  #top_list_voice li .author .ttl {
    font-size: 3.33vw;
  }
  #top_list_voice li .author .info {
    font-size: 2.91vw;
  }
  #top_list_voice li .body {
    font-size: 2.91vw;
  }
  #top_voice .link {
    text-align: center;
    padding-bottom: 8.33vw;
  }
  .top_list_bnr {
    text-align: center;
    background-color: #f1f1f1;
    padding: 0 0 0.8vw;
  }
  .top_list_bnr.list1 {
    padding: 2vw 0 0;
  }
  .top_list_bnr.list2 li:first-child img {
    height: auto;
  }
  .top_list_bnr li {
    margin: 0 0.2vw 1.5vw;
    width: 30.41vw;
  }
  .bnr_wrap {
    padding: 1vw 1.4vw;
    padding-right: 0.1vw;
    border-radius: 2vw;
    height: 12.91vw;
    width: 30.41vw;
    background-color: #fff;
  }
  .bnr_wrap.bnr1 {
    border-width: 0.4vw;
  }
  .bnr_wrap.bnr2 {
    border-width: 0.4vw;
  }
  .bnr_wrap.bnr3 {
    border-width: 0.4vw;
  }
  .bnr_wrap.bnr4 {
    border-width: 0.4vw;
  }
  .bnr_wrap.bnr1 .wrap .icon {
    background-size: contain;
    width: 5vw;
  }
  .bnr_wrap.bnr2 .wrap .icon {
    background-size: contain;
    width: 5vw;
  }
  .bnr_wrap.bnr3 .wrap .icon {
    background-size: contain;
    width: 5vw;
  }
  .bnr_wrap.bnr4 .wrap .icon {
    background-size: contain;
    width: 5vw;
  }
  .bnr_wrap .wrap .ttl {
    padding-left: 1.5vw;
    font-size: 2.3vw;
    white-space: nowrap;
  }
  .top_list_news {
    padding: 0 2vw;
  }
  .top_list_news li {
    padding: 0 0 5vw;
    margin-bottom: 4.167vw;
    background-size: 1.5vw auto;
    font-size: 2.91vw;
  }
  .top_list_news li .date {
    font-size: 3.33vw;
    padding-bottom: 0;
  }

  /*------------ ACCESS ------------*/
  #topic_path {
    padding: 2vw 2vw 1vw;
  }
  #topic_path li {
    margin-right: 1vw;
    font-size: 2.91vw;
  }
  #list_shop {
    padding: 0 2vw;
  }
  #list_shop > li {
    margin-bottom: 7vw;
    font-size: 2.91vw;
  }
  #list_shop > li > .ttl_shop {
    font-size: 5vw;
    border-radius: 4.16vw 4.16vw 0 0;
    padding: 2vw 0;
  }
  #list_shop > li > .inner {
    border-radius: 0 0 4.16vw 4.16vw;
    padding: 3.125vw 3.125vw;
    border-width: 1vw;
  }
  #list_shop > li.head_office > .inner {
    border-width: 1vw;
  }
  .pic_shop {
    padding-bottom: 4.16vw;
  }
  .pic_shop > div {
    width: 49%;
  }
  .table_access > tbody > tr > th,
  .table_access > tbody > tr > td {
    display: block;
    padding-bottom: 0;
  }
  .table_access > tbody > tr > th {
    font-size: 3.33vw;
    width: auto;
    padding-right: 0;
  }
  .table_access > tbody > tr > td {
    font-size: 2.91vw;
    padding-bottom: 4.16vw;
  }
  p.how_to_visit {
    padding-bottom: 3.125vw;
  }
  .table_access > tbody > tr > td p.how_to_visit:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  .cal {
    font-size: 2vw; /*文字サイズ*/
  }
  .cal td,
  .cal th {
    padding: 1vw; /*ボックス内の余白*/
  }
  .calender {
    padding-top: 4.16vw;
  }
  .cal1,
  .cal2 {
    padding: 0;
    padding-top: 2vw;
  }
  .cal1 {
    padding-right: 2vw;
  }
  .map_access iframe {
    height: 33.33vw;
  }

  /*------------ SELECT ------------*/
  .lead_page {
    font-size: 3.33vw;
    padding-bottom: 2vw;
    margin-top: -1vw;
  }
  .box_common {
    margin: 0 2vw 7vw;
    font-size: 2.91vw;
  }
  .box_common > .ttl_shop {
    font-size: 4.16vw;
    border-radius: 4.16vw 4.16vw 0 0;
    padding: 2vw;
  }
  .box_common > .inner {
    border-radius: 0 0 4.16vw 4.16vw;
    padding: 3.125vw 3.125vw;
    border-width: 1vw;
  }
  .box_common.nottl > .inner {
    border-radius: 4.16vw;
    padding: 3.125vw 3.125vw;
    border-width: 1vw;
  }
  .lead_common {
    font-size: 3.33vw;
    padding-bottom: 2vw;
  }
  .list_rental {
    display: flex;
  }
  .list_rental > li {
    padding: 1vw;
    background-size: 1vw auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2vw;
    margin-left: 0;
  }
  .list_rental > li:nth-child(even) {
    margin-right: 0;
  }
  .list_rental > li > .inner_rental {
    padding: 2vw;
  }
  .list_rental > li > .inner_rental .ttl {
    font-size: 3.75vw;
    padding-bottom: 2vw;
  }
  .price_rental {
    padding-bottom: 0;
  }
  .price_rental .pic {
    width: 45%;
  }
  .price_rental .info {
    width: 45%;
  }
  .table_rental {
    width: 51%;
  }
  .table_rental th,
  .table_rental td {
    padding: 2vw 0;
  }
  .table_rental th {
    font-size: 3.33vw;
  }
  .table_rental td {
    font-size: 3vw;
  }
  .small_en {
    font-size: 2.5vw;
  }
  .list_indent {
    padding-bottom: 2vw;
  }
  .list_indent li {
    font-size: 3.33vw;
  }
  .list_rental .btn_common {
    width: 40vw;
  }
  .notes_rental {
    font-size: 2.91vw;
  }

  /*------------ SELECT DETAIL ------------*/
  .detail_catchcopy {
    margin-top: -4.1vw;
    margin-bottom: 0;
    font-size: 3.75vw;
    padding: 2vw 0;
  }
  .box_detail {
    padding: 2vw;
    margin-bottom: 4vw;
  }
  .box_detail .pic_detail {
    float: none;
    width: auto;
    text-align: center;
  }
  .box_detail .info_detail {
    float: none;
    width: auto;
    background: #f8ebf0;
    margin-bottom: 5%;
    display: inline-block;
    text-align: center;
    margin-top: 3%;
    padding: 7% 0;
    bottom: 10%;
    width: 100%;
  }
  .box_detail .info_detail .lead {
    font-size: 4.5vw;
    color: #fbc02d;
    min-height: 0;
    padding-bottom: 2vw;
    text-align: center;
  }
  .info_detail table {
    position: relative;
    background: #ffffff;
    border-collapse: collapse;
    padding: 0%;
    width: 90%;
    display: inline-table;
    margin-bottom: 5%;
    margin-top: 5%;

    border-radius: 6px;
    overflow: hidden;
  }

  .info_detail table,
  .info_detail th,
  .info_detail td {
    border: 1px solid #e1e1e1;
    text-align: left;
    padding: 10px;
    font-size: 4vw;
  }

  .info_detail td:last-child {
    text-align: right;
  }
  .box_detail .info_detail .body {
    font-size: 3.33vw;
    padding-bottom: 4vw;
    text-align: start;
    margin: 10px;
  }
  .box_detail .info_detail .btn_common {
    float: left;
    margin: 0 auto;
  }
  .icon_area {
    border-width: 1vw;
    padding: 2vw;
    border-radius: 0;
    margin: 0 2vw 4.16vw;
  }
  .list_detail_icon {
    padding-bottom: 2vw;
  }
  .list_detail_icon li {
    margin: 0 auto;
    width: 10%;
    padding: 5px;
  }
  .list_detail_icon li:nth-child(5n) {
    margin-right: 0;
  }
  .icon_area .body {
    font-size: 2.91vw;
  }

  /*------------ AIRPORT ------------*/
  .airport_text {
    padding: 0 6.25vw 6.25vw;
    font-size: 2.91vw;
  }
  .lead_common.t_left {
    text-align: center;
  }
  .scroll_table_wrapper {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
  .scroll_table_wrapper::-webkit-scrollbar {
    height: 5px;
  }
  .scroll_table_wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll_table_wrapper::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .table_airport th,
  .table_airport td {
    padding: 3vw 2vw;
    white-space: normal;
  }
  .table_airport th {
    font-size: 3.33vw;
    border-right: none;
    border-bottom: 1px solid #fff;
    min-width: 25vw;
    text-align: left;
  }
  .table_airport tr:last-child th {
    border-bottom: 1px solid #7ed4fb;
  }
  .table_airport td {
    font-size: 2.5vw;
    border: 1px solid #cccccc;
    /*min-width: 35vw;*/
  }
  .link_airport {
    text-align: center;
    padding-bottom: 40px;
  }
  .link_airport .btn_table {
    margin: 1.5vw 0 0;
  }
  .list_indent_b li {
    padding-bottom: 3.125vw;
  }
  .list_indent_b li:last-child {
    padding-bottom: 0;
  }

  /*------------ FEE ------------*/
  .box_border {
    padding: 1vw;
    background-size: 1vw auto;
    width: auto;
    margin-right: 0;
    margin-bottom: 4.16vw;
  }
  .fee_wrapper .box_border {
    width: auto;
    float: none;
  }
  .fee_wrapper .box_border:nth-of-type(1) {
    margin-bottom: 7vw;
  }
  .fee_wrapper .box_border:nth-of-type(1):before {
    width: 5vw;
    height: 5vw;
    background-size: contain;
    top: auto;
    left: 50%;
    transform: translateY(0%);
    transform: translateX(-50%);
    right: auto;
    bottom: -5.8vw;
  }
  .box_border > .inner {
    padding: 2vw;
  }
  .fee_wrapper .box_border > .inner {
    min-height: 0;
  }
  .box_rental_term {
    padding-bottom: 2vw;
  }
  .box_border > .inner .ttl {
    font-size: 3.33vw;
    margin-bottom: 2vw;
  }
  .box_rental_term .box {
    width: 35.41vw;
    padding-top: 2vw;
  }
  .box_rental_term .box:nth-of-type(1):before {
    width: 5vw;
    height: 3.54vw;
    background-size: contain;
    right: -8.33vw;
  }
  .box_rental_term .box p {
    font-size: 3.33vw;
    padding-bottom: 2vw;
  }
  .box_rental_term .box .day {
    width: auto;
    font-size: 3.75vw;
    padding: 1vw;
    border-radius: 1vw;
  }
  .ttl_rental_term {
    font-size: 3.75vw;
    margin-bottom: 2vw;
  }
  .ttl_rental_term:before,
  .ttl_rental_term:after {
    width: 25.83vw;
    height: 3.54vw;
    background-size: contain;
  }
  .box_rental_fee .example {
    font-size: 3.33vw;
  }
  .box_rental_fee .body {
    font-size: 5.41vw;
  }
  .box_border li,
  .box_border p {
    font-size: 2.91vw;
  }
  .box_shipping_cost {
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
  .box_shipping_cost .shipping_cost {
    font-size: 5.41vw;
  }
  .box_option {
    width: auto;
    float: none;
  }
  .box_option:nth-child(odd) {
    clear: both;
  }
  .box_option:nth-child(even) {
    float: none;
  }
  .box_option .ttl_option {
    font-size: 3.33vw;
    padding: 1vw;
    border-radius: 1vw;
  }
  .table_option th,
  .table_option td {
    padding: 2vw 0;
  }
  .table_option th {
    width: 31.25vw;
    padding-right: 2vw;
  }
  .table_option.security th {
    width: 31.25vw;
  }
  .table_option td {
    font-size: 3.33vw;
  }
  .table_option td .price {
    font-size: 5.41vw;
  }

  /*------------ USE ------------*/
  .use_point_wrapper {
    margin-bottom: 8.33vw;
  }
  .use_point_wrapper .box_common {
    float: none;
    width: auto;
    margin-bottom: 2vw;
  }
  .use_point_wrapper .box_common > .inner {
    padding: 3.125vw 3.125vw;
    border-width: 1vw;
  }
  .use_point_wrapper .box_common > .ttl_shop {
    font-size: 4.16vw;
  }
  .use_point_wrapper .pic {
    float: none;
    width: 100%;
  }
  .use_point_wrapper .pic img {
    width: 100%;
  }
  .list_use_point li {
    font-size: 3.33vw;
    padding-bottom: 2vw;
  }
  .list_use_point li:last-child {
    padding-bottom: 0;
  }
  .pic_point1 {
    float: none;
    width: auto;
    padding: 0 2vw 4.16vw;
  }
  .pic_point1 > div {
    width: 36.87vw;
  }
  .info_point1 {
    float: none;
    width: auto;
    padding: 0 2vw;
  }
  .info_point1 .top_list_bnr {
    padding-top: 4.16vw;
    background: none;
  }
  .info_point1 .top_list_bnr li {
    float: none;
    display: block;
    width: auto;
    margin-bottom: 4.16vw;
  }
  .info_point1 .top_list_bnr li:last-child {
    margin-bottom: 0;
  }
  .info_point1 .top_list_bnr li:nth-child(even) {
    float: none;
  }
  .info_point1 .bnr_wrap {
    display: block;
    padding: 2vw 2vw;
    height: auto;
    width: auto;
    border-radius: 1vw;
  }
  .info_point1 .bnr_wrap .wrap .ttl {
    padding-left: 3.125vw;
    font-size: 4.16vw;
  }
  .info_point1 .bnr_wrap.bnr2,
  .info_point1 .bnr_wrap.bnr3 {
    background-size: auto 2.7vw;
  }
  .info_point1 .bnr_wrap.bnr2 .wrap .icon,
  .info_point1 .bnr_wrap.bnr3 .wrap .icon {
    width: 8.33vw;
    height: 8.33vw;
  }
  .pic_point2_1 {
    float: none !important;
    width: 58.33vw;
    margin: 0 auto 3.125vw;
  }
  .info_point2_1 {
    float: none !important;
    width: auto;
  }
  .pic_point2_2 {
    float: none !important;
    width: 50vw;
    margin: 0 auto 3.125vw;
  }
  .info_point2_2 {
    float: none !important;
    width: auto;
  }
  .box_border.bottom_arrow {
    margin-bottom: 8.33vw;
  }
  .box_border.bottom_arrow:before {
    border: 2.2vw solid transparent;
    border-top: 3.33vw solid #fbc02d;
    left: 50%;
    bottom: -8vw;
    transform: translateX(-50%);
  }
  .box_common .box_border p,
  .box_common .box_border .notes {
    font-size: 2.91vw;
  }
  .box_rental_fee .body,
  .box_common .box_rental_fee .body {
    font-size: 5vw;
  }
  .box_shipping_cost .shipping_cost,
  .box_common .box_shipping_cost .shipping_cost {
    font-size: 5vw;
  }

  /*------------ CART ------------*/
  .list_receive > li > label {
    padding-left: 2em;
  }
  .list_receive > li > label input {
    top: 0vw;
  }
  .list_receive > li > label .ttl_receive {
    font-size: 4.2vw;
  }
  .list_receive > li > label .info_receive {
    font-size: 3.2vw;
  }
  .list_receive > li {
    margin-bottom: 3vw;
  }
  .list_receive > li:last-child {
    margin-bottom: 0;
  }
  .notes_cart {
    font-size: 2.9vw;
  }
  .cart select {
    border-radius: 1vw;
    padding: 2vw;
    font-size: 3.2vw;
  }
  .cart select.payment {
    max-width: 100%;
  }
  .list_plan {
    padding: 0 0;
  }
  .list_plan > li {
    width: 33.33%;
    text-align: center;
    font-size: 3.75vw;
  }
  .list_plan > li input {
    margin-right: 2vw;
    vertical-align: middle;
  }
  .input_date input {
    padding: 2vw;
    font-size: 3.2vw;
  }
  .option_area {
    font-size: 0;
    margin-bottom: 3vw;
    text-align: center;
  }
  .option_area > dt,
  .option_area > dd {
    display: block;
  }
  .option_area > dt {
    width: auto;
    padding-bottom: 3vw;
  }
  .option_area > dt img {
    max-height: none;
    width: 50%;
  }
  .safe .option_area > dt img {
    width: 30%;
  }
  .option_area > dd {
    width: auto;
    font-size: 3.3vw;
    padding-left: 0;
    display: inline-block;
    text-align: left;
  }
  .option_area > dd > label {
    display: block;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .option_area > dd > label input {
    vertical-align: middle;
  }
  .option_area > dd > label:last-child {
    margin-bottom: 0;
  }
  .btn_reckoning {
    text-align: center;
    margin-bottom: 3vw;
  }
  .btn_reckoning input {
    width: 100%;
    margin: 0 auto;
  }
  .btn_submit {
    border-radius: 1vw;
    font-size: 3.5vw;
    padding: 2vw;
  }
  .tb_fee {
    margin-bottom: 0;
  }
  .list_btn_cart {
    padding: 20px 0 0;
  }
  .remarks .ttl {
    font-size: 3.75vw;
    padding-bottom: 2vw;
  }
  .remarks textarea,
  .bikou {
    padding: 2vw;
    margin-bottom: 3vw;
    height: 10em;
    font-size: 3.5vw;
  }

  /*------------ CART2 ------------*/
  .step_wrap {
    margin-bottom: 3vw;
  }
  .step_wrap li {
    font-size: 2.9vw;
  }
  .step_wrap .form_step1:after,
  .step_wrap .form_step2:after {
    content: "";
    background-image: url(../images/cart/icon_step_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    right: -2vw;
    background-size: 100% auto;
    width: 4vw;
    height: 20vw;
  }
  .step_wrap li span {
    font-size: 3.5vw;
  }
  .table_cart {
    width: 100%;
    margin: 3vw auto 0;
  }
  .table_cart > tbody > tr > th,
  .table_cart > tbody > tr > td {
    display: block;
    padding-bottom: 0;
  }
  .table_cart > tbody > tr > th {
    width: auto;
    padding: 10px;
    font-size: 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table_cart > tbody > tr > td {
    padding: 10px;
    font-size: 3.6vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table_cart > tbody > tr > td input {
    padding: 10px;
  }
  .table_cart > tbody > tr > td .head_name {
    display: block;
    width: auto;
    padding-bottom: 2vw;
  }
  .table_cart > tbody > tr > td.name .head_name:nth-of-type(2),
  .table_cart > tbody > tr > td.kana .head_name:nth-of-type(2) {
    margin-top: 2vw;
  }
  .table_cart > tbody > tr > td .head_name:nth-of-type(2) {
    padding-left: 0;
  }
  .cart .address select {
    width: 40%;
  }
  .table_cart > tbody > tr > td .line_address {
    padding-bottom: 3vw;
  }
  .table_cart > tbody > tr > td .line_address:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  .table_cart > tbody > tr > td .head_address {
    padding-bottom: 2vw;
  }
  .table_cart > tbody > tr > td input.l {
    width: 100%;
  }
  .table_cart > tbody > tr > td input.m {
    width: 100%;
  }
  .table_cart > tbody > tr > td input.s {
    width: 25%;
  }
  .table_cart > tbody > tr > td.name input.s,
  .table_cart > tbody > tr > td.kana input.s {
    width: 100%;
  }
  .table_cart > tbody > tr > td.zip input.s {
    width: 40%;
  }
  .table_cart > tbody > tr > td input.ss {
    width: 29%;
  }
  .table_cart > tbody > tr > td.mail input {
    margin-bottom: 3vw;
  }
  .table_cart > tbody > tr > td.mail input:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .table_cart > tbody > tr > td.zip input.btn_autozip {
    -webkit-appearance: none;
    width: 100%;
    margin-left: 0;
    border-radius: 1vw;
    font-size: 3.5vw;
    padding: 2vw;
    top: 0;
    margin-top: 3vw;
  }
  .table_cart > tbody > tr > th.sex {
    padding-top: 0;
  }
  .table_cart > tbody > tr > td.sex label {
    vertical-align: middle;
  }
  .table_cart > tbody > tr > td.sex label input[type="radio"] {
    vertical-align: middle;
  }

  .desc {
    font-size: 12px;
  }

  @media screen and (max-width: 768px) {
    #agree_error {
      font-size: 2.5vw;
    }

    .terms {
      width: auto;
    }
  }

  /*------------ FOOTER ------------*/
  .anchor {
    padding-top: 23.9vw;
    margin-top: -23.9vw;
  }
  #pagetop {
    padding: 0 2vw;
  }
  .btn_pagetop {
    background-size: contain;
    background-position: center bottom;
    width: 29.37vw;
    height: 10.41vw;
    padding-top: 5.4vw;
    font-size: 2.7vw;
    position: relative;
    box-sizing: border-box;
    top: 1px;
  }
  .btn_pagetop:before {
    margin-right: 1vw;
    font-size: 1.3vw;
  }
  #footer {
    border-width: 0.8vw;
    padding: 2vw;
  }
  #coyright {
    padding: 1vw 0;
    font-size: 2.5vw;
  }
  .footer_block1 {
    float: none;
    padding: 0;
    width: auto;
  }
  .footer_block1 .block1 {
    float: left;
    width: 60%;
  }
  .footer_block1 .block2 {
    float: right;
    width: 40%;
    text-align: right;
    padding-top: 5vw;
  }
  .footer_block1 .block2 .btn_common {
    background-color: #fff;
    color: #29b6f6;
    border: 0.4vw solid #29b6f6;
    padding: 2.4vw 0;
  }
  .footer_block1 .block2 .btn_common:before {
    display: none;
  }
  .footer_block2 {
    display: none;
  }
  .footer_block3 {
    display: none;
  }
  .footer_block1 .c_name {
    font-size: 3.33vw;
    padding-bottom: 0;
  }
  .footer_block1 p {
    font-size: 2.91vw;
    padding-bottom: 0;
  }

  .pb20 {
    padding-bottom: 3vw;
  }
}

/********* ques ***********************/

.ques dd,
.ques dt {
  font-size: 18px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  padding-top: 4px;
}

.ques dt {
  cursor: pointer;
}

.ques dd {
  padding-top: 2px;
  line-height: 1.7;
}

.ques dt:before {
  content: "";
  display: block;
  background: url(../images/ques/icon_q.png) no-repeat left top;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -0px;
  left: 0;
}

.ques dd:before {
  content: "";
  display: block;
  background: url(../images/ques/icon_a.png) no-repeat left top;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -0px;
  left: 0;
}
.ques dt:hover,.ques dt:active {
	opacity: 0.9;
	text-decoration-line: underline;
}
.ques dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}

.t_cener {
  text-align: center;
}

.tb_fee.company th {
  width: 30%;
  text-align: center;
  border-bottom: 1px solid #999;
}

.tb_fee.company td {
  text-align: left;
}

.tb_fee.company td ul li {
  list-style: inherit;
  margin-left: 20px;
}

.error_txt {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  color: #f00;
}

@media (max-width: 768px) {
  .ques {
    width: 90%;
    margin: 0 auto;
  }
  .ques dd,
  .ques dt {
    font-size: 2.91vw;
    position: relative;
    padding-left: 8vw;
    margin-bottom: 4%;
    padding-top: 1%;
  }

  .ques dt {
    cursor: pointer;
  }

  .ques dd {
    padding-top: 1%;
    display: none;
  }

  .ques dt:before {
    content: "";
    display: block;
    background: url(../images/ques/icon_q.png) no-repeat left top;
    background-size: cover;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 1vw;
    left: 0;
  }

  .ques dd:before {
    content: "";
    display: block;
    background: url(../images/ques/icon_a.png) no-repeat left top;
    background-size: cover;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 1vw;
    left: 0;
  }

  .ques dd {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
  }

  .error_txt {
    font-size: 3.2vw;
    margin-bottom: 5%;
    text-align: center;
    color: #f00;
  }
}

#no1 {
  text-align: center;
  padding: 20px 0;
  background: #fff;
}

#no1 ul {
  display: flex;
}

#no1 ul li img {
  width: 90%;
  display: block;
  margin: auto;
}

#no1 .wrap {
  max-width: 980px;
}

#no1 h2 {
  display: table;
  margin: 0 auto -30px;
  color: yellow;
}

#no1 img {
  width: 100%;
  max-width: 980px;
}

#no1 h2 span {
  font-size: 2vw;
  color: #fff;
}

#no1 p {
  text-align: right;
  padding-top: 10px;
}

#no1 .wrap {
  max-width: 1100px;
  padding: 0 10px;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  #no1 h2 {
    padding: 10px 10px;
    font-size: 8vw;
  }

  #no1 h2 span {
    font-size: 4vw;
  }
}


/**　マイページTOP
******************************/
@media screen and (max-width: 768px) {
  ul#mypage_menu {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  ul#mypage_menu li {
    width: 45%;
    margin-bottom: 10px;
    padding: 20px 0;
    text-align: center;
    border-radius: 10px;
  }
  ul#mypage_menu li:nth-child(1) {
    background-color: #29b6f6;
    border-bottom: 5px solid #145c7c;
  }
  ul#mypage_menu li:nth-child(2) {
    background-color: #ec407a;
    border-bottom: 5px solid #7e1a3c;
  }
  ul#mypage_menu li:nth-child(3) {
    background-color: #ffb300;
    border-bottom: 5px solid #7e5a05;
  }
  ul#mypage_menu li:nth-child(4) {
    background-color: #039313;
    border-bottom: 5px solid #084d10;
  }
  ul#mypage_menu li:nth-child(n+3){
    margin-bottom: 0;
  }
  ul#mypage_menu li a {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
  }
}

.kiyaku_box {
  width: 80%;
  border: 1px solid #ccc;
  height: 250px;
  overflow: auto;
  margin: 40px auto 0;
}

.kiyaku_box h3 {
  padding: 10px;
  font-size: 18px;
  text-align: center;
}

.kiyaku_box ul {
  padding: 0 10px 10px 24px;
}

.kiyaku_box li {
  list-style-type: square;
  font-size: 14px;
  margin-bottom: 20px;
}

.kiyaku_box li li {
  list-style-type: circle;
  margin-bottom: 0px;
}

.kiyaku_box dt {
  margin-top: 20px;
}

.under_line {
  text-decoration: underline;
}

.access_detail h4 {
  text-align: center;
}

.access_detail ul {
  margin: 20px 0 0;
}

.access_detail p {
  background: hsla(28, 100%, 94%, 1);
  padding: 10px;
  margin-top: 10px;
}

.access_detail li {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.access_detail li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.access_detail li img {
  width: 40%;
  height: 100%;
  float: left;
}

.access_detail li div {
  width: 70%;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .access_detail li {
    display: block;
    overflow: auto;
  }

  .access_detail li div {
    width: inherit;
  }

  .access_detail li img {
    width: 100%;
  }

  .list_rental .btn_common {
    width: 50%;
    margin-left: 5px;
  }

  .link.clearfix {
    display: flex;
    width: 100%;
    /*! padding: ; */
  }
}

.osakamap {
  display: flex;
  flex-direction: row-reverse;
}

.osakamap img {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .osakamap img {
    height: inherit;
  }
}
.corporation_feature {
  min-width: 350px;
  display: table;
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

.corporation_feature li {
  display: table-cell;
  width: 33%;
  padding: 10px;
  font-size: 0.8rem;
}

.corporation_feature h3 {
  font-size: 1.1rem;
  padding: 10px;
}

.corporation_feature p {
  text-align: start;
}
.corporation_btn li {
  display: table-cell;
  padding: 1% 1%;
}
.corporation_btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #29b6f6;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 7px 5px 0px 0px #dedede;
  padding: 1.3rem 0;
}
.corporation_btn {
  min-width: 500px;
  display: table;
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

.corporation_btn a:hover {
  background: #0099ff;
  margin-left: 0px;
  margin-top: 5px;
  box-shadow: none;
}

li .two_btn {
  background: #ffb300;
}
li .two_btn:hover {
  background: #ffb300;
  opacity: 0.8;
}
.corporation_btn a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/icon_btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .corporation_btn li {
    display: block;
    margin: 5% 3%;
  }

  .corporation_btn {
    min-width: 350px;
  }
}

/********* /ques ***********************/
.cart_icon_box {
  display: flex;
}

.cart_icon_box li {
  display: flex;
  width: 100%;
  margin-right: 20px;
}

.cart_icon_box li:last-child {
  margin-right: 0;
}

.cart_icon_box div {
  background: #bbb;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px;
  border-bottom: 5px solid #999;
  font-weight: bold;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .cart_icon_box div {
    font-size: 14px;
  }

  .cart_icon_box li {
    margin-right: 10px;
  }
}

.cart_icon_box div span {
  width: 100%;
  display: block;
}

.cart_icon_box .cart_icon_on {
  background-color: #ec407a;
  border-bottom: 5px solid #bd104a;
}

@media screen and (min-width: 1025px) {
  .cart_icon_box div:hover {
    background-color: #ec407a;
    border-bottom: 5px solid #bd104a;
  }
}

.cart_icon_box div img {
  max-width: 64px;
  display: block;
  margin: auto;
}

.cart_icon_box input[type="radio"],
.cart_icon_box input[type="checkbox"] {
  display: none;
}

@media screen and (max-width: 768px) {
  .cart_icon_box div img {
    width: 80%;
    height: auto;
  }
}

.ttl_shop {
  position: relative;
}

.ttl_shop h3 {
  display: inline-block;
}

.cp_tooltip {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 768px) {
  .cp_tooltip {
    width: 24px;
    height: 24px;
    top: 7px;
  }
}

.cp_tooltip img {
  width: 100%;
  height: 100%;
}

.cp_tooltip .cp_tooltiptext {
  position: absolute;
  z-index: 1;
  top: 120%;
  right: 0;
  visibility: hidden;
  width: auto;
  white-space: nowrap;
  padding: 0.3em 0.5em;
  transition: opacity 1s;
  opacity: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  text-align: left;
  border: 5px solid #b3e5fc;
  font-weight: normal;
}

.cp_tooltip .cp_tooltiptext dt {
  font-weight: bold;
  padding: 10px 0 0;
}

.cp_tooltip .cp_tooltiptext dd {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}

.cp_tooltip .cp_tooltiptext dd:last-child {
  border: none;
}

@media screen and (max-width: 768px) {
  .cp_tooltip .cp_tooltiptext {
    width: 280px;
    height: auto;
    white-space: normal;
    font-size: 12px;
  }
}

.cp_tooltip:hover .cp_tooltiptext {
  visibility: visible;
  opacity: 1;
}

.box_common .box2 div {
  font-size: 18px !important;
}

@media screen and (max-width: 768px) {
  .box_common .box2 {
    flex-wrap: wrap;
  }

  .box_common .box2 div {
    font-size: 14px !important;
  }

  .box_common .box2 li {
    width: 50%;
    margin-right: 0;
  }

  .box_common .box2 li div {
    margin: 0 5px 10px;
  }
}
/*font-size: 2.91vw;*/

/* 注文処理 */
.error {
  display: block;
  color: #f06292;
  font-size: 14px;
}
.quantity {
  cursor: pointer;
}
.error_box {
  color: #f06292;
  border: 1px solid #f06292;
  width: 50%;
  padding: 10px;
  margin: 0 auto 30px;
  font-size: 14px;
}
.error_box li {
  list-style: circle;
  margin-left: 30px;
}
#walletWidgetDiv {
  width: 100%;
  height: 240px;
  margin: 25px auto 0;
}
.credit_campaign {
  color: #db1e7c;
  font-size: 13px;
}
/* note_order */

.note_order p {
  color: #ff4a4a;
  border: 1px double;
  padding: 20px;
  max-width: 800px;
  width: 100%;
  margin: 2% auto;
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  .note_order p {
    color: #ff4a4a;
    border: 1px double;
    padding: 2%;
    max-width: 800px;
    width: 90%;
    margin: 2% auto;
    font-size: 3vw;
  }
}

/* 年末年始 */


@media screen and (max-width: 768px) {
  .table_rental td:after {
    font-size: 4.16vw;
  }
  #access .list_rental > li:nth-child(1) .list_indent li.color_pink {
    margin: 0;
  }
}

/* 年末年始bnr */
.year_bnr {
  max-width: 850px;
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 1.5rem;
  line-height: 1.8;
  border: 3px solid #bd1b2c;
  background: #bd1b2c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.year_heading {
  padding: 5px;
}
.year_sub_heading {
  padding: 10px;
}
.year_text {
  font-size: 1rem;
  padding: 5px 0;
  background: #fff url(../images/top/year_bk.jpg);
  color: #000;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: right bottom;
  border-radius: 0 0 5px 5px;
}
.text_w {
  text-align: start;
  max-width: 680px;
  width: 100%;
  font-weight: normal;
  margin: 0 auto;
  padding: 3px;
}
.text_w p {
  padding: 5px;
}

.terms {
  max-width: 500px;
  height: 200px;
  margin-bottom: 10px;
  padding: 0.5em;
  overflow-y: scroll;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 12px;
}
#agree_error {
  font-size: 13px;
  color: #d50000;
  font-weight: bold;
}
#next:disabled {
  display: none;
}

@media screen and (max-width: 768px) {
  #agree_error {
    font-size: 2.5vw;
  }

  .terms {
    width: auto;
  }
}
/* caption_news */

#caption_news {
  background: #fff;
  padding: 30px 0;
}
.caption_news_text {
  border: 1.5px solid #ff5252;
  font-size: 1rem;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
fieldset.caption_news_text legend {
  display: block;
}
legend .caption_head {
  color: #ff5252;
}
@media screen and (max-width: 768px) {
  #caption_news {
    margin: 0 5px;
  }
  .asterisk {
    display: none;
  }
  fieldset.caption_news_text legend {
    text-align: center;
  }
  .caption_news_text {
    line-height: 1.6;
  }
}

/* 夏 */


/* GW

#access .list_rental > li:nth-child(4) table.table_rental tr:nth-child(1) th {
	font-size: 0;
}
#access .list_rental > li:nth-child(4) table.table_rental tr:nth-child(1) td {
	font-size: 0;
}
#access .list_rental > li:nth-child(4) table.table_rental tr:nth-child(1) td::before {
	content: "4,950";
	font-size: 15px;
}

#access .list_rental > li:nth-child(4) table.table_rental tr:nth-child(1) th::after {
	content: "10日";
	font-size: 16px;
}
.box_recommend_item:nth-child(1) .price_inner:nth-of-type(1) .small {
font-size: 0;
}
.box_recommend_item:nth-child(1) .price_inner:nth-of-type(1) .big {
font-size: 0;
}

.box_recommend_item:nth-child(1) .price_inner:nth-of-type(1) .small::before {
font-size: 31px;
content: "10日";
}
.box_recommend_item:nth-child(1) .price_inner:nth-of-type(1) .big::before {
font-size: 40px;
content: "4,950";
}
  @media screen and (max-width: 768px) {
#access .list_rental > li:nth-child(4) table.table_rental tr:nth-child(1) td::before {
	font-size: 3vw;
}

#access .list_rental > li:nth-child(4) table.table_rental tr:nth-child(1) th::after {
	font-size: 3vw;
}

 .box_recommend_item:nth-child(1) .price_inner:nth-of-type(1) .small::before {
font-size: 4vw;
}
.box_recommend_item:nth-child(1) .price_inner:nth-of-type(1) .big::before {
font-size: 5vw;
}
  }

*/
.top_banner {
  margin-top: 20px;
}
.flexbox {
  display: flex;
    text-align: center;
    margin: 30px auto!important;
}
.flexbox_contents {
  margin: 0px 30px;
  font-size: 18px;
}
.flexbox_contents span {
  color: blue;
  font-weight: bold;
}
.flexbox_contents img {
  width: 200px;
  height: 200px;
}
.flexbox_contents_cor {
  margin: 0px 30px;
  font-size: 18px;
}
.flexbox_contents_cor p {
  padding: 20px;
}
.flexbox_contents_cor span {
  color: blue;
  font-weight: bold;
}
@media (max-width: 768px) {
.flexbox_contents_cor img {
  width: 200px;
  height: 100%;
  margin: 20px;
}
}
.airport_h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .flexbox {
  display:block;
  position:relative;
}
}
.airport_input_box {
  display: flex;
}
.airport_input {
  width: 50%;
  margin: 0 20px;
}
.airport_input_text {
  width: 50%;
  margin: 0 20px;
  font-size: 14px;
  max-height: 300px;
}
@media (max-width: 768px) {
  .airport_input {
    width: 100%;
    margin:0 auto;
}
  .airport_input_text {
    width: 100%;
    margin:20px 0px auto;
  }
  .airport_input_box {
    display: block;
  }
}
.news_red {
  margin: 20px auto;
  width: 85%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #ff0202;
  border-radius: 10px;
  padding: 15px 5%;
}
.news_red p {
  color:#ff0202;
  font-size: 15px;
  font-weight: bold;
}
.news_red a,a:hover,a:visited{
  color: inherit;
}