@charset "UTF-8";
/* Custom
*=============================================*/
/* heading*/
.h2 {
   text-align: justify;
   font-size: 21px;
   font-weight: bold;
   letter-spacing: 0.1em;
   line-height: 30px;
}
.h2 span {
   display: inline-block;
   color: #BE0C0C;
   font-size: 13px;
   line-height: 20px;
   border-left: 1px solid #BE0C0C;
   margin-left: 8px;
   padding-left: 8px;
   position: relative;
   top: -2px;
}

@media screen and (max-width: 767px) {
   .h2 {
      font-size: 20px;
   }
}
/* -- button -- */
/* -- -- */
/* -- breadcrumb -- */
#bread {
   padding: 35px 0 70px;
}

#bread ul {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   flex-wrap: wrap;
   font-size: 13px;
   line-height: 22px;
}

#bread ul li+li:before {
   content: ">";
   display: inline-block;
   padding: 0 10px;
}

@media screen and (max-width: 767px) {
   #bread {
      overflow-x: auto;
      padding: 20px 0;
   }

   #bread ul {
      width: max-content;
      font-size: 12px;
   }
}
.text-center {
   text-align: center;
}

.text_underline {
   text-decoration: underline;
}

a.text_underline:hover {
   text-decoration: none;
}

/*
 * Home
*=============================================*/
body.home {
   letter-spacing: 0.1em;
}

/* -- - */
#key {
   width: 100%;
}
#key .key-slider {
   width: 100%;
   max-width: 1363px;
   margin: 0 auto;
   position: relative;
}
#key .key-slider .slick-list{
   overflow: inherit;
}
#key .key-slider .slick-slide {
   padding: 0 10px;
}
#key .key-slider .slick-arrow {
   width: 50px;
   height: 50px;
   border: 0;
   overflow: hidden;
   text-indent: -9999px;
   cursor: pointer;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
}
#key .key-slider .slick-arrow.slick-prev {
   background: url(../img/home/slick-prev.svg) no-repeat center top/100% auto;
   left: -32px;
}
#key .key-slider .slick-arrow.slick-next {
   background: url(../img/home/slick-next.svg) no-repeat center top/100% auto;
   right: -32px;
}
@media screen and (max-width: 1449px) {
   #key .key-slider .slick-arrow.slick-prev {
      left: 20px;
   }
   #key .key-slider .slick-arrow.slick-next {
      right: 20px;
   }
}
@media screen and (max-width: 767px) {
   #key {
      padding-top: 10px;
   }
   #key .key-slider {
      position: relative;
   }
   #key .key-slider .slick-slide {
      padding: 0 10px;
   }
   #key .key-slider .slick-arrow {
      width: 30px;
      height: 30px;
   }
   #key .key-slider .slick-arrow.slick-prev {
      left: 9%;
   }
   #key .key-slider .slick-arrow.slick-next {
      right: 9%;
   }
}
/* -- --- */
#news {
   padding-top: 85px;
}
#news h2 {
   padding-bottom: 25px;
}
#news .news-list ul li {
   font-size: 14px;
   font-weight: bold;
   line-height: 21px;
   border-top: 1px solid #D5D4D2;
   transition: all 0.3s;
   padding: 18px 0;
}
#news .news-list ul li:last-child {
   border-bottom: 1px solid #D5D4D2;
}
#news .news-list ul li .date {
   color: #BDADA7;
}
#news .news-list ul li .ttl {
   padding-top: 12px;
}
#news .news-list ul li a:hover{
   opacity: 1;
}
#news .news-list ul li:hover{
   opacity: 0.6;
}

