@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
header {
  background-color: white;
}
header .container {
  height: 85px;
}
header nav li {
  margin-right: 50px;
  font-size: 19px;
}
header nav li:last-child {
  margin-right: 0px;
}
.navbar-nav {
  padding-right: 50px;
}
.navbar-collapse {
  flex-grow: unset!important;
}
.contents h1 {
  text-align: center;
  font-size: 31px;
}
@media screen and (max-width: 468px) {
  .contents h1 {
    font-size: 22px;
  }
}
.contents h1 p {
  line-height: 0;
}
.contents h1 p img {
  width: auto;
}
#concept {
  margin: 0 auto;
}
#concept h1 {
  margin-bottom: 130px;
}
@media screen and (max-width: 1025px) {
  #concept h1 {
    margin-bottom: 60px;
  }
  .owner-profile {
    margin-top: 50px;
  }
}
.concept-list {
  margin-top: 70px;
}
.concept-item {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.concept-item:last-child {
  margin-bottom: 0;
}
.concept-item .large-font {
  font-size: 22px;
}
@media screen and (max-width: 468px) {
  .concept-item {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .concept-item .large-font {
    font-size: 14px;
  }
}
.menu {
  margin-top: 145px;
  position: relative;
  z-index: 100;
}
.menu h1 {
  padding: 33px 0;
  color: white;
  background-color: #D61818;
}
.menu-other {
  padding: 20px 40px;
  background-color: #353535;
  color: white;
  align-items: end;
}
.menu-other .read-toGo {
  font-size: 22px;
}
@media screen and (max-width: 1025px) {
  .read-toGo {
    margin-bottom: 30px;
  } 
}
.menu-other .read-toGo img {
  width: auto;
  margin-right: 15px;
}
.menu-other-left ul {
  margin-top: -20px;
  padding-left: 95px;
}
.menu-other-left ul li {
  font-size: 26px;
  margin-right: 50px;
}
@media screen and (max-width: 1025px) {
  .menu-other-left ul li {
    font-size: 20px;
  } 
}
.menu-other-left ul li::before {
  content: "\2022";
  color: #F92515;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
}
@media screen and (max-width: 1025px) {
  .menu-other-right {
    margin-top: 50px;
  }
}
.menu-other-right .tel-info {
  text-align: right;
  font-size: 40px;
}
.menu-other-right .tel-info a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu-other-right .tel-info a:hover {
  opacity: 0.8;
  color: white;
}
.menu-other-right .tel-info span {
  margin-right: 10px;
  font-size: 20px;
}
.menu-other-right .tel-reserve {
  font-size: 21px;
  display: block;
}
.franchise {
  padding-top: 110px;
  background: url(../images/icon_niwatori.svg) no-repeat bottom right;
  background-size: 100%;
  position: relative;
}
.franchise::before {
  content:'';
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -135px;
  background: url(../images/icon_stroke_left.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
.franchise::after {
  content:'';
  width: 153px;
  height: 234px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -135px;
  background: url(../images/icon_stroke_right.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 468px) {
  .franchise::before,
  .franchise::after {
    bottom: -130px;
  }
  .franchise::before {
    width: 100px;
    height: 100px;
  }
  .franchise::after {
    width: 75px;
    height: 115px;
  }
}
.franchise-contactnav {
  position: absolute;
  top: 0;
  right: 0;
}
.franchise-contactnav::after {
  content:'';
  width: 264px;
  height: 274px;
  display: block;
  position: absolute;
  right: 0;
  top: -30px;
  background: url(../images/icon_stroke_top_right.png) no-repeat;
}
.franchise-contactnav a {
  width: 130px;
  height: 130px;
  padding-top: 5px;
  color: #d91818;
  background-color: white;
  border: 1px solid #d91818;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.franchise-contactnav a:hover {
  color: #d91818;
  opacity: 0.8;
}
.franchise-contactnav a span {
  font-size: 21px;
}
.franchise .franchise-overView {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .franchise-contactnav a {
    width: 90px;
    height: 90px;
    font-size: 12px;
    top: 10px;
    right: 10px;
  }
  .franchise-contactnav a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1025px) {
  .franchise .franchise-overView {
    margin-top: 60px;
  }
}
.overview-images-box {
  padding-right: 30px;
}
.karaage-pic,
.overview-image,
.three-atractive {
  margin-bottom: 110px;
}
@media screen and (max-width: 1025px) {
  .karaage-pic,
  .overview-image,
  .three-atractive {
    margin-bottom: 60px;
  }
}
#formWrap {
  margin-top: 110px;
  background-color: #F9F9F9;
  position: relative;
}
#formWrap h1 {
  padding: 33px 0;
  color: white;
  background-color: #D61818;
}
@media screen and (max-width: 1025px) {
  .googleMap {
    margin-top: 50px;
  }
}
.access-map {
  margin-top: 25px;
  font-size: 19px;
  text-align: right;
}
.formWrap-contents {
  padding: 130px 0;
}
@media screen and (max-width: 1025px) {
  .formWrap-contents {
    padding: 130px 20px;
  }
}
.formWrap-contents h2 {
  margin-bottom: 20px;
  font-size: 18px;
}
.formTable {
  width: 100%;
}
.formTable input,
.formTable textarea {
  width: 100%;
  padding-left: 10px;
  border: 1px solid #424242;
}
.formTable input {
  height: 42px;
  margin-bottom: 20px;
}
.formTable textarea {
  min-height: 260px;
}
.formWrap-contents .submit input {
  width: 100%;
  max-width: 190px;
  height: 60px;
  margin: 50px auto 0;
  line-height: 50px;
  text-align: center;
  color: white;
  background-color: #353535;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.formWrap-contents .submit input:hover {
  opacity: 0.8;
}
footer {
  padding: 60px;
}
.footer-list-left {
  padding-left: 50px;
}
.footer-logo img {
  width: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 60px 0;
  }
  .footer-list-left {
    margin-top: 50px;
    padding-left: 0;
  }
}
@media  screen and (max-width: 468px) {
  .footer-logo {
    text-align: center;
  }
}
.footer-item {
  margin-bottom: 35px;
}
footer li h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.title-reserve {
  color: #D61818;
}
.title-reserve h2 {
  margin-bottom: 10px;
}
footer .tel-info {
  font-weight: bold;
  font-size: 35px;
}
footer .tel-info a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
footer .tel-info a:hover {
  opacity: 0.8;
  color: #212529;
}
footer .tel-info span {
  margin-right: 10px;
  font-size: 18px;
}
.page-top {
  height: 190px;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
}
.page-top a {
  display: block;
  transition: 0.3;
  -webkit-transition: 0.3;
  -moz-transition: 0.3;
  -ms-transition: 0.3;
  -o-transition: 0.3;
}
.page-top a:hover {
  opacity: 0.8;
}