/*
Theme Name: originaltheme
Author: Q-bic Solutions Co.,Ltd.
Author URI: https://solutions.q-bic.net/
Description: オリジナルテーマ
Version: 1.0
*/

:root{
    --font-11: clamp(11px, 0.9197324415vw, 11px);
    --font-12: clamp(11px, 1.0033444816vw, 12px);
    --font-13: clamp(12px, 1.0869565217vw, 13px);
    --font-14: clamp(12px, 1.1705685619vw, 14px);
    --font-15: clamp(13px, 1.254180602vw, 15px);
    --font-16: clamp(13px, 1.3377926421vw, 16px);
    --font-17: clamp(14px, 1.4214046823vw, 17px);
    --font-18: clamp(14px, 1.5050167224vw, 18px);
    --font-19: clamp(15px, 1.5886287625vw, 19px);
    --font-20: clamp(15px, 1.6722408027vw, 20px);
    --font-21: clamp(16px, 1.7558528428vw, 21px);
    --font-22: clamp(16px, 1.8394648829vw, 22px);
    --font-23: clamp(17px, 1.9230769231vw, 23px);
    --font-24: clamp(17px, 2.0066889632vw, 24px);
    --font-25: clamp(18px, 2.0903010033vw, 25px);
    --font-26: clamp(18px, 2.1739130435vw, 26px);
    --font-27: clamp(19px, 2.2575250836vw, 27px);
    --font-28: clamp(19px, 2.3411371237vw, 28px);
    --font-29: clamp(20px, 2.4247491639vw, 29px);
    --font-30: clamp(20px, 2.508361204vw, 30px);
    --font-31: clamp(21px, 2.5919732441vw, 31px);
    --font-32: clamp(21px, 2.6755852843vw, 32px);
    --font-33: clamp(22px, 2.7591973244vw, 33px);
    --font-34: clamp(22px, 2.8428093645vw, 34px);
    --font-35: clamp(23px, 2.9264214047vw, 35px);
    --font-36: clamp(23px, 3.0100334448vw, 36px);
    --font-37: clamp(24px, 3.0936454849vw, 37px);
    --font-38: clamp(24px, 3.1772575251vw, 38px);
    --font-39: clamp(25px, 3.2608695652vw, 39px);
    --font-40: clamp(25px, 3.3444816054vw, 40px);
    --font-41: clamp(26px, 3.4280936455vw, 41px);
    --font-42: clamp(26px, 3.5117056856vw, 42px);
    --font-43: clamp(27px, 3.5953177258vw, 43px);
    --font-44: clamp(27px, 3.6789297659vw, 44px);
    --font-45: clamp(28px, 3.762541806vw, 45px);
    --font-46: clamp(28px, 3.8461538462vw, 46px);
    --font-47: clamp(29px, 3.9297658863vw, 47px);
    --font-48: clamp(29px, 4.0133779264vw, 48px);
    --font-49: clamp(30px, 4.0969899666vw, 49px);
    --font-50: clamp(30px, 4.1806020067vw, 50px);
    --content-size-small: clamp(0px, 58.5284280936vw, 700px);
    --content-size-medium: clamp(0px, 67.5585284281vw, 808px);
    --content-size-large: clamp(0px, 91.6387959866vw, 1096px);
    --content-size-xlarge: clamp(0px, 71.3541666667vw, 1370px);
}
@media (max-width: 768px) {
    :root {
        --content-size-small: 90vw;
        --content-size-medium: 90vw;
        --content-size-large: 90vw;
        --content-size-xlarge: 90vw;
    }
}



body {
    background: #fff;
    line-height: 2em;
}
.inner {
    padding: 2%;
}
a{
    text-decoration: none;
    transition: all .3s;
}
a:hover{
    opacity: 0.65;
    transition: all .3s;
}

/* ::--- sidebar ---::  */

