/**
 * メディアクエリ用の幅の定義
 */
/**
* FontAwesome アイコン表示
*/
/**
 * トップ
 */
section.top {
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  section.top:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
  }
}
section.top div.map {
  width: 600px;
  float: left;
}
@media screen and (max-width: 1039px) {
  section.top div.map p {
    margin-left: 10px;
  }
}
section.top div.districts {
  margin-left: 650px;
  padding-top: 10px;
}
section.top div.districts h3 span {
  display: block;
  position: relative;
  background-color: #F0F1F7;
  padding: 5px 10px;
  font-size: 18px;
  /*
  &:before {
  	position: absolute;
  	@include fa('\f054', 0, 5px);
  	font-size: 10px;
  	right: 5px;
  	top: 50%;
  	line-height: 1px;
  }
  */
}
section.top div.districts h3 span:hover {
  background-color: #EDEFFB;
}
section.top div.districts li {
  margin: 0 0 10px 0;
}
section.top div.districts ul.prefectures {
  padding: 5px 5px 5px;
}
section.top div.districts ul.prefectures li {
  display: inline-block;
  margin-right: 10px;
}
section.top div.districts ul.prefectures li a {
  color: #454545;
  font-size: 16px;
}
section.top div.districts ul.prefectures li a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
  font-size: 10px;
}
section.top div.districts ul.prefectures li a:hover {
  color: #003F97;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  section.top div.map {
    width: 100%;
    float: none;
  }
  section.top div.districts {
    margin: 0 10px;
  }
}

.contents_area {
  width: 100%;
}
.contents_area .tab_area ul.tabs {
  display: table;
  width: 100%;
  margin: 50px 0;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .contents_area .tab_area ul.tabs {
    margin: 20px 0;
  }
}
.contents_area .tab_area ul.tabs li {
  display: table-cell;
  border: 1px solid #cfcfcf;
}
.contents_area .tab_area ul.tabs li a {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contents_area .tab_area ul.tabs li a {
    font-size: 10px;
  }
}
.contents_area .tab_area ul.tabs li a:hover {
  background: #e7eff7;
  text-decoration: none;
}
.contents_area .tab_area ul.tabs li.active a {
  background: #014098;
  color: white;
}
@media screen and (max-width: 767px) {
  .contents_area .tab_area {
    margin: 20px 0;
  }
}

/**
 * 地域ごとの展示場一覧
 */
