html {
    -webkit-font-smoothing: antialiased;
    background:#f8f4e6
}

body {
    color: #545454;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif,'UD Digi Kyokasho NK-B';
    font-size: 14px;
    line-height: 1.5;
}

a{
    color: #545454;
    text-decoration: none
}

a:hover{
    color:orange;
    text-decoration: underline;
}

ul{
    font-size:0;
    padding: 0;
}

ul li{
    font-size:14px;
    display: inline-block;
}

/* ///////////////////////////////////////////////////////////////////
ヘッダー
/////////////////////////////////////////////////////////////////// */

header h1{
    font-size:10px;
    font-weight: normal;
    width: 49%;
    display: inline-block;
    max-width: 1250px;
    margin: 0 auto
}


header .top-adress{
    text-align: right;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
}

header .header{
    width: 70%;
    max-width: 1180px;
    margin: 20px auto;
    text-align: center;
}

header li{
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

header a{
    transition-duration: 0.3s;
}

header a:hover{
    text-decoration: none;
    transition-duration: 0.3s;
    opacity: 0.6;
}

header a:hover img{
    transition-duration: 0.3s;
    transform: translateY(-3px);
}

header a:hover span{
    opacity: 0.6;
}

header #nav{
    width: 36%
}

header .logo{
    width: 50%
}

header .logo img{
    width: 95%;
}

header .number{
    width: 20%;
    text-align: center;
    padding-right: 5%
}

header .number img{
    width: 90%;
    padding: 10px 0
}

header .tel{
    border-bottom: solid 1px #aaa
}

header .new{
    width: 20%;
    text-align: right
}

header .new img{
    width: 55%
}


/* ///////////////////////////////////////////////////////////////////
ナビゲーション
/////////////////////////////////////////////////////////////////// */
nav{
    width: 80%;
    font-weight: bold;
    font-family: "游ゴシック";
    margin: 1% auto 0;
    max-width: 980px;
}

nav ul{
    text-align: center;
    z-index:99999;
    display: inline-block;
    width: 100%;
}

nav li{
    width: 17%;
    border-radius: 50px;
    margin: 0 1.5%
}

nav a{
    display: inline-block;
    width: 100%;
    padding: 7% 0;
}

nav a:hover{
    text-decoration: none
}

nav img{
    width: 10%;
    height: 20px;
    vertical-align: middle
}

nav span{
    font-size: 20px;
    vertical-align: middle;
    margin: 0 0 0 4%;
    color: #fff
}

nav li:hover{
    transition-duration: 0.3s;
    transform: translateY(-3px);
    opacity: 0.8
}

nav .orange{
    background: #ff6500ff;
}

nav .green{
    background: #009900ff
}

nav .yellow{
    background: #e6b422
}

nav .blue{
    background: #6495edff
}

nav .purple{
    background: #65318eff
}

/* ///////////////////////////////////////////////////////////////////
トップイメージ
/////////////////////////////////////////////////////////////////// */
.top-images{
    background-image: url(../../images/genki-top-img.webp);
    background-position: center top;
    background-size: contain ;
    background-repeat: no-repeat;
    margin:0 auto 0;
    width: 100%;
    height:600px
}

.line{
    background-position: center;
    background-size: cover;
    height: 15px
}

.line-1{
    background-image: url(../../images/line-1.webp); 
}

.line-2{
    background-image: url(../../images/line-2.webp); 
}

/* ///////////////////////////////////////////////////////////////////
パンくずリスト
/////////////////////////////////////////////////////////////////// */

.breadcrumb {
  margin: 15px auto 0;
  padding: 0;
  list-style: none;
    text-align: right;
    font-family: "sans-serif";
    width: 980px
}

.breadcrumb li {
  display: inline;
  list-style: none;
    font-size:1em;
    font-weight: bold
}

.breadcrumb li:after {
  font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: bold;
    padding: 0 0.2em;
    color: #555;
}

.breadcrumb li:last-child:after {content: '';}

/* ///////////////////////////////////////////////////////////////////
インスタグラム
/////////////////////////////////////////////////////////////////// */

.instagram{
    text-align: center;
    margin: 5% 0;
}

.instagram img{
    width: 80%;
    max-width: 980px;
}

.instagram a:hover img{
    transition-duration: 0.3s;
    transform: translateY(-5px);
    opacity: 0.7
}

/* ///////////////////////////////////////////////////////////////////
フッター バーナー
/////////////////////////////////////////////////////////////////// */

.link-img ul{
    width: 60%;
    margin: 3% auto;
}

.link-img li{
    width: 40%;
}

.link-img li img{
    width: 100%
}

.link-img .space{
    width: 10%
}

.link-img  a{
    transition-duration: 0.3s;
}

.link-img  a:hover img{
    transition-duration: 0.3s;
    transform: translateY(-5px);
    opacity: 0.7
}

/* ///////////////////////////////////////////////////////////////////
フッター 会社情報
/////////////////////////////////////////////////////////////////// */

.info{
    width: 100%;
    margin: 0 auto;
    padding: 2% 0 3%;
    text-align: center;
    position: relative;
}

