@charset "utf-8";
/* ========TEMPLATE LAYOUT======== */

body {
    font-size: 16px;
    font-family: "Helvetica Neue", sans-serif;
    color: #333;
}

a {
    color: #0000ff;
    text-decoration: none;
}
a:hover {
    color: #0000ff;
}

a img:hover{opacity:0.8;}
a img{transition: all .3s ease;}

img.responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.sp {
    display: none;
}
br.sp {
    display: none;
}
.customheader {
     padding: 20px 0;
     text-align: center;
}
.customheader .title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 600;
}
.customheader .text {
    margin-top: -10px;
}
.main-header header,
.main-header .title {
    color: white;
}
.main-header .title {
    font-weight: 600;
}
.main-header header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #787878;
    background-size: cover;
    background-position: center;
}
.main-header .container {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 3;
}
.breadcrumb_wrap {
    background: #EFF8FC;
}
.breadcrumb.breadcrumb-inverted {
    background: transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 5px 0;
    font-size: 90%;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb.breadcrumb-inverted > li > a {
    color: #444;
}
.breadcrumb > li a.active {
    color: #444;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
    font-family: 'Font Awesome 6 Free';

}

/* ========HEADER LAYOUT======== */
header nav {
    background: #000000;
}
header .headwrap {
    padding: 10px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 65px;
}
header .headwrap > div:last-of-type{
    margin-left: auto;
}
header .headwrap.fix > div:last-of-type{
    margin-left: 0;
}

.headwrap .logo {
    font-size: 28px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-weight: bold;
}
.headwrap a.logo {
    text-decoration: none;
}
.headwrap .submenu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 30px;
    transform: translate3d(0, 0, 0);
}
.headwrap .submenu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.headwrap .submenu li {
    margin-right: 30px;
}
.headwrap .submenu .closemenuwrap {
    display: none;
}
.headwrap .submenu .spmenu {
    display: none;
}

.headwrap .loginjump {
    background: #fff;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
}
.headwrap .openmenu {
    color: #fff;
    width: 40px;
    height: 100%;
    display: none;
    text-align: center;
}
.subheader {
    position: relative;
    height: 400px;
}
.subheader .wrapbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height :100%;
    z-index: 5;
}
.subheader .wrapbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subheader .overlay {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height :100%;
    z-index: 10;
}
.subheader .wrapcc {
    width: 100%;
    height :100%;
    width: 100%;
    height :100%;
    position: absolute;
    z-index: 15;
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.subheader .wrapcc .inner{
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #fff;
}
.subheader .wrapcc .subheadcc .cc1 {
    font-size: 2.5rem;
}
.subheader .wrapcc .subheadcc .exp {
    font-size: 4rem;
    font-weight: 800;
}
.subheader .subheadcc .jumptosaison {
    background: #191a7e;
    color: #fff;
    padding: 14px 25px;
    border-radius: 8px;
    display: inline-block;
}
.subheader .wrapcc .subheadcc .cc2 {
    font-size: 1.2rem;
}
.subheader .wrapcc .subheadcc .yetguide {
    font-size: 1.2rem;
    display: inline-block;
    background: #ff5555;
    color: #fff;
    padding: 14px 25px;
    border-radius: 8px;
}


/* ========COMMON LAYOUT======== */
.mtb80 {
    margin: 80px 0;
}
.ptb80 {
    padding: 80px 0;
}

/* ========FOOTER LAYOUT======== */
footer {
    background: #000;
    padding: 30px 0;
}
footer .footlogo {
    text-align: center;
    margin-bottom: 50px;
}
footer .footlogo span {
    font-size: 20px;
    padding-left: 5px;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}
footer .footlink {
    margin: 10px 0;
    text-align: center;
    font-size: 0.9rem;
}
footer .footlink li:nth-of-type(1) {
    border-left: 1px solid #ccc;
}
footer .footlink li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}
footer .footlink li a {
    color: #fff;
    text-decoration: none;
}
footer .copyright {
    text-align: center;
    color: #BFBFBF;
    font-size: 0.9rem;
}

