@charset "utf-8";

/* ---------------------------------------------------
   File: contact.css
   Version: 2.0.0
   Update: 2025-04-08
   Author: https://flowlab.co.jp

   (c)2007-2025 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */

/* ====================================================
		Layout
==================================================== */
#main .row {
  width: 840px;
}
#main::after {
  content: none;
}


/* ====================================================
		Page Title
==================================================== */
/* -------------------------------
		Animation - Decoration
------------------------------- */
#pageTitleArea::before {
  width: 100px;
  height: 160px;
  background: url("../img_common/img_decoration_23.png") no-repeat 0 0 / 100px 160px;
  left: 10%;
}
#pageTitleArea::after {
  width: 220px;
  height: 490px;
  background: url("../img_common/img_decoration_24.png") no-repeat 0 0 / 220px 490px;
  top: 100px;
}

/* -------------------------------
		Animation - Paints
------------------------------- */
#main h1::before {
  width: 370px;
  height: 250px;
  background: url("../img_common/img_texture_green_15.png") no-repeat 0 0 / 370px 250px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  top: 80px;
  left: -200px;
}
#main h1::after {
  width: 272px;
  height: 202px;
  background: url("../img_common/img_texture_yellow_09.png") no-repeat 0 0 / 272px 202px;
  top: 280px;
  left: inherit;
  right: 30px;
}
#main h1 span::before {
  width: 432px;
  height: 246px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  background: url("../img_common/img_texture_pink_10.png") no-repeat 0 0 / 432px 246px;
  top: 80px;
  right: -160px;
}
#main h1 span::after {
  width: 270px;
  height: 270px;
  background: url("../img_common/img_dot_01.png") no-repeat 0 0 / 270px;
  top: 500px;
  right: 16%;
}



/* ====================================================
		TEL
==================================================== */
/* -------------------------------
		Text
------------------------------- */
#tel p {
  text-align: center;
}

/* -------------------------------
		Tel Box
------------------------------- */
#tel section {
  width: 70%;
  color: #fff;
  background: url("../img_common/bg_texture_orange.png") no-repeat center center / 1000px 667px;
  animation: footeradd 20s ease 0s infinite;
  border-radius: 10% 40% 10% 40%/30% 30% 50% 30%;
  padding: 30px;
  margin: 50px auto 0;
  position: relative;
}
#tel section::before {
  content: '';
  width: 36px;
  height: 72px;
  background: url("../img_common/img_decoration_25.png") no-repeat 0 0 / 36px 72px;
  animation: kakukaku2 4s step-start 0s infinite normal;
  display: block;
  position: absolute;
  bottom: -30px;
  left: -20px;
}

/* Title */
#tel section h2 {
  color: #fff;
  font-size: 2.8rem;
  padding: 0 0 10px;
}

/* TEL Link */
#tel section  .contactTel {
  text-align: center;
}
#tel section  .contactTel .number {
  font-size: 4.5rem;
  font-family: "Fredoka", sans-serif;
  font: 700 normal;
  line-height: 1em;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
  display: inline-block;
}
#tel section .contactTel .number a {
  color: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#tel section .contactTel .number a::before {
  content: '';
  width: 24px;
  height: 31px;
  background: url("../img_common/icon_tel_white.png") no-repeat 0 0 / 24px 31px;
  animation: kakukaku2 4s step-start 0s infinite normal;
  display: inline-block;
  transform: rotate(10deg);
  position: relative;
  top: 0.2em;
  left: 0;
  padding-right: 10px;
}
#tel section .contactTel .text {
  font-size: 1.4rem;
}





/* ====================================================
		Mail Form
==================================================== */
#mail {
  background: url("../img_common/bg_pattern_tulips-dark.jpg") repeat center top / 29px 20px;
}

/* -------------------------------
		Background - Wave
------------------------------- */
canvas#waveMailTop {
  position: relative;
  left: 0;
  bottom: 0;
  transform: scale(1, -1);
}

/* -------------------------------
		Title
------------------------------- */
#mail h2 {
  position: relative;
}
#mail h2::before,
#mail h2::after {
  content: '';
  position: absolute;
  display: block;
}
#mail h2::before {
  width: 166px;
  height: 115px;
  background: url("../img_common/img_texture_pink_01.png") no-repeat 0 0 / 166px 115px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  top: -180px;
  left: -200px;
}
#mail h2::after {
  width: 386px;
  height: 250px;
  background: url("../img_common/img_texture_yellow_08.png") no-repeat 0 0 / 386px 250px;
  animation: fuwafuwa3 5s infinite ease-in-out .1s alternate;
  top: -120px;
  left: -350px;
  z-index: -1;
}

/* -------------------------------
		Text
------------------------------- */
#mail p,
#mail small {
  text-align: center;
}
#mail small {
  padding: 10px 0 60px;
}


