@charset "utf-8";

/* -------------------------------------------- /
   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;
}

.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 {
	background: url('../img/background3.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

h4 {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1ex;
	margin-left: 0;
	color: #e984a7;
	font-size: 140%;
}
h5 {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1ex;
	margin-left: 0;
	font-size: 120%;
}

h2 small {
	color: #fff;
}

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

hr {
	max-width: 400px;
	border-color: #999999;
}
.sepa_none {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
hr.sepa_img {
	visibility: hidden;
	margin-top: 0px;
	margin-bottom: 1em;
}

hr.sepa_point {
	visibility: hidden;
}

.link_btn a:link,
.link_btn a:visited {
	color: #4a80c2;
	text-decoration: none;
	background-color: #FFF;
	border: 3px solid #4a80c2;
	padding: 8px;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 115%;
	font-weight: bold;
	line-height: 100%;
}
.link_btn a:hover,
.link_btn a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #4a80c2;
	padding: 8px;
}

footer {
	
}

footer p {
	margin: 0;
	padding: 50px 0;
}

.page-title {
	text-align: center;
	color: #FFF;
	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-name {
	margin: 0.7em 0;
	font-size: 2em;
}

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

.box {
	margin-bottom: 20px;
	padding: 30px 15px;
	background: #fff;
	background: rgba(255,255,255,0.9);
}

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

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

.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 #999;
  border-bottom: 1px solid #999;
  text-align: center;
  font-weight: normal;
  font-size: 1.5em;
}

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

hr.visible-xs {
	visibility: hidden;
}


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

.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;
}

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

.navbar-nav {
	font-weight: 400;
}

.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: 16px;
}

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

.navbar-default .navbar-nav li a {
	color:#e984a7
}
	

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

.ticker {
	margin: 0 auto;
	padding: 1em;
	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;
}


/* -------------------------------------------- /
   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;
	font-size: 120%;
}

.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;
}
.tel_fax {
	display: block;
}
#top_news {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-bottom: 5px;
}

.news {
	height: 200px;
	overflow-y: scroll;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
.news dt {
	font-weight: bold;
	color: #396;
	padding-top: 15px;
}
.news dd {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#blog ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	list-style-type: none;
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}
#blog ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #e984a7;
}
#blog ul li span {
	padding-left: 0em;
	display: block;
}
#blog ul li a:link,
#blog ul li a:visited {
	text-decoration: none;
	color: #333;
}
#blog ul li a:hover,
#blog ul li a:active {
	color: #666;
	text-decoration: underline;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

table{
	width:100%;
	background-color: #FFF;
}
table tr th {
	border: 1px solid #000;
	padding: 8px;
	background-color: #F0F0F0;
	text-align: center;
	white-space: nowrap;
}
table tr td {
	border: 1px solid #000;
	padding: 8px;
	width: 25%;
}
table tr .head {
	color: #FFF;
	background-color: #396;
}


.scroll{
	overflow: auto;　　　　/*tableをスクロールさせる*/
	white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
	height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
	background: #BCBCBC;
}
.office_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.office_list li {
	display: inline-block;
	margin-bottom: 0.4em;
}
.service_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 140%;
}
.service_list li {
	display: inline-block;
	margin-bottom: 0.4em;
}
.feed-list {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin: 0px;
	padding: 0px;
}
.feed-list .feed-item {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0px;
	padding: 0px;
}
.feed-item__date {
	color: #F90;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.feed-item__title {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.price {
	font-size: 200%;
	font-weight: bold;
	color: #C00;
	text-align: right;
}
.center {
	text-align: center;
	font-weight: bold;
}
.free {
	font-size: 120%;
	background-color: #FFF;
	text-align: center;
	border: 6px solid #E984A7;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.free h4 {
	font-size: 180%;
	line-height: 100%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.price_s {
	font-weight: bold;
	color: #C00;
	text-align: right;
}
.price span {
	font-weight: normal;
	color: #333;
	font-size: 60%;
}


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

@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%;
	}

	dl.row-style.seven-to-three dt {
		width: 70%;
	}
	dl.row-style.seven-to-three dd {
		width: 30%;
	}
	.carousel-control .icon-prev, .carousel-control .icon-next {
		width: 100px;
		height: 100px;
		margin: -55px;
		font-size: 100px;
	}
	.sns-buttons li {
		margin-top: 0;
	}
	.nav.navbar-nav li a {
		font-size: 13px;
	}
	.tel_fax {
		display: inline;
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
}


@media screen and (min-width:768px) {
	
	body {
	  /* 768px以上の場合の背景を指定 */
	  background: url('../img/background3.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 10px;
		text-align: center;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
		font-size: 2.5em;
		font-weight: 700;
		line-height: normal;
		color: #fff;
	}

	.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.5em;
		font-weight: bold;
		color: #fff;
	}

	.navbar {
		border-radius: 0;
	}

	.navbar-header {
		display: none;
	}

	.navbar {
		min-height: 0;
	}

	.navbar-default {
		border: none;
		background: #fff;
		background: rgba(255,255,255,0.9);
	}

	.nav>li>a {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.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_w60 {
		width: 60%;
	}
	
	.img_w50 {
		width: 50%;
	}
	
	.img_w40 {
		width: 40%;
	}
	
	.img_w30 {
		width: 30%;
	}
	.nav.navbar-nav li a {
		font-size: 14px;
	}
	.navbar-default .navbar-nav li a {
		color:#555
	}
	#blog ul li span {
		padding-left: 1em;
		display: inline;
	}
}


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

	.navbar-default .navbar-nav li a:hover,
	.navbar-default .navbar-nav li a:active {
		color:#e984a7
	}
	.nav.navbar-nav.lots-of li a {
	  padding: 35px 20px;
	}

}


@media screen and (min-width:1200px) {
	.nav.navbar-nav li a {
		font-size: 16px;
	}
	.nav.navbar-nav.lots-of li a {
	  padding: 35px 20px;
	}
	.navbar-default .navbar-nav li a:hover,
	.navbar-default .navbar-nav li a:active {
		color:#e984a7
	}
	.nav.navbar-nav li a span.under-line {
	  width: 100%;
	  height: 2px;
	  display: block;
	  background-color: #e984a7;
	  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: #e984a7;
	  -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;
	}
}


@media screen and (max-width:568px) {
	.service_list {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	.service_list li {
		display: block;
		margin-bottom: 0.4em;
	}
	.link_btn a:link,
	.link_btn a:visited {
		color: #4a80c2;
		text-decoration: none;
		background-color: #FFF;
		border: 3px solid #4a80c2;
		padding: 8px;
		display: inline-block;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		font-size: 115%;
		font-weight: bold;
		line-height: 100%;
		display: block;
	}
}
