@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  right: 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: "Times New Roman", serif;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #000;
  background-color: #fff;
}

html, body {
  min-width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: .7;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
}

ul, li {
  list-style: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

body {
  margin: 0;
}

.header {
  width: 100%;
  height: 40px;
  background-color: #ffdbc7;
  position: relative;
}

.header .link__techo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.header .share {
  position: absolute;
  right: 70px;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.share {
  display: -ms-flexbox;
  display: flex;
}

.share__title {
  margin-right: 7px;
  padding-top: 7px;
}

.share__sns {
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
}

.share__sns li {
  margin-left: 5px;
}

.share__sns li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 480px) {
  br {
    display: none !important;
  }
  br.br {
    display: block !important;
  }
  br.brsp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

body {
  font-family: 'Helvetica', serif;
}

a {
  color: #348CD6;
}

.head {
  width: 100%;
  background-color: #fff;
  padding-bottom: 28px;
}

.head__title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.head__text {
  max-width: 500px;
  margin: 0 auto;
  font-family: "Times New Roman", serif;
  font-size: 1.5rem;
}

.head__text a.guide {
  white-space: nowrap;
}

.head__text a.guide:before {
  content: "";
  width: 8px;
  height: 10px;
  background-image: url("../images/icon-arrow-pink-r.png");
  background-size: 8px 10px;
  display: inline-block;
  margin-right: 2px;
}

main {
  max-width: 500px;
  margin: 0 auto;
}

.success-message {
  display: none;
}

.block {
  padding-bottom: 50px;
}

.block p {
  line-height: 1.2;
  padding-bottom: 2px;
  font-size: 1.5rem;
}

.block ul {
  padding-bottom: .5rem;
}

.block li {
  list-style-type: disc;
  margin-left: 2rem;
  font-size: 1.5rem;
}

.block__title {
  font-family: "Times New Roman", serif;
  font-weight: bold;
  font-size: 3rem;
  padding-bottom: 8px;
}

.block__sub_title {
  font-family: "Times New Roman", serif;
  font-size: 2.7rem;
  padding-bottom: 10px;
}

.block__text {
  line-height: 1.5;
}

.block__center {
  text-align: center;
}

.block__note {
  background-color: #eee;
  padding: 16px 20px;
}

.block__note p {
  line-height: 1.2;
  padding-bottom: 2px;
  text-indent: -.5rem;
}

.block__form {
  padding: 14px 0;
  display: inline-block;
  margin-bottom: 5px;
}

.block__formlist dt, .block__formlist dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.block__formlist dt {
  padding-bottom: 6px;
  font-size: 1.5rem;
}

.block__formlist dd {
  padding-bottom: 15px;
  font-size: 1.5rem;
}

.block__formlist input[type="radio"] {
  display: none;
}

.block__formlist input[type="radio"] + label {
  opacity: .5;
  cursor: pointer;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 2px 5px;
}

.block__formlist input[type="radio"]:checked + label {
  opacity: 1;
  font-weight: bold;
  border: 2px solid #289CDB;
}

.block__formlist__title {
  font-family: "Times New Roman", serif;
  font-weight: bold;
  font-size: 2rem;
  padding-right: 10px;
}

.block .form_title {
  font-family: "Times New Roman", serif;
  font-weight: bold;
  font-size: 2rem;
}

.block__thankyou {
  padding: 140px 0 50px 0;
}

form input, form textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px;
}

form input.invalid-error
, form textarea.invalid-error {
  background-color: #fa8072;
}

form label.invalid-error {
  display: inline-block;
  padding: .3em;
  color: #fa8072;
}

#map {
  width: 500px;
  height: 400px;
  margin-bottom: 20px;
}

.bubble {
  width: 500px;
  display: inline-block;
  position: relative;
  border-radius: 15px;
  margin-bottom: 50px;
  margin-top: 14px;
}

.bubble:before {
  position: absolute;
  content: " ";
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}

.bubble .bubble-inner {
  padding: 8px 25px;
  background: #fff;
  border-radius: 15px;
  /* transform z-index hack */
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.bubble input[type=text], .bubble textarea {
  width: 100%;
}

.bubble-shadow, .bubble-shadow:before {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.font-type-01 {
  font-family: 'Times New Roman';
}

.font-type-02 {
  font-family: 'Arial';
}

.font-type-03 {
  font-family: 'Comic Sans MS';
}

button#submit-btn {
  border: 0;
  background-color: inherit;
}

.guide-title {
  font-family: "Times New Roman", serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  padding-bottom: 30px;
}

.guide-title .sub {
  font-weight: bold;
  font-size: 2.4rem;
}

img.title {
  width: 500px;
}

img.submit {
  width: 225px;
}

img.thankyou {
  width: 450px;
}

img.btn_top {
  width: 254px;
}

footer {
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.2rem;
}

.header .lang {
  position: absolute;
  left: 70px;
  top: 55%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.main_jp {
  font-family: "A1明朝", "A1 Mincho", "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.main_jp .block p {
  line-height: 1.5;
  font-size: 1.5rem;
}

.main_jp .block__title {
  font-family: "見出ゴMB31", " Midashi Go MB31 ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
}

.main_jp .block__sub_title {
  font-family: "見出ゴMB31", " Midashi Go MB31 ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
}

.main_jp .block__text {
  font-family: "A1明朝", "A1 Mincho", "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.main_jp .block__note p {
  padding-bottom: 10px;
  padding-left: 8px;
  text-indent: -1.5rem;
}

.main_jp .block__formlist dd {
  padding-bottom: 25px;
}

.main_jp .block__formlist__title {
  font-family: "見出ゴMB31", " Midashi Go MB31 ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 5px;
  font-size: 1.8rem;
}

.main_jp .block .form_title {
  font-family: "A1明朝", "A1 Mincho", "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.main_jp .guide-title {
  font-family: "見出ゴMB31", " Midashi Go MB31 ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.8rem;
}

.main_jp .guide-title .sub {
  font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
  img.title {
    width: 100%;
  }
  main {
    width: 90%;
    margin: 0 auto;
  }
  #map {
    width: 100%;
  }
  .bubble {
    width: 100%;
  }
}