.sidebar {
    width: 16rem;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    /*background: #FFF7ED;*/
}
.sidebar h1 {
    width: 100%;
    position: absolute;
    top: 100px;
}
.sidebar h1 img {
    max-width: 200px;
    margin: auto;
}
.sidebar nav ul {
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 11;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
.sidebar nav ul li {
    text-align: center;
    line-height: 3rem;
}
.sidebar nav ul li a {
    color: #333;
    text-decoration: none;
}

/* ::--- header ---::  */

header {
    width: calc((100% - 16rem - 768px) - ((0.35vw + 0.15vh) * 2));
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #eee;
    overflow: hidden;
}
header .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: var(--font-32);
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
}
/*
header h1 img {
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
header::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
*/
.page header img {
    height: 100vh;
    object-fit: cover;
}

/* ::--- main ---::  */

main {
    width: calc(((100% - 16rem) / 2) - (0.35vw + 0.15vh));
    max-width: 768px;
    min-width: 768px;
    min-height: 100vh;
    margin: 0 0 0 auto;
    position: relative;
    right: 16.5rem;
}
main * {
    color: #333;
}

main section {
    clear: both;
    padding: 50px 0;
}
main section:nth-child(even) {
    background: #FFF7ED;
}
main section h2 {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    font-weight: normal;
    text-align: center;
    color: #333;
    z-index: 0;
    font-size: var(--font-24);
}
section h2 b {
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    font-size: var(--font-40);
    text-align: center;
    color: #F39824;
    opacity: 0.1;
    z-index: -1;
}
section h2 b::before {
    background: #F39824;
    content: "";
    width: 100px;
    height: 10px;
    margin-left: -50px;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 0;
}
section.aboutArea .aboutGallery,section.photoArea .photoGallery,
section.movieArea .movieGallery,.newsArea ol,section.relateArea ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
section p.moreBtn {
    clear: both;
	margin-top: 20px;
    text-align: center !important;
    font-size: var(--font-16);
}
section p.moreBtn a {
    padding: 10px 30px;
    width: 50%;
    display: block;
    margin: auto;
    text-decoration: none;
    background: #fff;
    border: 2px solid #F39824;
    border-radius: 50px;
    position: relative;
	color: #F39824;
	font-weight: bold;
	transition: .3s;
	box-shadow: 1px 1px 3px #999;
}
section p.moreBtn a:hover {
    background: #F39824;
    color: #fff;
}
.moreBtn a::before {
    content: "\f054";
    position: absolute;
    top: 25%;
    right: 20px;
    color: #F39824;
    font-weight: bold;
	font-family: 'Font Awesome 5 Free';
}
section p.moreBtn a:hover::before {
    color: #fff;
}

