@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== 1: universal reset =================================
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*
===== 2: body and base setting ===========================
*/
html {
    height: 100%;
    width: 100%;
    overflow: auto;
}
body {
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin: 0px;
    padding: 0px;
    color: #000;
    -webkit-text-size-adjust: 100%;
}
/*
===== margin setting ====
*/
.mt00 {
    margin-top: 0 !important;
}
.mt05 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt12 {
    margin-top: 12px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mr00 {
    margin-right: 0 !important;
}
.mr05 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr12 {
    margin-right: 12px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr45 {
    margin-right: 45px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mr65 {
    margin-right: 65px !important;
}
.mr95 {
    margin-right: 95px !important;
}
.mb00 {
    margin-bottom: 0 !important;
}
.mb05 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb12 {
    margin-bottom: 12px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.ml00 {
    margin-left: 0 !important;
}
.ml05 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml12 {
    margin-left: 12px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml45 {
    margin-left: 45px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.w10 {
    width: 10% !important;
}
.w20 {
    width: 20% !important;
}
.w30 {
    width: 30% !important;
}
.w40 {
    width: 40% !important;
}
.w50 {
    width: 50% !important;
}
.w60 {
    width: 60% !important;
}
.w70 {
    width: 70% !important;
}
.w80 {
    width: 80% !important;
}
.w90 {
    width: 90% !important;
}
.pb00 {
    padding-bottom: 0 !important;
}
.pt00 {
    padding-top: 0 !important;
}
/*
===== font setting ====
*/
.txtalc {
    text-align: center;
}
.txtR {
    text-align: right !important;
}
.ita {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.rb {
    color: #F00;
    font-weight: bold;
}
.red {
    color: #F00;
}
.reds {
    color: #F00;
    font-size: 80%;
}
.fzss {
    font-size: 50%;
}
.fzs {
    font-size: 65%;
}
.fsms {
    font-size: 75%;
}
.fzm {
    font-size: 80%;
}
.fzml {
    font-size: 90%;
}
.fzmll {
    font-size: 100%;
}
.fzl {
    font-size: 110%;
}
.fzll {
    font-size: 120%;
}
.fzxl {
    font-size: 130%;
}
/* general params
--------------------*/
h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, dt, dd, address, blockquote {
    padding: 0; /* margin&padding reset */
    line-height: 1.8;
    display: block;
    margin: 0px;
    font-weight: normal;
    color: #000;
    box-sizing: border-box;
}
div, ul, li, p, a, dl, dt, dd, span, input, select, textarea {
    box-sizing: border-box;
}
form {
    padding: 0; /* margin&padding reset */
    margin: 0px;
}
hr, .areaAnchor, .anchor {
    display: none;
}
img {
    border: none; /* img do not want a border */
    display: block;
}
li {
    list-style: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea {
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f0f2f7;
    border-radius: 5px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
select {
    border: none;
    width: 100%;
    padding: 19.5px 40px 19.5px 15px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-radius: 5px;
    font-weight: bold;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
::placeholder {
    color: #999;
    font-weight: normal;
}
.calendar input {
    cursor: pointer;
}
.select {
    position: relative;
}
.searchBtn {
    background: #1f8c64;
    border-radius: 100px;
    color: #fff;
    width: 80% !important;
    margin: 15px auto 0 auto;
    display: block;
}
.radio {
    display: flex;
}
.radio li {
    margin-right: 20px;
}
input[type="checkbox"] {
    display: none;
}
input[type="radio"] {
    display: none;
}
input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
}
input[type="checkbox"] + label:before {
    content: "";
    border: solid 1px #000;
    background: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
input[type="checkbox"]:checked + label:after {
    content: "";
    background: url("../img/shared/ico_check.svg")center center no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
input:focus {
    outline: none;
}
fieldset {
    border: none;
    position: relative;
    padding: 20px 0 0 0;
}
fieldset .input {
    background-color: #f0f2f7;
}
fieldset .input:focus + .label {
    transform: scale(1) translateX(15px) translateY(-10px);
}
fieldset .label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: .2s;
    transform: translateX(15px) translateY(34px);
    width: 100%;
    pointer-events: none;
}
fieldset.req.error .label {
    color: #f00;
}
fieldset.select:after {
    content: "";
    background: url("../img/shared/ico_select.webp")center center no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    bottom: 15px;
    right: 15px;
    position: absolute;
}
.formConfirm fieldset.error input, .formConfirm fieldset.error textarea, .formConfirm fieldset.error select {
    border: solid 1px #f00 !important;
    color: #f00;
    background: #FFEAEA;
}
.formConfirm fieldset input, .formConfirm fieldset textarea, .formConfirm fieldset select, .formConfirm .spotLoc01 textarea, .formConfirm .fromother01 input, .formConfirm .dropoffLoc01 .pickupLoc01 input {
    border: solid 1px #3671c0;
}
.formConfirm fieldset.select:after {
    display: none;
}
.formConfirm fieldset .label {
    color: #3671c0;
    transform: scale(1) translateX(0) translateY(-10px) !important;
    font-weight: bold;
}
.formConfirm .spotLoc01, .formConfirm .fromother01, .formConfirm .dropoffLoc01 .pickupLoc01 {
    position: relative;
}
.formConfirm .spotLoc01:after, .formConfirm .fromother01:after, .formConfirm .dropoffLoc01 .pickupLoc01:after {
    content: "";
    background: url("../img/shared/ico_success.webp")center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 20px;
}
.formConfirm fieldset .label:after {
    content: "";
    background: url("../img/shared/ico_success.webp")center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    bottom: -40px;
}
.formConfirm fieldset.error .label:after {
    display: none;
}
.selected fieldset .label {	
    transform: scale(1) translateX(0) translateY(-10px) !important;	
    font-weight: bold;	
}
fieldset.req .label:before {
    content: "※";
    color: #f00;
}
fieldset .label.completed, fieldset .input.completed + .label {
    font-weight: bold;
    color: #b99436;
    transform: scale(1) translateX(0) translateY(-10px);
}
.formBtn {
    margin-top: 30px;
}
.formBtn li input[type="submit"] {
    transition: all 0.2s;
    padding: 20px;
}
.formBtn li:nth-of-type(2) {
    margin-top: 20px;
}
@media screen and (min-width: 769px) {
    .formBtn {
        margin-top: 40px;
        width: 40%;
        margin-left: auto;
        margin-right: 0;
    }
}
@media screen and (min-width: 1079px) {
    .formBtn {
        width: 420px;
        margin: 40px auto 0 auto;
    }
    .formBtn li:not(:first-of-type) {
        margin-top: 40px;
    }
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym, abbr {
    cursor: help;
}
/*
===== 3: link setting ===========================
*/
a:link {
    color: #000;
    text-decoration: none;
    transition: all .3s ease;
}
a:visited {
    color: #000;
    text-decoration: none
}
a:hover {
    color: #b99436;
    text-decoration: none;
    transition: all .3s ease;
}
a:active {
    color: #b99436;
    text-decoration: none
}
a img {
    transition: all .3s ease;
    opacity: 1;
}
a img:hover {
    opacity: 0.6;
    transition: all .3s ease;
}
.backBtn {
    border: solid 2px #927e2a !important;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 35px !important;
}
.backBtn:hover {
    background: #e2ddc7;
}
.submitBtn {
    display: inline-block;
    padding: 15px 35px;
    background: #927e2a;
    border-radius: 5px;
    color: #fff !important;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.2s;
}
.submitBtn:hover {
    background: #5e4d06;
}
.baseBtn {
    display: block;
    text-align: center;
    padding: 20px;
    background: #927e2a;
    border-radius: 5px;
    color: #fff !important;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
}
.baseBtn:hover {
    background: #5e4d06;
}
.txtLink {
    color: #1276e6 !important;
    text-decoration: underline !important;
}
.txtLink:hover {
    text-decoration: none !important;
}