@charset "utf-8";
/*  */
body{
  font-family: sans-serif;
}
/*  */
.topbar{
  display: none;
}
header .headerleft{
  display: block;
  position: fixed;
  top: 5px;
  left: 10px;
  z-index: 9999999;
}
header h1{
  display: block;
  font-size: 10px;
  padding-bottom: 5px;
}
header .mainlogo img{
  width: auto;
  height: 25px;
}
.topcaution{
  display: none;
}
.secondbar{
  display: none;
}
/*  */
.keyimg{
      position: relative;
}
.keyimg img{
    width:100%;
    object-fit: cover;  
    margin-top: 62px;
}
.keyimg p{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}
.keyimg p img{
  width: 160px;
  height: auto;
} 
#page_top{
  display: none;
}

/* メイン */
.my-sticky{
    display: none;
}

/*  */
#sec1 > h2{
  padding-top: 70px;
  font-size: 45px;
  text-align: center;
  font-weight: 800;
}
/*  */
.japanmap{
  margin: 30px auto;
}
/*  */
  #packing,
  #specified,
  #environment{
    margin-top:-100px;
    padding-top:100px;
  }
  #packing > h2,
  #specified > h2,
  #environment > h2{
    text-align: center;
    position: relative;
    padding: 1.5rem;
    padding-bottom: 10px;
    text-align: center;
    font-size: 22px;
  } 
  #packing > h2:before,
  #specified > h2:before,
  #environment > h2:before{
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #32b16c;
  }
  
/*  */
  .japanmap .imgmap{
    display: none;
  }
  .japanmap area{
    border:none;
    outline:none;
  } 
  #hokkaido, #touhoku, #kantou,
  #tyubu, #kansai, #tyugoku,
  #sikoku, #kyusyu, #okinawa{
  margin: 30px 0;
  }
  #hokkaido h2, #touhoku h2, #kantou h2,
  #tyubu h2, #kansai h2, #tyugoku h2,
  #sikoku h2, #kyusyu h2, #okinawa h2{
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
  }
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #65b270;
    color: #fff;
    display: block;
    border-right: none;
    text-align: center;
    padding: 10px 0;
    line-height: 1.5rem;
  }
  table thead {
    border: none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #28B472;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
    line-height: 17px;
  }
  table .price span{
    font-size: 16.8px;
    font-weight: bold;
  }

  /* 会社概要 */
  table .name{
    padding: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16.8px;
    font-weight: bold;
    text-align: center;
  }
  .flow2{
    background-color: rgba(244, 244, 242, .95);
    border-radius: 4px;
    margin: 50px 7%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*  */


  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
/*  */

/*  */
.btn-wrap{
  width: 100%;
  text-align: center;
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*その他と主な共通部分は省略*/
.btn-copy {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  margin-top: 20%;
  margin-bottom: .8em;
  text-align: center;
}
.btn-copy:before {
  margin-right: 1rem;
  content: '＼';
}
.btn-copy:after {
  margin-left: 1rem;
  content: '／';
}

a.btn-c {
  font-size: 1.2rem;
  position: relative;
  color: #fff;
  background: #32b16c;
  box-shadow: 0 5px 0 #2c9d60;
  margin-bottom: 20%;
  padding: 1.5rem 2rem 1.5rem 2rem;
}
a.btn-c:hover {
  transform: translate(0, 3px);
  opacity: 1;
  color: #fff;
  background: #38c578;
  box-shadow: 0 2px 0 #2c9d60;
}
/*  */


/*  */
#purchase{
   width: 100%;
   background:  url(../img/town2.png) no-repeat 0 100%, url(../img/townsky.png) no-repeat 0 0;
   background-size: contain, 100% 650px;
   background-color: #63b7f0;
   position: relative;
   /* padding-top: 10px;  */
   padding-top: 100px;
   padding-bottom: 70px;
   padding-bottom: 15%;
}

/*  */

#purchase h2 {
  width: 87%;
  position: absolute;  
  background-color: rgba(244, 244, 242, .95);
  color: #333;
  padding: 15px;
  text-align: center;
  font-weight: 700;
  top:50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  line-height: 50px;
  border: #cae2ee solid 3px;
  border-top: #cae2ee solid 6px;
  border-bottom: 1px solid #ddd !important;
  padding-top: 25px;
  }

  #purchase h2::before,
  #purchase h2::after {
  border: none;
  border-bottom: solid 15px transparent;
  content: '';
  position: absolute;
  top: 100%;
  }
  
  #purchase h2::before {
  border-right: solid 16px #0076c5;
  left: 0;
  }
  
  #purchase h2::after {
  border-left: solid 16px #0076c5;
  right: 0;
  }
