@charset "utf-8";

DIV.all_wrap {
  display: flex;
  flex-direction: column;
  color: #333;
  font-size: 2rem;
  letter-spacing: 0.05rem;
}

/** ヘッダ **/
HEADER DIV#header-menu {
  position: fixed;
  z-index: 99999;
  height: 10rem;
  width: 100%;
}

HEADER DIV#header-menu DIV#title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  background-color: #4676AC;
  color: #FFF;
  font-family: 'Marmelad', sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

HEADER DIV#header-menu DIV#title A {
  color: #FFF;
  text-decoration: none;
}

HEADER DIV#header-menu UL {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.75);
  border-bottom: 0.6rem solid #4676AC;
  box-sizing: border-box;
}

HEADER DIV#header-menu UL LI {
  line-height: 6rem;
  padding: 0;
}

HEADER DIV#header-menu UL LI.instagram {
  line-height: 6rem;
  line-height: 7rem;
  padding: 0;
}

HEADER DIV#header-menu UL LI.instagram IMG {
  width: 2rem;
  height: 2rem;
}

HEADER DIV#header-menu UL LI A {
  display: block;
  position: relative;
  padding: 0 1rem;
  padding: 0 0.6rem;
  height: 6rem;
  color: #4676AC;
  font-family: 'Rosario', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  box-sizing: border-box;
}

HEADER DIV#header-menu UL LI A::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: #4676AC;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: 0.3s;
}

HEADER DIV#header-menu UL LI A:hover::after {
  transform: scale(1, 1);
  text-decoration: none;
}

/** メイン **/
MAIN {
  margin: 1.5rem;
  margin-top: 10rem;
  width: calc(100% - 3rem);
}

MAIN SECTION {
  margin: 0;
  margin-top: 6rem;
  margin-bottom: 6rem;
  width: 100%;
}

MAIN SECTION DIV.section-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #E3EBF3;
  height: 10rem;
  color: #4676AC;
  font-size: 1.4rem;
  margin-bottom: 4rem;
}

MAIN SECTION DIV.section-header DIV:first-child {
  font-family: 'Rosario', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}

/** サービス概要 **/
MAIN SECTION#service DIV.block {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 4rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  width: 100%;
}

MAIN SECTION#service DIV.block:last-child {
  margin-bottom: 0;
}

MAIN SECTION#service DIV.block DIV.photo {
  margin-right: 0;
}

MAIN SECTION#service DIV.block DIV.photo IMG {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.25);
}

MAIN SECTION#service DIV.block DIV.description DIV.title {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

MAIN SECTION#service DIV.block DIV.description DIV.price {
  margin-top: 1rem;
  padding: 2rem 1rem;
  color: #4676AC;
  background-color: #ECF1F7;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

MAIN SECTION#service DIV.block DIV.description DIV.price SPAN {
  font-family: 'Rosario', sans-serif;
  font-size: 5rem;
  font-weight: 700;
}

MAIN SECTION#service DIV.block DIV.description DIV.price SPAN.tilde {
  font-size: 3rem;
}

MAIN SECTION#service DIV.block DIV.description TABLE {
  margin-top: 1rem;
}


MAIN SECTION#service DIV.block DIV.description TABLE TH,
MAIN SECTION#service DIV.block DIV.description TABLE TD {
  padding: 0.5rem 0;
  padding: 1rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.6rem;
  line-height: 2rem;
}

MAIN SECTION#service DIV.block DIV.description TABLE TH {
  white-space: nowrap;
  padding-right: 1rem;
  line-height: 1.6rem;
}

MAIN SECTION#service DIV.block DIV.description TABLE TD A {
  text-decoration: underline;
}

MAIN SECTION#service DIV.other {
  justify-content: center;
}

MAIN SECTION#service DIV.other A {
  text-decoration: underline;
}

/** ポートフォリオ **/
MAIN SECTION#portfolio DIV#portfolio_list {
  width: calc(100% - 6rem);
  margin: 0 3rem;
  width: 100%;
  margin: 0;
}

MAIN SECTION#portfolio DIV#portfolio_list DIV.source-of-copy {
  display: none;
}

MAIN SECTION#portfolio DIV#portfolio_list DIV.photo {
  position: relative;
  margin-bottom: 4rem;
}

MAIN SECTION#portfolio DIV#portfolio_list DIV.photo IMG {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.25);
}

MAIN SECTION#portfolio DIV#portfolio_list DIV.photo P {
  position: absolute;
  margin: 0;
  padding: 1rem;
  bottom: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Rosario', sans-serif;
  font-size: 5rem;
}

/** メールフォーム 確認画面 **/
MAIN SECTION#contact DIV.section-main {
  width: calc(100% - 6rem);
  margin: 0 3rem;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}

MAIN SECTION#contact DIV.section-main FORM {
  display: flex;
  flex-direction: column;
}

MAIN SECTION#contact DIV.section-main FORM DIV.block {
  margin: 1rem 0;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #666;
  text-align: center;
}

MAIN SECTION#contact DIV.section-main FORM DIV.block DIV.half {
  display: flex;
  width: 100%;
}

MAIN SECTION#contact DIV.section-main FORM DIV.block DIV.title,
MAIN SECTION#contact DIV.section-main FORM DIV.block DIV.title_nonrequired {
  font-weight: 500;
}

MAIN SECTION#contact DIV.section-main FORM DIV.block DIV.title::after {
  content: "必須";
  background-color: #C02B2B;
  color: #FFF;
  font-size: 1.2rem;
  padding: 0.2rem;
  margin-left: 0.5rem;
}

