@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;
}
h2 img {
    width:50%;
}
a {
    display:block;
    text-decoration-line: none;
    color: rgb(73, 150, 18);
}
form {
    margin-bottom: 0;
}
body {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    background: rgb(248, 246, 239);
    color: #595750;
}
/*ヘッダー
-------------------------------------*/
header {
    width: 98%;
    margin: 0 auto 30px;
    display: flex;
    height: 100px;
}
header img {
    display: block;
    width: 25%;
    max-width: 360px;
    object-fit: contain;
    margin-top: 0;
    margin-left: 3%;
}
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav ul:first-child {
    margin-top: 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a {
    padding: 0.5rem;
}
.header_right {
    width: 36%;
}
.navigations {
    width: 100%;
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: space-around;
    box-sizing: border-box;
}
.navigations a {
    display: block;
    height: 100px;
    line-height: 100px;
    transition: 0.8s;
    width: 48%;
    font-size: 17px;
    font-weight: bold;
}
.navigations a:hover {
    color: rgb(73, 150, 18);
    opacity: 0.7;
}
@media screen and (min-width: 768px){
    /* PC時はMENUボタンを非表示 */
    #open,#close {
        display: none !important;
    }

    #navi {
        display: block !important;
    }
}

@media screen and (max-width: 768px){
    .header {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .header #open,#close  {
        position: absolute;
        top: 20px;
        right: 12px;
    }
    nav ul {
        flex-direction: column;
    }
    .header li {
        padding-top: 0;
    }
    /* スマホ時はMENUボタンを表示 */
    #open,#close  {
        display: block;
        width: 50px;
        border: none;
        position: absolute;
        top: 20px;
        right: 12px;
    }
    /* スマホ時はメニューを非表示 */
    #navi {
        display: none;
    }
}
        
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0;
}
section {
    margin: 0 auto 10rem;
    padding: 3rem 0;
}
.gray-back {
    background-color: #f4f4f4;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem -1rem 0;
    line-height:50px;
}
.center {
    text-align: center;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
    margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
    border: 1px solid #ccc;
    text-align: center;
    padding: 2rem 0;
    background: #fff;
}
.table {
    margin: 3rem 0;
}
.table th {
    width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
}
.copyright a {
    color: #fff;
    text-decoration: none;
    display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}
th {
    color: #333;
}
    /* 幅768px以下の表示
    -------------------------------------*/
@media screen and (max-width: 768px){
        
    /*ヘッダー
    -------------------------------------*/
    .header-box {
        display: none;
    }	
    /*お問い合わせ
    -------------------------------------*/
    .table th {
        width: 100%;
        display: block;
    }	
    .table td {
        display: block;
    }
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
.buttonp input {
    border: 1px solid #595750;
    border-radius: 2px;
}
textarea::placeholder {
    color: #aaa;
}
.buttonp input {
    background: #fff;
    color: #595750;
    transition: 0.6s;
}
.buttonp input:hover {
    /* border-color: #fff; */
    background: #595750;
    color: #fff;
}
#body1 {
    width:100%;
    text-align:center;
}
.jigu0 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fafafa;
    z-index: -1;
    background: linear-gradient(135deg, #bfbfbf55 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(225deg, #f3f3f3 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(315deg, #bfbfbf55 25%, transparent 25%) 0px 0/ 40px 40px, linear-gradient(45deg, #f3f3f3 25%, #fafafa 25%) 0px 0/ 40px 40px;
  }  