/* --- spotArea --- */
section.spotArea {
    background: url(https://kawatana.taulabo.work/wp-content/uploads/2023/03/spot.png) center !important;
}
section.spotArea p.hl {
    text-align: center;
    font-size: 1.4rem;
	color: #fff;
    font-size: var(--font-22);
}
section p.btn {
    margin-top: 20px;
    text-align: center;
    font-size: var(--font-16);
}
section p.btn a {
    padding: 10px 30px;
    width: 40%;
    display: block;
    margin: auto;
    text-decoration: none;
    background: #F39824;
    border: 2px solid #F39824;
    position: relative;
    color: #fff;
    font-weight: bold;
    transition: .3s;
    box-shadow: 1px 1px 3px #999;
}
section p.btn a:hover {
    background: #FFF;
    color: #F39824;
}
.btn a::before {
    content: "\f054";
    position: absolute;
    top: 25%;
    right: 20px;
    color: #fff;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
}
section p.btn a:hover::before {
    color: #F39824;
}

/* --- newsArea --- */

.newsArea ol {
  margin-bottom: 50px;
}
.newsArea li {
    flex-basis: calc((100% - (0.35vw + 2.0vh) * 1) / 4);
    max-width: calc((100% - (0.35vw + 2.0vh) * 1) / 4);
}
.newsArea li a {
  text-decoration: none;
}
.newsArea li .image { 
    width:100%;
    height:100px;
    overflow:hidden;
}
.newsArea li .image img {
    width:100%;
    height:100px;
}
.newsArea li .info .newsData {
  margin-top: 10px;
}
.newsArea li .info .newsTtl {
    margin: 5px 0;
    font-size: 1.0em;
}
.newsArea li .info .newsDesc {
    text-align: justify;
    font-size: .8em;
}

/* --- aboutArea --- */
.aboutArea .aboutGallery {
    margin-bottom: 30px;
}
.aboutArea .aboutGallery li {
    flex-basis: calc((100% - (0.35vw + 2.0vh) * 1) / 4);
    max-width: calc((100% - (0.35vw + 2.0vh) * 1) / 4);
}
.aboutArea .aboutGallery img {
    -webkit-flex-basis: calc((100% - (0.35vw + 2.0vh) * 1) / 4);
    -moz-flex-basis: calc((100% - (0.35vw + 2.0vh) * 1) / 4);
    -ms-flex-preferred-size: calc((100% - (0.35vw + 2.0vh) * 1) / 4);
}
.aboutArea p {
    line-height: 1.8em;
    text-align: justify;
}

/* --- photoArea --- */
.photoArea p.photoMainImage,
.movieArea p.movieMainImage {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
}
.photoArea .photoGallery li,
.movieArea .movieGallery li {
    flex-basis: calc((100% - (0.35vw + 2.0vh) * 1) / 4);
    max-width: calc((100% - (0.35vw + 2.0vh) * 1) / 4);
}
.photoArea .photoGallery img,
.movieArea .movieGallery img {
    -webkit-flex-basis: calc((100% - (0.35vw + 2.0vh) * 1) / 4);
    -moz-flex-basis: calc((100% - (0.35vw + 2.0vh) * 1) / 4);
    -ms-flex-preferred-size: calc((100% - (0.35vw + 2.0vh) * 1) / 4);
}
section.aboutArea h3 {
    text-align: center;
    font-weight: bold;
    color: #F39824;
    padding: 20px 0;
}
section.aboutArea dl.sensesList dt,section.aboutArea dl.sensesList dd {
    display: inline-block;
}
section.aboutArea dl.sensesList {
	margin: auto;
	width: 60%;
	line-height: 2.0em;
}
section.aboutArea dl.sensesList dt {
    width: 70px;
    font-weight: bold;
    letter-spacing: .5em
}
section.aboutArea p {
    padding-top: 20px;
    text-align: center;
    font-size: var(--font-16);
}

/* --- movieArea ---  */


/* --- relateArea --- */
section.relateArea {
    background: #fff!important;
}
section.relateArea ul li.bnr {
    flex-basis: calc((98% - (0.35vw + 2vh) * 1) / 2);
    max-width: calc((98% - (0.35vw + 2vh) * 1) / 2);
    margin-bottom: 2vh;
    padding: 1%;
    text-align: center;
    background: #FFF7ED;
    transition: .3s;
}
section.relateArea ul li.bnr a {
    text-decoration: none;
}
section.relateArea ul li.bnr:hover {
    box-shadow: 2px 2px 2px #ccc;
}

/* ::--- footer ---::  */

footer {
    clear: both;
    background: #FFF7ED;
    text-align: center;
	position: relative;
}
p.ftLogo img {
    margin: 30px auto;
}
footer address {
    font-style: normal;
}
.footer_sns{
    background-color: #fff !important;
}

.sp_no{
    display: block;
}

/* |||| brakePoint ||||  */

@media screen and (max-width: 1151px) {
    header,main {
        width: calc(100% - 16rem);
        position: relative;
    }
    main {
        width: calc(100% - 16rem);
        min-width: inherit;
        min-width: auto;
        max-width: inherit;
        max-width: auto;
        min-height: inherit;
        min-height: auto;
        max-height: inherit;
        max-height: auto;
        margin: calc((0.35vw + 0.15vh)) 0 0 0;
        padding-top: calc((0.35vw + 0.15vh));
        position: relative;
        top: 0;
        left: 0;
        right: auto;
    }
}
@media screen and (max-width: 960px) {
    header,main,.sidebar {
        width: 100%;
    }
    header {
        height: 70vh;
    }
    .sidebar {
        z-index: 100;
        display: none;
    }
    .sidebar h1 {
        display: none;
    }
    .sidebar nav ul {
		width:100%;
		top: 15%;
		text-align: center;
    }
    .sidebar nav.ftSNSBtn {
		opacity: 0;
		transition: .3s;
    }
    .sidebar nav.ftSNSBtn.active {
		opacity: 1;
    }
    main .recoArea nav {
        margin: 0;
        flex-basis: 100%;
    }
    main .recoArea nav li {
        height: 100px!important;
    }
    .sidebar.active{
        display: block;
    }
}
@media (max-width:767px) {
    .aboutArea .aboutGallery li{
        padding: calc(10px / 2) calc(10px / 2);
        flex-basis: 50%;
        max-width: 50%;
    }
    .photoArea .photoGallery li, .movieArea .movieGallery li{
        padding: calc(10px / 2) calc(10px / 2);
        flex-basis: 50%;
        max-width: 50%;
    }
    section.aboutArea dl.sensesList{
        width: 100%;
    }
    section.aboutArea p{
        text-align: left;
    }
    section.relateArea .inner ul{
        flex-direction: column;
    }
    section.relateArea ul li.bnr{
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media (max-width:560px) {
    section p.moreBtn a {
        width: 70%;
    }
    header {
        height: 50vh;
    }
    section.aboutArea dl.sensesList{
        display: flex;
        flex-direction: column;
    }
    .area_txt{
        text-align: left;
    }
    .sp_no{
        display: none;
    }
    header h1{
        font-size: 18px;
    }
    .page header img{
        min-width: 0;
        min-height: 0;
        height: 100vw;
    }
    header{
        min-width: 0;
        min-height: 0;
        height: 100vw;
    }
}
@media (max-width:572px) {
    section p.btn a{
        width: 70%;
    }
}

/* 暫定下層ページスタイル */
.accessPage .inner {
	text-align: center;
}
.accessPage section.terrainArea p+p {
    margin-top: 20px;
}
.accessPage section.terrainArea p.accessFlow {
    margin-top: 100px!important;
}

/* ムービーギャラリー */
.movie_center{
    margin: 0 auto;
    max-width: 100%;
}

/* 宿泊施設情報 */
.stay_list{
    margin: 30px 0 50px;
    border-top: 1px solid #F39824;
    border-bottom: 1px solid #F39824;
    border-collapse: collapse;
    width: 100%;
}
.stay_list > tbody > tr{
    border-bottom: 1px dotted #F39824;
}
.stay_list > tbody > tr:last-of-type{
    border: none;
}
.stay_list > tbody > tr > th{
    background-color: #FFFAF3;
    color: #F39824;
    font-size: var(--font-14);
    text-align: center;
    width: 30%;
    padding: 20px 0;
}
.stay_list > tbody > tr > td{
    padding: 20px 1em 20px 26px;
    font-size: var(--font-14);
    background-color: #FFF;
}
.stay_txt{
    margin-top: 1em;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current{
    background: #f39824;
    border-color: #f39824 !important;
    color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span{
    border-color: #f39824 !important;
    color: #f39824;
}

.kv_img{
    object-fit: cover;
}

/* フォトギャラリー */
.introduction{
    /* margin-top: 20px; */
    margin-bottom: clamp(30px, 5.8139534884vw, 100px);
}
.introduction img{
    width: 100%;
	height: 100%;
	vertical-align: bottom;
}
.gallery{
	margin:0 0 5px 0;
}
.gallery li{
list-style:none;
}
.gallery li img{
    width: 100%;
    height: 534px;
    max-height: 100%;
    object-fit: cover;
}
@media (max-width:593px) {
    .gallery li img{
        height: 300px;
    }
}
.gallery li::after{
    content: attr(data-text);
    background-color: #F39824;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 11%;
    transform: translateX(-50%);
    width: 22%;
    text-align: center;
    padding: 5px 0;
}
@media (max-width:767px) {
    .gallery li::after{
        left: 22%;
        width: 45%;
    }
}
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}
/*選択するサムネイル画像の設定*/
.choice-btn{
    margin-top: 10px;
}
.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
	width: clamp(15%, 0.8720930233vw, 30%)!important;
    list-style:none;
}
@media (max-width:784px) {
    .choice-btn li{
        width: 14.9% !important;
    }
}
@media (max-width:587px) {
    .choice-btn li{
        width: 14% !important;
    }
}
@media (max-width:392px) {
    .choice-btn li{
        width: 13% !important;
    }
}
.choice-btn .slick-track {
    width: 100% !important;
}
.choice-btn li{
    margin-right: 10px;
    margin-bottom: 10px;
}
.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}
.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}
.choice-btn .slick-track {
	transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}


/* 404ページ */
.notfound-container {
    max-width: var(--content-size-medium);
    margin: 50px auto 100px;
}
.notfound-container > .text {
    font-size: var(--font-16);
    line-height: 2.25;
    text-align: justify;
    word-break: break-all;
}
@media (min-width: 560px) {
    .notfound-container > .text {
      text-align: center;
    }
}
.notfound-container > .action {
    margin-top: clamp(31px, 3.6764705882vw, 50px);
    text-align: center;
}
@media (max-width:368px) {
    .action > .btn{
        padding: 10px 70px !important;
    }
    
}
.c-breadcrumb {
    --c-breadcrumb-line-height: 1.375;
    --c-breadcrumb-divider-size: .875em;
    --c-breadcrumb-divider-margin-x: .75em;
    --c-breadcrumb-divider-color: currentColor;
    --c-breadcrumb-divider-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-miterlimit='10' d='M6 3.5l5 4.5-5 4.5'/%3e%3c/svg%3e");
}
.c-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: var(--c-breadcrumb-line-height);
    font-size: var(--font-11);
    color: #000;
}
.c-breadcrumb > li {
    display: flex;
    align-items: center;
    padding-right: var(--c-breadcrumb-divider-margin-x);
}
.c-breadcrumb > li:not(:last-child)::after {
    content: "";
    flex: 0 0 auto;
    width: var(--c-breadcrumb-divider-size);
    height: var(--c-breadcrumb-divider-size);
    background-color: var(--c-breadcrumb-divider-color);
    margin-left: var(--c-breadcrumb-divider-margin-x);
    -webkit-mask: var(--c-breadcrumb-divider-image) no-repeat center center/contain;
            mask: var(--c-breadcrumb-divider-image) no-repeat center center/contain;
}
.c-breadcrumb > li > a {
    text-decoration: underline;
}
.c-breadcrumb.-right {
    justify-content: right;
    text-align: right;
}