/*  */

.flow{
  background-color: rgba(244, 244, 242, .95);
  border-radius: 4px;
  margin: 50px 7%;
  margin: 50px 7vw;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 10px;
}

.box{
  width: 85%;
  position: relative;
  margin: 2em auto;
  padding: 25px 10px 7px;
  padding: 25px 10px 7px;
  border: solid 2px #00b700;
}
.box .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #28B472;
  color: #ffffff;
  font-weight: bold;
}
.box p {
  margin: 0; 
  padding: 0;
}
/*  */

/* アニメーション設定 */
.arrowWrap {
  padding-top: 45px;
  padding-bottom: 120px;
} 
.arrow1 {
  width: 15px;
  margin: 0 auto;
  animation: arrow1 2s linear 0s infinite normal;
}
.arrow2 {
  width: 15px;
  margin: 0 auto;
  animation: arrow2 2s linear 0s infinite;
}
.arrow1 span,
.arrow2 span {
  position: relative;
  display: block;
  left: 50%;
}
.arrow1 span {
  margin-top: -10px;
}
.arrow1 span:before,
.arrow2 span:before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}
@keyframes arrow1 {
  0% {
    transform: translate3d(-50%, 0, 0);
  }

  20% {
    transform: translate3d(-50%, 0, 0);
  }

  40% {
    transform: translate3d(-50%, 10px, 0);
  }

  60% {
    transform: translate3d(-50%, 10px, 0);
  }

  80% {
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes arrow2 {
  0% {
    transform: translate3d(-50%, 10px, 0);
  }

  20% {
    transform: translate3d(-50%, 20px, 0);
  }

  40% {
    transform: translate3d(-50%, 20px, 0);
  }

  60% {
    transform: translate3d(-50%, 20px, 0);
  }

  80% {
    transform: translate3d(-50%, 10px, 0);
  }

  100% {
    transform: translate3d(-50%, 10px, 0);
  }
}
/*  */

/*　梱包状態 */
#sec2{
  margin-top: 15%;
}
#sec2 > h2{
  margin: 20px 0;
  text-align: center;
  position: relative;
  padding: 1.5rem;
  padding-bottom: 10px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
} 
#sec2> h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #32b16c;
}
#sec2 .examp{
  padding:8px 19px;
  font-size: 14px;
  text-align: center;
}
/*  */
.box22,
.box23{
  width: 80%;
  padding: 0.5em 1em;
  margin: 1em auto;
  background: #f4f4f4;
  border-top: solid 6px #28B472;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  text-align: center;
}
.box22 p,
.box23 p{
  margin: 0; 
  padding:  16px 0;
  font-weight: bold;
}
.box22 img{
  width: 100%;
  margin: 0 auto;
}
.box23 img{
  display: block;
  width: 70%;
  margin: 10px auto;
}


.listkp ul {
  background: whitesmoke;
  padding: 0 0.5em;
  position: relative;
}

.listkp ul li {
  line-height: 1.5;
  padding: .5em;
  border-bottom: 2px solid white;
  list-style-type: none!important;
}
.listkp ul li span{
  background: linear-gradient(transparent 60%, #c6e2ff 0%);
}
.listkp ul li:last-of-type {
  border-bottom: none;/*最後の線だけ消す*/
}

.listkp ul li img{
  width: 100%;
}

/*  */
.btn1,
p.btn1,
button.btn1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem 0.5rem 0 0;
}

.btn1-wrap{
  width: 100%;
  margin-top: 15%;
  margin-bottom: 5.8px;
}

.btn1-wrap .btn1-c {
  width: 100%;
  position: relative;
  color: #fff;
  background: #276baa;
  padding-bottom: 20px;
}
.btn1-wrap .btn1-c i{
 font-size: 18px;
 font-weight: normal;
}

