/* CSS Document */
.column {
  padding: 40px 0 80px;
}
.column figure {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .column figure {
    width: 70%;
  }
}
.column figure img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.column p {
  display: block;
  width: 84%;
  margin: 50px auto;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.column p a {
  color: #ee7b73;
}
.column .paper {
  background: url(../img/bg.jpg) no-repeat top center;
  padding: 20px;
  width: 90%;
  margin: 50px auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .column .paper {
    width: 84%;
    padding: 30px;
  }
}
.column_list {
  display: block;
  background: #fff;
  padding: 20px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .column_list {
    padding: 30px;
  }
}
.column_list li {
  font-size: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  border-bottom: 2px solid #999;
  padding-bottom: 5px;
  text-align: left;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
.column_list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .column_list li {
    font-size: 24px;
  }
}

/*--- common ---------------------------------*/
body {
  margin: 0;
  padding: 0;
}

#tokyoudon #containerUdon {
  background: url(../../images/common/bg.jpg) repeat top center;
  width: 100%;
  padding: 20px 0;
  font-size: 12px;
  color: #666666;
  line-height: 1.8em;
  overflow: hidden;
}

.forSP {
  display: block;
}

.forPC {
  display: none;
}

@media screen and (min-width: 768px) {
  .forSP {
    display: none;
  }
  .forPC {
    display: inline;
  }
}
/*--------------  contents  -----------------------------*/
#tokyoudon #contents {
  width: 90%;
  max-width: 973px;
  background: #FFFFFF;
  margin: 0 auto;
  border-radius: 20px;
  padding: 20px 0;
  position: relative;
}

/*--------------  header  -----------------------------*/
#tokyoudon #udonHeader {
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #tokyoudon #udonHeader {
    padding: 10px 25px;
  }
}
#tokyoudon #udonHeader h1 {
  background: url(../img/logo.svg) no-repeat top center/contain;
  width: 90%;
  max-width: 550px;
  margin: auto;
  position: relative;
}
#tokyoudon #udonHeader h1::before {
  content: "";
  display: block;
  padding-top: 30%;
}
#tokyoudon #udonHeader h1 a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#tokyoudon #udonHeader h2 {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  color: #ee7b73;
}
@media screen and (min-width: 768px) {
  #tokyoudon #udonHeader h2 {
    margin-top: -1em;
  }
}

/*--------------  banner  -----------------------------*/
.banner {
  margin: 0 auto 3rem;
  text-align: center;
  width: 80%;
  max-width: 500px;
}
.banner img {
  width: 100%;
}

/*--------------  footer  -----------------------------*/
#tokyoudon #footerUdon {
  clear: both;
  background: #d98469;
  padding: 5px 0;
  text-align: left;
}

#tokyoudon #pagetop {
  display: none;
}
@media screen and (min-width: 768px) {
  #tokyoudon #pagetop {
    display: block;
    width: 34px;
    height: 115px;
    z-index: 50;
    position: fixed;
    bottom: 50px;
    right: 10px;
  }
}

#tokyoudon #pagetop #rollover01 {
  width: 34px;
  height: 115px;
  display: block;
}

#tokyoudon #pagetop a#rollover01:link,
#tokyoudon #pagetop a#rollover01:visited,
#tokyoudon #pagetop a#rollover01:hover,
#tokyoudon #pagetop a#rollover01:active {
  background: url(../../images/common/btn_top_over.png);
}

#tokyoudon a img {
  border: none;
}

.topBtn h4 {
  font-size: 18px;
  text-align: center;
  border-top: 2px solid #7a645e;
  border-bottom: 2px solid #7a645e;
  color: #7a645e;
  padding: 10px 0;
  width: 90%;
  margin: auto auto 10px;
}

.topBtn ul {
  margin: 0 auto 30px;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topBtn ul {
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
}
.topBtn ul li {
  display: block;
  list-style: none;
  width: 90%;
  height: 60px;
  text-align: center;
  position: relative;
  margin: 0 auto 5px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .topBtn ul li {
    width: 32%;
  }
}
.topBtn ul li a {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  text-indent: -9999px;
  border-radius: 10px;
}

.credit {
  width: 90%;
  margin: 3rem auto;
  padding-top: 3rem;
  border-top: 2px dotted #ccc;
  text-align: center;
}
.credit a {
  color: #d98469;
}

.topBtn li.toUdon a {
  background: url(../../images/common/btn_udon.jpg) no-repeat center center;
  background-size: contain;
}

.topBtn li.toArea a {
  background: url(../../images/common/btn_area.jpg) no-repeat center center;
  background-size: contain;
}

.topBtn li.toType a {
  background: url(../../images/common/btn_type.jpg) no-repeat center center;
  background-size: contain;
}

.topBtn li.toUdon a:hover {
  background: url(../../images/common/btn_udon_over.jpg) no-repeat center center;
  background-size: contain;
}

.topBtn li.toArea a:hover {
  background: url(../../images/common/btn_area_over.jpg) no-repeat center center;
  background-size: contain;
}

.topBtn li.toType a:hover {
  background: url(../../images/common/btn_type_over.jpg) no-repeat center center;
  background-size: contain;
}

#tokyoudon h2 p {
  display: none;
}

#tokyoudon h2 p.ex {
  display: block;
}

#tokyoudon h3 p {
  display: none;
}