
/* ====================== 全体 ====================== */
.kg_jre{
        display: flex;
        justify-content: center;
}
.kg_content{
    width: 100%;
    max-width:972px;
    }

/* ====================== ヘッダー ====================== */
    .kg-header {
        width: 100%;
    }
    .kg-header a:hover{
        opacity: 1;
    }
    .kg-logo {
        margin: 0 0 15px 0;
        width:100%;
    }
    .kg-logo img{
        width:100%;
    }
    
    .kg-hr {
        display: flex;
        justify-content: space-between;
    }
    
/* ====================== 検索窓と注目キーワード ====================== */

.kg-search {
  width: 50%;
  display: flex;
}

.kg-search__box {
    margin-bottom: 5px;
}
.kg-search__btn {
  background: #FFB76D;
  border: 1px solid #FFB76D;
  padding: 3.5px 16px;
  box-sizing: content-box;
  width: 30px;
  border-radius: 0 2px 2px 0;
  margin-left: -5px;
  height: 28px;
}

.kg-search__text {
  border: 1px solid #FFB76D;
  border-radius: 0 2px 2px 0;
  padding: 3.5px 16px;
  -webkit-appearance: none;
  height: 15px;
}

.kg-search__btn:hover {
  opacity: 0.8;
}

.kg-search__word-list {
    display: flex;
    align-items: flex-start;
    line-height: 30px;
    margin: 5 0 20px;
}

.kg-search__word-list dt {
  font-weight: bold;
  color: #333;
  margin: 0 10 0 0;
}
.kg-search__word-list dd {
  margin: 0 5;
}
.kg-search__word-list dd a {
    margin: 0 2px;
    padding: 4px 10px;
    background: #f4f4f4;
    border-radius: 15px;
    text-decoration: none;
    color: #333;
    }
.kg-search__word-list a:hover{
    opacity:.8;
}

/* ====================== 重要なお知らせ ====================== */
.kg-info {
  width: 50%;
  display: flex;
}
.kg-info-label {
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #00CC99;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.kg-info-news {
    display: flex;
    align-items: center;
    width: calc(100% - 90px);
    height: 30px;
    padding: 0 0 0 7px;
}
.kg-info-news a:hover{
    opacity:.8;
}




/* ====================== クーポン ====================== */
.kg-coupon {
  text-align: center;
  margin-top: 5px;
}

/* ===== クーポン内モーダルウィンドウ ===== */


.button {
  background: #FFB76D;
  color: #fff;
  padding: 0 2em;
  border: 0;
  width: 100%;
  height: 60px;
  font-size: 25px;
  border-radius: 5px;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0px 5px 5px #cccccc;
}

.button:hover {
  background: #EFD267;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  border: 3px solid #EFD267;
  background-color: #f4f4f4;
  margin: 13% auto 5%;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-header h1 {
  margin: 1rem 0;
}

.modal-header {
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
}

.modalClose {
  font-size: 2rem;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 10px 20px;
  color: black;
  font-size: large;
  text-align: center;
}


.modal-body p{
  font-weight:bold;
  font-size: x-large;
  margin: 10px auto;
}
.modal-body img{
    width: 80%;
    margin-bottom: 10px;
}
.modal-body li{
  list-style: none;
  margin: 10px auto;
}
.modal-body ul {
    margin: 10 auto;
    padding: 0;
    font-size: medium;
}
.modal-coupon {
  background: #000;
}

.codebox {
  width: 50%;
  font-size: xx-large;
  text-align: center;
  background: #fff;
  margin-bottom: 5px;
}

/* コピーターゲット */
input[type="submit"] {
  -webkit-appearance: none;
 }
.copy_btn {
  border-radius: 0;
  cursor:pointer;
    font-size: x-large;
    border: none;
    text-align: center;
  background:#ffb76d;
  border-radius: 3px;
  border: #ffb76d solid 2px;
  width: 50%;	
  height:40px;
  margin:0 5%;
  color: #000;
  font-size:large;
  font-weight:bold;
  text-decoration:none;
  text-align: center;
  line-height: 30px;
  }

/* ===== 回遊バナー ===== */
.kg_bnr {
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff8dd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 150px;
}
.bnr3 {
    width: calc(95% /3);
}
.bnr3 a:hover{
    opacity:.8;
}
.bnr3 img{
    width: 100%;
}

.pc_hide {
  display: none;
}


