@charset "UTF-8";
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
/* CSS Document */

.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

a:link {
  color: #002350;
  text-decoration: none;
}

a:visited {
  color: #002350;
  text-decoration: none;
}

a:hover {
  color: #e81c24;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

body {
  background-position: center bottom;
  background-image: url(../images/base.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 1600px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-family: "Zen Old Mincho N M", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2em;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


.exLink:after {
  margin: 0 3px;
  /*font-family: FontAwesome;*/
  vertical-align: middle;
  content: '\f08e';
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

br.sp {
  display: none;
}

.note {
  font-size: 85%;
  padding-left: 1em;
}

.note::before {
  content: '※';
  margin-left: -1em;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em; /* フォントサイズちょっと小さく */
  position: relative; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}

/* ヘッダー
 * --------------------------------------------------------*/
.head {
  width: 760px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.head img {
  max-width: 100%;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}


/*ヨドガワ
 * --------------------------------------------------------*/
.text {
  width: 480px;
  font-size: 17px;
  line-height: 2em;
  text-align: left;
  margin:0 auto;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
.text_green {
  font-size: 16px;
  line-height: 1.8em;
  text-align: left;
  color: #008866;
  margin:0 auto;
  overflow: hidden;
}
.text_green_s {
  font-size: 14px;
}


/*対談
 * --------------------------------------------------------*/
 .white {
   width: 640px;
   text-align: center;
   margin:0 auto;
   margin-top: 50px;
   padding-top: 20px;
   padding-bottom: 20px;
   background-color: #FFF;
   background-color: rgba( 255, 255, 255, 0.8 );
 }
 .white-sale {
  width: 90%;
  max-width: 800px;
 }
.date {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-top: 50px;
  padding-bottom: 50px;
}
.date-sale {
  padding: 0;
}
.index {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.index__item {
  width: calc(50% - 10px);
}
.index__item a {
  display: block;
  padding-bottom: 20px;
}
.index__item a:hover {
  opacity: .7;
}
.index__item img {
  width: 100%;
  margin: 0;
  }
.index__item__ttl {
  margin: 0;
  color: #231815;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  padding-left: .5em;
}

.slide {
  width: 100%;
  max-width: 740px;
  margin: 20px auto;
}

.slide__item {
  width: 100%;
  height: 0;
  padding-top: 66.75675676%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center center;
}

.swiper-container {
  padding: 0 0 50px !important;
}

.product {
  display: flex;
  width: 98%;
  max-width: 740px;
  margin: 20px auto;
}

.product p, .product h2, .product h3, .product li {
  color: #231815;
  letter-spacing: 0;
}

.product .gray13 {
  font-size: 13px;
  color: #4D4D4D;
  line-height: 1.7;
}

.product__cart {
  text-align: left;
  width: 51%;
}

.product__name {
  font-size: 24px;
  letter-spacing: 0;
}

.product__value {
  font-size: 21px;
}

.product__value .tax {
  font-size: 13px;
}

.product__info {
  text-align: left;
  padding-left: 27px;
  width: 49%;
}

.product__info p {
  font-size: 15px;
}

.product__note h3 {
  margin: 0;
}

.product__note ul li {
  padding-left: .5em;
  text-indent: -.5em;
  line-height: 1.7;
  margin-bottom: .3em;
}

.btn-cart {
  color: #FFF !important;
  background-color: #ff0000;
  font-size: 16px;
  text-align: center;
  width: 240px;
  height: 40px;
  line-height: 40px;
  display: block;
}

.btn-cart:hover {
  opacity: .7;
}

.btn-cart.sold {
  background-color: #ccc !important;
  color: #333 !important;
  pointer-events: none;
}

.stock {
  width: 240px;
  text-align: center;
}

/*INFO
 * --------------------------------------------------------*/
.info {
  width: 600px;
  font-size: 24px;
  line-height: 1.6em;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: left;
}
.info_photo {
  width: 600px;
  margin: 0 auto;
  padding-top: 60px;
}
.info_title {
  width: 120px;
  margin: 0 auto;
  padding-top: 40px;
}
.info_mokuji {
  font-family: "Zen Old Mincho N B";
}


/*ライン
 * --------------------------------------------------------*/
 .border_dot {
   border: dashed 0.5px #666;
   width: 480px;
   margin: 0 auto;
   margin-top: 45px;
   margin-bottom: 45px;
 }
 .border_dot_l {
   border: dashed 0.5px #666;
   width: 780px;
   margin: 0 auto;
   margin-top: 30px;
   margin-bottom: 30px;
 }
 .hr {
  border-top: dashed 1px #231815;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
 }


/*フッター
 * --------------------------------------------------------*/
 #footer {
   width: 810px;
   clear: both;
   height: auto;
   padding-left: 40px;
   padding-top: 40px;
   margin: 0 auto;
   overflow: hidden;
 }

#footer li {
  float: left;
  margin-right: 35px;
  list-style-type: none;
}

.mail {
  padding-top: 15px;
  margin-left: 100px;
}
.home {
  padding-top: 12px;
  margin-right: 0px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #002350;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer {
  width: 90%;
  margin: 0 auto;
}

.footer ul {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.footer ul li {
  margin-right: 20px;
}

.footer ul li:last-child {
  margin-right: 0;
}

.footer__menu {
  display: flex;
  font-size: 13px;
  justify-content: space-around;
  width: 96%;
  margin: 29px auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*タブレット対応
* --------------------------------------------------------*/
@media screen and (max-width: 900px) {

  .wrapper {
    width: 100%;
  }

  #navi {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: -6px;
    margin-bottom: -3px;
  }

  #navi img {
    height: 80px;
  }

  .yodogawa {
    width: 94%;
  }
  .yodogawa .left {
    width: 400px;
  }
  .yodogawa .right {
    width: 300px;
  }

  #footer {
    width: 96%;
    padding-left: 0px;
  }
  #footer ul {
    display: flex;
    justify-content: space-around;
  }
  #footer .mail {
    margin-left: 0px;
  }
  #footer .home {
    margin-right: 0px;
  }

}

/*タイトル調整
* --------------------------------------------------------*/
@media only screen and (max-height: 400px) {
	.head img{
		height: calc(100vh - 60px);
		width: auto;
		margin: 0 auto;
	}
}
/*スマホ対応
* --------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/base_sp.jpg);
    background-size: 100% auto;
    background-position: center bottom;
    z-index: -1;
  }
  .wrapper {
    width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  br {
    display: none;
  }

  br.br {
    display: inherit;
  }

  br.sp {
    display: inherit;
  }

  .sale br {
    display: inherit !important;
  }

  /*スマホ対応 ヘッダ
   * --------------------------------------------------------*/
  .head {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*スマホ対応 ヨドガワ
   * --------------------------------------------------------*/
  .text {
  width: 88%;
  font-size: 16px;
  line-height: 1.8em;
  margin:0 auto;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  }
  .text_green {
    font-size: 15px;
    line-height: 1.8em;
  }


  /*スマホ対応 ボタン
   * --------------------------------------------------------*/
   .btn {
    width: 100%;
    font-size: 15px;
   }


  /*スマホ対応 対談
   * --------------------------------------------------------*/
   .white {
     width: 95%;
     margin-top: 30px;
   }
  .date {
    font-size: 13px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .index {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.index__item {
  width: calc(50% - 1px);
}
.index__item a {
  display: block;
  padding-bottom: 10px;
}
.index__item img {
  width: 100%;
  margin: 0;
  }
.index__item__ttl {
  margin: 0;
  color: #231815;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
  padding-left: .5em;
}

.slide {
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
}

.slide__item {
  width: 100%;
  height: 0;
  padding-top: 100%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center center;
}

.swiper-container {
  padding: 0 0 50px !important;
}

.product {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product .gray13 {
  font-size: 13px;
  color: #4D4D4D;
  line-height: 1.7;
}

.product__cart {
  text-align: left;
  width: 100%;
  padding: 0 5%;
}

.product__name {
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
}

.product__value {
  font-size: 16px;
  text-align: center;
}

.product__value .tax {
  font-size: 13px;
}

.product__info {
  text-align: left;
  padding-left: 0;
  width: 100%;
  padding: 0 5%;
}

.product__info p {
  font-size: 15px;
}

.product__note h3 {
  margin: 0;
}

.product__note ul li {
  padding-left: .5em;
  text-indent: -.5em;
  line-height: 1.7;
  margin-bottom: .3em;
}

.btn-cart {
  color: #FFF !important;
  background-color: #ff0000;
  font-size: 16px;
  text-align: center;
  width: 240px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
}

.btn-cart:hover {
  opacity: .7;
}

.btn-cart.sold {
  background-color: #ccc !important;
  color: #333 !important;
  pointer-events: none;
}

.stock {
  width: 240px;
  text-align: center;
  margin: 0 auto;
}


  /*スマホ対応　INFO
   * --------------------------------------------------------*/
  .info {
    width: 90%;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 1.6em;
  }
  .info_photo {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .info_title {
    width: 25%;
  }


  /*スマホ対応　ライン
   * --------------------------------------------------------*/
  .border_dot {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .border_dot_l {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  /*スマホ対応 フッター
   * --------------------------------------------------------*/
  #footer {
    width: 100%;
    height: auto;
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    text-align: center;
  }

  #footer ul {
    display: block;
  }

  #footer li {
    float: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 5px;
  }

  #footer li img {
    width: auto;
    height: 35px;
  }

  #footer .mail img {
    width: 50%;
    height: 50%;
  }
  #footer .home img {
    width: 50%;
    height: 50%;
  }

  .copyright {
    width: 100%;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .footer {
    width: 90%;
    margin: 0 auto;
  }

  .footer ul {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .footer ul li {
    margin-right: 10px;
    width: 40px;
  }

  .footer ul li.mail, .footer ul li.home {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .footer ul li:last-child {
    margin-right: 0;
  }

  .footer__menu {
    display: flex;
    font-size: 13px;
    justify-content: space-around;
    width: 96%;
    margin: 29px auto;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

}
