@charset "utf-8";

/* CSS Document */
/* 全てのページに適用される設定 */
html {
  font-size: 16px;
  font-family: ＭＳ Ｐゴシック;
  font-weight: bold;
  text-align: left;
  line-height: 30px;
  letter-spacing: 0.64px;
  width: 100%;
  line-height: 30px;
  letter-spacing: 0.0045em;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0 0 0 0;
  color: #000;
  min-height: 100%;
  width: 100%;
  background: #fff;
}

/* 全てのページに適用　ヘッダー*/
#header {
  padding: 1% 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
#header img{
  width: auto;
}

.pc-header{
  display: block;
}

.sp-header{
  display: none;
}
.mobile-h3 {
  color: #fff;
  padding-bottom: 10px;
}


/*ナビ*/

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #B7B3B3;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

/* 全てのページに適用　ヒーロー*/

.hero {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #193875;
  padding: 0 0 30px 0;
}

.nav {
  background-image: url(../images/menyu-bgimg_02.png);
  margin: 0;
}

.nav ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style-type: none;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 25px;
  margin: 0;
}

.nav li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", ;

  font-weight: bold;
  color: #fff;

}



/* 全てのページに適用　メイン*/



/* 全てのページに適用　フッター*/

.copyright,
.footertop {

  margin: 20px auto;
  background-color: #494949;
  color: #fff;
  padding: 10px 50px;
  }
.footertop{
  font-size: 20px;

}
.copyright p,.footertop p{
  text-align: center;
}

.italic-footsp{
  display: none;
}

.footer {
  display: flex;
  margin:0 25%;
}


.icon-pc {
  margin: 1em 3em 0 3em;

}

.icon-mobile {
  text-align: center;
}

.icon-mobile img {
  width: 80%;
}

/* 個別のスタイル*/

/* index.html */
main{
  max-width: 1170px;
  margin: 0 20%;
  padding: 0;
}
p{
  text-align: left;
}

.tagline {

  background-color: #fff;
  padding: 10px 20px;
  margin: 10px auto;
  border-radius: 10px;
  width: 60%;
  text-align: center;
}

.tagline p {
  font-size: 16px;
  text-align: left;
  margin: 10px 20px;
}
.taglineh3 {
  color: #fff;
  text-align-last: left;
  padding: 0 0 0 20%;

}
.tagline h3  {
  color: #193875;
  font-size: 40px;
  float: right;
  line-height: 50px;
padding: 20px;
}

.taglineh3 {
  display: flex;
  align-items: center;
  font-size: 20px;

}

.taglineh3::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}

.taglineh3:after {
  margin-left: 10px;
  margin-right: 25%;
}

.italic,
.italic-foot {
  font-style: italic;

}

.obi{
  margin: 20px auto;
  padding: 0;
  width: 100vw; 
  margin-left: calc(-50vw + 50%);
  height: auto;
  display: block;
 }
 .obi1{
width: 100vw;
   margin: 0 auto;
  padding: 0;
  margin-left: calc(-50vw + 50%);
 }
.main1,.motto,.bluetext2,.ryoukin,.ryoukin1,
.etc,.erea{
   text-align: center;
}
.bluetext{
  width: 47%;
}
.bluetext2,.etc,.erea img{
  width: 100%;
}

.picture{
  display: flex;
  gap: 3%;
  margin: 20px auto;

}
.picture img{
  width: 30.9%;
}
.main2{
  background-color: #193875;
 border: solid 1px #193875;
 border-radius: 10px; 
 color: #fff;
 padding: 20px;
 margin: 30px auto;
}
.main2 img{
  margin: 10px auto 5px auto;
}
.main2 p{
  margin-top: 0;
}
.ryoukin{
 
  margin: 30px auto;
  padding: 20px 0;
  
  background-color: #E3F8FF;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  
}

