@charset "utf-8";

/* ****************************************************************************************************
   * メインイメージ
**************************************************************************************************** */

#main-contents {
  overflow: hidden;
}

#main-contents img[src*="main.jpg"] {
  max-width: none;
}

/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */

body {
  min-width: 1020px;
  color: #444;
  font: 14px/1.5 "メイリオ", Meiryo, sans-serif;
  position: relative;
}

a {
  color: #9e77ba;
}

div.body {
  width: 1020px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

body {
  min-width: 0;
  padding-bottom: 76px;
}

div.body {
  width: auto;
  max-width: 100%;
}

}

/* ****************************************************************************************************
   * ヘッダー
**************************************************************************************************** */

#header {
  padding: 10px 0;
  position: relative;
  z-index: 1000;
}

#header div.body {
  display: table;
}

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

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

  #header div.body {
    width: 100%;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ロゴ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header div.logo {
  vertical-align: middle;
  display: table-cell;
}

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

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

#header div.logo {
  width: 75%;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header div.contents {
  text-align: right;
  vertical-align: middle;
  display: table-cell;
}

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

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

#header div.contents {
  padding-left: 20px;
  display: table-cell;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダーナビ
/* ------------------------------------------------------------------------------------------------- */

#header div.contents ul.nav,
#header div.contents ul.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header div.contents ul.nav {
  margin-top: 5px;
  margin-left: auto;
  margin-right: 0;
  display: table;
}

#header div.contents ul.nav li {
  padding: 2px;
  vertical-align: middle;
  display: table-cell;
}

#header div.contents ul.nav li a {
  text-decoration: none;
}

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

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

#header div.contents ul.nav {
  display: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 言語ナビ
/* ------------------------------------------------------------------------------------------------- */

#header div.contents ul.language,
#header div.contents ul.language li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header div.contents ul.language {
  padding: 0 5px;
  line-height: 1;
  font-size: 11px;
  vertical-align: middle;
  display: inline-block;
}

#header div.contents ul.language li {
  padding: 0 10px;
  vertical-align: middle;
  display: table-cell;
}

#header div.contents ul.language li ~ li {
  border-left: 1px solid #9e77ba;
}

#header div.contents ul.language li a {
  text-decoration: none;
}

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

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

#header div.contents ul.language {
  display: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 検索
/* ------------------------------------------------------------------------------------------------- */

#header div.contents div.search {
  letter-spacing: -5.5px;
  vertical-align: middle;
  display: inline-block;
}

#header div.contents div.search > * {
  letter-spacing: normal;
}

#header div.contents div.search a {
  text-decoration: none;
}

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

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

#header div.contents div.search {
  display: none;
}

}

/* * テキストフィールド
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#header div.contents div.search div.content {
  vertical-align: top;
  display: inline-block;
  position: relative;
}

/* フォーム要素 */

#header div.contents div.search div.content form {
  width: 275px;
  padding-left: 3px;
  max-width: none;
  background: #fff;
  position: absolute;
  top: 0;
  left: -275px;
  display: none;
}

#header div.contents div.search div.content.active form {
  display: block;
}

/* テキストフィールド */

#header div.contents div.search div.content form input[type=text] {
  width: 16em;
  padding: 0 0.5em;
  line-height: 28px;
  vertical-align: middle;
  display: inline-block;
}

/* 検索ボタン */

#header div.contents div.search div.content button {
	padding: 0;
  cursor: pointer;
	border: none;
	outline: none;
	background: none;
  vertical-align: middle;
  display: inline-block;
}

#header div.contents div.search div.content button::-moz-focus-inner { 
  padding: 0;
  border: none;
}

/* * 検索フォーム表示切替ボタン
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#header div.contents div.search div.icon {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
}

/* ****************************************************************************************************
   * アイコン ナビ
**************************************************************************************************** */

.icon-menu-trigger {
  width: 70px;
  margin-left: auto;
  margin-right: 0;
  display: none;
}

.icon-menu {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0.0s;
  position: absolute;
  top: 100%;
  left: 0;
}

