@charset "UTF-8";

/* 基本フォント ------------------------------ */

.wpcf7-mail-sent-ok {
  display: none !important;
}

body {
  color: #1e1e1e;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  word-break: break-all;
}

input, textarea, select {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

@font-face {
  font-family: 'LibreBodoni-Regular';
  src: url('/font/LibreBodoni-Regular.ttf') format('truetype'),
  url('/font/LibreBodoni-Regular.otf') format('otf'),
  url('/font/LibreBodoni-Regular.vfb') format('vfb');
}

@font-face {
  font-family: 'LibreBodoni-Bold';
  src: url('/font/LibreBodoni-Bold.ttf') format('truetype'),
  url('/font/LibreBodoni-Bold.otf') format('otf'),
  url('/font/LibreBodoni-Bold.vfb') format('vfb');
}

.font_en {
  font-family: LibreBodoni-Regular;
}

.font_en_bold {
  font-family: LibreBodoni-Bold;
}

.font_mint_bold {
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;*/
}

.font_Oswald {
  font-family: 'Oswald', sans-serif;
}

/* 基本タグ -------------------- */

body, div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
p, blockquote, pre, cite, code, caption,
form, fieldset, legend, input, textarea, select, option, label {
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
}

img, table {
  border: none;
}

img {
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

address, em, cite {
  font-style: normal;
}

fieldset {
  border: none;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* 基本テキストリンク -------------------- */

a {
  outline: none;
}

a:link {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

cite {
  font-size: 10px;
  color: #8181;
}

a:hover, .over div:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  cursor: pointer;
  box-shadow: none;
}

/* --------------------------------------------------------------------------------------
 PC/SP入れ替え
--------------------------------------------------------------------------------------- */

@media screen and (min-width: 641px) {
  /* PC ------ */
  .disp_sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  .disp_sp {
    display: inherit;
  }

  .disp_pc {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/*\*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**/

/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

#wrap {
  min-width: 1000px;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  #wrap {
    min-width: 320px;
    height: 80px;
  }
}

#ctArea {
}

/* --------------------------------------------------------------------------------------
 画像処理
--------------------------------------------------------------------------------------- */
@media print, screen and (max-width: 1023px) {
 .spImg {
  display: block !important;
 }
}

@media print, screen and (min-width: 1024px) {
 .spImg {
  display: none !important;
 }
}

@media print, screen and (max-width: 1023px) {
  .pcImg {
    display: none !important;
   }
}

@media print, screen and (min-width: 1024px) {
  .pcImg {
    display: block !important;
   }
}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */
/*google カスタム検索のCSS上書き*/
div.gsc-clear-button {
  display: none !important;
}

.cse form.gsc-search-box, form.gsc-search-box {
  padding: 8px 4px 2px 0px !important;
}

.cse input.gsc-input, input.gsc-input {
  background: none !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
  background-color: transparent !important;
  border: none !important;
}

header {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 10000;
}

@media print, screen and (max-width: 1023px) {
  header {
   height: 74px;
  }
}

body header .top_catch {
  margin: 5px 0 5px 5px;
  font-size: 12px;
}

header .hd_info {
  display: block;
  width: 1000px;
  margin: 0 auto;
  height: 100px;
}

header .title {
  float: left;
}

header .title img {
  padding: 26px 0 5px 4px;
  width: auto;
  height: 56px;
}

header .area {
  margin: 0px 0px 0px 20px;
  display: -webkit-inline-box;
  float: left;
}


header .area img {
  height: 74px;
  padding: 0 10px 0 0;
}

/* ヘッダーメニュー固定設定 */
header .accordion.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 9;
}


@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


header .tel {
  margin: 20px 0 0 40px;
}

header .tel img {
  width: auto;
  height: 45px;
  padding: 10px 5px 8px 0;
}

.sns_area {
  right: 0;
  text-align: right;
}

.sns_area li {
  display: inline-block;
  margin: 0 0 0 10px;
}


header p.hd_text {
  text-align: center;
  margin-top: 5px;
  padding: 5px 0 5px 0;
  font-size: 12px;
  font-weight: bold;
  background-color: #ffff66;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  header h1 {
    padding: 0 0 36px;
  }

  header .title {
    width: 100%;
  }

  header .title img {
    width: 100%;
    padding: 5px 0 5px 4px;
    max-width: 240px;
    height: auto;
  }

  header .hd_info {
    display: block;
    margin: 0 0 0px 0;
    height: 54px;
    width: 100%;
  }

  .cse form.gsc-search-box, form.gsc-search-box {
    padding: 9px 4px 0px 5px !important;
  }

  .cse .gsc-control-cse, .gsc-control-cse {
    padding: 13px 13px 0px 13px !important;
    width: auto;
  }


  header .nav_area {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1000px;
    padding: 3% 0 6% 0;
    background-color: #fff;
    z-index: 9;
  }

  header .area {
    margin: 5px 0px 0px -14px;
    padding-top: 10px;
    width: 271px;
    float: none;
  }

  header .area img {
    padding: 0 10px 0 0;
    width: auto;
    height: 45px;
    display: none;
  } 



  header .tel {
    margin: 0 5px 0 0;
    padding: 0 5px 5px 20px;
    width: 190px;
    height: auto;
  }

  header .tel img {
    width: 100%;
    height: auto;
  }

  header .tel_mobile {
    position: relative;
    right: 0;
    top: 4px;
    padding: 4% 3%;
    text-align: left;
  }

  header .tel_mobile img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }

  header .sns_area {
    position: relative;
    right: 0;
    top: 0;
    text-align: left;
  }

  header .sns_area li {
    display: inline-block;
    margin: 0 0 0 10px;
  }

  header nav {
    text-align: left;
    background: none;
  }

  header nav li {
    display: inline;
    width: auto;
  }

  header nav li a {
    display: block;
    width: 94%;
    padding: 0px 0px 0px 11px;
    background: none;
    color: #333;
  }

  header nav li a:hover {
    color: #6fc7da;
    text-decoration: none;
  }

  header nav li a span {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #333;
  }

  header nav li a em {
    font-size: 12px;
    line-height: 1;
    color: #333;
  }

  header p.hd_text {
    text-align: center;
    padding: 5px 0 5px 0;
    font-size: 10px;
    background-color: #ffff66;
    margin: 56px 10px 0 10px;
  }

}