.btn1-wrap .btn1-c span {
  font-size: .8rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #276baa;
  border: 2px solid #276baa;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

/* footer */
.flex{
  display: block;
}
footer{
  padding:10px 0;
  background-color: #276baa;
  color: #fff;
}

.footleft, .footright{
  width: 15em;
  line-height: 2rem;
  text-indent: 1.0em;
}

.footleft h2, .footright h2{
  font-size: larger;
  font-weight: bold;
}

.footleft li, .footright li{
  text-indent: 2.0em;
}

.copy{
  text-align: center;
  font-size:10px;
  padding-top: 30px;
}
/*リンク*/
a:hover{
  opacity: .5;
}

/* コンタクトフォーム　見出し */
#contactform > h2{
  padding-top: 90px;
  font-size: 35px;
  text-align: center;
  font-weight: 800;
  line-height: 2.5rem;
  color: #276baa;
}
/* 各項目に飛べるようにボタン */
.linktype{
  text-align: center;
  margin-top: 80px;
}
/*まずはお決まりのボックスサイズ算出をborer-boxに */
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 15px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-c1,
a.btn-c2{
  font-size: 18px;
  position: relative;
  color: #fff;
  background: #32b16c;
  box-shadow: 0 5px 0 #2c9d60;
}

a.btn-c1 span,
a.btn-c2 span{
  font-size: 14.5px;
  display: inline-block;
  width: 136px;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.2rem;
  color: #32b16c;
  border-radius: 4px;
  background: #fff;
}

a.btn-c1:hover,
a.btn-c2:hover{
  transform: translate(0, 3px);
  color: #fff;
  background: #38c578;
  box-shadow: 0 2px 0 #2c9d60;
}

a.btn-c1:hover:before,
a.btn-c2:hover:before{
  left: 2rem;
}

.arrowWrap2{
  padding-top: 100px;
  padding-bottom: 0;
}
/*  */

/* お問い合わせ・各商品共通 */
#producttype1 h2,
#producttype2 h2,
#producttype3 h2,
#producttype4 h2,
#producttype5 h2,
#producttype6 h2,
#producttype7 h2,
#producttype8 h2,
#producttype9 h2{
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding: 1.5rem;
  padding-bottom: 10px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 2rem;
} 

#producttype1 h2:before,
#producttype2 h2:before,
#producttype3 h2:before,
#producttype4 h2:before,
#producttype5 h2::before,
#producttype6 h2::before,
#producttype7 h2::before,
#producttype8 h2::before,
#producttype9 h2::before{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #32b16c;
}

#another1  h2,
#another2  h2{
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding: 1.5rem;
  padding-bottom: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 2rem;
} 

#another1 h2:before,
#another2 h2:before{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #32b16c;
}

input[type="text"] {
  margin: 10px 0;
  padding: 1px 2px;
}

#producttype1, #producttype2,#producttype5{
  padding-top: 100px;
}
.contacttype{
  display: block;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 25px;
}
.contacttype > dl{
  margin-top: -100px;
  padding-top: 100px;
}
.contacttype dt{
  padding-bottom: 50px;
  font-size: 28px;
  font-weight: bold;
}
.contacttype .choice{
  font-size: 22px;
  font-weight: 700;
}
.contacttype .choice select{
  opacity: 0;
}
.contacttype .choice .red{
  color: rgb(248, 96, 96);
}
.contacttype .choice .blue{
  color: #276baa;
}

/*  */
.form-row{
  margin: 20px 0;
}

.form-row .label-bold{
  font-weight: bold;
  font-size: 20px;
}
.form-row .danger{
  background-color: rgb(248, 96, 96);
  color: #fff;
  border-radius: 6px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 13px;
}

.form-row dt{
  margin-bottom: 6px;
  margin-left: 15px;
  line-height: 1.7rem;
}
.form-row dd{
  text-align: left;
  margin-top: 10px;
  margin-left: 30px;
  line-height: 2rem;
}

.form-row dd .hw{
  font-weight: bold;
  width: 25px;
  margin: 0 auto;
}
.form-row dd .hw:first-child{
padding-right: 3.71px;
}
/* サッカーゴール用 */
.form-row dd .hd{
  font-weight: bold;
  padding-right: 4.04px;
}

/* トスバッティング用 */
.form-row dd .ht{
  font-weight: bold;
  padding-right: 5.58px;
}
.form-row dd .hl{
  font-weight: bold;
  padding-right: 6.65px;
}


