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

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

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

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

a:hover {
  color: #ff8033;
  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_01.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-family: sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.9em;
  letter-spacing: 0.1em;
}
}

@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 {
  width: 800px;
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}
.head img {
  max-width: 100%;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}


/*ヨドガワ
 * --------------------------------------------------------*/
.yodogawa {
  width: 500px;
  margin:0 auto;
  font-size: 18px;
  font-family: "TBUDGothic B";
  line-height: 1.9em;
  padding-top: 30px;
  padding-bottom: 50px;
}


/*INFO
 * --------------------------------------------------------*/
 .info_base {
   width: auto;
   background-image: url(../images/base_02.jpg);
   background-attachment: fixed;
 }
 .info {
  width: 500px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}
.info .photo {
  width: 550px;
  margin-left: -25px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.info .cap {
  font-size: 14px;
  line-height: 1.8em;
  margin-top: -15px;
  color: #666;
  padding-bottom: 5px;
}


/*コンテンツ
 * --------------------------------------------------------*/
 .contents_base {
   width: auto;
   background-image: url(../images/base_03.jpg);
   background-attachment: fixed;
   padding-bottom: 30px;
 }
 .contents {
  width: 520px;
  margin: 0 auto;
  text-align: left;
  padding-top: 30px;
}
.contents .title {
  font-size: 32px;
  font-family: "TBUDGothic H";
  line-height: 1.6em;
  padding-top: 15px;
}
.contents .photo {
  width: 550px;
  margin-left: -25px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.time_base {
  width: 470px;
  margin-top: 30px;
  margin-left: -25px;
  color: #666;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}


/*ボタン
 * --------------------------------------------------------*/
 .btn {
  padding-top: 15px;
 }
 .square_btn {
  display: inline-block;
  padding: 0.3em 0.8em;
  text-decoration: none;
  color: #cc5585;
  border: solid 2px #cc5585;
  border-radius: 3px;
  transition: .4s;
}
.square_btn:hover {
  background: #cc5585;
  color: white;
}


/*ライン
 * --------------------------------------------------------*/
.border_dot {
  border: dashed 1px #cc5585;
  width: 650px;
  margin: 0 auto;
  margin-top: 40px;
}


/*バナー
 * --------------------------------------------------------*/
.banner {
  text-align: center;
  margin-bottom: 50px;
}



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

#navi img {
  height: 85px;
}

#navi ul {
  padding-left: 35px;
}

#navi li {
  float: left;
  list-style-type: none;
}

.prev {
  margin-right: 100px;
}

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

.next {
  margin-left: 100px;
}

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

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

.line {
  padding-top: 0px;
}

.home {
  padding-top: 10px;
  margin-left: 90px;
  margin-right: 0px;
}

.date {
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}


/*タブレット対応
* --------------------------------------------------------*/
@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;
  }

}

/*スマホ対応
* --------------------------------------------------------*/
@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-size: 100% auto;
    z-index: -1;
  }

  .wrapper {
    width: 100%;
  }

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

  br {
    display: none;
  }

  br.sp {
    display: inherit;
  }

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

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*スマホ対応 ヨドガワ
   * --------------------------------------------------------*/
  .yodogawa {
  width: 86%;
  font-size: 16px;
  margin:0 auto;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 20px;
  }


  /*スマホ対応　INFO
   * --------------------------------------------------------*/
  .info {
    width: 88%;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .info .photo {
    width: 100%;
    margin: 0 auto;
  }
  .info .prof_photo {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .info_title {
    font-size: 20px;
  }


  /*スマホ対応　コンテンツ
   * --------------------------------------------------------*/
  .contents {
    width: 88%;
    font-size: 16px;
    padding-top: 20px;
  }
  .contents .photo {
    width: 100%;
    margin: 0 auto;
  }
  .contents .title {
    font-size: 22px;
  }
  .contents_base {
    width: auto;
    background-image: url(../images/base_03.jpg);
    background-attachment: fixed;
    padding-bottom: 30px;
  }
 .time_base {
   width: 75%;
   margin: 0 auto;
 }
 .contents .number {
   width: 23%;
 }


  /*スマホ対応　ライン
   * --------------------------------------------------------*/
  .border_dot {
    width: 86%;
  }


  /*スマホ対応　バナー
   * --------------------------------------------------------*/
  .banner {
    width: 90%;
    margin-bottom: 0px;
  }


  /*スマホ対応　ナビゲーション
   * --------------------------------------------------------*/
  #navi {
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
  }

  #navi img {
    height: 50px;
  }

  #navi ul {
    padding-left: 0px;
  }

  #navi li {
    float: none;
    display: inline-block;
  }

  .prev {
    margin-right: 10px;
  }

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

  .next {
    margin-left: 10px;
  }

  /*スマホ対応 フッター
   * --------------------------------------------------------*/
  #footer {
    width: 100%;
    height: auto;
    clear: both;
    margin: 0;
    padding: 0;
    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;
  }

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

}
