@charset "UTF-8";
html, body {
  height: 100%;
}

a {
  color: #2F8FBF;
}
a:hover, a:activ {
  color: #4ea7d3;
}
a:visited {
  color: #2F8FBF;
}

@font-face {
  font-family: "hanasome";
  src: url('../fonts/../font/Mamelon.eot');
  src: url('../fonts/../font/Mamelon.eot?#iefix') format('embedded-opentype'), url('../fonts/../font/Mamelon.woff') format('woff'), url('../fonts/../font/Mamelon.ttf') format('truetype');
}
/*------------------------
//---INDEX---
//1: layout
//2: layout-header
//3: layout-body
//4: layout-footer
//5: 共通クラス
//-------------------------*/
a {
  color: #2F8FBF;
}

a:hover, a:activ {
  color: #4ea7d3;
}

a:visited {
  color: #2F8FBF;
}

@font-face {
  font-family: Mamelon;
  src: url(../font/Mamelon.otf);
}
/*-------------------------*/
/*1: layout*/
/*-------------------------*/
body {
  text-align: center;
  margin: auto;
}

header {
  padding: 1em 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Marck Script', cursive;
  max-width: 980px;
  margin: auto;
}

.key-visual {
  margin: 10px 0 30px;
  background: url("../images/top/keyvisual_back.png") repeat-x;
}

.top_info {
  width: 888px;
  height: 368px;
  margin: 20px auto 30px;
  background: url(../images/top/info_back.png) no-repeat;
}

.top_info_flex {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap;*/
  padding: 75px 0 0 15px;
}