#forsale-head-img {
  margin: 30px 0;
  text-align: center;
}

#forsale-head-img img {
  width: 80%;
  height: auto;
}

/* --------------------------------------------------------------------------------------
 2022/11 ヘッダーリニューアル（gnav.php)
--------------------------------------------------------------------------------------- */
.headerContainer {
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 1);
}

@media print, screen and (max-width: 1023px) {
  .headerContainer {
    height: 74px;
  }
}

.headerWrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
}

@media print, screen and (max-width: 1023px) {
  .headerWrapper {
    width: 94%;
    height: 100%;
    position: relative;
    z-index: 8001;
    background-color: white;
  }
}

.headerLeft {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 26px;
}

.logoWrapper img {
  width: 151px;
  height: 34px;
}

.headerRight {
  width: 70%;
  padding-top: 18px;
  padding-bottom: 14px;
}

.headerRightPC {
  display: block;
}

@media print, screen and (max-width: 1023px) {
  .headerRightPC {
    display: none;
  }
}

.headerRightSP {
  display: none;
}

@media print, screen and (max-width: 1023px) {
  .headerRightSP {
    display: block;
    position: relative;
  }
}

.headerRightFirstrow {
  display: flex;
  justify-content: right;
  width: 100%;
  height: 46%;
  line-height: 32px;
}

.headerRightFirstrow div:first-child {
  margin-right: 56px;
}

.linkSR {
  font-size: 13px;
  font-weight: 700;
}

.linkSR a {
  position: relative;
}

.linkSR:hover, .linkTel:hover {
  opacity: 0.75;
} 

.header_dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: black;
  line-height: 1;
  position: absolute;
  top: 6px;
  right: -22px;
  width: 1.2em;
  height: 0.1em;
  background: currentColor;
}

.header_dli-arrow-right::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 1px;
  right: -0.05em;
  box-sizing: border-box;
}

.linkTel {
  font-size: 16px;
  font-weight: 700;
}

.headerRightSecondrow {
  width: 100%;
  height: 53%;
  border-top: 1px solid #898989;
}

.headerRightSecondrow ul {
  display: flex;
  justify-content: space-between;
}

.headerRightSecondrow li {
  font-size: 13px;
  font-weight: 700;
  margin-top: 16px;
}

/* SPナビメニュー
--------------------------------------------------------------------------------------- */
.linkTelSP {
  display: none;
}

@media print, screen and (max-width: 1023px) {
  .linkTelSP {
    position: absolute;
    top: 0;
    right: 56px;
    display: block;
    background: #06365F;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
  }
}