/* news */
.list-box div.image {
    width: 20%;
    height: 120px;
    background: #eee;
}
.list-box div.image img {
    width: 100%;
}

.list-box div.info {
    width: 70%;
    margin-left: 2%;
}

.list-box div {
    float: left;
}

.list-box .postThumb {
    clear: both;
    height: 120px;
}

.list-box li+li {
    margin-top: 10px;
}
.pnavi {
	margin-top: 20px;
    text-align: center;
}

.pnavi span,.pnavi a {
    padding: 5px 10px;
    background: #eee;
    border: 1px solid #333;
}

.pnavi span {
    background: #fff;
    border-color: #fff;
}

/* お問い合わせフォーム */
.contact-container {
    max-width: var(--content-size-medium);
    margin: 0 auto;
    padding: clamp(44px, 5.8528428094vw, 70px) 0 clamp(50px, 5.8139534884vw, 100px);
}
.contact-container > .lead {
    font-size: var(--font-17);
    line-height: 2;
    text-align: justify;
    word-break: break-all;
}
@media (min-width: 560px) {
    .contact-container > .lead {
      text-align: center;
    }
}
.contact-container > .lead > .heading {
    margin-bottom: 0.75em;
    font-size: var(--font-21);
    text-align: center;
}
.contact-container > .lead > .heading.-error {
    color: var(--color-red);
}
.contact-container > .form {
    margin-top: clamp(41px, 5.4347826087vw, 65px);
    padding: clamp(47px, 6.27090301vw, 75px) clamp(13px, 1.6722408027vw, 20px);
    border: 5px solid #eee;
}
@media (min-width: 560px) {
    .contact-container > .form {
      padding: clamp(47px, 6.27090301vw, 75px) clamp(38px, 5.016722408vw, 60px);
    }
}
  