/* ========EACH PAGE LAYOUT======== */
.homemainvisual {
    position: relative;
    height: calc(100vh - 65px );
    min-height: 500px;
}
.homemainvisual .wrapimg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
}
.homemainvisual img {
    width: 100%;
    height: calc(100vh - 65px );
    object-fit: cover;
}
.homemainvisual .wrapin {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
    padding-top: 80px;
    box-sizing: border-box;
}
.homemainvisual .wrapin .boxin {
    background: #fff;
    padding: 80px 30px;    
    max-width: 550px;
    width: auto;
}
.homemainvisual .wrapin .boxin h1{
    font-size: 40px;
    font-weight: 600;
}
.wrapper {
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
}
.servicemenubox {
    position: relative;
    margin-top: -80px;
    z-index: 15;
}
.servicemenubox .boxin {
    padding: 30px;
    background: #fff;
}
.servicemenubox .eachmenu {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}
.servicemenubox .eachmenu .menuname {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicemenubox .eachmenu .menuname .place {
    text-align: center;
}
.servicemenubox .eachmenu .menuname .en {
    font-size: 1rem;
}
.servicemenubox .eachmenu .menuname .ja {
    font-size: 1.5rem;
    font-weight: 600;
}
.servicemenubox .eachmenu .bgimg {
    position: relative;
    z-index: 1;
}
.servicemenubox .eachmenu .bgoverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.servicemenubox .eachmenu .bgimg img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}
.wrapper_gray {
    background: #f2f2f2;
    padding: 40px 0 40px;
}
.hometopics .eachtopic {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 0;
    font-size: 0.9rem;
}
.hometopics .eachtopic .leftcol {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hometopics .eachtopic .topicsdate {
    padding-right: 30px;
}
.hometopics .eachtopic .topicslabel {
    background: #000;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    padding: 3px 12px;
}
.titlesection {
    text-align: center;
}
.sectionmaintitle {
    font-size: 32px;
    font-weight: bold;
}
.hstyle2 {
    font-size: 32px;
    font-weight: bold;
}
.hstyle3 {
    font-size: 24px;
    font-weight: bold;
}

.homeserviceintro {
    padding: 80px 0;
}
.homeserviceintro h2 {
    margin-bottom: 20px;
}
.homeserviceintro img {
    width: 100%;
    height: auto;
}
.homeserviceintro h3 {
    margin: 15px 0;
    font-weight: 600;
    font-size: 1.1rem;
}
.homeserviceintro .otherservice {
    margin-top: 80px;
}
.golfserviceintro {
    margin: 80px 0;
}
.golfserviceintro h2 {
    margin-bottom: 20px;
}
.golfserviceintro h3 {
    margin: 15px 0;
    font-weight: 600;
    font-size: 1.1rem;
}
.faqmenuwrap {
    margin: 40px 0;
}
.golffaq .eachquestion {
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
}
.golffaq .question {
    font-weight: 600;
    cursor: pointer;
    display: flex;
}
.golffaq .question .panelbtn {
    margin-left: auto;
    padding-left: 5px;
}
.golffaq .question .panelbtn:before {
    font-family: 'Font Awesome 6 Free';
    content: '\2b';
    font-weight: 900;
}
.golffaq .question .panelbtn.open:before {
    content: '\f068';
}
.golffaq .answer {
    margin: 10px 0 10px 10px;
    display: none;
}
.preguide_box,
.saisonlp {
    padding: 50px 0;
}
.preguide_box .bodysection {
/*    text-align: center;*/
    margin-top: 20px;
    max-width: 800px;
    padding: 0 10px;
    width: 100%;
    margin: 20px auto 0;
}
.preguide_box .boxin p {
    margin-bottom: 20px;
}
.preguide_box .boxin .rowmbstyle,
.saisonlp .boxin .rowmbstyle {
    margin-top: 80px;
    margin-bottom: 80px;
}
.preguide_box .boxstyle2
.saisonlp .boxstyle2 {
    padding: 80px 0 50px;
}
.preguide_box .quotebox {
    background: #f2f2f2;
    padding: 25px;
    position: relative;
    margin-bottom: 10px;
}
.preguide_box .quotebox li,
.preguide_box .proposalbox li {
    padding-left: 1.1rem;
    text-indent: -1.1rem;
}
.preguide_box .proposalbox {
    padding: 25px;
    background: #EFF8FC;
    margin: 10px 0;
}
.preguide_box .quotebox li:before,
.preguide_box .proposalbox li:before {
    content: "・";
}

.preguide_box .quotebox:before {
    font-family: 'Font Awesome 6 Free';
    content: '\f10d';
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 10px;
    color: #666;
}
.preguide_box .quotebox:after {
    font-family: 'Font Awesome 6 Free';
    content: '\f10e';
    font-weight: 900;
    position: absolute;
    bottom: 2px;
    right: 10px;
    color: #666;
}
.preguide_box .emphasize {
    font-weight: 600;
    font-size: 1.1rem;
}
.preguide_box .emphasize .underline {
    background: linear-gradient(transparent 60%, #ffff88 60%);
}
.preguide_box .hmbstyle {
    margin-bottom: 20px;
}
.preguide_box .blackbg {
    background: #444;
    padding: 25px;
    color: #fff;
}
.preguide_box .bannerbg {
    background: #f3f3f3;
    padding: 40px 0;
    text-align: center;
}
.preguide_box .bannerbg img {
    max-width: 800px;
    width: 90%;
    height: auto;
}
.preguide_box .emptxt {
    font-weight: 600;
    font-size: 130%;
}
.preguide_box .howtouse {
    margin: 50px 0;
}
.preguide_box .howtouse .step {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.preguide_box .howtouse .icobox {
    width: 50px;
    height: 50px;
    background: #4472c4;
    color: #fff;
    line-height: 50px;
    text-align: center;
}
.preguide_box .howtouse .expbox {
    background: #F3F6FB;
    flex: 1;
    line-height: 50px;
    padding: 0 15px;
    font-weight: bold;
}
.preguide_box .flowarrowdown {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.preguide_box .arrowwrap {
    text-align: center;
    margin-top: -5px;
    margin-bottom: 15px;
}
.preguide_box .flowarrowdown::before,
.preguide_box .flowarrowdown::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.preguide_box .flowarrowdown.arrow::before{
    width: 18px;
    height: 18px;
    border-top: 3px solid #4472c4;
    border-right: 3px solid #4472c4;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.preguide_box .flowarrowdown.arrow::after{
    top: 8px;
    width: 18px;
    height: 18px;
    border-top: 3px solid #4472c4;
    border-right: 3px solid #4472c4;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.preguide_box .use_image1,
.preguide_box .use_image2 {
    text-align: center;
    display: none;
}
.preguide_box .use_image1.active,
.preguide_box .use_image2.active {
    display: block;
}
.preguide_box .use_image1 .setplace {
    display: inline-block;
    position: relative;
    width: 70%;
}
.preguide_box .use_image1 .setplace img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 5;
    left: 40px;
}
.preguide_box .use_image1 .setplace .box {
    position: absolute;
    top:-20px;
    left: -20px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
/*    color: #4472c4;*/
    color: #f25e5e;
/*    background: #d1ddff;*/
    background: #FBD4D4;
    z-index: 10;
    padding-top: 30px;
    font-weight: bold;
}
.preguide_box .use_image1 .setplace .box span {
    font-size: 1.6rem;
    display: inline-block;
    margin-top: -5px;
}
.preguide_box .use_image2 .setplace {
    display: inline-block;
    position: relative;
    width: 70%;
}
.preguide_box .use_image2 .setplace img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 10;
    left: 40px;
}
.preguide_box .use_image2 .setplace .box {
    position: absolute;
    top:-20px;
    left: -20px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
/*    color: #4472c4;*/
    color: #f25e5e;
/*    background: #d1ddff;*/
    background: #FBD4D4;
    z-index: 5;
    padding-top: 30px;
    font-weight: bold;
}
.preguide_box .use_image2 .setplace .box span {
    font-size: 1.6rem;
    display: inline-block;
    margin-top: -5px;
}

.preguide_form .bgin {
    padding: 20px 0;
    background: url(images/preguide_img4.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.preguide_form .formbox {
    background: rgba(255,255,255,0.95);
    padding: 20px;
}
.preguide_form .formbox .grecaptcha-badge { 
    visibility: hidden;
}

.preguide_form .catrow label {
    margin-right: 15px;
}
.preguide_form .catrow .catgroup .each {
/*    display: inline-block;*/
    display: block;
}
.preguide_form .catrow .catgroup .each {
/*    display: inline-block;*/
    display: block;
}
.preguide_form .catrow .catgroup .subcat {
    display: none;
    margin-left: 1rem;
    margin-bottom: 10px;
}
.preguide_form .catrow .catgroup .subcat.visible {
    display: block;
}
.preguide_form .titlelabel {
    font-weight: 600;
}
.preguide_form .textarearow textarea {
    font-size: 90%;
}
.preguide_form .btn {
    width: 100%;
    padding: 0.8rem 0.375rem;
}
.preguide_form .bgbox {
    display: none;
    margin-bottom: 20px;
}
.preguide_form .bgbox img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    object-position: 50% bottom;
}
.preguide_form .otherbox {
    margin-top: 10px;
    display: none;
}
.preguide_form .otherbox.visible {
    display: block;
}
.preguide_form .otherbox textarea,
.preguide_form .otherbox2 textarea {
    font-size: 90%;
}
.preguide_form .formtitlebox {
    padding: 8px;
    background: rgba(0,0,0,0.5);
    color: #fff;
}
.preguide_form .formtitlebox h2 {
    margin-bottom: 10px;
}
.preguide_form .catgroup {
    margin: 10px 0;
}
.preguide_form .req {
    color: #ff3333;
}
.preguide_box .service_img {
    max-width: 1000px;
    width: 100%;
    margin: 0px auto 50px;
    padding: 20px 30px;
    background: #f9f9f9;
}
.preguide_box .service_tab {
    max-width: 1000px;
    width: 100%;
    display: flex;
    margin: 20px auto 30px;
}
.preguide_box .service_tab .iconslink {
    padding: 20px 30px;
    text-align: center;
    cursor: pointer;
    border-bottom: 4px solid tranparent;
}
.preguide_box .service_tab .iconslink.active {
    border-bottom: 4px solid #4472c4;
    color: #4472c4;
    background: #F3F6FB;
}
.preguide_box .service_tab .linkname {
    display: block;
    margin-top: 8px;
}
.service_img > div {
    display: none;
}
.service_img > div.active {
    display: block;
}
.preguide_form .ub_error {
    color: #ff6666;
    font-size: 90%;
    display: none;
}
.preguide_form .ub_error.on {
    display: block;
}
.preguide_form .googledisclaim {
    font-size: 90%;
    margin-top: 10px;
}
.preguide_form .googledisclaim a {
    color: #4472c4;
}
.preguide_confbox .conf_content {
    margin: 20px 0;
}
.preguide_confbox .conf_content .each {
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
}
.preguide_confbox .conf_content .each div:nth-of-type(1) {
    width: 350px;
}
.preguide_confbox .conf_content .each div:nth-of-type(2) {
    flex: 1;
}
.preguide_confbox {
    padding: 50px 0;
}
.preguide_confbox .jsonpost {
    display: none;
}
.preguide_confbox a.preguide_writeback {
    color: #fff;
}
.saisonlp .saisonmainbg {
    padding: 40px 0;
    background: url(images/tech_bg.jpg) 0 0 fixed;
}
.saisonlp .jumptosaisonwrap,
.saisonlp .yetguidewrap {
    text-align: center;
    margin: 20px 0;
}
.saisonlp .yetguidewrap .yetguide {
    position: relative;
    width: 100%;
    max-width: 700px;
    display: inline-block;
    border-radius: 10px;
    background: #ff5555;
    color: #fff;
    padding: 0px 25px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height: 80px;
    line-height: 80px;
}
.saisonlp .jumptosaisonwrap .jumptosaison {
    position: relative;
    width: 100%;
    max-width: 700px;
    display: inline-block;
    border-radius: 10px;
    background: #191a7e;
    color: #fff;
    padding: 0px 25px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height: 80px;
    line-height: 80px;
}
.saisonlp .jumptosaisonwrap .jumptosaison:after {
    position: absolute;
    right: 10px;
    top: 0;
    height: 80px;
    line-height: 80px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    content: "\f138";
    font-size: 20px;
}

.saisonlp .saisoninfowrap {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    line-height: 1.8;
}
.saisonlp .sectionmaintitle {
    color: #fff;
}
.saisonlp .saisoninfowrap .headbar {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}
.saisonlp .saisoninfowrap .cautionbox {
    font-size: 0.9rem;
    margin-top: 30px;
}
.saisonlp .saisoninfowrap .exp {
    color: #ff5555;
    font-weight: bold;
}
.saisonlp .saisoninfowrap .apply {
    padding-left: 20px;
}
.saisonlp .saisoninfowrap .apply li {
    list-style-type: decimal;
}
.saisonlp .aboutsaison h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: bold;
}
.saisonlp .aboutsaison .iconimg {
    font-size: 32px;
    color: #444;
}
/*クルマリクエスト登録*/
.carrecord_form {
    margin-bottom: 50px;
}
.carrecord_form .bgin {
    position: relative;
    height: 300px;
}
.carrecord_form .bgin .bgoverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5)
}
.carrecord_form .bgin img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    object-position: center center;
}
.carrecord_form .car_wrap {
    width: 100%;
    max-width: 1200px;
    margin: -200px auto 50px;
    position: relative;
    z-index: 10;
}
.carrecord_form .car_wrap .hstyle2 {
    color: #fff;
    margin-bottom: 20px;
}
.carrecord_form .car_wrap .formboxwrap {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    background: #f1f1f1;
    padding: 20px;
}
.carrecord_form .car_wrap .formboxwrap .btn_newrecord {
    background: #1D5A7C;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
    transition: all .3s ease;
    overflow: hidden;
}
.carrecord_form .car_wrap .formboxwrap .btn_newrecord:hover {
    transition: all .3s ease;
    background: #2675A0;
}
.carrecord_form .car_wrap .formboxwrap .btn_newrecord:after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    content: "\f138";
    float: right;
}
.carrecord_form .car_wrap .formboxwrap {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    background: #f1f1f1;
    padding: 20px;
}
.carrecord_form .req {
    color: #ff3333;
}
.carrecord_form .ub_error {
    color: #ff6666;
    font-size: 90%;
    display: none;
}
.carrecord_form .ub_error.on {
    display: block;
}
.carrecord_form .carselection .labeltitle {
    padding: 8px;
    background: #3E4B51;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.carrecord_form .carselection .labeltitle span {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
}
.carrecord_form .carselection .labeltitle span:before {
    font-weight: 900;
    padding: 0 5px;
    color: #fff;
    content: "\f053";
    font-family: 'Font Awesome 6 Free';
}
.carrecord_form .carselection .labeltitle.on span:before {
    content: '\f078';
}
.carrecord_form .carselection .eachtype {
    margin: 10px 0;
    border: 1px solid #3E4B51;
}
.carrecord_form .carselection .carbox {
    padding: 8px;
    background: #fff;
    display: none;
}
.carrecord_form .titlelabel {
    font-weight: 600;
}
.carrecord_form .csbox {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.carrecord_form .pricesep {
    display: inline-block;
}
.carrecord_form .makertitlelabel {
    font-weight: bold;
}
.carrecord_form .typelists > div {
}
.carrecord_form .makerlists > div,
.carrecord_form .typelists > div,
.carrecord_form .colorlists > div {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    padding: 5px 5px;
    cursor: pointer;
    font-size: 85%;
    transition: all .3s ease;
    border: 1px solid transparent;
    border-radius: 8px;
}
.carrecord_form .makerlists > div.active,
.carrecord_form .typelists > div.active,
.carrecord_form .colorlists > div.active {
    background: #D4EEF9;
    transition: all .3s ease;
    border: 1px solid #78C9EC;
}
.carrecord_form .makerlists .logoimg img,
.carrecord_form .typelists .logoimg img {
    width:60px;
    height: auto;
}
.carrecord_form .colorlists {
    font-size: 80%;
}

.carrecord_form .colorlists .colorimg {
    width: 30px;
    height: 30px;
    background: #ff3333;
    display: inline-block;
}
.carrecord_form .colorimg.white {
    background: #efefef;
}
.carrecord_form .colorimg.black {
    background: #000;
}
.carrecord_form .colorimg.gray {
    background: #888;
}
.carrecord_form .colorimg.blue {
    background: #0033FF;
}
.carrecord_form .colorimg.red {
    background: #FF3200;
}
.carrecord_form .colorimg.brown {
    background: #9E6D4A;
}
.carrecord_form .colorimg.green {
    background: #008000;
}
.carrecord_form .colorimg.yellow {
    background: #ECE130;
}
.carrecord_form .form-control.shortbox {
    width: 200px;
    display: inline-block;
    margin-right: 5px;
}
.carrecord_form .form-control.tradeinbox {
    width: 300px;
    display: inline-block;
    margin-right: 5px;
}

.carrecord_form .budget_selected {
    display: none;
}
.carrecord_form .budget_selected.on  {
    display: block;
}
.carrecord_form .tradein_y {
    display: none;
    background: #dedede;
    padding: 10px;
}
.carrecord_form .tradein_y.on {
    display: block;
}
.carrecord_form .titlelabel.cmark {
    position: relative;
    padding-left: 16px;
}
.carrecord_form .titlelabel.cmark:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0px;
}
.carrecord_form .titlelabel.cmark:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 7px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 3px;
}
.carrecord_form .googledisclaim {
    font-size: 90%;
    margin-top: 10px;
}
.carrecord_form .googledisclaim a {
    color: #4472c4;
}
.carrecord_form .areaselectbtn {
    color: #fff;
    background: #282E89;
    display: inline-block;
}
.carrecord_form .addressaddarea{
    margin-top: 15px;
    font-size: 90%;
}
.carrecord_form .addressaddarea > div {
    display: inline-block;
    padding: 3px 8px;
    background: #dcdcdc;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 6px;
}
.carrecord_lity {
/*    display: none;*/
}
.carrecord_lity .lityinbox {
    width: 1000px;
    margin: 0 auto;
    padding: 10px;
}
.lityinbox .whitebox {
    background: #fff;
    padding: 20px 20px;
}
.lityinbox .tabpanel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lityinbox .tabpanel > div {
    flex: 1;
    text-align: center;
    border:1px solid #ccc;
    padding: 8px 0;
    cursor: pointer;
}
.lityinbox .tabpanel > div.active {
    background: #000099;
    color: #fff;
    border: 1px solid #000099;
    border-bottom: none;
    cursor: auto;
}
.lityinbox .tabpanel > div span.emp {
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
}
.lityinbox .areahyj {
    width: 100%;
}
.lityinbox .areadtlbox {
    width: 100%;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;    
}
.lityinbox .areadtlbox .prefarea {
    max-height: calc(100vh - 200px);
    position: relative;
    left: 0;
    top: 0;
    transition: all .3s ease;
}
.lityinbox .areadtlbox .cityarea {
    max-height: calc(100vh - 200px);
    position: absolute;
    left: 100%;
    top: 0;
    transition: all .3s ease;
    width: 100%;
}
.lityinbox .areadtlbox .prefarea.rscroll {
    left: -100%;
    transition: all .3s ease;
}
.lityinbox .areadtlbox .cityarea.rscroll {
    left: 0%;
    transition: all .3s ease;
}
.lityinbox .closebtnwrap {
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,0.5);
    height: 50px;
    bottom: -30px;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}