#pref_model {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #pref_model {
    overflow: hidden;
    *zoom: 1;
  }
  #pref_model div.right_column {
    width: 49%;
    float: right;
  }
  #pref_model div.left_column {
    width: 49%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  #pref_model div.right_column {
    margin-bottom: 20px;
  }
}
#pref_model ul.model_house li span.buttons a, #pref_model div.mapinfo-buttons a {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #ccc;
  padding: 3px 5px;
}
#pref_model ul.model_house li span.buttons a:hover, #pref_model div.mapinfo-buttons a:hover {
  text-decoration: none;
  background: #f4f4f4;
}
#pref_model ul.model_house li span.buttons a.detail:before, #pref_model div.mapinfo-buttons a.detail:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
#pref_model ul.model_house li span.buttons a.reserve:before, #pref_model div.mapinfo-buttons a.reserve:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
#pref_model div.events {
  background: #FFEFE2;
  padding: 10px;
  margin-bottom: 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#pref_model div.events div.title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#pref_model div.events ul.model_house li:last-child {
  margin-bottom: 0;
}
#pref_model ul.model_house {
  margin: 0;
  overflow: hidden;
  *zoom: 1;
}
#pref_model ul.model_house * {
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  #pref_model ul.model_house {
    margin: 10px 10px 0;
  }
}
#pref_model ul.model_house li {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 767px) {
  #pref_model ul.model_house li {
    overflow: hidden;
    *zoom: 1;
    width: 100%;
    float: none;
    padding: 10px 10px 20px;
    border-bottom: 1px solid #ccc;
  }
}
#pref_model ul.model_house li a.pic {
  display: block;
  float: left;
}
@media screen and (max-width: 767px) {
  #pref_model ul.model_house li a.pic {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}
#pref_model ul.model_house li a.pic span {
  display: inline-block;
  width: 140px;
  height: 92px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  #pref_model ul.model_house li a.pic span {
    width: 100%;
    height: 200px;
  }
}
#pref_model ul.model_house li > span {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #pref_model ul.model_house li > span {
    margin-left: 160px;
    margin-right: 20px;
  }
}
#pref_model ul.model_house li span.tag {
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  color: white;
  top: -2px;
  position: relative;
}
#pref_model ul.model_house li span.tag.event {
  background: #FF999B;
}
#pref_model ul.model_house li span.tag.event:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
#pref_model ul.model_house li span.tag.model_house {
  background: #87B2EF;
}
#pref_model ul.model_house li span.tag.model_house:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
#pref_model ul.model_house li span.tag.kengakukai {
  background: #84C69A;
}
#pref_model ul.model_house li span.tag.kengakukai:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
#pref_model ul.model_house li span.link {
  line-height: 1.4;
}
#pref_model ul.model_house li span.link a {
  font-size: 17px;
  color: #014099;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #pref_model ul.model_house li span.link a {
    font-size: 14px;
  }
}
#pref_model ul.model_house li span.shop {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #454545;
}
#pref_model ul.model_house li span.city {
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}
#pref_model ul.model_house li span.buttons {
  margin-top: 5px;
}
#pref_model ul.model_house li span.buttons a {
  font-size: 13px;
}
#pref_model div.ps {
  position: relative;
  padding: 10px;
  margin: 0 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #pref_model div.ps {
    border: none;
  }
}
#pref_model div.ps div.title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #pref_model div.ps div.title {
    padding: 5px 10px;
    color: #000;
    background-color: #F0F1F7;
    font-weight: bold;
  }
}
#pref_model div.ps li {
  display: inline-block;
  margin: 3px 30px 3px 0;
}
#pref_model div.ps li a {
  color: #014099;
}
@media screen and (max-width: 1239px) {
  #pref_model div.ps ul {
    margin-left: 10px;
  }
}
#pref_model #pref_map {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  #pref_model #pref_map {
    max-height: 300px;
  }
}
#pref_model div.mapinfo {
  display: none;
}
#pref_model h2.mapinfo-title {
  font-size: 16px;
  font-weight: bold;
}
#pref_model div.mapinfo-address {
  margin-top: 8px;
  font-size: 13px;
}
#pref_model div.mapinfo-buttons {
  margin-top: 8px;
  font-size: 13px;
}

/**
 * 展示場詳細
 */
section.detail h1.detail_title,
section.detail h3.detail_title, section#kengakukai h2 {
  font-size: 28px;
  text-align: center;
  color: black;
  border-bottom: 1px solid #d2d2d2;
}
section.detail h1.detail_title span,
section.detail h3.detail_title span, section#kengakukai h2 span {
  display: inline-block;
  border-bottom: 3px solid #014099;
  padding: 0 30px 20px;
}
@media screen and (max-width: 767px) {
  section.detail h1.detail_title,
  section.detail h3.detail_title, section#kengakukai h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

section.detail section.comment, section.branch .comment {
  margin: 40px 0;
  background: #e7eff8;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.detail section.comment, section.branch .comment {
    margin: 20px 0;
  }
}
section.detail section.comment p:last-child, section.branch .comment p:last-child {
  margin-bottom: 0;
}

