@charset "euc-jp";
@import url("font.css");

body {
  min-width:1020px;
} 

/* =========================================================
  reset
========================================================= */
ul {
  margin:0;
  padding:0;
}
ul,li {
  list-style:none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: .6;
}
/*input[type="text"], button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: 1;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/

.search-box .btn_submit {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
img {
  max-width: 100%;
}



/* =========================================================
  layout
========================================================= */

#main {
  float:left;
  width:100%;
}
.main_content {
}
#side {
  width: 220px;
  position:absolute;
  top:0;
  left:10px;
  z-index:2;
}
#side.common_side {
  margin-left:0;
}
#top_right {
  width:220px;
  position: absolute;
  top:0;
  right:10px;
  z-index: 2;
}
#top_right.common_right {
  float:none;
  margin-left:0;
} 
#footer {
  clear: both;
}

.inner {
  padding: 0 24px;
  max-width: 1020px;
  margin: 0 auto;
  /*position: relative;*/
}
.main_wrapper {
  padding: 0 240px;
  max-width: 1580px;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}

.header_main .inner {
}
.visible-tablet {
  display: none; 
}
.visible-phone {
  display: none;
}
.visible-min-pc {
    display: none;
  } 
@media screen and (max-width:1263px) {
  .main_wrapper {
    padding-right:10px;
  }
  .hidden-min-pc {
    display: none;
  }
  .visible-min-pc {
    display: block;
  }
}
@media screen and (max-width: 959px) {

  .hidden-tablet,
  .common_side .visible-tablet {
    display: none;
  }
  .visible-tablet,
  .common_side .hidden-tablet {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hidden-phone,
  .common_side .visible-phone{
    display: none;
  }
  .visible-phone,
  .common_side .hidden-phone{
    display: block;
  }
}


/* =========================================================
  common
========================================================= */
.clearfix:after {
  content:"";
  display: block;
  clear:both;
}
.list-inline {
  display: inline-block;
}
.list-inline li {
  display: inline-block;
}

/* =========================================================
  header
========================================================= */

.top-panel {
  padding: 6px 0 0;
  position:relative;
  z-index:1;
  background: #fff;
}
.top-panel .inner {
  position:relative;
}
.header_main {
  padding: 10px 0;
  border-bottom: 3px solid #eee;
  margin-bottom: 24px;
  background: #fff;
  position:relative;
}
h1 {
  margin:0;
  display: inline-block;
  vertical-align: top;
}
#top_nav {
  float:right;
}

#top_nav li {
  margin-left: 10px;
}
.cart {
  width:50px;
  height:50px;
  float:right;
  position: relative;

}
.cart a {
  display: block;
  height: 100%;
  width:100%;
  background: #FF7F01;
  border-radius: 3px;
}
.cart img{
  position:absolute;
  max-width:100%;
  height: auto;
  top: 50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo {
  float:left;
  margin-right: 16px;
  margin-bottom:0px;
}

.search-box {
  float:left;
  position:relative;
}
.logo + .search-box {
  margin-right: 16px;
  width:auto;
  width: -webkit-calc(100% - 566px); /* ???????ç½ºï¿½\ï¿½ï¿½????ï¿½ï¿½ï¿½ï½¡?!??"??#????????"????????#??????ï¿½ï½²?!???????ï¿???X??"??[??!??!?? ??*/
  width: calc(100% - 566px);/* ???????ç½ºï¿½\ï¿½ï¿½????ï¿½ï¿½ï¿½ï½¡?!??"??#????????"????????#??????ï¿½ï½²?!???????ï¿???X??"??[??!??!?? ??*/
  margin-bottom: 10px;
}
.search-box input[type="text"]{
  border-radius: 5px;
  border: 4px solid #eee;
  padding: 9px 12px;
  background: #fff;
  box-sizing: border-box;
  width:100%;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  line-height: normal;
    
  
}
.search-box .btn_submit {
  position:absolute;
  right:12px;
  top:0;
  bottom:0;
  margin:auto;
  color: #eee;
  font-size:24px;
  cursor:pointer;
}
.info_banners {
  float:right;
  margin-right: 16px;
}
.info_banners li {
  text-align: center;
  width: 240px;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.info_banners li a {
  color: #fff;
  display: block;
  padding: 6px 10px 6px 40px;
}
.info_banners small {
  display: block;
  margin-top: 3px;
}
.info_banners .freeship a {
  background: url(../images/truck.png) no-repeat center left 12px / 36px,#E70507;
}
.soy_text {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
} 
.emblems {
  text-align: center;
}
.keyword {
  float:left;
  height: 30px;
  max-width: calc(100% - 244px);
  overflow:hidden;

}
.keyword .small{
  vertical-align: top;
  float:left;
  line-height: 25px;
}
.keyword ul {
  display: inline;
}
.keyword li {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 30px;
}


/* =========================================================
  side
========================================================= */
#side section {
  margin-bottom: 16px;
}
.side_title {
  background:  #FF7F01;
  color: #fff;
  padding: 16px;
  margin-top: 0;
}
#menu {
  background: #eee;
  margin-bottom: 24px;
}
.menu_level_0 > li {
  position:relative;
}
.menu_level_0 > li > a {
  padding: 10px 16px;
  display: block;
  position: relative;
  z-index: 1;
}

