/* CSS Document */

.main {
   font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
   color: #333333;
   margin: 0px auto;
   letter-spacing: .1em;
   position: relative;
   min-height: 100vh;
   padding-bottom: 360px;
   box-sizing: border-box;
}

.content {
   width: 100%;
}

.order_main {
   counter-reset: order_number 0;
}

.site_header {
   position: fixed;
   top: 0;
   z-index: 100;
   background: #FFFAF2;
   width: 100%;
   display: flex;
   height: 80px;
   align-items: center;
}

.header_logo {
   width: 170px;
   padding: 5px 0px 5px 40px;
   margin-top: 15px;
}

.site_header nav {
   margin-left: auto;
}

.swiper-container {
   width: 100%;
}

.slide_pic {
   width: 100%;
}

.header_btn {
   list-style: none;
   display: flex;
   align-items: center;
   margin: 5px 40px 5px 0;
}

@media screen and (min-width:800px){
   .header_item {
   padding: 0 50px;
   font-size: 17px;
   display: inline-block;
   text-decoration: none;
   color: #5A5A5A;
   position: relative;
   }
}

@media screen and (min-width:600px){
   .header_item {
   padding: 0 20px;
   font-size: 17px;
   display: inline-block;
   text-decoration: none;
   color: #5A5A5A;
   position: relative;
   }
}

@media screen and (min-width:0px){
   .header_item {
   font-size: 14px;
   display: inline-block;
   text-decoration: none;
   color: #5A5A5A;
   position: relative;
   }
}

.header_item a {
   text-decoration: none;
   color: #5A5A5A;	
}

.header_item::before,
.header_item::after {
   content: '';
   position: absolute;
   bottom: -3px;
   display: block;
   width: 0;
   height: 2px;
   background-color: #5A5A5A;
   transition: width 0.3s;
}

.header_item::before {
   left: 0;
}

.header_item::after {
   right: 0;
}

.header_item:hover::before,
.header_item:hover::after {
   width: 50%;
}

.header_item:hover::before {
   left: 50%;
}

.header_item:hover::after {
   right: 50%;
}

.unga_img {
   width: 100%;
}

.goannai {
   text-align: center;
   margin-top: 40px;
}

.goannai_main {
   text-align: center;
   margin: 0px auto;
}

.goannai_text {
   text-align: center;
   display: inline-block;
   vertical-align: middle;
   margin: 0px auto 50px;
}

.info {
   width: 850px;
   margin: 0 auto;
}

.info_area {
   overflow: hidden;
   position: relative;
   border-bottom: 1px solid #5A5A5A;
   margin: 10px 0 40px;
}

.order_linc {
   width: 850px;
   margin: 40px auto;
}

.order_linc_top {
   text-align: center;
}

.order_btn_p {
   text-align: center;
}

.order_btn {
   display: inline-block;
   text-decoration: none;
   background: #42231E;
   color: #FFF;
   width: 120px;
   height: 120px;
   line-height: 120px;
   border-radius: 50%;
   text-align: center;
   overflow: hidden;
   transition: .4s;
}

.order_btn:hover {
   background: #22120F;
}

.site_footer {
   background: #42231E;
   width: 100%;
   padding: 30px 0;
   position: absolute;
   bottom: 0;
}

.footer_logo {
   text-align: center;
   margin-bottom: 15px;
}

.footer_tel {
   text-align: center;
   font-size: 30px;
   font-weight: 700;
   margin-bottom: 20px;
}

.tel_text {
   text-decoration: none;
   color: #FFFFFF;
}

.footer_right {
   color: #FFFFFF;
   text-align: center;
}

.footer_main {
   overflow: hidden;
   position: relative;
   border-top: 1px solid #FFFFFF;
   width: 850px;
   margin: 0 auto;
}

.footer_btn {
   list-style: none;
   justify-content: space-between;
   display: flex;
   padding-inline-start: 0;
}

.footer_item {
   color: #FFFFFF;
   display: inline-block;
}

.footer_item a {
   color: #FFFFFF;
   text-decoration: none;
}

.order_content {
   margin-top: 100px;
   width: 100%;
   text-align: center;
}

.order_tit {
   color: #333333;
   font-size: 48px;
   font-weight: 800;
   display: inline-block;
   padding-bottom: 20px;
}

.order_set {
   width: 450px;
   border-bottom: 1px solid #42231E;
   counter-reset: items_number 0;
}

.order_row_tit:after {
   counter-increment: order_number 1;
   content: counter(order_number);
}

.items_row_tit:after {
   counter-increment: items_number 1;
   content: counter(items_number) "(お届け先" counter(order_number) ")";
}