@media print, screen and (max-width: 1023px) {
  .headerNavMenu {
     position: absolute;
     z-index: 8001;
     top: -2px;
     right: 0;
     display: block;
     width: 40px;
     height: 40px;
     background-color: white;
     border: 2px solid #06365F;
     border-radius: 50%;
   }
   .headerNavMenu.popup_menu {
    background: #707070;
    border: 2px solid #707070;
  }
 
   #header_menu_open:hover {
       opacity: 0.6;
   }
 
 .headerNavMenu span{
   display: inline-block;
   transition: all .4s;
   position: absolute;
   left: 12px;
   height: 2px;
   background: #06365F;
   width: 16px;
 }
 
 .headerNavMenu span:nth-of-type(1) {
   top:13.5px; 
 }
 
 .headerNavMenu span:nth-of-type(2) {
   top:19.5px;
 }
 
 .headerNavMenu span:nth-of-type(3) {
   top:25.5px;
 }
 
 /*popup_menuクラスが付与されると線が回転して×に*/
 .headerNavMenu.popup_menu span:nth-of-type(1) {
   top: 13px;
   left: 13px;
   transform: translateY(6px) rotate(-45deg);
   width: 14px;
   background: white;
 }
 
 .headerNavMenu.popup_menu span:nth-of-type(2) {
   opacity: 0;/*真ん中の線は透過*/
 }
 
 .headerNavMenu.popup_menu span:nth-of-type(3){
   top: 25px;
   left: 13px;
   transform: translateY(-6px) rotate(45deg);
   width: 14px;
   background: white;
 }
 }
 
 @media print, screen and (max-width: 480px) {
   #header_menu_open:hover {
     opacity: 1;
 }
 }
 
/* SPハンバーガーメニューの記述-----*/
#gnavi {
  display: none;
}

@media print, screen and (max-width: 1023px) {
  #gnavi {
    display: block;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background-color:white;
    transition: all 0.3s;
    opacity: 0;
    overflow: scroll;
    pointer-events: none;
  }
  
  .popup_menu#gnavi  {
    opacity: 1;
    z-index: 8000;
    height: 100%;
    pointer-events: auto;
  }  

  .gnaviWrapper {
    width: 94%;
    margin: 134px auto 0;
  }

  .gnaviWrapper ul {
    text-align: center;
    margin-top: 64px;
  }

  .gnaviWrapper li {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    margin-top: 32px;
  }

  .gnaviWrapper li:first-child {
    margin-top: 0;
  }


  .dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 0.6em;
    height: 0.6em;
    transform: translateX(-25%) rotate(45deg);
    margin-left: 16px;
    margin-bottom: 3px;
  }

  .dli-chevron-round-right::before, .dli-chevron-round-right::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
  }

  .dli-chevron-round-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
  }

  .dli-chevron-round-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
  }

  .headerNavLinkTel {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 2px solid #000000;
    width: 140px;
    margin: 64px auto 0;
  }

  .headerNavLinkTel a {
    display: block;
    padding-bottom: 5px;
  }

  .headerNavMenuBtnWrapper {
    margin-top: 32px;
  }

  .headerNavSrBtn {
    width: 260px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    margin: 40px auto 0;
    background-color: #06355f;
    color : white;
  }
}

/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

.pagetop {
  margin: 0 0 15px;
  text-align: center;
  font-size: 16px;
}

.pagetop a {
  display: block;
  padding: 20px 0 0;
  background: url(/img/common/ico_arw_top01.png) no-repeat center top;
}

.scroll_rock_area {
  position: fixed;
  right: 3%;
  top: 190px;
  z-index: 9998;
}

.scroll_rock_area li {
  margin: 0 0 16px;
}

footer {
  margin-top: 35px;
  padding: 70px 0 120px 0;
  background: #ededed;
}

footer .inner {
  position: relative; /*年末年始のお知らせ用*/ 
  width: 1000px;
  margin: 0 auto;
}

.footerInfoLink { /*年末年始のお知らせ用*/ 
  position: absolute;
  width: 100%;
  text-align: center;
  top: -11.5%;
  color: #039cd9 !important;
  font-size: 16px;
}


@media print, screen and (max-width:750px) { /*年末年始のお知らせ用*/ 
  .footerInfoLink {
    top: -4.5%;
    font-size: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 14px;
  }
}

@media print, screen and (max-width:640px) { /*年末年始のお知らせ用*/ 
  .footerInfoLink {
    top: -4.5%;
    font-size: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 14px;
  }

  .footerInfoLink span {
    display: block;
  }
}