.contact-flow {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: clamp(188px, 25.0836120401vw, 300px);
    margin: 0 auto;
    font-size: var(--font-12);
}
.contact-flow::before {
    content: "";
    position: absolute;
    top: calc(0.4375em - 1px);
    right: 2.25em;
    left: 2.25em;
    border-top: 2px solid #eee;
}
.contact-flow > li {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875em;
    width: 4.5em;
    text-align: center;
    color: #ddd;
    white-space: nowrap;
}
.contact-flow > li::before {
    content: "";
    width: 0.875em;
    height: 0.875em;
    background: currentColor;
    border-radius: 100%;
}
.contact-flow > li.-current {
    color: #000;
}

.contact-form {
    margin-top: clamp(47px, 6.27090301vw, 75px);
}
.contact-form > div + div {
    margin-top: clamp(19px, 2.508361204vw, 30px);
}
.contact-form > div > dt {
    font-size: var(--font-16);
    line-height: 1.625;
}
.contact-form > div > dd {
    flex: 1 1 0%;
    margin-top: clamp(5px, 0.6688963211vw, 8px);
    font-size: var(--font-16);
    line-height: 1.5;
}
.contact-form > .privacy {
    margin-top: clamp(38px, 5.016722408vw, 60px);
    font: 500 var(--font-13)/1.375 var(--font-sans);
}
.mw_wp_form_confirm .contact-form > .privacy > dd, .mw_wp_form_preview .contact-form > .privacy > dd {
    display: none;
}

