/*!
Theme Name: city-hotels-resorts
*/
header .header_in .sitemenu > ul .btn_lang::before {
  background: url(./img/common/icon_btn_lang.svg) 0px 0px no-repeat;
}
input[type=radio]::before,
input[type=checkbox]::before {
  -webkit-mask-image: url("./img/common/icon_check.svg");
  mask-image: url("./img/common/icon_check.svg");
}

/* contact */
.contents_form .contents_form_box .form_com .form_check_flex label span {
  width: calc(100% - 30px);
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box .form_com .form_check_flex label span {
    font-size: 14px;
  }
}
.contents_form .contents_form_box .form_com .form_check_flex.-two span.wpcf7-list-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box .form_com .form_check_flex.-two span.wpcf7-list-item {
    width: 100%;
  }
}
/* pages  */
.wpcf7-not-valid-tip {
  color: #ED0000;
  font-size: 11px !important;
  margin-top: 5px;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wpcf7-form-control-wrap,
.wpcf7-checkbox,
.wpcf7-acceptance {
  display: block;
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  width: calc(100% - 30px);
}
.-four .wpcf7-checkbox .wpcf7-list-item {
  width: 25%;
}
@media screen and (max-width: 820px) {
  .-four .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-checkbox .wpcf7-list-item {
  width: 33.3%;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-checkbox .wpcf7-list-item label {
  width: 100%!important;
}
.wpcf7-previous,
.wpcf7-submit {
  outline: none;
  border: none;
  cursor: pointer;
}
label .wpcf7-previous {
  display: none;
}
label:has(.wpcf7-previous) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
label:has(.wpcf7-previous)::before {
  content: 'Back';
}
label:has(.wpcf7-previous)::after {
  font-size: 12px;
  content: '戻る';
}
.button_flex {
  width: 100%;
  max-width: 580px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .button_flex {
    width: 100%;
  }
}
.button_flex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .button_flex ul {
    display: block;
  }
}
.button_flex li {
  width: 44.82%;
}
@media screen and (max-width: 767px) {
  .button_flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}