@charset "utf-8";

html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'メイリオ',meiryo,sans-serif;
	letter-spacing: .05em;
	line-height: 1.7;
	color: #333333;
	-webkit-text-size-adjust:100%;
}

p,
li,
dt,
dd,
th,
td,
pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}

img {
	max-width: 100%;
	vertical-align: top;
	border: 0;
}

ul,
ol {
	padding: 0 0 0 2em;
}

dd {
	margin: 0;
}

object,
embed {  
  vertical-align: top;  
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a:focus {
	outline: none;
}

p {
	display: block;
	margin: 0 0 1em;
}

.layout {
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.m0 {
	margin: 0;
	line-height: 0;
}

.bold {
	font-weight: bold;
}

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}


/* ----------------------------------------
	Header
---------------------------------------- */

.header__top {
  width: 1001px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.header__logo {
  margin: 0;
}

.header__right {
  width: 531px;
  display: flex;
}

.header__tel,
.header__mail {
  margin: 0;
}

.header__mail {
  position: relative;
}

.header__mail a {
  display: block;
  width: 150px;
  height: 60px;
  position: absolute;
  top: 7px;
  left: 0;
}

.header__mail a:hover {
  opacity: .6;
}

.gn {
  background: #289A9C;
}

.gn__list {
  margin: auto;
  padding: 0;
  list-style: none;
  width: 1000px;
  display: flex;
  border-left: 1px solid #fff;
}

.gn__list__item {
  width: 12.5%;
  height: 27.2px;
  line-height: 1;
  display: table;
  border-right: 1px solid #fff;
  background: #fff;
  box-sizing: border-box;
}

.gn__list__item a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #289A9C;
}

.gn__list__item a:hover {
  opacity: .6;
}

/* ----------------------------------------
	Contents
---------------------------------------- */

.w_1000 {
  width: 1000px;
  margin: auto;
}

.content__title {
  margin: 0 0 50px;
}

.jisseki {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.jisseki__item {
  width: 350px;
  margin: 0 0 50px;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  background-image: url(../img/line_jisseki.png);
  background-repeat: repeat-y;
  background-position: right top;
}

.jisseki__item:nth-child(3n) {
  width: 300px;
  padding: 0;
  background: none;
}

.jisseki__item__title {
  color: #fff;
  font-size: 27px;
  text-align: center;
  background : -moz-linear-gradient(50% 0% -90deg,rgba(101, 169, 179, 1) 45%,rgba(40, 154, 156, 1) 55%);
  background : -webkit-linear-gradient(-90deg, rgba(101, 169, 179, 1) 45%, rgba(40, 154, 156, 1) 55%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0.45,rgba(101, 169, 179, 1) ),color-stop(0.55,rgba(40, 154, 156, 1) ));
  background : -o-linear-gradient(-90deg, rgba(101, 169, 179, 1) 45%, rgba(40, 154, 156, 1) 55%);
  background : -ms-linear-gradient(-90deg, rgba(101, 169, 179, 1) 45%, rgba(40, 154, 156, 1) 55%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#65A9B3', endColorstr='#289A9C' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(101, 169, 179, 1) 45%, rgba(40, 154, 156, 1) 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65A9B3',endColorstr='#289A9C' , GradientType=0);
  border-radius: 10px;
  margin: 0 0 30px;
  padding: 5px 0 2px;
}

.jisseki__item__data_list__title {
  font-size: 20px;
  color: #289a9c;
}

.jisseki__item__data_list__data {
  margin: 0 0 10px;
}


/* ----------------------------------------
	Sidebar
---------------------------------------- */

/* ----------------------------------------
	Footer
---------------------------------------- */

.footer {
  border-top: 1px solid #289A9C;
}

.footer__nav {
  width: 1001px;
  margin: auto;
}

.footer__nav__list {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 30px 0;
  list-style: none;
  width: 720px;
  display: flex;
  flex-wrap: wrap;
}

.footer__nav__list__item {
  width: 180px;
  margin: 0 0 5px;
}

.footer__nav__list__item a {
  color: #289A9C;
  text-decoration: none;
}

.footer__nav__list__item a:hover {
  text-decoration: underline;
}

.footer__nav__list__item a:before {
  content: "▶";
}

.footer__bottom {
  background: #289A9C;
}

.footer__copyright {
  color: #fff;
  font-size: 10px;
  line-height: 34px;
  text-align: center;
  width: 1001px;
  margin: auto;
}

.pagetop {
	position: fixed;
	right: 40px;
	bottom: 65px;
	height: 0;
	opacity: 0;
	animation-duration: 0.3s;
	overflow: hidden;
}

.pagetop.on {
	height: 63px;
	opacity: 1;
	animation-name: fade-in;
}

.pagetop.off {
	height: 0;
	opacity: 0;
	animation-name: fade-out;
}
@keyframes fade-in {
	0% {
		height: 0;
		opacity: 0;
	}
	1% {
		height: 63px;
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-out {
	0% {
		height: 63px;
		opacity: 1;
	}
	99% {
		height: 63px;
		opacity: 0;
	}
	100% {
		height: 0;
		opacity: 0;
	}
}


/*--------------------------
	フォーム
--------------------------*/

.contact_table {
  width: 100%;
  margin: 40px 0 60px;
}

.contact_table th,
.contact_table td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}

.contact_table input[type="text"],
.contact_table input[type="email"],
.contact_table input[type="tel"],
.contact_table textarea {
  font-size: 16px;
  border: 1px solid #aaa;
  background: #fff;
  margin: 0;
  padding: 5px;
}

.contact_table .row {
  margin: 0 0 10px;
}

.contact_table .row:last-child {
  margin: 0;
}

.contact_table .require:after {
  content: "＊";
  color: #ff6464;
}

.form_btns {
  text-align: center;
  margin: 0 0 60px;
}

.form_btns input {
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 20px;
  border: 3px solid #fff;
  border-radius: 3px;
  background: #7ec2c4;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .3);
  margin: 10px;
  padding: 3px 45px 3px 35px;
  cursor: pointer;
}

.form_btns .btn,
.form_btns .btn_back{
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.form_btns .btn:after {
  content: "＞";
  color: #ffff66;
  font-size: 16px;
  position: absolute;
  top: 24px;
  right: 35px;
  line-height: 16px;
}

.form_btns .btn_back:before {
  content: "＜";
  color: #ffff66;
  font-size: 16px;
  position: absolute;
  top: 24px;
  left: 35px;
  line-height: 16px;
}

.form_btns .btn_back input {
  padding: 3px 35px 3px 45px;
}

/*--------------------------
	bxslider カスタム
--------------------------*/

#slider li {
  display: none;
}
#slider .bx-viewport li {
  display: block;
}

#slider .bx-viewport {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: inherit;
	background: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.bx-wrapper img {
	width: 100% !important;
}

.bxslider {
	margin: 0;
}





/*--------------------------
	投稿用
--------------------------*/

.content {
	overflow: hidden;
}

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

.alignleft {
	float: left;
	margin:0px 10px 10px 0;
	font-size: 0.9em;
}
.alignright {
	float: right;
	margin:0px 0 10px 10px;
	font-size: 0.9em;
}

.aligncenter {
	display: block;
	margin: 0 auto 10px;
	font-size: 0.9em;
}

.page-link {
  margin: 45px 0 30px;
  padding: 0;
  list-style: none;
}

.page-link li {
  display: inline-block;
  line-height: 1.3;
  margin: 0 60px 0 0;
}

.page-link li a {
  color: #000;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #72d0c7;
}

.page-link li a:before {
  content: "▼";
  margin: 0 5px 0 0;
}

.page-link li a:hover {
  border-bottom-style: none;
}
.page .entry-title{
	display: none;
}