.lityinbox .closebtn {
    background: #f59820;
    display: inline-block;
    padding: 8px 15px;
    color:#fff;
    border-radius: 10px;
    cursor: pointer;
}
.lityinbox .closebtnwrap.on {
    opacity: 1;
    transition: all .3s ease;
}
.lityinbox .areadtlbox.rscroll {
    transition: all .3s ease;
    transform: translateX(-50%);    
}
.lityinbox .areadtlbox > div {
    flex: 1;
    padding: 0 10px;
}
.lityinbox .areagroup {
    display: flex;
    justify-content: flex-start;
}
.lityinbox .areagroup > div {
    border: 1px solid #ccc;
    padding: 10px 5px;
}
.lityinbox .areagroup .groupname {
    width: 120px;
    text-align: center;
    border-right: none;
}
.lityinbox .titlelabel {
    font-weight: 600;
    font-size: 20px;
}
.lityinbox .prefcell {
    flex: 1;
}
.lityinbox .prefcell ul li {
    display: inline-block;
    width: 90px;
    margin: 8px;
    border-radius: 8px;
    cursor: pointer;
    padding: 4px 4px;
    font-size: 90%;
    background: #efefef;
    position: relative;
}
.lityinbox .prefcell li.on,
.lityinbox .citylists li.on {
    background: #000099;
    color: #fff;
}
.lityinbox .prefcell li:hover,
.lityinbox .citylists li:hover {
    background: #000099;
    color: #fff;
}
.lityinbox .citylists li {
    display: inline-block;
    margin: 0 1% 8px 0;
    width: 19%;
    border-radius: 8px;
    cursor: pointer;
    font-size: 90%;
    background: #efefef;
    padding: 5px 4px;
    position: relative;
}
.lityinbox .prefcell ul li.on:after,
.lityinbox .citylists li.on:after {
    position: absolute;
    right: 3px;
    top: 3px;
    content: "\f058";
    font-weight: 600;
    padding: 0 5px;
    color: #fff;
    font-family: 'Font Awesome 6 Free';
}
.lityinbox .cityarea .pref span {
    font-weight: 600;
    font-size: 120%;
}
.lityinbox .nextbackwrap {
    display: flex;
    justify-content: space-evenly;
}
.lityinbox .nextbackwrap > button {
    background: #065d63;
    color: #fff;
    width: 150px;
    padding: 20px 0px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    transition: all .3s ease;
}
.lityinbox .nextbackwrap > button.unable {
    background: #ddd;
    border: 1px solid #ddd;
    color: #777;
    cursor: auto;
    transition: all .3s ease;
}
.lityinbox .carform {
    overflow-y: scroll;
    max-height: 90vh;
}
.lityinbox .carform .dtlbox {
    font-size: 80%;
}
.lityinbox .carform .topsection {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #065d63;
    margin-bottom: 20px;
}
.lityinbox .carform .topsection .num {
    width: 80px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 32px;
    background: #065d63;
    font-weight: bold;
}
.lityinbox .carform .topsection .description {
    flex: 1;
    padding: 10px 10px;
}
.lityinbox .carform .topsection .categoryname {
    color: #065d63;
    font-size: 20px;
}
.lityinbox .carform .progresswrap {
    padding: 20px 0;
}
.lityinbox .carform .stepnum {
    text-align: center;
    padding: 8px ;
}
.lityinbox .carform .questionContent,
.lityinbox .carform .answerwrap {
    font-size: 20px;
    margin-bottom: 20px;
}
.lityinbox .carform .optionbox {
    margin-bottom: 10px;
    text-align: center;
    min-width: 300px;
    display: inline-block;
    padding: 20px;
    border: 1px solid #0d6efd;
    border-radius: 8px;
    cursor: pointer;
    color: #0d6efd;
    transition: all .3s ease;
    background: none;
}
.lityinbox .carform .optionbox.yet {
    cursor: auto;
    background: #ddd;
    border: 1px solid #ddd;
    color: #777;
}
.lityinbox .carform .optionbox:hover {
    background: #0d6efd;
    color: #fff;
}
.lityinbox .carform .optionbox.active {
    background: #0d6efd;
    color: #fff;
}
.lityinbox .carform .optionbox.yet:hover {
    background: #ddd;
    border: 1px solid #ddd;
    color: #777;
}
.lityinbox .carform .makerlists > div,
.lityinbox .carform .typelists > div,
.lityinbox .carform .colorlists > div {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    padding: 5px 5px;
    cursor: pointer;
    font-size: 85%;
    transition: all .3s ease;
    border: 1px solid transparent;
    border-radius: 8px;
}
.lityinbox .carform .makerlists > div.active,
.lityinbox .carform .typelists > div.active,
.lityinbox .carform .colorlists > div.active {
    background: #D4EEF9;
    transition: all .3s ease;
    border: 1px solid #78C9EC;
}
.lityinbox .carform .makerlists .logoimg img,
.lityinbox .carform .typelists .logoimg img {
    width:60px;
    height: auto;
}
.lityinbox .carform .colorlists {
    font-size: 80%;
}