@media screen and (max-width: 767px) {
   #news {
      padding-top: 40px;
   }
   #news h2 {
      padding-bottom: 15px;
   }
   #news .news-list ul li {
      font-size: 12px;
      padding: 15px 0;
   }
   #news .news-list ul li .ttl {
      padding-top: 10px;
   }
}
/* -- --- */
#flow {
   padding-top: 90px;
}
#flow .txt {
   font-weight: 500;
   line-height: 21px;
   padding: 6px 0 23px;
}
#flow .flow-list {
   display: flex;
   flex-wrap: wrap;
}
#flow .flow-list .item {
   width: 222px;
}
#flow .flow-list .item+.item {
   margin-left: 24px;
}
#flow .flow-list .item .photo {
   width: 197px;
}
#flow .flow-list .item h3 {
   color: #5D5C58;
   font-weight: bold;
   line-height: 21px;
   padding: 18px 0 8px;
}
#flow .flow-list .item .item-txt {
   color: #5D5C58;
   font-size: 14px;
   font-weight: 500;
   line-height: 21px;
}

@media screen and (max-width: 991px) {
   #flow .flow-list .item {
      width: 162px;
   }
   #flow .flow-list .item .photo {
      width: 90%;
   }
}
@media screen and (max-width: 767px) {
   #flow {
      padding-top: 40px;
   }
   #flow .flow-list .item {
      width: 49%;
      padding-bottom: 20px;
   }
   #flow .flow-list .item+.item {
      margin-left: 2%;
   }
   #flow .flow-list .item:nth-child(2n + 1) {
      margin-left: 0;
   }
   #flow .flow-list .item .photo {
      width: 100%;
      text-align: center;
   }
   #flow .flow-list .item h3 {
      font-size: 14px;
   }
   #flow .flow-list .item .item-txt {
      font-size: 12px;
   }
}
/* -- --- */
.product-list {
   display: flex;
   flex-wrap: wrap;
}
.product-list .item {
   width: 225px;
   margin-top: 20px;
   position: relative;
}
.product-list .item+.item {
   margin-left: 20px;
}
.product-list .item:nth-child(4n + 1) {
   margin-left: 0;
}
.product-list .item h3 {
   font-size: 17px;
   padding: 12px 12px 40px;
}
.product-list .item .txt-price {
   font-size: 17px;
   padding-left: 12px;
}
.product-list .item .txt-price span {
   font-size: 11px;
   line-height: 15px;
}
.product-list .item input,
.product-list .item textarea {
   border: 1px solid #eeeeee;
   box-sizing: border-box;
   margin: 0;
   outline: none;
   padding: 10px;
}
.product-list .item input[type="button"] {
   -webkit-appearance: button;
   cursor: pointer;
}
.product-list .item input::-webkit-outer-spin-button,
.product-list .item input::-webkit-inner-spin-button {
   -webkit-appearance: none;
}
.product-list .item .input-group {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   position: absolute;
   bottom: 0;
   right: 0;
}
.product-list .item .input-group input[type='button'] {
   min-width: 38px;
   width: auto;
   transition: all 300ms ease;
   color: #707070;
}
.product-list .item .input-group .button-minus,
.product-list .item .input-group .button-plus {
   height: 38px;
   padding: 0;
   width: 38px;
   border: 1px solid;
   font-size: 16px;
   position: relative;
}
.product-list .item .input-group .button-plus {
   background-color: #EFB617;
   border-color: #EFB617;
   border-radius: 0 !important;
   border-top-right-radius: 5px !important;
   border-bottom-right-radius: 5px !important;
}
.product-list .item .input-group .button-minus {
   background-color: #F7F7F7;
   border-color: #F7F7F7;
   border-radius: 0 !important;
   border-top-left-radius: 5px !important;
   border-bottom-left-radius: 5px !important;
}
.product-list .item .input-group .quantity-field {
   width: 42px;
   height: 38px;
   text-align: center;
   resize: vertical;
   border-radius: 0 !important;
   position: relative;
   left: 0;
}
.product-list .item input[type="number"] {
   border: 1px solid #E5E5E5;
   -moz-appearance: textfield;
   -webkit-appearance: none;
}

