@charset "UTF-8";

body{
  background: #fff;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    /* -webkit-transform: scale(.1); */
            /* transform: scale(.1); */
  }
  100% {
    opacity: 1;
    /* -webkit-transform: none;
            transform: none; */
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    /* -webkit-transform: scale(.1);
            transform: scale(.1); */
  }
  100% {
    opacity: 1;
    /* -webkit-transform: none;
            transform: none; */
  }
}


.category {
  margin: 0 auto 50px;
  overflow: hidden;
  text-align: center;
}
.category ul {
  margin: 0 0 0 -20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category ul li {
  border: 1px solid #9b958c;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #9b958c;
  cursor: pointer;
  font-family: "Arcon-Regular";
  line-height: 38px;
  margin: 0 0 20px 20px;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 124px;
}
.category ul li:hover,
.category ul li:active,
.category ul li.active {
  background: #9b958c;
  border-color: #9b958c;
  color: #fff;
}






.is-animated {
  -webkit-animation: 2.4s zoom-in;
          animation: 2.4s zoom-in;
}

   div.item{margin-bottom:50px;}


.pager {
  clear: both;
  margin-top: 75px;
  margin-bottom: 80px;
  text-align: center;
}
.pager span {
  margin: 0 35px;
}
.pager .prev a {
  background: url('../../common/images/arrow_prev.png') no-repeat left center;
  padding-left: 15px;
}
.pager .next a {
  background: url('../../common/images/arrow_next.png') no-repeat right center;
  padding-right: 15px;
}
.pager span a:hover,
.pager span a:active {
  color: #000;
}

.txt a {
  text-decoration: underline;
}
.txt a:hover,
.txt span a:active {
  color: #000;
}

/* single */

.single .content h2 {
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 10px;
}
.single .content div.date {
  margin-bottom: 50px;
  text-align: center;
}
.single .content div.date span {
  color: #999590;
  display: inline-block;
  font-size: 13px;
}
.single .content div.date span.cat {
  font-size: 16px;
}
.single .content div.date span.cat::after {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 .5em;
}
.single .content .image {
  margin-bottom: 50px;
}
.single .content .image img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: auto;
}
.single .content p {
  color: #9b958c;
  line-height: 2;
}

.single .content p.cpnend {
  color: #ff0000;
  line-height: 2;
  border:solid 1px #ff0000;
  padding:5px;
  text-align:center;
}

.single .content .info {
  margin: 50px auto 75px;
  text-align: center;
}
.single .content .info span {
  display: inline-block;
}
.single .content .info span a {
  border: 1px solid #9b958c;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #9b958c;
  display: block;
  font-size: 15px;
  margin: 0 20px;
  padding: 22px 0;
  text-align: center;
  width: 320px;
}
.single .content .info .shop a i {
  margin-left: 8px;
}
.single .content .info span a:hover,
.single .content .info span a:active {
  border: 1px solid #000;
  color: #000;
}
.single .content .pager a {
  background: url('../../common/images/arrow_prev.png') no-repeat left center;
  font-family: "Arcon-Regular";
  padding-left: 15px;
}


@media screen and (max-width: 960px){

  .category ul li {
    line-height: 36px;
    width: 127px;
  }


  .pager {
    margin-bottom: 25px;
  }
  .pager span {
    margin: 0 17.5px;
  }  .pager span a {
    font-size: 13px;
  }
  .pager .prev a {
    background: url('../../common/images/sp/arrow_prev.png') no-repeat left center;
    background-size: 5px 8px;
    padding-left: 12px;
  }
  .pager .next a {
    background: url('../../common/images/sp/arrow_next.png') no-repeat right center;
    background-size: 5px 8px;
    padding-right: 12px;
  }



  /* single */

  .single .content h2 {
    text-align: left;
  }
  .single .content > span {
      margin-bottom: 25px;
  }
  .single .content .image {
    margin-bottom: 25px;
  }
  .single .content .image img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .single .content p {
    font-size: 13px;
    line-height: 1.75;
  }
  .single .content .info {
      margin: 35px auto 35px;
  }
  .single .content .info span {
    margin-bottom: 16px;
  }
  .single .content .info span:last-of-type {
    margin-bottom: 0;
  }
  .single .content .info span a {
    border-radius: 45px;
    font-size: 13px;
    margin: 0 auto;
    padding: 16px 0;
    width: 237px;
  }
  .single .content .pager a {
    background: url('../../common/images/sp/arrow_prev.png') no-repeat left center;
    background-size: 5px 8px;
    padding-left: 12px;
  }


}


/*-------------------------------------
media
*/
h3 {
  font-size: 22px;
	margin-top: 20px;
  margin-bottom: 20px;
}

.section {
  padding-top: 100px;
}
.section:last-child {
  margin-bottom: 100px;
}

ul.list li {
  font-size: 13px;
  margin-bottom: 20px;
}

/*
ul.list li:last-child {
  margin-bottom: 0;
}
*/

ul.list li span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
}
ul.list li .date {
  font-family: 'Roboto', sans-serif;
}
ul.list li .category2:before {
  content: '>';
  display: inline-block;
  color: #99938a;
  margin: 0 1em 0 0;
}
ul.list li .category2 {
  margin: 0 1em 0 0;
}
ul.list li .ttl {
  color: #99938a;
}
ul.list li .ttl a {
  text-decoration: underline;
}



@media screen and (max-width: 960px){

  h3 {
    font-size: 17px;
    margin-bottom: 25px;
  }

  .section {
    padding-top: 80px;
  }
  .section:last-child {
    margin-bottom: 50px;
  }

  ul.list li {
    margin-bottom: 25px;
  }
  ul.list li span {
    display: block;
    margin: 0 0 .5em 0;
  }
  ul.list li .category {
    margin: 0 0 .5em 0;
  }
  ul.list li .category:before {
    margin: 0 .5em 0 0;
  }
  ul.list li .ttl {
    padding-left: 1em;
    line-height: 1.75;
  }

  #cats {
    margin-top: 50px;
    padding-top: 0;
  }
  #cats ul li {
    display: block;
    margin: 0 auto;
  }
  #cats ul li a {
    display: inline-block;
    font-size: 20px;
    padding: 10px 0;
  }


}


/**add 2020.02.20 by nakane**/
.flex_wrap{
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
	width:100%;
}

.img_wrap_area{
	padding:1rem 0;
}

.flex_img{
	width:100%;
	display:block;
}
.flex_img img{
	width:100%;
	display:block;
}
.flex_2column{
	width:50%;
	box-sizing:border-box;
	padding:0.5rem 1rem;
}

.inherit_h3{
	color: #9b958c;
	line-height: 2;
	font-size:16px;
	margin-bottom:0;
}
article>p {
	padding: 0 0 1rem;
}
article>p.txt {
	padding: 0;
}
.caution{
	box-sizing: border-box;
	padding: 1rem;
	margin: 0 0 1rem;
	border: 3px double #de1642;
	text-align: justify;
	width: 100%;
	display: block;
}
.caution p.txt, .caution a {
	color: #de1642;
}
@media screen and (max-width:960px){
	.inherit_h3{
		font-size: 13px;
		line-height: 1.75;
		margin-bottom:0;
	}
	.flex_2column{
		width:100%;
		box-sizing:border-box;
		padding:1rem 0 0;
	}
	.flex_2column:first-child{
		padding:0;
	}
}