footer .logo_area {
  display: table;
  margin: 0 0 0 7px;
  line-height: 1.8;
  font-size: 11px;
}

img.logo {
  width: 360px;
}

footer .logo_area h2 {
  display: table-cell;
  width: auto;
  vertical-align: top;
  padding: 0px 20px 0 0;
}

footer .footer-showroom {
  display: table-cell;
  vertical-align: top;
  padding: 0;
}

footer .logo_area p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 0;
}

footer .logo_area .footer-showroom p {
  display: block;
}

footer .nav_area {
  display: table;
  padding: 30px 0 20px;
  font-size: 11px;
}

footer .nav_area nav {
  display: table-cell;
  width: 787px;
  vertical-align: middle;
}

footer .nav_area nav dd {
  display: inline-block;
  min-width: 150px;
  padding: 0 0px 0px 20px;
  background: url(/img/common/ico_arw_right01.png) no-repeat 4px center;
  line-height: 19px;
}

@media print, screen and (min-width: 640px) {
.comLink {
  display: block !important;
  margin-top: 4px;
 }
}

footer .nav_area nav dl dt {
  font-weight: bold;
  font-size: 12px;
  margin: 9px 0px 3px 0px;
}

footer .nav_area p {
  display: table-cell;
  vertical-align: middle;
}

footer .nav_area ul {
  display: table-cell;
  vertical-align: middle;
}

footer .nav_area ul li a {
  display: inline-block;
}

footer .nav_area ul li:first-child a {
  padding-bottom: 20px;
}

footer .copy {
  padding: 0 0 10px;
}

#footmenu {
  width: 100%;
  height: 55px;
  position: fixed;
  z-index: 9989;
  bottom: 0px;
  background-color: rgba(112, 200, 219, 0.8);
  /*background-color: #70c8db;*/
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  #footmenu {
    height: 57px;
  }
}

#footmenu .in_contents {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}

#footmenu .form_contets {
  width: 100%;
  height: 74px;
  gap: 36px;
  display: flex;
  display: -webkit-flex;
  /*justify-content: center;*/
}

@media screen and (max-width: 640px) {
	/* SP ------ */
	#footmenu .form_contets {
		gap: 2px;
    background: white;
		/*justify-content: center;*/
	}
}

#footmenu .form_contets .form_item1 {
  margin: 0 0 0 10px;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  #footmenu .form_contets .form_item1 {
    margin: 0 0 0 0;
  }
}

#mail {
  display: block;
  float: left;
  width: 403px;
  height: 46px;
  list-style: none;
  margin-top: 20px;
  margin-right: 26px;
}

#footmenu img.siryou {
  width: auto;
  height: 65px;
  margin: 5px 0px 5px 0;
  border-radius: 2px;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  #footmenu img.siryou {
    height: 49px;
  }
}

#footmenu p.dscrpt {
  width: 200px;
  font-size: 10px;
  font-weight: bold;
  margin: 5px 0 0 0;
  color: #fff;
  word-break: normal;
}

#footmenu p.btn {
  display: inline-block;
  width: 174px;
  margin: 11px 40px 2px 20px;
  line-height: 32px;
  border: 2px solid rgba(255, 128, 66, 1);
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  background-color: rgba(255, 85, 80, 1);
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  #footmenu p.btn {
    margin: 12px 5px 2px 4px;
    line-height: 32px;
    width: 110px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}

#footmenu p.btn:hover {
  color: #333333;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  transition: 0.4s;
}

#footmenu .tel {
  float: right;
}

#footmenu img.tel {
  width: 281px;
  height: 45px;
  margin: 1px 0px 5px 0;
  position: absolute;
  top: 4px;
  right: 15px;
}

.footmenu_w {
  background-color: #F4F4F4 !important;
  height: fit-content !important;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  .footmenu_w {
  background-color: transparent !important;
  }
  }

.footmenu_w .form_contets {
  height: fit-content !important;
  justify-content: center;
}

.footmenu_w img {
  height: 74px;
  width: auto;
  padding: 10px;
}

@media screen and (max-width: 640px) {
	/* SP ------ */
	.footmenu_w img {
	  padding: 0;
	}
  }

.footmenu_w .sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  .footmenu_w .in_contents {
    width: 100% !important;
  }
  .footmenu_w .sp-only {
    display: block;
  }
  .footmenu_w img {
    height: auto;
    width: 100%;
  }
  .footmenu_w .form_item img {
    width: 100%;
  }
  .footmenu_w .form_item1 img {
    padding: 0 0 0 0;
  }
  .footmenu_w .form_item2 img {
    padding: 0 0 0 0;
  }
  .footmenu_w .pc-only {
    display: none;
  }
}

