@charset "UTF-8";

body {
    display: none;
	margin: 0;
    font-family: "Sawarabi Mincho", 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
/*	font-family: "Noto Sans JP", 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif; */
/*	font-family: "M PLUS 1p", 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif; */
    background-color: #eaeaaea;
}

/* ヘッダー */
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
}

.nohero header {
    position: static;
    border-bottom: solid 1px #ddd;
}

/* ヘッダーA: はぶの家 */
.headA {
    display: inline-block;
/*    line-height: 70px; */
    padding-left: 20px;
    padding-right: 20px;
/*    background-color: #5D9AB2;
    color: #fff;
    font0-family: "Hannari", 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 24px;
    text-decoration: none; */
    margin-top: 10px;
}

/* ヘッダーB: ナビゲーションメニュー */
.headB ul {
    mergin: 0;
    padding: 0;
    list-style: none;
}

.headB a {
    display: block;
    padding: 15px;
    color: inherit;
    font-size: 14px;
    text-decoration: none;
}

.headB a:hover {
    background-color: rgba(62,139,181,0.3);
}

.kadomaru {
    padding: 0rem 0.2rem;
    color: #fff;
    font-weight: bold;
    border-radius: 100vh;
    background-image: -webkit-gradient(linear, right top, left top, from(#0096a9), to(#006a95));
    background-image: -webkit-linear-gradient(right, #0096a9 0%, #006a95 100%);
    background-image: linear-gradient(to left, #0096a9 0%, #006a95 100%);
}

@media (min-width: 768px) {
    header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .headB ul {
        display: flex;
    }
}

/* ヘッダーC: トグルボタン */
@media (max-width: 767px) {
    /* 小さい画面用の設定　*/
    header .container-small {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .headA img {
        width: 113px;
        height: 46px;
    }
    
    .headC {
        margin-right: 10px;
        padding: 0;
        border: none;
        outline: none;
        background: none;
        font-size: 28px;
        opacity: 0.5;
        cursor: pointer;
    }
    
    .headC:hover {
        opacity: 0.3;
    }
    
    .headB {
        display: none;
    }
    
    .kadomaru {
        background-image: none;
    }
}

@media (min-width: 768px) {
    /* 大きい画面用の設定 */
    .headC {
        display: none;
    }
    
    .headB {
        display: block !important;
    }
}

/* アレンジ：ヘッダーとヒーローイメージを一体化 */
.head-hero {
    background-color: rgba(255,255,255,0.7);
/*    background-color: transparent; */
    color: #006A95
}

.head-hero .headA {
    background-color: transparent;
    color: inherit;
}

.head-hero .headC {
    color: inherit;
    opacity: 1;
}

@media (max-width: 767px) {
    .head-hero .headB {
        background-color: rgba(62,139,181,0.7);
/*        background-color: rgba(0,0,0,0.6); */
        color: #fff;
    }
}

/* アレンジ：ヘッダーを画面上部に固定 */
.head-fixed,
.nohero .head-fixed {
    position: fixed;
}

.nohero .head-fixed + * {
    margin-top: 70px;
}

/* テキストリンクの色を花浅葱色に設定 */
a.no-color-change:link,
a.no-color-change:visited,
a.no-color-change:hover,
a.no-color-change:active {
  color: #3e8bb5;
}

/* フッター */
footer {
    color: #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(#0096a9), to(#006a95));
    background-image: -webkit-linear-gradient(right, #0096a9 0%, #006a95 100%);
    background-image: linear-gradient(to left, #0096a9 0%, #006a95 100%);
    
/*    background-color: #006A95; */
    text-align: center;
}

footer .container {
    padding: 40px 20px;
}

@media (min-width: 768px) {
    footer .container {
        display: block;
/*        display: flex;
        flex-wrap: wrap; */
        max-width: 1000px;
        margin: 0 auto;
/*        margin-left: auto;
        margin-right: auto; */
    }
    
/*    .footA {
        flex: 0 0 40%;
    }
    
    .footB {
        flex: 0 0 60%;
    }
    
    .footC { 
        flex: 0 0 100%;
    } */
}

/*　見出しの装飾 */
h1 {
  color: #006a95;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}


/* フッターA: サイト情報 */
.footA h2 {
    margin0-top: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    letter-spacing: 0.2em;
}

.footA p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.footA a {
    color: inherit;
    text-decoration: none;
}

.footA {
    margin-bottom: 30px;
}

/* フッターC: コピーライト */
.footC { 
    font-size: 12px;
    text-align: center;
    font-family: 'Montserrat', sans-sefif;
}

/* フッターD: SNSメニュー */
.footD {
    display: inline-block;
    margin-top: 20px;
}

.footD ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.footD a {
    display: block;
    margin-right: 8px;
    padding: 0;
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    border: solid 1px currentColor;
    width: 2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
}

.footD a:hover { 
    background-color: rgba(0,0,0,0.3)
}

/***********/
/* 地図掲載 */
/***********/
.location {
    background-image: url("img/home/bg_location01.jpg");
    background-position: right 0 top 0;
/*    background-size: cover; */
}

.location iframe {
    width: 70%;
    height: 400px;
    margin-bottom: -6px;
    vetical-align: bottom;
}

.location h2 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #006a95;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}
@media (max-width: 767px) {
    .location iframe {
        width: 80%;
        height: 300px;
        margin-bottom: -6px;
        vetical-align: bottom;
    }    
}

/*******************************/
/* スマホ以外は電話番号のリンク削除 */
/*******************************/
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}



.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}

/** カルーセルスライダー表示エリア） **/
.slide_area {
    margin-top: 40px;
    margin-bottom: 60px;
	font-family: "Noto Sans JP", 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}
.slide_area .media-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0px;
    text-align: center;
}

/** カルーセルスライダー設定（slick） **/
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
/*    right: 20px; */
    z-index: 99;
}
.slick-prev {
/*     left: 15px; */
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
    height: auto;
}
.data-slick {
    padding: 0;
    margin: 0;
}

.data-slick { padding: 0;}
.data-slick img { width: 100%;}
.data-slick div { margin: 0 0px;}

/* メディア風バナーレイアウト */
.media-link {
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.media-list .lower-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: rgba(0,106,149,0.5);
    padding: 12px;
    box-sizing: border-box;
    color: #ffffff;
    overflow: hidden;
    text-align: left;
}

.media-list .lower-box .tag {
    display: inline-block;
}

.media-list .lower-box .date {
    display: inline-block;
    font-size: 12px;
    position: relative;
    color: #fff;
    top: 1px;
}

.media-list .lower-box .title {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 0.8rem;
}

/* 記事バナーバッジ */
.tag {
  display: inline-block;
  line-height: 20px;
  font-size: 10px;
  letter-spacing: 0.04em;
  padding: 0 5px;
  border-radius: 2px; }
  .tag.tag-info {
    background-color: #007eb1; }
  .tag.tag-news {
    background-color: #F17161; }
  .tag.tag-event {
    background-color: #dc4473; }


/* コンテンツページ：記事 */
.post .container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 150px 10px 50px;
	font-family: "Sawarabi Mincho", 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

/*.post h1 {
    padding-left: 0.5rem;
    border-left: solid 0.75rem #BF6A7A;
    font-size: 2rem;
} */

.post p {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.2rem;
}

.post img {
    max-width: 100%;
}

@media screen and (max-width: 767px){
    .post .container {
        margin-left: 10px;
        margin-right: 10px;
        padding: 180px 15px 80px;
    }
    
    .post p {
        font-size: 0.7rem;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    
}

@media screen and (max-width: 360px){
    .post .container {
        margin-left: 10px;
        margin-right: 10px;
        padding: 200px 15px 80px;
    }
    
    .post p {
        font-size: 0.7rem;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    
}

/* コンテンツページ：パンくずリスト */
.bread ol {
    display: flex;
    margin-top: 0;
    padding: 0;
    list-style: none;
}

.bread a {
    display: block;
    padding: 5px;
    color: inherit;
    font-size: 0.875rem;
    text-decoration: none;
}

.bread a::after {
    margin-left: 10px;
    content: '\f054';
    font-family: 'FontAwesome';
    opacity: 0.3;
}

.bread a:hover {
    background-color: rgba(0,106,149,0.3);
}




/* Table */
.fee {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 10px;
}
    .table-wrapper {
    overflow: auto;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 10px;
    }
    .table-wrapper table{
    width:100%;
    }
    .table-wrapper::-webkit-scrollbar{
    height: 5px;
    }
    .table-wrapper::-webkit-scrollbar-track{
    background: #F1F1F1;
    }
    .table-wrapper::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    }
    .table-wrapper td, .table-wrapper th{
    white-space: nowrap;
    }

	table {
		margin: 0 0 0.5rem 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75rem 0.75rem;
		}

		table th {
			font-size: 1.8rem;
			font-weight: 600;
			padding: 0 0.75rem 0.75rem 0.75rem;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	table tbody tr {
		border-color: rgba(0, 106, 149, 0.25);
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(0, 106, 149, 0.075);
		}

	table th {
		color: #3f3f3f;
	}

	table thead {
		border-bottom-color: rgba(0, 106, 149, 0.25);
	}

	table tfoot {
		border-top-color: rgba(0, 106, 149, 0.25);
	}

	table.alt tbody tr td {
		border-color: rgba(0, 106, 149, 0.25);
	}


/* トップページ各種主要項目バナー */
.listB .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 30px auto;
}

.listB article {
    flex: 1 1 384px;
    display: flex;
}

.listB a {
    flex: 1;
    margin: 10px;
    display: flex;
    border: solid 1px #ddd;
    color: inherit;
    text-decoration: none;
}

.listB a:hover {
    opacity: 0.8;
}

.listB .photo {
    flex: 2;
    min-height: 0;
    background-position: center;
    background-size: cover;
}

.listB .text {
    flex: 3;
    margin: 10px;
}

.listB h2 {
    font-size: 18px;
}

.listB p {
    font-size: 14px;
    opacity: 0.8;
}

@media (max-width: 384px) {
    .listB .photo {
        flex: 1;
    }
    
    .listB p {
        display: none;
    }
}

/*** スマホ（767px以下）の場合は改行を無効にする ***/
@media screen and (max-width: 767px){
    .br-pc {display: none; }
}



/** ボタンデザイン **/

/** ボタン要素のcssリセット **/
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  border-radius: 0.5rem;
}

a.btn-flat,
button.btn-flat {
  overflow: hidden;

  padding: 0.8rem 2rem;

  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span,
button.btn-flat span {
  position: relative;
}

a.btn-flat:before,
button.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100px;
  height: 100px;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);

  border-radius: 50%;
  background: #F17161;
}

a.btn-flat:hover:before,
button.btn-flat:hover:before {
  width: 400px;
  height: 400px;

  -webkit-transform: translateX(-1%) translateY(-175px);

  transform: translateX(-1%) translateY(-175px);
}


.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 1.5rem;

  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #F17161;
  -webkit-box-shadow: 0 5px 0 #EB6368;
  box-shadow: 0 5px 0 #EB6368;
}

a.btn-c span {
  font-size: 0.9rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #EB6368;
  border: 2px solid #EB6368;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #EB6368 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #F17161;
  -webkit-box-shadow: 0 2px 0 #EB6368;
  box-shadow: 0 2px 0 #EB6368;
}

@media (max-width: 767px) {
    .btn,
    a.btn,
    button.btn {
      font-size: 0.8rem;
      line-height: 1.5;
      padding: 1rem 4rem;
      letter-spacing: 0.1em;
      border-radius: 0.1rem;
    }

    a.btn-flat,
    button.btn-flat {
      padding: 0.8rem 2rem;
    }

    .btn-wrap {
      margin: 20px 0;
    }

    a.btn-c {
      font-size: 1.5rem;
      padding: 0.25rem 2rem 1.5rem 3.5rem;
    }

    a.btn-c span {
      font-size: 0.9rem;

      position: absolute;
      top: -1.25rem;
      left: calc(50% - 100px);

      display: block;

      width: 200px;
      padding: 0.2rem 0;

    }

    a.btn-c span:before,
    a.btn-c span:after {
      position: absolute;
      left: calc(50% - 10px);

      content: "";
    }

    a.btn-c span:before {
      bottom: -10px;
    }

    a.btn-c span:after {
      bottom: -7px;
    }

    a.btn-c i {
      margin-right: 1rem;
    }
    
}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% - 2em);
			margin: -1.5em 0 2em -1.5em;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}


		@media screen and (max-width: 767px) {
/*		@media screen and (max-width: 480px) { */

			form > .fields {
				width: calc(100% - 1em);
				margin: -1.5em 0 2em -1.5em;
			}

				form > .fields > .field {
					padding: 1.5em 0 0 1.5em;
					width: calc(100% - 1.5em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5em);
					}

		}

	label {
		color: #555555;
		display: block;
		font-size: 0.8em;
		font-weight: 600;
		letter-spacing: 0.25em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(99, 152, 175, 0.535);
		border: none;
		border-radius: 0;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #9bf1ff;
			box-shadow: 0 0 0 2px #9bf1ff;
		}

/*
	select {
		background-image: url("../../images/check01.svg");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #242943;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}
*/

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #ffffff;
			cursor: pointer;
			display: inline-block;
			font-weight: 300;
			padding-left: 2.65em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(212, 212, 255, 0.035);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				letter-spacing: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #ffffff;
			border-color: #9bf1ff;
			content: '\f00c';
			color: #242943;
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #9bf1ff;
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(244, 244, 255, 0.8) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(244, 244, 255, 0.8) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(244, 244, 255, 0.8) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(244, 244, 255, 0.8) !important;
		opacity: 1.0;
	}

/* masonryレイアウト設定 */
.grid_container {
  margin: 0 0 40px;
  background-color: #fff;
}

.grid {
    margin: 0 auto;
}

.grid-item {
     position: relative;
     width: 300px;
     margin:5px;
     box-sizing:border-box;
     padding:0.5rem;
     font-size:1rem;
     background: white;
     border-radius: 5px;
}

.grid-item img {
    border-radius: 10px;
}

.grid-item h5 {
    position: absolute;
    bottom: -10px;
    left: 20px;
    color: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: .3em .5em;
    line-height: 1.5;
    letter-spacing: .2em;
    background-color: #006A95;
}

@media screen and (min-width: 560px) {
    .grid-item--large { 
         width: 600px;
    }    
}
/* masonryレイアウト設定 */