.icon-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.icon-menu-list {
  width: 100%;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.icon-menu-list > li {
  border-top: solid 1px rgba(0,0,0,0.20);
  border-bottom: solid 1px rgba(0,0,0,0.20);
}

.icon-menu-list > li ~ li {
  border-top: none;
}

.icon-menu-list > li > a {
	background-color: #f1f1f1;
}

.icon-menu-list > li > a.active {
	background-color: transparent;
}

.icon-menu ul li a {
  color: inherit;
  padding: 0.75em 46px 0.75em 1em;
  display: block;
  text-decoration: none;
  position: relative;
}

.icon-menu ul li a.active + ul {
  margin-bottom: 0.5em;
}

.icon-menu ul li a:after {
  position: absolute;
  right: 1em;
}

.icon-menu ul li a[href]:after {
  content: '>';
}

.icon-menu ul li a.slide-button:after {
  content: '＋';
}

.icon-menu ul li a.active:after {
  content: '－';
}

.icon-menu ul ul {
  padding-left: 1.25em;
}

.icon-menu ul ul li a {
  padding: 0.25em 46px 0.25em 1em;
}

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

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

.icon-menu-trigger {
  width: 100%;
  max-width: 50px;
  display: block;
}

.icon-menu {
  opacity: 0;
  visibility: hidden;
}

.icon-menu.active {
  opacity: 1;
  visibility: visible;
}

.icon-menu .icon-menu-list {
  display: none;
}

.icon-menu.active .icon-menu-list {
  display: block;
}

}

/* ****************************************************************************************************
   * グローバル ナビ
**************************************************************************************************** */

#nav ul.list,
#nav ul.list ul,
#nav ul.list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul.list {
  letter-spacing: -0.4em;
}

#nav ul.list li {
  letter-spacing: normal;
	position: relative;
}

#nav ul.list li a {
	display: block;
	text-decoration: none;
}

#nav ul.list ul {
	min-width: 100%;
  max-width: none;
	border: solid 1px #aaa;
	background: #fff;
	white-space: nowrap;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 100%;
  z-index: 1000;
}

#nav ul.list li.active > ul {
	visibility: visible;
}

#nav ul.list ul li ~ li {
	border-top: dotted 1px #ccc;
}

#nav ul.list ul li a {
	padding: 0.5em 1em;
	color: inherit;
}

#nav ul.list ul li a:hover,
#nav ul.list ul li.active > a {
	background: #f1f1f1;
}

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

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

#nav {
  display: none;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * lv.1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#nav > div.body > ul.list > li {
	height: 40px;
  padding-right: 40px;
  background: url(../../_images/_common/nav-spacer.png) right top no-repeat;
  vertical-align: top;
  display: inline-block;
}

#nav > div.body > ul.list > li:last-child {
  padding-right: 0;
  background: none;
}

#nav > div.body > ul.list > li > a {
	height: 100%;
	overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
}

#nav > div.body > ul.list > li > a > * {
  letter-spacing: normal;
}

#nav > div.body > ul.list > li > a:hover img {
	opacity: 1.0;
  transition: none;
}

#nav > div.body > ul.list > li > a:hover img,
#nav > div.body > ul.list > li.active > a img,
#nav > div.body > ul.list > li.current > a img {
	margin-top: -40px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * lv.2
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#nav > div.body > ul.list > li > ul {
	top: 100%;
	left: 1px;
}

#nav > div.body > ul.list > li:last-child > ul {
	left: auto;
  right: 1px;
}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */

.layout-lower #visual {
  height: 150px;
  padding: 57.5px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout-lower #visual div.body {
  padding: 0;
}

.layout-lower #visual .content {
  text-align: center;
}

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

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

.layout-lower #visual {
  height: auto;
  padding: 30px 0;
}

.layout-lower #visual .content img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 35px;
}

}

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

#breadcrumb {
  padding: 1em 0;
  background: #f1f1f1;
}

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#breadcrumb ol {
  margin-bottom: -10px;
  letter-spacing: -5.5px;
}

#breadcrumb ol li {
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
}

#breadcrumb ol li:after {
  content: '>';
  margin: 0 10px 0 5px;
}

#breadcrumb ol li:last-child:after {
  content: none;
}

#breadcrumb ol li:first-child a {
  text-decoration: none;
}

#breadcrumb ol li:first-child img {
  vertical-align: middle;
}

/* ****************************************************************************************************
   * メイン
**************************************************************************************************** */

#main {
  font-size: 15px;
  overflow: hidden;
}

.layout-lower #main {
  padding-top: 50px;
  padding-bottom: 100px;
}

.layout-lower #main div.body:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.layout-lower #main .section ~ .section {
  margin-top: 60px;
}

.layout-lower #main .column ~ .column {
  margin-top: 40px;
}

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

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

.layout-lower #main {
  padding-top: 20px;
  padding-bottom: 20px;
}

.layout-lower #main .section ~ .section {
  margin-top: 40px;
}

.layout-lower #main .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * メインコンテンツ
**************************************************************************************************** */