.link_05 {
  margin: 10px 0 0 15px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.content {
  margin: 5px auto -8px;
  /*padding: 40px;*/
  position: relative;
}

.day {
  position: absolute;
  top: 50px;
  right: 220px;
  letter-spacing: 3px;
  color: #2F8FBF;
  font-weight: bold;
}

.seminar_main {
  position: relative;
  width: 580px;
  margin: auto;
  text-align: center;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  /*  background: #fff;*/
  left: 50%;
  /*   padding: 40px;*/
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.mo_day {
  position: absolute;
  top: 17.2%;
  left: 30%;
  letter-spacing: 2.5px;
  color: #2F8FBF;
  font-weight: bold;
}

.mo_day_m {
  position: absolute;
  top: 17%;
  left: 24%;
  letter-spacing: 2.5px;
  color: #2F8FBF;
  font-weight: bold;
}

/*.link_btn{
    position: absolute;
bottom: 8.5%;
    left: 35%;
}
.link_btn_m{
    position: absolute;
bottom: 8.5%;
    left: 25%;
}*/
.seminar_m {
  width: 100%;
  /* 横幅を割合で指定 */
  height: auto;
  /* 高さは自動指定 */
}

@media screen and (min-width: 300px) {
  .seminar_m {
    width: 100%;
    /* 横幅を割合で指定 */
    height: auto;
    /* 高さは自動指定 */
  }
}
.logo {
  margin: 0.5em 0;
  height: 49px;
  width: 422px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo a {
  color: #fff;
  text-align: center;
}

.gnav {
  width: 500px;
  display: flex;
  list-style-type: none;
  justify-content: space-around;
  margin: auto;
}

.gnav a {
  display: block;
  /*	padding: 10px;*/
  font-size: 22px;
}

.sidebar, .main, footer {
  padding: 20px;
}

.sidebar {
  background-color: #ccc;
}

footer {
  text-align: left;
}

.page-image {
  position: relative;
  width: 100%;
  height: 200px;
  margin: -10px auto;
}

.page-image img {
  position: absolute;
  /*　▼画像幅の半分、右に動かす*/
  left: 50%;
  height: 191px;
  width: 852px;
  /*　▼画像の幅の半分だけ、ネガティブマージンを設定*/
  margin-left: -420px;
  margin-top: 5px;
}

.page_house, .page_land, page_none {
  background: url("../images/top/key_back.png") no-repeat center top;
}

.page_contact_01, .page_contact_02, .page_contact_02_land {
  background: url("../images/top/cont_back.png") no-repeat center top;
}

/*
.page_sell,.page_contact_sell{
    background: url("../images/pageTitle/sellback.png") no-repeat center top;
}
.page_buy,.page_contact_buy,.page_contact_buy_k{
    background: url("../images/pageTitle/buyback.png") no-repeat center top;
}

.page_contact{
    background: url("../images/pageTitle/contactback.png") no-repeat center top;
}
*/
.page_sell, .page_contact_sell {
  background: url("../images/pageTitle/sellback.png") no-repeat center top;
}

.page_buy, .page_contact_buy, .page_contact_buy_k {
  background: url("../images/pageTitle/buyback.png") no-repeat center top;
}

.page_contact {
  background: url("../images/pageTitle/contactback.png") no-repeat center top;
}

.page_endofhouse {
  background: url("../images/pageTitle/houseback.png") no-repeat center top;
}

.page_examination {
  background: url("../images/pageTitle/examination2.png") no-repeat center top;
}

.house_btn {
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  /* デスクトップ用CSS */
  header {
    flex-direction: row;
  }

  .logo {
    margin: 0 auto 0 0;
  }

  .gnav a {
    /*padding: 10px 22px;*/
    display: block;
    /*font-size: 24px;*/
    border-radius: 4px;
    list-style-type: none;
  }

  .container {
    /*    display: flex;*/
  }

  .sidebar {
    width: 300px;
  }

  .main {
    flex: 1;
    order: 2;
  }
}
/*共通*/
.container {
  margin: 0px auto;
  width: 980px;
}

/*-------------------------*/
/*　2: layout-header */
/*-------------------------*/
.layout-header .key-visual {
  width: 100%;
  min-height: 200px;
}
.layout-header .container {
  padding: 10px 0px 0px;
}
.layout-header .top_text {
  text-align: center;
}

.entry-photo img {
  width: 240px;
  height: 200px;
}

/* global-menu */
/* global-menu */
.navigation {
  width: 100%;
}

.menu {
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  width: 980px;
  margin: auto;
}

.menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  list-style-type: none;
}

.menu-item a {
  display: block;
  width: 95%;
  height: 90%;
  text-indent: -9999px;
}

.menu-item .home {
  background: url("../images/globalNav.png") 0 -200px;
  height: 40px;
  width: 64px;
}

.menu-item .current-menu-item .home, .menu-item .home:hover {
  background: url("../images/globalNav.png") 0 -250px;
  height: 40px;
  width: 55px;
}

.menu-item .outline {
  background: url("../images/globalNav.png") 0 -300px;
  height: 40px;
  width: 100px;
}

.menu-item .current-menu-item .outline, .menu-item .outline:hover {
  background: url("../images/globalNav.png") 0 -350px;
  height: 40px;
  width: 91px;
}

.menu-item .event {
  background: url("../images/globalNav.png") 0 -100px;
  height: 40px;
  width: 82px;
}

.menu-item .current-menu-item .event, .menu-item .event:hover {
  background: url("../images/globalNav.png") 0 -150px;
  height: 40px;
  width: 73px;
}

.menu-item .timetable {
  background: url("../images/globalNav.png") 0 -400px;
  height: 40px;
  width: 118px;
}

.menu-item .current-menu-item .timetable, .menu-item .timetable:hover {
  background: url("../images/globalNav.png") 0 -450px;
  height: 40px;
  width: 100px;
}

.menu-item .album {
  background: url("../images/globalNav.png") 0 0;
  height: 40px;
  width: 82px;
}

.menu-item .current-menu-item .album, .menu-item .album:hover {
  background: url("../images/globalNav.png") 0 -50px;
  height: 40px;
  width: 73px;
}

/*　3: layout-body */
.layout-body .container {
  min-height: 300px;
}

.list_build {
  padding: 0px 0px;
  width: 30%;
  text-align: center;
  margin: 10px 0 10px 0 !important;
  font-family: Mamelon;
  width: 130px;
  display: inline-block;
  /* position: fixed; */
}

.list_build_f {
  padding: 0px 0px;
  text-align: center;
  margin: -2px 0 30px 130px !important;
  font-family: Mamelon;
  width: 130px;
  height: 24px;
  display: inline-block;
  /* position: fixed; */
}

.icon_land, .icon_house, .icon_farm {
  border-top: 1px solid #656363;
  border-bottom: 1px solid #656363;
  border-left: 1px solid #656363;
  padding: 5px 10px;
  font-weight: normal;
}

.icon_1 {
  border: 1px solid #656363;
  color: white;
  background: #0085D0;
  padding: 5px 10px;
  font-weight: normal;
}

.icon_2 {
  border: 1px solid #656363;
  color: white;
  background: #EA6000;
  padding: 5px 10px;
  font-weight: normal;
}

.icon_3 {
  border: 1px solid #656363;
  color: white;
  background: #627F11;
  padding: 5px;
  font-weight: normal;
}

@media print, screen and (min-width: 1240px) {
  .container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
  }
}
.entry-index {
  padding: 0 30px;
  margin-bottom: 1em;
}

.entry {
  margin-bottom: 1em;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #5A3D1C;
}

.container p:not(:last-child) {
  margin-bottom: 1.5em;
}

@media print, screen and (min-width: 768px) {
  /* デスクトップ用CSS */
  .entry-index {
    display: flex;
    flex-wrap: wrap;
    width: 980px;
  }

  .entry {
    margin: 5px;
    width: calc( 33.3% - 10px);
  }
}
.list_id {
  width: 125px;
  display: inline-block;
  margin-bottom: 1em !important;
}

.list_title {
  font-family: Mamelon;
  height: 30px;
}

/* searchform */
.search_f_main {
  width: 555px;
  text-align: left;
  margin: auto;
}

.search_if {
  width: 100px;
  text-align: center;
}

.submit_btn {
  border: 0px;
  width: 277px;
  height: 60px;
  background: url(../images/top/picture_02.png) left top no-repeat;
  margin: 0 0 0 250px;
}

.search_flex {
  width: 270px;
  display: flex;
  justify-content: space-between;
  margin: 10px auto 30px;
}

/*　404ページ */
.return-link {
  text-align: center;
  margin-top: 50px;
}

.return-link a {
  display: inline-block;
  padding: 0 5px;
}

/* 4: layout-footer */
.layout-footer {
  background: url(../images/top/footer_back.png) no-repeat center bottom;
}

.layout-footer .foot_container {
  width: 100%;
  background: rgba(231, 203, 171, 0.3);
  margin: 0;
  padding: 0;
  height: 135px;
  z-index: 1000;
}

.layout-footer .foot_nav {
  position: relative;
  max-width: 980px;
  margin: auto;
  padding: 20px;
}

.layout-footer .sitename {
  font-size: 1em;
  font-style: normal;
}

.layout-footer .out_link {
  display: flex;
}

.layout-footer .out_link img {
  margin: 10px 20px;
}

.layout-footer .address_info {
  display: flex;
  margin: auto;
  width: 980px;
}

.layout-footer address {
  letter-spacing: 0;
  font-style: normal;
  padding: 20px;
}

.layout-footer .tel, .layout-footer .fax {
  display: inline-block;
}

.layout-footer a {
  text-decoration: none;
}

.layout-footer p {
  margin-bottom: 0;
}

.layout-footer .copyright {
  display: block;
  font-size: 0.8em;
  text-align: center;
}

.single_infomation {
  margin: 25px auto 45px;
}

/*-------------------------*/
/*
/*　5: 共通クラス */
/*　・colorbox:上書き
/*　・ローディング
/*　・ページ上部へ戻る
/*　・editor登録分（全ページ共通css/必要あれば読み込む）
/*-------------------------*/
/* -----------------------*/
/* colorbox:上書き */
/* -----------------------*/
#cboxOverlay {
  background: #000;
}