.menu_level_0 > li:after {
  content:"";
  position:absolute;
  width: 8px;
  height: 14px;
  top:50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/icon_pull.png) no-repeat center center / contain;
}

.menu_level_0 > li:hover {
  background: #fff;
}
.menu_level_0 > li:hover > a{
  color: #c00;
  background: #fff;
  margin-right: -3px;
}
.menu_level_0 > li:hover:after {
  display: none;
}

.menu_level_1 {
  opacity:0;
  position:absolute;
  left:100%;
  top:-60px;
  display: inline-block;
  white-space: nowrap;
  pointer-events: none;
  padding: 24px 40px 24px 40px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  border-radius: 5px;
  border: 3px solid #efefef;
  /*min-width: 500px; */
  z-index:2;
}
.menu_level_0 > li:hover .menu_level_1{
  opacity: 1;
  pointer-events: auto;
}
.menu_title {
  color: #c00;
  font-weight: normal;
  margin:0 0 16px;
}
.menu_title a{
  color: #c00;
}
.menu_title ~ ul {
  display: inline-block;
}
.menu_level_1 li{
  margin-bottom: 10px;
}
.menu_banner {
  /*position:absolute;
  right:40px;
  top:24px;
  */
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}
.menu_banner.visible-phone {
  display: none;
}

/* =========================================================
  main
========================================================= */

.main_inner {
  padding: 0 40px;
}

.section_title {
  margin:24px 0 24px;
  display: inline-block;
  padding-right: 20px;
  color: #FF7F01;
  color: #333;
}
.section_title i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  /*border-radius: 100%;*/
  color: #FF7F01;
  color: #333;
  position:relative;
  left: -20px;
  margin-right: -8px;
  display: none;

}
.banners {
  margin-bottom: 16px;
}
.news {
  margin: 8px 0 48px;
}
.tabs {
  display: flex;
}
.tabs_wraper {
  /*border-bottom: 1px solid var(--base-color, #FF7F01);*/
  margin-bottom: 8px;
}
.tabs li { 
  padding: 8px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #FF7F01;
  color: #333;
}
.tab_content {
  overflow: hidden;
  position:relative;
  margin-bottom: 50px;
}
.tab_content iframe {
  opacity: 0;
  position:absolute;
  right:0;
  left:0;
}
.tab_content.active iframe {
  opacity: 1;
  position:static;
}

.seasons_special {
  border: 6px solid #eee;
  margin: 0 auto 32px;
}
.seasons_special__title {
  margin: 0 0 24px;
  background: #eee;
  padding: 16px 0;
}



/* =========================================================
  footer
========================================================= */

#footer {
  margin-top: 40px
}
.foot_inner{
  margin: 0 auto;
}
.calendar {
  width:-webkit-calc(25% - 16px);
  width:calc(25% - 16px);
  float:left;
  margin-right: 16px;
  text-align: center;
}
.calendar iframe{
  text-align: center;
}
.info {
  width: 75%;
  float:left;
}
.information {
  border-top: 0;
} 
.information_head {
  border-top: 3px solid #eee;
  margin:0 0 30px;
  padding: 10px 0;
  color: #333;
  text-align: center;
  padding-top: 20px;
}

.information_box {
  width: -webkit-calc(50% - 8px);
  width: calc(50% - 8px);
  float:left;
  line-height: 1.6em;
}
.information_box:first-child {
  margin-right: 16px;
}
.information_title {
  padding: 8px 0;
  margin:0 0 8px;
  line-height: 1.6em;
}
.information_title:not(:first-child) {
  margin-top: 24px;
}

.information_box li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1em;
} 
.copyright {
  text-align: center;
  padding: 30px 0;
}
.main_banners {
  font-size: 0;
}