/*  */
.form-row .form-control{
  width: 60%;
  height: 40px;
  margin-bottom: 15px;
 
}

/* ご連絡先 */
#another1{
  padding-top: 100px;
}
#another1  h2{
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 40px;
}
#another1 dl dt,
#another2 dl dt{
  /* width: 100%;*/
  margin: 0; 
  padding: 5px 0;
  padding-left: 15px;
  background-color: #eee;
}
#another1 .contacttype dt{
  padding-left: 0;
  margin-bottom: 20px;
}

#another1 .textarea{
  text-align: center;
}
#another1 .textarea .texttitle{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 0;
  /* padding: 10px 4px; */
}
#another2 p{
  text-align: center;
  padding: 10px 46px;
  line-height: 1.7rem;
  background-color: #eee;
}
#another2 p strong{
  background:linear-gradient(transparent 75%, #ffadad 75%);
  font-weight:bold; 
}

/* 送信ボタン */
.send-center{
  text-align: center;
  margin: 30px 0;
}
.btn-primary{
  font-size: 24px;
  margin: 10px 0;
  padding: 10px 55px;
  color: #000;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  background-color: #eee; /*ボタン色*/
  border-bottom: solid 6px rgb(108, 108, 108); /*下線色*/
  border-radius: 5px; /*角丸*/
}

/* ロープ用テキストエリア */
.multiple-text{
  padding: 0 30px;
}

/* パンくず */
  .breadcrumb {
    margin: 0;
    padding: 0;
    padding-top: 62px;
    padding-left: 20px;
    list-style: none;
  }
  
  .breadcrumb li {
    display: inline-block;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/
    margin-bottom: 10px;
  }
  
  .breadcrumb li:after {
    /* ▶を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #72a1f7;
  }
  
  .breadcrumb li:last-child:after {
    content: '';
  }
  
  .breadcrumb li a {
    display: inline-block;
    padding: 0.2em .8em;
    border-radius: 15px;
    text-decoration: none;
    color: #72a1f7;
    background: #c6e2ff;
    font-size: 0.9em;
  }
  
  .breadcrumb li a:hover {
    background: #c9dbfb;
  }
/* 　 */

.tenp{
  color: #276baa;
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  font-weight: bold;
}
.tenp a:hover{
  text-decoration: underline;
}

/*  */



/*  */
@media (min-width:500px){

header{
  width: 100%;
  justify-content: space-between;
}
header nav ul{ 
    display: none;
}
header .headerleft{
  position: static;
  padding: 5px 0 0 5px;
}

/* 一番上のガイド */
header .topbar{
  display: none;
}

/*  */
.keyimg img{
  width:100%;
  height: auto;
  margin-top: 0;
}
  /* 固定 */
.my-sticky {
  display: block;
  position: sticky;
  top: 0;
  z-index: 10;
}
/*  */
.keyimg p img{
  width: 360px;
  height: auto;
} 

/* プルダウンナビ */
#menu{
  list-style-type: none;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  /* padding: 30px 0; */
  background: #fff;
  opacity: .95;
  }
  #menu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  }
  #menu li a{
  display: block;
  margin: 0;
  padding: 14px 0;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  }
  
  #menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 100;
  }
  #menu li:last-child ul{
  left: -100%;
  width: 100%
  }
  #menu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #000;
  transition: .2s;
  }
  #menu li ul li a{
  padding: 23px 15px;
  background: #fff;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  }
  #menu li:hover > a{
  background:rgb(217, 217, 217); 
  color: #276baa;
  opacity: 1;
  }
  #menu li:hover ul li{
  overflow: visible;
  height: 45px;
  border-bottom: 1px solid #fff;
  }
  #menu li:hover ul li:first-child{
  border-top: 0;
  }
  #menu li:hover ul li:last-child{
  border-bottom: 0;
  }
/*  */

/*リンク*/
a:hover{
  opacity: .5;
}

/*  */
table {
  border-collapse: collapse;
  margin: 20px auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}
table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: #eee;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}

/*  */
}