/* -------------------------------
		MailFormPro CSS - Reset
------------------------------- */
form#mailformpro dl dt,
form#mailformpro dl dd {
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  clear: both;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  box-shadow: none;
  margin: 0;
}
.mfp_element_all {
  max-width: 100%;
}
div.mfp_err {
  background-size: 13px;
  color: #e32b5c;
  padding: 2px 0px 5px 17px;
  background-position: 0 0.2em;
}

/* -------------------------------
		Layout
------------------------------- */
form#mailformpro {
}
form#mailformpro dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form#mailformpro dl dt,
form#mailformpro dl dd {
  font-size: 1em;
  padding: 10px 0;
}
form#mailformpro dl dt {
  width: 28%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 35px;
}
form#mailformpro dl dd {
  width: 70%;
}

/* -------------------------------
		Must
------------------------------- */
#mail .must {
	padding: 4px 0;
	width: 3.4em;
  height: 1.1em;
	display: inline-block;
	color: #FFF;
	font-weight: 700;
	font-size: 1.2rem;
  line-height: 1;
	letter-spacing: 0.01em;
	text-align: center;
	vertical-align: 1px;
	background-color: #00b800;
  border: none;
  text-shadow: none;
  float: none;
  margin-top: 0.5em;
  box-shadow: none;
  background-image: none;
}

/* -------------------------------
		Input
------------------------------- */
#mail textarea,
#mail input[type="tel"],
#mail input[type="email"], 
#mail input[type="text"] {
  padding: 30px 50px;
  width: 100%;
  color: #774935;
  font-size: 1.4rem;
  border: 0;
  border-radius: 40px;
  letter-spacing: 0.07em;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

/* placeholder */
#mail input::placeholder {
  color: #774935;
  opacity: 0.2;
}

/* -------------------------------
		Text Area
------------------------------- */
#mail textarea {
  width: 100%!important;
	height: 300px!important;
	resize: vertical;
}

/* -------------------------------
		Button - Submit
------------------------------- */
#mail #btnBox {
  text-align: center;
  padding: 50px 0 30px;
}

/* Text - Privacy Policy */
#mail #btnBox small {
  letter-spacing: 0.08em;
  padding: 0 0 50px;
}
#mail #btnBox small a {
  text-decoration: underline;
}
#mail #btnBox small a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* Button - Submit */
#mail #btn_submit {
	width: 300px;
  margin: 0 auto;
	border: 0;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  background: url("../img_common/btn_bg-green.jpg") no-repeat center center / cover;
  padding: 20px 50px;
  border-radius: 50px;
  box-shadow: 0 4px 0 0 rgba(0,0,0,.14);
  display: inline-block;
  cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  position: relative;
}
#mail #btn_submit:hover {
  opacity: 0.6;
}


/* ====================================================
		Check Display
==================================================== */
/* -------------------------------
		MailFormPro CSS - Reset
------------------------------- */
table#mfp_confirm_table tr.mfp_achroma,
.mfp_achroma,
table#mfp_confirm_table tr.mfp_colored,
.mfp_colored {
  background: none;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	background: none;
	box-shadow: none;
}

/* -------------------------------
		Title
------------------------------- */
#mfp_phase_confirm_inner {
  padding: 0;
}
div#mfp_phase_confirm h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  padding: 10px 0 40px;
  text-align: center;
}

/* -------------------------------
		Display
------------------------------- */
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 1em;
  border-top: solid 1px #e2dbd8;
  padding: 20px 0;
}
table#mfp_confirm_table tr:last-child th,
table#mfp_confirm_table tr:last-child td {
  border-bottom: solid 1px #e2dbd8;
}
table#mfp_confirm_table tr th {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
table#mfp_confirm_table tr td {
  font-size: 1.4rem;
  font-weight: normal;
}

/* -------------------------------
		Button - Submit
------------------------------- */
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  border-radius: 50px;
  padding: 20px 50px;
  border: 0;
  color: #fff;
  background: url("../img_common/btn_bg-green.jpg") no-repeat center center / cover;
  text-shadow: none;
  box-shadow: 0 4px 0 0 rgba(0,0,0,.14);
  font-size: 1.6rem!important;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
div.mfp_buttons {
  padding: 50px 0;
}
div.mfp_buttons button {
  font-size: 1.6rem!important;
}

/* Submit */
div.mfp_buttons button#mfp_button_send {
  width: 300px;
  margin-right: 20px;
}
div.mfp_buttons button#mfp_button_send:hover {
  opacity: 0.6;
  background: url("../img_common/btn_bg-green.jpg") no-repeat center center / cover;
  box-shadow: 0 4px 0 0 rgba(0,0,0,.14);
}

