@charset "utf-8";

.pc{
    display: none;
}
.sp{
    display: block;
}
.text_indent{
    padding-left: 1em;
    text-indent: -1em;
}
.red{
    color:#FF0000;
}
.small{
    font-size: .85rem;
}
.ib{
    display: inline-block;
}
.fadeup{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(50px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
:root {
    --fuwafuwa-duration: 2s;
}
.fuwafuwa {
    animation: anime1 var(--fuwafuwa-duration, 1s) ease-in-out 0s infinite;
    transform-origin: center;
    opacity: 1; /* 初期値を設定 */
}

@keyframes anime1 {
    0% {
        transform: scale(1) translateX(0px);
        opacity: 1;
    }
    50% {
        transform: scale(0.95) translateX(0px);
        opacity: 0.6; /* 透過を下げる */
    }
    100% {
        transform: scale(1) translateX(0px);
        opacity: 1; /* 元に戻す */
    }
}



#header{
    padding:30px 40px 10px;
    background-color: #FFF;
}
.logo{
    max-width: 316px;
    width:100%;
    margin-inline: auto;
}
.check_text{
    margin-inline:auto;
    margin-bottom: 20px;
    max-width: 620px;
    width: 90%;
}
/* 追従バナー */
.fixed-button {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    /*background: rgb(252,89,0);
    background: linear-gradient(0deg, rgba(252,89,0,1) 0%, rgba(249,160,17,1) 100%);*/
    z-index: 99;
  }
  .fixed-button a {
    display: block;
    width: 100%;
    height: 60px;
    padding-top: 17px;
    padding-left: 0.6em;
    font-size: 27px;
    vertical-align: middle;
    color: #FFF;
    text-shadow:0 0 10px rgb(143, 143, 133);
  }
  .fixed-button a::before {
    /*content: '';
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 4px #FFF;
    border-right: solid 4px #FFF;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-left: -1.4em;*/
}
.fixed-button a:hover {
    opacity: 1;
}
.fixed-button-sp {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    /*background: rgb(252,89,0);*/
    background: linear-gradient(0deg, #FF7510 0%, #FF9D00 100%);
    z-index: 99;
  }
  .fixed-button-sp a {
    display: block;
    width: 100%;
    height: auto;
    padding: 3.7vw 3.7vw 2.4vw;
      box-sizing: border-box;
    font-size: 27px;
    vertical-align: middle;
    color: #FFF;
    text-shadow:0 0 10px rgb(143, 143, 133);
  }
.fixed-button-sp img{
    display: block;
}
  .fixed-button-sp a::before {
    /*content: '';
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 4px #FFF;
    border-right: solid 4px #FFF;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-left: -1.4em;*/
}
.fixed-button a:hover {
    opacity: 1;
}
/* mainエリア */
#main{
    padding: 0 3.5%;
}

.container { 
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.26% 4%;
    grid-auto-flow: row;
    grid-template:
    "item04 item04 item08" 
    "item01 item01 item01"
    "item01 item01 item01"
    "item05 item03 item03"
    "item07 item07 item07"
    "item02 item02 item02"
    "item11 item11 item11"
    "item15 item15 item15"
    "item12 item12 item12"
    "item13 item13 item13"
    "item14 item14 item14";
  }
  .item01 { grid-area: item01; width: 100%; height: 100%; }
  
  .item04 { grid-area: item04; width: 100%; height: 100%; }
  
  .item05 { grid-area: item05; width: 100%; height: 100%; }
    
  .item02 { grid-area: item02; width: 100%; height: 100%; }
  
  .item03 { grid-area: item03; width: 100%; height: 100%; }
  
  .item07 { grid-area: item07; width: 100%; height: 100%; }
  
  .item08 { grid-area: item08; width: 100%; height: 100%; }
      
  .item11 { grid-area: item11; width: 100%; height: 100%; }
  
  .item12 { grid-area: item12; width: 100%; height: 100%; }
  
  .item13 { grid-area: item13; width: 100%; height: 100%; }

  .item14 { grid-area: item14; width: 100%; height: 100%; }

  .item15 { grid-area: item15; width: 100%; height: 100%; }


.tokuten{
    position: relative;
}
.tokuten_inner{
    position: absolute;
    top:-17px;
    left: 2px;
    width:38%;
    z-index:100;
}
.item07{
    position: relative;
}
.car_series{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    width: 80%;
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
}
.car_series li{
    width:48%;
}
.item13{
    border: 3px solid #D0D0D0;
    border-radius: 25px;
    padding: 5% 8% 5%;
	box-sizing: border-box;
}
.item13 .nx_info{
    max-width: 650px;
    width:100%;
    margin-inline: auto;
}
.item13_address{
    text-align: center;
    font-size: 15px;
}
.item13_tel{
    margin-top: 15px;
    margin-bottom: 20px;
    max-width: 500px;
    width:100%;
    display: block;
    margin-inline: auto;
    border-bottom: 4px solid #000;
}
.item13_time_wrap{
	display: flex;
	justify-content: center;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}
.item13_time{
    max-width: 480px;
    display: flex;
    margin-bottom: 15px;
    margin-inline: auto;
}
.item13_time>dt{
    font-size: 16px;
    color:#FFF;
    background-color: #0E6FF4;
    width:130px;
    height: 27px;
    border-radius: 30px;
    text-align: center;
    margin-right: 10px;
}
.item13_time  .teikyu{
    padding-left: 3px;
    color: #FFF;
}

.item13_time>dd{
    flex:1;
    font-size: 16px;
}
.item13_time-mgn{
    margin-bottom: 30px;
}
.item14{
    width: 100%;
    padding: 55px 30px 65px;
    box-sizing: border-box;
    border-radius: 30px;
    background: rgb(198,198,198);
    background: linear-gradient(0deg, rgba(198,198,198,1) 0%, rgba(227,227,227,1) 100%);
}
.item14_btn{
    display: flex;
    flex-direction: column;
}
.btn01 a{
    display: block;
    border:7px solid #FFF;
    background-color: #000B2E;
    color:#FFF;
    padding:20px;
    position: relative;
    padding-left: 2em;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin:0 auto 20px;
    max-width:460px;
    border-radius: 60px;
    box-shadow: 0 3px 7px #000 ;
}
.btn01 a::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 4px #FFF;
    border-right: solid 4px #FFF;
    position: absolute;
    transform: rotate(45deg);
    top:50%;
    transform: translateY(-50%) rotate(45deg);;
    margin-left:-1.4em;
  }