@media screen and (max-width: 991px) {
   .product-list .item:nth-child(4n + 1) {
      margin-left: 20px;
   }
   .product-list .item:nth-child(3n + 1) {
      margin-left: 0;
   }
}
@media screen and (max-width: 767px) {
   .product-list .item {
      width: 49%;
   }
   .product-list .item+.item {
      margin-left: 2%;
   }
   .product-list .item:nth-child(4n + 1) {
      margin-left: 2%;
   }
   .product-list .item:nth-child(3n + 1) {
      margin-left: 2%;
   }
   .product-list .item:nth-child(2n + 1) {
      margin-left: 0;
   }
   .product-list .item h3 {
      font-size: 15px;
      text-align: left;
      padding: 12px 0;
   }
   .product-list .item .txt-price {
      font-size: 15px;
      text-align: center;
      padding-bottom: 15px;
   }
   .product-list .item .txt-price span {
      font-size: 10px;
   }
   .product-list .item .input-group {
      justify-content: center;
      margin: 0 auto;
      position: relative;
      bottom: auto;
      right: auto;
   }
}
/* -- --- */
#product {
   padding-top: 85px;
}
#product h2 {
   font-size: 23px;
   font-weight: normal;
   letter-spacing: 0;
   line-height: 23px;
   border-bottom: 1px solid #707070;
   padding: 0 30px 14px;
}
#product .box-border {
   border: 2px solid #DA1929;
   margin-top: 80px;
   padding: 32px 50px;
}
#product .box-border p{
   text-indent: -18px;
   padding-left: 18px;
}
#product .box-border p+p {
   padding-top: 25px;
}
#product form {
   padding-top: 24px;
}
#product form textarea {
   display: none;
   width: 100%;
   padding: 10px;
}
#product form button {
   display: block;
   width: 225px;
   height: 46px;
   background-color: #DA1929;
   border: 1px solid #DA1929;
   border-radius: 6px !important;
   color: #fff;
   font-weight: 500;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   cursor: pointer;
   transition: all 0.3s;
   margin: 0 auto;
}
#product form button:hover {
   opacity: 0.7;
}

@media screen and (max-width: 991px) {
   #product h2 {
      padding-right: 0;
      padding-left: 0;
   }
}
@media screen and (max-width: 767px) {
   #product {
      padding-top: 30px;
   }
   #product .wrap {
      padding: 0;
   }
   #product h2 {
      font-size: 20px;
   }
   #product .box-border {
      padding: 30px 15px;
   }
   #product .box-border p+p {
      padding-top: 15px;
   }
}
/* ORDER FORM
*=============================================*/
#order-form {
   padding: 70px 0 100px;
   font-size: 17px;
   font-weight: 500;
   letter-spacing: 0;
   line-height: 22px;
}
#order-form .order-time h2 {
   background-color: #D72831;
   color: #fff;
   font-size: 20px;
   font-weight: 500;
   letter-spacing: 0;
   line-height: 26px;
   padding: 13px 30px;
}
#order-form .order-time .inner {
   background-color: #EBEBEB;
   padding: 45px 30px 30px;
}
#order-form .order-time .box1 {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   background-color: #fff;
   border-left: 6px solid #DA1929;
   padding: 32px 25px;
}
#order-form .order-time .box1 h3 {
   flex: auto;
}
#order-form .order-time .box1 input {
   line-height: 22px;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
}
#order-form .order-time .box1 input[name="order_date"] {
   display: block;
   width: 248px;
   background-color: #FAFAFA;
   border: 0;
   box-sizing: border-box;
   border-radius: 0 !important;
   padding: 12px;
}
#order-form .order-time .box1 input[name="change_order_date"] {
   display: block;
   width: 100%;
   border: 0;
   border-radius: 0 !important;
   text-align: center;
   color: #fff;
   cursor: pointer;
   opacity: 0;
   padding: 12px;
}
#order-form .order-time .box1 .btn_change {
   width: 260px;
   background-color: #DA1929;
   border-radius: 5px;
   margin-left: 10px;
   position: relative;
}
#order-form .order-time .box1 .btn_change:before {
   content: '受取日を変更する';
   color: #fff;
   width: 100%;
   text-align: center;
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
}
#order-form .order-time .box2 {
   background-color: #fff;
   border-left: 6px solid #DA1929;
   margin-top: 15px;
   padding: 34px 25px;
}
#order-form .order-time .box2 h3 {
   padding-bottom: 15px;
}
#order-form .order-time .box2 dl {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   position: relative;
}
#order-form .order-time .box2 dl + dl{
   margin-top: 10px;
}
#order-form .order-time .box2 dl dd{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
#order-form .order-time .box2 dl dd .mwform-radio-field {
   display: block;
   margin-left: 12px;
   position: relative;
}
#order-form .order-time .box2 dl dd .mwform-radio-field+.mwform-radio-field {
   margin-left: 5px;
}
#order-form .order-time .box2 dl dd .mwform-radio-field input {
   width: 100%;
   height: 100%;
   opacity: 0;
   cursor: pointer;
   margin: 0;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
}
#order-form .order-time .box2 dl dd .mwform-radio-field .mwform-radio-field-text {
   display: block;
   width: 210px;
   background-color: #F1F1F1;
   border-radius: 6px;
   text-align: center;
   padding: 10px 0;
   position: relative;
}
#order-form .order-time .box2 dl dd .mwform-radio-field:nth-child(1n) .mwform-radio-field-text:before{
   content:"00分";
}
#order-form .order-time .box2 dl dd .mwform-radio-field:nth-child(2n) .mwform-radio-field-text:before{
   content:"15分";
}
#order-form .order-time .box2 dl dd .mwform-radio-field:nth-child(3n) .mwform-radio-field-text:before{
   content:"30分";
}
#order-form .order-time .box2 dl dd .mwform-radio-field:nth-child(4n) .mwform-radio-field-text:before{
   content:"40分";
}
#order-form .order-time .box2 dl dd .mwform-radio-field input:checked~.mwform-radio-field-text {
   background-color: #D72831;
   color: #fff;
}