.info h2{
    font-family: 'UD Digi Kyokasho NK-B';
    margin: 0 auto 1%;
    padding: 10px 0;
    color: #000;
    font-size: 2vw;
    letter-spacing: 4px;
    display: block;
    width: 30%;
    border-top: double 5px #0B3EFF;
    border-bottom: double 5px #0B3EFF;
}
.info h2 span{
    color: #E93400;
    font-size: 2.5vw;
}

.info h2 img{
    width: 2.2vw;
    vertical-align: -0.3vw;
    margin: 0 8px 0 0;
}


.info .flag-1{
    position: absolute;
    left: 10%;
    top: 10px;
    width: 20%;
}

.info .flag-2{
    position: absolute;
    right: 10%;
    top: 10px;
    width: 20%;
}

.info .logo img{
    width: 30%;
    max-width: 300px;
}
.info .logo .soleil{
    width: 20%;
}

.info .logo p{
    margin: 0;
    font-weight: bold;
}

.info a:hover img{
    transition-duration: 0.3s;
    transform: translateY(-3px);
    opacity: 0.6;
}

.info ul{
    width: 90%;
    text-align: center;
    margin: 1% auto 3%;
    display: block;
}

.info li{
    vertical-align: top;
    width: 49%;
}

.info .gmap{
    position: relative;
}

.info .gmap span a{
    color: #fff;
    position: absolute;
    right: 2.5%;
    top: 0;
    padding: 2%;
    background: #1e48d1b4;
    font-weight: bold;
    border-radius: 0 0 0 40px;
}

.info .gmap span a:hover{
    text-decoration: none;
    border-radius: 0;
    background: #1e48d1;
    transition-duration: 0.3s;
}

.info iframe{
    width: 95%;
    height: 400px;
    border:none
}

.info .f-acces h3{
    margin: 10px 0;
    font-size: 20px;
    text-align: left;
    padding: 0 0 3px;
    border-bottom: solid 1px #aaa;
    position: relative;
}

.info .f-acces h3::before{
    content: "";
    width: 40%;
    height: 2px;
    background-color: #009B03;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

.info .f-acces h3 img{
    width: 22px;
    margin: 0 5px 0 0;
    vertical-align: -1px;
}

.info .point{
    font-weight: bold;
    font-size: 1vw;
    display: inline-block;
    width: 49%;
    margin: 0 0 3%;
    vertical-align: top;
}

.info .point:nth-child(odd){
    margin: 0 0 0 1%;
}

.info .point .table{
    display: table;
    border-bottom: #aaa dashed 1px;
}

.info .point .name{
    display: table-cell;
    width: 40%;
    text-align: left;
    vertical-align: middle;
}

.info .point .arrow{
    display: table-cell;
    width: 5%;
    vertical-align: middle;
}

.info .point .arrow img{
    width: 60%;
}

.info .point .time{
    display: table-cell;
    width: 15%;
    vertical-align: middle;
}

.info .point .pin{
    display: table-cell;
    width: 10%;
    vertical-align: middle;
}

.info .point .pin img{
    width: 50%;
}

.info .a-link a{
    font-size: 1vw;
    border:solid 1px;
    font-weight: bold;
    padding: 2% 3%;
    color: #E93400;
    margin: 3% 0 0;
    display: inline-block;
}

.info .a-link a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #E93400;
    transition-duration: 0.3s;
}

.info .a-link a:after {
    font-family: "Font Awesome 5 Free";
      content: "\f054";
      padding: 0 1em;
      font-size: 1vw;
      vertical-align: middle
  }
/* ///////////////////////////////////////////////////////////////////
フッター
/////////////////////////////////////////////////////////////////// */
#footer{
    padding: 1% 0 0;
    margin: 3% 0 0;
}

.footer{
    width: 90%;
    max-width: 1360px;
    margin: 1% auto 2%;
    padding: 4% 0 2%;
    text-align: center;
    border-top:solid 1px #aaa
}

.footer .left{
    display: inline-block;
    width: 35%;
}

.footer .left ul{
    text-align: left;
    width: 100%;
}

.footer .left li{
    line-height: 2;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    width: 49%;
    text-align: left;
}

.footer .left li a{
    color: #545454;
}

.footer .left li a::before{
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: bold;
    padding: 0 0.5em;
}
 
.footer .left li a:hover{
    transition-duration: 0.3s;
    transform: translateY(-3px);
    opacity: 0.5;
    text-decoration: none;
}

.footer .right{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.footer .right .time{
    width: 70%;
    margin: 0 0 2%;
}

.footer .right .tel{
    width:50%;
    margin: 2% 0;
}

.footer .right .logo{
    width: 70%;
}

.footer .right .logo:hover{
    transition-duration: 0.3s;
    transform: translateY(-3px);
    opacity: 0.5;
}

.footer .right p{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 2;
}

/* ///////////////////////////////////////////////////////////////////
コピーライティング
/////////////////////////////////////////////////////////////////// */
.copyright{
    text-align: center;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-regular-400.woff2") format("woff2"),
        url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
    font-display: swap;
}