@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* -------------------------------------------- /
   SNSボタン用Webフォント読み込み
/ -------------------------------------------- */

@font-face {
    font-family: 'LigatureSymbols';
    src: url('../fonts/LigatureSymbols-2.11.eot');
    src: url('../fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LigatureSymbols-2.11.woff') format('woff'),
         url('../fonts/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format('opentype');
 }

.lsf {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}


/* -------------------------------------------- /
   基本的な部分のスタイル
/ -------------------------------------------- */

body {
	font-family: 'Noto Sans Japanese', sans-serif;
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    background: #fff;
	/* SPも背景を画像にする場合↓ */
	/*height: 100vh;*/
}
/*body::before{
	background: url("../img/background.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
	/*background-attachment: fixed;*/
	/*position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}*/
	/* SPも背景を画像にする場合↑ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
}

h4 {
	margin: 1em 0;
	color: #000;	
}

h2 small {
    color: #fff;
}

p {
	font-size: 1.25em;
	line-height: 1.6;
	color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
	margin: 0;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	font-size: 90%;
}

hr {
    max-width: 400px;
    border-color: #999999;
}
.sepalator {
	visibility: hidden;
	margin-bottom: 1em;
}
.sepalator_thin {
	visibility: hidden;
	width: 1px;
	margin: 0px;
}
.sp_logo_mark {
	text-align: center;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 10px;
	padding-top: 0px;
}
.page-title {
    text-align: center;
    color: #000;
    /*text-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
    font-size: 3em;
    margin: 20px 0 40px;
}

.brand,
.address-bar {
    display: none;
}

.img-full {
    min-width: 100%;
}

.brand-after {
    margin: 15px 0;
}
.brand-after span {
	font-weight: bold;
	font-size: 120%;
	line-height: 140%;
}

.brand-name {
	margin: 0.7em 0;
	font-size: 2em;
	color: #000;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #000;
}

.box {
    margin-bottom: 1.5em;
    background: #fff;
    background: rgba(255,255,255,0.9);
	padding-top: 30px;
	padding-right: .8%;
	padding-bottom: 30px;
	padding-left: .8%;
	box-shadow:0px 0px 10px rgba(220,220,220,0.9);
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left, .img-right {
    float: none;
    margin: 0 auto 0;
}

.img-half, .img-quarter {
     max-width: 100%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 80px;
    height: 80px;
    margin: -45px;
    font-size: 80px;
    display: block;
}

.box:after {
    content: '';
    display: table;
    clear: both;
}

.section-heading {
	display: inline-block;
	padding: .5em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-weight: normal;
	font-size: 1.5em;
	color: #000;
}

.section-heading-wrapper {
  display: block;
  text-align: center;
  margin-bottom: 2em;
}

hr.visible-xs {
  visibility: hidden;
}
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover,
a:active {
	color: #eee;
	text-decoration: underline;
}
/* 画像等マウスオーバー時の透過 */
.trans_btn a {
	transition: 0.3s ;
}
.trans_btn a:hover {
	opacity: 0.5 ;
}
/* リンクボタン */
.link_btn {
	text-align: center;
}
.link_btn a:link,
.link_btn a:visited {
	color: #999;
	text-decoration: none;
}
.link_btn a:hover,
.link_btn a:active {
	color: #FFF;
	text-decoration: none;
}
.btn-primary {
	color: #999;
	text-decoration: none;
	background-color: #FFF;
	border: 3px solid #999;
	font-weight: bold;
}
.btn-primary:hover,
.btn-primary:active {
	color: #FFF;
	text-decoration: none;
	background-color: #999;
	border: 3px solid #999;
}

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

.navbar-brand {
    font-weight: 900;
    letter-spacing: 2px;
    display: inline-block;
    width: 70%;
    height: 100%;
    vertical-align: middle;
}

.navbar-brand img {
  display: inline-block;
  max-height: 34px;
  max-width: 100%;
}

.navbar-brand p {
	display: inline-block;
	height: 100%;
	margin-left: .5em;
	margin-bottom: 0;
	vertical-align: middle;
	color: #000;
}

.navbar-toggle {
  /* .navbar-brandがpadding1emなので合わせる */
  margin-top: 1em;
  margin-bottom: 1em;
}

.navbar-nav {
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0;
}
.nav>li:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}

.nav.navbar-nav li a {
    -webkit-transition: all 0.6s ease;
       -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
         -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        font-weight: bold;
        font-size: 12px;
}

.nav.navbar-nav li a span.under-line {
    display: none;
}