.cata_data {
   display: inline-block;
   width: 150px;
   height: 54px;
   text-align: center;
   text-decoration: none;
   line-height: 54px;
   outline: none;
   background: #42231E;
   color: #FFFFFF;
   margin-top: 15px;
}

.cata_data:hover {
   background: #1B0E0C;
}

.cata_data::before,
.cata_data::after {
   position: absolute;
   z-index: -1;
   display: block;
   content: '';
}

.cata_data,
.cata_data::before,
.cata_data::after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all .3s;
   transition: all .3s;
}

.form_tit {
   font-size: 27px;
   margin-top: 20px;
}

form {
   width: 450px;
   margin: 20px auto 40px;
}

.form_item {
   overflow: hidden;
   margin-top: 20px;
}

.form_item_bottom {
   margin-bottom: 20px;
}

.form_item_b {
   overflow: hidden;
   margin-bottom: 30px;
   margin-top: 30px;
}

.form_la {
   margin-right: 20px;
   width: 450px;
   border-left: solid 3px #42231E;
   padding-left: 10px;
}

.hissu:after {
   content: "*";
   color: #FF686B;
}

.comment {
   color: #FF686B;
   font-size: 16px;
   margin-bottom: 10px;
}

.comment2 {
   color: #303030;
   font-size: 12.5px;
   margin-bottom: 10px;
   margin-top: 7px;
   -webkit-text-size-adjust: none;
}

textarea{
   border: solid 1px #aaa;
   border-radius:5px;
   padding: 10px;
   width: 230px;
   height: 120px;
   font-size: 15px;
   float: right;
}

.form_inp {
   float: right;
   width: 250px;
   height: 23px;
}

.error_me {
   color: #C23838;
}

.btn-area{
   text-align: center;
}

input[type="submit"]{
   background: #42231E;
   border: none;
   color: white;
   font-size: 19px;
   font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
   font-weight: bold;
   padding: 10px 20px;
   margin: 0 5px;
}

.w_inp {
   float: right;
   border-spacing: 0;
}

select {
   height: 29px;
}

.tyakubi_sele {
   float: right;
}

.suryo_sele {
   float: right;
   margin-right: 219px;
}

.info_gazo {
   width: 100%;
}

.info_text {
   width: 700px;
   margin: 20px auto;
}

.info_tb {
   width: 100%;
   border-spacing: 0;
}

.info_tb th {
   border-bottom: solid 2px #42231E;
   padding: 10px 0;
}

.info_tb td {
   border-bottom: solid 2px #ddd;
   text-align: center;
   padding: 10px 0;
}

.contact_content {
   margin-top: 100px;
}

.contact_tit {
   color: #333333;
   font-size: 48px;
   font-weight: 800;
   text-align: center;
   padding-bottom: 20px;
}

.btn_a {
   color: #FFF;
   background: #42231E;
   padding: 5px;
}

.check_main {
   width: 450px;
   margin: 0 auto;
}

.check_btn_area {
   display: block;
   text-align: center;
}

.privacy_content {
   margin: 100px auto 0;
   width: 950px;
}

.privacy_tit {
   font-size: 48px;
   font-weight: 800;
   display: inline-block;
   padding-bottom: 20px;
   margin: 0 auto;
}

.privacy_main {
   padding: 1rem 2rem;
   border-left: 4px solid #333333;
}

.check_main {
   width: 450px;
   margin: 0 auto;
}

.check_sub_btn {
   font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
   font-size: 15px;
   display: inline-block;
   width: 100px;
   height: 30px;
   text-align: center;
   text-decoration: none;
   outline: none;
   background: #42231E;
   color: #FFFFFF;
   margin-right: 15px;
}

.check_sub_btn:hover {
   background: #1B0E0C;
   transition: all .3s;
}

button {
   background-color: transparent;
   border: none;
   cursor: pointer;
   outline: none;
   padding: 0;
   appearance: none;
}

.check_btn {
   font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
   font-size: 17px;
   display: inline-block;
   width: 150px;
   height: 54px;
   text-align: center;
   text-decoration: none;
   line-height: 54px;
   outline: none;
   background: #42231E;
   color: #FFFFFF;
   margin-top: 15px;
}

.check_btn:hover {
   background: #1B0E0C;
}

.check_btn::before,
.check_btn::after {
   position: absolute;
   z-index: -1;
   display: block;
   content: '';
}

.check_btn,
.check_btn::before,
.check_btn::after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all .3s;
   transition: all .3s;
}

.save_main {
   width: 450px;
   margin: 100px auto 0;
}