@media screen and (max-width:1360px) {
  .main_inner, {
    padding: 0 10px;
  } 
  .main_banners {
    padding: 0;
  }
  .small_banners {
    padding:0;
  }
  .logo + .search-box {
  }
  .info_banners li {
  }
  header .inner {
    max-width: 100%;
  }
  .header_conv header .inner {
    max-width: 1020px;
  }

}
@media screen and (max-width: 1263px) {
  body {
  }
  .tabs li a {
    padding: 8px 0;
  }
  .logo + .search-box {
  }

  .header_main {
    margin-bottom: 20px;
  } 
  .soy_text {
    margin-top:0;
  }
  .emblems {
    margin-top:0;
  }
  .emblems img {
    width: 160px;
  }
  .keyword {
  }
  .info_banners {
    margin-top: 0;
  }

  .foot_inner{
    width:auto;
  }
  .for_tablet {
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 1024px) and (min-width: 960px) {
  .menu_level_0 > li > a {
    pointer-events: none;
  }
}

@media screen and (max-width: 959px) { 
  * {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  body {
    min-width: initial;
  }
  body.menu-open {
    overflow:hidden;
  }
  .inner {
    padding: 0 10px;
  }
  #top_right {
    display: none;
  }
  #side {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .top-panel #top_nav{
    display: none;
  }
  .menu_btn {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .common_header .menu_btn {
    display: none;
  }

  .main_wrapper {
    padding-left: 10px;
  }
  .menu-open #side.top_side,
  .menu-open .menu_btn {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
  .overlay {
    background:rgba(0,0,0,.4);
    position:fixed;
    z-index:99;
    top:0;
    bottom:0;
    right:0;
    left:0;
    opacity:0;
    -webkit-transition: .3s;
    pointer-events: none;
    transition: .3s;
  }
  .menu-open .overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .header_main {
    padding-top: 5px;
  }
  .main_content {
    margin: 0 auto;
  }
  .info_banners {
    margin-top: 4px;
  } 
  .info_banners li {
    width: auto;
    padding: 
  }
  .info_banners li a {
    padding-left: 30px;
    padding-right: 6px;
  } 
  .info_banners .freeship a {
    background-position: center left 6px;
    background-size: 20px;
  }
  .info_banners .phone a {
    background-position: center left 6px;
    background-size: 16px;
  }  
  .info_banners small {
    display: inline-block;
    margin-left: 5px;
  }
  .logo + .search-box {
    float: left;
    margin-right: 0px;
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
    margin-bottom:0;
    margin-top:4px;
  } 
  .logo + .search-box input {
    padding: 4px 12px
  }
  .cart {
    width: 40px;
    height:40px;
    margin-top: 4px;
  }
  .emblems img {
    width: 140px;
  }
  .soy_text {
    margin-top: 8px;
  }
  .header_main .keyword {
    display: none;
  }
  .keyword {
    width:100%;
    float:none;
  } 
  .keyword .small {
    vertical-align: top;
    display: block;
    margin-bottom: 5px;
  }
  .keyword .list-inline {
    width: 100%; 
    vertical-align: top;
  }
  .keyword li {
    margin-bottom: 4px;
  } 
  .menu_btn {
    background: #FF7F01;
    position:absolute;
    padding: 10px 8px;
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    top:4px;
    margin:auto;
    border-radius: 3px;
    z-index: 100;

  } 
  .menu-trigger {
    position:relative;
    width:100%;
    height:100%;
    
  } 
  .menu-trigger span {
    display: block;
    height: 3px;
    width: 22px;
    position:absolute;
    background: #fff;
    margin: auto;
    right:0;
    left:0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .menu-trigger span:nth-child(1) {
    top:0;
  }
  .menu-trigger span:nth-child(2) {
    top:0;
    bottom:0;
  }
  .menu-trigger span:nth-child(3) {
    bottom:0;
  }


  .menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }

  .logo {
    padding-left: 50px;
    width: 210px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  } 
  .common_header .logo {
    padding-left:0;
    width: 220px;
    margin-top: -20px;
  } 
  #side.top_side {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 100%;
    margin: 0;
    float:none;
    top:0;
    bottom:0;
    background: #fff;
    z-index:100;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #side.common_side .menu_banner{
    display: none;
  }
  .menu_logo {
    text-align: center;
  }
  .sp_searchbox {
    padding: 0 16px;
    margin-bottom: 8px;
  }
  .sp_searchbox form {
    width:100%;
    float:none;
  }
  #spkeywords {
    position:static;
    margin: 10px auto; 
  }
  #side.top_side .ma-schedule {
    text-align: center;
    margin-bottom:8px;
  } 
  .top_side .side_title {
    margin: 0;
  }
  .top_side .menu_level_0 > li:hover,
  .top_side .menu_level_0 > li:hover > a {
    background: transparent;
  }
  
  .top_side .menu_level_1 {
    position:static;
    white-space: normal;
    display: block;
    opacity: 1;
    min-width: initial;
    box-shadow: none;
    border:0;
    padding: 0px 16px;
    border-radius: 0;
    display: none;
  }
  .top_side .menu_title {
    display: none;
  }
  #spmenu #top_nav {
    float:none;
    margin: 0;
  }
  #spmenu .list-inline {
    display: block;
  }
  #spmenu .list-inline li {
    display: block;
    margin: 0;
  }
  #spmenu .list-inline li a {
    padding: 10px 16px;
  }
  #spmenu li,
  .menu_level_0 > li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(255,255,255,1);
    display: block;
  }
  #spmenu li:after,
  .top_side .menu_level_0 > li::after {
    top: 13px;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #spmenu li.active::after,
  .top_side .menu_level_0 > li.active::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #spmenu li:hover:after,
  .top_side .menu_level_0 > li:hover:after {
    content:"";
    display: block;
  }
  #spmenu li a,
  .top_side .menu_level_0 > li > a {
    display: inline-block;
  }
  .top_side .menu_level_1 li {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom:0;
  }
  .top_side .menu_level_1 li:last-child {
    border-bottom:0;
  }
  .info {
    width:100%;
  }
  .menu_banner{
    position:static;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    margin-left: 0;
  }
  .menu_banner.visible-phone{
    display: block !important;
  }
   .menu_banner.hidden-phone {
    display: none !Important;
   }
  .menu_title ~ ul {
    display: block;
  }

}