/*  */
@media screen and (min-width: 768px){
body{
  background-color: #fff;
}
header{
  background-color: #fff;
  border-top: 3px solid #276baa;
  border-bottom: 5px solid #276baa;
}
header > div{
  display: flex;
  justify-content: space-between;
  padding: 10px 2.6% 0;
}
header nav ul{ 
  display: none;
}
header .headerleft{
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  position: static;
  padding: 0;
  padding-bottom: 5px;
  width: 25%;
}
/* 一番上のガイド(left) */
header .mainlogo img{
  width: 100%;
  height: auto;
}

/* 一番上のガイド(right) */
header .topbar{
  display: block;
  text-align: right;
  width: 70%;
}
.topbar > div{
  display: flex;
  justify-content: flex-end;
}
.topcaution{
  width: 20em;
  font-size: 12px;
  display: block;
  text-align: left;
  order: 2;
}
.topcaution strong{
  color: #276baa;
  font-weight: bold;
}
.topbar .tel{
  order: 1;
  margin-right: 5%;
}
.topbar .tel span{
  position: relative;
  padding-left: 40px;
  line-height: 32px;
  color: #2060A0;
  font-weight: bold;
  text-align: center;
}
.topbar .tel span::before{
  position: absolute;
  content: "";
  right: calc(114px + 12px);
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/phone00.png) no-repeat;
  background-size: contain;
}

.tel dl{
  display: flex;
  justify-content: flex-end;
  padding-left: 40px;
  font-size: 11px;
  font-weight: bold;
  color: #2060A0;
}

/*  */
.secondbar{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.secondbar > div{
  width: 60%;
  height: 54px;
  font-size: 1vw;
}
/*  */
.secondbar .shop{
  margin: 5px 0;
  margin-right: 3px;
  margin-left: 3px;
  background-image: radial-gradient( circle 307px at 49.8% 47.3%,  rgba(255,255,255,1) 0.1%, #bbb 90% );
  border: #2060A0 1px solid;
  border-radius: 5px;
  text-align: left;
}
.secondbar .shop a{
  display: block;
  position: relative;
  padding:10px 6px 10px 45px;
  line-height: 32px;
  color: rgb(59, 59, 59);
  font-weight: bold;
  text-align: left;
}
.secondbar .shop a::before{
  position: absolute;
  content: "";
  left: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/shop00.png) no-repeat;
  background-size: contain;
}
.secondbar .shop a:hover{
  opacity: 1;
  text-decoration: underline;
}

/*  */
.secondbar .fax{
margin: 5px 3px;
text-align: left;
background-image: radial-gradient( circle 804px at 51.3% 50.5%,  rgba(221,221,221,1) 0%, rgba(187,187,187,1) 48.5%, rgba(221,221,221,1) 99.3% );background-image: radial-gradient( circle 307px at 49.8% 47.3%,  rgba(255,255,255,1) 0.1%, #bbb 90% );border: #2060A0 1px solid;
border-radius: 5px;
}
.secondbar .fax span{
  display: block;
  position: relative;
  padding:10px 6px 10px 45px;
  line-height: 32px;
  color: rgb(59, 59, 59);
  font-weight: bold;
  text-align: left;

}
.secondbar .fax span::before{
  position: absolute;
  content: "";
  left: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/fax00.png) no-repeat;
  background-size: contain;
}

.secondbar .mail{
  margin: 5px 0;
  margin-left: 3px;
  background-image: radial-gradient( circle 307px at 49.8% 47.3%,  rgba(255,255,255,1) 0.1%, #bbb 90% );
  border: #2060A0 1px solid;
  border-radius: 5px;
  text-align: left;
}
.secondbar .mail a{
  display: block;
  position: relative;
  padding:10px 6px 10px 45px;
  line-height: 32px;
  color: rgb(59, 59, 59);
  font-weight: bold;
  text-align: left;
}
.secondbar .mail a::before{
  position: absolute;
  content: "";
  left: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/mail00.png) no-repeat;
  background-size: contain;
}
.secondbar .mail a:hover{
  opacity: 1;
  text-decoration: underline;
}

/* mainimg */
.keyimg img{
  width:100%;
  height: calc(100vh - (139px + 100px));
  margin-top: 0;
  object-fit: cover;  
}
.start p img{
  width: 360px;
  height: auto;
}

/* プルダウンナビ */
#menu {
  border-top: 5px solid #276baa;
  height: 85px;
}
#menu li a{
font-size: 18px;
line-height: 3;
border-bottom: 3px solid #276baa;  
}
#menu li a:last-child{
 border: none;
}
#menu li ul li a{
font-size: 18px;
}
/*  */

