/*===========================
全体
===========================*/
#asuotodoke{
    max-width: 900px;
	margin: 0 auto;
}
#asuotodoke h1{
	margin-bottom: 15px;
}
#asuotodoke h2{
    border-bottom: 2px solid #333;
    margin: 20px auto 0;
    padding: 0;
    display: flex;
    /* margin-top: 15px;
    margin: 0 auto;
    padding: 3px 0 3px 3px;
    color: #fff;
    box-sizing: border-box;
    background: rgb(37,58,75);
    background: linear-gradient(270deg, rgba(37,58,75,1) 0%, rgba(81,125,160,1) 100%); */
}
#asuotodoke h2:nth-of-type(n+2){
	margin-top: 25px;
}
#asuotodoke h2::before{
	content: " ■ ";
}
#asuotodoke section{
	box-sizing: border-box;
	padding: 10px;
}

#asuotodoke p > a,
#mosimo_box p a{
	color: #cb6767;
	font-weight: bold;
	border-bottom: 1px solid;
}
#asuotodoke .pc_none{
    display: none !important;
}
#asuotodoke .red{
    font-weight: bold;
    color: #b10e1b;
}

/*例外事項*/
#asuotodoke .reigai{
    box-sizing: border-box;
    padding: 10px;
    border: 2px solid #b8b8b8;
    margin-top: 15px;
}
#asuotodoke .reigai > p{
    display: inline-block;
    box-sizing: border-box;
    padding: 0 25px;
    background-color: #333;
    color: #fff;
    border-radius: 77px;
    margin-bottom: 5px;
}

#asuotodoke .reigai li{
    display: flex;
}
#asuotodoke .reigai li::before{
    content: "※";
    margin-right: 3px;
}


/***---------------------------------
2023改修
---------------------------------***/
#asuotodoke .warning_txt{
    box-sizing: border-box;
    padding: 10px;
    background-color: #f6eee3;
    margin-top: 5px;
    border-radius: 8px;
}
#asuotodoke .warning_txt li{
    display: flex;
}
#asuotodoke .warning_txt li::before{
    content: "※";
    margin-right: 3px;
}
#asuotodoke .warning_txt li:nth-child(n+2){
    margin-top: 7px;
}

#asuotodoke table{
    width: 100%;
    border-spacing: 5px 5px;
    margin: 5px auto 10px;
    text-align: center;
}
#asuotodoke table tr:nth-child(1) td{
    background-color: #333 !important;
    color: #fff;
    
}
#asuotodoke table tr td{
    background-color: #f0f0f0;
    border: none;
    padding: 10px;
}
#asuotodoke .under_line{
    background: linear-gradient(transparent 60%, #e7bf8d 60%);
}
#asuotodoke .pay_list{
    box-sizing: border-box;
    padding: 10px 15px;
    margin: 5px auto 0;
    border: 1px solid #b8b8b8;
    display: flex;
    flex-wrap: wrap;
}
#asuotodoke .pay_list li{
    margin-bottom: 5px;
    margin-right: 20px;
    font-weight: bold;
    font-size: 15px;
    background: linear-gradient(transparent 75%, #f1cece 0%);
}


#asuotodoke .area_box{
    display: flex;
    align-items: center;
    background-color: #c7c4bf;
    border-radius: 8px;
    margin-top: 10px;
    justify-content: space-around;
    padding: 20px;
}
/*エリア詳細*/
#asuotodoke .area_box > div:nth-child(1){
    width: 60%;
}
#asuotodoke .area_box > div:nth-child(1) > p{
    margin-top: 7px;
    font-size: 13px;
}
#asuotodoke .area_box > div:nth-child(1) > p::before{
    content: "※";
    margin-right: 3px;
}
#asuotodoke .area_box dl div{
    display: flex;
    align-items: center;
}
#asuotodoke .area_box dl div dt,
#asuotodoke .area_box dl div dd{
    box-sizing: border-box;
    padding: 10px;
}
#asuotodoke .area_box dl div dt{
    width: 13%;
    text-align: center;
    background-color: #333333;
    color: #fff;
    margin-right: 3px;
}
#asuotodoke .area_box dl div dd{
    width: 83%;
    text-align: left;
    background-color: #eee;
}
#asuotodoke .area_box dl div:nth-child(n+2){
    margin-top: 5px;
}