@media screen and (max-width: 959px) { 
  body {
    cursor: pointer;
  }
  .info_banners li small {
    display: block;
  }
  .info_banners li a{
    border-radius: 3px;
    padding-top:5px;
    padding-bottom:5px;
  } 
  .info_banners .freeship a {
    background-position: center left 8px;
  }
  .info_banners .phone a {
    background-position: center left 8px;
  }
  
}
@media screen and (max-width: 767px) {
  .show_form .visible-sp-menu {
    display: block !important;
  }
  .inner {
    padding:0;
  }
  h1 {
    padding: 0 4px;
  }
  .header_main {
    /*background: var(--base-color, #FF7F01); */
    border-bottom:0;
    padding: 0;
    margin-bottom:26px;
  }
  .header_main .inner{
    padding-bottom: 10px;
  }
  .header_main.fixed {
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
  }
  .info_banners {
    top: auto;
    margin: 0;
  }
  .info_banners li a{
    background-image: none !important;
  }
  .info_banners li a:before{
    content:"";
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../images/truck.png) no-repeat center center / contain;
    vertical-align: middle;
    margin-right: 5px;

  }

  .header_main.fixed .info_banners {
    transform: translateY(0); 
    z-index: 0;
  }
  
  .logo {
    float:none;
    padding:0;
    display: block;
    margin: 0 auto;
    width: 170px;
  }
  .cart {
    top: 0px;
    margin-top: 0;
    right: 8px;
    padding:0;
    position:absolute;
  }
  .menu_btn {
    top:0;
    left: 8px;
  }
  .info_banners {
    position:absolute;
    bottom:0;
    right:0;
    float:none;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(100%);

  }
  .info_banners li{
    width:100%; 
    float:none;
  }
  .info_banners li a{
    border-radius:0;
  }
  .info_banners li small {
    display: inline;
  }
  #side.top_side {
    width: 260px;
    left:-260px;
  }
  #side.top_side.sp_side {
    left:0;
    padding-bottom: 85px;
    box-sizing: border-box;
  }
  #side section {
    margin-bottom: 0px;
  }
  .menu_logo {
    width: 160px;
    margin: 8px auto 0;
  }

  .menu-open #side.top_side, .menu-open .menu_btn {
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
  }
  .side_title {
    padding: 10px 16px;
  }
  #spkeywords {
    margin-top: 0;
  }
  .sp_calendar iframe{
    margin: 0 auto;
    display: block;
  }
  .keyword  {
    max-width: initial;
    height: auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .keyword .small {
    display: block;
    width: 100%;
    float:none;
  }
  .soy_text {
    width:100%;
    float:none;
    text-align: center;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .emblems img {
    width:80%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
  }

  .search-box {
    width:100%;
    float:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
  }
  .search-box input[type="text"]{
    border-width: 1px;
    padding: 4px 12px;
  }
  .search-box #search_keyword {
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    transform: translateY(100%);
    background: #fff;
    z-index:98;
    padding-bottom: 10px;
    transition: .2s;
    display: none;
  }
  .search-box.show_keyword  #search_keyword {
    display: block;
  }

  .search-box .btn_submit {
    right: 11px;
  }

  .banners {
    margin-bottom: 10px;
  }
  .main_wrapper {
    padding:0;
  }

  .main_inner {
    padding: 0;
  }
  .section_title {
    text-align: center;
    margin-bottom: 16px;
    padding-left: 10px;
  }
  .section_title i {
    margin-right: 8px;
    left:0;
  }
  .tabs {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
  .tabs li {
    width: auto !important;
    padding-left: 10px;
  }
  .tabs li a {
    padding: 8px;
  }
  .tab_content {
    margin-bottom: 30px;
  }
  .seasons_special {
    border-top:0;
    border-right:0;
    border-left:0;
  }
  .seasons_special__title {
    padding:16px 8px;
    line-height: 1.6;
  }
  .pickup_items,
  .seasons_banner {
    padding:0 8px;
  }
  .pickup_items h3 {
    text-align: center;
  }

  .information_head {
    padding:10px 8px;
  }
  .foot_inner {
    padding:0 8px;
  }
  .information_box {
    width:100%;
  }
  .information_box:first-child {
    margin:0;
  }
}