/* SP用のヘッダー及びナビゲーションの背景色 */
/*.nav.navbar-nav li a:hover,
.nav.navbar-nav li a:active {
	color: #f8ff3f;
}
.navbar-header {
	background-color: #F00;
}
.navbar-collapse {
	background-color: #F00;
}*/

/* -------------------------------------------- /
   ニュースティッカー
/ -------------------------------------------- */

.ticker {
    margin: 0 auto;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 8em !important;
}

.ticker ul {
    width: 100%;
    position: relative;
}

.ticker ul li {
    width: 100%;
    display: none;
    text-align: center;
    line-height: 2;
}


/* -------------------------------------------- /
   フィード
/ -------------------------------------------- */

.feed-list--thumbnail .feed-item__link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.feed-list--thumbnail .feed-item__thumbnail {
    max-height: 7em;
    width: auto;
}

.feed-list--thumbnail .feed-item__date,
.feed-list--thumbnail .feed-item__title {
    text-align: left;
    margin-bottom: 0;
    padding-left: 1em;
    align-self: center;
}

/* -------------------------------------------- /
   SNSボタン
/ -------------------------------------------- */

.lsf-icon.facebook:before {
  content: '\E047';
}

.lsf-icon.twitter:before {
  content: '\E12f';
}

.lsf-icon.google-plus:before {
  content: '\E05a';
}

.lsf-icon.line:before {
  content: '\E157';
}

.lsf-icon.bookmark:before {
  content: '\E161';
}

.sns-buttons {
    color: #FFF;
    font-size: 64px;
}

.sns-buttons li {
  text-align: center;
  margin-top: -48px;
}

.sns-buttons a {
    text-decoration: none;
}

.sns-buttons a span {
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

.sns-buttons a span:before {
  margin-right: 0;
  padding: 0 0.1em;
}


a:hover .facebook {
    color: #315096;
}
a:hover .twitter {
    color: #55acee;
}
a:hover .google-plus {
    color: #dd4b39;
}
a:hover .line {
    color: #00c300;
}
a:hover .bookmark {
    color: #008fde;
}


/* -------------------------------------------- /
   タイポグラフィ: リスト関連の装飾
/ -------------------------------------------- */

ol, ul {
  padding-left: 20px;
}

.list-icon i {
    margin-right: 0.4em;
}

ul.circle-white {
    list-style-type: circle;
}

ol.circle-num{
    counter-reset:number;
    list-style:none;
    margin:0;
    padding:0;
}

ol.circle-num li {
    margin-bottom: 0.2em;

}

ol.circle-num li:before{
    counter-increment: number;
    content: counter(number);
    float: left;
    background: #333;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    margin-right: 0.4em;
}

ol.maru li:after{
    content: '';
    display: table;
    clear: both;
}

ol.u-roman {
    list-style-type: upper-roman;
}

ol.greek {
    list-style-type: lower-greek;
}


ol.colistyle {
    counter-reset:li;
    padding:0;
    list-style:none;
}

ol.colistyle li {
    position:relative;
    margin:0 0 6px 2em;
    padding:4px 8px;
    border-top:1px solid #333;
}

ol.colistyle li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    top:-1px;
    left:-2em;
    width:2em;
    padding:4px 0;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    border-left:1px solid #333;
    color:#fff;
    background:#333;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
}

dl.row-style {
    word-spacing: -0.43em;
}

dl.row-style dt,
dl.row-style dd {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    width: 100%;
    padding: 3px 2% 4px;
    margin: 0;
}


dl.row-style dt {
    margin-right: -1px;
    border-top: 1px solid #999;
}

dl.row-style {
    border-bottom: 1px solid #999;
}


/* -------------------------------------------- /
   問い合わせフォーム
/ -------------------------------------------- */

#mailformpro #message {
  width: 100% !important;
  height: auto !important;
}


/* -------------------------------------------- /
   アーカイブページ
/ -------------------------------------------- */

.archive-post hr {
  width: 100%;
  max-width: none;
}

.archive-post a {
  color: #333;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.archive-post a:hover {
  color: #337ab7;
  text-decoration: none;
}

.wp-pagenavi {
  margin: 20px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
  background-color: #FFF;
  padding: 0.5em !important;
}

/* -------------------------------------------- /
   ページトップ
/ -------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 3%;
    right: 3%;
    font-size: 300%;
}
#page-top a {
	background: #bbbbbb;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 10px;
	padding-top: .1ex;
	padding-right: 1ex;
	padding-bottom: .1ex;
	padding-left: 1ex;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/* -------------------------------------------- /
   スクロールバー・フィード
/ -------------------------------------------- */
.scrollfeed {
	max-width: 800px;
	height: 16.5em;
	background-color: #eee;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.feed-list {
	list-style-type: none;
	text-align: left;
	height: 100%;
	width: 100%;
}
.feed-item {
	display: block;
}
.feed-item a:link,
.feed-item a:visited {
	color: #000;
	text-decoration: none;
}
.feed-item a:hover,
.feed-item a:active {
	color: #999;
	text-decoration: underline;
}
.feed-item dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.feed-item .f_date {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	font-weight: normal;
	font-size: 120%;
	line-height: 140%;
	color: #666;
}
.feed-item .f_ttl {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	font-weight: normal;
	font-size: 120%;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-right: 1em;
}

