@charset "UTF-8";
/* CSS Document */

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

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

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

a:hover {
  color: #52b8d5;
  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-attachment: fixed;
  background-position: center top;
  background-image: url(../images/base.jpg);
  background-size: 100%;
  color: #000;
  line-height: 2.0;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
}

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

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

@import url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
.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;
}

/* ヘッダー
 * --------------------------------------------------------*/
.head {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}

.pc {
  display: block !important;
  margin: 0 auto;
}

.sp {
  display: none !important;
}

.p_prof {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}


/*ヨドガワ
 * --------------------------------------------------------*/
.yodogawa {
  width: 360px;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2em;
  font-family: "Koburina Gothic W6 JIS2004";
  color: #fff;
  text-shadow: 1px 1px 8px #333;
  padding-bottom: 50px;
}
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #fbb03b;
    border: dashed 1px #fbb03b;
    border-radius: 3px;
    transition: .4s;
    margin-top: 7px;
}
.square_btn:hover {
    border-style: dotted;
    color: #52b8d5;
}
.cap_white {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 2em;
  color: #fff;
}
.prof {
  width: 520px;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2em;
  font-family: "Koburina Gothic W6 JIS2004";
  color: #fff;
  text-shadow: 1px 1px 8px #333;
  padding-bottom: 50px;
}
.prof_name {
  font-size: 23px;
  letter-spacing: 2px;
  line-height: 2em;
  font-family: "Koburina Gothic W6 JIS2004";
  color: #fff;
  padding-bottom: 20px;
}


/*対談
 * --------------------------------------------------------*/
.title {
  margin: 0 auto;
  text-align: center;
  margin-top: -70px;
  padding-bottom: 10px;
}
.title_4 {
  margin: 0 auto;
  text-align: center;
  margin-top: -70px;
  padding-bottom: 10px;
}
.title_photo {
  width: 640px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.base_white {
  width: 700px;
  background-image: url(../images/white.png);
  margin:0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
  }

.conv {
  width: 500px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 2em;
}

.conv dl {
  padding-bottom: 16px;
}

.conv dt {
  width: 40px;
  float: left;
  clear: both;
  font-family: "Koburina Gothic W6 JIS2004";
  line-height: 1.8em;
}

.conv dd {
  width: 460px;
  margin-left: 90px;
  text-align: left;
}

.conv .photo {
  width: 570px;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-left: -35px;
}

.sage {
  margin-left: 15px;
}

.cap {
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1.8em;
  color: #666;
  padding-top: 5px;
  text-align: right;
}


/*バナー
 * --------------------------------------------------------*/
.banner {
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 10px;
}


/*ライン
 * --------------------------------------------------------*/
.border {
  border-top: 1px solid #888;
  width: 700px;
  margin: 0 auto;
  padding-top: 50px;
}


/*ナビゲーション
 * --------------------------------------------------------*/
#navi {
  width: 700px;
  margin: 0 auto;
  clear: both;
  height: auto;
  padding-top: 10px;
  padding-bottom: 15px;
  overflow: hidden;
}

#navi img {
  height: 110px;
}

#navi li {
  float: left;
  list-style-type: none;
}
.prev {
  margin-right: 100px;
}

.top {
  margin-right: 90px;
  margin-left: 90px;
}

.next {
  margin-left: 100px;
}

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

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

.home {
  padding-top: 10px;
}

.credit {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.8em;
  padding-top: 20px;
  padding-bottom: 30px;
}

.date {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-top: 20px;
  padding-bottom: 30px;
}

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

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

  .wrapper {
    width: 100%;
  }
  .head img {
    width: 100%;
  }

}

/*スマホ対応
* --------------------------------------------------------*/
@media only screen and (max-width: 479px) {

  body {
    background: none;
  }

  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;
    z-index: -1;
  }

  .wrapper {
    width: 100%;
  }

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

  br {
    display: none;
  }

  br.sp {
    display: inherit;
  }

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

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }


  /*スマホ対応 ヨドガワ
   * --------------------------------------------------------*/
  .yodogawa {
    width: 85%;
    font-size: 15px;
    line-height: 1.8em;
  }
  .prof {
    width: 85%;
    font-size: 15px;
    line-height: 1.8em;
  }


  /*スマホ対応 対談
   * --------------------------------------------------------*/
  .title {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .title_4 {
    width: 82%;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .title_photo {
    width: 90%;
  }
  .base_white {
    width: 95%;
    }

  .conv {
    width: 88%;
    padding-top: 0px;
    padding-bottom: 20px;
    letter-spacing: 1px;
  }

  .conv dt {
    width: 100%;
    float: none;
    font-size: 15px;
  }

  .conv dd {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
    line-height: 1.9em;
  }

  .conv dd br {
    display: none;
  }

  .conv dl {
    padding-bottom: 10px;
  }

  .conv .photo {
    width: 100%;
    margin: 0 auto;
  }


  .sage {
    margin-left: -5px;
  }

  .cap {
    font-size: 12px;
    letter-spacing: 2px;
  }

  /*スマホ対応 バナー
   * --------------------------------------------------------*/
  .banner {
    width: 95%;
    padding-top: 20px;
  }


  /*スマホ対応　ライン
   * --------------------------------------------------------*/
  .border {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
  }


  /*スマホ対応　ナビゲーション
   * --------------------------------------------------------*/
  #navi {
    width: 100%;
    clear: both;
    text-align: center;
    }
  #navi img{
    height: 70px;
    }
    #navi ul {
      padding-left: 0px;
      }
    #navi li {
      float: none;
      display: inline-block;
      }
  .prev {
    margin-right: 10px;
    }
  .top {
    margin-right: 40px;
    margin-left: 40px;
    }
  .next {
    margin-left: 10px;
    }

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

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

  #footer li img{
    width: auto;
    height: 35px;
    }
    #footer .home img{
      width: 60%;
      height: 60%;
      }

  .date {
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .credit {
    width: 90%;
    font-size: 13px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .copyright {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .copyright .text {
    font-size: 11px;
    text-align: center;
  }

}