@media screen and (max-width: 1250px) {
  /* スクロールロックエリア ------ */
  .scroll_rock_area {
    position: fixed;
    right: 5%;
    bottom: 2px;
    top: inherit;
  }

  .scroll_rock_area li {
    margin: 0px 0px 0 8px;
    float: left;
  }

  .scroll_rock_area li img {
    width: 50px;
    height: auto;
  }

}

@media screen and (max-width: 640px) {
  /* SP ------ */
  .pagetop {
    margin: 0 0 20px;
    text-align: center;
    font-size: 12px;
  }

  .pagetop a {
    display: block;
    padding: 10px 0 0;
    background: url(/img/common/ico_arw_top01.png) no-repeat center top;
    background-size: 10px auto;
  }

  footer {
    /* padding: 20px 0 80px 0; */
    padding: 60px 0 80px 0;
    background: #ededed;
  }

  footer .inner {
    width: auto;
    margin: 0;
    padding: 0 3%;
  }

  footer .inner .logo_area img {
    width: 90%;
  }

  footer .inner .logo_area .sns_area img {
    width: auto;
  }

  footer .logo_area {
    display: block;
    margin: 0 0 0 0;
    line-height: 1.8;
    font-size: 11px;
  }
  
  footer .footer-showroom {
    display: block;
  }

  footer .logo_area p {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 10px 10px 0;
  }

  footer .logo_area p {
    display: block;
    vertical-align: middle;
  }

  footer .nav_area {
    display: block;
    padding: 15px 0 10px;
    font-size: 11px;
  }

  footer .sns_area {
    right: 0;
    text-align: left;
  }

  footer .nav_area nav {
    display: inline-block;;
    width: auto;
    vertical-align: middle;
  }

  footer .nav_area p {
    display: block;
    vertical-align: middle;
    margin: 5px 0px 0px 0px;
  }

  footer .nav_area p img {
    width: 100%;
    max-width: 100px;
    height: auto;
  }

  footer .copy {
    padding: 0 0 10px;
  }

  footer .nav_area nav dd {
    display: inline-block;
    padding: 0 0px 0px 20px;
    width: auto;
    background: url(/img/common/ico_arw_right01.png) no-repeat 4px center;
    line-height: 30px;
  }

}

/* --------------------------------------------------------------------------------------
 共通
--------------------------------------------------------------------------------------- */

/* 見出し -------------------- */

.ttl01 {
  font-size: 36px;
  vertical-align: baseline;
  letter-spacing: 1px;
}

.ttl01.size28 {
  font-size: 28px;
}

.ttl01.size23 {
  font-size: 23px;
}

.ttl01.black {
  color: #1e1e1e;
}

.ttl01 span {
  display: table;
  margin: -8px 0 6px 0px;
  padding: 2px 0 0 0;
  border-top: solid 0.5px;
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1e1e1e;
}

.ttl02 {
  font-size: 34px;
  vertical-align: baseline;
  letter-spacing: 1px;
  padding-bottom: 25px;
}

