@charset "UTF-8";

/****************************************
PC用
*****************************************/
@media (min-width: 768px) {  /*768px以上*/
.ibr{
    display: none;
    max-width: 0px;
}
    .logo {
    padding-left: 0px;
    margin-top: 16px;
    width: 400px;
    margin-left: 30px;
    position: absolute;
    display: block;
  }
    .logo img{ 
    width: 400px;
    display: block;
  }
.day{
    margin-right: 40px;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333333;
    font-size: 1.4rem;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: 1px;
}

.box {
    text-align: center;
    margin-top: 50px;
}
.space  {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 40px;
    min-height: 80vh;
}

.title {
    border-bottom: 2px solid #573E24;
    width: auto;
    font-size: 2.3rem;
    line-height: 3rem;
    margin-top: 10px;
    color: #573E24;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 4px;
}
.txt{
    display: inline-block;
    text-align: justify;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 1px;
    width: 600px;
}
.txt a{
    color: #7B6624;
    text-decoration: underline;
}
.photo_space{
    display: inline-block;
    width: 600px;
    margin-top: 20px;
}
.photo_space img{
    height: auto;
    width: 600px;
}

.photo_space span{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.4rem;
    margin-top: 5px;
    margin-right: 5px;
    line-height: 2rem;
    float: left;
    margin-left: 5px;
    text-align: left;
}
.topic {font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    float: left;
    border-bottom: 1px dotted #464646;
    width: 740px;
    padding-left: 30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 1.8rem;
    color: #333333;
    text-align: left;
    padding-top: 20px;
    padding-right: 30px;
  }
  a.topic:hover{
      opacity: 0.8;
      cursor: pointer;
  }
  .topic span {
    display: inline;
    width: 80px;
    height: 80px;
    line-height: 1.6rem;
    float: left;
    margin-right: 22px;
    font-size: 1.2rem;
    color: #90804A;
  }
  .topic p {
    display: inline-block;
    line-height: 1.8rem;
    font-size: 1.6rem;
    color: #90804A;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .topic:hover > .topic_link {
    color: #94B263;
    cursor: pointer;
  }
/*  .topic li:last-child {}*/
  .topic_link {
    margin-top: 18px;
    text-align: right;
    font-size: 1.4rem;
    right: 0px;
    bottom: 13px;
    color: #7B6624;
  }

}/**/









/****************************************
SP用
*****************************************/
@media screen and (max-width : 481px) {  /*640px以下*/
.ibr{
    display: none;
    max-width: 0px;
}
  .logo {
    height: 30px;
    width: 100%;
    text-align: center;
  }
  .logo img {
	margin-top: calc(20px);
	width: auto;
	height: 38px;
  }
.day{
    margin-right: 40px;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333333;
    font-size: 1.4rem;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: 1px;
}
  .space {
    width: 100%;
    min-height: calc(90vh);
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
.box {
    text-align: center;
    margin-top: 50px;

}

.title {
    border-bottom: 2px solid #573E24;
    width: auto;
    font-size: 2.3rem;
    line-height: 3rem;
    margin-top: 10px;
    color: #573E24;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 4px;
}
.txt{
    display: inline-block;
    text-align: justify;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 1px;
    width: 600px;
}
.txt a{
    color: #7B6624;
    text-decoration: underline;
}
.photo_space{
    display: inline-block;
    width: 600px;
    margin-top: 20px;
}
.photo_space img{
    height: auto;
    width: 600px;
}

.photo_space span{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.4rem;
    margin-top: 5px;
    margin-right: 5px;
    line-height: 2rem;
    float: left;
    margin-left: 5px;
    text-align: left;
}
.topic {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    border-bottom: 1px dotted #464646;
    width:calc(80vw);
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 1.8rem;
    color: #333333;
    text-align: left;
    padding-top: 20px;
   display: block;
  }
  a.topic:hover{
      opacity: 0.8;
      cursor: pointer;
  }
  .topic span {
    display: block;
    width: 100%;
    height: 120px;   padding-bottom: 20px;
    line-height: 1.6rem;
    margin-right: 22px;
    font-size: 1.2rem;
    color: #90804A;
	text-align: center
  }
  .topic span img{
      width: 120px;
    height: 120px;
  }
  .topic p {
    display: inline-block;
    line-height: 1.8rem;
    font-size: 1.6rem;
    color: #90804A;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .topic:hover > .topic_link {
    color: #94B263;
    cursor: pointer;
  }
/*  .topic li:last-child {}*/
  .topic_link {
    margin-top: 18px;
    text-align: right;
    font-size: 1.4rem;
    right: 0px;
    bottom: 13px;
    color: #7B6624;
  }
}
