@charset "utf-8";

.sp { display:none!important; }

/* フェード設定 */

.fadein {
    opacity : 0;
    transform : translate(0, 30px);
    transition:all 0.9s;
}


/*マーカーアニメーション*/
 
.marker-animation.active{
    background-position: -100% 1.3em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, #a81621 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #a81621 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #a81621 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #a81621 50%);
    background-image: linear-gradient(left, transparent 50%, #a81621 50%);
    background-repeat: repeat-x;
    background-size: 200% 0.05em;
    background-position: 0 .5em;
    transition: all 1s ease;
}



/* ALL */
#gifu_special_2020 {
  color: #000;
  font-size: 15px;
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




img.head { 
  width: 100%;
 }


.head_text {
  background: #f7f5f6;
  line-height: 2.8em;
  padding: 20px 30px 50px 30px;
  margin: 30px auto 0px auto;
  text-align: center;
  z-index: 0;
  position: relative;
}

.head_text:before {
  content: '';
  top: -104px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f5f6;
  transform: skewY(-6deg);
  transform-origin: bottom right;
  position: absolute;
  z-index: -100;
}

.head_main {
  font-size: 23px;
  letter-spacing: 0.3em;
  display: inline-block;
  position: relative;
  z-index: 0;
}

div.head_text p.head_main:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: 6px;
  height: 16px;
  z-index: -1;
  background: #cfcece;
}


.head_sub {
  font-size: 13.5px;
}



/* TEXTS */

p.text {
  font-size: 13px;
  line-height: 1.9em;
  letter-spacing: 0.03em;
  text-align: justify;
  text-justify: inter-ideograph;
}



.sub_title { 
  font-size: 19px;
  letter-spacing: 0.14em;
  margin: 0px auto 40px auto;
}


.bold { font-weight: bold; }


/* HEAD IMAGE - vegas ken burns */



dl.title {
  width: 100%;
  display: flex;
  margin: 30px auto 30px auto;
}



dd.title {
  width: 50%;
  align-self: center;
}


dt.title {
  width: 50%;
  margin: 20px;
  align-self: center;
}

.title img {
  width: 400px;
  height: auto;

}





.profile{
  font-size: 13px;
  background: #f7f5f6;
  padding: 16px 16px 50px 16px;
}

.profile dl {
  width: 80%;
  border: 1px solid #000;
  align-self: center;
  display: flex;
  padding: 19px;
  margin: 0 auto;
}

.profile dt {
    width: 19%;
  align-self: center;
}

.profile dd {
  width: 90%;
  line-height: 2.08em;
  align-self: center;
}


.profile dt img {
  width: 100px;
  height: auto;
}



/* CONTENTS TITLE */




p.main_title {
  font-size: 55px;
  font-style: italic;
  letter-spacing: 0.1em;
  padding: 0 30px 0 30px;
  text-align: center;
  display:inline-block
}


p.main_title2 {
  font-size: 18px;
  margin: 15px auto 80px auto;

}



img.text { 
  text-align: center;
  margin: 30px 0 30px 0;
 }


#gifu_kanicity, #gifu_gifucity, #gifu_eniwacity {
  width: 95%;
  margin: 100px auto 30px auto;
  text-align: center;
}








/* TOKUTEN */

#bottom_tokuten {
  padding: 50px 0;
}

.tokuten {
  width: 95%;
  background: #f7f5f6;
  margin: 10px auto 10px auto;
  position: relative;
}

dl.tokuten{
  width: 85%;
  display: flex;
  line-height: 1.8em;
  padding: 30px 0 30px 0;
}

dd.tokuten {
  width: 65%;
  align-self: center;
}

dt.tokuten {
  width: 20%;
  align-self: center;
}

.tokuten dt img:not(.icon) {
  width: 240px;
  height: auto;
}

.icon {
  position: absolute;
  top: 2%;
  left: 63%;
}
img.icon{
  width: 12%;
  height: auto;
}


/* DORAMAKAN */


.doramakan {
  width: 100%;
  display: flex;
  justify-content:space-between;
}

ul.doramakan{
  background: #f7f5f6;
  margin: 3px;
  flex-direction: column;     
  padding: 30px 10px 30px 10px;

}

.doramakan li {
  text-align: center;
  flex-direction: column;
}

.doramakan li img {
  width: 175px;
}






.clear { clear: both; }


/* TOKUTEN - FONT */


.menu_address {
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.menu_title {
  font-size: 21px;
  margin-bottom: 5px;
}

.menu_kaiintokuten {
  font-size: 15px;
}
.menu_price1 {
  color: #000;
  font-size: 14px;
}

.menu_price2 {
  color: #a81621;
  font-size: 18px;
}





.clear { clear: both; }

/* BOTAN */

.container {
  margin-top: 20px;
}


.btn-border {
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  font-size: 17px;
  color: #fff;
  padding: 2px 55px;
  transition: .4s;
}

.btn-border:hover {
  color: #000;
  background-color: #f7f5f6;
  border: 2px solid #000;
}