#footer{
    padding-top:80px;
    padding-bottom:110px;
}
.copyright{
    text-align: center;
    font-size: 14px;
    padding-top:20px;
    padding-bottom: 120px;
}

.anim-box.poyopoyo {
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
  }
  @keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.95);
    }
  }
@media screen and (max-width:498px){
    .item13_tel{
        margin-top: 15px;
        max-width: 500px;
        width:100%;
        display: block;
        margin-inline: auto;
        border-bottom: 4px solid #000;
    }
    .item13_time{
        flex-direction: column;
        margin-bottom: 10px;
		max-width: none;
		width: 43%;
    }
    .item13_time>dt{
        width:100%;
    }
    .item13_time>dd{
        width:100%;
        text-align: center;
        margin-inline: auto;
    }
}
@media screen and (min-width:745px){
.pc{
    display: block;
}
.sp{
    display: none;
}
.mr30{
    margin-right:30px;
}
.tokuten_inner{
    position: absolute;
    width:37%;
}
.fv{
    margin-right:0 40px;
    margin-left:0 40px;
}
/* 追従バナー */

.fixed-button {
    width: 202px;
    bottom: 20px;
    right: 20px;
  }
  .fixed-button a {
    height: 180px;
    font-weight: 700;
    padding-top: 35px;
    padding-left: 0;
    line-height: 1.3;
    font-size: 31px;
  }
  .fixed-button a::before {
/*    content: '';
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 4px #FFF;
    border-right: solid 4px #FFF;
    position: absolute;
    transform: rotate(45deg);
    top: 80%;
    left: 77%;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
    margin-left: -1.4em;*/
}
.fixed-button:hover {
    opacity: 0.94;
}
#main{
    padding: 0 2.8%;
    margin-bottom: 80px;
}
    .item13_address{
        font-size: 21px;
    }
    .container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        gap: 0.5% 2%;
        grid-auto-flow: row;
        grid-template-areas:
        "item01 item01 item01 item04 item04 item08"
        "item07 item07 item07 item04 item04 item08"
        "item07 item07 item07 item02 item02 item02"
        "item03 item03 item05 item02 item02 item02"
        "item03 item03 item05 item11 item11 item11"
        "item15 item15 item15 item15 item15 item15"
        "item12 item12 item12 item12 item12 item12"
        "item13 item13 item13 item13 item13 item13"
        "item14 item14 item14 item14 item14 item14";
      }
    .item14_btn{
        display: flex;
        flex-direction:row;
        justify-content: center;
    }
    .btn01{
        max-width: 422px;
        width:100%;
        margin-left:15px;
        margin-right:15px;
    }
    .btn01 a{
        font-size:28px;
    }
    .btn01 a::before {
        width: 12px;
        height: 12px;
      }
    .item02{
        margin-top:-7%;
    }
    .item11{
        margin-top:-4%;
    }
    .item13_time>dt{
        font-size: 21px;
        height:40px;
        padding-top: 0;
    }
    .item13_time>dd{
        font-size: 21px;
    }
    .copyright {
        padding-top: 80px;
        padding-bottom: 80px;
/*        margin-top: 120px;*/
    }

}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.inner{
    max-width:1086px;
    width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
    padding-left:15px;
    padding-right:15px;
    padding-bottom: 20px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　特典ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#tokuten{
    background-image:url(../images/tokuten_bg.jpg);
    background-size: cover;
    padding-top:7%;
}
.tokuten-title{
    text-align: center;
    position:relative;
}
.tokuten-title img{
    max-width:996px;
    width:100%;
    position:relative;
    z-index:100;
}
.attempt-title{
    text-align: center;
    position:relative;
}
.attempt-title img{
    max-width:996px;
    width:100%;
    position:relative;
    z-index:100;
}
.tokuten-area01{
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 33px;
    position: relative;
    width:100%;
    padding:0 15px 35px;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-top: 2%;
}
.tokuten_tokuten01{
    margin-top: -15%;
}
.tokuten_tokuten02{
    margin-top: -5%;
}