/* conv header */
.header_conv header {
  background: #fff;
}
.header_conv header .inner {
}
.header_conv .main_wrapper {
  max-width: 1020px !important;
  padding: 0;
}
.header_conv .main_banners {
  padding:0 !important;
}
.side_conv {
  position:static !important;
}
.footer_conv .inner {
  max-width: 900px;
}

@media screen and (max-width: 1280px) {
  .header_conv .visible-min-pc {
    display: block;
  }

}


/* =========================================================
  landing page
========================================================= */

.wrapper{
  overflow-x:hidden;
}
.lp_main_visual {
  position: relative;
  top: -24px;
  z-index:1;
}
.main_visual_spacer {
  padding-bottom: 400px;
  display: block;
  margin-top: -24px;
  pointer-events: none;
}
.lp_main_visual iframe {
  position:absolute;
}
.lp_inner {
  padding: 0 10px;
}
.lp_inner .section_title {
  text-align: center;
  position: relative;
  padding:0 0 20px;
  display: block;
}
.lp_inner .section_title:after {
  content:"";
  position: absolute;
  bottom:0;
  height: 1px;
  width:40px;
  background: #999;
  right:0;
  left:0;
  margin:auto; 
}
.lp_nav {
  text-align: center;
  display: block;
  margin-top: 30px;
  margin-bottom: 60px;
}
.lp_nav li {
  display: inline-block;
  padding: 10px;
}
.lp_nav a {
  display: block;
  width: 160px;
  padding: 16px 0;
  text-align: center;
  border: 3px solid #eee;
  font-size: 14px;
}

.lp_nav2 {
  text-align: center;
  display: block;
  margin-top: 30px;
  margin-bottom: 60px;
}
.lp_nav2 li {
  display: inline-block;
  padding: 10px;
}
.lp_nav2 a {
  display: block;
  width: 400px;
  padding: 16px 0;
  text-align: center;
  border: 3px solid #eee;
  font-size: 14px;
}

.lp_inner section {
  padding-bottom: 60px;
  padding-top: 10px;
}
.lp_inner section:nth-of-type(even) {
  background:#F2F2F2;
  margin-right: -9999px;
  margin-left: -9999px;
  padding-right: 9999px;
  padding-left: 9999px;
}
.lp_btn {
  margin-top: 60px;

}
.lp_btn a{
  display: block;
  margin: 0 auto;
  width: 300px;
  text-align: center;
  background: #FFC926;
  padding: 20px 0;
  color:#fff;
  -webkit-transition: .2s;
  transition: .2s;
}
.lp_btn a:hover {
  box-shadow: 0 3px 5px rgba(0,0,0,.1);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
#pagetop {
  position:fixed;
  bottom:20px;
  right:20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ccc;
  opacity: .5;
  text-align: center;
  transition: .2s;
  transform: translateY(60px);
  z-index:2;
  cursor:pointer;
}
#pagetop.visible {
  transform: translateY(0);
}
#pagetop:hover {
  opacity: 1;
}
#pagetop:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content:"\f077";
  color: #000;
  font-size: 26px;
  font-weight: 900;
}