MAIN SECTION#contact DIV.section-main FORM DIV.block DIV.err_msg {
  color: #C02B2B;
  margin-top: 1rem;
}

MAIN SECTION#contact DIV.section-main FORM DIV.block:last-child {
  border: none;
}

MAIN SECTION#contact DIV.section-main FORM DIV.block LABEL,
MAIN SECTION#contact DIV.section-main FORM DIV.block INPUT,
MAIN SECTION#contact DIV.section-main FORM DIV.block TEXTAREA {
  margin: 2rem 0;
  box-sizing: border-box;
}

MAIN SECTION#contact DIV.section-main FORM DIV.block LABEL {
  margin-right: 1rem;
}

MAIN SECTION#contact DIV.section-main DIV.block INPUT[type="radio"] {

}

MAIN SECTION#contact DIV.section-main DIV.block INPUT[type="text"],
MAIN SECTION#contact DIV.section-main DIV.block INPUT[type="email"],
MAIN SECTION#contact DIV.section-main DIV.block TEXTAREA {
  padding: 1rem;
  width: calc(100% - 2rem);
  border: 1px solid #4676AC;
  border-radius: 0.5rem;
}

MAIN SECTION#contact DIV.section-main DIV.block TEXTAREA {
  resize: none;
}

MAIN SECTION#contact DIV.section-main DIV.block INPUT[type="submit"],
MAIN SECTION#contact DIV.section-main DIV.block INPUT[type="button"] {
  width: 24rem;
  padding: 1.6rem;
  background-color: #4676AC;
  color: #FFF;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
}

MAIN SECTION#contact DIV.section-main DIV.block INPUT[type="submit"].btn_home,
MAIN SECTION#contact DIV.section-main DIV.block INPUT[type="button"].btn_home,
MAIN SECTION#contact DIV.section-main DIV.block INPUT[type="submit"].btn_send {
  width: 18rem;
}
MAIN SECTION#contact DIV.section-main DIV.block INPUT[type="submit"].btn_home {
  margin-right: 2rem;
  background-color: #797979;
}

MAIN SECTION#contact DIV.section-main DIV.block INPUT[type="button"].btn_home {
  background-color: #797979;
}


/** フッタ **/
FOOTER {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  min-height: 10rem;
  background-color: #4676AC;
  font-weight: 500;
  color: #FFF;
}

FOOTER DIV {
  margin-bottom: 0.5rem;
  font-family: 'Marmelad', sans-serif;
  font-size: 2rem;
}

@media (min-width: 640px) {
  MAIN SECTION#service DIV.block {
    display: flex;
    flex-direction: row;
  }
  MAIN SECTION#service DIV.block DIV.photo {
    margin-right: 2rem;
  }
  MAIN SECTION#service DIV.block DIV.photo IMG {
    width: 100%;
    height: auto;
  }
  MAIN SECTION#service DIV.block DIV.description DIV.price {
    padding: 3rem 1.5rem;
    text-align: left;
  }

  MAIN SECTION#contact DIV.section-main FORM DIV.half {
    display: flex;
  }
  MAIN SECTION#contact DIV.section-main FORM DIV.half DIV {
    width: 50%;
    text-align: center;
  }
  MAIN SECTION#contact DIV.section-main FORM DIV.half DIV DIV.title,
  MAIN SECTION#contact DIV.section-main FORM DIV.half DIV DIV {
    width: 100%;
  }
}


@media (min-width: 960px) {
  /** メイン **/
  MAIN {
    margin-top: 13rem;
  }

  /** ヘッダ **/
  HEADER {

  }
  HEADER DIV#header-menu {
    height: 13rem;
  }
  HEADER DIV#header-menu DIV#title {
    height: 6rem;
    font-size: 3rem;
  }
  HEADER DIV#header-menu UL {
    height: 7rem;
    border-bottom: 0.6rem solid #4676AC;
  }
  HEADER DIV#header-menu UL LI {
    line-height: 7rem;
  }
  HEADER DIV#header-menu UL LI.instagram {
    line-height: 8rem;
  }
  HEADER DIV#header-menu UL LI.instagram IMG {
    width: 2.5rem;
    height: 2.5rem;
  }
  HEADER DIV#header-menu UL LI A {
    height: 7rem;
    font-size: 2rem;
    padding: 0 2rem;
  }
  HEADER DIV#header-menu UL LI A::after {
  }
  /** メイン **/
  MAIN SECTION#service DIV.section-main,
  MAIN SECTION#contact DIV.section-main {
    width: 86rem;
    margin: 0 auto;
  }





  /** フッタ **/
  FOOTER {
    min-height: 16rem;
    font-size: 1.2rem;
  }
  FOOTER DIV:first-child {
    margin-bottom: 1rem;
    font-family: 'Marmelad', sans-serif;
    font-size: 2.4rem;
  }
}

@media (min-width: 640px) {


}

@media (min-width: 960px) {
  /** メイン **/
  MAIN {
    margin: 1.5rem auto;
    margin-top: 10rem;
    width: 90rem;
  }
  MAIN SECTION#portfolio DIV#portfolio_list {
    width: 90rem;
    margin: 0 auto;
  }
  MAIN SECTION#portfolio DIV#portfolio_list DIV.photo P {
    font-size: 8rem;
  }
  /** フッタ **/
  FOOTER {
    min-height: 16rem;
  }
  FOOTER DIV {
    margin-bottom: 1rem;
    font-family: 'Rosario', sans-serif;
    font-size: 2.4rem;
  }
}