#order-form .order-time .box2 dl dd .error{
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
}
#order-form .order-time .box2 dl:last-child dd .error{
   display: block;
}
#order-form .order-time .total {
   background-color: #fff;
   text-align: center;
   margin-top: 10px;
   padding: 20px 0;
}
#order-form .order-time .total p{
   padding-bottom: 20px;
}
#order-form .order-time .total p:last-child{
   padding-bottom: 0;
}
#order-form .order-time .total #cart {
   display: none;
}
#order-form .order-time .total strong {
   display: inline-block;
   font-size: 38px;
   font-weight: bold;
   letter-spacing: 0;
   line-height: 50px;
   padding: 0 5px;
   position: relative;
   top: 2px;
}
#order-form .order-time .total strong textarea {
   display: none;
   height: 45px;
   text-align: center;
   background-color: transparent;
   border: 0;
   font-weight: bold;
   resize: none;
   vertical-align: middle;
   overflow: hidden;
}
#order-form .order-info {
   padding-top: 30px;
}
#order-form .order-info h3 {
   padding: 0 30px 18px;
}
#order-form .order-info .inner {
   border: 1px solid #E1E1E1;
   padding: 20px 55px;
}
#order-form .order-info input {
   display: block;
   width: 100%;
   background-color: #E5E5E5;
   border: 1px solid #E5E5E5;
   border-radius: 5px !important;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 13px 10px 11px;
}
#order-form .order-info input::-webkit-input-placeholder {
   color: #000000;
}
#order-form .order-info input::-moz-placeholder {
   color: #000000;
}
#order-form .order-info input:-ms-input-placeholder {
   color: #000000;
}
#order-form .order-info input:-moz-placeholder {
   color: #000000;
}
#order-form .order-info dl {
   text-align: left;
}
#order-form .order-info dl+dl {
   padding-top: 20px;
}
#order-form .order-info dl dd {
   padding-top: 8px;
}
#order-form .order-info dl dd ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
#order-form .order-info dl dd ul li {
   width: 435px;
}
#order-form .order-info dl dd ul li input {
   margin-top: 12px;
}
#order-form .btn_box {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   padding-top: 20px;
}
#order-form .btn_box>* {
   display: block;
   width: 225px;
   background-color: #DA1929;
   border: 0;
   color: #fff;
   font-size: 16px;
   font-weight: 500;
   letter-spacing: 0;
   line-height: 22px;
   border-radius: 6px !important;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   text-align: center;
   cursor: pointer;
   transition: all 0.3s;
   margin: 10px;
   padding: 12px 0;
}
#order-form .btn_box>*:hover {
   opacity: 0.7;
}
#order-form .btn_box .cancel, #order-form .btn_box input[name="submitBack"] {
   background-color: #D0D0D0;
}
#order-form .btn_box input[name="mwform_submit-313"], #order-form .btn_box input[name="submitBack"] {
   display: none;
}

