@charset "UTF-8";




/* ----- cover_wrapper ----- */
#cover_wrapper {
  opacity: 0;
  transition: all 0.2s ease;
}
#cover_wrapper.is_show {
  opacity: 1;
}
#cover_slide {
  height: 100%;
}
.cover_slide_bg_1 {
  background-image: url(../img/home/slide/main_01.png);
}
.cover_slide_bg_1 .container{
  padding-top:130px;
}
.cover_slide_bg_2 {
  background-image: url(../img/home/slide/main_02.png);
}
.cover_slide_bg_3 {
  background-image: url(../img/home/slide/main_03.png);
}
.cover_slide_bg_4 {
  background-image: url(../img/home/slide/main_04.png);
}
#cover_slide .cover_slide_bg .container {
  /*width: 100%;*/
  height: 642px;
}
#cover_slide .slick-slide img {
  display: inline-block;
}
#cover_slide .slick-dots {
  bottom: 22px;
}
#cover_slide .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 10px;
}
#cover_slide .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}
#cover_slide .slick-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  opacity: 1;
}
#cover_slide .slick-dots li.slick-active button::before {
  background-color: rgba(89, 140, 40, 0.5);
  opacity: 1;
}



/* --------------
 * covid
 * -------------- */
#covid {
  background-image: url(../img/home/covid_bg.png), url("../img/home/read_bg_loop.png");
  background-repeat: repeat, repeat;
  background-position: center, center top;
  padding: 9px 0;
}
#covid .covid_inner {
  border-top: 2px solid #893300;
  border-bottom: 2px solid #893300;
}
#covid .covid_content {
  width: 600px;
  padding: 25px 0 15px;
  margin: 0 auto;
  background-image: url(../img/home/takeout_ok.png);
  background-position: right 0 bottom 40px;
  background-repeat: no-repeat;
}
#covid p {
  margin: 0;
  font-size: 14px;
}
#covid .business_hours {
  padding: 3px 0;
  font-size: 14px;
  font-weight: bold;
}
#covid .weekday {
  font-size: 19px;
}
#covid .time {
  font-size: 23px;
}
#covid ul {
  padding: 0;
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: bold;
  list-style-type: none;
}
#covid li {
  height: 17px;
  padding-left: 23px;
  background-image: url(../img/home/covid_list_marker.png);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 17px;
  margin-bottom: 10px;
}
#covid li a {
  color: #ba0000;
  font-size: 16px;
}
#covid .note {
  font-size: 13px;
}
@media (max-width: 767px) {
  #covid .covid_content {
    width: 90%;
    padding: 25px 0 15px;
    background: none;
  }
  #covid .text_center img {
    width: 100%;
  }
  #covid .business_hours br {
    display: block;
  }
}



/* --------------
 * anniversary_area
 * -------------- */
#anniversary_area{
  background-image:url('../img/home/aniversary_bg.png');
  background-position:center;
  display:table;
  height:599px;
  width:100%;
}
#anniversary_area h3{
  text-align:center;
  display:table-cell;
  vertical-align:middle;
}
#anniversary_area .sp{
  display:none;
}




/* --------------
 * read_area
 * -------------- */
#read_bg {
  background-image: url(../img/home/read_bg_loop.png);
  background-position: top center;
  background-size: cover;
  padding-top: 50px;
}
#read_video {
  margin-bottom: 30px;
  text-align: center;
}
#read_video video {
  max-width: 100%;
}
#read_attention {
  background-image: url(../img/home/mikan_bg.png);
  background-size: cover;
  background-position: top center;
  width: 802px;
  padding: 12px;
  margin: 0 auto;
  color: #391101;
}
#read_attention .inner {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
#read_attention h3 {
  text-align: center;
  margin: 30px 0 20px;
}
#read_attention p {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
  font-size: 14px;
}
#read_attention p span {
  color: #ac0707;
  font-weight: bold;
}
#read_attention p img {
  margin: -24px -22px -12px -20px;
}
#read_attention h4 {
  text-align: center;
}
#read_attention h4 img {
  margin: -15px 0 -35px;
}
#read_attention ul {
  width: 88%;
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
}
#read_attention li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-top: 3px;
}
#read_attention li span {
  display: inline-block;
  width: 46px;
  height: 46px;
  padding-right: 5px;
  margin-right: 10px;
  font-style: italic;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
}
#read_attention .mikan li span {
  background-image: url(../img/home/mikan_number.png);
}
#read_attention .yamato li span {
  background-image: url(../img/home/tit_yamato.png);
}
#read_attention a {
  display: block;
  width: 304px;
  height: 71px;
  margin: 5px auto 35px;
  background-image: url(../img/home/mikan_btn.png);
  color: rgba(255, 240, 347, 0.8);
  font-size: 16px;
  font-family: serif;
  text-align: center;
  line-height: 71px;
  text-decoration: none;
}
#read_attention a:hover {
  opacity: 0.9;
}
#read_attention .about_kanmuri {
  width: 88%;
  margin: 0 auto;
}
#read_attention .about_kanmuri h5 {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
#read_attention .about_kanmuri h5::before,
#read_attention .about_kanmuri h5::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: calc(50% - 110px);
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #250505;
}
#read_attention .about_kanmuri h5::before {
  left: 0;
}
#read_attention .about_kanmuri h5::after {
  right: 0;
}
#read_attention .kanmuri_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#read_attention .kanmuri_content .img {
  flex-shrink: 0;
}
#read_attention .kanmuri_content .img img {
}
#read_attention .kanmuri_content .kanmuri_detail {
  padding-left: 30px;
  font-size: 14px;
  line-height: 34px;
}
#read_attention .kanmuri_content .kanmuri_detail span {
  color: #ac0707;
  font-size: 20px;
}
#read_area_wrapper {
  background-image: url(../img/home/read_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 440px;
  padding-bottom: 10px;
  margin-top: 50px;
  text-align: center;
}