/*マップ*/
#asuotodoke .area_box > div:nth-child(2){
    width: 40%;
}
#asuotodoke .area_box > div:nth-child(2) img{
    max-width: 100%;
}

#asuotodoke .icon_box{
    box-sizing: border-box;
    padding: 20px;
    margin: 5px auto 0;
    /* border: 1px solid #b8b8b8; */
    text-align: center;
    display: inline-block;
    background-color: #f6eee3;
    border-radius: 5px;
}


#asuotodoke .warning_list li{
    margin-bottom: 7px;
    display: flex;
}
#asuotodoke .warning_list li::before{
    font-family: 'Material Icons';
    content: "circle";
    margin-right: 5px;
    color: #c66f60;
    font-size: 10px;
}


/*もし翌日届かなかったら*/
#mosimo_box{
    margin: 10px auto 0;
    box-sizing: border-box;
    padding: 25px 15px;
    background: #eee;
}
#mosimo_box h3{
    text-align: center;
    box-sizing: border-box;
    /* background-color: #e7bf8d; */
    /* color: #fff; */
    padding: 7px 0;
    font-weight: normal;
    border-bottom: 2px solid;
    border-top: 2px solid;
    position: relative;
}
#mosimo_box .triangle {
    background: #333;
    height: calc(tan(60deg) * 25px / 2);
    width: 25px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#mosimo_box .point_txt{
    text-align: center;
    box-sizing: border-box;
    /* border: 2px solid #c66f60; */
    padding: 0 0 13px;
    margin: 25px auto 15px;
    width: 90%;
    border-radius: 8px;
    background: #c66f60;
    color: #fff;
}
#mosimo_box .point_txt p{
    font-size: 18px;
}
#mosimo_box .point_txt .big_font{
    font-size: 21px;
    font-weight: bold;
    margin-right: 5px;
}
#mosimo_box .point_txt .num{
    font-size: 35px;
    font-weight: bold;
}

#mosimo_box .point_txt > p:nth-child(2){
    font-size: 14px;
}
#mosimo_box .point_txt > p:nth-child(2)::before{
    content: "※";
    margin-right: 3px;
}
#mosimo_box .warning_txt2{
    display: flex;
    color: #4483c6;
    font-weight: bold;
}
#mosimo_box .warning_txt2::before{
    content: "※";
    margin-right: 3px;
    /* color: #c66f60; */
}


/***---------------------------------
TOPに戻る
---------------------------------***/
#page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 4vw;
    bottom: 80px;
    /* background: #ef3f98; */
    border: 2px solid #666;
    opacity: 1.0;
    border-radius: 50%;
}
#page_top a{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 25px;
    color: #666;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
}

/*============================
		カレンダー
============================*/

