@charset "utf-8";
/* CSS Document */
@import url(common.css);

.top img{
    width:100%;
    height:auto;
}
.top_pc{
        display:none;
    }
.inner img{
    border-radius:5px;
}
.frame {
  text-align: center;
}
.prologue, .news, .menu, .service {
  padding-bottom: 40px;
}
.catch {
  padding-top: 30px;
}
.news, .service {
  background-color: #335D2E;
}
.prologue, .menu, .access {
  color: #804e21;
}
.news, .service {
  color: #fcfad3;
}
.news a, .service a {
  color: #fcfad3;
}
.menu a {
  color: #804e21;
}
.otherpage, .otherpage_m {
  font-size: 24px;
}
.img img {
  width: 90%;
  height: auto;
}
.news ul li time {
	display: inline-block;
	padding-right:40px;
	color: #fcfad3;
	text-indent: 0;
}
.news ul {
    display:inline-block;
	list-style-type: none;
	padding-left: 0;
}
.news ul li {
	padding-left:175px;
	border-bottom: 2px dotted #fcfad3;
	text-indent: -175px;
}
.news a{
     text-decoration: none;
}
.news ul li img{
    margin:0 0 -1px 10px;
}
.info p{
        display:inline-block;
    text-align:left;
}
   .info .open{
       margin-left:55px;
    }
.info .address{
    margin-left:40px;
}
.info .tel{
    margin-left:62px;
}
.info .email{
    margin-left:55px;
}
.map iframe {
  padding-top: 20px;
  width: 90%;
  height: 145px;
}
/*.otherpageボタン領域↓*/
.otherpage {
  display: inline-block;
  margin-top: 30px;
  padding: 0px 50px;
  border-bottom: 3px solid #fcfad3;
  border-top: 3px solid #fcfad3;
}
.otherpage_m {
  display: inline-block;
  margin-top: 30px;
  padding: 0px 50px;
  border-bottom: 3px solid #804e21;
  border-top: 3px solid #804e21;
}  
/*.otherpageボタン領域↑*/

@media screen and (min-width:769px) {
    .top_sp{
        display:none;
    }
    .top_pc{
        display:inline-block;
    }
  body {
    line-height: 60px;
  }
    .news, .service {
    border-radius:5px;
}
  .otherpage, .otherpage_m {
    font-size: 36px;
  }
  .otherpage, .otherpage_m {
    margin-top: 60px;
    padding: 0px 70px;
  }
  .otherpage:hover, .otherpage_m:hover {
    transform: scale(0.9);
    transition: 0.2s;
      color:#C61C1E;
  }
  .otherpage:hover, .otherpage_m:hover {
    border-bottom: 3px solid #C61C1E;
    border-top: 3px solid #C61C1E;
  }
.news{
	text-align:center;
}
    .news ul li time {
	padding-right:200px;
	text-indent: 0;
}
    
.news ul li {
    border-bottom: 4px dotted #fcfad3;
	text-indent: -175px;
}
  .img img {
    width: 80%;
    height: auto;
  }
  .access::after {
    content: "";
    display: block;
    clear: both;
  }
  .info {
    float: left;
     margin:-10px 30px -10px 30px;
  }
      .info .open{
       margin-left:65px;
    }
.info .tel{
    margin-left:77px;
}
.info .email{
    margin-left:65px;
}
  .map {
    float: right;
  }
  .map iframe {
    height: 210px;
         width:500px;
     margin:-20px 0 -20px 10px;
  }
}