.jigu1 {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fdfbf1;
  z-index: -1;
  background: linear-gradient(135deg, #ffdd6e55 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(225deg, #fff8e3 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(315deg, #ffdd6e55 25%, transparent 25%) 0px 0/ 40px 40px, linear-gradient(45deg, #fff8e3 25%, #fdfbf1 25%) 0px 0/ 40px 40px;
}
.jigu2 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f8fff4;
    z-index: -1;
    background: linear-gradient(135deg, #b2ff7f55 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(225deg, #f0ffe5 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(315deg, #b2ff7f55 25%, transparent 25%) 0px 0/ 40px 40px, linear-gradient(45deg, #f0ffe5 25%, #f8fff4 25%) 0px 0/ 40px 40px;
  }
  .jigu3 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f4fcff;
    z-index: -1;
    background: linear-gradient(135deg, #7cdaff55 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(225deg, #e6f7fd 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(315deg, #7cdaff55 25%, transparent 25%) 0px 0/ 40px 40px, linear-gradient(45deg, #e6f7fd 25%, #f4fcff 25%) 0px 0/ 40px 40px;
  }
  .jigu4 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff7fd;
    z-index: -1;
    background: linear-gradient(135deg, #ff6bbd55 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(225deg, #ffe9f6 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(315deg, #ff6bbd55 25%, transparent 25%) 0px 0/ 40px 40px, linear-gradient(45deg, #ffe9f6 25%, #fff7fd 25%) 0px 0/ 40px 40px;
  }
  .jigu5 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fffbf8;
    z-index: -1;
    background: linear-gradient(135deg, #ffae6b55 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(225deg, #fff3ea 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(315deg, #ffae6b55 25%, transparent 25%) 0px 0/ 40px 40px, linear-gradient(45deg, #fff3ea 25%, #fffbf8 25%) 0px 0/ 40px 40px;
  }

  .mizu0 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: -1;
    background-image:  radial-gradient(#f3f3f3 6px, transparent 6px), radial-gradient(#f3f3f3 6px, #ffffff 6px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
  }
  .mizu1 {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: -1;
  background-image:  radial-gradient(#fff8e3 6px, transparent 6px), radial-gradient(#fff8e3 6px, #ffffff 6px);
  background-size: 60px 60px;
  background-position: 0 0,30px 30px;
}
.mizu2 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: -1;
    background-image:  radial-gradient(#f0ffe5 6px, transparent 6px), radial-gradient(#f0ffe5 6px, #ffffff 6px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
  }
  .mizu3 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: -1;
    background-image:  radial-gradient(#e6f7fd 6px, transparent 6px), radial-gradient(#e6f7fd 6px, #ffffff 6px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
  }
  .mizu4 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: -1;
    background-image:  radial-gradient(#ffe4f4 6px, transparent 6px), radial-gradient(#ffe4f4 6px, #ffffff 6px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
  }
  .mizu5 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: -1;
    background-image:  radial-gradient(#fff2e9 6px, transparent 6px), radial-gradient(#fff2e9 6px, #ffffff 6px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
  }
  
.bor0 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fafafa;
    z-index: -1;
    background-image: linear-gradient(0deg, #fafafa 50%, #f3f3f3 50%);
    background-size: 50px 50px;
}
.bor1 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fdfbf1;
    z-index: -1;
    background-image: linear-gradient(0deg, #fdfbf1 50%, #fff8e3 50%);
    background-size: 50px 50px;
}
.bor2 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f8fff4;
    z-index: -1;
    background-image: linear-gradient(0deg, #f8fff4 50%, #f0ffe5 50%);
    background-size: 50px 50px;
}
.bor3 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f4fcff;
    z-index: -1;
    background-image: linear-gradient(0deg, #f4fcff 50%, #e6f7fd 50%);
    background-size: 50px 50px;
}
.bor4 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff7fd;
    z-index: -1;
    background-image: linear-gradient(0deg, #fff7fd 50%, #ffeaf6 50%);
    background-size: 50px 50px;
}
.bor5 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fffbf8;
    z-index: -1;
    background-image: linear-gradient(0deg, #fffbf8 50%, #fff3ea 50%);
    background-size: 50px 50px;
}

.suto0 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fafafa;
    z-index: -1;
    background-image: linear-gradient(to right, #f3f3f3, #f3f3f3 15px, #fafafa 15px, #fafafa );
    background-size: 30px 100%;
  }  
.suto1 {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fdfbf1;
  z-index: -1;
  background-image: linear-gradient(to right, #fff8e3, #fff8e3 15px, #fdfbf1 15px, #fdfbf1 );
  background-size: 30px 100%;
}
.suto2 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f8fff4;
    z-index: -1;
    background-image: linear-gradient(to right, #f0ffe5, #f0ffe5 15px, #f8fff4 15px, #f8fff4 );
    background-size: 30px 100%;
  }
  .suto3 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f4fcff;
    z-index: -1;
    background-image: linear-gradient(to right, #e6f7fd, #e6f7fd 15px, #f4fcff 15px, #f4fcff );
    background-size: 30px 100%;
  }
  .suto4 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff7fd;
    z-index: -1;
    background-image: linear-gradient(to right, #ffeaf6, #ffeaf6 15px, #fff7fd 15px, #fff7fd );
    background-size: 30px 100%;
  }
  .suto5 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fffbf8;
    z-index: -1;
    background-image: linear-gradient(to right, #fff3ea, #fff3ea 15px, #fffbf8 15px, #fffbf8 );
    background-size: 30px 100%;
  }
     
.reku0 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fafafa;
    z-index: -1;
    background-image:  repeating-linear-gradient(45deg, #f3f3f3 25%, transparent 25%, transparent 75%, #f3f3f3 75%, #f3f3f3), repeating-linear-gradient(45deg, #f3f3f3 25%, #fafafa 25%, #fafafa 75%, #f3f3f3 75%, #f3f3f3);
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
  }
  .reku1 {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fdfbf1;
  z-index: -1;
  background-image:  repeating-linear-gradient(45deg, #fff8e3 25%, transparent 25%, transparent 75%, #fff8e3 75%, #fff8e3), repeating-linear-gradient(45deg, #fff8e3 25%, #fdfbf1 25%, #fdfbf1 75%, #fff8e3 75%, #fff8e3);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
}
.reku2 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f8fff4;
    z-index: -1;
    background-image:  repeating-linear-gradient(45deg, #f0ffe5 25%, transparent 25%, transparent 75%, #f0ffe5 75%, #f0ffe5), repeating-linear-gradient(45deg, #f0ffe5 25%, #f8fff4 25%, #f8fff4 75%, #f0ffe5 75%, #f0ffe5);
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
  }
  .reku3 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f4fcff;
    z-index: -1;
    background-image:  repeating-linear-gradient(45deg, #e6f7fd 25%, transparent 25%, transparent 75%, #e6f7fd 75%, #e6f7fd), repeating-linear-gradient(45deg, #e6f7fd 25%, #f4fcff 25%, #f4fcff 75%, #e6f7fd 75%, #e6f7fd);
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
  }
  .reku4 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff7fd;
    z-index: -1;
    background-image:  repeating-linear-gradient(45deg, #ffeaf6 25%, transparent 25%, transparent 75%, #ffeaf6 75%, #ffeaf6), repeating-linear-gradient(45deg, #ffeaf6 25%, #fff7fd 25%, #fff7fd 75%, #ffeaf6 75%, #ffeaf6);
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
  }
  .reku5 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fffbf8;
    z-index: -1;
    background-image:  repeating-linear-gradient(45deg, #fff3ea 25%, transparent 25%, transparent 75%, #fff3ea 75%, #fff3ea), repeating-linear-gradient(45deg, #fff3ea 25%, #fffbf8 25%, #fffbf8 75%, #fff3ea 75%, #fff3ea);
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
  }
  .bx-wrapper {
    background-color: transparent!important;
    margin: 0px auto!important;
    border: none!important;
    box-shadow: none!important;
}
.bx-wrapper img {
    display: block!important;
    margin: 0px auto!important;
    border-radius: 4px!important;
}
.top_title {
    margin-top: 30px;
}
.top_title p,
.top_title h1 {
    margin-bottom: 0;
}
.top_title h1 {
    font-size: 40px;
    color:rgb(154, 215, 239);
}
.top_title span {
    color: rgb(153, 214, 116);
    font-weight: bold;
}
.top_title p {
    color: #999;
    font-size: 20px;
}
.sub_title {
    margin-bottom: 5rem;
}
@media(max-width:767px) {
    .top_title h1 {
        font-size: 24px;
    }
    .top_title p {
        font-size: 18px;
    }
    .sub_title {
        font-size: 13px;
    }
}
.to_store {
    display: block;
    padding: 6px 24px;
    margin: 3rem auto 10rem;
    font-size: 18px;
    background: rgb(73, 150, 18);
    border-radius: 4px;
    color: #fff;
    width: fit-content;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px rgb(73, 150, 18);
}
.to_store:hover {
    background: rgb(73, 150, 18);
    color: #fff;
    opacity: 0.7;
}
/* .to_store {
    display: block;
    padding: 6px 24px;
    margin: 3rem auto 10rem;
    font-size: 18px;
    background: linear-gradient(to right, orange, rgb(255, 239, 210));
    border-radius: 8px;
    color: #fff;
    width: fit-content;
    cursor: pointer;
    transition: all 1s ease-out;
    position: relative;
}
.to_store span {
    position: relative;
}
.to_store::before {
    background: linear-gradient(to right, rgb(255, 239, 210), orange );
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease-out;
    border-radius: 8px;
}
.to_store:hover {
    color: rgb(70, 70, 70);
}
.to_store:hover::before {
    opacity: 0;
} */
.catch {
    margin-top: 30px;
}
.catch p {
    font-weight: 600;
    font-size: 21px;
    line-height: 40px;
    color: rgb(57, 9, 0);
}
.catch img {
    width: 27%;
    /* max-width:  */
}
.contents {
    width: 90%;
    max-width: 1200px;
    /* margin: 0 auto; */
    background: linear-gradient(90deg, rgb(181,131,1), rgb(248, 246, 239));
    border-radius: 4px 0 0 4px;
}
.contents.bg_reverse {
    background: linear-gradient(90deg, rgb(248, 246, 239), rgb(181,131,1));
    border-radius: 0 4px 4px 0;
}
.contents.forms {
    width: 84%;
    max-width: 1100px;
    background: none;
}
@media (min-width: 768px) {
    .row {
        /* width: 85%;
        max-width: 1100px;
        margin: 0 auto; */
        display: flex;
        justify-content: space-around;
        padding: 0;
    }
    .row.reverse {
        flex-direction: row-reverse;
    }
    .row .col.span-4 {
        flex: 40%;
        max-width: 40%;
    }
    .row .col.span-4.long {
        flex: 50%;
        max-width: 50%;
    }
}
.row {
    margin: 40px auto;
}
.img_frame {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.img_frame.third {
    display: block;
}
.long img {
    width: 45%;
    margin: 10px auto;
    border-radius: 2px;
}
.long .third img {
    width: 100%;
}
.contents h3 {
    height: 50px;
    margin-bottom: 0;
}
@media(max-width:767px) {
    .contents {
        width: 100%;
    }
    .contents h2 {
        font-size: 20px;
    }
    .contents p {
        font-size: 14px;
    }
}

.contents .span-4 p {
    text-align: left;
}
.contents h2 {
    width: 98%;
    margin: 0 auto 20px;
    text-align: left;
    font-size: 26px;
    color: #fff;
    padding-bottom: 5px;
    padding-left: 1%;
    border-bottom: 1px solid #fff;
}
.contents.forms h2 {
    color: #7a8089;
    border-bottom: 1px solid #7a8089;
}
.contents .right {
    text-align: right;
    padding-left: 0;
    padding-right: 1%;
}
.top_flex {
    width: 93%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.images_frame {
    width: 60%;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.images {
    width: 45%;
    margin: 10px auto;
}

.slider li:not(:first-child){
    display: none;
}
.slider li img {
    width: 100%;
}
.header_frame {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    /* position: relative; */
    /* height: 740px; */
}
.menu_frame {
    width: 35%;
    height: 550px;
}
.bed_menu {
    width: 92%;
    height: 120px;
    margin: 0 0 20px auto;
}
@media(min-width:1200px) {
    .images {
        margin-bottom: 20px;
    }
    .menu_frame {
        height: 610px;
    }
    .bed_menu {
        margin-bottom: 40px;
    }
}
@media(min-width:1350px) {
    .images {
        margin-bottom: 25px;
    }
    .menu_frame {
        height: 670px;
    }
    .bed_menu {
        margin-bottom: 60px;
    }
}
@media(min-width:1500px) {
    .images {
        margin-bottom: 30px;
    }
    .menu_frame {
        height: 730px;
    }
    .bed_menu {
        margin-bottom: 80px;
    }
}
.bed_menu:first-child {
    margin-top: 10px;
}
.bed_menu:last-child {
    margin-bottom: 0;
}
.bed_menu p {
    width: 60%;
    line-height: 110px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}
.bed_menu img {
    width: 40%;
    max-height: 110px;
}
.bed_menu a {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
    background: rgb(181,131,1);
    color: #fff;
    transition: 0.5s;
}
.bed_menu a:hover {
    opacity: 0.7;
}
.fourth span {
    display: none;
}
.topimg {
    display: block;
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: 10; */
}
header {
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: 50; */
    justify-content: space-between;
}
.items {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 20px;
}
.items ul {
    display: inline-flex;
    flex: none;
    animation: belt 30s 2s linear infinite; /* スライド速度と開始遅延時間 */
}
.items ul img {
    object-fit: contain;
    width: auto;
    height: 300px;
    margin-left: 10px;
    margin-right: 10px;
}
/* .items ul:first-child {
    animation: loop 50s -25s linear infinite;
}
.items ul:last-child {
    animation: loop2 50s linear infinite;
} */
.items ul {
    list-style: none;
}
@keyframes belt { /* belt1とbelt2を移動させる */
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(-100%);
    }
}
@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
.header_frame h4 {
    position: absolute;
    top: 40%;
    right: 6%;
    z-index: 50;
    color: rgb(62, 30, 1);
    font-size: 48px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    text-shadow:0.5px 0.5px 0 rgb(218, 227, 211), -0.5px -0.5px 0 rgb(218, 227, 211),
                -0.5px 0.5px 0 rgb(218, 227, 211), 0.5px -0.5px 0 rgb(218, 227, 211),
                0px 0.5px 0 rgb(218, 227, 211),  0 -0.5px 0 rgb(218, 227, 211),
                -0.5px 0 0 rgb(218, 227, 211), 0.5px 0 0 rgb(218, 227, 211);
    animation: fadeIn 4s ease forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
th, td {
    border-bottom: none;
}
.sp_menu {
    display: none;
}
.container {
    padding: 0 1rem;
}
.container p {
    font-size: 18px;
    font-weight: bold;
}
.footer {
    text-align: center;
}
.to_trading_law {
    display: inline-block;
    width: fit-content;
    font-weight: bold;
    transition: 0.5s;
    margin-bottom: 5px;
}
.to_trading_law:hover {
    color: rgb(73, 150, 18);
    opacity: 0.7;
}
@media(max-width:767px) {
    header {
        height: 70px;
        margin-top: 8px;
        margin-bottom: 10px;
    }
    header img {
        width: 45%;
        margin-top: 0;
        margin-left: 0;
    }
    .header_right {
        width: 40%;
    }
    .navigations a {
        width: 93%;
        height: 70px;
        margin-left: auto;
        margin-right: 5%;
        line-height: 70px;
        font-size: 14px;
    }
    .navigations a:first-child {
        display: none;
    }

    .header_frame h4 {
        top: 40%;
        right: 4%;    
        font-size: 20px;
    }
    .top_flex {
        width: 99%;
        flex-direction: column-reverse;
    }
    .sp_menu {
        display: block;
        text-align: center;
    }
    .sp_menu a {
        margin-bottom: 5px;
    }
    .items {
        padding-top: 20px;
    }
    .items ul img {
        height: 150px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .images_frame {
        width: 100%;
    }
    .menu_frame {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .bed_menu {
        width: 48.5%;
        height: 70px;
        margin-left: auto;
        margin-right: auto;
    }
    .bed_menu:first-child {
        margin-top: 0;
    }
    .bed_menu a {
        padding: 4px;
    }
    .bed_menu p {
        font-size: 13px;
        line-height: 70px;
    }
    .fourth span {
        display: inline;
    }
    .bed_menu.fourth p {
        font-size: 12px;
        height: 70px;
        line-height: 20px;
        padding-top: 15px;
    }
    .bed_menu p span {
        font-size: 11px;
    }
    section {
        margin-bottom: 3rem;
    }
    .catch {
        margin-top: 30px;
    }
    .container p {
        text-align: center;
    }
    .to_store {
        margin: 5rem auto;
    }
    .contents {
        background: linear-gradient(90deg, rgb(211, 173, 77), rgb(248, 246, 239));
        border-radius: 0;
    }
    .contents.bg_reverse {
        background: linear-gradient(90deg,  rgb(248, 246, 239), rgb(211, 173, 77));
    }
    .contents h2 {
        width: 95%;
        font-size: 21px;
        font-weight: bold;
        color: #fff;
    }
    .long img {
        margin-left: 3.3%;
    }
    .row {
        margin: 20px auto;
    }
    .contents h3 {
        height: 20px;
    }
    .pc_span {
        display: none;
    }
    .button {
        padding: 0;
    }
    td {
        padding-left: 0;
    }
}
label {
    color: #595750;
}