.lityinbox .carform .colorlists .colorimg {
    width: 30px;
    height: 30px;
    background: #ff3333;
    display: inline-block;
}
.lityinbox .carform .colorimg.white {
    background: #efefef;
}
.lityinbox .carform .colorimg.black {
    background: #000;
}
.lityinbox .carform .colorimg.gray {
    background: #888;
}
.lityinbox .carform .colorimg.blue {
    background: #0033FF;
}
.lityinbox .carform .colorimg.red {
    background: #FF3200;
}
.lityinbox .carform .colorimg.brown {
    background: #9E6D4A;
}
.lityinbox .carform .colorimg.green {
    background: #008000;
}
.lityinbox .carform .colorimg.yellow {
    background: #ECE130;
}
.lityinbox .carform .questionbox {
    display: none;
}
.lityinbox .carform .questionbox.current {
    display: block;
    animation: customFadeinup 0.5s;
}
.lityinbox .carform .makertitlelabel {
    font-weight: bold;
}
.lityinbox .carform .csbox {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#newcar_selected {
    display: none;
}
#usedcar_selected {
    display: none;
}
.used_year,
.importcarwrap {
    display: none;
}
.used_year.on,
.importcarwrap.on {
    display: block;
}

@keyframes customFadeinup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.lityinbox .carform .motivation .boxwrap {
    margin-bottom: 20px;
}
.lityinbox .carform .motivate_label,
.lityinbox .carform .importcar_label,
.lityinbox .carform .include_label,
.lityinbox .carform .trade_label {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 5px 15px;
    border: 1px solid #0d6efd;
    border-radius: 5px;
    font-size: 80%;
    color: #0d6efd;
    cursor: pointer;
    transtion: all .3s ease;
}
.lityinbox .carform .motivate_label.on,
.lityinbox .carform .importcar_label.on,
.lityinbox .carform .include_label.on,
.lityinbox .carform .trade_label.on {
    background: #0d6efd;
    color: #fff;
    transtion: all .3s ease;
}
.lityinbox .carform .include_label_origin {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 5px 15px;
    border: 1px solid #0d6efd;
    border-radius: 5px;
    font-size: 80%;
    background: #0d6efd;
    color: #fff;
    transtion: all .3s ease;
}
.lityinbox .carform .writebox,
.lityinbox .carform .writebox2 {
    display: none;
    margin-bottom: 10px;
}
.lityinbox .carform .writebox.on,
.lityinbox .carform .writebox2.on {
    display: block;
}
.lityinbox .carform .form-control.shortbox {
    width: 200px;
    display: inline-block;
    margin-right: 5px;
}
.lityinbox .carform .form-control.middlebox {
    max-width: 400px;
    width: 100%;
    display: inline-block;
    margin-right: 5px;
}
.lityinbox .carform .example {
    font-size: 14px;
    color: #666;
}