.ttl02 span {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 14px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ttl02.block span {
  display: block;
  margin: 0 0 0 0;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  .ttl01 {
    font-size: 17px;
    vertical-align: baseline;
  }

  .ttl01 span {
    margin: 0 0 0 0;
    font-size: 12px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #1e1e1e;
  }

  .ttl01.size28 {
    font-size: 20px;
  }

  .ttl01.size23 {
    font-size: 16px;
  }

  .ttl01.black {
    color: #1e1e1e;
  }

  .ttl02 {
    font-size: 20px;
    vertical-align: baseline;
  }

  .ttl02 span {
    display: inline-block;
    margin: 0 0 0 8px;
    font-size: 12px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

/* レイアウト -------------------- */

.w1000_center {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  .w1000_center {
    width: auto;
    margin: 0 1%;
  }
}

.mgt0 {
  margin-top: 0 !important
}

.mgt5 {
  margin-top: 5px !important
}

.mgt10 {
  margin-top: 10px !important
}

.mgt15 {
  margin-top: 15px !important
}

.mgt20 {
  margin-top: 20px !important
}

.mgt25 {
  margin-top: 25px !important
}

.mgt30 {
  margin-top: 30px !important
}

.mgt35 {
  margin-top: 35px !important
}

.mgt40 {
  margin-top: 40px !important
}

.mgt45 {
  margin-top: 45px !important
}

.mgt50 {
  margin-top: 50px !important
}

.mgb0 {
  margin-bottom: 0 !important
}

.mgb5 {
  margin-bottom: 5px !important
}

.mgb10 {
  margin-bottom: 10px !important
}

.mgb15 {
  margin-bottom: 15px !important
}

.mgb20 {
  margin-bottom: 20px !important
}

.mgb25 {
  margin-bottom: 25px !important
}

.mgb30 {
  margin-bottom: 30px !important
}

.mgb35 {
  margin-bottom: 35px !important
}

.mgb40 {
  margin-bottom: 40px !important
}

.mgb45 {
  margin-bottom: 45px !important
}

.mgb50 {
  margin-bottom: 50px !important
}

.mgl0 {
  margin-left: 0 !important
}

.mgl5 {
  margin-left: 5px !important
}

.mgl10 {
  margin-left: 10px !important
}

.mgl15 {
  margin-left: 15px !important
}

.mgl20 {
  margin-left: 20px !important
}

.mgl25 {
  margin-left: 25px !important
}

.mgl30 {
  margin-left: 30px !important
}

.mgl35 {
  margin-left: 35px !important
}

.mgl40 {
  margin-left: 40px !important
}

.mgl45 {
  margin-left: 45px !important
}

.mgl50 {
  margin-left: 50px !important
}

.mgr0 {
  margin-right: 0 !important
}

.mgr5 {
  margin-right: 5px !important
}

.mgr10 {
  margin-right: 10px !important
}

.mgr15 {
  margin-right: 15px !important
}

.mgr20 {
  margin-right: 20px !important
}

.mgr25 {
  margin-right: 25px !important
}

.mgr30 {
  margin-right: 30px !important
}

.mgr35 {
  margin-right: 35px !important
}

.mgr40 {
  margin-right: 40px !important
}

.mgr45 {
  margin-right: 45px !important
}

.mgr50 {
  margin-right: 50px !important
}

.pd0 {
  padding: 0 !important
}

.pdt0 {
  padding-top: 0 !important
}

.pdt5 {
  padding-top: 5px !important
}

.pdt10 {
  padding-top: 10px !important
}

.pdt15 {
  padding-top: 15px !important
}

.pdt20 {
  padding-top: 20px !important
}

.pdt25 {
  padding-top: 25px !important
}

.pdt30 {
  padding-top: 30px !important
}

.pdt35 {
  padding-top: 35px !important
}

.pdt40 {
  padding-top: 40px !important
}

.pdt45 {
  padding-top: 45px !important
}

.pdt50 {
  padding-top: 50px !important
}

.pdt90 {
  padding-top: 90px !important
}

.pdb0 {
  padding-bottom: 0 !important
}

.pdb5 {
  padding-bottom: 5px !important
}

.pdb10 {
  padding-bottom: 10px !important
}

.pdb15 {
  padding-bottom: 15px !important
}

.pdb20 {
  padding-bottom: 20px !important
}

.pdb25 {
  padding-bottom: 25px !important
}

.pdb30 {
  padding-bottom: 30px !important
}

.pdb35 {
  padding-bottom: 35px !important
}

.pdb40 {
  padding-bottom: 40px !important
}

.pdb45 {
  padding-bottom: 45px !important
}

.pdb50 {
  padding-bottom: 50px !important
}

.pdl0 {
  padding-left: 0 !important
}

.pdl5 {
  padding-left: 5px !important
}

.pdl10 {
  padding-left: 10px !important
}

.pdl15 {
  padding-left: 15px !important
}

.pdl20 {
  padding-left: 20px !important
}

.pdl25 {
  padding-left: 25px !important
}

.pdl30 {
  padding-left: 30px !important
}

.pdl35 {
  padding-left: 35px !important
}

.pdl40 {
  padding-left: 40px !important
}

.pdl45 {
  padding-left: 45px !important
}

.pdl50 {
  padding-left: 50px !important
}

.pdr0 {
  padding-right: 0 !important
}

.pdr5 {
  padding-right: 5px !important
}

.pdr10 {
  padding-right: 10px !important
}

.pdr15 {
  padding-right: 15px !important
}

.pdr20 {
  padding-right: 20px !important
}

.pdr25 {
  padding-right: 25px !important
}

.pdr30 {
  padding-right: 30px !important
}

.pdr35 {
  padding-right: 35px !important
}

.pdr40 {
  padding-right: 40px !important
}

.pdr45 {
  padding-right: 45px !important
}

.pdr50 {
  padding-right: 50px !important
}

.tac {
  text-align: center !important
}

.tal {
  text-align: left !important
}

.tar {
  text-align: right !important
}

.fwb {
  font-weight: bold !important
}

.fwn {
  font-weight: normal !important
}

.wsn {
  white-space: nowrap !important
}

.vam {
  vertical-align: middle !important
}

.vat {
  vertical-align: top !important
}

.vab {
  vertical-align: bottom !important
}

.dpb {
  display: block !important
}

.dpn {
  display: none !important
}

.dpi {
  display: inline !important
}

.dpib {
  display: inline-block !important
}

.psr {
  position: relative !important
}

.bdn {
  border: none !important
}

.bdtn {
  border-top: none !important
}

.bdbn {
  border-bottom: none !important
}

/* パンくず -------------------- */

.breadcrumb {
  margin: 15px auto 10px auto;
  font-size: 11px;
}

@media print, screen and (min-width: 1024px) {
  .breadcrumb {
    margin: 0 auto 10px auto;
  }
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:before {
  content: "　>　";
}

.breadcrumb li:first-child:before {
  content: "";
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  .breadcrumb {
    padding: 1px 0 1px 0;
    margin: 5px 2px 5px 4px;
  }
}

/* リード文メイン -------------------- */

.main_lead {
  margin: 20px 0 30px;
}

/* ページ下部フォームエリア -------------------- */

.form_bottom_none .form_bottom {
  display: none;
}

.form_bottom_area {
  margin: 0 auto 81px auto;
}

.form_bottom_area .left_box {
  display: inline;
  float: left;
  width: 486px;
  background: #f4f4f4;
}

.form_bottom_area .right_box {
  display: inline;
  float: right;
  width: 486px;
  background: #f4f4f4;
}

.form_bottom_area .inner {
  padding: 30px;
}

.form_bottom_area .inner h2 {
  margin: 0 0 6px;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.form_bottom_area .inner .txt {
  min-height: 68px;
}

.form_bottom_area .inner .btn a {
  display: block;
  background: #d7746a;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

.form_bottom_area .inner .btn {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  border: 3px solid rgba(215, 116, 106, 0.85);
  background-color: rgba(215, 116, 106, 0.85);
  color: #fff;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  .form_bottom_area .inner .btn {
    font-weight: normal;
  }
}

.btn {
  margin: 20px 10px 0 10px;
  text-align: -webkit-center;
  text-align: center;
}

.btn {
  color: #fff;
  line-height: 50px;
}

.btn:hover {
  color: #333333;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 3px solid rgba(255, 255, 255, 0.85);
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  .form_bottom_area {
    margin: 0 auto 40px auto;
  }

  .form_bottom_area .left_box {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 12px 0;
    background: #f4f4f4;
  }

  .form_bottom_area .right_box {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 12px 0;
    background: #f4f4f4;
  }

  .form_bottom_area .inner {
    padding: 15px;
  }

  .form_bottom_area .inner h2 {
    margin: 0 0 6px;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }

  .form_bottom_area .inner .txt {
    min-height: 68px;
  }

}

/* 画像並び2列 -------------------- */

.img_column02 li {
  display: inline;
  float: left;
  width: 283px;
  margin: 0 34px 20px 0;
}

.img_column02 li:nth-child(2n) {
  margin: 0 0 20px 0;
}

.img_column02 li span {
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  .img_column02 li {
    display: inline;
    float: left;
    width: 48%;
    margin: 0 1% 10px 1%;
  }

  .img_column02 li:nth-child(2n) {
    margin: 0 1% 10px 1%;
  }

  .img_column02 li span {
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
  }

  .img_column02 li img {
    width: 100%;
    height: auto;
  }
}

/* 画像並び3列 -------------------- */

.img_column03 li {
  display: inline;
  float: left;
  width: 310px;
  margin: 0 34px 20px 0;
}

.img_column03 li .title {
  padding: 5px 0 0 0;
}

.img_column03 li:nth-child(3n) {
  margin: 0 0 20px 0;
}

.img_column03 li span {
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  .img_column03 li {
    display: inline;
    float: left;
    width: 48%;
    margin: 0 1% 10px 1%;
  }

  .img_column03 li:nth-child(3n) {
    margin: 0 1% 10px 1%;
  }

  .img_column03 li span {
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
  }

  .img_column03 li img {
    width: 100%;
    height: auto;
  }
}

/* 画像並び4列 -------------------- */

.img_column04 li {
  display: inline;
  float: left;
  width: 231px;
  margin: 0 25px 30px 0;
}

.img_column04 li:nth-child(4n) {
  margin: 0 0 30px 0;
}

.img_column04 li span {
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  .img_column04 li {
    display: inline;
    float: left;
    width: 48%;
    margin: 0 1% 10px 1%;
  }

  .img_column04 li:nth-child(4n) {
    margin: 0 1% 10px 1%;
  }

  .img_column04 li span {
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
  }

  .img_column04 li img {
    width: 100%;
    height: 200px;
  }
}

/* 画像並び5列 -------------------- */

.img_column05 li {
  display: inline;
  float: left;
  width: 186px;
  margin: 0 16px 16px 0;
}

.img_column05 li:nth-child(5n) {
  margin: 0 0 16px 0;
}

.img_column05 li img {
  max-width: 186px;
  width: 100%;
  height: auto;
}

.img_column05 li span {
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  .img_column05 li {
    display: inline;
    float: left;
    width: 31.333%;
    margin: 0 1% 10px 1%;
  }

  .img_column05 li:nth-child(5n) {
    margin: 0 1% 10px 1%;
  }

  .img_column05 li span {
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
  }

  .img_column05 li img {
    width: 100%;
    height: auto;
  }

}

/*--------------------------------
SNS
---------------------------------*/
.share {
  width: 100%;
}

.sns {
  margin: 0 auto;
  text-align: center;
}

.sns .clearfix {
  display: inline-block;
}

.sns ul {
  list-style: none;
}

.sns li a {
  font-size: 80%;
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.sns li a:hover {
  -webkit-transform: translate3d(0px, 5px, 1px);
  -moz-transform: translate3d(0px, 5px, 1px);
  transform: translate3d(0px, 5px, 1px);
  box-shadow: none;
}

/* ツイッター */
.sns .twitter a {
  background: #00acee;
  box-shadow: 0 5px 0 #0092ca;
}

.sns .twitter a:hover {
  background: #0092ca;
}

/* Facebook */
.sns .facebook a {
  background: #3b5998;
  box-shadow: 0 5px 0 #2c4373;
}

.sns .facebook a:hover {
  background: #2c4373;
}

/* グーグル */
.sns .googleplus a {
  background: #db4a39;
  box-shadow: 0 5px 0 #ad3a2d;
}

.sns .googleplus a:hover {
  background: #ad3a2d;
}

/* はてぶ */
.sns .hatebu a {
  background: #5d8ac1;
  box-shadow: 0 5px 0 #43638b;
}

.sns .hatebu a:hover {
  background: #43638b;
}

/* LINE */
.sns .line a {
  background: #25af00;
  box-shadow: 0 5px 0 #219900;
}

.sns .line a:hover {
  background: #219900;
}

/* Pocket */
.sns .pocket a {
  background: #f03e51;
  box-shadow: 0 5px 0 #c0392b;
}

.sns .pocket a:hover {
  background: #c0392b;
}

/* RSS */
.sns .rss a {
  background: #ffb53c;
  box-shadow: 0 5px 0 #e09900;
}

.sns .rss a:hover {
  background: #e09900;
}

/* Feedly */
.sns .feedly a {
  background: #87c040;
  box-shadow: 0 5px 0 #74a436;
}

.sns .feedly a:hover {
  background: #74a436;
}

.share {
  padding: 0px 5px 50px 5px;
}

.sns ul {
  margin: 0 auto;
  list-style: none;
  width: 100%;
}

.sns li {
  width: 18%;
  float: left;
  margin: 0 1% 1% 1%;
}

.sns li a {
  font-size: 100%;
  padding: 10px 2px;
}

/*--------------------------------
SNS(SP)
---------------------------------*/
@media screen and (max-width: 640px) {
  /* SP ------ */
  .sns li {
    float: left;
    width: 48%;
    margin: 0 2% 3% 0;
  }
}
.ribon {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.ribon .caption {
  display: inline;
}

.ribon span {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: -25px;
  width: 100px;
  padding: 2px 10px;
  background: #2673ff;
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
}

/*--------------------------------
共通ボタン
---------------------------------*/
.commonBtn {
  width: 260px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
}

.commonBtn span {
  position: relative;
  width: 100%;
}

.commonBtn span:after {
  content: '';
  display: inline-block;
  position:absolute;
  width: 13px;
  height: 13px;
  bottom: -2px;
  left: 110px;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  background-image: url(/img/common/link_arrow_horizontal_wht.svg);
}


/* --------------------------------------------------------------------------------------
  共通CSS
--------------------------------------------------------------------------------------- */