/* 文字色 */
.t_red {
	color: #F00;
}
/* センター揃え */
.t_center {
	text-align: center;
}

/* -------------------------------------------- /
   以下必要に応じて使うCSS
/ -------------------------------------------- */

/* グーグルマップ設置 */
#map_canvas {
	position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}
#map_canvas iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* テーブル横スクロール */
.t_scroll {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 1em;
}
.t_scroll table {
	border-collapse: collapse;
}
.t_scroll th,
.t_scroll td {
	border: solid 1px #ccc;
	white-space: nowrap;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-size: 140%;
	line-height: 100%;
	background-color: #FFF;
}
.t_scroll::-webkit-scrollbar {
	height: 8px; /* スクロールバーの高さ */
}
.t_scroll::-webkit-scrollbar-thumb {
	background: #aaa; /* スクロールバーの色 */
}
.t_scroll::-webkit-scrollbar-track {
	background: #ccc; /* スクロールバーの背景色 */
}

/* -------------------------------------------- /
   共通カスタムCSS
/ -------------------------------------------- */


/* -------------------------------------------- /
   各下層CSS
/ -------------------------------------------- */


/* -------------------------------------------- /
   以下メディアクエリ(モバイルファースト)
/ -------------------------------------------- */

@media screen and (min-width:568px) {

    .section-heading {
      padding: .5em 2em;
    }

    dl.row-style dt,
    dl.row-style dd {
        width: 50%;
    }

    dl.row-style dd {
      border-top: 1px solid #999;
    }


    dl.row-style.one-to-four dt {
        width: 20%;
    }

    dl.row-style.one-to-four dd {
        width: 80%;
    }

    dl.row-style.three-to-seven dt {
        width: 30%;
    }

    dl.row-style.three-to-seven dd {
        width: 70%;
    }
    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 100px;
        height: 100px;
        margin: -55px;
        font-size: 100px;
    }
    .sns-buttons li {
        margin-top: 0;
    }
	/* ナビゲーション部、背景下部のボーダーの色 */
	.nav>li:not(:last-child) {
		/*border-bottom: 1px solid #000;*/
	}
	/* PC・タブレット用のfeedのレイアウト */
	.feed-item .f_date {
		padding-left: 1em;
		float: left;
		width: 6em;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-right: 0em;
	}
	.feed-item .f_ttl {
		padding-left: 8em;
		padding-right: 1em;
		padding-top: 1em;
		padding-bottom: 1em;
	}
}


@media screen and (min-width:768px) {

    body {
      /* 768px以上の場合の背景を指定 */
      /*background: url('../img/background.jpg') no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;*/
    }


    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 20px;
        text-align: center;
        font-size: 2.5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }
	.brand a:hover,
	.brand a:active {
		color: #999;
		text-decoration: none;
	}

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .img-right {
        float: right;
        margin-left: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        /*text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;*/
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #B9C495;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }
	
	/* PC用のナビゲーション部背景色 */
    .navbar-default {
        border: none;
        background: #ebebeb;
        background: rgba(235,235,235,1);
    }

    .nav>li>a {
        padding: 35px;
    }

    .nav.lots-of>li>a {
        padding: 35px 10px;
        font-size: 10px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }

    .ticker {
        height: 7em !important;
    }
	.img-half {
     	max-width: 50%;
	}
	.img-quarter {
		max-width: 50%;
	}
}


@media screen and (min-width:1000px) {
    .brand {
        font-size: 3em;
    }

    .nav.navbar-nav.lots-of li a {
      padding: 35px 20px;
    }
	.img-quarter {
		max-width: 25%;
	}

}


@media screen and (min-width:1200px) {
    .nav.navbar-nav li a {
        font-size: 16px;
    }
    .nav.navbar-nav.lots-of li a {
      padding: 35px 20px;
    }

    .nav.navbar-nav li a span.under-line {
      width: 100%;
      height: 2px;
      display: block;
      background-color: #999;
      margin-top: 6px;
      text-indent: -5000px;
      /* easeOutCirc */
      -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
      -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .nav.navbar-nav li:hover span.under-line {
   	  background-color: #999;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -o-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
    }
    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 100px;
        height: 100px;
        margin: -45px;
        font-size: 100px;
    }
}


