/* css reset */
@charset "utf-8";
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, img, a,
ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, td,
article,footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
  text-decoration: none;
  vertical-align: baseline;
  color: #3e3e3b;
}

/* 共通CSS */
html {
    background-color: #f5f0eb;
    font-family: sans-serif;
    min-height: 100%;
    position: relative;
    font-family: YuGothic,'Yu Gothic',sans-serif;

}

.container {
   max-width: 1100px;
   margin: 0 auto;
   padding: 0 15px; 
   color: #fff;
}

/* a:hover, */
.btn:hover {
    opacity: 0.6;
    cursor: pointer;
}

.btn {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    margin: 20px 0 80px 0;
}

.btn-red {
    float: right;
    width: 70%;
    line-height: 25px;
    position: relative;
    bottom: 23px;
    /* color: #fff;
    margin: 0 ; 
    color: #fff;
    font-weight: bold; */
}

.btn-sm {
    /* padding: 8px 10px; */
    font-size: 16px;
    margin: 0;
    border-radius: 5px;
    display: block;
	text-align: center;
	text-decoration: none;
	margin: auto;
	font-weight: bold;
	border-radius: 0.3rem;
	background: #e80000; 
	color: #fff;
    border: 0;
    /* position: relative;
    top: 10px; */
    }

.btn-sm:hover {
    opacity: 0.5;
    /* margin-top: 6px;
	border-bottom: 3px solid #ae0000;
	color: #fff; */
}

.sakujo {
    border: 1px solid red;
    color: red;
    padding: 5px 10px;
    font-size: 15px;
}

.btn-blue{
    color: #fff;
    background-color: #e98419;
    font-weight: bold;
}

h2 {
    font-size: 50px;
    color: #282819;
    font-family: 'Cambria Math',sans-serif;

}

h3 {
    font-size: 30px;
    color: #3e3e3b;
    font-family: 'Segoe Print',sans-serif;
}

h4 {
    font-size: 20px;
    color: #3e3e3b;
}

.wrapper {
    width: 100%;
    /* padding: 30px 0 30px; */
    margin: 0 auto;
    text-align: center;
}

 .wrapper-title {
    text-align: center;
    /* margin-top: 70px; */
    padding-top: 120px;
}

.wrapper-title-login {
    text-align: center;
    /* margin-top: 70px; */
    padding-top: 120px;
}

.wrapper-title p {
     color: #222222;
     font-size: 20px;
}

/* .last-wrapper {
    margin-bottom: 40px;
} */

.wrapper-body{
    text-align: center;
    /* height: 42vh; */
}

.news-list,
form {
    width: 70%;
    margin: 20px auto;
}

.news-list p{
    margin: 0;
    color: #e80000;
    font-weight: bold;
}

.btn-submit {
    background-color: #e98419;
    border: 1px solid #e98419;
    color: #fff;
    font-weight: bold;
    margin-bottom: 90px;
}

.btn-return {
    background-color: #e98419;
    color: #fff;
    font-weight: bold;
}

.btn-gray {
    color: #fff;
    background-color: #414141;
    font-weight: bold;
}

.btn-gray a {
    color: #fff;
}

/* header */
header {
    height: 60px;
    background-color: #a0c86e;
    position: fixed;
    z-index: 1; 
    width: 100%;
}

.messages{
    width: 100%;
    height: 30px;
    background-color: #e80000;
}

.messages p{
    margin-top: 60px;
    color: #fff;
    font-weight: bold;
    animation: animetxt 25s linear infinite;
    transform: translateX(100%);
    line-height: 32px;

}

@keyframes animetxt {
    100% {
      transform: translateX(-100%);
     }
    }

.button-icon {
    display: block;
	text-align: center;
	text-decoration: none;
	width: 200px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #e98419;
	color: #e98419;
	border-radius: 100vh;
	transition: 0.5s;
    cursor : pointer;
}

.button-icon:hover {
    color: #fff;
	background: #e98419;

}

    /* スマホ用メニューを非表示 */
    .sp-menu,
    .cart {
        display: none;
    }

    .hamburger-menu {
        display: none;
    }

    #logo {
        width: 70px;
    }

    .header-logo a{
        float:left;
        line-height: 60px;
        padding-right: 15px;
        font-size: 30px;
    }

    .header-logo a:hover{
        opacity: 1;
    }

    .menu a {
        line-height: 60px;
        color: #fff;
        font-weight: bold;
        
    }

    .menu-left a{
        float: left;
        padding-right: 15px;
    }

    .menu-right a{
         float: right;
         padding-right: 15px;
    }

/* top-img */
.top-img {
    height: 490px;
    width: 100%;
    background-image: url("img/bg.png");
    background-size: cover;
    background-position: center;
    position: relative;
    top: 80px;
}

.container-box {
    width: 30%;
    text-align: center;
}

.box {
    position: relative;
    top: 300px;
    left: 107px;
    width: 30%;
    padding-top: 22%;
    background-image: linear-gradient(90deg, rgba(48, 184, 20, 1), rgba(23, 130, 13, 1));
    border-radius: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;    
  }

  .box:after {
    position: relative;
    bottom: 33px;
    content:"NEW OPEN!";
    color: #fff;
    font-weight:bold;
  }

  .box:hover {
    transform: scale(1.1,1.1);
  }

.top-text {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #282819;
    text-align: center;
}

/* news */
.news-list li {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}

    .news-list a {
        color: #fff;
    }