.contact-form > .submit > dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* gap: clamp(13px, 1.6722408027vw, 20px); */
}
.contact-confirmPage .contact-form > .submit > dd {
    gap: clamp(13px, 1.6722408027vw, 20px);
}
@media (min-width: 560px) {
    .contact-form > .submit > dd {
      flex-direction: row-reverse;
    }
}
.contact-form a {
    color: #F39824;
    text-decoration: underline;
}
.contact-form .required {
    margin-left: 0.25em;
    color: red;
}
.contact-captcha{
    text-align: center;
    margin: clamp(30px, 3.488372093vw, 60px) 0;
    font-size: var(--font-16);
}
.contact-captcha > img{
    margin: 0 auto;
}
.contact-captcha > input{
    padding: 5px 10px;
    margin-top: 1em;
    border: 1px solid #333;
    background: #fff;
}
.c-form-control {
    --c-form-control-border: 1px solid #f2f2f2f2;;
    --c-form-control-border-radius: 5px;
    --c-form-control-padding: .75em 1em;
    --c-form-control-background:  #f6f6f6;
    --c-form-control-line-height: 1.625;
    --c-form-control-font-size: 16px;
    --c-form-control-font-color: inherit;
    --c-form-control-textarea-padding: 1em;
}
@media (min-width: 768px) {
    .c-form-control {
      --c-form-control-padding: 1.125em;
      --c-form-control-font-size: var(--font-17);
    }
}

.c-form-control {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    padding: var(--c-form-control-padding, 0);
    border: var(--c-form-control-border, none);
    border-radius: var(--c-form-control-border-radius, 0);
    background: var(--c-form-control-background, transparent);
    font: inherit;
    font-size: var(--c-form-control-font-size, inherit);
    line-height: var(--c-form-control-line-height, inherit);
    color: var(--c-form-control-font-color, inherit);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.c-form-control:disabled {
    cursor: not-allowed;
}
textarea.c-form-control {
    padding: var(--c-form-control-textarea-padding, 0);
    resize: vertical;
}

select.c-form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='22' viewBox='0 0 30 22'%3e%3cpath fill='%23343a40' d='M15 22L0 0h30z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: calc(100% - 0.75em) 50%;
    background-size: 0.5em auto;
}
select.c-form-control[multiple], select.c-form-control[size]:not([size="1"]) {
    background-image: none;
}

.c-form-control.-auto {
    display: inline-block;
    width: auto;
}

.c-btn.-contactAction {
    justify-content: center;
    min-width: clamp(175px, 23.4113712375vw, 280px);
    padding: 1.125em 3.25em;
    font-size: var(--font-16);
    text-align: center;
}
.c-btn.-contactAction.-submit {
    background: #F39824;
    border: 3px solid #F39824;
    color: #fff;
    cursor: pointer;
    transition: all .4s;
}
.c-btn.-contactAction.-submit:hover{
    opacity: .6;
    transition: all .4s;
}
.c-btn.-contactAction.-back {
    background: #fff;
    border: 3px solid #F39824;
    color: #F39824;
    cursor: pointer;
    transition: all .4s;
}
.c-btn.-contactAction.-back:hover{
    opacity: .6;
    transition: all .4s;

}