@charset "utf-8";

a {
  text-decoration: none;
}

footer {
  width: 100%;
}

iframe {
  overflow:hidden;
  border: none;
}

 #info_container {
    width: 100%;
    min-height: 600px;
    background: #adadad;
    text-align: center;
}

.info_top {
    width: 1200px;
    margin: 0 auto;
    font-size: 15px;
    padding-top: 25px;
}

.info_top h1 {
  position: relative;
  text-align: center;
}
.info_top h1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #adadad;
  text-align: left;
}
.info_top h1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.info_top h1 span {
    color: #FFF;
    font-family: 'Lora', serif;
}

.info_middle {
    width: 1030px;
    margin: 0 auto;
    padding: 0 0 10px;
    font-size: 15px;
    color: #FFF;
    text-align: left;
    position: relative;
}

.info_middle span {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 17px;
    float: right;
    display: block;
    border-left: 5px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px;
}

.info_middle img {
  margin: 0 0 0 10px ;
}


.info_bottom {
    font-size: 12px;
    width: 1030px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: left;
}

.info_bottom .bottom_flex {
    -webkit-display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.bottom_flex .box_01 {
  width: 330px;
  border: 1px solid #fff;
  padding: 5px;
    font-size: 12px;
    line-height: 15px;
    margin-left: -55px;
}

 .bottom_flex .box_01 a {
    font-size: 12px;
}

.bottom_flex .box_02 {
  height: 100px;
  /*border-left: 5px solid #fff;*/
    font-size: 12px;
    line-height: 15px;
}

.bottom_flex .box_03 {
  height: 100px;
  /*border-right: 5px solid #fff;*/
    font-size: 12px;
    line-height: 15px;
}

.bottom_flex .box_04 {
  width: 330px;
  border: 1px solid #fff;
  padding: 5px;
  margin-left: -30px;
}

.bottom_flex .box_05 {
  padding: 5px;
  margin-right: 395px;
}
.bottom_flex li {
    display: inline-block;
    width: 265px;
    color: #fff;
    /*text-decoration: none;*/
    /*line-height: 24px;*/
    outline: none;
}

.bottom_flex li a {
    display: inline-block;
    width: 265px;
    padding-left: 14px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.bottom_flex .mailto {
    display: inline;
    padding: 0;
    background: none;
    text-decoration: underline;
    font-weight:bold;
}

.bottom_flex li a:hover {
    text-decoration: underline;
}

#footer_calendar {
    width: 235px;
    font-size: 12px;
    color: #4b4b4b;
    margin-bottom: 50px;
}


footer {
    width: 100%;
}

footer #info_container {
    width: 100%;
    min-height: 425px;
    background: #494949;
    text-align: center;
}

/*
footer .shop_info{
    width: 1200px;
    margin: 0 auto;
}
*/

footer .info_top {
    width: 1200px;
    margin: 0 auto;
    font-size: 15px;
    padding-top: 25px;
}

footer .info_top h2 {
    padding: .30em 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

footer .info_top h2 span {
    color: #FFF;
    font: normal 30px 'Vollkorn', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    /*letter-spacing: 6px;*/
}

footer .info_middle {
    width: 1050px;
    margin: 0 auto;
    padding: 0 0 10px;
    font-size: 15px;
    color: #FFF;
    text-align: left;
    position: relative;
}

footer .info_middle span {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 1.07em;
    float: right;
    display: block;
}

footer .info_bottom {
    font-size: 12px;
    width: 1050px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: left;
}

footer .info_bottom .bottom_flex {
    -webkit-display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

footer .bottom_flex .box1 {
    font-size: 12px;
    line-height: 17px;
}

footer .bottom_flex .box1 a {
    font-size: 12px;
}

/*
footer .bottom_flex .box2 {
    margin-left: 25px
}

footer .bottom_flex .box3 {
    margin-left: 22px
}
*/

footer .bottom_flex li {
    display: inline-block;
    width: 265px;
    color: #fff;
    text-decoration: none;
    line-height: 24px;
    outline: none;
}

footer .bottom_flex li a {
    display: inline-block;
    width: 265px;
    padding-left: 14px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    background: url(https://www.rakuten.ne.jp/gold/amiami345/rami0909/img/icon/ya.png) left center no-repeat;
}

footer .bottom_flex .mailto {
    display: inline;
    padding: 0;
    background: none;
    text-decoration: underline;
    font-weight:bold;
}

footer .bottom_flex li a:hover {
    text-decoration: underline;
}

#footer_calendar {
    width: 235px;
    font-size: 12px;
    color: #4b4b4b;
    margin-bottom: 50px;
}

.footer_cal_bk {
    width: 59px;
    padding-bottom: 10px;
    text-align: right;
    font-size: 85%;
}

.footer_cal_month {
    width: 115px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 93%;
    color: #000;
}

.footer_cal_nx {
    width: 59px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 85%;
}

.holyday,
.Sat,
.Sun {
    color: #b41d24;
}

.copyright {
    width: 100%;
    background: #C7C1B7;
    text-align: center;
}

.copyright small {
    display: block;
    padding: 18px 0;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: bolder;
}