/* -------------------------------------------- /
   以下 便利なCSS
/ -------------------------------------------- */
.sample1 > p {
	color: #F00;
}
.sample2 + p {
	color: #F00;
}
.sample3 ~ p {
	color: #F00;
}
.sample4 {
	list-style-type: none;
}
.sample4 li:first-child {
	color: #F00;
}
.sample5 {
	list-style-type: none;
}
.sample5 li:nth-of-type(2) {
	color: #F00;
}
.sample6 {
	list-style-type: none;
}
.sample6 li:nth-of-type(odd) {
	color: #F00;
}
.cont100 {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.row-bg1 {
	width: 100%;
	background: rgba(255,247,188,0.9);
}
.row-bg2 {
	width: 100%;
	background: rgba(255,255,255,0.9);
}
.row-wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.b_custom {
	background-color: transparent;
}
@media (min-width:768px){
	.row-wrapper {
		width:750px;
	}
}
@media (min-width:992px){
	.row-wrapper {
		width:970px;
	}
}
@media (min-width:1200px){
	.row-wrapper {
		width:1170px;
	}
}

/* -------------------------------------------- /
   共通カスタムCSS
/ -------------------------------------------- */

/* -------------------------------------------- /
   HOME CSS
/ -------------------------------------------- */
.recommend a {
	transition: 0.3s ;
}
.recommend a:hover {
	opacity: 0.5 ;
}

/* -------------------------------------------- /
   PRODUCTS CSS
/ -------------------------------------------- */
.item_ttl {
	background-color: #000;
	color: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.item_ttl .en_ttl {
	display: block;
}
.item_ttl .jp_ttl {
	display: block;
	font-size: 80%;
	line-height: 140%;
	font-weight: normal;
}
.h_dsg07 {
	border-bottom: solid 3px #999;
	position: relative;
	font-size: 120%;
	color: #000;
}
.h_dsg07:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #000;
	bottom: -3px;
	width: 30%;
}
.des {
	font-size: 105%;
	line-height: 140%;
}
.b_pb1e {
	padding-bottom: 1.5em;
}


/* -------------------------------------------- /
   COMPANY CSS
/ -------------------------------------------- */
.outline {
	font-size: 120%;
	line-height: 140%;
	color: #000;
}
.outline dt {
	padding-top: 1ex;
	padding-right: 1ex;
	padding-left: 1ex;
}
.outline dd {
	padding-bottom: 1ex;
	padding-right: 1ex;
	padding-left: 1ex;
	font-weight: normal;
}
.outline .ol_bg {
	background-color: #f5f1f1;
}
#map_canvas {
	position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}
#map_canvas iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* -------------------------------------------- /
   ORDER CSS
/ -------------------------------------------- */
.postage {
	font-size: 120%;
	line-height: 140%;
	padding-bottom: 1ex;
}
.h_dsg06 {
	font-size: 120%;
	color: #000;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
.order_btn {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.btn_dsg04 {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #00BCD4;
	background: #ECECEC;

    transition: .4s;
	font-size: 150%;
	line-height: 140%;
}
.btn_dsg04:link,
.btn_dsg04:visited {
	color: #00BCD4;
	text-decoration: none;
}
.btn_dsg04:hover,
.btn_dsg04:active {
	color: white;
	text-decoration: none;
}
.btn_dsg04:hover {
    background: #00bcd4;
    color: white;
}


@media screen and (min-width:568px) {
	.outline {
		font-size: 130%;
		line-height: 140%;
	}
	.outline dt {
		float: left;
		text-align: right;
		width: 30%;
		padding-top: 1em;
		padding-right: 2%;
		padding-bottom: 1em;
		padding-left: 2%;
	}
	.outline dd {
		padding-top: 1em;
		padding-right: 2%;
		padding-bottom: 1em;
		padding-left: 34%;
	}
	..postage {
		font-size: 130%;
		line-height: 140%;
	}
	.postage dt {
		float: left;
		width: 15%;
	}
	.postage dd {
		padding-left: 15%;
	}
}
.fs90 {
	font-size: 90%;
}

figure:first-child {
  margin-left: 0;
}
figure img {
  vertical-align: bottom;
}

.transform01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
figure:hover .transform01 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
figure h4 {
  padding: 35px 0 5px;
  color: #fff;
  font-size: 140%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.reco-pro {
 	display: flex;
    justify-content: center;
    align-items: center;
}
.reco-pro h4 {
	padding: 0;
}

figure p {
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

figure {
  position: relative;
  overflow: hidden;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
figure:hover figcaption {
  opacity: 1;
}