section.detail {
  max-width: 1240px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  section.detail {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  section.detail h1.detail_title,
  section.detail h3.detail_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  section.detail h1.detail_title span,
  section.detail h3.detail_title span {
    padding: 0 27px 20px;
  }
}
section.detail .contents_wrap {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  section.detail .contents_wrap {
    padding: 10px;
  }
  section.detail .contents_wrap .contact a {
    display: block;
    margin: 5px 0;
  }
}
section.detail .contents_wrap a {
  color: #003F97;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  section.detail .contents_wrap a {
    font-size: 18px;
  }
}
section.detail section.main_pic {
  text-align: center;
  margin: 20px 0;
}
section.detail section.main_pic img {
  max-width: 100%;
  max-height: 550px;
}
section.detail section.floor_plan {
  text-align: center;
  margin: 20px 0;
}
section.detail section.floor_plan ul {
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.detail section.floor_plan ul {
    display: block;
  }
}
section.detail section.floor_plan ul li {
  display: table-cell;
  padding: 3px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  section.detail section.floor_plan ul li {
    display: block;
  }
}
section.detail section.floor_plan ul li a {
  display: inline-block;
  width: 200px;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section.detail section.floor_plan ul li a {
    display: block;
    width: 100%;
    height: 200px;
    background-size: contain;
  }
}
section.detail section.floor_plan ul li p {
  text-align: center;
  font-size: 12px;
}
section.detail section.events {
  display: table;
  width: 100%;
  background: #FFEFE2;
  border-collapse: collapse;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
section.detail section.events > div {
  display: table-cell;
  padding: 10px;
  vertical-align: center;
}
section.detail section.events div.title {
  width: 200px;
  background-color: #FCD0AC;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 767px) {
  section.detail section.events div.title {
    width: 100px;
    vertical-align: middle;
  }
}
section.detail section.events div.list {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
@media screen and (max-width: 767px) {
  section.detail section.events div.list li a {
    font-size: 15px;
  }
}
section.detail .movie {
  max-width: 958px;
  margin: 30px auto;
}
section.detail .movie iframe {
  width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9;
}
section.detail section.inner-3d {
  max-width: 958px;
  margin: 30px auto;
}
section.detail section.comment {
  overflow: hidden;
  *zoom: 1;
}
section.detail section.comment p.iframe {
  box-sizing: border-box;
  float: left;
  padding-right: 15px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  section.detail section.comment p.iframe {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
section.detail section.comment div.iframe {
  float: right;
  padding-top: 28.125%;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  section.detail section.comment div.iframe {
    float: none;
    margin-top: 25px;
    padding-top: 56.25%;
    width: 100%;
  }
}
section.detail section.comment div.iframe iframe {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: bottom;
  width: 100%;
}
section.detail section.contact {
  margin: 40px 0 50px;
  padding: 10px 0;
  background: #f5f5f5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  section.detail section.contact {
    padding: 10px;
    margin: 20px 0;
  }
}
section.detail section.contact ul {
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.detail section.contact ul {
    display: block;
  }
}
section.detail section.contact ul a {
  position: relative;
  display: block;
  text-align: center;
  padding: 12px 30px;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
}
section.detail section.contact ul li {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 1px;
}
@media screen and (max-width: 767px) {
  section.detail section.contact ul li {
    display: block;
    margin-bottom: 3px;
  }
}
section.detail section.contact ul li a {
  background: white;
  border: 1px solid #e5e5e5;
}
section.detail section.contact ul li a:hover {
  background: #e7eff8;
}
section.detail section.contact ul li.reserve a {
  background-color: #003F97;
  color: white;
}
section.detail section.contact ul li.reserve a:hover {
  background-color: #1166E4;
}
section.detail section.contact ul li.reserve a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 10px;
}
section.detail section.contact ul li.contact a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 10px;
}
section.detail section.contact ul li.presentation a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 10px;
}
section.detail section.contact ul li span.info {
  display: block;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}