#read_area_wrapper h2 {
  margin: 0;
}

#read_area_wrapper p {
  color: #060606;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
}

#read_area_wrapper p.aniversary {
    color: #463622;
    font-size: 20px;
    font-weight: bold;
    line-height: 34.5px;
    margin-top:0px;
    margin-bottom: 60px;
}







/* --------------
 * tetsu_ju
 * -------------- */
#tetsu_ju_wrapper {
  background-image: url(../img/home/tetsu_ju_contents.png), url(../img/home/tetsu_ju_bg.png);
  background-position: top center;
  background-repeat: no-repeat, repeat;
  min-height: 920px;
}

#tetsu_ju > div {
  color: #a1ab98;
  width: 340px;
}

#tetsu_ju .tetsu {
  margin-top: 50px;
}

#tetsu_ju .ju {
  margin-top: 565px;
}

#tetsu_ju > div span {
  color: #fff;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
}

#tetsu_ju > div p {
  line-height: 28px;
}







/* --------------
 * sozai_area
 * -------------- */
#sozai_area_wrapper {
  background-image: url(../img/home/sozai_bg.png);
  background-position: top center;
  padding: 60px 0 80px;
}

#sozai_area h2 {
  margin: 0 0 40px;
}

#sozai_area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#sozai_area li {
  color: #060606;
  display: inline-block;
  font-size: 13px;
  margin: 0 65px;
  text-align: left;
  vertical-align: top;
  width: 290px;
}

#sozai_area ul li:nth-child(3n+1),
#sozai_area ul li:nth-child(3n) {
  margin: 0;
}

#sozai_area ul li p {
  margin: 10px 30px 0;
  line-height: 26px;
}







/* --------------
 * map
 * -------------- */
#map_wrapper {
  height: 340px;
  padding: 26px 0 0;
  position: relative;
}

#map_header {
  background-image: url(../img/home/map_header_bg.png);
  background-position: center top;
  height: 44px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

#map_footer {
  background-image: url(../img/home/map_footer_bg.png);
  background-position: center bottom;
  height: 34px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 50;
}

#map_area {
  height: 285px;
}






/* --------------
 * orner_area
 * -------------- */

.orner_area{
  background-image: url("../img/home/bottom_bg.png");
  background-size: cover;
  padding:60px 0px ;

}

.orner_area_inner{
  background-image: url("../img/home/border.png");
  background-size: cover;
  height: 108px;
  padding: 35px 51px 35px 41px;
  margin:0px auto;
  width: 847px;
}

.orner_area_inner img{
  vertical-align: middle;
}

.orner_area_inner table{
  color: #681B08;
  font-size: 16px;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  float: right;
  line-height: 1.9;
  text-align: left;
  margin:0px;
  margin-top: -10px;
}

.orner_area_inner table tr th{
  padding-right: 14px;
}

.orner_area_inner table tr td{
  padding-right: 28px;
}

.orner_area_inner table tr td:last-child{
  padding-right: 0px;
}


#evo_wrapper {
  background: url('../img/home/tetsu_ju_bg.png') repeat center;
  padding: 70px 0;
  text-align: center;
}

#evo_wrapper h2 {
    color: #eee;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 28px;
    font-weight: bold;
}

#evo_wrapper ul{
  padding-left: 0;
  width: 1000px;
  margin: 20px auto 0;
}

#evo_wrapper ul li{
  list-style: none;
  width: 320px;
  float: left;
  margin-right: 20px;
}