.tokuten-area01_flex{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content:space-between;
    flex-direction: column;
    background-color: #FFFCED;
    border-radius: 20px;
    padding:5%;
    box-sizing: border-box;
}
.tokuten-area01_list,.tokuten-area01_text{
    width:100%;
    font-size: 3.2vw;
    margin-top: 20px;
}
.tokuten-area02{
    padding:0 15px 35px;
    margin-top: 3%;
}
.tokuten_attention{
    width:100%;
    margin-inline: auto;
    line-height: 1.5;
    font-size: 3.2vw;
}
.footer_nav{
    padding-top:40px;
    padding-bottom: 40px;
    background: linear-gradient(0deg, rgba(198,198,198,1) 0%, rgba(227,227,227,1) 100%);
}
.footer_nav-area{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer_nav-area li{
    width: 32%;
}
@media screen and (min-width:640px){
    .tokuten-area01_list, .tokuten-area01_text{
        font-size: 16px;
    }
    .tokuten_attention{
        font-size: 16px;
    }
}
@media screen and (min-width:745px){
.tokuten-area01{
    margin-bottom: 90px;
}



.tokuten-area01_flex{
    flex-direction: row;
}
.tokuten-area01_list{
    width:48%;
}
.tokuten-area01_text{
    width:90%;
    margin-left: 5%;
    margin-right: 5%;
}
.tokuten_attention{
    width:90%;
    font-size: 18px;
}
.footer_nav-area li{
    width: 148px;
}
}
@media screen and (min-width:1026px){
    .tokuten-title{
        max-width:1045px;
        margin: 0 auto;
    }
    .tokuten-title img{
        width:100%;
    }
    .tokuten-title::before{
        content: "";
        background-color: #FFF;
        opacity: .74;
        position: absolute;
        height: 62px;
        width: 100vw;
        top: 10%;
        left:50%;
        transform: translateX(-50%);
        z-index:1;
    }
    .attempt-title{
        max-width:1045px;
        margin: 0 auto;
    }
    .attempt-title img{
        width:100%;
    }
    .attempt-title::before{
        content: "";
        opacity: .74;
        position: absolute;
        height: 62px;
        width: 100vw;
        top: 10%;
        left:50%;
        transform: translateX(-50%);
        z-index:1;
    }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　買取ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#kaitori{
    background-image:url(../images/kaitori_bg.jpg);
    background-size: cover;
    padding-top:7%;
    padding-bottom:5%;
}
.kaitori-fv{
    max-width:1200px;
    width:100%;
    margin-inline:auto;
}
.kaitori-area01{
    margin-inline:auto;
    margin-bottom: 8%;
    margin-top: 5%;
}
.kaitori-area02{
    position: relative;
    background-color: hsla(0, 0%, 100%, 0.7);
    box-shadow: 0px 3px 6px #707070;
    border-radius: 23px;
    text-align: center;
    padding-bottom: 50px;
}
.kaitori-area02-inner{
    width: 95%;
    margin-inline: auto;
}
.kaitori-area02-01{
    margin-top: -4%;
    width:95%;
}
.single-area02_btn{
    display: flex;
    margin-bottom: 5%;
    width: 85%;
    flex-direction: column;
    justify-content: center;
    margin-inline: auto;

}
.kaitori-area02-02{
    width:90%;
}
@media screen and (min-width:745px){
    .single-area02_btn {
        width: 100%;
    }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　交換ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#exchange{
    background-image:url(../images/exchange_bg.jpg);
    background-size: cover;
    padding-top:10%;
    padding-bottom:3%;
}
.exchange-area01{
    margin-inline:auto;
    margin-top: 7%;
    margin-bottom: 50px;
}
.exchange_mgn30{
    margin-bottom: 30px;
    font-size: 3.2vw;
}
.exchange_mgn60{
    margin-bottom: 60px;
    font-size: 3.2vw;
}
.exchange_btn span{
    display: inline-block;
    color:#FFF;
}
.exchange_btn a{
    display: block;
    border: 7px solid rgb(255, 255, 255);
    background-color: rgb(0, 11, 46);
    color: rgb(255, 255, 255);
    padding: 10px 20px 10px 1em;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin: 0px auto;
    max-width: 640px;
    border-radius: 60px;
    box-shadow: rgb(0, 0, 0) 0px 3px 7px;
}
.exchange_btn a::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 4px #FFF;
    border-right: solid 4px #FFF;
    position: absolute;
    transform: rotate(45deg);
    top:50%;
    transform: translateY(-50%) rotate(45deg);;
    margin-left:-2em;
  }
  @media screen and (min-width:640px){
    .exchange_mgn30{
        font-size: 16px;
    }
    .exchange_mgn60{
        font-size: 16px;
    }
}
  @media screen and (min-width: 745px){
    .exchange_btn a{
        font-size: 28px; 
    }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　車検ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#syaken{
    background-image:url(../images/syaken_bg.jpg);
    background-size: cover;
    padding-top:10%;
    padding-bottom:4%;
}
.shaken_btn a{
    display: block;
    border: 7px solid rgb(255, 255, 255);
    background-color: rgb(0, 11, 46);
    color: rgb(255, 255, 255);
    padding: 10px 20px 10px 1em;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin: 0px auto;
    max-width: 640px;
    border-radius: 60px;
    box-shadow: rgb(0, 0, 0) 0px 3px 7px;
}
.shaken_btn a::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 4px #FFF;
    border-right: solid 4px #FFF;
    position: absolute;
    transform: rotate(45deg);
    top:50%;
    transform: translateY(-50%) rotate(45deg);;
    margin-left:-2em;
  }
  .syaken_attention{
    text-align: center;
    margin-top: 30px;
    font-size: 3.2vw;
  }

