/* CSS Document */
:root {
  --pink:#ee7b73;
}

.column {
  padding: 2rem 0 40px;
}
@media screen and (min-width: 768px) {
  .column {
    padding: 2rem 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 p:first-child {
  margin-top: 0;
}
.column .info {
  margin: 50px auto;
  width: 84%;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid var(--pink);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .column .info {
    width: 70%;
  }
}
.column .info h3 {
  color: var(--pink);
  font-size: 18px;
  text-align: center;
  margin: 0;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  position: absolute;
  left: 50%;
}
.column .info dl {
  margin: 2rem auto 1rem;
  line-height: 1;
  display: inline-block;
}
.column .info dl dt {
  color: #333;
  padding-bottom: 1em;
  font-size: 22px;
}
.column .info dl dd {
  font-size: 18px;
  text-align: left;
  position: relative;
  padding: 0 0 0 2.2em;
  margin-bottom: 0.8em;
  margin-left: 0;
}
.column .info dl dd::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/pin.svg) no-repeat center/contain;
}
.column .info dl dd.tel::before {
  background: url(../img/tel.svg) no-repeat center/contain;
}
.column .info dl dd.sns::before {
  background: url(../img/icon_insta.png) no-repeat center/contain;
}
.column .info dl dd.web::before {
  background: url(../img/net.svg) no-repeat center/contain;
}
.column .info dl dd a {
  text-decoration: none;
  color: #dd4e22;
}

/*--- 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: 30px;
  color: var(--pink);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #tokyoudon #udonHeader h2 {
    margin-top: -1rem;
    font-size: 28px;
  }
}
#tokyoudon #udonHeader h2 span {
  font-size: 20px;
  width: 8em;
  display: block;
  background: var(--pink);
  color: #fff;
  padding: 0;
  margin: auto auto 0.3rem;
  border-radius: 2em;
}

/*--------------  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 0;
  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;
}