/* service */
/* .boxs {
    display: flex;
}

    .box {
        width: 50%;
        margin: 20px 10px;
        text-align: center;
    }

    .box img {
        width: 100%;
        border-radius: 200px;
    } */

/* about */
.about-table {
    text-align: left;
    width: 100%;
}

.about-table th,td {
    padding: 10px 0;
}
.about-table th {
    width: 30%;
    vertical-align: top;
}

iframe {
     width: 100%;
}

/* contact */
/* form {
    text-align: center;
} */

.confirm {
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

input,
textarea {
    width: 100%;
    border: 1px solid #fff;
}

    input {
        height: 25px;
    }

        textarea {
            height: 200px;
        }
.error {
    font-size: 12px;
    color: #d84950;
}

.go-top {
    position: fixed;
    right: 30px;
    bottom: 0px;
    z-index: 10;
}

.go-top p:hover {
    opacity: 0.7;
    transition: all 0.4s;
    cursor: pointer;
}

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: #fff;
    padding: 15px;
    border: solid 1px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}
/***トップへ戻るボタンここまで***/

/* footer */
footer {
    height: 80px;
    background-color: #462e13;
    text-align: right;
    /* position: relative;
    top: 110px;
    bottom: 0; */
    width: 100%;
    /* color: #fff; */
    line-height: 80px;
}

.footer_cart {
    position: relative;
    /* top: 100px; */
    height: 80px;
    background-color: #462e13;
    text-align: right;
    width: 100%;
    line-height: 80px;
}

/* .footer-pc{
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 75px;
} */
/* .footer-pc {
    margin-top: 30px;
} */

.footer-pc img{
    width: 100%;
}

.footer-sp{
    display: none;
}

.last-container p{
    color: #fff;
}

/* .cart_area {
    height: 80vh;
} */

/* page.html */
.page-title {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 10px;
}
    
.page-text {
    padding: 20px 0 80px;
}

/* confirm.php */
.conf-form {
    background-color: #fff;
    padding: 30px;
}

/* send.php */
.thanks {
    /* background-color: #fff; */
    padding: 80px 0;
}

    .thanks h4 {
        margin-bottom: 10px;
    }

/* login.html */
.login,
.register {
    width: 55%;
    margin: 0 auto;
    /* padding: 30px 0; */
}

/* .login {
    background-color: #ffffff;
    border:1px solid #ffffff;
} */

.register {
    /* border:1px solid #ffffff; */
    text-align: center;
}

/* register.html */

.checkbox {
    width: auto;
}

/* regi_conf.php */
.conf-form{
    background-color: #ffffff;
    padding: 30px;
}

/* regi_end.php */
.thanks{
    background-color: #ffffff;
    text-align: center;
    padding: 50px 0;
    justify-content: center;
}

.thanks h4{
    margin-bottom: 10px;
}

/* shop */
.itemlist ul:after {
    content: "";
    clear: both;
    display: block;
}

.itemlist ul li {
    display: block;
    float: left;
    width: 30%;
    margin: 10px 0;
}

.itemlist ul li:nth-child(3n-1) {
    margin: 10px 5%;
}

.itemlist img {
    width: 100%;
}

.item-form {
    float: right;
    /* margin-top: 10px; */
    /* position: relative; */
    bottom: 60px;
}



.item-body {
    text-align: left;
}

.item-form input{
    width: 30px;
    padding: 5px 5px;
    text-align: right;
    background: #fff;
    font-size: 20px;
    /* position: relative; */
    left: 20px;
}

.Pagination {
    padding-bottom: 100px;
}

.Pagination ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    font-size: 20px;
    align-items: center;
} 

.Pagination-Item {
    list-style: none;
    margin-left: 8px;
    }

.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 35px;
  height: 35px;
  /* background: #fff; */
  font-size: 20px;
  font-weight: bold;
  transition: all 0.15s linear;
}

.required-ex {
    margin-left: .3em; /*左の余白を0.3em（1文字の30%）に */
    color: #f33; /*文字の色を#f33に */
    font-size: .9em; /*フォントサイズを0.9em（1文字の90%）に　*/
    padding: 3px; /*要素内余白を3pxに */
    font-weight: bold;
}

/* cart */
.cart-table {
    width: 100%;
    border-collapse: collapse;
}

.text-right {
    text-align: right;
}

.cart-table th,
.cart-table td {
    border: 1px solid #ebeced;
    vertical-align: middle;
    padding: 5px 10px;
}

.cart-table th {
    /* background-color: #414141; */
    background-color: #989898;
    color: #fff;
}

.cart-table button {
    margin: 0;
}

.total td{ 
    text-align: center;
}

.cart-btn {
    text-align: center;
}

.searchform {
    width: 50%;
}

.search {
    text-align: center;
    margin-bottom: 20px;
}

.pull-down {
    position: relative;
    right: 100px;
}

/* pay */
.pay-form {
    /* background-color: #ebeced; */
    padding: 35px 30px;
}

.form-group label {
    font-size: 13px;
}

.sm-form {
    width: 10%;
}

.border_area {
    border: 2px solid #aaa;
    padding: 40px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
}

#payjp_checkout_box > input[type=button]:nth-child(1){
    padding: 1.5em 1em!important;
    background-image: none!important;
    line-height: 1vh!important;
    width: 50%!important;
    border-radius: 5px!important;
    font-size: 15px!important;
}