@media screen and (min-width: 745px){
    .syaken_attention{
        font-size: 20px;}
}
@media screen and (min-width: 745px){
.fv{
    padding-left:2.8%;
    padding-right:2.8%;
}
.btn01 {
    max-width: 422px;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}

.single-area02_btn{
    flex-direction: row;
}
.shaken_btn a{
    font-size: 28px;
}
.shaken_btn a{
    padding: 20px 20px 20px 1em;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　オープン協賛フェアページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#openfair{
    background: rgb(255,255,147);
    background: linear-gradient(0deg, rgba(255,255,147,1) 0%, rgba(255,175,209,1) 100%);
    padding-top:10%;
}
.openfair-title{
    text-align: center;
    position:relative;
}
.openfair-title img{
    max-width:996px;
    width:100%;
    position:relative;
    z-index:100;
}
.openfair-area01{
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 33px;
    position: relative;
    width:100%;
    margin-bottom: 50px;
    margin-top: 2%;
    box-shadow: 0 0 10px #960000;
    padding: 6% 3%;
    box-sizing: border-box;
}
.openfair_tokuten{
    margin-top: -12%;
}
.openfair-area01_body{
    padding:15px 0;
    box-sizing: border-box;
}
.openfair-area01_flex{
    background-color: #FFFCED;
    border-radius: 33px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    flex-direction: column;
    justify-content:space-between;
    padding:15px 25px;
    box-sizing: border-box;
}
.openfair-area01_list,.openfair-area01_text{
    width:100%;
    font-size: 3.2vw;
}
.openfair-area02{
    margin-top: 8%;
}
.openfair-kyosan{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-top: 100px;
}
.openfair-area03 {
    padding-top: 6%;
    padding-right: 3%;
    padding-bottom: 2%;
    padding-left: 3%;
    padd    box-sizing: border-box;
}
.openfair-kyosan_area {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    padding-bottom:30px;
    border-bottom:3px dashed #000;
}
.openfair-kyosan_area-last {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: none;
}
.openfair-kyosan_img {
    width:100%;
}
.openfair-kyosan_store_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
    position:relative;
}
.openfair-kyosan_address {
    line-height: 1.8;
    font-size: 3.6vw;
}
.openfair-kyosan_open {
    display:flex;
    line-height: 1.8;
    font-size: 3.6vw;
}
.openfair-kyosan_open dt{
    white-space: nowrap;
}
.openfair-kyosan_close{
    line-height: 1.8;
    font-size: 3.6vw;
    margin-bottom: 10px;
    white-space: nowrap
}
.openfair-kyosan_open dd span{
    font-size: 3.6vw;
}
.openfair-kyosan_new{
    width:80px;
    display: inline-block;
    padding-left:10px;
    position: absolute;
    bottom: -5px;
}