section.detail section.info {
  overflow: hidden;
  *zoom: 1;
}
section.detail section.info .info_text {
  background-color: #f5f5f5;
  padding: 24px 36px;
  float: left;
  width: 38%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  section.detail section.info .info_text {
    float: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
  }
}
section.detail section.info .info_text h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  section.detail section.info .info_text h3 {
    font-size: 16px;
  }
}
section.detail section.info .info_text h4 {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  section.detail section.info .info_text h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
section.detail section.info .info_text div.office_link {
  margin-bottom: 21px;
}
section.detail section.info .info_text div.office_link a {
  background: #003F97;
  color: white;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 14px;
}
section.detail section.info .info_text div.office_link a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
section.detail section.info .info_text div.address {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  section.detail section.info .info_text div.address {
    margin-bottom: 10px;
  }
}
section.detail section.info .info_text div.address p {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  section.detail section.info .info_text div.address p {
    margin-top: 5px;
  }
}
section.detail section.info .info_text div.address p:first-child {
  margin-top: 0;
}
section.detail section.info .info_text div.address p a.map {
  color: #333333;
}
section.detail section.info .info_text div.access img {
  max-width: 100%;
}
section.detail section.info .text {
  margin-bottom: 41px;
  padding: 26px 26px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  section.detail section.info .text {
    margin-bottom: 20px;
    padding: 10px;
  }
}
section.detail section.info .text img {
  max-width: 100%;
}
section.detail section.info .text p {
  margin-top: 47px;
  margin-bottom: 0px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.detail section.info .text p {
    margin-top: 15px;
  }
}
section.detail section.info .text p:first-child {
  margin-top: 0px;
}
section.detail section.info h5 {
  font-size: 18px;
  color: #00419b;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  section.detail section.info h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
section.detail section.info .maps {
  width: 60%;
  float: right;
}
@media screen and (max-width: 767px) {
  section.detail section.info .maps {
    width: 100%;
  }
}
section.detail section.info .maps div.pic img {
  width: 100%;
}
section.detail section.info .maps div.gmap {
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  section.detail section.info .maps.with_gmap div.pic {
    width: 44%;
    float: left;
  }
  section.detail section.info .maps.with_pic div.gmap {
    width: 54%;
    float: right;
  }
}

/**
 * パートナー情報
 */
section.branch {
  overflow: hidden;
  *zoom: 1;
}
section.branch div.left.info {
  width: 49%;
  float: left;
}
@media screen and (max-width: 767px) {
  section.branch div.left.info {
    width: 100%;
    float: none;
  }
}
section.branch div.left.info div.hours {
  margin: 5px 0;
}
section.branch div.left.info div.map {
  margin: 20px 50px 0 0;
}
@media screen and (max-width: 767px) {
  section.branch div.left.info div.map {
    margin: 20px 0;
  }
}
section.branch div.left.info div.map #gmap {
  height: 300px;
}
section.branch div.left.info div.contact {
  margin: 20px 0;
}
section.branch div.left.info div.contact span.tel {
  color: #014099;
  font-size: 20px;
  font-family: sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.branch div.left.info div.hp {
    margin-bottom: 10px;
  }
}
section.branch div.left.info div.hp a {
  display: inline-block;
  padding: 10px 10px;
  border: 1px solid #014099;
  font-size: 15px;
  text-decoration: none;
}
section.branch div.left.info div.hp a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 10px;
  padding-right: 0;
}
section.branch div.right {
  width: 49%;
  float: right;
}
@media screen and (max-width: 767px) {
  section.branch div.right {
    width: 100%;
    float: none;
  }
}
section.branch div.right > section {
  border: 1px solid #648ac0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section.branch div.right > section {
    margin-bottom: 20px;
  }
}
section.branch div.right > section h4 {
  background: #648ac0;
  color: white;
  padding: 7px;
}
section.branch div.right > section ul {
  padding: 7px 10px;
}
section.branch div.right > section ul li {
  margin: 6px 0;
}
@media screen and (max-width: 767px) {
  section.branch div.right > section ul li span.place {
    display: block;
  }
}
section.branch div.right > section ul li a {
  margin-right: 5px;
  font-size: 16px;
}
section.branch div.right > section ul li:before {
  font-size: 9px;
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
  color: #014098;
}
section.branch.transition p {
  line-height: 1.5;
}
section.branch.transition nav.ps {
  text-align: center;
  padding: 20px 0;
}
section.branch.transition nav.ps a {
  display: inline-block;
  border: 2px solid #003F97;
  width: 240px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
section.branch.transition nav.ps a.go {
  background-color: #003F97;
  color: white;
}
section.branch.transition nav.ps a.go:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 10px;
  padding-right: 0;
}
section.branch.transition nav.ps a.back {
  color: #003F97;
  background: white;
}
section.branch.transition nav.ps a.back:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 10px;
  color: #999;
}
@media screen and (max-width: 767px) {
  section.branch.transition nav.ps a {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin: 10px 0;
  }
}

/**
 * 見学会一覧
 */
@media screen and (min-width: 768px) {
  section#kengakukai {
    margin-bottom: 50px;
  }
}
section#kengakukai h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section#kengakukai h2 {
    margin: 20px 0;
  }
}
section#kengakukai h3.prefecture {
  font-size: 18px;
  padding: 10px;
  background-color: #F0F1F7;
}
@media screen and (max-width: 767px) {
  section#kengakukai h3.prefecture {
    font-size: 16px;
    padding: 7px;
  }
}
section#kengakukai ul {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  section#kengakukai ul {
    padding: 10px;
  }
}
section#kengakukai ul li {
  margin: 3px 0;
}
section#kengakukai ul li a {
  color: #003F97;
}
section#kengakukai ul li a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}

/** 
 * 見学会情報
 */
section.kengakukai div.head {
  overflow: hidden;
  *zoom: 1;
  padding: 0 10px 10px;
}
@media screen and (max-width: 767px) {
  section.kengakukai div.head {
    padding: 0 0 10px;
  }
}
section.kengakukai div.head div.date {
  float: left;
}
@media screen and (max-width: 767px) {
  section.kengakukai div.head div.date {
    float: none;
    margin-bottom: 5px;
  }
}
section.kengakukai div.head div.ps {
  font-size: 16px;
  float: right;
}
@media screen and (max-width: 767px) {
  section.kengakukai div.head div.ps {
    float: none;
  }
}

/*# sourceMappingURL=model_house.css.map */
