@charset "UTF-8";
.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.clearfix {
  clear: both; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

.-red {
  color: #AE1924; }

.-bold {
  font-weight: bold; }

.-en {
  font-family: "Oswald", sans-serif; }

.-anc-none {
  color: #000; }

.js-none {
  display: none; }

@media screen and (min-width: 750px) {
  .none-pc {
    display: none; } }
@media screen and (max-width: 749px) {
  .none-sm {
    display: none; } }
._btn {
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  background: #AE1924;
  color: #fff;
  font-size: 1.4rem; }
  ._btn:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 13px;
    margin-right: 10px;
    background: url(/assets/icon/ico_arrow_right.svg) center center/contain no-repeat; }
  ._btn.-white {
    background: #fff;
    color: #AE1924;
    border: solid 2px #AE1924; }
  ._btn.-white:before {
    background-image: url(/assets/icon/ico_arrow_right_red.svg); }

@media screen and (max-width: 749px) {
  ._btn {
    padding: 10px 20px; } }
._titlewrap {
  text-align: center; }

._title {
  display: inline-block;
  border-bottom: solid 1px #000;
  font-family: 'Roboto', sans-serif;
  font-size: 4rem; }

._title-small {
  font-family: "Oswald", sans-serif;
  font-size: 2rem; }

._table {
  width: 100%;
  text-align: left; }

._table_thead {
  width: 250px;
  padding: 20px 10px;
  background: #D4E1E4;
  border: solid 1px #676767;
  font-weight: normal; }

._table_tdata {
  padding: 20px 10px;
  border: solid 1px #676767; }

@media screen and (max-width: 749px) {
  ._table_thead {
    width: 35vw; } }
._form_heading {
  margin-bottom: 10px;
  padding: 3px 0 3px 10px;
  border-left: solid 9px #EDEDED;
  font-size: 2.2rem;
  font-weight: bold; }
  ._form_heading:not(:first-of-type) {
    margin-top: 40px; }

._form_text {
  margin-bottom: 10px;
  font-size: 1.4rem; }

@media screen and (max-width: 749px) {
  ._form_heading:not(:first-of-type) {
    margin-top: 30px; } }
/*============
Parts
==============*/
.-required:after {
  content: "※";
  font-size: .8rem;
  color: #AE1924;
  vertical-align: top; }

._form_inputtext.-widthauto,
._form_textarea.-widthauto,
._form_select.-widthauto {
  width: auto;
  padding-right: 30px; }
._form_inputtext.-small,
._form_textarea.-small,
._form_select.-small {
  width: 50%; }
._form_inputtext.-xsmall,
._form_textarea.-xsmall,
._form_select.-xsmall {
  width: 10%; }

._form_btnwrap {
  margin: 40px 0;
  text-align: center; }

._form_btn {
  display: inline-block;
  width: 250px;
  margin: 0 10px;
  padding: 20px 10px;
  border: none;
  background: url(/assets/icon/ico_arrow_right.svg) 30% center/10px no-repeat #AE1924; }
  ._form_btn._back {
    background-color: #676767;
    color: #fff; }

._form_privacypolicy {
  margin: 40px 0;
  height: 100px;
  padding: 20px;
  border: solid 1px #676767;
  overflow-y: scroll; }

._form_privacypolicy_heading {
  margin: 2rem 0;
  font-size: 2rem;
  font-weight: bold; }

._form_privacypolicy_text {
  font-size: 1.4rem; }

._form_privacypolicy_list {
  margin-bottom: 1rem;
  padding-left: 1rem; }

._form_privacypolicy_item {
  padding-left: 1em;
  text-indent: -1em; }
  ._form_privacypolicy_item:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: .5rem;
    border-radius: 50%;
    background: #676767;
    vertical-align: middle; }
  ._form_privacypolicy_item ._form_privacypolicy_item:before {
    background: #EDEDED; }
  ._form_privacypolicy_item ._form_privacypolicy_item ._form_privacypolicy_item:before {
    width: 3px;
    height: 3px;
    background: #676767; }

._form_privacypolicy_check {
  margin: 40px 0;
  text-align: center; }

@media screen and (min-width: 750px) and (max-width: 1099px) {
  ._form_inputtext.-small,
  ._form_textarea.-small,
  ._form_select.-small {
    width: 70%; }
  ._form_inputtext.-xsmall,
  ._form_textarea.-xsmall,
  ._form_select.-xsmall {
    width: 20%; } }
@media screen and (max-width: 749px) {
  ._form_inputtext.-small,
  ._form_textarea.-small,
  ._form_select.-small {
    width: 100%; }
  ._form_inputtext.-xsmall,
  ._form_textarea.-xsmall,
  ._form_select.-xsmall {
    width: 30%; }

  ._form_btn {
    display: block;
    width: 100%;
    margin: 0; }
    ._form_btn:not(:last-child) {
      margin-bottom: 10px; } }
/*============
inputtext
==============*/
._form_inputtext {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #676767;
  border-radius: 10px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 50px; }

._form_inputtext:focus {
  border: 1px solid #AE1924;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

@media screen and (max-width: 749px) {
  ._form_inputtext {
    height: auto; } }
/*============
textarea
==============*/
._form_textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #676767;
  border-radius: 10px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 130px;
  padding: 0.4em 0.8em;
  width: 100%; }

._form_textarea:focus {
  border: 1px solid #AE1924;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

/*============
radio
==============*/
._form_radio {
  display: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
  vertical-align: middle;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  ._form_radio:not(:first-of-type) {
    margin-left: 10px; }
  ._form_radio:before {
    -webkit-transform: translateY(-50%);
    background: #fff;
    border: 1px solid #676767;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px; }
  ._form_radio:after {
    -webkit-transform: translateY(-50%);
    background: #AE1924;
    border: 1px solid transparent;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 0;
    opacity: 0;
    padding: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 16px; }
  ._form_radio:checked::after {
    opacity: 1; }

@media screen and (max-width: 749px) {
  ._form_radio {
    margin: 0; }
    ._form_radio:not(:first-of-type) {
      margin-left: 0; } }
/*============
check
==============*/
._form_check {
  display: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
  vertical-align: middle;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  ._form_check:not(:first-of-type) {
    margin-left: 10px; }
  ._form_check:before {
    -webkit-transform: translateY(-50%);
    background: #fff;
    border: 1px solid #676767;
    border-radius: 2px;
    content: "";
    display: block;
    height: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1em; }
  ._form_check:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    border-bottom: 3px solid #AE1924;
    border-left: 3px solid #AE1924;
    content: "";
    display: block;
    height: 0.6em;
    left: 0;
    margin-top: -0.2em;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 1em; }
  ._form_check:checked::after {
    opacity: 1; }

@media screen and (max-width: 749px) {
  ._form_check {
    margin: 0; }
    ._form_check:not(:first-of-type) {
      margin-left: 0; } }
/*============
Select
==============*/
._form_select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(/assets/icon/ico_select.svg) 90% center/20px no-repeat;
  border: 1px solid #676767;
  border-radius: 10px;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%; }
  ._form_select::-ms-expand {
    display: none; }
  ._form_select:focus {
    border: 1px solid #AE1924;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

/*============
thanks
==============*/
._form_thanks {
  margin: 80px 0;
  text-align: center; }

._form_thanks_text {
  margin-bottom: 80px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center; }

@media screen and (max-width: 749px) {
  ._form_thanks {
    margin: 60px 0; }

  ._form_thanks_text {
    margin-bottom: 30px; } }
/*============
confirm
==============*/
._form_confirm {
  margin: 80px 0;
  font-size: 1.4rem; }

._form_confirm_heading {
  margin-bottom: 10px;
  font-size: 2rem; }

._form_confirm_text {
  margin: 40px 0;
  text-align: center; }

._form_error {
  margin: 5px 0;
  color: #AE1924; }

@media screen and (max-width: 749px) {
  ._form_confirm_text {
    margin: 30px 0; } }
body {
  font-family: 'Roboto', sans-serif; }

/*============
mv
==============*/
.mv {
  padding: 30px;
  background: url(/assets/images/thai/mv.jpg) center center/cover no-repeat; }

.mv_lead {
  float: right;
  width: 60%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.8rem; }

.mv_lead_text:not(:last-of-type) {
  margin-bottom: 30px; }

@media screen and (min-width: 750px) and (max-width: 1099px) {
  .mv {
    background-position: left center; } }
@media screen and (max-width: 749px) {
  .mv {
    padding: 60px 10px;
    background: url(/assets/images/thai/mv_sp.jpg) -43vw center/cover no-repeat; }

  .mv_lead {
    width: 70vw; } }
/*============
service
==============*/
.service {
  padding: 80px 0; }

.service_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.8rem; }

.service_item {
  width: calc(100% / 3 - 40px);
  margin-bottom: 10px; }

.service_iframe {
  width: 100%;
  height: 180px; }

@media screen and (min-width: 750px) and (max-width: 1099px) {
  .service_item {
    width: calc(100% / 3 - 20px); } }
@media screen and (max-width: 749px) {
  .service {
    padding: 60px 0; }

  .service_list {
    margin-top: 60px; }

  .service_item {
    width: calc(100% / 2 - 5px); }

  .service_iframe {
    height: 26vw; } }
/*============
map
==============*/
.map {
  padding: 80px 0;
  background: #D4E1E4; }

.map_imgwrap {
  margin-top: 40px;
  background: url(/assets/images/thai/map_bg.png) 80% bottom/200px no-repeat; }

.map_img {
  max-width: 50%; }

@media screen and (min-width: 750px) and (max-width: 1099px) {
  .map_imgwrap {
    background-size: contain; } }
@media screen and (max-width: 749px) {
  .map {
    padding: 60px 0; }

  .map_imgwrap {
    background-size: contain;
    background-position: right bottom; }

  .map_img {
    max-width: 65%; } }
/*============
contact
==============*/
.contact {
  padding: 80px 0; }

.contact_text {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.8rem; }

.contact_form {
  font-size: 1.8rem; }

.contact_qr {
  margin: 40px 0;
  text-align: center; }

.contact_qr_img {
  display: inline-block;
  width: 130px; }

@media screen and (max-width: 749px) {
  .contact {
    padding: 60px 0; }

  .contact_text {
    margin-top: 30px; } }

/*# sourceMappingURL=thai.css.map */