.ryoukin .bluetext2{
  max-width: 1170px;
  padding: 0 8%;
  margin: 0 auto; 
}
.ryoukinobi{
width: 100%;
margin: 0 auto;
padding: 0 0 10px 0;

}
.ryoukin1 {
  max-width: 960px;
  margin: 20px auto;
  background-color: #fff;
  width: 100%;
  padding: 20px;
 
}
.ryoukin1 p{
  margin: 10px 20px;
  padding-top: 20px;
}
.motto {
  border: solid 1px #193875;
  background: #193875;
  border-radius: 100px;
  width: 41%;
  font-size: 26px;
  padding: 20px;
  margin: 20px auto;
  color : #FFFFFF;
}
.etc1{
  display: flex;
}
.etc1 img{
  width: 47%;
}
.etc2 img{
width: 100%;
margin: 3px;
}
.bluetext3{
width: 70%;
margin: 30px auto 10px;

}
.erea{
  border: solid 1px #4275B8;
margin: 0 auto 30px auto;
}
.erea p{
  padding: 0  20px;
}
.erea1 {
  background-color: #4275B8;
  padding: 10px 0 0 20px;
text-align-last: left;

}
.erea1 img{
  width: 30%;
}

/* price.html */
.kadenhin,.kagu,.seikatuyouhin{
  width: 800px;
border: solid 2px;
margin: 20px auto;

}
.kadenhin{
  border-image: linear-gradient(to right, #193875, #0AC4BB) 1;
}
.kagu{
  border-image: linear-gradient(to right, #007C12, #FFF800) 1;
}
.seikatuyouhin{
  border-image: linear-gradient(to right, #ED7626, #FF92A4) 1;
}
.kadenhin th{
  color: #fff;
  background-image: url(../images/aoobi.png);
  background-size:100% auto;
  font-size: 20px;
  padding: 10px 20px;
}
.td1{
border-right:  solid 1px #000;
  width: 65%;
  padding: 10px 20px;
}
.td2{
  color: #DB0000;
  padding: 10px 20px;
}
.kagu th{
  color: #fff;
  background-image: url(../images/midoriobi.png);
  background-size:100% auto;
  font-size: 20px;
  padding: 10px 20px;
}
.seikatuyouhin th{
  color: #fff;
  font-size: 20px;
  background-image: url(../images/pinkuobi.png);
  background-size:100% auto;
  padding: 10px 20px;
}
.tdimg{
  text-align: center;
  padding: 10px 20px;
}



/*buyback.html*/
.buyback1{
  background-color: #0F589C;
  font-style: italic;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px;
}
.buyback2{
  margin: 0 auto;
}
.buyback2 th{
text-align: center;
color: #00518E;
}
.buyback2 td{
  overflow: hidden;
  margin: auto;
}
.buyback2 td img,.buyback3 img{
  width: auto;
    max-width: 100%;
  text-align: center;
  height: auto;
    max-height: 125px;
    object-fit: cover;

}
.buyback3{
  margin: 20px auto;
}

/*target-items.html*/
.tabletop1,.tabletop2,.tabletop3{
  color: #fff;
  margin: 50px auto 5px auto;
  padding: 20px;
  width: 800px; 
 
}
.tabletop1{
  background: linear-gradient(to right, #193875, #0AC4BB);
 
}
.tabletop2{
  background: linear-gradient(to right, #007C12, #FFF800);
 
}
.tabletop3{
  background: linear-gradient(to right, #ED7626, #FF92A4);
 
}
.td3{
  padding: 10px 20px;
}

/*contact.html*/

.form {

  margin: 0 auto;
width: 65%;
}

.form tr th,
.form tr td {
  padding: 5px 3px 5px 10px;
  border-bottom: solid 1px #B2B1B1;
  vertical-align: top;

}

.required::after {
  content: "必須";
  color: #ffffff;
  background: #cc0000;
  font-size: 0.8em;
  padding: 3px;
  border-radius: 0.5em;
  margin-left: 0.3em;
}

.required,
.notrequired {
  display: inline-block;
  width: 170px;
  vertical-align: top;

}

#qty {
  width: 25px;
}

#button {
  display: block;
  margin: 60px auto;

  background-color: #fff;
  color: #000;
  width: 60%;
  height: 63px;
  font-size: 18px;
  border-radius: 100px;
}

#comment {
  width: 100%;
  height: 100px;

}


/*ハンバーガーメニュー*/
.menu-btn {
  position: fixed;
  top: 6px;
  right: 10px;
  display: flex;
  height: 45px;
  width: 45px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: rgba(0, 0, 1, 0.8);
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: rgba(0, 0, 1, 0.8);
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(0, 0, 1, 0.8);
  transition: all 0.5s;
  /*アニメーション設定*/
}

#menu-btn-check:checked~.menu-content {
  left: 0;
  /*メニューを画面内へ*/
}

/*↑ハンバーガーメニューここまで*/





/*レスポンシブ*/


/*スマホで表示の時*/
@media (max-width:750px) {
  .nav ul {
    flex-wrap: wrap;
    gap: 20px;
  }

  main {
    padding: 0 4%;
    margin: 0;
  }
p{
  font-size: 15px;
}
  #header {
    display: flex;
    gap: 0;
    justify-content: left;
    margin-left: 2%;
  }

  .pc-header{
    display: none;
  }

  .sp-header{
    display: block;
    width:100%;
  }

  #header img {
    width: 82%;
    padding: 1.5% 0 ;

  }

  #header .header1 img {
    width: 70%;
  }
  .taglineh3 h3,.tagline{
margin: 0 auto;
width: 92%;


  }
  .hero h3{
    margin: 20px 0;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 1.5px;
  }
 
