.radiobtn input{
  display: block !important;
}

.formItem .radiobtn input[type="radio"] + label::before {
    content: none !important;
}

.formItem .radiobtn input[type="radio"] + label::after {
    content: none !important;
}

.formItem .radiobtn .d-flex{
  display: flex;
}
.formItem .radiobtn{
    font-weight: 700;
    font-size: 16px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝", serif;
    padding: 1.5em 0;  
}

.formItem .radiobtn input{
  width: auto;
}


/* #contact-area01{
  display: none;
} */


/* 
#contact-area01 {
    display: none;
    background: white;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.radiobtn input.ex-check:checked~#contact-area01 {
    display: block;
}
 */

.content-area .content.show {
    display: block;
}
.content-area .content {
    display: none;
}

.content-area .contents.show {
    display: block;
}

.content-area .contents {
    display: none;
}

.tab-area {
justify-content: space-between;
    background-color: #B69A75;
    cursor: pointer;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    margin-bottom: 50px;
    
}

.tab-area .cont1000.flex{
 justify-content: space-between;
 max-width: none;
 width: auto;
 
}


.tab-area .tab {
    width: 50%;
    text-align: center;
    color: white;
    border-right: 1px solid #fff;
    border-left: 1px solid #B69A75;
    padding: 2.5% 0;
    font-size: 16px;
}

.tab-area .tab:nth-of-type(1) {
    border-left: none;
    border-right: none;
}
.tab-area .tab.active {
    background-color: #f8f8f8;
    color: #B69A75;
    border: none;
    -webkit-box-shadow: 0px 0px 20px 0px #777777;
    box-shadow: 0px 0px 20px 0px #777777;
    position: relative;
}

[data-element-id].content-area .content {
    display: block;
}

@media (max-width:1024px) {
  .tab-area .tab {
    font-size: 10px
  }
}

@media (max-width:599px) {
  .tab-area .tab .block {
    display: block;
}
}

/* input.ml-0{
  margin-left: 0px !important;
}
 */
input.pl-fz::placeholder{
  font-size: 13px;
}

input.mt20{
  margin-top: 20px;
}

input.w30{
  width: 30% !important;
}

@media only screen and (max-width: 599px){
  input.pl-fz::placeholder{
  font-size: 11px;
}

/* .sp-ml1{
  margin-left: 1rem !important;
}

input.ml-0.sp-ml0{
  margin-left: 0 !important;
} */
input.w30 {
    width: 40% !important;
    height: 35px;
}

}

.mli-0{
  margin-left: 0 !important;
}

.formItem dd input[type="checkbox"] {
    margin-bottom: 3px !important;
}

.check-txt {
    font-family: monospace;
    position: relative;
    padding-bottom: 20px;
    font-size: 26px;
    text-align: center;
    color: #414141;
    margin-bottom: 30px;
}
.check-txt::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #b99a00 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

@media only screen and (max-width: 599px){
.check-txt {
    font-family: revert;
    position: relative;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
    color: #414141;
    margin-bottom: 15px;
    font-weight: 600;
}


}

.r{
  display: inline-block;
}

@media only screen and (max-width: 599px){
  .r{
  display: block;
}
}


@media only screen and (max-width: 599px){
  .tab-area .tab{
    width: 100%;
    font-size: 14px;
  }
  
  .tab-area {
    margin-bottom: 20px !important;
}
}

/* 0829 作成 */

.bg-gold{
  background: #b69a755c;
}


/* 2026.05.08 */

.air-reserve iframe{
  height: 945px;
}

.air-reserve{
max-width: 980px !important;
margin-top: 4rem;
}