@media screen and (max-width:1263px) {
  #side.lp_side {
    top: 400px;
  }

  .lp_nav {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .lp_nav a {
    width: 140px;
  }
}
@media screen and (max-width:960px) {
  #side.lp_side {
    top:0;
  }
  .lp_main_visual {
    top: 0;
  }
    .main_visual_spacer {
    margin-top: 0px;
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 767px) {
  .lp_inner {
    padding: 0;
  }
  .lp_inner .section_title {
    padding-bottom:10px;
  } 
  .lp_nav {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .lp_nav li {
    padding: 5px;
    width: 50%;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lp_nav a {
    width: 100%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lp_btn {
    margin-top: 30px;
  }
  .lp_btn a {
    font-size: .2rem;
    padding: 10px 0;
  }
}
@media screen and (max-width:640px) {
  .main_visual_spacer {
    padding-bottom: 220px;
  }
  
}
 



/* =========================================================
  static pages
========================================================= */
.tit {
  font-size: 20px;
  font-weight: bold;
  background: #999;
  text-shadow: 0 0 5px rgba(0,0,0,1);
  color: #fff;
  position: relative;
  width:100%;
  display: block;
  padding: 5px 16px 8px;
  box-sizing: border-box;

 
}
.tit:after {
  position: absolute;
  height: 2px;
  width:100%;
  bottom:3px;
  right:0;
  left: 0;
  content: '';
  display: block;
  background: #66cc00;


}
.kiyaku_content {
  line-height: 1.8;
}
.kiyaku_content  h2{
  font-size: 16px;
  background: #dbf3c3;
  padding:5px;
  margin: 30px 0 20px;
}
.kiyaku_content  p,
.kiyaku_content  li {
  font-size: 13px;
  margin-bottom: 6px;
}
.kiyaku_content  ol {
  padding-left:20px;

}
.hiduke {
  text-align: right;
  font-size: 13px;
}
.go-top {
  font-size: 13px;
  text-align: right;
  clear:both;
}
.go-top a {
  color: #00E;
  padding: 2px 0 2px 15px;
  background: url(../../images/index_img/arrow_top.gif) 2px 3px no-repeat;
}

@media screen and (max-width: 767px) {
  #contents {
    padding: 0 10px;
  }
  .kiyaku_content  ol {
    padding-left:0;
  }
}

/* return */

.return_content {
  min-height: 1000px;
}
.return_content .sentence {
  background: url(../../images/return_img/sentence_bk02.gif) left top repeat-y;
  background-size: contain;
  position: relative;
  margin: 0 auto 15px;
  max-width: 950px;
}
.return_content img{
  margin: 0 auto;
  vertical-align: bottom;
}
.return_content .sentence p {
  margin: 0 20px 10px 20px;
  padding: 0 7px 5px 7px;
  font-size: 13px;
} 
.t_right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .return_content {
    min-height: initial;
  }
}


/* faq */
.faq_column_q dl a {
  color: #00e;
  font-size: 13px;
}
.faq_column_q dd {
  margin-left:0;
}
.faq_column_q {
  width: 48%;
  margin: 0;
}
.faq_column_q + .faq_column_q {
  margin-left: 4%;
}
.faq_column_answer {
  width:100%;
  margin: auto;
}
.faq_column_answer ol {
  padding:0;
}
.faq_column_answer h3 {
  font-size: 13px;
}
.faq_column_answer dl dd,
.faq_column_answer dl dt {
  font-size: 13px;
  margin-left:0;
}
.faq_column_answer dl dt {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .faq_column_q,
  .faq_column_answer {
    line-height: 1.8;
  }
  .faq_column_q {
    width: 100%;
    float:none;
  }
  .faq_column_q + .faq_column_q {
    margin-left: 0;
  }
  .faq_column_q dl dd a,
  .faq_column_answer dl dt,
  .faq_column_answer dl dd {
    background-position: 10px 8px;
  }
}



/* ³ÚÅ·»ÅÍÍÊÑ¹¹¤ËÈ¼¤¦ÈùÄ´À°ÂÐ±þ */
.bdg-point-display-summary {
  margin-left: 0;
}
.bdg-point-display-summary .p-icon {
  height: 22px;
  margin-left: 0;
}