.obi{
  margin: 20px auto;
  padding: 0;
  width: 100vw; 
  margin-left: calc(-50vw + 50%);
  height: auto;
  display: block;
 }


.flex img{
  width: 100%;
}
.kadenhin,.kagu,.seikatuyouhin,.tabletop1,.tabletop2,.tabletop3{
  width: 100%;
}

.bluetext{
  width: 80%;

}
.tdimg{
  width: 60%;
}

  img.pc,
  #header a,
  .icon-pc,
  .nav,
  #menu-btn-check {
    display: none;
  }

  .mobile1 {
    text-align: center;
  }
.taglineh3{
  margin: 10px;
  padding: 0;
}
  .tagline h3 {
  float: none;
   margin: 10px auto;
   font-size: 20px;
   line-height: 30px;
  }
  
.tagline p {
  font-size: 16px;
  text-align: left;
  margin: 10px;
  letter-spacing: 1px;
  padding: 0;
}
  
.taglineh3::after {
  content: none;
 
}
  .taglineh3:after {
    margin: 0 auto;
  }

  .main2 img{
    width: 100%;
  }
  .mobile {
    color: #337F95;
  }
  .ryoukin1 p{
    margin: 0 auto;
    padding: 10px 0;
  }
  .ryoukinimg{
    width: 98%;
  } 
  
 .ryoukin1{
  width: 95%;

  }
.motto{
  font-size: 13px;
  padding: 10px;
  margin: 30px auto;
  width: 50%;
 
}
 .td1,.td2{
padding: 5px;
font-size: 13px;
 }






  .footer{
    margin: 0%;
  }
  p.footerend {
    text-align-last: left;
    padding-left: 2%;
  }

  .footer-image{
    width: 65%;
    margin-left: 3%;
  }

  .mobile-br {
    display: block;
  }

  .copyright, .footertop{
    margin: 20px 0 0px 0;
  }

  
.form table{
    width: 92%;
    font-size: 13px;
  }

  .form tr th,
  .form tr td {
    padding: 5px 2px;    
  }
  .required,
.notrequired {
  width: 150px;
}

}

@media (max-width:450px) {
.form{
  margin: 0 10px;
  }

  .italic-foot{
    display: none;
  }
  
  .italic-footsp{
    display: block;
    font-style: italic;
    font-size: 13px;
  }

  .footertop{
    font-size: 13px;
    padding: 0%;
    margin: 0%;
  
  }

}

/*PCで表示の時*/

@media (min-width:751px) {

  .mobile,
  .icon-mobile,
  .mobile-br,
  .mobile1,
  .hamburger-menu,
  .mobile-h3 {
    display: none;
  }

  .flex{
    display: flex;
  }
  .flex img{
    width: 50%;
  }
  
}