div.cal_wrapper2 {
    color: #333333;
    width: 160px;
    float: right;
    margin: 0 0px 0 0;
  }
  div.schedule_wrapper {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px #666666;
    padding: 10px;
    width: 170px;
  }
  div.schedule_wrapper h3 {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 10px;
  }
  div.schedule_wrapper div.schedule_list {
    margin: 0;
    padding: 0 10px;
  }
  div.schedule_wrapper div.schedule_list ol {
    border-top: 1px solid #cccccc;
    margin: 5px auto;
    padding: 0;
  }
  div.schedule_wrapper div.schedule_list ol li {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 0 30px;
    padding: 5px 10px 0 0;
  }
  div.schedule_wrapper div.schedule_list ol li:hover {
    text-decoration: underline;
  }
  div.cal_wrapper2 table.cal tr th p {
    color: #666666;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 5px;
  }
  div.cal_wrapper2 table.cal tr th div.cal_ui {
    display: none;
    float: right;
  }
  div.cal_wrapper2 table.cal tr th div.cal_ui input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    margin: 0 1px;
    padding: 1px;
  }
  div.cal_wrapper2 table.cal tr td {
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
  }
  div.cal_wrapper2 table.cal tr td {
    font-size: 12px;
    padding: 2px;
    text-align: center;
  }
  div.cal_wrapper2 table.cal tr.headline td {
    padding: 5px 0;
  }
  div.cal_wrapper2 table.cal tr.headline {
    background: none repeat scroll 0 0 #ffffff;
  }
  div.cal_wrapper2 table.cal tr td div {
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    padding: 2px;
    position: relative;
    text-align: center;
  }
  div.cal_wrapper2 table.cal tr td div span {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 1px 1px 3px #666666;
    color: #000000;
    display: none;
    font-weight: normal;
    left: 0;
    line-height: 1.5em;
    padding: 4px;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 50px;
    z-index: 10;
  }
  div.cal_wrapper2 p {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
  }
  div.cal_wrapper2 table.cal tr td div.Sat {
    background: none repeat scroll 0 0 #f86f8e;
    color: #ffffff;
  }
  div.cal_wrapper2 table.cal tr td div.Sun {
    background: none repeat scroll 0 0 #f86f8e;
    color: #ffffff;
  }
  div.cal_wrapper2 table.cal tr td div.Today {
    background: none repeat scroll 0 0 #fee7ec;
  }
  div.cal_wrapper2 table.cal {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin: 0 auto;
  }
  div.cal_wrapper2 table.cal tr td div.Deli {
    background-color: #eeffee;
  }
  div.cal_wrapper2 table.cal tr td div.Holyday {
    background: none repeat scroll 0 0 #f86f8e;
    color: #ffffff;
  }
  div.cal_wrapper2 table.cal tr td div.Holyday2 {
    background: none repeat scroll 0 0 #5ec5f7;
    color: #ffffff;
  }
  div.cal_wrapper2 table.cal tr td div.Birthday {
    background-color: #eeeeff;
    border-radius: 3px 3px 3px 3px;
    color: #009900;
    font-weight: bolder;
  }
  div.cal_wrapper2 table.cal tr td div.pointer {
    cursor: pointer;
  }
  div.cal_wrapper2 table.cal tr td div.pointer:hover {
    background-color: #eeeeee;
  }
  
  /*カレンダー追記
  ===================================*/
  .cal_out_1 .information-cal {
    max-width: calc(100% - 15px * 2);
    padding: 0 15px;
    display: flex;
  }
  .cal_out_1 .information-cal .cal_wrapper3 {
    padding: 14px !important;
    /* border-top: solid 2px;
    border-bottom: solid 2px; */
    width: 100%;
  }
  .cal_out_1 .information-cal .cal_wrapper3 .inner {
    background-color: #fff !important;
    padding: 14px !important;
    padding: 0 10px !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 p {
    text-align: center !important;
    padding: 6px 0 !important;
    font-size: 16px !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 table {
    width: 100% !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 table {
    border-collapse: collapse !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 .cal_ui {
    padding: 5px 0 !important;
    font-size: 11px !important;
    text-align: center !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 .cal_ui input[type="button"]:disabled {
    color: #b5b5b5;
  }
  .cal_out_1 .information-cal .cal_wrapper3 .cal_ui input[type="button"] {
    background-color: #fff !important;
    border: none !important;
    padding: 0 10px !important;
    color: #222222;
  }
  .cal_out_1 .information-cal .cal_wrapper3 .headline td,
  .cal_out_1 .information-cal .cal_wrapper3 td div {
    padding: 5px 0 !important;
    font-size: 1em;
  }
  .cal_out_1 .information-cal .cal_wrapper3 .headline td {
    background-color: #ededed !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 td {
    border: 1px solid !important;
    font-size: 12px !important;
    text-align: center !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 p.info {
    font-size: 11px !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 .info {
    padding-top: 10px !important;
    font-size: 10px !important;
    text-align: left !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 p {
    text-align: center !important;
    padding: 6px 0 !important;
    font-size: 16px !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 .info .holyday {
    color: #ffcbcb !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 p.info span.sending {
    color: #fff84d !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 td div.Holyday,
  .cal_out_1 .information-cal .cal_wrapper3 td div.Sat,
  .cal_out_1 .information-cal .cal_wrapper3 td div.Sun {
    background-color: #ffcbcb !important;
  }
  
  #asuotodoke .calendar table tr td {
    background-color: #fff;
    border: none;
     padding: 0;
    }
    #asuotodoke .calendar{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    }

  /****************年末年始用***************/
  .cal_out_1 .information-cal .cal_wrapper3 td div.sending {
    background-color: #fff84d !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 p.info span.sending {
    color: #fff84d !important;
  }
  .cal_out_1 .information-cal .cal_wrapper3 p.info span.order_que {
    color: #cbecff !important;
  }
  /****************年末年始用***************/
  
  .cal_out_1 {
    text-align: center;
  }