@charset "UTF-8";
/* 必須指定 */
#contWrap {
  margin: 0 auto;
  width: 100%;
  color: #333;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #contWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
/*共通パーツ
---------------------------------------*/
.wrap {
  width: 96.55172413793103%;
  padding-top: 80px;
  padding-bottom: 50px;
  margin: 0 auto;
  text-align: center;
}
.wrap_wrap {
  margin-top: 70px;
}
.ttl3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  color: #002558;
}
.ttl3::before {
  content: url("images/ttl3_img01.png");
  position: absolute;
  top: 14px;
  left: -100px;
}
.ttl3::after {
  content: url("images/ttl3_img02.png");
  position: absolute;
  top: 14px;
  right: -100px;
}
.ttl3 span {
  font-size: 18px;
}
#contWrap .ttle-h2 {
  text-align: center;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #ffff00;
  margin: 50px auto 30px;
  font-weight: bold;
  font-size: 27px;
  color: #000000;
}
@media screen and (max-width: 750px) {
  #contWrap .ttle-h2 {
    font-size: 20px;
  }
}
#contWrap .ttle-h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
#contWrap .titleimg-h2 {
  text-align: center;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background-image: url("images/titleback.png");
  margin: 50px auto 30px;
  font-weight: bold;
  font-size: 27px;
  color: #08a03f;
  height: 176px;
}
@media screen and (max-width: 750px) {
  #contWrap .titleimg-h2s {
    font-size: 16px;
    width: 100%;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 5px;
    background-color: #08a03f;
    text-align: center;
  }
}
.chumoku {
  padding: 1rem 2rem;
  background: #ffff00;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  width: 60%;
  margin: 30px auto 30px;
  color: #08a03f;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .chumoku {
    font-size: 16px;
    width: 100%;
  }
}
.chumoku span {
  font-size: 16px;
}
.chumoku02 {
  padding: 0.8rem 2rem;
  background: #ffff00;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  width: 70%;
  margin: 30px auto 30px;
  color: #002a41;
  line-height: 1.2;
}
.chumoku span {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .chumoku02 {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    width: 94.66666666666667%;
    padding-top: 50px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
  }
  .wrap_wrap {
    margin-top: 50px;
  }
  .ttl3 {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: #006cab solid 4px;
  }
  .ttl3 span {
    font-size: 16px;
    font-weight: 300;
  }
  .ttl3::before, .ttl3::after {
    content: none;
  }
  .ttl4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .ttl3 {
    font-size: 18px;
  }
  .ttl3 span {
    font-size: 14px;
  }
}
/*--flex---*/
.flexWrap {
  display: flex;
  justify-content: space-between;
}
.flexWrap-right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .flexWrap, .flexWrap-right {
    display: block;
  }
}
/*--テキスト---*/
.center {
  text-align: center;
}
.bold {
  font-weight: 700;
}
.white {
  color: #FFF;
}
.red {
  color: #ed1e83;
}
.ma50 {
  margin: 50px auto;
}
.mat50 {
  margin-top: 50px;
}
.mat100 {
  margin-top: 100px;
}
.pat50 {
  padding-top: 50px;
}
.mat20 {
  margin-top: 20px;
}
.mal20 {
  margin-left: 20px;
}
.pab50 {
  padding-bottom: 50px;
}
.mab30 {
  margin-bottom: 30px;
}
.mab60 {
  margin-bottom: 60px;
}
.mab100 {
  margin-bottom: 100px;
}
.mab10 {
  margin-bottom: 10px;
}
.mab15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .fs18 {
    font-size: 14px;
  }
  .fs20 {
    font-size: 14px;
  }
  .center {
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
  }
}
/*mv
---------------------------------------*/
#mv {
  width: 100%;
}
/*テキストボックス色なし
---------------------------------------*/
.box1 {
  padding: 0 1em 2em;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
.box1 h4 {
  background: linear-gradient(transparent 60%, #ffffa8 0%);
  padding: 0 0 10px;
  margin: 30px;
  display: inline-block;
  color: #002558;
  font-weight: bold;
  font-size: 19px;
}
.box1 p {
  margin-bottom: 15px;
  padding-left: 50px;
}
.box1 p span {
  font-size: 0.7em;
}
.box1 p span.red {
  font-size: 0.9em;
  color: #ff4200;
}
@media screen and (max-width: 750px) {
  .box1 {
    margin: 4em 2%;
    text-align: left;
    font-size: 0.9em;
  }
  .box1 h4 {
    margin: 30px auto;
    text-align: center;
  }
  .box1 p {
    margin: 0;
    padding-left: 0px;
  }
}
/*表示面デザイン
------------------------------------*/
#designArea {
  background-color: #ffff00;
  padding: 20px 0;
  margin-top: 100px;
}
#designArea h3 {
  font-size: 42px;
  color: #000;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin: 40px 0 200px 0;
}
#designArea h3 span {
  font-size: 20px;
}
#designArea>img {
  margin-top: -160px;
  padding: 0 7.75%;
}
#designArea .designArea-h4 {
  color: #000;
  background-color: transparent;
  font-size: 24px;
  margin-left: 20px;
  padding: 0;
  font-weight: 600;
}
.designArea-box {
  background-color: #FFF;
  margin: 20px 2%;
  padding: 20px 2%;
}
.boxTop {
  border-bottom: solid 3px #e2f0fa;
  padding-bottom: 10px;
}
.boxTop p {
  margin-bottom: 10px;
  margin-left: 20px;
}
.boxBottom {
  margin: 20px;
}
.boxBottom-text {
  width: 45%;
}
.boxBottom-img {
  width: 54%;
}
@media screen and (max-width: 750px) {
  #designArea h3 {
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
  }
  #designArea h3 span {
    font-size: 16px;
  }
  #designArea>img {
    margin-top: 0;
  }
  #designArea .designArea-h4 {
    font-size: 18px;
    margin: 2%;
  }
  .boxTop p {
    margin: 2%;
  }
  .boxBottom {
    margin: 2%;
  }
  .boxBottom-text {
    width: 100%;
  }
  .boxBottom-img {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  #designArea h3 {
    font-size: 20px;
  }
  #designArea h3 span {
    font-size: 14px;
  }
}
.designAreaBtn {
  /*ボタン*/
  margin-top: 20px;
}
.designAreaBtn a {
  display: inline-block;
  text-decoration: none;
  background: #000;
  color: #FFF;
  border-radius: 3px;
  padding: 10px 40px;
  line-height: 1.4;
}
.designAreaBtn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .designAreaBtn {
    text-align: center;
  }
}
/*contactA お問合せエリア
---------------------------------------*/
.contactA-area {
  width: 100%;
  background-color: #ffff00;
  padding: 0 0 44px 0;
}
.contactA-area>p:nth-child(1) {
  font-size: 20px;
  line-height: 1.7;
  color: #000;
  margin: 30px 0 4px 0;
  text-align: center;
  font-weight: 600;
}
.contactA-area>p:nth-child(2) {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.contactA-wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contactA-box {
  width: 48.86%;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 0 3px;
  text-align: center;
}
#designArea .contactA-h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  background-color: transparent;
  color: #333;
  margin-top: 0;
  padding-top: 12px;
}
.contactA-tel {
  color: #ff6c00;
  text-decoration: none;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.8;
}
.contactA-box-p {
  color: #333;
  margin: 20px 0;
  font-size: 14px;
}
.contactA-btn {
  /*ボタン*/
  display: inline-block;
  background-color: #ff6c00;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 15px 11% 12px 11%;
  border-bottom: solid 4px #a14400;
  margin-bottom: 20px;
  position: relative;
}
.contactA-btn:hover, .contactA-tel:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .contactA-area>p {
    font-size: 16px;
  }
  .contactA-wrap {
    width: 100%;
    display: block;
  }
  .contactA-box {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 8px;
  }
  .contactA-box:nth-child(1) {
    margin-bottom: 20px;
  }
  .contactA-area>p:nth-child(1) {
    font-size: 16px;
  }
}
/*レスポンシブ 2列
---------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}
.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  margin: 50px auto 0;
}
.col_2 div a img:hover {
  opacity: 0.5;
}
.col_2>div {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .col_2>div {
    width: 100%;
  }
}
/*メニューへ戻る
---------------------------------------*/
.goMenu {
  text-align: right;
  font-size: 16px;
  color: #003E98;
  font-weight: 700;
}
.goMenu::after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 5px 8.7px 5px;
  border-color: transparent transparent #003d98 transparent;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin: 10px 0 30px 0;
}
@media screen and (max-width: 750px) {
  .goMenu {
    margin: 16px 2% 0 0;
  }
}
#relation .bnList {
  width: 82.93103448275862%;
  margin: 50px auto 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#relation .bnList li {
  width: 46.77754677754678%;
  margin: 15px 0 0 0;
}
/*アイテム一覧*/
.item-wrap{
  margin-bottom: 30px;
}
.item-wrap p{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.item-price {
  color: red;
}
.item-price span{
  font-size: 30px;
}
.item-link-btn a{
  background-color: #08A03F;
  padding: 10px 60px;
  border-radius: 30px;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  display: inline-block;
}
.item-link-btn a:hover{
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .item-link-btn a{
    width: 90%;
  }
  #relation .bnList li{
    width: 100%;
  }
}