#evo_wrapper ul li:last-child{
  margin-right: 0;
}

#evo_wrapper ul li a{
  display: block;
  text-decoration: none;
}

#evo_wrapper ul li a:hover img {
  opacity: 0.8;
}

#evo_wrapper ul li a:hover span {
  text-decoration: underline;

}

#evo_wrapper ul li a span{
  color: #fff;
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}


/* --------------
 * Under Smart Phone Size
 * -------------- */
@media (max-width: 767px) {
.cover_slide_bg_1 {
  background-image: url(../img/home/slide/sp_main_01.png);
}
.cover_slide_bg_2 {
  background-image: url(../img/home/slide/sp_main_02.png);
}
.cover_slide_bg_3 {
  background-image: url(../img/home/slide/sp_main_03.png);
}
.cover_slide_bg_4 {
  background-image: url(../img/home/slide/sp_main_04.png);
}
#cover_slide .cover_slide_bg .container {
  /*width: 100%;*/
  height: 320px;
}
#cover_slide .slick-slide img {
  display: none;
}

#anniversary_area {
  background-size:cover;
  padding:30px 15px;
  width:100%;
}

#anniversary_area h3.pc{
  display:none;
}

#anniversary_area h3.sp{
  display:block;
}

#anniversary_area h3.sp img{
  display:block;
  width:100%;
}

#anniversary_area h3.sp img:first-child{
  margin-bottom:20px;
}





/* --------------
 * read_area
 * -------------- */
#read_bg {
  background-size: cover;
}
#read_attention {
  width: 90%;
}
#read_attention h3 img {
  /*width: 90%;*/
}
#read_attention p {
  width: 90%;
  line-height: 1.6;
  font-size: 17px;
}
#read_attention p br {
  display: block;
}
#read_attention p img {
  /*margin: -20px -15px -20px -25px;*/
}
#read_attention h4 {
  margin: 0 0 -15px;
}
#read_attention h4 img {
  /*width: 100%;*/
  margin: 0;
}
#read_attention ul {
  width: 90%;
  font-size: 15px;
}
#read_attention li {
  margin-top: 10px;
}
#read_attention a {
  width: 350px;
  height: 81.7px;
  margin-top: 15px;
  background-size: cover;
  line-height: 81.7px;
  font-size: 20px;
  font-weight: bold;
}
#read_attention .kanmuri_content {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  /*margin-bottom: 30px;*/
}
#read_attention .kanmuri_content .img {
  flex-shrink: 0;
  width: 30%;
}
#read_attention .kanmuri_content .img img {
  max-width: 100%;
}
#read_attention .kanmuri_content .kanmuri_detail {
  width: 70%;
  padding-left: 15px;
  /*font-size: 14px;*/
  line-height: inherit;
}





/* --------------
 * tetsu_ju
 * -------------- */
#tetsu_ju_wrapper {
  background-image: url(../img/home/tetsu_ju_bg.png);
  background-position: top center;
  background-repeat: repeat;
  min-height: inherit;
  padding-bottom: 20px;
}

#tetsu_ju > div {
  text-align: center;
  width: 100%;
}

#tetsu_ju > div img {
  display: block;
  margin: 0 auto 20px;
}

#tetsu_ju .ju {
  margin-top: 50px;
}

#tetsu_ju > div span {
  font-size: 22px;
  line-height: 30px;
}

#tetsu_ju > div p {
  line-height: 22px;
}





/* --------------
 * sozai_area
 * -------------- */
#sozai_area li {
  margin: 0 0 20px;
  text-align: center;
  width: 100%;
}

#sozai_area li img {
  display: inline-block;
}


.orner_area_inner{
  background-image:none;
  height:100%;
  width:100%;
  padding-bottom: 0px;
  padding-top: 0px;
}
.orner_area_inner img {
    display:block;
    text-align:center;
    margin-bottom: 30px;
}

.orner_area_inner table {
    color: #681B08;
    font-size: 16px;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    float: none;
    line-height: 1.9;
    text-align: left;
    margin: 0px;
    margin-top: -10px;
}

.orner_area_inner tr{
  width:100%;
}

.orner_area_inner table tr th{
  border-bottom: 1px solid #681B08;
  display: inline-block;
  width: 100%;
  margin: 15px 0 0px;
}

.orner_area_inner table tr td{
  display: inline-block;
  font-size: 24px;
  width: 100%;
}

/* --------------
 *evo
 * -------------- */


#evo_wrapper ul{
  width: 100%;
  margin-top: 0;
}

#evo_wrapper ul li{
    float: none;
    width: 100%;
    margin-bottom: 20px;
}

}

