/*  */
#page_top{
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 110px;
  height: 110px;
  background-image: url("../img/logo.1.svg");
  background-repeat: no-repeat;
  z-index: 20;
}
#page_top a{
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  text-decoration: none;
}
/*  */
.japanmap{
  padding-top: 100px;
}
#hokkaido, #touhoku, #kantou,
#tyubu, #kansai, #tyugoku,
#sikoku, #kyusyu, #okinawa{
  margin-top:-100px;
  padding-top:100px;
}
.japanmap .imgmap{
  display: block;
  width: 768px;
  height: 768px;
  margin: 0 auto;
}
/*  */
.btn-wrap{
  width: 100%;
  text-align: center;
}

/*その他と主な共通部分は省略*/
.btn-copy {
  font-size: 1.5rem;
  margin-top: 10%;
  margin-bottom: 2em;
}

/*  */
.flow{
  margin-top:80px;
}

.box {
  padding: 35px 10px 17px;
  font-size: 26px;
}
.box .box-title {
  padding: 0 14px;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-weight: 700;
}

.arrowWrap {
  padding-top: 80px;
  padding-bottom: 180px;
} 
/*  */
#sec2 .examp {
  font-size: 18px;
}
.listkp ul li {
  font-size: 22px;
  line-height: 1.5;
  padding: .5em 6em;

}

.box23 .proce{
  display: flex;
}
.box23 img{
  width: 30%;
  margin: 20px auto;
}

/*  */
}

/*  */
@media screen and (min-width: 1024px){
#wrap{
  background-color: #fff;
}
.keyimg p img{
  width: 560px;
  height: auto;
} 

/*  */
#sec2 .examp {
  padding-top: 5%;
}
.box22{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 5%;
}
.box22 p{
  display: none;
  padding-bottom: 0;
}

.box22 img {
  width: 40%;
  margin: 20px;
}

.box22 .roof{
  width: 50%;
}
.box22 .roof p{
  display: block;
}
.box22 .roof img{
  width: 80%;
  margin: 10px 0;
}

/*  */
.listkp ul {
 margin-top: 10%;
}
.listkp ul li {
  font-size: 26px;
}

/*  */
.btn1-wrap {
  margin-bottom: 0; 
}
.btn1-wrap .btn1-c span {
  font-size: 18px;
}
.btn1, p.btn1, button.btn1 {
  font-size: 32px;
}

/* フッター */
footer{
  padding-top: 7%;
}
.flex{
  display: flex;
  justify-content: center;
  padding: 0 50px;
}
.footleft, .footright {
  width: 50%;
  text-indent: 0;
  text-align: center;
}
.footleft h2, .footright h2{
  font-size: 28px;
  padding-bottom: 10px;
}
.footleft li, .footright li {
  text-indent: 0;
}

/*  */
}

/*  */
@media (min-width:1280px){

  header > div{
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto;
    padding:10px 0;
  }
  header .headerleft{
    width: 28%;
  }
  header h1{
    text-align: center;
  }
  /* 一番上のガイド(left) */
  .mainlogo{
    text-align: center;
  }
  header .mainlogo img{
  width: 68%;
  height: auto;
  }
  .secondbar > div{
    width: 100%;
  }
  .secondbar .shop,   .secondbar .fax,   .secondbar .mail{
   width: 224px;
  }
  .secondbar > div{
    font-size: 16px;
  }

  /* mainimg */
.keyimg img{
  width:100%;
  height: calc(100vh - (139px + 110px));
  margin-top: 0;
  object-fit: cover;  
}
/*  */
#sec1 > h2 {
    font-size: 45px;
}
#packing > h2 {
  font-size: 32px;
  padding-top: 6%;
}

/*  */
table th{
  font-size: 18px;
  font-weight: bold;
}

/*  */
#purchase h2::before {
  border-right: solid 22px #0076c5;
  left: 0;
}
#purchase h2::after {
  border-left: solid 22px #0076c5;
  right: 0;
}

/*  */
#purchase h2 {
  font-size: 32px;
}

/*  */

#sec2 > h2 {
  font-size: 32px;
  margin-bottom: 60px;
}


  /*  */
}


