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

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
html, body {
  height: 100%;/*scroll btn*/
}
body {
background-image: url(../images/bgpc.jpg);
background-attachment: fixed;
background-size: cover;
background-position: top 50px center;
background-repeat: no-repeat;
background-color: #778941;
font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
li {list-style-type: none;}
.wrapper {
  margin:100px auto;
  width:800px;
  max-width: 100%;
  background-color: rgba(255,255,255,0.8);
  border-radius: 10px 10px;
}
.wrapper .wrapper_naka{
  margin:50% auto 0;
  width:100%;
  max-width: 640px;
}


/*ヘッダー
 * --------------------------------------------------------*/
.header {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}
.header .hobo {
  background-color: #FE0001;
}
.header .hobo h1 a img {
  vertical-align: sub;
}
.title {
  margin-top: 80px;
}
.title h2 img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.header .yodogawa{
  padding-bottom: 50px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
h1 {
  margin: 0!important;
}



/*インデックス
 * --------------------------------------------------------*/
.index{
  padding-top: 20px;
  padding-bottom: 40px;
  width:700px;
}
/*ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width:100%;
  margin-left: 0px;
  padding-left: 0px;
}
li{
  display: inline-block;
  vertical-align: top;
}*/
.index .text{
  padding-top: 8px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: bold;
  font-family: "A1ゴシック M","A1 Gothic M";
}
.index .text .time{
  font-weight: normal;
  font-size: 15px;
  font-style:oblique;
  color: #757272;
}

.info1 {
  margin: 0 auto 55px;
  padding: 4rem 8.125rem 0;
  text-align: left;
  line-height: 2.2;
  font-family: "A1ゴシック M","A1 Gothic M";
}
.info1.pt0 {
  padding-top: 0;
  margin-bottom: 3em;
}
/*.pj_info2 {
  border-bottom: #FF0000 solid 4px;
}*/
.pj_info2 h3 {
  font-size: 1.5em;
  text-align: center;
  margin-top: 0;
  color: #FF0000;
  font-family: "A1ゴシック B";
  padding-top: 60px;
}
.pj_info2 p.link {
  text-align: center;
  margin-bottom: 63px;
  font-family: "A1ゴシック M","A1 Gothic M";
}
.pj_info2 p a {
  color: inherit;
}
.pj_info2 .info1.mt46 {
  padding-top: 46px;
}
.pj_listWrap {
  padding: 0 40px;
}
.pj_listWrap ul {
  background: #fff;
  margin: 0 auto 46px;
  padding: 40px 62px;
  color: #736357;
  line-height: 2.2;
}
.pj_listWrap ul li:not(:first-child) {
  display: flex;
  font-family: "A1ゴシック M","A1 Gothic M";
}
.pj_listWrap ul li h4 {
  text-align: center;
  font-size: 24px;
  font-family: "A1ゴシック B";
}
.pj_listWrap ul li span.time {
  width: 83px;
  text-align: right;
}
.pj_listWrap ul li span.item {
  margin-left: 15px;
}
.info4 {
  padding: 0 81.5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "A1ゴシック M","A1 Gothic M";
}
.info4 p {
  line-height: 2.2;
  margin-bottom: 32px;
}
.btn li:first-child {
  margin-bottom: 40px;
}
.btn li a img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

/*scroll btn
 * --------------------------------------------------------*/
.bocwrap {
  position: fixed;
 }
.box {
/*  width: 300px;*/
  width: 100px;
  height: 300px;
  margin-top: calc(50vh - 150px) auto;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.arrowWrap {
  position: absolute;
  left: 0;
  top: 50px;
  height: 200px;
}
.arrowInner p {
  font-size: 12px;
  text-align: end;
  color: #FFF;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background: #EEE;
  position: relative;
  overflow: hidden;
}
.arrow::before {
  content: "";
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0)
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0)
  }
}
/*0703
 * --------------------------------------------------------*/
