@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: #ea5504;
  text-decoration: none;
}

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

a:hover {
  color: #fff100;
  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 bottom;
  background-image: url(../images/base.jpg);
  background-repeat: repeat-y;
  background-size: 1400px;;
  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.8em;
}

@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;
}

/* ヘッダー
 * --------------------------------------------------------*/
.head {
  width: 900px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.head img {
  max-width: 100%;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}


/*ヨドガワ
 * --------------------------------------------------------*/
.yodogawa {
  width: 340px;
  font-size: 18px;
  font-family: "Hiragino UD Sans Rd W6 JIS2004";
  line-height: 1.8em;
  margin:0 auto;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
.green {
  font-size: 16px;
  line-height: 1.6em;
  color: #32aa46;
}
.green_big {
  font-size: 26px;
  line-height: 1.6em;
  color: #32aa46;
}


/*ボタン
 * --------------------------------------------------------*/
 .btn {
  padding-top: 35px;
  padding-bottom: 15px;
  font-size: 24px;
  font-family: "Hiragino UD Sans Rd W6 JIS2004";
 }
 .square_btn {
  display: inline-block;
  padding: 0.6em 1.2em;
  text-decoration: none;
  color: #fff !important;
  border: solid 1px #32aa46;
  background: #32aa46;
  border-radius: 3px;
  transition: .4s;
}
.square_btn:hover {
  background: #fff100;
  border: solid 1px #fff100;
  color: #32aa46 !important;
}


/*INFO
 * --------------------------------------------------------*/
.info {
  width: 480px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}
.info .midashi {
  font-size: 18px;
  font-family: "Hiragino UD Sans Rd W6 JIS2004";
  color: #32aa46;
}
.info .title {
  font-size: 28px;
  line-height: 1.6em;
  padding-bottom: 15px;
  font-family: "Hiragino UD Sans Rd W6 JIS2004";
  color: #32aa46;
}
.info .time {
  font-size: 18px;
  padding-top: 15px;
  font-family: "Hiragino UD Sans Rd W6 JIS2004";
}
.info .cap {
  font-size: 14px;
  line-height: 1.6em;
  color: #666;
}
.info .photo {
  width: 460px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.info .icon {
  width: 460px;
  padding-bottom: 15px;
}
.square {
 display: inline-block;
 padding: 0.1em 0.5em;
 text-decoration: none;
 color: #32aa46 !important;
 border: solid 1px #32aa46;
 border-radius: 3px;
 transition: .4s;
 margin-top: 20px;
 margin-bottom: 5px;
 font-family: "Hiragino UD Sans Rd W6 JIS2004";
}
.date {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-top: 30px;
  padding-bottom: 30px;
}
.infobase {
  width: 100%;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e6e3c6;
}


/*ライン
 * --------------------------------------------------------*/
.border_dot {
  border: dashed 0.5px #666;
  width: 900px;
  margin: 0 auto;
}

/*おたのしみ
 * --------------------------------------------------------*/
 .otanoshimi_base {
   width: 500px;
   margin: 0 auto;
   margin-bottom: 25px;
   color: #fff;
   background-color: #32aa46;
   padding: 40px;
   border-radius: 10px;        /* CSS3草案 */
     -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
     -moz-border-radius: 10px;   /* Firefox用 */
 }
 .otanoshimi_base .text {
   width: 500px;
   margin: 0 auto;
 }
 .otanoshimi_base .midashi {
   padding-bottom: 5px;
   font-family: "Hiragino UD Sans Rd W6 JIS2004";
 }
 .otanoshimi_base .title {
   font-size: 30px;
   font-family: "Hiragino UD Sans Rd W6 JIS2004";
   padding-bottom: 20px;
 }
 .otanoshimi_base .photo {
   width: 500px;
   padding-bottom: 20px;
 }


/*フッター
 * --------------------------------------------------------*/
 #footer {
   width: 810px;
   clear: both;
   height: auto;
   margin-top: 60px;
   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;
  line-height: 1.6em;
  color: #666;
  padding-top: 40px;
  padding-bottom: 40px;
}


/*タブレット対応
* --------------------------------------------------------*/
@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 {
    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: 95%;
    padding-bottom: 0px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

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

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


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


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


  /*スマホ対応　おたのしみ
    * --------------------------------------------------------*/
    .otanoshimi_base {
      width: 90%;
      padding: 10px;
      border-radius: 5px;        /* CSS3草案 */
        -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
        -moz-border-radius: 5px;   /* Firefox用 */
    }
    .otanoshimi_base .text {
      width: 95%;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .otanoshimi_base .midashi {
      padding-bottom: 0px;
    }
    .otanoshimi_base .title {
      font-size: 20px;
      padding-bottom: 10px;
    }
    .otanoshimi_base .photo {
      width: 100%;
    }

  /*スマホ対応 フッター
   * --------------------------------------------------------*/
  #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;
  }

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

  #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;
  }

}