/* Cancel */
div.mfp_buttons button#mfp_button_cancel {
  color: #774935;
  background: #fff;
}
div.mfp_buttons button#mfp_button_cancel:hover {
  opacity: 0.6;
  box-shadow: 0 4px 0 0 rgba(0,0,0,.14);
}


/* ====================================================
		subFooter
==================================================== */
#subFooter {
  background: url("../img_common/bg_pattern_tulips-dark.jpg") repeat center top / 29px 20px;
}







/* =======================================================================================================================

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      Layout
  ==================================================== */
  #main .row {
    width: inherit;
    padding: 0 50px;
  }
  
  
  
  
}


/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Layout
  ==================================================== */
  #main .row {
    width: inherit;
    padding: 0 5%;
  }
  
  
  /* ====================================================
      Page Title
  ==================================================== */
  /* -------------------------------
      Animation - Decoration
  ------------------------------- */
  #pageTitleArea::before {
    width: 50px;
    height: 80px;
    background-size: 50px 80px;
  }
  #pageTitleArea::after {
    width: 110px;
    height: 245px;
    background-size: 110px 245px;
    top: 80px;
  }

  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  #main h1::before {
    width: 185px;
    height: 125px;
    background-size: 185px 125px;
    left: -100px;
  }
  #main h1::after {
    width: 136px;
    height: 101px;
    background-size: 136px 101px;
    top: 140px;
    right: -40px;
  }
  #main h1 span::before {
    width: 216px;
    height: 123px;
    background-size: 216px 123px;
    top: 40px;
    right: -120px;
  }
  #main h1 span::after {
    width: 135px;
    height: 135px;
    background-size: 135px;
    top: 350px;
    right: 2%;
  }
  
  
  /* ====================================================
      TEL
  ==================================================== */
  /* -------------------------------
      Text
  ------------------------------- */
  #tel p {
    text-align: left;
  }
  
  /* -------------------------------
      Tel Box
  ------------------------------- */
  #tel section {
    width: 80%;
    padding: 30px 10%;
  }
  #tel section::before {
    width: 18px;
    height: 36px;
    background-size: 18px 36px;
    bottom: -20px;
    left: 0;
  }

  /* Title */
  #tel section h2 {
    font-size: 2rem;
    padding-bottom: 0;
  }

  /* TEL Link */
  #tel section  .contactTel {
  }
  #tel section  .contactTel .number {
    font-size: 2.4rem!important;
  }
  #tel section .contactTel .number a {
    padding: 10px 0 2px;
  }
  #tel section .contactTel .number a::before {
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
    padding-right: 5px;
  }
  #tel section .contactTel .text {
    font-size: 1.2rem!important;
    text-align: center;
  }
  
  
  /* ====================================================
      Mail Form
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  #mail h2::before {
    width: 83px;
    height: 58px;
    background-size: 83px 58px;
    top: -140px;
    left: -30px;
  }
  #mail h2::after {
    width: 193px;
    height: 125px;
    background-size: 193px 125px;
    top: -120px;
    left: -50px;
    z-index: -1;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #mail p,
  #mail small {
    text-align: left;
  }
  #mail small {
    padding: 10px 0 30px;
  }
  
  /* -------------------------------
      Layout
  ------------------------------- */
  form#mailformpro {
    padding: 20px 0 0;
  }
  form#mailformpro dl {
    display: block;
  }
  form#mailformpro dl dt,
  form#mailformpro dl dd {
    width: 100%;
    padding: 0;
  }
  form#mailformpro dl dt {
    padding-top: 20px;
    padding-bottom: 5px;
    display: block;
  }
  form#mailformpro dl dd {
  }
  
  /* -------------------------------
      Must
  ------------------------------- */
  #mail .must {
  }
  
  /* -------------------------------
      Input
  ------------------------------- */
  #mail textarea,
  #mail input[type="tel"],
  #mail input[type="email"], 
  #mail input[type="text"] {
    padding: 15px 10%;
    width: 100%;
    border-radius: 20px;
  }
  
  
  /* ====================================================
      Check Display
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  div#mfp_phase_confirm h4 {
    font-size: 2rem;
  }
  
  /* -------------------------------
      Display
  ------------------------------- */
  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    width: 100%;
    display: block;
  }
  table#mfp_confirm_table tr th {
    padding-bottom: 5px;
  }
  table#mfp_confirm_table tr td {
    border-top: none;
    padding-top: 0;
    padding-bottom: 22px;
  }
  table#mfp_confirm_table tr:last-child th {
    border-bottom: none;
  }

  /* -------------------------------
      Button - Submit
  ------------------------------- */
  /* Submit */
  div.mfp_buttons button#mfp_button_send {
    width: 80%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  
  
  
  
  
}