﻿@charset "utf-8";

/* ****************************************************************************************************
   * タイトル
**************************************************************************************************** */

.title-1 {
  min-height: 68px;
  margin-bottom: 25px;
  padding: 22px 1em 20px 20px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  background: url(../../_images/_common/title-1-1.jpg) no-repeat;
}

/* * ブレイクポイント ･････････････････ */

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

.title-1 {
  min-height: 0;
  margin-bottom: 10px;
  padding: 0.5em 1em 0.75em;
  color: #00076d;
  font-size: 22px;
  text-align: center;
  background: url(../../_images/_common/title-1-2.jpg) no-repeat;
  background-size: 100% 100%;
}

}

.title-2 {
  margin-bottom: 25px;
  padding: 8px 10px;
  padding-left: 50px;
  border-radius: 4px;
  color: #fff;
  line-height: 1.3;
  font-size: 17px;
  background: #794c1e url(../../_images/_common/title-bg-2.jpg) no-repeat;
}

.title-3 {
  margin-bottom: 20px;
  padding: 5px 10px;
  line-height: 1.3;
  font-size: 20px;
  border-left: solid 4px #8e7f11;
  border-bottom: solid 1px #ccc;
}

/* * ブレイクポイント ･････････････････ */

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

.title-3 {
  margin-bottom: 10px;
  padding: 0;
  padding-bottom: 2px;
  color: #00076d;
  font-weight: bold;
  border-left: none;
  border-bottom: solid 1px #00076d;
}

}

.title-page {
  margin-bottom: 20px;
  padding: 5px 10px;
  line-height: 1.3;
  font-size: 20px;
  border-left: solid 4px #8e7f11;
  border-bottom: solid 1px #ccc;
}

/* ****************************************************************************************************
   * テキスト
**************************************************************************************************** */

.color-red { color:#f00; }

.align-l { text-align:left; }
.align-c { text-align:center; }
.align-r { text-align:right; }

/* ****************************************************************************************************
   * 画像
**************************************************************************************************** */

.inline-left  { margin-right:4.70%; margin-bottom:0.75em; float:left; }
.inline-right { margin-left:4.70%; margin-bottom:0.75em; float:right; }

.inline-left img,
.inline-right img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.valign-t { vertical-align:top; }
.valign-m { vertical-align:middle; }
.valign-b { vertical-align:bottom; }

/* * ブレイクポイント ･････････････････ */

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

.inline-left,
.inline-right {
  width: 100% !important;
  margin: 10px 0;
  float: none;
  text-align: center;
}

.inline-left img,
.inline-right img {
  display: inline-block;
}

}

/* ****************************************************************************************************
   * テーブル
**************************************************************************************************** */

table.default + * { margin-top:1.5em; }

* + table.default { margin-top:1.5em; }

table.default { border-collapse:collapse; }

table.default > tbody > tr > th {
	font-weight: normal;
	border: solid 1px #bdb9cd;
}

table.default > tbody > tr > td {
	border: solid 1px #bdb9cd;
	background: #fff;
}

table.default > tbody > tr > th[scope="col"] {
	background: #edf2f5;
}

table.default > tbody > tr > th[scope="row"] {
	background: #edf2f5;
}

table.default caption {
  margin-bottom: 0.5em;
}

/* ****************************************************************************************************
   * フレキシブル：テーブル
**************************************************************************************************** */

/* * ブレイクポイント ･････････････････ */

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

table.flex-table {
  display: block;
}

table.flex-table > tbody {
  display: block;
}

table.flex-table > tbody > tr {
  width: 100%;
  display: block;
}

body.msie9 table.flex-table > tbody > tr {
  float: left;
}

table.flex-table > tbody > tr > th {
  width: 100%;
  padding: 0.25em 0.5em;
  display: block;
  font-weight: normal;
  text-align: left;
  border-left: none;
  border-right: none;
}

body.msie9 table.flex-table > tbody > tr > th {
  float: left;
}

table.flex-table > tbody > tr > td {
  width: 100%;
  display: block;
  border: none;
  text-align: left;
}

body.msie9 table.flex-table > tbody > tr > td {
  float: left;
}

table.flex-table caption {
  margin-bottom: 0.5em;
  display: block;
  font-weight: bold;
  text-align: left;
}

}

/* ****************************************************************************************************
   * フレキシブル：グーグルマップ
**************************************************************************************************** */

.flex-map {
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}

.flex-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ****************************************************************************************************
   * フレキシブル：動画
**************************************************************************************************** */

.flex-video {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.flex-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ****************************************************************************************************
   * リスト
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ul
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.default,
ul.default li {
  margin: 0;
  padding: 0;
}

ul.default {
  margin-left: 1.25em;
  word-break: normal;
}

ul.default li ~ li {
  margin-top: 0.25em;
}

ul.default + * { margin-top:1em; }

* + ul.default { margin-top:1em; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ol
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ol.default,
ol.default li {
  margin: 0;
  padding: 0;
}

ol.default {
  margin-left: 1.75em;
}

ol.default li ~ li {
  margin-top: 0.25em;
}

ol.default + * { margin-top:1em; }

* + ol.default { margin-top:1em; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * dl
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

dl.default,
dl.default dt,
dl.default dd {
  margin: 0;
  padding: 0;
}

dl.default dt {
  font-weight: inherit;
}

dl.default dd {
  margin-top: 0.25em;
  margin-left: 2.25em;
  display: list-item;
  list-style: disc;
}

dl.default + * { margin-top:1em; }

* + dl.default { margin-top:1em; }

/* ****************************************************************************************************
   * フロート
**************************************************************************************************** */

.float-r { float:right; }
.float-l { float:left; }

/* ****************************************************************************************************
   * フロートクリア
**************************************************************************************************** */

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

.clear { clear:both; }


.top_chintai_more img{
	width:109px !important;
}

.sns_btn img{
	width:74px !important;
}