#main-contents {
  width: 740px;
  float: left;
}

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

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

#main-contents {
  width: 100%;
  padding-bottom: 40px;
  float: none;
}

}

/* ****************************************************************************************************
   * サイドコンテンツ
**************************************************************************************************** */

#main-side {
  width: 220px;
  float: right;
}

#main-side .section ~ .section {
  margin-top: 20px;
}

#main-side .column ~ .column {
  margin-top: 20px;
}

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

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

#main-side {
  width: 100%;
  float: none;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * サイドナビ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

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

#side-nav .title {
  padding: 1.25em 1em;
  color: #fff;
  line-height: 1.4;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background: #9e77ba;
}

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

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

#side-nav .title {
  padding: 0.5em 1em;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#side-nav ul,
#side-nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side-nav ul {
  font-size: 14px;
}

#side-nav ul li {
  margin-top: 1px;
  position: relative;
}

#side-nav ul li a {
  padding: 0.5em 30px 0.5em 1.5em;
  color: inherit;
  text-decoration: none;
  display: block;
  background-color: #f1f1f1;
}

#side-nav ul li a:hover,
#side-nav ul li.current > a {
  background-color: #e5e5e5;
}

#side-nav ul li a.slide-button {
  background-image: url(../../_images/_common/icon-slide-close.png);
  background-position: 95.45% center;
  background-repeat: no-repeat;
  background-size: 13px auto;
}

#side-nav ul li a.slide-button.active {
  background-image: url(../../_images/_common/icon-slide-open.png);
}

#side-nav ul ul {
  font-size: 12px;
}

#side-nav ul ul ul li {
  margin-top: 0;
}

#side-nav ul ul ul li a {
  padding: 0.5em 1em 0.25em 32px;
  position: relative;
}

#side-nav ul ul ul li a:hover,
#side-nav ul ul ul li.current > a {
  background-color: #ddd;
}

#side-nav ul ul ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #666;
  display: block;
  position: absolute;
  top: 11px;
  left: 22px;
}

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

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

#side-nav ul li a.slide-button {
  background-position: 97.20% center;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 1 階層目
/* ------------------------------------------------------------------------------------------------- */

#side-nav > ul > li > a {
  padding-left: 0.75em;
  padding-right: 35px;
  background-color: #d6d4dd;
}

#side-nav > ul > li.current > a {
  font-weight: bold;
  background-color: #bdb9cd;
}

#side-nav > ul > li > a.slide-button {
  background-position: 95.45% center;
  background-size: 18px auto;
}

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

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

#side-nav > ul > li > a.slide-button {
  background-position: 97.20% center;
}

}

/* ****************************************************************************************************
   * SNS リンクボタン
**************************************************************************************************** */

#sns {
  position: fixed;
  z-index: 99;
  top: 220px;
  right: 0;
}

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

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

  #sns {
    width: 100%;
    top: auto;
    bottom: 0;
  }

}

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

#sns ul.list,
#sns ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sns ul.list li {
  width: 80px;
  height: 80px;
}

#sns ul.list li ~ li {
  margin-top: 10px;
}

#sns ul.list li a {
  width: 100%;
  height: 100%;
  padding: 15px 0;
  color: #fff;
  line-height: 1.3;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(136, 71, 183, 0.75);
}

#sns ul.list li a:hover {
  text-decoration: none;
  background-color: rgba(136, 71, 183, 1.0);
}

#sns ul.list li a:hover img {
  opacity: 1;
}

#sns ul.list li .icon {
  margin-bottom: 3px;
  display: block;
}

#sns ul.list li .icon img {
  vertical-align: bottom;
}

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

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

  #sns ul.list {
    width: 100%;
    display: table;
    table-layout: fixed;
  }

  #sns ul.list li {
    width: auto;
    height: auto;
    vertical-align: bottom;
    display: table-cell;
    background-color: rgba(136, 71, 183, 0.75);
  }

  #sns ul.list li a {
    padding: 10px 0;
    font-size: 11px;
    display: block;
    background-color: transparent;
  }

  #sns ul.list li a:hover {
    text-decoration: none;
    background-color: transparent;
  }

}

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

#footer {
  position: relative;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ページトップ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer div.pagetop {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  right: 20px;
}

#footer div.pagetop div.body {
  max-width: 100%;
  padding: 0;
}

#footer div.pagetop .content {
  margin: 0;
  line-height: 0;
  text-align: center;
}

#footer div.pagetop .content.sp {
  display: none;
}

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

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

#footer div.pagetop {
  width: 100%;
  height: auto;
  background: #7f7f7f;
  position: static;
}