#cboxLoadedContent {
  background: #fff;
}

#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {
  top: -30px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

#cboxTitle {
  color: #fff;
}

#inline-content {
  /* インラインを使用する時のみ */
  margin: 20px;
}

#ajax-wrap {
  /* ajaxを使用する時のみ */
  margin: 20px;
}

/* -----------------------*/
/* ローディング */
/* -----------------------*/
html {
  overflow-y: scroll;
}

.loader {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.loader-animation,
.loader-animation:before,
.loader-animation:after {
  background: #FF8486;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader-animation {
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  color: #ffffff;
  text-indent: -9999em;
  font-size: 10px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader-animation:before,
.loader-animation:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader-animation:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader-animation:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
      80%,
      100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
      80%,
      100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/* -----------------------*/
/* ページ上部へ戻る */
/* -----------------------*/
div.tothetop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 1500;
}
div.tothetop a {
  display: block;
  margin: 0;
  background: url(../images/scrolltop.png);
  width: 46px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.5;
}
div.tothetop a:hover {
  opacity: 1;
}

/* エディター登録分 */
/* -----------------------*/
/* ページ上部へ戻る */
/* -----------------------*/
div.tothetop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 1500;
}
div.tothetop a {
  display: block;
  margin: 0;
  background: url(../images/scrolltop.png);
  width: 46px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.5;
}
div.tothetop a:hover {
  opacity: 1;
}

/* エディター登録分 */