/* ========RESPONSIVE PAGE LAYOUT======== */
@media (min-width: 1200px) {
    /*フル最大幅レイアウト*/
}
@media (max-width: 1200px) {
    /*通常最大幅レイアウト*/
header .headwrap {
    padding: 10px;
}
.wrapper {
    padding: 0 15px;
}

}
@media (max-width: 990px) {
    /*PC通常幅レイアウト*/
.homemainvisual .wrapin {
    padding: 30px 0;
}
.homemainvisual .wrapin .boxin {
    max-width: 100%;
    width: auto;
    text-align: center;
}
.homemainvisual .wrapimg {
    display: block;
    position: static;
}
.homemainvisual .wrapin .boxin {
    background: #fff;
    padding: 0;
    width: auto;
}
.homemainvisual img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.homemainvisual {
    position: relative;
    height: auto;
    min-height: auto;
}
.servicemenubox {
    margin-top: 0;
}
.golfserviceintro .row > div {
    margin-bottom: 30px;
}
.carrecord_lity .lityinbox {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.lityinbox .citylists li {
    width: 24%;
}



}
@media (max-width: 768px) {
    /*タブレットレイアウト*/
.pc {
    display: none;
}
.sp {
    display: block;
}
.headwrap .submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    margin-left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    padding: 20px;
    transition: all .3s ease;
    transform: translate3d(0, -100%, 0);
}
.headwrap .submenu.open {
    transform: translate3d(0, 0, 0);
    transition: all .3s ease;
}
.headwrap .submenu .closemenuwrap {
    display: block;
    color: #fff;
    text-align: right;
}
.headwrap .submenu li {
    border-bottom: 1px solid #aaa;
    padding: 15px 0;
    font-weight: 600;
    margin-right: 0;
}
.headwrap .submenu .servicesub {
    margin-top: 20px;
    color: #fff;
}
.headwrap .submenu .spmenu {
    display: block;
}
.headwrap .submenu .spmenu i {
    margin-right: 10px;
}


.headwrap .openmenu {
    display: inline-block;
}
.hometopics .eachtopic .leftcol {
    padding-bottom: 5px;
}
.homeserviceintro .row > div {
    margin-bottom: 30px;
}
.preguide_box .hmbstyle {
    margin: 20px 0;
}
.preguide_box .blackbg {
    padding: 25px 10px;
}
.preguide_box .boxin .rowmbstyle {
    margin-top: 40px;
    margin-bottom: 40px;
}
.preguide_box .quotebox {
    margin-top: 20px;
}
.preguide_box .firstpg {
    margin-top: 20px;
}
.preguide_box .boxstyle2 {
    padding: 20px 0;
}
.preguide_form .bgbox {
    display: block;
}
.preguide_form .bgin {
    background: none;
}
.preguide_form .formbox {
    padding: 0;
}
.preguide_box .use_image1 .setplace .box,
.preguide_box .use_image2 .setplace .box {
    top: 0;
}
.preguide_form .formtitlebox {
    padding: 0;
    background: none;
    color: #333;
}
.preguide_box .flowarrowdown.arrow::after{
    display: none;
}
.preguide_confbox .conf_content .each {
    display: block;
}
.lityinbox .citylists li {
    width: 49%;
}
.lityinbox .areagroup {
    display: block;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    margin-bottom: 5px;
}
.lityinbox .areagroup > div {
    border: none;
    padding: 5px 0;
}
.lityinbox .areagroup .groupname {
    width: auto;
    text-align: left;
}
.subheader .wrapcc .inner {
    justify-content: center;
    text-align: center;
}
.subheader .wrapcc .inner .subheadcc {
    padding: 0 20px;
}
.subheader .overlay {
    background: rgba(0, 0, 0, 0.4);
}
.subheader .wrapcc .subheadcc .cc1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 40px;
}
.subheader .wrapcc .subheadcc .exp {
    font-size: 3rem;
}
.saisonlp .jumptosaisonwrap {
    padding: 0 20px;
}


}
@media screen and (max-width: 480px) {
    /*スマホレイアウト*/
br.sp {
    display: block;
}
.hstyle2 {
    font-size: 24px;
}
.hstyle3 {
    font-size: 18px;
}
.sectionmaintitle {
    font-size: 20px;
}
.homemainvisual .wrapin .boxin h1 {
    font-size: 28px;
    font-weight: 600;
}
.servicemenubox .boxin {
    padding: 15px;
}
.homeserviceintro {
    padding: 40px 0;
}
.preguide_box {
    padding: 40px 0;
}
.preguide_box .service_tab .iconslink {
    padding: 10px 20px;
}
.preguide_box .service_img {
    padding: 10px 5px;
}
.preguide_box .use_image1 .setplace .box,
.preguide_box .use_image2 .setplace .box {
    width: 100px;
    height: 100px;
    padding-top: 20px;
}
.carrecord_form .makerlists > div,
.carrecord_form .typelists > div,
.carrecord_form .colorlists > div {
    width: 31%;
    margin: 0;
    font-size: 70%;
}
.carrecord_form .makerlists > div,
.carrecord_form .typelists > div,
.carrecord_form .colorlists > div {
    width: 31%;
    margin: 0;
    font-size: 70%;
}
.lityinbox .carform .makerlists > div,
.lityinbox .carform .typelists > div,
.lityinbox .carform .colorlists > div {
    width: 31%;
    margin: 0;
    font-size: 70%;    
}

.lityinbox .tabpanel > div span.emp {
    font-size: 20px;
}
.lityinbox .prefcell ul li {
    margin: 8px 2px 8px 0;
}
.subheader .wrapcc .subheadcc .cc2 {
    font-size: 1rem;
}
.saisonlp .jumptosaisonwrap .jumptosaison {
    font-size: 1.2rem;
}

}