#footer div.pagetop .content.pc {
  display: none;
}

#footer div.pagetop .content.sp {
  display: block;
}

#footer div.pagetop .content a {
  padding: 10px;
  display: block;
}

#footer div.pagetop .content img {
  width: 22px;
  height: auto;
  vertical-align: middle;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer div.contents {
  padding: 30px 0;
  background: #f1f1f1;
}

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

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

#footer div.contents {
  padding: 0;
  background: #fff;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer div.nav div.body {
  letter-spacing: -5.5px;
  display: table;
  table-layout: fixed;
}

#footer div.nav div.body > * {
  letter-spacing: normal;
}

#footer div.nav div.item {
  vertical-align: top;
  display: table-cell;
}

#footer div.nav ul,
#footer div.nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer div.nav ul li a {
  color: inherit;
}

#footer div.nav ul ul {
  font-size: 12px;
}

#footer div.nav ul ul ul {
  margin-left: 1em;
  margin-bottom: 1em;
}

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

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

#footer div.nav div.body {
  padding: 0;
  display: block;
}

#footer div.nav div.item {
  width: 100% !important;
  display: block;
}

#footer div.nav ul li {
  border-top: 1px solid #bbb;
}

#footer div.nav ul li a {
  padding: 0.5em 1em;
  display: block;
  text-decoration: none;
  background-image: url(../../_images/_common/icon-arrow-2-right.png);
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 5px auto;
}

#footer div.nav ul li a.slide-button {
  background-image: url(../../_images/_common/icon-arrow-1-down.png);
  background-position: 97% center;
  background-size: 14px auto;
}

#footer div.nav ul li a.slide-button.active {
  background-image: url(../../_images/_common/icon-arrow-1-up.png);
}

#footer div.nav ul ul {
  font-size: inherit;
}

#footer div.nav ul ul li a {
  padding-left: 2em;
}

#footer div.nav ul ul ul {
  margin-left: 0;
  margin-bottom: 0;
}

#footer div.nav ul ul ul li a {
  padding-left: 3em;
}

}

/* * 1階層目
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#footer div.nav ul.list ~ ul.list {
  margin-top: 2em;
}

#footer div.nav ul.list > li > a {
  font-weight: bold;
}

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

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

#footer div.nav ul.list ~ ul.list {
  margin-top: 0;
}

#footer div.nav ul.list > li > a {
  font-weight: normal;
  background-color: #f1f1f1;
}

#footer div.nav ul.list > li > a.active {
  background-color: transparent;
}

}

/* ----------------------------------------------------------------------------------------------------
   * アドレス
/* ------------------------------------------------------------------------------------------------- */

#footer div.address {
  width: 100%;
  padding: 0;
  letter-spacing: -5.5px;
}

#footer div.address > * {
  letter-spacing: normal;
}

/* * アドレス
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#footer div.address address {
  width: 50%;
  min-height: 380px;
  max-height: 380px;
  padding: 100px 70px;
  color: #fff;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  background: url(../../_images/_common/footer-address-bg.jpg) center right no-repeat;
  background-size: cover;
}

#footer div.address address div.body {
  width: 500px;
  padding: 0;
  margin-left: auto;
  margin-right: 0;
}

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

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

#footer div.address address {
  width: 100%;
  min-height: 0;
  max-height: none;
  padding: 0;
  background: url(../../_images/_common/footer-address-bg.jpg) center right no-repeat;
  background-size: cover;
}

#footer div.address address div.body {
  width: 100%;
  padding: 20px 10px;
}

}

/* ロゴ */

#footer div.address address .logo img {
  width: 290px;
}

/* 所在地 */

#footer div.address address .content {}

/* ボタン類 */

#footer div.address address .btn {
  width: 180px;
  vertical-align: middle;
  display: inline-block;
}

/* * マップ
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#footer div.address div.map {
  width: 50%;
  min-height: 380px;
  max-height: 380px;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
}

#footer div.address div.map div.body {
  width: 100%;
  padding:0;
}

#footer #footer-googlemap {
  max-height: 380px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#footer #footer-googlemap * {
  max-width: none;
}

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

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

#footer div.address div.map {
  width: 100%;
  min-height: 0;
  max-height: none;
}

#footer #footer-googlemap {
  max-height: none;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コピーライト
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer div.copyright {
  padding: 10px 0;
}

#footer div.copyright .content {
  line-height: 1.2;
  text-align: center;
  word-break: normal;
}

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

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

#footer div.copyright .content {
  line-height: inherit;
}

}