.mw_wp_form_preview #order-form .order-time .box1 .btn_change {
   display: none;
}
.mw_wp_form_preview #order-form .btn_box .cancel {
   display: none;
}
.mw_wp_form_preview #order-form .btn_box input[name="mwform_submit-313"], .mw_wp_form_preview #order-form .btn_box input[name="submitBack"] {
   display: block;
}
.mw_wp_form_preview #order-form .order-time .box2 dl + dl{
   margin-top: 0;
}
.mw_wp_form_preview #order-form .order-time .box2 dl dt{
   display: none;
}

@media screen and (max-width: 1080px) {
   #order-form .order-time .box2 dl dd{
      width: 95%;
   }
   #order-form .order-time .box2 dl dd .mwform-radio-field {
      width: 23.8%;
   }
   #order-form .order-time .box2 dl dd .mwform-radio-field+.mwform-radio-field {
      margin-left: 1%;
   }
   #order-form .order-time .box2 dl dd .mwform-radio-field .mwform-radio-field-text {
      width: 100%;
   }
   #order-form .order-info dl dd ul li {
      width: 48%;
   }
}
@media screen and (max-width: 991px) {
   #order-form .order-time .box1 input[name="order_date"] {
      width: 200px;
   }
   #order-form .order-time .box1 .btn_change {
      width: 220px;
   }
   #order-form .order-time .box2 dl dd{
      width: 94%;
   }
   #order-form .order-time .box2 dl dd .mwform-radio-field {
      width: 23.7%;
   }
}
@media screen and (max-width: 767px) {
   #order-form {
      font-size: 14px;
   }
   #order-form .order-time .inner {
      padding: 20px;
   }
   #order-form .order-time .box1 {
      padding: 20px;
   }
   #order-form .order-time .box1 h3 {
      text-align: center;
   }
   #order-form .order-time .box1 input[name="order_date"] {
      width: 100%;
      margin-top: 10px;
   }
   #order-form .order-time .box1 .btn_change {
      width: 100%;
      margin-top: 15px;
      margin-left: 0;
   }
   #order-form .order-time .box2 {
      padding: 20px;
   }
   #order-form .order-time .box2 h3 {
      text-align: center;
   }
   #order-form .order-time .box2 dl dd{
      width: 87%;
   }
   #order-form .order-time .box2 dl dd .mwform-radio-field {
      width: 22.5%;
   }
   #order-form .order-time .total {
      padding: 20px;
   }
   #order-form .order-time .total strong {
      font-size: 30px;
      line-height: 30px;
   }
   #order-form .order-time .total strong input {
      width: 80px;
   }
   #order-form .order-info .inner {
      padding: 20px;
   }
   #order-form .order-info h3 {
      text-align: center;
   }
   #order-form .order-info dl dd ul {
      display: block;
   }
   #order-form .order-info dl dd ul li {
      width: 100%;
   }
   #order-form .order-info dl dd ul li+li {
      margin-top: 12px;
   }
   #order-form .btn_box>* {
      width: 140px;
      font-size: 14px;
      margin: 5px;
   }
   .mw_wp_form_preview #order-form .order-time .box2 dl dd{
      display: block;
      width: 100%;
      text-align: center;
   }
}
/* -- -- */
.txt_thanks, #error_404 {
   display: flex;
   align-items: center;
   justify-content: center;
   height: calc(100vh - 400px);
   font-size: 16px;
   text-align: center;
   padding:15px;
}

.txt_thanks p+p {
   padding-top: 15px;
}

