@CHARSET "UTF-8";
/* ===================================================================
フォントの指定
=================================================================== */
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }

/* ゴシック体 */
html body{
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* 明朝体
html body{
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}*/
/* ================================================================ */

html body{ background: #fff; margin: 0; color: #000;}
html body #container{ line-height: 1.5; }
img{ display: block; }

/* フォントサイズ設定 */
@media screen and (max-width: 480px){
  html{ font-size: 15px !important; }
}
@media screen and (min-width: 481px) and (max-width: 640px){
  html{ font-size: 18px !important; }
}
@media screen and (min-width: 641px){
  html{ font-size: 20px !important; }
}


/* ===================================================================
ベース
=================================================================== */
article { margin: 1rem auto 0;}

#container.area_flex{
  min-height: 100vh;
  -webkit-box-direction:normal;
  -moz-box-direction:normal;
  -webkit-box-orient:vertical;
  -moz-box-orient:vertical;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  flex-direction:column;
}

#container .size {
  margin-left: auto;
  margin-right: auto;
}


#container{}


/* header */
header{ font-size: 18px !important;}
header.area_pc{
  background: #deebf7;
  position: fixed;
  width: 100%;
}
header.area_pc .menu ul li { padding-right: 1.5rem;}
header.area_pc .menu ul li a {
  color: #000;
  text-decoration: none;
}
header.area_pc .menu ul li a:hover { text-decoration: underline;}


/* footer */
footer {
  padding-top: .5rem;
  background-color: #deebf7;
  color: #000;
}
footer a { color: #000; text-decoration: none;}
footer a:hover { text-decoration: underline;}

footer ul.footer_nav {
  margin-top: 2rem;
  margin-bottom: 2rem;
}


/* copyright */
#bsc-copyright{
  font-size: .5em;
  text-align: left;
}
#copyright {
  font-size: .8em;
  text-align: center;
}

/* ===================================================================
pc nav固定
=================================================================== */
.nav_is-fixed{
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* ===================================================================
見出し
=================================================================== */
h1{
  font-size: 1.8rem;
  margin: .5rem 0!important;
}
h1 a { color: #000; text-decoration: none;}

#wrapper *+h2,
#wrapper *+h3,
#wrapper *+h4,
#wrapper *+h5{
  margin-top: 2rem;
}
h2{
  font-size: 1.7rem;
  padding-bottom: .6rem;
}

/* ===================================================================
section
=================================================================== */
#wrapper > section {
  padding:0;
}

/* ===================================================================
テキスト
=================================================================== */
.fc_red { color: #bd7979;}
.bold { font-weight: bold;}


/* ===================================================================
汎用
=================================================================== */
/* ページトップに戻る */
#totop {
  z-index:2147483647;
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

#totop a {
  display: block;
  width: 2rem;
  height: 2rem;
  background: #333;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 2rem;

  border-radius: 50%;            /* CSS3草案 */  
  -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
  -moz-border-radius: 50%;       /* Firefox用 */
  text-decoration: none ! important;
}

#totop a:hover{
  -webkit-filter: opacity(0.7);
  -moz-filter: opacity(0.7);
  -o-filter: opacity(0.7);
  -ms-filter: opacity(0.7);
  filter: opacity(0.7);
}



/* ===================================================================
area
=================================================================== */

#front-img_area {
  color: #fff;
  background-color: #fff;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../img/main-image.jpg) !important;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
#front-img_area .front-img_message {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  margin-left: auto;
  padding-right: 2rem;
}


#link_area ul li#car {
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(./../img/carbuysell.jpg);
}
#link_area ul li#relaxetion {
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(./../img/S__161292291.jpg);
}
#link_area ul li a:hover {
  background-color: transparent; /* IE6対応 */
}
#link_area ul li a:hover img {
  visibility: hidden;
}



#pickup {
  color: #fff;
  min-height: 30rem;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../img/landscape-5313415_960_720.jpg) !important;
}
#pickup .pickup {
  padding: 1rem;
  min-height: 30rem;
}
#pickup .pickup.car { background-color: rgba(49, 82, 109, 0.7);}
#pickup .pickup.relax { background-color: rgba(108, 72, 45, 0.7);}



#overview {
  color: #fff;
  padding: 1rem !important;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../img/overview.jpg) !important;
}
#overview dl > * {
  padding-top: 0.8rem;
}
#overview dl dd {
  margin-left: 6rem;
}
#overview dl dd ol li { margin-left: 1.3em;}



/* ===================================================================
media screen
=================================================================== */
/* スマホ */
@media screen and (max-width: 640px){
  .sp_main-img { margin-top: 3.5rem;}
  #front-img_area .front-img_message {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding-right: 0;
  }
  #link_area > ul ,
  #pickup > div {
    display: inline;
  }
  #link_area > ul > li ,
  #pickup > div .pickup {
    width: 100%;
  }
  #pickup .pickup { min-height: 15rem;}
  #overview dl dd { margin-left: 1.5rem;}

}

/* タブレット1 */
@media screen and (min-width: 641px){
  #overview dl dt {
    float: left;
    clear: left;
  }

}

/* タブレット2以下 */
@media screen and (max-width: 800px){
  
  
}


/* タブレット2以上 */
@media screen and (min-width: 801px){

}
@media screen and (max-width: 900px){
  
}

/* ipad */
@media screen and (min-width: 801px) and (max-width: 1024px){

}

/* ipad以下 */
@media screen and (max-width: 1024px){
  .size {
    padding-left: .8rem;
    padding-right: .8rem;
    width: 100%;
  }
}

/* PC */
@media screen and (min-width: 1025px){
  .size { width: 1000px;}
}


@media screen and (min-width: 1000px){
  .sp_main-img { display: none !important;}
}