.contents .wrap {
  max-width: 640px;
  width: 100%;
}
.contents .wrap .inner {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.contents .wrap .inner p {
  width: 400px;
  margin: 30px auto 50px;
  line-height: 2.2;
}
.mailarea {
  width: 500px;
  margin: 0 auto 30px;
  background: #FFF;
  padding: 50px 55px;
  color: #766255;
}
.mailarea dt img {
  max-width: 69px;
  width: 100%;
}
.mailarea dt {
  margin-bottom: 20px;
}
.mailarea dd {
  margin-bottom: 30px;
  line-height: 2.2;
}
.info1.one {
  border-bottom: 3px solid #FE0001;
  padding: 4rem 8.125rem 2rem;
}
.pj_info2.border {
border-top: 3px solid #FE0001;
}


/*日付
 * --------------------------------------------------------*/
.article-date{
  padding: 60px 0;

}
.article-date p {
  text-align:center;
  font-size: 12px;
  color: inherit;
  font-family: "A1ゴシック R";
}

/*フッター
 * --------------------------------------------------------*/
 .footer {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 2em 0 1em;
  background-color: #FE0001;
  border-radius: 0px 0px 10px 10px;
}
.copyright {
  text-align: center;
  display: block;
  color: #FFF;
}
.footer__nest {
  padding: 0 1.8em 0 0;
}
.footer__align {
  vertical-align: bottom;
}
.fixed {
  position: fixed;
  bottom: -10px;
  width: 100%;
  height: 40px;
  padding-left: 1em;
}
.fixed small {
  color: #FFF;
  color: rgba(255,255,255,0.6);
}
li.footer__tw,
li.footer__fb,
li.footer__li {
  margin-right: 1.8em;
}
.last {
  padding-right: 0;
}
.footer__share {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__share li.snsbox ul {
  display: flex;
}

/*otanoshimi-list
 * --------------------------------------------------------*/
.listwrap li {
  width: 100%;
  border-top: #FF0000 solid 4px;
  padding: 3em 0 0;
  margin-bottom: 70px;
}
.listwrap li:last-child {
  border-bottom: #FF0000 solid 4px;
}
.listwrap li div.ttlBox,
.listwrap li h3 {
  padding-left: 40px;
  box-sizing: border-box;
}
.listwrap li div.ttlBox img {
  max-width: 373px;
  width: 100%;
  height: auto;
}
.listwrap li div.ttlBox2 {
  text-align: center;
}
.listwrap li div.ttlBox2 img {
  max-width: 456px;
  width: 100%;
  height: auto;
}
.listwrap li h3 {
  margin: 20px 0 40px;
  color: #39A04A;
  font-weight: normal;
  font-size: 1.5em;
  font-family: "A1ゴシック B";
}
.listwrap li h4 {
  font-size: 1.125em;
  margin: 60px 0 20px;
  padding-left: 40px;
  box-sizing: border-box;
  color: #FF0000;
  font-weight: normal;
  font-family: "A1ゴシック B";
}
.listwrap li p {
  margin: 0 auto 48px;
  padding: 0 104px;
  line-height: 2.2;
  font-family: "A1ゴシック M","A1 Gothic M";
}
.listwrap li p.comentBox {
  width: 400px;
  margin: 0;
  color: #754C24;
}
.listwrap li p a {
  color: inherit;
/*  text-decoration: none;*/
}
.listwrap li dl.interviewBox {
  width: 440px;
  margin: auto;
  line-height: 2.2;
  font-family: "A1ゴシック M","A1 Gothic M";
}
.listwrap li dl.interviewBox dd:first-child {
  margin-bottom: 20px;
}
.listwrap li p.comentBox span {
  display: block;
}
.listwrap dl {
  margin: 0 auto 55px;
  padding: 0 104px;
  line-height: 2.2;
  font-family: "A1ゴシック M","A1 Gothic M";
}
.listwrap dl.mb0 {
  margin-bottom: 0;
}

.imageBox {
  width: 100%;
  max-width: 480px;
  text-align: center;
  margin: 20px auto 0;
}
.imageBox img {
  max-width: 100%;
  height: auto;
}
.imageBox figcaption {
  text-align: start;
  font-size: 14px;
  color: #754C24;
}

.personalityBox {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
  padding-left: 30px;
}
.personalityBox img {
  max-width: 117px;
  width: 100%;
  height: auto;
}

.reservationButton {
  text-align: center;
  margin: 30px 0;
}
.reservationButton a[target=_blank]:after {
  content: "";
  position: static;
}
.reservationButton a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
  transition: 0.5s ease-in-out;
}
.reservationButton img {
  width: 100%;
  height: auto;
}
/*item
 * --------------------------------------------------------*/
.item dt {
  font-size: 24px;
  color: #39A04A;
  line-height: 2.2;
  font-family: "A1ゴシック B";
}
.item dd {
  font-family: "A1ゴシック M","A1 Gothic M";
}
.listwrap dl.item {
  margin: 0 auto 55px;
  padding: 55px 120px;
  line-height: 2.2;
}
.listwrap dl.item {
  margin-bottom: 0;
}
.listwrap dl.item dd:not(:last-child) {
  margin-bottom: 60px;
}

/*other
 * --------------------------------------------------------*/
.brpc {
  display: block;
}
.brsp {
  display: none;
}
.brpcsp {
  display: block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.rugby-point {
  margin: 7% 0;
}
.copyright-wrap {
  margin: 8% 0 2%;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 1em; /* フォントサイズちょっと小さく */
  position: static; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}
.banner img {
  max-width: 100%;
  height: auto;
}
.btn li a:after {
  visibility: hidden;
}



/*tb
 * --------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .wrapper {
    width: 700px;
  }
  .index {
    width: 100%;
  }
  .pj_info2 h3 {
    padding: 30px 0 0;
  }
}


/*sp
 * --------------------------------------------------------*/
@media screen and (max-width: 823px) {
  .bocwrap.pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  img {
    max-width: 100%;
    height: auto;
  }
  body {
    background-image: url(../images/bgsp.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top 60px center;
    background-repeat: no-repeat;
    background-color: #778941;
  }
  body::before {
    background-image: url('../images/bgsp.jpg');
    background-size: 100% auto;
    background-position: top 60px center;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
  }
  .container .subttl {
    background: rgba(0,0,0,0.7);
    /*margin-top: 350px;*/
    margin-top: calc(100vh / 1.9);
  }
  .wrapper {
    /*background-color: #FFF;*/
    margin: 100px 0 auto;
    border-radius: 10px 10px 0 0;
  }
  .wrapper .wrapper_naka{
    margin:0 auto;
    padding-top: 30px;
    width: 90%;
  }
/*ヘッダー
 * --------------------------------------------------------*/
  .header {
    text-align: center;
    border-bottom: 1px solid #a9a9a9;
  }
  .header .title{
    padding-top: 50px;
  }
/*インデックス
 * --------------------------------------------------------*/
  .container {
    width: 90%;
    margin: auto;
    padding-bottom: 80px;
  }
  .title {}
  .title h2 img {
    margin: 80px auto 0;
  }
  .index{
    width: 100%;
  }
  .index .text{
    font-size: 12px;
  }
  .index .text .time{
    font-size: 12px;
  }
  .info1 {
    width: 90%;
    padding: 0;
    text-align: left;
    line-height: 2.2;
    margin: 2em auto;
    font-size: 14px;
  }
  .info4 {
    font-size: 14px;
    padding: 0;
  }
  .pj_listWrap {
    padding: 0;
  }
  .pj_listWrap ul {
    padding: 10px;
  }
  .pj_listWrap ul li span.time {
    width: 83px;
    text-align: left;
  }
  .pj_listWrap ul li:not(:first-child) {
    flex-direction: column;
    margin-bottom: 16px;
    font-size: 14px;
    font-family: "A1ゴシック M","A1 Gothic M";
  }
  .pj_info2 h3 {
    padding: 30px 0 0;
    width: 90%;
    margin: auto;
    font-size: 16px;
    text-align: left;
  }
  .pj_listWrap ul li h4 {
    font-size: 16px;
    font-family: "A1ゴシック M","A1 Gothic M";
  }
  .pj_info2 p.link {
    font-size: 14px;
  }
  .pj_info2 .info1.mt46 {
    padding-top: 0;
  }

/*フッター
 * --------------------------------------------------------*/
   .footer {
    width: 100%;
  }
   .fotter .fotter_naka{
    width:100%;
  }
  .fotter .navi{
    width:100%;
  }
  .footer__tw a img {
    width: 41px;
  }
  .footer__fb a img {
    width: 36px;
  }
  li.footer__li {
    margin-right: 0;
  }
  .footer__li a img {
    width: 38px;
  }
  .footer__mail a img {
    width: 121.5px;
  }
  .footer__hobonichi a img {
    width: 154.5px;
  }
  .footer__wrap {
    border-top: 1px dotted #A7A7A7;
  }
  .footer__nest {
    width: 100%;
    padding: 20px 0;
    border-top: 1px dotted #FFF;
  }
  .snsbox {
    width: 90%;
  }
  .copyright-wrap {
    margin: 0;
    padding: 30px 0;
  }
  li.footer__tw,
  li.footer__fb,
  li.footer__li {
    margin-bottom: 1em;
  }
  .footer__share li.snsbox ul {
    display: block;
  }
/*otanoshimi-list
 * --------------------------------------------------------*/
  .listwrap li div.ttlBox,
  .listwrap li h3 {
    padding-left: 0;
  }
  .listwrap li h3 {
  font-size: 16px;
  }
  .listwrap li p {
    width: 100%;
    font-size: 14px;
    padding: 0;
  }
  .listwrap li p.comentBox span {
    text-align: center;
  }
  .listwrap dl.item {
    padding: 0;
  }
  .listwrap li dl.interviewBox {
    width: 100%;
  }
  .listwrap li h4 {
    font-size: 1.125em;
    padding-left: 0;
  }
  .personalityBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    padding-left: 0;
  }
  .personalityBox img {
    max-width: 117px;
    width: 100%;
    height: auto;
  }
  .imageBox figcaption {
    font-size: 10px;
  }
  .listwrap dl {
    font-size: 14px;
    font-family: "A1ゴシック M";
    padding: 0 104px;
  }
  .item dt {
    font-size: 16px;
  }
  .listwrap dl.item dd {
    font-size: 14px;
  }
  .listwrap dl.item {
    padding-top: 25px;
  }
  .listwrap dl.item dd:not(:last-child) {
    margin-bottom: 30px;
  }
  .listwrap dl.item dd:last-child {
    margin-bottom: 3em;
  }
  .listwrap dl {
    padding: 0;
  }
  .listwrap li {
    margin-bottom: 3em;
  }
  .btn li:first-child {
    margin-bottom: 20px;
  }
/*other
 * --------------------------------------------------------*/
  .brpc {
    display: none;
  }
  .brsp {
    display: block;
  }
  .brpcsp {
    display: block;
  }
  .rugby-point img {
    width: 30%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
/*0703
 * --------------------------------------------------------*/
  .contents .wrap {
    max-width: 640px;
    width: 100%;
  }
  .contents .wrap .inner {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
  .contents .wrap .inner p {
    width: 90%;
    margin: 30px auto 50px;
  }
  .mailarea {
    width: 100%;
    margin: 0 auto 30px;
    background: #FFF;
    padding: 50px 20px;
    color: #766255;
  }
  .mailarea dt img {
    max-width: 69px;
    width: 100%;
  }
  .mailarea dt {
    margin-bottom: 20px;
    text-align: center;
  }
  .mailarea dd {
    margin-bottom: 30px;
  }
  .info1.one {
    border-bottom: 3px solid #FE0001;
    padding: 0 0 30px;
  }
  .pj_info2.border {
  border-top: 3px solid #FE0001;
  }
}