@charset "UTF-8";
@import url("layout.css");
@import url("blog.css?2025-11");

/*
Theme Name: ゴールド通産 Version02
Description: 株式会社ゴールド通産 公式ホームページ
Author: MIA RESORT
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }
body {
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.5rem, 1.475rem + 0.078vw, 1.6rem);
	line-height: 1.8;
    color: #333;
    background-color: #FFF;
}
#s_navi {
    display: none;
}
.img-sp {
    display: none;
}
/*===========================
  カスタムプロパティ(変数)
==========================*/
:root {
    --primary-color: #E9BC1E;
    --sub-color: #E81E20;
    --accent-color: #E8D51E;
}
/*===========================
  header
==========================*/
/* ヘッダー固定から下りてくる */
#global-nav {
    transition: all 0.3s ease 0s;
    z-index: 100;
    margin: 0px 0px 0px 5%;
}
#global-nav.m_fixed {
    position: fixed;
    top: 20px;
}
/* end */
header {
    position: relative;
    top: 30px;
}
.page-header {
    display: flex;
    justify-content: end;
    align-items: center;
    height: auto;
    padding: 15px 20px 15px 20px;
    background-color: #E8D51E;
    width: 90%;
    margin: auto;
    border-radius: 20px;
}
hgroup {
    margin-right: auto;
}
hgroup h1 img {
    width: clamp(17rem, 13.75rem + 10.156vw, 30rem);
    height: auto;
    margin-top: 5px;
}
nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    vertical-align: middle;
    margin-right: 0px;
    padding: 0px;
    white-space: nowrap;
    gap: 0px 20px;
}
nav ul li {
    letter-spacing: 0.1rem;
    font-size: clamp(1.4rem, 1.335rem + 0.203vw, 1.7rem);
    font-weight: 400;
}
nav ul li a {
    text-decoration: none;
    color: #333;
    transition: all 0.8s;
}
nav ul li a:hover {
	color: #e89f00;
}
.contact-btn {
    background-color: #111;
    color: var(--primary-color);
    font-weight: normal;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
    text-decoration: none;
    display: block;
}
/*===========================
  TOP ヘッダーイメージ
==========================*/
.top-head-img {
    position: relative;
    top: -90px;
}
.top-head-img img {
    width: 100%;
    height: auto;
}
.top-head-img .head-copy {
    position: absolute;
    top: 45%;
    left: 30%;
    transform: translate(-55%, -70%);
    margin: 0;
    width: 40%;
    height: auto;
    text-align: center;
}
/*===========================
  TOPページ PC
==========================*/
/* トップコンテンツ */
.gold-service {
    width: min(94%, 90%);
    margin: 8% auto 0px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.gold-service p {
    font-size: clamp(1.5rem, 1.425rem + 0.234vw, 1.8rem);
}
.gold-service img {
    width: min(90%, 750px);
}
.top-con01 {
    padding: 30px 5%;
    display: flex;
    justify-content: space-between;
    gap: 0px 5%;
}
.top-con01 div {
    width: 60%;
}
.top-con01 img {
    width: 800px;
    height: auto;
}
.top-service-haikei01 {
    background-color: #FFEF00;
}
.top-service-haikei02 {
    background-color: #689BFF;
}
.top-service-haikei03 {
    background-color: #424242;
}
.top-service-haikei04 {
    background-color: #E66484;
}
.text-white {
    color: #FFF;
}
.top-con01 h2 {
    font-size: clamp(2.5rem, 1.875rem + 1.953vw, 5rem);
}
.link-01 {
    display: inline-block;
    background-color: var(--sub-color);
    color: #fff;
    padding: 1rem 4rem;
    border-radius: 20px;
    text-decoration: none;
    font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
    transition: background-color 0.2s ease;
}
.link-01:hover {
  background-color: #e55151;
}
.top-oil {
    width: min(100%, 1200px);
    margin: 5% auto 0px;
}
/* トップサービスステーション */
.top-service {
    width: min(94%, 1400px);
    margin: 10% auto 0px;
}
.top-tenpo {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.top-tenpo h4 {
    background-color: var(--accent-color);
    font-size: clamp(1.6rem, 1.5rem + 0.313vw, 2rem);
    padding: 10px;
    text-align: center;
    border-left: 5px solid var(--sub-color);
    border-right: 5px solid var(--sub-color);
}
.tenpo {
    background-color: #fff8e0;
}
.tenpo p {
    padding: 15px;
}
/* トップNEWS */
.top-info {
    background-color: #FFEEB2;
    border-radius: 40px 40px 0px 0px;
    margin-top: 8%;
}
.top-info-box {
    width: min(96%, 1400px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 0px;
}
.info-left {
    width: min(100%, 300px);
}
.info-left h3 {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
}
.info-left p {
    font-size: clamp(3rem, 2.25rem + 2.344vw, 6rem);
    color: var(--primary-color);
    font-weight: 800;
    line-height: 1;
}
.info-right {
    width: min(100%, 800px);
}
.info-right p a {
    display: block;
    background-color: #FFF4D7;
    padding: 20px;
    border-radius: 40px;
    text-decoration: none;
    margin-bottom: 20px;
    color: #333;
    transition: background-color 0.4s ease;
}
.info-right p a:hover {
    background-color: #ffedcd;
}
.info-right p a span {
    background-color: var(--accent-color);
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 15px;
    font-size: 1.4rem;
}
/* 丸金交通グループ */
.marukin-group {
    width: 90%;
    margin: 10% auto 0px;
    padding: 3px 0px;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
.banner-area {
    width: min(94%, 1200px);
    margin: 40px auto 0px;
}
.banner-area ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
/*===========================
  下層ページ PC
==========================*/
/* 下層ページ共通 */
.pan {
    width: 90%;
    margin: 80px auto 0px;
    font-size: 1.3rem;
}
.pan p a {
    text-decoration: none;
    color: #333;
}
.pan p span {
    padding: 0px 3px;
}
.sub-midashi {
    width: 90%;
    margin: 80px auto 0px;
}
.sub-midashi h2 {
    font-size: clamp(1.8rem, 1.625rem + 0.547vw, 2.5rem);
    font-weight: normal;
}
.sub-con {
    width: min(94%, 1400px);
    margin: 10% auto 0px;
}
/* レンタカー */
.sub-head {
    margin-top: min(5%, 60px);
}
.sub-head img {
    width: 100%;
    height: auto;
}
.sub-copy {
    background-color: #FFEF00;
    text-align: center;
    padding: 80px 0px;
}
.sub-copy h3 {
    font-size: clamp(2rem, 1.5rem + 1.563vw, 4rem);
}
.car-class img {
    width: min(70%, 550px);
    margin-top: min(10%, 80px);
}
.riyuu-img {
    width: min(80%, 900px);
    margin: 10% auto 0px;
}
.erabareru {
    width: min(96%, 1200px);
    margin: 40px auto 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.erabareru li {
    width: min(48%, 550px);
}
/* 車両販売 */
.auction-con01 {
    display: flex;
    justify-content: space-between;
    gap: 0px 60px;
}
.auction-con01 > div {
    width: 50%;
}
.auction-con01 img {
    width: min(100%, 600px);
    height: auto;
}
.cost-img {
    background-color: #FFEF4F;
    text-align: center;
    margin: 10% calc(50% - 50vw) 0px;
    width: 100vw;
    padding: 40px 20px;
}
.cost-img img {
    width: min(100%, 1000px);
    height: auto;
}
.auction-price {
    width: min(90%, 1000px);
    height: auto;
    margin-top: min(10%, 80px);
}
/* 板金塗装 */
.bankin-con01 {
    background-image: url(images/bankin-img01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 900px;
}
.bankin-img {
    background-color: #fddddd;
    text-align: center;
    margin: 10% calc(50% - 50vw) 0px;
    width: 100vw;
    padding: 40px 20px;
}
.bankin-img img {
    width: min(100%, 1200px);
    height: auto;
}
.bankin-tenpo {
    width: min(100%, 1200px);
    margin: 10% auto 0px;
    display: flex;
    justify-content: center;
    gap: 80px;
}
.bankin-tenpo > div {
    width: 45%;
}
.bankin-tenpo h4 {
    background-color: #E50011;
    color: #FFF;
    text-align: center;
    font-size: clamp(1.6rem, 1.5rem + 0.313vw, 2rem);
    border-radius: 30px;
    font-weight: normal;
    padding: 10px;
}
/* NOLOCCAカーリース */
.nolocca-con01 {
    background-color: #FFECEC;
    text-align: center;
    padding: 5% 15px;
    font-size: clamp(2rem, 1.625rem + 1.172vw, 3.5rem);
    font-weight: 600;
    line-height: 1.5;
}
.nolocca-con01 img {
    width: min(100%, 1200px);
    margin: auto;
}
.nolocca-text01 {
    font-size: clamp(2rem, 1.625rem + 1.172vw, 3.5rem);
    color: #EF0E5A;
    font-weight: 500;
    text-align: center;
}
.nolocca-text02 {
    font-size: clamp(3rem, 2.5rem + 1.563vw, 5rem);
    color: #EF0E5A;
    font-weight: 600;
    text-align: center;
}
.nolocca-box {
    width: min(100%, 1200px);
    margin: 30px auto;
    background-color: #FFF3F3;
    border: 1px solid #EF0E5A;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.nolocca-box img {
    width: min(100%, 500px);
}
.nolocca-box h4 {
    font-size: clamp(2rem, 1.75rem + 0.781vw, 3rem);
    color: #EF0E5A;
    font-weight: normal;
}
.nolocca-box h5 {
    font-size: clamp(1.6rem, 1.55rem + 0.156vw, 1.8rem);
    background-color: #F4578C;
    color: #FFF;
    padding: 10px;
    font-weight: normal;
    border-radius: 10px;
    width: min(90%, 400px);
    margin-top: min(10%, 30px);
}
.nolocca-box h5 span {
    background-color: #FFF;
    border-radius: 20px;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
    color: #F4578C;
    font-size: 1.4rem;
}
.nolocca-box > div ul {
    width: min(100%, 1000px);
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0px;
    gap: 20px;
}
.nolocca-box li {
    background-color: #F4578C;
    color: #FFF;
    font-size: 1.7rem;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    width: 200px;
}
/*===========================
  footer
==========================*/
#footer {
    background-color: var(--primary-color);
    padding: 40px 0px 15px;
    margin-top: min(20%, 180px);
}
.foot-con {
    width: min(94%, 1400px);
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.foot-con li {
    margin-bottom: 10px;
}
.foot-con ul li a {
    text-decoration: none;
    color: #333;
    font-size: 1.6rem;
    transition: opacity 0.8s ease;
}
.foot-con ul li a:hover {
    opacity: 0.2;
}
.foot-company img {
    width: 300px;
    height: auto;
    margin-bottom: 10px;
}
.copy {
    width: min(96%, 1400px);
    margin: 20px auto 0px;
    border-top: 1px solid #BF970B;
    padding-top: 2px;
    display: flex;
    justify-content: space-between;
}
.copy a {
    font-size: 1.4rem;
    text-decoration: none;
    color: #333;
}
/*===========================
メールフォームのスタイル
==========================*/
input,textarea,select {
    /* ress.min.cssでリセットされているのでここで命令 */
    background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
}
.wpcf7 input[type="submit"] {
    font-size: 1.8rem;
    padding: 0.2em 0.4em;
    background: #eee;
    color: #555;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0,0,0,.2);
    border: 1px solid #ccc;
    text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
    box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
span.wpcf7-list-item {/*チェックボックス改行*/
display: block!important;
}
#form {
    width: min(96%, 1200px);
    margin: 0px auto 15px;
    background-color: #FFF;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}
#form dl {
    margin-top: 15px;
}
#form dt {
    font-size: 1.5rem;
    color: #333;
    padding: 10px 10px;
    background-color: #fff6c2;
}
#form dd {
    font-size: 1.5rem;
    background-color: #FFF;
    padding: 15px 0px 20px 0px;
    max-width: 100%;
}
#form dd p{
    line-height: 170%;
}
.hiss {
    font-size: 1.2rem;
    background-color: #ff677d;
    padding: 2px 5px;
    color: #FFF;
    margin-left: 15px;
}
.mail_box {
    margin: 5px 0px;
    font-size: 1.5rem;
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
    max-width: 100%;
}
#form p {
    padding: 0px 10px 10px;
}
/*===========================
  ブログページ
==========================*/

/* 記事一覧 */

/*/ _// _// _// _// _// _// _// _// _// _// _/
メディアクエリによる切り替え
/ _// _// _// _// _// _// _// _// _// _// _// _*/
@media only screen and (max-width: 1400px) {
hgroup h1 img {
    margin-left: 15px;
    margin-top: 10px;
}
.page-header {
    padding: 5px 10px 20px 0px;
}
.main-nav {
    gap: 25px 15px;
    margin-right: 0px;
}
.main-nav li {
    font-size: 1.4rem;
    padding-top: 7px;
}
.top-head-img img {
    height: auto;
}
/* 板金塗装 */
.bankin-con01 {
    height: 700px;
}

}
@media only screen and (max-width: 1024px) { /* 1024pxとそれ以下 */
/* TOPヘッドイメージ */
.page-header {
    display: none;
}
.img-pc {
    display: none;
}
.img-sp {
    display: block;
}
.top-head-img {
    position: relative;
    top: 0px;
}
.top-head-img .head-copy {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-55%, -60%);
    margin: 0;
    width: 70%;
    height: auto;
}
/*===========================
  TOPページ スマホ
==========================*/
/* トップコンテンツ */
.gold-service {
    margin: 100px auto 0px;
    display: block;
}
.top-con01 {
    padding: 30px 5%;
    display: block;
}
.top-con01 div {
    width: 100%;
}
.top-con01 img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.top-oil {
    margin: 60px auto 0px;
    padding: 0px 15px;
}
/* トップサービスステーション スマホ */
.top-tenpo {
    margin-top: 40px;
    display: flex;
    flex-flow: column;
    gap: 30px;
}
/* トップNEWS スマホ */
.top-info {
    border-radius: 20px 20px 0px 0px;
    margin-top: 80px;
}
.top-info-box {
    display: block;
    padding: 40px 0px;
}
.info-left h3 {
    padding-left: 10px;
}
.info-left p {
    margin-bottom: 20px;
    padding-left: 10px;
}
/* 丸金交通グループ スマホ */
.marukin-group {
    width: 94%;
    margin: 80px auto 0px;
}
.banner-area {
    width: min(94%, 1200px);
    margin: 40px auto 0px;
}
.banner-area ul {
    display: block;
}
.banner-area ul li {
    margin-bottom: 15px;
}
/*===========================
  下層ページ スマホ
==========================*/
/* 下層ページ共通 */
.pan {
    width: 96%;
    margin: 40px auto 0px;
}
.sub-midashi {
    width: 96%;
    margin: 60px auto 0px;
}
.sub-midashi img {
    width: 70%;
    height: auto;
}
/* レンタカー スマホ */
.sub-copy {
    padding: 40px 20px;
    text-align: left;
}
.erabareru {
    width: 100%;
    margin: 20px auto 0px;
    gap: 20px;
}
.erabareru li {
    width: 44%;
}
/* 車両販売　スマホ */
.auction-con01 {
    display: block;
}
.auction-con01 > div {
    width: 100%;
}
.auction-con01 img {
    width: 100%;
    margin-top: 20px;
}
/* 板金塗装 スマホ */
.bankin-con01 {
    background-image: none;
    height: auto;
}
.bankin-tenpo {
    width: min(100%, 1200px);
    margin: 80px auto 0px;
    display: block;
}
.bankin-tenpo > div {
    width: 100%;
    margin-bottom: 60px;
}
/* NOLOCCAカーリース スマホ */
.nolocca-box {
    margin: 30px auto;
    border-radius: 10px;
    padding: 20px;
    display: block;
}
.nolocca-box img {
    margin: 30px auto 0px;
}
.nolocca-box > div ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto 0px;
    gap: 20px;
}
.nolocca-box li {
    background-color: #F4578C;
    color: #FFF;
    font-size: 1.7rem;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    width: 45%;
}
/*===========================
  footer よくある質問・お問合せ
==========================*/

/*===========================
  footer スマホ
==========================*/
.foot-con {
    display: block;
    text-align: center;
}
.foot-company {
    margin-top: 40px;
}
.foot-company img {
    width: 280px;
    height: auto;
    margin-bottom: 7px;
}
.copy {
    width: 90%;
    margin: 20px auto 0px;
    text-align: center;
    display: block;
}
.copy a {
    padding: 5px 0px 0px;
}
/*===========================
  トップスライドインナビゲーション
==========================*/
.menu-trigger,
.menu-trigger span{
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    align-items: flex-start;
}
.menu-trigger {
    position: relative;
    width: 55px;
    height: 53px;
    background: rgba(255,255,255,.8);
    border-radius: 100px;
    z-index: 35;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}
.menu-trigger span {
    position: absolute;
    background: #555;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}
.menu-trigger span:nth-of-type(1){
    top: 16px;
}
.menu-trigger span:nth-of-type(2){
    top: 0;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3){
    bottom: 16px;
}
.menu-trigger.active span:nth-of-type(1){
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
nav {
    display: block;
}
.g-nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh; /* 高さを画面全体に調整 */
    overflow-y: auto; /* 縦スクロールを許可 */
    z-index: 25;
    padding: 15px 20px 0px 20px;
    border-radius: 0px;
}
.tate-scroll {/* 縦スクロールをできるように */
    overflow-y: auto; /* スクロール可能にする */
    -webkit-overflow-scrolling: touch; /* 慣性スクロールを有効に */
}
.g-nav .list .item a{
    display: block;
    text-decoration: none;
    color: #333;
    padding: 5px 0;
    font-size: 1.8rem;
}
.list {
	margin-top: 80px;
}
.list ul {
    width: 100%;
    border-top: 1px dotted #777;
    border-bottom: 1px dotted #777;
}
.list li {
	width: 100%;
	margin: 5px auto;
	font-size: 1.5rem;
    padding: 5px 0px 5px 5px;
}
#s_navi:after {
	content: "";
	display: block;
	clear: both;
}
#s_navi {
    display: block;
    position: static;
    top: 0px;
    width: 100%;
    z-index: 100;
    top: 0;
    background-color: #E8D51E;
    padding-bottom: 8px;
}
.sp-head {
    display: flex;
    align-items: center;
    padding: 15px 0px 10px 15px;
}
.sp-logo {
    z-index: 50;
    width: clamp(20rem, 16.25rem + 11.719vw, 35rem);
    height: auto;
}
.menu-sp {
    padding: 30px 0px;
    display: flex;
    gap: 0px 35px;
    justify-content: start;
    align-items: center;
    line-height: 1.3;
    border-bottom: 1px dotted #777;
    color: #333;
}
.menu-sp a {
    color: #333;
    font-size: 3.5rem;
}
/*===========================
メールフォームのスタイル
==========================*/
#form {
    padding: 30px 15px;
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
    max-width: 100%;
}
textarea,input {
    max-width: 100%;
}
}

@media only screen and (max-width: 767px) {

}
