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

img {
	max-width:100%;
	height: auto;
}
h2 img {
    width:50%;
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
form {
    margin-bottom: 0;
}
body {
    color: #666;
}
/*ヘッダー
-------------------------------------*/
header {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    height: 100px;
}
header img {
    display: block;
    width: 24%;
    max-height: 100px;
}
.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: 76%;
}
.navigations {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.navigations a {
    display: block;
    height: 100px;
    padding: 40px 0;
    transition: 0.8s;
}
.navigations .a_first {
    width: 28%;
}
.navigations .a_second {
    width: 36%;
}
.navigations .a_third {
    width: 16%;
}
.navigations .a_fourth {
    width: 20%;
}
.navigations a:hover {
    background: rgb(217, 241, 243);
    color: #fff;
}
@media(max-width:767px) {
    .navigations {
        display: none;
    }
    header img {
        width: auto;
        height: 45px;
    }
}
@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;
    margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.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: 4rem 0;
}
@media(min-width:768px) {
    .table {
        width: 85%;
        margin: 8rem auto 4rem;
    }
}
.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;
}

    /* 幅768px以下の表示
    -------------------------------------*/
@media screen and (max-width: 768px){
        
    /*ヘッダー
    -------------------------------------*/
    .header-box {
        display: none;
    }	
    /*お問い合わせ
    -------------------------------------*/
    .table th {
        width: 100%;
        display: block;
    }	
    .table td {
        display: block;
    }
}
#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;
}
.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: 4px 16px;
    margin: 0 auto 10rem;
    background: linear-gradient(135deg, rgb(204, 233, 243) , rgb(185, 223, 237) );
    color: #fff;
    width: fit-content;
}
.to_store:hover {
    color: #fff;
}
.catch img {
    width: 27%;
    /* max-width:  */
}
.contents {
    width: 90%;
    max-width: 1200px;
    /* margin: 0 auto; */
    background: linear-gradient(-45deg, rgb(255, 255, 255) , rgb(207, 233, 243) , rgb(255, 255, 255));
}
@media (min-width: 768px) {
    .row {
        /* width: 85%;
        max-width: 1100px;
        margin: 0 auto; */
        display: flex;
        justify-content: space-around;
        padding: 0;
    }
    #recommend .row {
        max-width: 1080px;
        margin: 0 auto;
    }
    .row .col.span-4 {
        flex: 0 0 35%;
        max-width: 35%;
    }
}
@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 {
    color: rgb(150, 150, 150);
}
.slider li:not(:first-child){
    display: none;
}
body {
    position: relative;
    background: rgb(238, 208, 151);
}
.one {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.fit_right {
    width: 80%;
}
.top_container {
    height: 20vh;
    box-sizing: border-box;
    border: 1px solid rgb(114, 77, 49);
    border-left: none;
}
.top_container p {
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    color: rgb(114, 77, 49);
    margin-bottom: 0;
}
.slider {
    height: 80vh;
}
.fit_img {
    display: block;
    height: 100%;
    object-fit: cover;
}
.fit_left {
    width: 20%;
    color: rgb(114, 77, 49);
    box-sizing: border-box;
}
.fit_left h2 {
    height: 26vh;
    margin-bottom: 0;
    font-size: 6rem;
    letter-spacing: 0.1em;
    border: 1px solid rgb(114, 77, 49);
    border-top: none;
    box-sizing: border-box;
}
.fit_left a {
    width: 100%;
    height: 20vh;
    line-height: 20vh;
    margin-bottom: 0;
    color: rgb(114, 77, 49);
    cursor: pointer;
    transition: 0.4s;
    box-sizing: border-box;
    border: 1px solid rgb(114, 77, 49);
    border-top: none;
    z-index: 10;
}
.fit_left a:first-child {
    border-top: 1px solid rgb(114, 77, 49);
}

.fit_left a:hover {
    background: rgb(114, 77, 49);
    color: rgb(238, 208, 151);
}
#disabled {
    pointer-events: none;
}
.fit_left a#disabled:hover {
    background: none;
    color: rgb(114, 77, 49);
}
.fit_left .title_p {
    width: 100%;
    height: 20vh;
    margin-bottom: 0;
    line-height: 38vh;
    border: 1px solid rgb(114, 77, 49);
    border-bottom: none;
    box-sizing: border-box;
}
.box {
    position: relative;
}
#recommend {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(238, 208, 151, 0.95);
    z-index: 1;
    width: 80%;
    margin-right: auto;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    color: rgb(86, 54, 30);
    box-sizing: border-box;
}
#recommend h5 {
    font-size: 20px;
    padding-top: 80px;
    box-sizing: border-box;
}
#close_recommend {
    float: right;
    padding-right: 20px;
    cursor: pointer;
}
#tokusho {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(238, 208, 151, 0.95);
    z-index: 1;
    width: 80%;
    margin-right: auto;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    color: rgb(86, 54, 30);
    box-sizing: border-box;
}
#tokusho h5 {
    font-size: 20px;
    padding-top: 80px;
    box-sizing: border-box;
}
#close_tokusho {
    float: right;
    padding-right: 20px;
    cursor: pointer;
}
#tokusho table {
    margin: 0 auto;
}
#Forms {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(238, 208, 151, 0.95);
    z-index: 1;
    width: 80%;
    margin-right: auto;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    color: rgb(86, 54, 30);
    box-sizing: border-box;
}
#Forms h5 {
    font-size: 20px;
    padding-top: 80px;
    box-sizing: border-box;
}
#recommend h5.center {
    margin-bottom: 10px;
    padding-left: 31px;
}
#tokusho h5,
#Forms h5.center {
    margin-bottom: 20px;
    padding-left: 31px;
}
#close_forms {
    float: right;
    padding-right: 20px;
    cursor: pointer;
}
#recommend.appear,
#tokusho.appear,
#Forms.appear {
    z-index: 100;
    animation-name: fadein;
    animation-duration: 0.6s; 
    animation-delay: 0.15s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    pointer-events: auto;
}
#recommend.appear2,
#tokusho.appear2,
#Forms.appear2 {
    z-index: 100;
    opacity: 1;
}
.introductory {
    margin-bottom: 30px;
}
@keyframes fadein {
    0% {
        opacity: 0;
        /* transform: translateX(500px); */
    }
    100% {
        opacity: 1;
        /* transform: translateX(0px); */
        pointer-events: auto;
    }
}
#recommend.hide,
#tokusho.hide,
#Forms.hide {
    opacity: 1;
    z-index: 1;
    animation-name: fadeout;
    animation-duration: 0.6s; 
    animation-delay: 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    pointer-events: none;
}
@keyframes fadeout {
    0% {
        opacity: 1;
        /* transform: translateX(0px); */
    }
    100% {
        opacity: 0;
        /* transform: translateX(500px); */
        pointer-events: none;
    }
}
#recommend .row {
    margin-bottom: 30px;
}
#tokusho th,
#tokusho td,
#Forms th,
#Forms td {
    border-bottom: 1px solid rgb(114, 77, 49);
}
input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="password"], 
textarea,
.button {
    border: 1px solid rgb(114, 77, 49);
}
.button {
    background: rgb(114, 77, 49);
    color: rgb(238, 208, 151);
    transition: 0.7s;
}
.button:hover {
    background: rgba(238, 208, 151, 0);
    color: rgb(114, 77, 49);
    border-color: rgb(114, 77, 49);
}
@media(min-width: 1720px) {
    .fit_right,
    #recommend,
    #Forms,
    #tokusho {
        width: 77%;
    }
    .fit_left {
        width: 23%;
    }
    .top_container {
        height: 19vh;
    }
    .slider {
        height: 81vh;
    }
    .fit_left a {
        height: 20.25vh;
    }
    .fit_left a#disabled {
        height: 19vh;
    }
}
@media(max-width: 1280px) {
    .fit_right,
    #recommend,
    #Forms,
    #tokusho {
        width: 82.5%;
    }
    .fit_left {
        width: 17.5%;
    }
    .top_container {
        height: 24vh;
        padding-top: 10px;
    }
    .slider {
        height: 76vh;
    }
    .fit_left a {
        height: 19vh;
    }
    .fit_left a#disabled {
        height: 24vh;
    }
}
@media(max-width:767px) {
    .one {
        flex-direction: column;
    }
    .fit_right {
        width: 100%;
        height: 60vh;
    }
    .top_container {
        padding-top: 0;
    }
    .top_container p {
        height: 44px;
        line-height: 44px;
    }
    .top_container img {
        width: 80%;
    }
    .fit_left {
        width: 100%;
        height: 40vh;
    }
    .fit_left a {
        height: 8vh;
        line-height: 8vh;
        text-align: center;
    }
    .fit_left a#disabled {
        height: 8vh;
    }
    #recommend {
        position: fixed;
        width: 100%;
        padding: 0 1%;
    }
    #tokusho {
        position: fixed;
        width: 100%;
        padding: 0 0.5%;
    }
    #Forms {
        position: fixed;
        width: 100%;
        padding: 0 0.5%;
    }
    #recommend h5,
    #Forms h5,
    #tokusho h5 {
        padding-top: 15px;
    }
    #tokusho h5 {
        margin-bottom: 10px;
    }
    #recommend h5.center {
        margin-bottom: 5px;
    }
    .introductory {
        margin-bottom: 10px;
    }
    .for_pc {
        display: none;
    }
    #recommend .col {
        width: 90%;
        margin: 0 auto;
    }
    #recommend .row p {
        font-size: 15px;
    }
    #Forms p.center {
        margin-bottom: 0;
    }
    .container {
        padding: 0 1rem;
    }
    .table {
        margin-top: 1rem;
    }
    #tokusho th, #tokusho td {
        padding-top: 6.5px;
        padding-bottom: 0;
        padding-left: 4px;
        padding-right: 4px;
        font-size: 15px;
        border-bottom: none;
    } 
    #Forms th, #Forms td {
        padding-top: 8px;
        padding-bottom: 0;
        padding-left: 0;
        font-size: 15px;
        border-bottom: none;
    }
    input[type="email"], 
    input[type="number"], 
    input[type="search"], 
    input[type="text"], 
    input[type="tel"], 
    input[type="url"], 
    input[type="password"], 
    textarea {
        padding: 4px 8px;
        height: 36px;
    }
    #Forms p.center.buttonp {
        padding-left: 0;
    }
}