.openfair-kyosan_btn a {
    display: block;
    border: 3px solid #000000;
    background-color: #FFF;
    color: #000;
    padding: 10px 6px 10px 1em;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto 20px;
    border-radius: 60px;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
}
.openfair-kyosan_btn a::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-left: -1.1em;
  }
.openfair-area04{
    background-color: #FFF;
    border-radius: 7px;
    border:3px solid #707070;
    padding:1.2rem;
}
.openfair-dealer{
    font-size:24px;
    text-align: center;
    font-weight:900;
    margin-bottom:30px;
}
.openfair-dealer_store dt{
    font-size:19px;
    font-weight:900;
}
.openfair-dealer_store dd{
    font-size:17px;
    padding-bottom:30px;
    border-bottom: 2px dashed #000000;
    margin-bottom:40px;
}
.openfair-dealer_store dd:last-child{
    border-bottom: none;
    margin-bottom:0;
    padding-bottom:0;
}
.openfair-kyosan_attention{
    font-size:11px;
    padding-left:1em;
    text-indent:-1em;
    color:red;
    margin-bottom:0px;
}
.openfair-kyosan_left-sp01{
    text-align: left;
    max-width:180px;
    margin-top:15px;
    margin-bottom:15px;
}
.openfair-kyosan_left-sp02{
    text-align: left;
    max-width:240px;
    margin-top:15px;
    margin-bottom:15px;
}
.notes-text{
    margin-bottom: 7vw;
    font-size: 3.3vw;
    line-height: 1.4;
    text-align: left;
}





