@charset "utf-8";

/* ========================================================
	omise.css => お店大賞CSS
======================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.w {
	position: relative;
	width: 1000px;
}
.pc_s {
    display: none;
}
@media screen and (max-width: 1100px) {
	.w {
		width: 92%;
	}
    .pc_s {
        display: block;
    }
}

.bg {
    background: #f09ab8; /* Old browsers */
    background: -moz-linear-gradient(top,  #f09ab8 0%, #f6d6e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f09ab8 0%,#f6d6e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f09ab8 0%,#f6d6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09ab8', endColorstr='#f6d6e6',GradientType=0 ); /* IE6-9 */
}
.mainvisual {
    width: 1000px;
    margin: auto;
}
.mainvisual img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1000px) {
    .mainvisual {
        width: 100%;
        margin: auto;
    }
}

/* episode_area
======================================================== */
.episode_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.episode_box {
    width: 48%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 15px 15px;
    position: relative;
    color: #572E12;
    font-size: 1.5rem;
}
.episode_box:nth-of-type(1) {
    border: 4px solid #B20005;
}
.episode_box:nth-of-type(2) {
    border: 4px solid #E40077;
}
.episode_box h2 {
    position: absolute;
    top: -40px;
    left: 0;
}
.episode_box h2 img {
    width: 250px;
    height: auto;
}
.episode_box .shop_name {
    font-size: 3.8rem;
    font-weight: bold;
    padding-top: 40px;
}
.note{
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #999 97%,
      #999 100%
    );
  background-size:
    8px 100%,
    100% 2em;
  line-height:2;
}
.note p{
  margin-bottom:2em;
}
.episode_box.illust01:after {
    content: "";
    display: block;
    background: url("../img/2019/illust01.png") no-repeat;
    background-size: 100% auto;
    width: 130px;
    height: 222.8px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.episode_box.illust02:after {
    content: "";
    display: block;
    background: url("../img/2019/illust02.png") no-repeat;
    background-size: 100% auto;
    width: 150px;
    height: 92.8px;
    position: absolute;
    top: 5px;
    right: 20px;
}
@media screen and (max-width: 860px) {
    .episode_area {
        display: block;
    }
    .episode_box {
        width: 100%;
    }
    .episode_box br.pc {
        display: none;
    }
    .episode_box:nth-of-type(1) {
        margin-bottom: 50px;
    }
    .episode_box.illust01:after {
        width: 70px;
        height: 120px;
        top: -50px;
        bottom: inherit;
        right: 10px;
    }
    .episode_box.illust02:after {
        width: 100px;
        height: 61.9px;
        top: 3px;
        right: 20px;
    }
}
@media screen and (max-width: 680px) {
    .episode_box {
        font-size: 1.3rem;
    }
    .episode_box h2 img {
        width: 180px;
    }
    .episode_box .shop_name {
        font-size: 2.8rem;
        padding-top: 15px;
    }
}

/* present_area
======================================================== */
.present_area {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.present_area > p,
.present_area > div {
    width: 24%;
    margin-bottom: 3%;
}
.present_area:before{
    content: "";
    display: block;
    width: 24%;
    order: 1;
}
.present_area:after{
    content: "";
    display: block;
    width: 24%;
}
.present_box {
    position: relative;
    border: 4px solid #FDD000;
}
.present_area img {
    width: 100%;
    height: auto;
}
.present_img {
    width: 100%;
    height: 150px;
}
.present_img img {
    width: 100%;
    height: 100%;
}
.present_box .present_title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FDD000;
    padding: 5px 0 5px 5px;
    min-height: 55px;
}
.present_box .present_title span:first-child {
    background: #D7000F;
    color: #fff;
    font-size: 2.7rem;
    font-weight: bold;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.present_box .present_title span:nth-child(2) {
    margin-left: 5px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
    width: -webkit-calc(100% - 4rem);
	width: calc(100% - 4rem);
}
.present_box .p_shop_name {
    font-size: 1.5rem;
    padding: 0.75em 0.5em;
    line-height: 1.2;
}
.present_box .number {
    color: #D7000F;
    font-size: 4.0rem;
    font-weight: bold;
    border: 3px solid #D7000F;
    background: #fff;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: -8px;
    top: 140px;
}
.present_box .number p {
    margin: 0.1em 0.2em;
    line-height: 1;
}
.present_box .number span {
    font-size: 1.7rem;
    display: block;
}
.present_box .number.row2 p {
    font-size: 2.2rem;
    line-height: 1.3;
}
.present_box .number.row2 span {
    display: inline;
}
.present_box .number.row2 p + p {
    border-top: 1px solid #D7000F;
    font-size: 2.8rem;
}
@media screen and (max-width: 1000px) {
    .present_area {
        margin-bottom: 40px;
    }
    .present_area > p,
    .present_area > div {
        width: 32%;
    }
    .present_area:before{
        width: 32%;
    }
    .present_area:after{
        content: none;
    }
    .present_img {
        width: 100%;
        height: 19vw;
    }
    .present_box .number {
        top: 18vw;
    }
}
@media screen and (max-width: 680px) {
    .present_sp_title {
        width: 100% !important;
        color: #fff;
        background: #004097;
        font-size: 1.6rem;
        font-weight: bold;
        padding: 0.5em;
        text-align: center;
    }
    .present_area > p,
    .present_area > div {
        width: 49%;
    }
    .present_area:before{
        content: none;
    }
    .present_img {
        width: 100%;
        height: 28vw;
    }
    .present_box .present_title span:first-child {
        font-size: 2.0rem;
        width: 1.2em;
        height: 1.2em;
    }
    .present_box .present_title span:nth-child(2) {
        font-size: 1.5rem;
        width: -webkit-calc(100% - 3rem);
	    width: calc(100% - 3rem);
    }
    .present_box .p_shop_name {
        font-size: 1.4rem;
    }
    .present_box .number {
        font-size: 3.0rem;
        border: 2px solid #D7000F;
        width: 60px;
        height: 60px;
        top: 28vw;
    }
    .present_box .number span {
        font-size: 1.4rem;
    }
    .present_box .number.row2 p {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .present_box .number.row2 p + p {
        border-top: 1px solid #D7000F;
        font-size: 2.0rem;
    }
    
}

/* info_area
======================================================== */
.info_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: 0.03rem;
}
.info_area dt {
    display: inline-block;
	width: 10em;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.5rem 0;
    text-align: center;
    clear: left;
    float: left;
    color: #fff;
    background: #004098;
    margin-bottom: 10px;
}
.info_area dd {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.3rem 0;
    margin-left: 1em;
    display: block;
    float: left;
    width: -webkit-calc(100% - 11em);
	width: calc(100% - 11em);
    margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
    .info_area {
        display: block;
    }
    .info_area dt {
        display: block;
        width: 100%;
        float: none;
        font-size: 1.6rem;
    }
    .info_area dd {
        width: 100%;
        float: none;
        margin-left: 0;
        font-size: 1.6rem;
    }
}

/* pdf_area
======================================================== */
.pdf_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pdf_area li {
    width: 48%;
    font-size: 2rem;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
}
.pdf_area li a {
    display: block;
    width: 100%;
    padding: 1em;
}
.pdf_area li a:hover {
    background: #999;
    color: #fff !important;
}
@media screen and (max-width: 680px) {
    .pdf_area li {
        width: 48%;
        font-size: 1.5rem;
    }
    .file a[href$=".pdf"]:after {
        display: block;
        width: 4em;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
    }
}

/* btn
======================================================== */
.btn {
    margin: 30px auto;
    text-align: center;
}
.btn a {
    display: block;
    width: 360px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff !important;
    background: #EA5400;
    margin: auto;
    padding: 0.75em 0.5em;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.btn a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 680px) {
   .btn a {
        width: 80%;
        font-size: 2.0rem;
    }
}

/* back_list
======================================================== */
.back_list li {
    display: inline-block;
    font-size: 1.8rem;
    padding: 0.5em 0;
    margin: 0 2em;
    position: relative;
}
.back_list li:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #7a0;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -6px;
}
.back_list li:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -3px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}
.back_list li a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 680px) {
    .back_list li {
        font-size: 1.5rem;
        margin: 0 1em 0 2em;
        width: -webkit-calc(50% - 4em);
	    width: calc(50% - 4em);
    }
}