body.form_complete main, body.error404 main{
   height: 100vh;
}
body.form_complete footer, body.error404 footer{
   width: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
}
@media screen and (max-width: 767px) {
   .txt_thanks, #error_404 {
      height: calc(100vh - 260px);
      font-size: 14px;
   }
}
/* NEWS DETAIL
*=============================================*/
#news-main {
   width: 100%;
   height: 700px;
   color: #fff;
   position: relative;
}
#news-main .bg {
   width: calc(50% + 640px);
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
}
#news-main .to-home {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
}
#news-main .to-home a {
   display: block;
   width: 280px;
   background-color: #D72831;
   color: #fff;
   font-size: 18px;
   line-height: 22px;
   text-align: center;
   padding: 49px 0;
   position: relative;
}
#news-main .to-home a:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: url("") no-repeat center top/cover;
}
#news-main .wrap {
   display: table;
   height: 100%;
}
#news-main .wrap .catch {
   display: table-cell;
   vertical-align: bottom;
   text-align: left;
   padding-bottom: 70px;
}
#news-main .cate {
   color: #fff;
   font-size: 30px;
   line-height: 30px;
   padding-bottom: 25px;
}
#news-main h1 {
   color: #fff;
   font-size: 60px;
   line-height: 70px;
   font-weight: bold;
}

#news-detail {
   padding: 32px 0;
}
#news-detail .post-head {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   border-bottom: 1px solid #ddd;
   margin-bottom: 56px;
   padding-bottom: 72px;
}
#news-detail .post-head .date {
   width: 140px;
   margin-right: 10px;
}
#news-detail .post-head .tag {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
#news-detail .post-head .tag span {
   display: block;
   padding: 5px 18px;
   margin: 4px 5px;
   color: inherit;
   line-height: 1;
   border: 1px solid #ddd;
   border-radius: 18px;
   -webkit-transition: border-color .2s ease-out;
   transition: border-color .2s ease-out;
}
#news-detail h2 {
   font-size: 40px;
   padding-top: 48px;
   margin: 56px 0;
   font-weight: 700;
   line-height: 1.4;
}
#news-detail img.size-full {
   display: block;
}
#news-detail img.size-medium {
   display: inline-block;
   margin-right: 15px;
}
#news-detail .gallery {
   display: flex;
   justify-content: space-between;
}
#news-detail .gallery .gallery-item {
   width: 46%;
}
#news-detail .gallery .gallery-item img {
   border: 0 !important;
}
#news-detail .gallery .gallery-item dd {
   text-align: left;
   padding-top: 10px;
}

@media screen and (max-width: 1200px) {
   #news-main .bg {
      width: 100%;
   }
}
@media screen and (max-width: 767px) {
   #news-main {
      height: 500px;
   }
   #news-main .to-home a {
      width: 180px;
      font-size: 14px;
      padding: 29px 0;
   }
   #news-main .wrap .catch {
      padding-bottom: 40px;
   }
   #news-main .cate {
      font-size: 14px;
      line-height: 25px;
      padding-bottom: 15px;
   }
   #news-main h1 {
      font-size: 20px;
      line-height: 30px;
   }
   #news-detail {
      font-size: 14px;
      line-height: 24px;
   }
   #news-detail .post-head {
      display: block;
      padding-bottom: 30px;
      margin-bottom: 20px;
   }
   #news-detail .post-head .tag {
      padding-top: 10px;
   }
   #news-detail .post-head .tag span {
      margin-left: 0;
   }
   #news-detail h2 {
      font-size: 20px;
      margin: 30px 0;
      padding-top: 15px;
   }
   #news-detail img.size-full {
      display: block;
   }
   #news-detail img.size-medium {
      display: block;
      margin-right: 0;
      margin-bottom: 15px;
   }
   #news-detail img.size-medium:last-child {
      margin-bottom: 0;
   }
   #news-detail .gallery {
      display: block;
   }
   #news-detail .gallery .gallery-item {
      width: 100%;
   }
   #news-detail .gallery .gallery-item+.gallery-item {
      padding-top: 15px;
   }
}