@media screen and (min-width:640px){
    .openfair-kyosan_address {
        font-size: 18px;
    }
    .openfair-kyosan_open, .openfair-kyosan_close {
        font-size: 18px;
    }
    .openfair-kyosan_open dd span{
        font-size: 18px;
    }
    .openfair-area01_list,.openfair-area01_text{
        font-size: 18px;
    }
    .openfair-kyosan_attention{
        font-size:13px;
    }
}

@media screen and (min-width:745px){
    .openfair-area03 {
        padding:40px 40px 10px;
    }
    .openfair-area01_flex{
        flex-direction: row;
    }
    .openfair-area01_list{
        width:48%;
    }
    .openfair-area01_text{
        width:90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .openfair-kyosan_area {
        display: flex;
        flex-direction:row;
    }
    .openfair-kyosan_img{
        width: 30%;
    }
    .openfair-kyosan{
        font-size: 40px;
    }
    .openfair-kyosan_store{
        width:70%;
        margin-top: 0;
        margin-left:1%;
    }
    .openfair-kyosan_store_detail{
        display: flex;
        justify-content: space-between;
    }
    .openfair-kyosan_left-sp{
        text-align: center;
    }
    .openfair-kyosan_btn {
        width:34%;
        min-width: 250px;
        margin-left: 5%;
    }
    .openfair-kyosan_btn a {
        padding: 6px 6px 6px 1em;
        font-size: 16px;
        position: relative;
        width: 100%;
        margin-left:2%;
        box-sizing: border-box;
    }
    .openfair-kyosan_left-sp01{
        text-align: center;
        max-width:145px;
        margin-top:10px;
        margin-bottom:15px;
        margin-inline: auto;
    }
    .openfair-kyosan_left-sp02{
        text-align: center;
        max-width:200px;
        margin-top:10px;
        margin-bottom:15px;
        margin-inline: auto;
    }
    .openfair-dealer{
        font-size:36px;
        margin-bottom:30px;
    }
    .openfair-area04{
        background-color: #FFF;
        border-radius: 7px;
        border:3px solid #707070;
        padding:3rem 3rem 5rem;
    }
    .openfair-dealer_store dt{
        font-size:26px;
        font-weight:900;
    }
    .openfair-dealer_store dd {
        font-size:18px;
    }
    .openfair-kyosan_address {
        font-size: 16px;
    }
    .openfair-kyosan_open, .openfair-kyosan_close {
        font-size: 16px;
    }
    .openfair-kyosan_open dd span{
        font-size: 16px;
    }
    .openfair-area01_list,.openfair-area01_text{
        font-size: 16px;
    }
    .notes-text{
        margin-bottom: 35px;
        font-size: 17px;
        line-height: 1.4;
        text-align: center;
    }
}
@media screen and (min-width:1046px){
    .openfair-title{
        max-width:1045px;
        margin: 0 auto;
    }
    .openfair-title img{
        width:100%;
    }
    }

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 745px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*20230925 注意部分調整*/
@media screen and (min-width:745px){
	
		_::-webkit-full-page-media, _:future, :root .container {
        	gap: 0.38em 1.1em;
		}
		_::-webkit-full-page-media, _:future, :root .item02{
			margin-top:-1.9em;
		}
		_::-webkit-full-page-media, _:future, :root .item03{
			margin-top:0.2em;
		}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
   _::-webkit-full-page-media, _:future, :root .container {
        	gap: 0.58em 1.1em;
		}
		_::-webkit-full-page-media, _:future, :root .item02{
			margin-top:-1.8em;
		}
		_::-webkit-full-page-media, _:future, :root .item03{
			margin-top:0.01em;
		}
}



