@charset "utf-8";
/*
Theme Name: 068
Theme URI: http://wordpress.org/
Description: ペット
Author: ペット
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: Dentist
*/
/*
【グラテーション変更】
スタート色：#0e7192
エンド色：#00bfff

【テキスト背景色】：#c9e9ff / rgb(201, 233, 255)
【タイトルテキスト色】：#98fb98 / rgb(152, 251, 152)
【画像陰影背景色】：152, 251, 152, 0.9
*/
@import url("css/sanitize.css");
@import url("css/hamburgers.css");
@import url("css/slick.css");
@import url("css/default.css");
@import url("css/reset.css");
@import url("css/icon.css");
:root {
	color:#6c6c6c;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
	color: #aaa;
}
input:-ms-input-placeholder {
	color: #aaa;
}
* {
	margin:0;
	padding: 0;
	outline:none;
	-webkit-tap-highlight-color: rgba(255,255,255,0.5);
}
html,body{
    width: 100%;
    overflow-x:hidden;
}
body {
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 160%;
}
.min {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.got {
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.gf {
	font-family: 'Josefin Sans', 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:0em;
}
.gfkv{
	font-family: 'Great Vibes', cursive, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gftel{
	font-family: 'Oswald', 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.jpt{
	letter-spacing:0em;
}
::selection {
  background-color: #0e7192;
  color: #fff;
}
::-moz-selection {
  background-color: #0e7192;
  color: #fff;
}
@media screen and (min-width:769px) {
	.hover_o:hover {
		opacity: 0.7;
	}
}
.background{
	background: rgba(201, 233, 255, .5);
}
/*****************************************************************************
icon
*****************************************************************************/
.social {
	padding:0;
	width:120px;
	margin:0;
}
.social li a {
	color:#989898;
	width: 35px;
	height: 25px;
	font-size: 25px;
	line-height: 1;
}
@media screen and (min-width:769px) {
	.social li a:hover{
		color: #0e7192;
	}
}

.social li img {
	width:35px;
}

/*****************************************************************************
common
*****************************************************************************/
a {
	text-decoration: none;
	color:inherit;
	cursor:pointer;
}
li {
	list-style: none;
}
h1,h2,h3{
	position:relative;
	text-align:center;
	font-weight:normal;
	line-height:150%;
	margin:0;
	letter-spacing:0.1em;
}
hr {
	border:none;
	border-top:1px solid #dedede;
}
address {
	font-size:12px;
	font-size:1.2rem;
	font-style:normal;
	line-height:160%;
	padding:1em 0;
}
address div {
	margin-top:1em;
	color:#383838;
	line-height:100%;
}
.stress {
	color:#cfa972;
}
.shadow{
	box-shadow:0px 1px 1px 1px rgba(30,30,30,0.2);
}
.white {
	color:#ffffff;
}
.bg_gray{
	background-color: #ececec;
}
.grd {
}
.col {
	width:100%;
	height:auto;
}
.bold {
	font-weight: bold;
}
.tc {
	text-align:center;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.ib {
	display:inline-block;
}
.block{
	display: block;
}
.f_cc {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.none {
	display:none;
}
.d-border {
	border-bottom:3px double #c9c9c9;
}
.lh100 {
	line-height:100%;
}
.mr1 {
	margin-right:1em;
}
.mr2 {
	margin-right:2em;
}
.mb1 {
	margin-bottom:1em;
}
.mb2 {
	margin-bottom:2em;
}
.mt1 {
	margin-top:1em;
}
.ma {
	margin-left:auto;
	margin-right:auto;
}
span.tri {
	display:block;
	-webkit-transform:scale(0.6) rotate(90deg);
			transform:scale(0.6) rotate(90deg);
}
/*****************************************************************************
button gimic
*****************************************************************************/
.btn {
	background: transparent;
	border: 1px solid #000;
	border-radius: 0px;
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 10px 28px 10px 50px;
  position: relative;
  text-align: center;
  color: #000;
	display: inline-block;
	text-decoration: none;
	position: relative;
	-webkit-transform: translateX(0px);
  			  transform: translateX(0px);
}
@media screen and (min-width:769px) {
	.btn:hover{
		font-weight: bold;
	}
}
.btn span img{
	width: 22px;
	height: auto;
	margin: 0 0 2px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media screen and (min-width:769px) {
	.btn:hover span img{
		-webkit-transform: translateX(5px);
						transform: translateX(5px);
	}
	.btn:hover:before{
		-webkit-transform: translateX(5px);
						transform: translateX(5px);
	}
}
.btn.type2{
	border: none;
}
.btn.type3{
	width: 210px;
	height: 37px;
	text-align: center;
	padding: 8px 0;
	background: #cbc04c;
	color: #fff;
	border: none;
}
.btn.type3:after{
	content: '';
}
.btn.type4{
	width: 220px;
	position: relative;
}
.btn.type4 span{
	position: absolute;
	right: 30px;
	top: 15px;
}
.btn.type4.arrow-left span{
	position: absolute;
	left: 30px;
	right: auto;
	top: 15px;
	-webkit-transform: scale(-1, 1);
					transform: scale(-1, 1);
}
.btn.blog{
	margin-top: 0px;
  width: 200px;
  height: 44px
}
.btn_cta {
  background-color: #fff !important;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  height: auto;
  line-height: 100%;
  margin-bottom: 0em;
  padding: 15px 30px 15px 60px;
  position: relative;
  text-align: center;
  width: auto;
  border-radius: 0px;
  margin-top: 10px;
}
@media screen and (min-width:769px) {
	.btn_cta:hover{
		opacity: 0.7;
	}
}

.btn.contact {
	font-weight:bold;
	height:40px;
	background:#ffffff;
	color:#62523e;
	border-radius:2em;
	text-align:center;
	margin-bottom:1em;
}
.btn.contact.tel {
	font-size:20px;
	font-size:2.0rem;
}
.toTop {
	position:fixed;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0e7192;
	z-index:99;
	color:#ffffff;
	text-align:center;
	right: 20px;
	bottom: 20px;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 12px;
	z-index: 99999999999999;
	display: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.toTop span {
	display: block;
}

@media screen and (min-width:769px) {
	.toTop:hover{
		background: #000;
	}
}

@media screen and (max-width:768px) {
	.toTop:active{
		background: #000;
	}
}

.toTop.active{
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	right: 20px;
	bottom: 20px;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 12px;
	z-index: 99999999999999;
}
.btn-border-o:before, .btn-border-o:after, .btn-border:before, .btn-border:after, .btn-border-rev-o:before, .btn-border-rev-o:after, .btn-border-rev:before, .btn-border-rev:after, .btn-fill-vert-o:before, .btn-fill-vert-o:after, .btn-fill-vert:before, .btn-fill-vert:after, .btn-fill-horz-o:before, .btn-fill-horz-o:after, .btn-fill-horz:before, .btn-fill-horz:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btncms {
  display: inline-block;
  line-height: 1;
  margin: 0px;
  padding: 0;
  font-size: 15px;
  position: relative;
  opacity: .999;
  border-radius: 0;
}
.btn-border-o {
  background-color: transparent;
}
.btn-border-o:before, .btn-border-o:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: -1;
  border-radius: 0px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.btn-border-o:before {
  width: 0;
  height: 100%;
  border-width: 3px 0 3px 0;
  top: -3px;
  left: -3px;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.btn-border-o:after {
  width: 100%;
  height: 0;
  border-width: 0 3px 0 3px;
  top: 0;
  left: -3px;
}
@media screen and (min-width:769px) {
	.btn-border-o:hover:before {
		width: calc(100% + 6px);
		left:-8px
	}
	.btn-border-o:hover:after {
		height: 100%;
	}
}

.btn-border-o.btn-green:before, .btn-border-o.btn-green:after {
  border-color: #2da430;
}
.btn-border-o.btn-green:hover {
  color: #2da430;
}
.btn-border-o.btn-blue:before, .btn-border-o.btn-blue:after {
  border-color: #2da430;
}
.btn-border-o.btn-blue:hover {
  color: #3498db;
}
.btn-border-o.btn-purple:before, .btn-border-o.btn-purple:after {
  border-color: #9b59b6;
}
.btn-border-o.btn-purple:hover {
  color: #9b59b6;
}
.btn-border-o.btn-navy:before, .btn-border-o.btn-navy:after {
  border-color: #34495e;
}
.btn-border-o.btn-navy:hover {
  color: #34495e;
}
.btn-border-o.btn-orange:before, .btn-border-o.btn-orange:after {
  border-color: #e67e22;
}
.btn-border-o.btn-orange:hover {
  color: #e67e22;
}
.btn-border-o.btn-red:before, .btn-border-o.btn-red:after {
  border-color: #e74c3c;
}
.btn-border-o.btn-red:hover {
  color: #e74c3c;
}
.btn-border {
  background-color: #e5e5e5;
  border: 2px solid #e5e5e5;
  color: #a6a6a6;
}
.btn-border:before, .btn-border:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.btn-border:before {
  width: 0;
  height: 100%;
  border-width: 2px 0 2px 0;
  top: -2px;
  left: 0;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.btn-border:after {
  width: 100%;
  height: 0;
  border-width: 0 2px 0 2px;
  top: 0;
  left: -2px;
}
@media screen and (min-width:769px) {
	.btn-border:hover {
		background-color: transparent;
	}
	.btn-border:hover:before {
		width: 100%;
	}
	.btn-border:hover:after {
		height: 100%;
	}
}

.btn-border.btn-green:before, .btn-border.btn-green:after {
  border-color: #2ecc71;
}
.btn-border.btn-green:hover {
  color: #2ecc71;
}
.btn-border.btn-blue:before, .btn-border.btn-blue:after {
  border-color: #3498db;
}
.btn-border.btn-blue:hover {
  color: #3498db;
}
.btn-border.btn-purple:before, .btn-border.btn-purple:after {
  border-color: #9b59b6;
}
.btn-border.btn-purple:hover {
  color: #9b59b6;
}
.btn-border.btn-navy:before, .btn-border.btn-navy:after {
  border-color: #34495e;
}
.btn-border.btn-navy:hover {
  color: #34495e;
}
.btn-border.btn-orange:before, .btn-border.btn-orange:after {
  border-color: #e67e22;
}
.btn-border.btn-orange:hover {
  color: #e67e22;
}
.btn-border.btn-red:before, .btn-border.btn-red:after {
  border-color: #e74c3c;
}
.btn-border.btn-red:hover {
  color: #e74c3c;
}
.btn-border-rev-o {
  background-color: transparent;
  border: 1px solid #d0d0d0;
  color: #B8B8B8;
}
.btn-border-rev-o:before, .btn-border-rev-o:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
/*   border-radius: 3px; */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.btn-border-rev-o:before {
  width: 0;
  height: 100%;
  border-width: 2px 0 2px 0;
  top: -2px;
  right: 0;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.btn-border-rev-o:after {
  width: 100%;
  height: 0;
  border-width: 0 2px 0 2px;
  bottom: 0;
  left: -2px;
}
@media screen and (min-width:769px) {
	.btn-border-rev-o:hover:before {
		width: 100%;
	}
	.btn-border-rev-o:hover:after {
		height: 100%;
	}
}

.btn-border-rev-o.btn-green:before, .btn-border-rev-o.btn-green:after {
  border-color: #2ecc71;
}
.btn-border-rev-o.btn-green:hover {
  color: #2ecc71;
}
.btn-border-rev-o.btn-blue:before, .btn-border-rev-o.btn-blue:after {
  border-color: #3498db;
}
.btn-border-rev-o.btn-blue:hover {
  color: #3498db;
}
.btn-border-rev-o.btn-purple:before, .btn-border-rev-o.btn-purple:after {
  border-color: #9b59b6;
}
.btn-border-rev-o.btn-purple:hover {
  color: #9b59b6;
}
.btn-border-rev-o.btn-navy:before, .btn-border-rev-o.btn-navy:after {
  border-color: #34495e;
}
.btn-border-rev-o.btn-navy:hover {
  color: #34495e;
}
.btn-border-rev-o.btn-orange:before, .btn-border-rev-o.btn-orange:after {
  border-color: #e67e22;
}
.btn-border-rev-o.btn-orange:hover {
  color: #e67e22;
}
.btn-border-rev-o.btn-red:before, .btn-border-rev-o.btn-red:after {
  border-color: #e74c3c;
}
.btn-border-rev-o.btn-red:hover {
  color: #e74c3c;
}

.btn-border-rev {
  background-color: #e5e5e5;
/*   border: 1px solid #e5e5e5; */
  color: #a6a6a6;
}
.btn-border-rev:before, .btn-border-rev:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.btn-border-rev:before {
  width: 0;
  height: 100%;
  border-width: 2px 0 1px 0;
  top: -2px;
  right: 0;
}
.btn-border-rev:after {
  width: 100%;
  height: 0;
  border-width: 0 2px 0 2px;
  bottom: 0;
  left: -2px;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
@media screen and (min-width:769px) {
	.btn-border-rev:hover {
		background-color: transparent;
	}
	.btn-border-rev:hover:before {
		width: 100%;
	}
	.btn-border-rev:hover:after {
		height: 100%;
	}
}

.btn-border-rev.btn-green:before, .btn-border-rev.btn-green:after {
  border-color: #2ecc71;
}
.btn-border-rev.btn-green:hover {
  color: #2ecc71;
}
.btn-border-rev.btn-blue:before, .btn-border-rev.btn-blue:after {
  border-color: #3498db;
}
.btn-border-rev.btn-blue:hover {
  color: #3498db;
}
.btn-border-rev.btn-purple:before, .btn-border-rev.btn-purple:after {
  border-color: #9b59b6;
}
.btn-border-rev.btn-purple:hover {
  color: #9b59b6;
}
.btn-border-rev.btn-navy:before, .btn-border-rev.btn-navy:after {
  border-color: #34495e;
}
.btn-border-rev.btn-navy:hover {
  color: #34495e;
}
.btn-border-rev.btn-orange:before, .btn-border-rev.btn-orange:after {
  border-color: #e67e22;
}
.btn-border-rev.btn-orange:hover {
  color: #e67e22;
}
.btn-border-rev.btn-red:before, .btn-border-rev.btn-red:after {
  border-color: #e74c3c;
}
.btn-border-rev.btn-red:hover {
  color: #e74c3c;
}
.btn-fill-vert-o {
  background-color: transparent;
  color: #B8B8B8;
  overflow: hidden;
}
.btn-fill-vert-o:before, .btn-fill-vert-o:after {
  content: '';
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: -1;
}
.btn-fill-vert-o:before {
  top: 50%;
}
.btn-fill-vert-o:after {
  bottom: 50%;
}
@media screen and (min-width:769px) {
	.btn-fill-vert-o:hover {
		color: #fff;
	}
	.btn-fill-vert-o:hover:before, .btn-fill-vert-o:hover:after {
		height: 50%;
		opacity: 1;
	}
}

.btn-fill-vert-o.btn-green:before, .btn-fill-vert-o.btn-green:after {
  background-color: #2ecc71;
}
.btn-fill-vert-o.btn-green:hover {
  border-color: #2ecc71;
}
.btn-fill-vert-o.btn-blue:before, .btn-fill-vert-o.btn-blue:after {
  background-color: #3498db;
}
.btn-fill-vert-o.btn-blue:hover {
  border-color: #3498db;
}
.btn-fill-vert-o.btn-purple:before, .btn-fill-vert-o.btn-purple:after {
  background-color: #9b59b6;
}
.btn-fill-vert-o.btn-purple:hover {
  border-color: #9b59b6;
}
.btn-fill-vert-o.btn-navy:before, .btn-fill-vert-o.btn-navy:after {
  background-color: #34495e;
}
.btn-fill-vert-o.btn-navy:hover {
  border-color: #34495e;
}
.btn-fill-vert-o.btn-orange:before, .btn-fill-vert-o.btn-orange:after {
  background-color: #e67e22;
}
.btn-fill-vert-o.btn-orange:hover {
  border-color: #e67e22;
}
.btn-fill-vert-o.btn-red:before, .btn-fill-vert-o.btn-red:after {
  background-color: #e74c3c;
}
.btn-fill-vert-o.btn-red:hover {
  border-color: #e74c3c;
}
.btn-fill-vert {
  background-color: #e5e5e5;
  color: #a6a6a6;
  overflow: hidden;
}
.btn-fill-vert:before, .btn-fill-vert:after {
  content: '';
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: -1;
}
.btn-fill-vert:before {
  top: 50%;
}
.btn-fill-vert:after {
  bottom: 50%;
}
@media screen and (min-width:769px) {
	.btn-fill-vert:hover {
		color: #fff;
	}
	.btn-fill-vert:hover:before, .btn-fill-vert:hover:after {
		height: 50%;
		opacity: 1;
	}
}
.btn-fill-vert.btn-green:before, .btn-fill-vert.btn-green:after {
  background-color: #2ecc71;
}
.btn-fill-vert.btn-green:hover {
  border-color: #2ecc71;
}
.btn-fill-vert.btn-blue:before, .btn-fill-vert.btn-blue:after {
  background-color: #3498db;
}
.btn-fill-vert.btn-blue:hover {
  border-color: #3498db;
}
.btn-fill-vert.btn-purple:before, .btn-fill-vert.btn-purple:after {
  background-color: #9b59b6;
}
.btn-fill-vert.btn-purple:hover {
  border-color: #9b59b6;
}
.btn-fill-vert.btn-navy:before, .btn-fill-vert.btn-navy:after {
  background-color: #34495e;
}
.btn-fill-vert.btn-navy:hover {
  border-color: #34495e;
}
.btn-fill-vert.btn-orange:before, .btn-fill-vert.btn-orange:after {
  background-color: #e67e22;
}
.btn-fill-vert.btn-orange:hover {
  border-color: #e67e22;
}
.btn-fill-vert.btn-red:before, .btn-fill-vert.btn-red:after {
  background-color: #e74c3c;
}
.btn-fill-vert.btn-red:hover {
  border-color: #e74c3c;
}
.btn-fill-horz-o {
  background-color: transparent;
  color: #B8B8B8;
  overflow: hidden;
}
.btn-fill-horz-o:before, .btn-fill-horz-o:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.btn-fill-horz-o:before {
  left: 50%;
}
.btn-fill-horz-o:after {
  right: 50%;
}
@media screen and (min-width:769px) {
	.btn-fill-horz-o:hover {
		color: #fff;
	}
	.btn-fill-horz-o:hover:before, .btn-fill-horz-o:hover:after {
		width: 50%;
		opacity: 1;
	}
}
.btn-fill-horz-o.btn-green:before, .btn-fill-horz-o.btn-green:after {
  background-color: #2ecc71;
}
.btn-fill-horz-o.btn-green:hover {
  border-color: #2ecc71;
}
.btn-fill-horz-o.btn-blue:before, .btn-fill-horz-o.btn-blue:after {
  background-color: #3498db;
}
.btn-fill-horz-o.btn-blue:hover {
  border-color: #3498db;
}
.btn-fill-horz-o.btn-purple:before, .btn-fill-horz-o.btn-purple:after {
  background-color: #9b59b6;
}
.btn-fill-horz-o.btn-purple:hover {
  border-color: #9b59b6;
}
.btn-fill-horz-o.btn-navy:before, .btn-fill-horz-o.btn-navy:after {
  background-color: #34495e;
}
.btn-fill-horz-o.btn-navy:hover {
  border-color: #34495e;
}
.btn-fill-horz-o.btn-orange:before, .btn-fill-horz-o.btn-orange:after {
  background-color: #e67e22;
}
.btn-fill-horz-o.btn-orange:hover {
  border-color: #e67e22;
}
.btn-fill-horz-o.btn-red:before, .btn-fill-horz-o.btn-red:after {
  background-color: #e74c3c;
}
.btn-fill-horz-o.btn-red:hover {
  border-color: #e74c3c;
}
.btn-fill-horz {
  background-color: #e5e5e5;
  color: #a6a6a6;
  overflow: hidden;
}
.btn-fill-horz:before, .btn-fill-horz:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.btn-fill-horz:before {
  left: 50%;
}
.btn-fill-horz:after {
  right: 50%;
}
@media screen and (min-width:769px) {
	.btn-fill-horz:hover {
		color: #fff;
	}
	.btn-fill-horz:hover:before, .btn-fill-horz:hover:after {
		width: 50%;
		opacity: 1;
	}
}
.btn-fill-horz.btn-green:before, .btn-fill-horz.btn-green:after {
  background-color: #2ecc71;
}
.btn-fill-horz.btn-green:hover {
  border-color: #2ecc71;
}
.btn-fill-horz.btn-blue:before, .btn-fill-horz.btn-blue:after {
  background-color: #3498db;
}
.btn-fill-horz.btn-blue:hover {
  border-color: #3498db;
}
.btn-fill-horz.btn-purple:before, .btn-fill-horz.btn-purple:after {
  background-color: #9b59b6;
}
.btn-fill-horz.btn-purple:hover {
  border-color: #9b59b6;
}
.btn-fill-horz.btn-navy:before, .btn-fill-horz.btn-navy:after {
  background-color: #34495e;
}
.btn-fill-horz.btn-navy:hover {
  border-color: #34495e;
}
.btn-fill-horz.btn-orange:before, .btn-fill-horz.btn-orange:after {
  background-color: #e67e22;
}
.btn-fill-horz.btn-orange:hover {
  border-color: #e67e22;
}
.btn-fill-horz.btn-red:before, .btn-fill-horz.btn-red:after {
  background-color: #e74c3c;
}
.btn-fill-horz.btn-red:hover {
  border-color: #e74c3c;
}
/*****************************************************************************
	logo
*****************************************************************************/
.logo img {
	max-width:300px;
	max-height: 65px;
}
#menu_bar .logo {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:block;
	line-height: 0;
	padding: 0;
	position: absolute;
	top: 13px;
	left: 20px;
}
#menu_bar .logo a{
	padding: 0;
	font-size: 20px;
	line-height: 1.2;
}
#menu_bar.active .logo {
	display:block;
}
@media screen and (max-width:767px) {
	.logo img {
		max-width:210px;
		max-height: 45px;
	}
	#menu_bar .logo {
		position: static;
	}
	.sp_ttl {
		margin: 0 0 0 20px;
	}
}
/*****************************************************************************
	Header
*****************************************************************************/
header {
	width:100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
/* 	z-index: 9999999; */
}
header.home{
	height: auto;
	min-height: auto;
	position: relative;
}
/*****************************************************************************
	Navigation
*****************************************************************************/
#menu_bar {
	font-size:24px;
	font-size:2.4rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:100%;
	background:#ffffff;
	z-index:100;
	height:86px;
	padding: 0px 0 0;
	line-height: 16px;
	border-top: 5px solid;
	border-image: linear-gradient(to right, #0e7192 0%, #00bfff 100%);
	border-image-slice: 1;
	position: relative;
}
#menu_bar:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #dddddd;
}
.menu_box{
	display: none !important;
}
#menu_bar .menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items:center;
	-ms-align-items:center;
}
#menu_footer_bar {
	font-size:24px;
	font-size:2.4rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:100%;
	background:#ffffff;
	z-index:100;
	height:85px;
	padding: 20px 0 0;
	line-height: 16px;
}
ul.dropmenu {
	width:100%;
	height:100%;
}
ul.dropmenu li {
	min-width:80px;
	height:100%;
	border-left: 1px solid #ddd;
}
ul.dropmenu li a.active span{
	color: #00bfff;
}
ul.dropmenu li a{
	font-size: 14px;
	padding: 20px;
}
@media screen and (min-width:769px) {
	ul.dropmenu li a:hover{
		background: #eee;
	}
}

.kv_txt ul li p.dur25{
	font-size: 12px;
}
@media screen and (max-width:900px){
	ul.dropmenu li a {
    font-size: 12px;
    padding: 20px 0px;
	}
}
#menu_bar{
	position: fixed;
	width: 100%;
	height:86px;
	padding: 0px 0;
	top:0;
	left:0;
	line-height: 16px;
	position:fixed;
}
#topmenu{
	width: 100%;
	height: 85px;
}
nav a span{
	color: #0e7192;
	display: block;
}

/*****************************************************************************
	Key Visual
*****************************************************************************/
#top_img{
	height: calc(100vh - 80px);
	max-height: 900px;
}
.index__slide {
	max-height: 740px;
	height: calc(100% - 160px);
	position: relative;
	width: 100%;
	z-index: 0;
	overflow: hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	opacity: 0;
}
.p-slide .slick-list,
.p-slide .slick-track {
	height: 100%;
	overflow: hidden;
}
.p-slide {
	width: 100%;
	height: 100%;
	display: none;
}
.p-slide.slick-initialized {
	display: block;
}

.p-slide__item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	transition: transform 4.5s linear 1s, opacity.8s cubic-bezier(.55, .055, .675, .19)!important;
}
.p-slide__item.slick-current {
	transform: scale(1.05) rotate(.1deg);
	transition: transform 10s linear 1.25s, opacity.8s cubic-bezier(.55, .055, .675, .19)!important;
}
.p-slide__item.slick-current--01 {
	transform: scale(1.1) rotate(.1deg);
}
.p-slide__item--01 {
	background-image: url("./img/top/mainvisual_01.jpg");
}
@media only screen and(-webkit-min-device-pixel-ratio: 2), only screen and(min--moz-device-pixel-ratio: 2), only screen and(min-device-pixel-ratio: 2), only screen and(min-resolution: 192dpi), only screen and(min-resolution: 2dppx) {
	.p-slide__item--01 {
		background-image: url("./img/top/mainvisual_01.jpg");
	}
}
.p-slide__item--02 {
	background-image: url("./img/top/mainvisual_02.jpg");
}
@media only screen and(-webkit-min-device-pixel-ratio: 2), only screen and(min--moz-device-pixel-ratio: 2), only screen and(min-device-pixel-ratio: 2), only screen and(min-resolution: 192dpi), only screen and(min-resolution: 2dppx) {
	.p-slide__item--02 {
		background-image: url("./img/top/mainvisual_02.jpg");
	}
}
@media screen and (max-width:769px){
	.p-slide__item--01 {
		background-image: url("./img/top/mainvisual_01_sp.jpg");
	}
	.p-slide__item--02 {
		background-image: url("./img/top/mainvisual_02_sp.jpg");
	}
}
/*
.p-slide__item--03 {
    background-image: url("./img/top/mainvisual_01.jpg");
}
@media only screen and(-webkit-min-device-pixel-ratio: 2), only screen and(min--moz-device-pixel-ratio: 2), only screen and(min-device-pixel-ratio: 2), only screen and(min-resolution: 192dpi), only screen and(min-resolution: 2dppx) {
	.p-slide__item--03 {
		background-image: url("./img/top/mainvisual_01.jpg");
	}
}
.p-slide__item--04 {
	background-image: url("./img/top/mainvisual_02.jpg");
}
@media only screen and(-webkit-min-device-pixel-ratio: 2), only screen and(min--moz-device-pixel-ratio: 2), only screen and(min-device-pixel-ratio: 2), only screen and(min-resolution: 192dpi), only screen and(min-resolution: 2dppx) {
	.p-slide__item--04 {
		background-image: url("./img/top/mainvisual_02.jpg");
	}
}
*/
@media screen and(min-width: 960px) {
	.p-slide__item {
		height: 900px;
	}
}

.subpkv{
	position:	absolute;
	top:10%;
	width:100%;
	height:80%;
}
.aboutkv{
	background:url(./img/about/about_mainvisual.jpg) center center / cover no-repeat;
}
.menukv{
	background:url(./img/service/service_mainvisual.jpg) center center / cover no-repeat;
}
.flowkv{
	background:url(./img/flow/flow_mainvisual.jpg) center center / cover no-repeat;
}
.schedulekv{
	background:url(./img/schedule/schedule_mainvisual.jpg) center center / cover no-repeat;
}
.blogkv{
	background:url(./img/blog/blog_mainvisual.jpg) center center / cover no-repeat;
}
.contactkv{
	background:url(./img/contact/contact_mainvisual.jpg) center center / cover no-repeat;
}
@media screen and (max-width:769px){
	.aboutkv{
		background:url(./img/about/about_mainvisual_sp.jpg) center center / cover no-repeat;
	}
	.menukv{
		background:url(./img/service/service_mainvisual_sp.jpg) center center / cover no-repeat;
	}
	.flowkv{
		background:url(./img/flow/flow_mainvisual_sp.jpg) center center / cover no-repeat;
	}
	.schedulekv{
		background:url(./img/schedule/schedule_mainvisual_sp.jpg) center center / cover no-repeat;
	}
	.blogkv{
		background:url(./img/blog/blog_mainvisual_sp.jpg) center center / cover no-repeat;
	}
	.contactkv{
		background:url(./img/contact/contact_mainvisual_sp.jpg) center center / cover no-repeat;
	}
}


.kv_txt{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: calc(100vh - 85px);
	max-height: 900px;
	padding-left: 70px;
}
.kv_txt ul{
	width: 100%;
}
.kv_txt ul li:first-child{
	font-size: 130px;
	height: auto;
	display: inline-block;
	margin-bottom: 20px;
	color: #333333;
	line-height: 1.2;
	letter-spacing: 0em;
	z-index: 5;
}
.kv_txt ul li:first-child p{
	padding-left: 20px;
}
.kv_txt ul li{
	font-size: 16px;
	padding: 23px 0;
	display: inline-block;
	margin-top: 0px;
	line-height: 1.6;
}
.kv_txt ul li h2{
	font-size: 20px;
	padding: 23px 0;
	color: #333333;
	line-height: 1.5;
	text-align: left;
}



#parallelogram {
	position: absolute;
	width: 800px;
	height: 100%;
	z-index: 1;
	left: -150px;
	top: 0;
}
.home #parallelogram{
	width: 1100px;
	left: -220px;
}



.parallelogram_con_left{
	position: relative;
	width: 100%;
	min-height: 400px;
	margin: 50px 0 300px;
	background-image: linear-gradient(to right bottom, #0e7192 0%, #00bfff 100%);
}
.parallelogram_con_left:before{
	position: absolute;
	content: "";
	top:0;
	left: 0;
	width: 400px;
	height: 100%;
	border-style: solid;
	border-width: 600px 400px 0 0;
	border-color: #fff transparent transparent 
}
.parallelogram_con_right{
	position: relative;
	width: 100%;
	min-height: 400px;
	margin: 50px 0;
	background-image: linear-gradient(to right bottom, #0e7192 0%, #00bfff 100%);
}
.parallelogram_con_right:before{
	position: absolute;
	content: "";
	top:0;
	right: 0;
	width: 400px;
	height: 100%;
	border-style: solid;
	border-width: 0 400px 500px 0;
	border-color: transparent #fff transparent 
}



#parallelogram #box{
	width: 50%;
	height: 100%;
	transform: skew(25deg);
	-moz-transform: skew(25deg);
	-webkit-transform: skew(25deg);
	-o-transform: skew(25deg);
	-ms-transform: skew(25deg);
	background-image: linear-gradient(to right bottom, #0e7192 0%, #00bfff 100%);
	background-image-slice: 1;
	top:0;
}


.about_txtbox > div h3{
	text-align: left;
	padding-bottom: 20px;
}
.about_txtbox > div p{
	font-size: 14px;
	padding-bottom: 20px;
	color: #666666;
}
.about_txtbox > div p:last-child{
	padding-bottom: 0;
}
/*****************************************************************************
	Map
*****************************************************************************/
.accessmap_box{
	width: 100%;
}
.map_box{
	max-width: 700px;
	width: 100%;
}
.gmap {
	position:relative;
	width: 100%;
	height: 280px;
	margin-bottom: 10px;
}
.gmap.index {
	border-radius:1em;
}
.gmap.access {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}
.gmap+a {
	position:absolute;
	display:block;
	width:152px;
	height:32px;
	right:2em;
	bottom:1em;
	text-align:right;
	z-index:10;
}
/*****************************************************************************
	table
*****************************************************************************/
.intro{
	z-index: 9;
}

/*****************************************************************************
	ul / dl
*****************************************************************************/
ul.blog li{
	margin-bottom: 40px;
}
/** ACCESS **/
#access ul li p:first-child{
	width: 100px;
	position: relative;
}
#access ul li p:first-child:before{
	content: '／';
	position: absolute;
	right: -20px;
	padding-right: 40px;
}
#access ul li p:last-child{
	max-width: 350px;
	position: relative;
}
/*****************************************************************************
	BEFORE & AFTER
*****************************************************************************/
.ba h2.title,
.ba h3.title,
.ba h4.title {
	height: 90px;
	margin: 0 auto 50px;
	text-align: center;
}
.ba h2.title span,
.ba h4.title span{
	display: block;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 40px auto 0;
	left: 0;
	right: 0;
}

.ba h3.title {
	display: block;
}

.ba h3.title span.main_ttl {
	display:inline-block;
	padding: 0;
}
.ba h3.title span.sub_ttl {
    display: block;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 40px auto 0;
    left: 0;
    right: 0;
}

.ba{
	width: auto;
	max-width: 845px;
	margin: 20px auto 150px;
	position: relative;
}
.ba .batxt{
	padding: 0 20px;
}
.ba .figure_img{
	margin-bottom: 50px;
}
.ba .figure_img:before{
	content: "";
	position: absolute;
	width: 410px;
	height: 262px;
	background-image: url('./img/common/babg.png');
	background-repeat: repeat;
	margin: 60px auto;
	text-align: center;
	transform: skew(-56.5deg,11deg) scale(1);
	left: 0;
	right: 0;
}


.ba .img_box:first-child,
.ba figure:first-child {
	position: relative;
	z-index: 1;
	padding-bottom: 18px;
	padding: 20px 0px 20px 20px;
}
.ba .img_box:last-child,
.ba figure:last-child {
	position: relative;
	z-index: 1;
	padding-bottom: 18px;
	padding: 20px 20px 20px 0px;
}
.ba .img_box:first-child p,
.ba figure:first-child p{
	background: #0e7192;
	display: inline-block;
	padding: 8px 10px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	z-index: 1000;
	color: #fff;
	left: 0px;
	width: 160px;
	font-size: 12px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

.ba .img_box:last-child,
.ba figure:last-child{
	padding-top: 100px;
}
.ba .img_box:last-child p,
.ba figure:last-child p {
	background: #0e7192;
	display: inline-block;
	padding: 8px 10px;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	z-index: 1000;
	color: #fff;
	right: 0px;
	width: 160px;
	font-size: 12px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
.batxt{
	width: 800px;
	margin: 20px auto;
	position: relative;
}
.batxt h3,
.batxt h4 {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 15px;
	color: #000;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.15em;
}

/*****************************************************************************
	GALLERY
*****************************************************************************/

.gallery {
	margin-bottom:0 !important;
}
.gallery h2.title,
.gallery h3.title,
.gallery h4.title {
	display: block;
}
.gallery h2.title span,
.gallery h3.title span,
.gallery h4.title span{
	width: 100%;
	/*text-align: right;*/
	/*top: -10px;*/
}
.gallery h2.title .main,
.gallery h3.title .main,
.gallery h4.title .main {
	padding-top: 10px;
}
.gallery .gallery_box li {
	margin: 0 3px;
}
.gallery .gallery_box li:nth-child(2n+1) {
	margin-top: 50px;
}
.gallery .gallery_box li .img_box,
.gallery .gallery_box li figure{
/*
	width: 300px;
	height: 300px;
	display: inline-block;
	overflow: hidden;
	position: relative;
*/
	position: relative;
  width: 300px;
  height: 300px;
  display: inline-block;
  overflow: hidden;
}

.gallery_box li .img_box img,
.gallery_box li figure img {
/*
    width: auto;
    height: 300px;
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
*/
    position: absolute;
    width: auto;
    height: auto;
	max-width: none;
	max-height: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
	.gallery_box li .img_Box img,
    .gallery_box li figure img {
	    position: static;
      height: 100%;
      width: 100%;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      top: 0;
      -ms-transform: none;
      -moz-transform: none;
      -webkit-transform: none;
      transform: none;    
/*
	    -o-object-fit: cover;
	    object-fit: cover;
*/
    }
}
/*****************************************************************************
	MENU
*****************************************************************************/

.menu .about_txtbox .img_box.first,
.menu .about_txtbox figure.first{
	width: 600px;
	max-width: 50%;
	position: absolute;
	top: -40px;
	left: 70px;
}
.menu .about_txtbox .about_box {
	color: #000;
	padding: 25px;
	background: #c9e9ff;
	width: 500px;
	position: absolute;
	top:220px;
	right: 70px;
}
.menu_list{
	text-align: left;
	padding-top: 60px;
	padding-bottom: 60px;
}

.menu_list h4.title {
	letter-spacing: normal;
	display: block;
	text-align: center;
	margin: auto;
}

.menu_list .img_box {
	max-width: 340px;
	min-width: 340px;
}
.menu_list ul li{
	background: #c9e9ff;
	margin: 10px 0 40px;
	position: relative;
}
.menu_list ul li .img_box {
	height: 100%;
	overflow: hidden;
	min-height: 260px;
	max-height: 260px;
	padding: 0;
}
.menu_list ul li .img_box img {
	width: auto;
	min-height: 260px;
	object-fit: cover;
}
.menu_list ul li p.label{
	position: absolute;
	left: 235px;
	top: -10px;
	background: #00bfff;
	padding: 5px 20px 0;
	z-index: 10;
}
.menu_list ul li p.label span:first-child{
	background: transparent;
	padding: 0;
	font-weight: normal;
}
.menu_list ul li p.label span:last-child{
	background: transparent;
	font-size: 30px;
	padding: 0 0 0 5px;
	font-weight: normal;
}
.menu_list ul li a figure {
	display: table;/*追加対応*/
}
.menu_list ul li a figcaption {
	padding: 40px 30px;
	width: 100%;
	display: table-cell;/*追加対応*/
	vertical-align: top;/*追加対応*/
}
.menu_list ul li a figure h5 {
	text-align: left;
	color: #000;
	font-size: 20px;
	border-left: 2px solid #0e7192;
	padding-left: 20px;
	margin-bottom: 20px;
}
.menu_list ul li a figure h5 span{
	display: block;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 10px;
}
@media screen and (min-width:769px) {
	.menu_list ul li a:hover,.gallery ul li a:hover{
		opacity: 0.7;
	}
}
.price_txt{
	width: 800px;
	margin: 0 auto;
	color: #000;
}
.price_title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 24px 0 20px;
	position: relative;
}
.price_title:before {
	content: "";
	position: absolute;
	background-image: linear-gradient(to left, #00bfff 0%, #0e7192 100%);
	background-image-slice: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
}
.price_txt table{
	font-size: 14px;
}
.price_txt table {
	width: 100%;
	text-align: center;
}
.price_txt table tr{
	border-bottom: 1px solid #c9e9ff;
}
.price_txt table tr:first-child{
	background: #c9e9ff;
	font-weight: bold;
}
.price_txt table tr td:first-child{
	text-align: left;
}
.price_txt table tr td{
	padding: 10px 20px;
}
.price_txt .service_note{
	font-size: 12px;
	padding: 20px;
	margin-bottom: 30px;
}
@media screen and (max-width: 770px) {
	.price_txt .service_note p img{
		max-width: 100%;
		height: auto;
	}
}
.price_txt .service_note img{

}
/*****************************************************************************
	BLOG
*****************************************************************************/
.blog h2.title .main,
.blog h3.title .main,
.blog h4.title .main {
	padding-top: 0;
	margin: 0;
}
.blog h2.title,
.blog h3.title,
.blog h4.title {
	position: absolute;
	margin: -20px auto 20px;
	display: block;
	text-align: center;
}
.blog.bg{
	background-color: rgba(201, 233, 255, 0.3);
}
.blog.bg > .article.blank{
	padding-top: 0;
	margin-top: 60px;
}
@media screen and (min-width:769px) {
	.blog a:hover{
		opacity: 0.7;
	}
}
.blog .label{
	background: #0e7192;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
}
time{
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}
time .datem, time .dated{
	position: relative;
	width: 30px;
	font-size: 20px;
	font-weight: bold;
}
time .datey{
	padding-top: 7px;
	font-size: 10px;
}
time .dated{
	padding-top: 30px;
}
time .datem:before{
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	width: 60px;
	height: 1px;
	background-color: #a5a5a5;
	transform: translate(0px,0px) rotate(-60deg) scale(1);
	-moz-transform: translate(0px,0px) rotate(-60deg) scale(1);
	-webkit-transform: translate(0px,0px) rotate(-60deg) scale(1);
	-o-transform: translate(0px,0px) rotate(-60deg) scale(1);
	-ms-transform: translate(0px,0px) rotate(-60deg) scale(1);
	z-index: 9999;
}
.blog a {
	display: block;
}
.blog .img_box {
	position: relative;
	padding: 36px 30px 0;
}
.blog article {
	    max-width: inherit;
	        margin: 0;
	        position: static;
	        min-width: inherit;
	            width: inherit;
}

/*
.blog figure {
	overflow: hidden;
}
*/
.blog .img_box:before{
	z-index: -1;
	content: "";
	position: absolute;
	left: 70px;
	top: 70px;
	width: 78%;
	height: 100%;
	background-image: linear-gradient(to bottom, #0e7192 0%, #00bfff 100%);
}
.blog .img_box .label {
	position: absolute;
	left: 45px;
	top: 20px;
	z-index: 999;
	font-size: 12px;
	text-align: left;
	max-width: 220px;
}

.blog .ex_txt {
	z-index: 9999;
	transform: translate(45px,-20px);
	-moz-transform: translate(45px,-20px);
	-webkit-transform: translate(45px,-20px);
	-o-transform: translate(45px,-20px);
	-ms-transform: translate(45px,-20px);
	width: 90%;
}
.blog .ex_txt p {
	background: #fff;
	line-height: 2.5;
	display: inline-table;
	padding: 5px 15px;
	z-index: 9999;
}
.blog .ex_txt h3 {
	background: #fff;
	line-height: 2.5;
	display: inline-table;
	padding: 5px 15px;
	z-index: 9999;
	font-size: 14px;
	font-size: 1.4rem;
}
.blog .ex_txt h4 {
	background: #fff;
	line-height: 2.5;
	display: inline-table;
	padding: 5px 15px;
	z-index: 9999;
}


/*****************************************************************************
	Q&A
*****************************************************************************/
#qa{
	background: rgba(201, 233, 255, 1);
	position: relative;
}
#qa div{
	z-index: 2;
}
#qa div li{
	background: #fff;
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
}


/*****************************************************************************
	Flow
*****************************************************************************/
.flow_main_box {
	margin-bottom: 100px !important;
}


/*****************************************************************************
	figure .img_box
*****************************************************************************/
.img_box {
	position: relative;
	overflow:hidden;
}
.img_box a {
	height:100%;
}
.img_box#headerImg{
	width:100%;
}
.img_box.blog{
	width: 155px;
	height: auto;
	margin-right:20px;
}
.img_box img{
	z-index: 0;
	position: relative;
}




.container .img_box,
.menu .img_box,
.container figure,
.menu figure {
	padding: 0 10px 10px 0;
}
.container .img_box:after,
.menu .img_box:after,
.container figure:after,
.menu figure:after {
	content: '';
	position: absolute;
	width: 100%;
	height:100%;
	background:rgba(152, 251, 152, 0.9);
	top:10px;
	left: 10px;
	z-index: -1;
}
.container .img_box.type2,
.container figure.type2 {
	padding: 0 10px 10px 0;
}

.container .img_box.type2 img,
.container figure.type2 img {
	width: 100%;
	height: auto;
}
.container .img_box.type3,
.container figure.type3 {
	width: 230px;
	height: auto;
	padding: 0;
}
.container .img_box.type3 img,
.container figure.type3 img {
	width: 100%;
	height: auto;
}
#menu .img_box,
#menu figure {
	width: 100%;
}
#staff .img_box:after,
#staff figure:after{
	content: none;
}
/*****************************************************************************
	slick
*****************************************************************************/
#top_img,
#top_img_sp {
	position: relative;
}
.slick-track{
	width: 100%;
}
.slick-slider .slick-list, .slick-slider .slick-track {
	transform: translate3d(0,0,0);
}
.slick-dots {
	z-index:999999;
	bottom: 0em;
}
.slick-dots li {
  z-index: 999999;
}
.slick-dots li button:before {
	background:#fff;
}
.slick-dots li.slick-active button:before {
	background:#36c9d9 !important;
}
.slick-prev, .slick-next{
	width: 50px;
	height: 50px;
	background-color: #fff;
	margin: 0;
	z-index: 999;
}
.slick-prev:hover, .slick-next:hover{
	background-color: #fff;
	opacity: 0.7;
}
.slick-prev{
	left: calc(50% - 485px);
}
.slick-prev:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 50px;
	background-image: url('./img/common/btn_arrow.png');
	top: 20px;
	left: 10px;
	background-size: 30px auto;
	transform:				scale( -1, 1);
	-o-transform:			scale( -1, 1);
	-ms-transform:		scale( -1, 1);
	-moz-transform:		scale( -1, 1);
	-webkit-transform:scale( -1, 1);
}
.slick-next{
	left: calc(50% + 435px);
}
.slick-next:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 50px;
	background-image: url('./img/common/btn_arrow.png');
	top: 20px;
	left: 10px;
	background-size: 30px auto;
}
@media screen and (max-width:800px){
	.slick-prev {
	  left: calc(50% - 405px);
	}
	.slick-next {
	  left: calc(50% + 355px);
	}
}
/*****************************************************************************
	background
*****************************************************************************/


/*****************************************************************************
	Title Decoration
*****************************************************************************/
h1 {
	line-height:100%;
	text-align: left;
}
h2.title,
h3.title,
h4.title {
	text-align: left;
	font-size:42px;
	font-size:4.2rem;
	font-weight: normal;
	position: relative;
	display: inline-block;
	left: 0;
	margin: 0px 0 0 70px;
	right: 0;
	width: auto;
	color: #000;
	letter-spacing: 0.2em;
	line-height: 1;
}
h2.title.right,
h3.title.right,
h4.title.right{
	position: absolute;
	left: auto;
	padding-right: 60px;
	right: 15%;
}
h2.title .main,
h3.title .main,
h4.title .main {
	position: relative;
	padding-top: 60px;
	padding-bottom: 5px;
	display: block;
}
h2.title .main:before,
h3.title .main:before,
h4.title .main:before{
	content: attr(data-title);
	font-family: 'Great Vibes', cursive, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:100px;
	font-size: 10.0rem;
	font-weight: normal;
	text-align: center;
	display: block;
	letter-spacing: 0;
	padding-right: 0.8em;
	color: #98fb98;
	position: absolute;
	z-index: -1;
	top:0;
}

h2.title .main.right,
h3.title .main.right,
h4.title .main.right {
	font-size:100px;
	font-size: 10.0rem;
	font-weight: normal;
	/*text-align: center;*/
	text-align: right;
	display: block;
	letter-spacing: 0;
	padding-right: 0.8em;
	color: #98fb98;
	position: absolute;
	z-index: 0;
	top:-20px;
	right: 0;
}
/*
h2.title p{
	font-size: 14px;
}
*/
h2.title .sub,
h3.title .sub,
h4.title .sub {
	font-size: 14px;
	display: block;
}

h2.title.type2 span,
h3.title.type2 span,
h4.title.type2 span {
	padding-top: 5px;
	padding-bottom: 8px;
}
h2.title.type3 span,
h3.title.type3 span,
h4.title.type3 span {
	padding-bottom: 8px;
}
h2.title.type4,
h3.title.type4,
h4.title.type4{
	font-size: 20px;
	color: #000;
	text-align: left;
	width:100%;
	padding-left: 0;
	padding-top: 0;
}
h2.title.type4 + div,
h3.title.type4 + div,
h4.title.type4 + div{
	min-width: 400px;
	max-width: 450px;
}
h2.title.type4 + div ul,
h3.title.type4 + div ul,
h4.title.type4 + div ul{
	text-align: left;
}
h2.title.type4 + div ul li,
h3.title.type4 + div ul li,
h4.title.type4 + div ul li{
	margin-bottom: 10px;
}
h2.title.type4 + div ul li:before,
h3.title.type4 + div ul li:before,
h4.title.type4 + div ul li:before{
	content: '・';
	position: relative;
}
h2.title.type4 + div ul li a,
h3.title.type4 + div ul li a,
h4.title.type4 + div ul li a{
	text-decoration: underline;
}


#menu h3 {
	text-align:left;
	font-size:30px;
	font-size:3.0rem;
	line-height:100%;
	color:#cfa972;
	border-bottom:2px solid #cfa972;
	margin-bottom:0.5em;
}
#menu h3 span {
	font-size:0.5em;
	padding-left:0.5em;
}
/*
h4 {
	font-size:18px;
	font-size:1.8rem;
}
*/

.title_sub {
	margin: 0 auto 40px;
	font-size:14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	line-height:20px;
	width: 600px;
}
.blog_title {
	width: 860px;
	margin: 0 auto;
}
.sub_title{
	position: relative;
	width: 100%;
	margin: 50px 0;
	background-image: linear-gradient(to right, #0e7192 0%, #00bfff 100%);
}
.sub_title .sub_title_box{
	background: #fff;
	height: 100%;
	padding: 20px 70px 0;
	transform:skewX(-50deg);
	position: relative;
}
.sub_title .sub_title_box div{
	transform:skewX(50deg);
}
.sub_title .sub_title_box div:first-child{
	font-size: 30px;
	padding-right: 30px;
	position: relative;
	text-transform: capitalize;
}
.sub_title .sub_title_box div:last-child{
	padding-top: 20px;
	white-space: nowrap
}
.sub_title .sub_title_box div:first-child:before {
	content: '';
	position: absolute;
	top: 20px;
	left: auto;
	right: -5px;
	margin: 0 auto;
	width: 40px;
	height: 4px;
	background-image: linear-gradient(to left, #0e7192 0%, #00bfff 100%);
	background-image-slice: 1;
	transform: translate(0px,0px) rotate(-45deg) scale(1);
	-moz-transform: translate(0px,0px) rotate(-45deg) scale(1);
	-webkit-transform: translate(0px,0px) rotate(-45deg) scale(1);
	-o-transform: translate(0px,0px) rotate(-45deg) scale(1);
	-ms-transform: translate(0px,0px) rotate(-45deg) scale(1);
}



.sub_title_txt{
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.sub_title .sub_title_txt div:first-child{
	font-size: 30px;
	padding-right: 30px;
	position: relative;
	text-transform: capitalize;
}
.sub_title .sub_title_txt div:last-child{
	padding-top: 20px;
	white-space: nowrap
}
.sub_title .sub_title_txt div:first-child:before {
	content: '';
	position: absolute;
	top: 20px;
	left: auto;
	right: -5px;
	margin: 0 auto;
	width: 40px;
	height: 4px;
	background-image: linear-gradient(to left, #0e7192 0%, #00bfff 100%);
	background-image-slice: 1;
	transform: translate(0px,0px) rotate(-45deg) scale(1);
	-moz-transform: translate(0px,0px) rotate(-45deg) scale(1);
	-webkit-transform: translate(0px,0px) rotate(-45deg) scale(1);
	-o-transform: translate(0px,0px) rotate(-45deg) scale(1);
	-ms-transform: translate(0px,0px) rotate(-45deg) scale(1);
}
/*****************************************************************************
	Navigation　Tab
*****************************************************************************/
#post h1{
	margin-top: 10px;
}
#post .blog .img_box + div,
#post .blog figure + div {
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	width: 100%;
}
#post .blog .img_box,
#post .blog figure {
	position: relative;
	padding: 36px 30px 20px 0;
}
#post .blog .img_box::before,
#post .blog figure::before{
	width: 260px;
	height: 165px;
	top: 60px;
	left: 20px;
}
#post .blog .img_box .label,
#post .blog figure .label{
	left: 20px;
	font-size: 10px;
	max-width: 180px;
	line-height: 1.2;
	text-align: left;
}
.pager.f_box > div.backlist a{
	padding: 10px ;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* editor */
#post .content p {
    display: block;
    margin: 1em 0;
}
#post .content strong { font-weight: bold; }
#post .content em { font-style: italic; }
#post .content ul {
  counter-reset:list;
  list-style-type:none;
  font-size: 14px;
}
#post .content ul li {
  position:relative;
  color: #fff;
  padding: 5px 5px 5px 30px;
  margin: 7px 0;
  font-size: 14px;
  line-height: 1.6em;
  background: #0e7192;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
#post .content ul li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width:769px) {
	#post .content ul li:hover {
		background: #0e7192;
	}
}
#post .content ul li a {
  color: #fff;
  box-shadow: inset 0 -1px 0 #FFF;
}
@media screen and (min-width:769px) {
	#post .content ul li a:hover {
		color: #fff;
		box-shadow: inset 0 -1px 0 #000;
	}
}
#post .content ol{
  counter-reset:list;
  list-style-type:none;
  font-size: 14px;
}
#post .content ol li{
  position:relative;
  color: #fff;
  padding: 5px 5px 5px 37px;
  margin: 7px 0;
  font-size: 14px;
  line-height: 1.6em;
  background: #0e7192;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
}
#post .content ol li:before{
  counter-increment: list;
  content: counter(list) '. ';
  display: block;
  position: absolute;
  left: 13px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
@media screen and (min-width:769px) {
	#post .content ol li:hover {
		background: #0e7192;
	}
}
#post .content ol li a {
  color: #fff;
  box-shadow: inset 0 -1px 0 #FFF;
}
@media screen and (min-width:769px) {
	#post .content ol li a:hover {
		color: #fff;
		box-shadow: inset 0 -1px 0 #000;
	}
}
blockquote {
	position: relative;
	padding: 10px 15px 10px 50px;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #555;
}
blockquote:before{
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -3px;
	vertical-align: middle;
	content: "“";
	font-family: sans-serif;
	color: #cfcfcf;
	font-size: 90px;
	line-height: 1;
}
blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}
blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

/* img */ 
#post .content .aligncenter {
    display: block;
    margin: 0 auto;
}
#post .content .alignright { float: right; }
#post .content .alignleft { float: left; }
#post .content img[class*="wp-image-"],
#post .content img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
/* clearfix */
#post .clearfix {
    overflow: hidden;
    zoom: 1;
}
#post .clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*****************************************************************************
	CTA
*****************************************************************************/
.cta{
	background: #0e7192;
	color: #fff;
	padding: 60px 0;
	font-size: 15px;
}
.cta .inner {
	width: 900px;
	margin: 0;
}
.tel {
	font-size:15px;
	font-size:1.5rem;
	letter-spacing:0;
	margin-left: 5px;
}
/*
.tel h3{
	font-size: 43px;
	margin: 3px 0 0 0px;
	letter-spacing: 0em;
	line-height: 1.3;
}
*/

.tel_num {
	font-size: 43px;
	margin: 3px 0 0 0px;
	letter-spacing: 0em;
	line-height: 1.3;
}

.mobile {
	background-image: url(./img/common/tel.png);
	width: 24px;
	height: 34px !important;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
.mail {
	background-image: url(./img/common/mail.png);
	width: 31px;
	height: 23px !important;
	display: block;
	margin-right: 5px;
}
.accesstelicon{
	background-image: url(./img/common/accesstel.png);
	width: 24px;
	height: 34px !important;
	display: block;
	margin-right: 5px;
}
.accesstel span{
	font-size: 36px;
	margin: 5px 0 0px;
}
/*****************************************************************************
	index
*****************************************************************************/
p .date {
	font-size: 12px;
	font-size: 1.2rem;
	color: #808080;
	font-weight: normal;
	margin-right: 10px;
}
p .category {
	font-size: 10px;
	font-size: 1.0rem;
	display: inline-block;
	background: #0e7192;
	padding: 4px 10px;
	color: #fff;
	width: auto;
	text-align: center;
	font-weight: normal;
	margin: 0 10px;
}
p .category.type2 {
	width: auto;
	margin: 0 10px 0 0;
	line-height: 1.2;
	text-align: left;
}
#recent p .category.type2{
	margin: 0 0px 0 0;
}
#home #about {
	min-height:360px;
  margin-bottom: 60px;
}

/*****************************************************************************
	container
*****************************************************************************/
#contents .article {
	height: 100%;
	display: block;
}
#contents{
	min-height: 500px;
	position: relative;
	margin-bottom: 100px;
}
#contents .kv_txt{
	height: 100%;
}


#contents .kv_txt ul li:first-child{
	color: #98fb98;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
#contents .kv_txt ul li:last-child{
	position: relative;
	padding: 0;
	line-height: 1;
	margin-top: -80px;
	font-family: 'Josefin Sans', 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-transform: capitalize;
	z-index: 99999;
}



#contents .kv_txt ul li h1 {
	padding: 0;
	font-size: 40px;
}

#contents .kv_txt ul li h1.main_ttl {
	color: #333;
	line-height: 1.5;
}

#contents .kv_txt ul li h1.main_ttl span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	letter-spacing: .01em;
	line-height: 1;
}
@media screen and (max-width: 770px) {
	#contents .kv_txt ul li h1.main_ttl span {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

#contents .kv_txt ul li h2 {
	padding: 0;
	font-size: 40px;
}

.container.menus .img_box.type2,
.container.menus figure.type2{
	padding: 0;
}
.container.menus .article .f_box .menus_txt{
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
}

.container .article .f_box .intro div{
	padding: 30px 20px;
	font-size: 22px;
	color: #000;
	line-height: 1.6;
}
.container .article .f_box .intro div.txt{
	width: 130%;
	line-height: 2;
	background: #c9e9ff;
	padding: 30px;
	z-index: 999;
	font-size: 12px;
	color: #6c6c6c;
}
.container .article .f_box.left .intro div.txt{
	width: 120%;
}



.container .article .f_box .intro h3{
	padding: 30px 20px;
	font-size: 22px;
	color: #000;
	line-height: 1.6;
	text-align: left;
	letter-spacing: normal;
}
.container .article .f_box .intro h3.txt{
	width: 130%;
	line-height: 2;
	background: #c9e9ff;
	padding: 30px;
	z-index: 999;
	font-size: 12px;
	color: #6c6c6c;
}
.container .article .f_box.left .intro h3.txt {
	width: 120%;
}
#concept.container .article .f_box .intro h3{
	letter-spacing: 0.1em;
}



.container .article .f_box .intro .title {
	font-size: 30px;
	letter-spacing: 0;
	position: relative;
	display: inline-block;
	padding: 18px 40px 30px 0 !important;
	margin-left: 20px;
	color: #000;
}
.container .article .f_box .intro .title span {
	padding-left: 13px;
	font-size: 1.3em;
}
.container .article .f_box .intro .title:before {
	content: "";
	position: absolute;
	background-image: linear-gradient(to left, #0e7192 0%, #00bfff 100%);
	background-image-slice: 1;
	bottom: 0;
	width: 100%;
	height: 4px;
}







.container .article .f_box.left .intro div {
	padding: 30px 0px 30px 20px;
}
.container .article .f_box .intro p.ex_txt {
	width: 130%;
	line-height: 2;
	background: #c9e9ff;
	padding: 30px;
	transform: translate(-100px,0px);
	-moz-transform: translate(-100px,0px);
	-webkit-transform: translate(-100px,0px);
	-o-transform: translate(-100px,0px);
	-ms-transform: translate(-100px,0px);
	z-index: 999;
}
.container .article .f_box.left .intro p.ex_txt {
	transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
	width: 120%;
}

/* 追加対応 */
.container .article .f_box.left .intro p.ex_txt .btn-border-o,
.container .article .f_box.right .intro p.ex_txt .btn-border-o {
	display: block;
	width: 172px;
}

.container .article .f_box.right{
	flex-flow: row-reverse;
}

.article.container{
	position: relative;
}
.container .about_txtbox{
	position: absolute;
	width: 100%;
	top:-20px;
}
.container .about_txtbox .first{
	width: 500px;
	position: absolute;
	top: 0;
	right: 80px;
}
.container .about_txtbox .last{
	width: 400px;
	position: absolute;
	top: 300px;
	right: 0;
}
.container .about_txtbox .about_box{
	color: #000;
	padding: 25px;
	background: #c9e9ff;
	width: 440px;
	position: absolute;
	top:220px;
	left: 70px;
}




/*****************************************************************************
	flow
*****************************************************************************/
.container .flow_txtbox{
	position: absolute;
	width: 100%;
	top:20px;
}
.container .flow_txtbox .img_box.first,
.container .flow_txtbox figure.first{
	width: 650px;
	max-width: 50%;
	position: absolute;
	top: 0;
	right: 80px;
}
.container .flow_txtbox .img_box.last,
.container .flow_txtbox figure.last{
	width: 400px;
	position: absolute;
	top: 300px;
	right: 0;
}
.container .flow_txtbox .about_box{
	padding: 25px;
	background: #c9e9ff;
	width: 440px;
	position: absolute;
	top:220px;
	left: 70px;
}
.container .flow_txtbox .about_box p{
	padding-bottom: 20px;
}
.container .flow_txtbox .about_box p:last-child{
	padding-bottom: 0;
}
.container .flow_txtbox .about_box p:first-child{
	white-space: pre;
}
div.flow_arrow{
	padding-bottom: 100px;
	margin-bottom: 60px !important;
	background:url(./img/top/arrow_botom.png) bottom center / 250px auto no-repeat;
}
div.flow_arrow:last-of-type{
	background:none;
	margin-bottom: 0 !important;
	padding-bottom: 60px;
}



/*****************************************************************************
	about
*****************************************************************************/
#about .img_box,
#about figure {
	width: 450px;
	padding: 0 10px 10px 0;
}
.about_txtbox {
	color: #6c6c6c;
}
#about .img_box img,
#about figure img {
	width: 440px;
	height: auto;
	z-index: 2;
	position: relative;
}
#about .img_box img.bg,
#about figure img.bg {
	position: absolute;
	width: 440px;
	height: auto;
	background: #fff;
	top: 10px;
	left: 10px;
	z-index: 1;
}

/*****************************************************************************
	アクセス
*****************************************************************************/
.access_box.access {
	width: 940px;
	margin: 0 auto;
}
.access_details {
	max-width: 426px;
	margin-right: 40px;
	width: 100%;
}

/*****************************************************************************
	#staff
*****************************************************************************/
#staff .article {
	background: #c9e9ff;
	margin-bottom: 40px;
}
#staff .article:last-child {
	margin-bottom: 0px;
}
#staff .intro {
	padding: 30px 50px;
}
#staff .intro li:nth-child(1) {
	color: #000;
}
#staff .intro li p {

} 
#staff .intro li h3 {
	color: #000;
	font-size: 16px;
	padding: 10px 80px 20px 0;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}
#staff .intro h3:nth-child(2):before {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background-image: linear-gradient(to left, #00bfff 0%, #0e7192 100%);
	background-image-slice: 1;
	bottom: -2px;
	left: 0;
}

/*
#staff .intro li:nth-child(2){
	color: #000;
	font-size: 16px;
	padding: 10px 80px 20px 0;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}
#staff .intro li:nth-child(2):before{
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background-image: linear-gradient(to left, #00bfff 0%, #0e7192 100%);
	background-image-slice: 1;
	bottom: -2px;
	left: 0;
}
*/


/*****************************************************************************
	#shopinfo
*****************************************************************************/
#shopinfo .intro {
	margin: 50px auto;
}
#shopinfo .intro li{
	margin-bottom: 20px;
}
#shopinfo .intro li:last-child{
	margin-bottom: 0;
}
#shopinfo .intro li p:first-child{
	min-width: 120px;
}


/*****************************************************************************
	#faq
*****************************************************************************/
/*
.flow_arrow img{
	width: 350px;
	height: auto;
	margin: 0px auto 30px;
}
*/
#faq li > div p:first-child{
	background: #0e7192;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	width: 40px;
	text-align: center;
	margin-right: 10px;
}
#faq li > div{
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
#faq li > div:before{
	position: absolute;
	content: "";
	width: 0px;
/* 	width: 140px; */
	height: 4px;
	background-image: linear-gradient(to left, #00bfff 0%, #0e7192 100%);
	background-image-slice: 1;
	bottom: -2px;
	left: 0;
}
#faq li > p{
	background: #c9e9ff;
	padding: 30px;
	margin: 14px 0 30px;
}

/* 見出しスタイル */
#faq .faqTtl {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: normal;
}
@media screen and (max-width:769px) {
	#faq .faqTtl {
		text-align: left;
		letter-spacing: normal;
	}
}


/*****************************************************************************
	footer
*****************************************************************************/
footer {

}


footer.icon {
	padding:1.5em 0;
	border-bottom:1px solid #333333;
	margin-bottom:1.5em;
}
footer.icon a {
	display:block;
	margin:0 0.5em;
	line-height:100%;
}
footer nav a {
	font-size:20px;
	font-size:2.0rem;
}
p.copy {
	background:#ffffff;
	color:#000000;
	padding:0.5em 0;
	text-align:center;
	font-size: 1.8rem;
}
/******************************************************************************
	Post
******************************************************************************/
#post ul.list{
	max-width: 940px;
	margin: 0 auto;
}
#post ul.list li {
	width: 100%;
	padding: 8px 40px;
	margin-top: 0px;
	margin-bottom: 10px;
	background: #fff;
	border-left: 3px solid #36c9d9;
}
#post ul.list li span {
	margin-left: 40px;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-align: left;
}
#post .side{
	margin-bottom: 60px;
	padding-left: 60px;
}
/* #post .side */
#post .side h3 {
	font-size:22px;
	font-size:2.2rem;
	text-align:left;
	color:#333;
	padding: 5px 0px;
	font-family: 'Josefin Sans', 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border-bottom: 2px solid #0e7192;
}
#post .side h4 {
	font-size:22px;
	font-size:2.2rem;
	text-align:left;
	color:#333;
	padding: 10px 0;
	font-family: 'Josefin Sans', 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border-bottom: 2px solid #0e7192;
	letter-spacing: .1em;
}




@media screen and (min-width:769px) {
	#post .side li a:hover {
		background:rgba(152, 251, 152, 0.2);
	}
}
#post .side li a {
	padding:1em 1em;
}
#post .side li{
	position:relative;
	font-size:14px;
	font-size:1.4rem;
	line-height:100%;
	color: #333;
	border-bottom:1px dotted #0e7192;
}
#post .side li:last-child{
	margin-bottom: 40px;
}
/* Category */
#category p.category {
	margin:0 1em 0 0;
}
#category p.category span{ 
	padding:0.2em 0.5em;
}
/* Recent */
#recent li a {
	font-size:12px;
	font-size:1.2rem;
	padding:1.5em 0;
}
#recent p {
	line-height:200%;
	color: #333;
}
/* Archive */
#post .side #archive li a {
	display:block;
	padding:1em 0 1em 1.2em;
}
.pager.f_box > div{
	width: 30%;
}
/******************************************************************************
	Post:Single
******************************************************************************/
#post .content {
	font-size:14px;
	font-size:1.4rem;
	padding-top: 1em;
}
#post .content img {
	max-width:100%;
	height:auto;
}
#post.single h2 {
	font-size:24px;
	font-size:2.4rem;
	line-height:140%;
	margin:1em 0;
	text-align: left;
}
#post ul.tableContents li{
	padding: 5px 5px 5px 10px;
}
#post ul.tableContents li.seoBlockH3{
	padding: 5px 5px 5px 25px;
}
#post .content ul li a,#post .content ul li a:before{
	box-shadow:none;
}
#post ul.tableContents li:before{
	content: none;
}
#post .content .tableContents {
	counter-reset:list;
	list-style-type:none;
	font-size: inherit;
	padding:15px;
	background:#eee;
	margin-bottom:30px;
}
#post .content .tableContents li {
	position:relative;
	color: inherit;
	padding: 0;
	margin: 0;
	font-size: inherit;
	line-height: 1.6;
	background: transparent;
	border-radius: 0;
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	-ms-transition: 0;
	transition: 0;
	margin-bottom:15px;
}
#post .content .tableContents li:before {
	counter-increment: list;
	content: "";
	display: none;
	position: static;
}
#post .content .tableContents li:hover {
	background: transparent;
}
#post .content .tableContents li a {
	color: inherit;
	box-shadow: none;
}
#post .content .tableContents li a:hover {
	color: inherit;
	box-shadow: none;
}
#post.single h3{
	text-align: left;
}
/******************************************************************************
	Pager
******************************************************************************/
#pager .pages {
	display:none;
}
#pager .wp-pagenavi {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#pager .wp-pagenavi * {
	padding:0;
	min-width:3em;
	height:3em;
	margin:0 1px;
	text-align:center;
	border:1px solid #f2efeb;
	border-radius: 0;
	line-height:3em;
	color:#000;
	font-size:14px;
	font-size:1.4rem;
}
#pager .wp-pagenavi .page.larger{
	border:1px solid #eee;
}
@media screen and (min-width:769px) {
	#pager .current, .wp-pagenavi > *:hover, #pager .wp-pagenavi a:hover {
		border:1px solid #f2efeb;
		border-radius: 0;
		background:#0e7192;
		color:#fff;
	}
}
.wp-pagenavi .page {
}
.wp-pagenavi .current {
}
.wp-pagenavi .previouspostslink {
	border:none;
	margin-right:40px;
}
.wp-pagenavi .nextpostslink {
	border:none;
	margin-left:40px;
}
#pager .wp-pagenavi a {
	display: block;
	line-height:140%;
	padding: 0.8em;
	text-align: center;
	background:#ffffff;
	margin-bottom:0.2em;
}
.btn.single{
	padding: 10px 28px;
}
/*****************************************************************************
	footer
*****************************************************************************/

/*****************************************************************************
	bread
******************************************************************************/
nav#bread {
	width:100%;
	height: auto;
	overflow:hidden;
	font-size:11px;
	font-size:1.1rem;
	line-height:120%;
	z-index:2;
	bottom:10px;
	padding: 0;
	position: absolute;
	color: #000;
	left: 360px;
}
nav#bread ul,
nav#bread ol{
	width: auto;
	margin:0;
	padding:1em;
}
nav#bread ul li,
nav#bread ol li {
	padding-top:0px;
	white-space:nowrap;
	min-height: 0;
	margin:0;
}
nav#bread ul li a,
nav#bread ol li a {
}
nav#bread ul li:after,
nav#bread ol li:after {
	content: ">";
	padding-left:1em;
	padding-right:1em;
}
nav#bread ul li:first-child:before,
nav#bread ol li:first-child:before {
	content:"";
}
nav#bread ul li:nth-of-type(1):before,
nav#bread ol li:nth-of-type(1):before {
	content:"";
}
nav#bread ul li:last-child,
nav#bread ol li:last-child {
}
nav#bread ul li:last-child:after,
nav#bread ol li:last-child:after {
	content:"";
	padding:0;
}
nav#bread a {
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	text-align: center;
	position: relative;
}
nav#bread a::after {
	content: '';
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 120%;
	color: #d7d7d7;
	font-weight: normal;
}
/*************************************************************************************
	Swap Image
*************************************************************************************/

/************************************************************************************
 contact
************************************************************************************/
#contact{
	font-size: 14px;
	font-size: 1.4rem;
	width: 860px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width:769px) {
	#contact{
		width: 100%;
	}
}


#contact dl {
	width: 655px;
	margin:0 auto 0px;
}
#contact dt {
	min-width: 200px;
	padding: 0.8em 0;
	float: left;
}
#contact dt span.gray {
	color:#e0e0e0;
}
#contact dd {
	min-width:100%;
	margin-bottom:2em;
	margin-left:0px;
	word-break: break-all;
}
#contact  input[type="text"],#contact  input[type="email"] {
	font-size: 14px;
	font-size: 1.4rem;
	width:100%;
	height: 32px;
	padding: 0.5em;
	resize:none;
	border: 1px solid #e6e4e4;
	background:#fff;
}
input::placeholder{
	color: #a5a5a5;
}

:-ms-input-placeholder {
	color: #a5a5a5 !important;
}

#contact  textarea {
	font-size: 14px;
	font-size: 1.4rem;
	width:100%;
	padding: 0.5em;
	border: 1px solid #e6e4e4;
	background:#fff;
	height: 8em;
}
#contact input:focus,
#contact textarea:focus {
	content:"";
	border:1px solid #666666;
}
.description,.preview_description{
	margin-bottom: 60px;
}
#contact .btn:first-child, #contact .mw_wp_form_preview .description, #contact .preview_description{
	display: none;
}
#contact .mw_wp_form_preview .contact_preview_btn{
	width: 550px;
	margin: 0 auto;
}
#contact .mw_wp_form_preview .btn:first-child{
	margin-right: 10px;
}
#contact .mw_wp_form_preview .btn:first-child input[type="submit"] {
	padding: 15px 30px;
}
#contact .mw_wp_form_preview .btn:first-child:after {
  content: "";
}
#contact .mw_wp_form_preview .btn:last-child{
	margin-left: 10px;
}
#contact .mw_wp_form_preview .btn:first-child, #contact .mw_wp_form_preview .preview_description, #contact .mw_wp_form_complete .btn {
	display: block;
}
#contact .mw_wp_form_preview dl dd span{
	display: none;
}
#contact .mw_wp_form_complete .btn{
	padding: 15px 30px;
	margin: 0 auto;
}
#contact input[type="submit"] {
	cursor: pointer;
	display: block;
	padding: 15px 30px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
}
#contact .btn{
	padding: 0;
}
#contact p {
	text-align:center;
	line-height: 1.5;
}
#contact span.key{
	width: 130px;
}
#contact .confirm, .sending, .backform {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	width: 200px;
	height: 45px;
	margin-top: 5px;
	border-radius: 5px;
	background: #888;
	border: 1px solid #666;
}
.mw_wp_form .error {
  display: initial !important;
}
.mw_wp_form form {
  padding: 0px 1rem;
  margin-bottom:100px;
}
.mw_wp_form_confirm .send {
	display:none;
}
p.label {
	margin-right:0.5em;
}
p.label span{
	position:relative;
	font-size:16px;
	font-size:1.6rem;
	color:#ffffff;
	letter-spacing:0;
	line-height:100%;
	padding:0.5em 1em;
	background:#0e7192;
}
p.label span.noneed {
	background:#cdcdcd;
}
.mw_wp_form p.label span {
	font-size: 12px;
	font-size: 1.2rem;
}
/* privacy policy */
.privacy{
	margin: 20px 0 10px 0;
	display: block;
	height: 200px;
	overflow: auto;
	padding: 16px;
	border: 1px solid #ccc;
	font-size: 1.2rem;
  margin: 0 auto 1em;
  background-color: #fffff7;
}
.privacy_title{
	text-align: center;
	font-weight: bold;
	margin-bottom: 1rem;
}
.modPCenter{
	text-align: center;
	margin-bottom: 1rem;
}
#contact .privacy dl {
	width: auto;
}
.privacy dt{
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.privacy .num{
	font-style: normal;
	font-weight: bold;
	display: table-cell;
	padding-right: 10px;
	white-space: nowrap;
}
.privacy .content{
	display: table-cell;
}
.privacy ,.mw_wp_form .consent{
  width: 655px;
}
.mw_wp_form .consent{
	text-align: center;
  margin: 0 auto 50px;
}
.mw_wp_form .consent *{
	cursor: pointer;
}
.mw_wp_form_confirm .privacy, .mw_wp_form_confirm .consent{
  display: none !important;
}
/*****************************************************************************
	Gimic with jQuery
*****************************************************************************/
.trans {
	-webkit-transition:	all 0.3s ease-in-out;
	-moz-transition:		all 0.3s ease-in-out;
	-ms-transition:			all 0.3s ease-in-out;
			transition:			all 0.3s ease-in-out;
}
/*  3D Appear */
.deg {
	position:relative;
	perspective:1000px;
}
.deg.back {
	z-index:-1;
}
.deg > [data-type="left"] {
	transition:all 1s ease;
	transform: rotateY(90deg) translateX(-100px);
	opacity:0;
}
.deg > [data-type="right"] {
	transition:all 1s ease;
	transform: rotateY(-90deg) translateX(100px);
	opacity:0;
}
.deg.active > *{
	transform: rotateY(0deg);
	opacity:1;
}
/*  Scrolling Appear */
.scroll {
	transition:transform 1.0s ease,opacity 1.0s ease;
}
.scroll[data-type="up"] {
	transform: translate3d(0, 100px, 0);
	opacity:0.01;
}
.scroll[data-type="down"] {
	transform: translate3d(0, -100px, 0);
	opacity:0.01;
}
.scroll[data-type="left"] {
	transform: translate3d(-100px, 0, 0);
	opacity:0.01;
}
.scroll[data-type="right"] {
	transform: translate3d(100px, 0, 0);
	opacity:0.01;
}
.scroll[data-type="fade"] {
	opacity:0;
}
.scroll[data-type="up"].active, .scroll[data-type="down"].active, .scroll[data-type="left"].active, .scroll[data-type="right"].active, .scroll[data-type="fade"].active  {
	transform: translate3d(0, 0, 0);
	opacity:1;
}
.scroll[data-type="width"] {
	transition:all 1.0s ease;
	max-width: 100%;
	width: 100%;
	min-height: 62px;
	padding: 20px 0 0;
	opacity:1;
}
.scroll[data-type="width"].active  {
	width:350px;
	padding: 20px 70px 0;
	opacity:1;
}


.scroll[data-type="text"]{
	transition:all 1.0s ease;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transform:scale3d(1.3,1.3,1) rotate3d(1,-3,-1,-.1turn) translate3d(-50px,100px,0);
	transform:scale3d(1.3,1.3,1) rotate3d(1,-3,-1,-.1turn) translate3d(-50px,100px,0);
/* 	transition-delay: 2s; */
}
.scroll[data-type="text"].active{
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale3d(1,1,1) rotate3d(0,0,0,0) translate3d(0,0,0);
	transform:scale3d(1,1,1) rotate3d(0,0,0,0) translate3d(0,0,0);
	transition:all 0.8s linear;
/* 	transition-delay: 2s; */
}



.dur   {transition-delay: 0.1s;}
.dur2  {transition-delay: 0.2s;}
.dur3  {transition-delay: 0.3s;}
.dur4  {transition-delay: 0.4s;}
.dur5  {transition-delay: 0.5s;}
.dur6  {transition-delay: 0.6s;}
.dur7  {transition-delay: 0.7s;}
.dur8  {transition-delay: 0.8s;}
.dur9  {transition-delay: 0.9s;}
.dur10 {transition-delay:   1s;}
.dur11 {transition-delay: 1.1s;}
.dur12 {transition-delay: 1.2s;}
.dur13 {transition-delay: 1.3s;}
.dur14 {transition-delay: 1.4s;}
.dur15 {transition-delay: 1.5s;}
.dur16 {transition-delay: 1.6s;}
.dur17 {transition-delay: 1.7s;}
.dur18 {transition-delay: 1.8s;}
.dur19 {transition-delay: 1.9s;}
.dur20 {transition-delay:   2s;}
.dur25 {transition-delay: 2.5s;}
.dur30 {transition-delay:   3s;}
.dur35 {transition-delay: 3.5s;}


.scroll[data-type="text"].dur   {transition-delay: 0.1s;}
.scroll[data-type="text"].dur2  {transition-delay: 0.2s;}
.scroll[data-type="text"].dur3  {transition-delay: 0.3s;}
.scroll[data-type="text"].dur4  {transition-delay: 0.4s;}
.scroll[data-type="text"].dur5  {transition-delay: 0.5s;}
.scroll[data-type="text"].dur6  {transition-delay: 0.6s;}
.scroll[data-type="text"].dur7  {transition-delay: 0.7s;}
.scroll[data-type="text"].dur8  {transition-delay: 0.8s;}
.scroll[data-type="text"].dur9  {transition-delay: 0.9s;}
.scroll[data-type="text"].dur10 {transition-delay:   1s;}
.scroll[data-type="text"].dur11 {transition-delay: 1.1s;}
.scroll[data-type="text"].dur12 {transition-delay: 1.2s;}
.scroll[data-type="text"].dur13 {transition-delay: 1.3s;}
.scroll[data-type="text"].dur14 {transition-delay: 1.4s;}
.scroll[data-type="text"].dur15 {transition-delay: 1.5s;}
.scroll[data-type="text"].dur16 {transition-delay: 1.6s;}
.scroll[data-type="text"].dur17 {transition-delay: 1.7s;}
.scroll[data-type="text"].dur18 {transition-delay: 1.8s;}
.scroll[data-type="text"].dur19 {transition-delay: 1.9s;}
.scroll[data-type="text"].dur20 {transition-delay:   2s;}
.scroll[data-type="text"].dur25 {transition-delay: 2.5s;}
.scroll[data-type="text"].dur30 {transition-delay:   3s;}
.scroll[data-type="text"].dur35 {transition-delay: 3.5s;}



#shopinfo .intro li:nth-child(1) p:first-child {transition-delay: 0.1s;}
#shopinfo .intro li:nth-child(1) p:last-child  {transition-delay: 0.2s;}
#shopinfo .intro li:nth-child(2) p:first-child {transition-delay: 0.3s;}
#shopinfo .intro li:nth-child(2) p:last-child  {transition-delay: 0.4s;}
#shopinfo .intro li:nth-child(3) p:first-child {transition-delay: 0.5s;}
#shopinfo .intro li:nth-child(3) p:last-child  {transition-delay: 0.6s;}
#shopinfo .intro li:nth-child(4) p:first-child {transition-delay: 0.7s;}
#shopinfo .intro li:nth-child(4) p:last-child  {transition-delay: 0.8s;}
#shopinfo .intro li:nth-child(5) p:first-child {transition-delay: 0.9s;}
#shopinfo .intro li:nth-child(5) p:last-child  {transition-delay: 1.0s;}
#shopinfo .intro li:nth-child(6) p:first-child {transition-delay: 1.1s;}
#shopinfo .intro li:nth-child(6) p:last-child  {transition-delay: 1.2s;}
#shopinfo .intro li:nth-child(7) p:first-child {transition-delay: 1.3s;}
#shopinfo .intro li:nth-child(7) p:last-child  {transition-delay: 1.4s;}
#shopinfo .intro li:nth-child(8) p:first-child {transition-delay: 1.5s;}
#shopinfo .intro li:nth-child(8) p:last-child  {transition-delay: 1.6s;}
#shopinfo .intro li:nth-child(9) p:first-child {transition-delay: 1.7s;}
#shopinfo .intro li:nth-child(9) p:last-child  {transition-delay: 1.8s;}
#shopinfo .intro li:nth-child(10) p:first-child {transition-delay: 1.9s;}
#shopinfo .intro li:nth-child(10) p:last-child  {transition-delay: 2.0s;}
#shopinfo .intro li:nth-child(11) p:first-child {transition-delay: 2.1s;}
#shopinfo .intro li:nth-child(11) p:last-child  {transition-delay: 2.2s;}
#shopinfo .intro li:nth-child(12) p:first-child {transition-delay: 2.3s;}
#shopinfo .intro li:nth-child(12) p:last-child  {transition-delay: 2.4s;}
#shopinfo .intro li:nth-child(13) p:first-child {transition-delay: 2.5s;}
#shopinfo .intro li:nth-child(13) p:last-child  {transition-delay: 2.6s;}
#shopinfo .intro li:nth-child(14) p:first-child {transition-delay: 2.7s;}
#shopinfo .intro li:nth-child(14) p:last-child  {transition-delay: 2.8s;}
#shopinfo .intro li:nth-child(15) p:first-child {transition-delay: 2.9s;}
#shopinfo .intro li:nth-child(15) p:last-child  {transition-delay: 3.0s;}
#shopinfo .intro li:nth-child(16) p:first-child {transition-delay: 3.1s;}
#shopinfo .intro li:nth-child(16) p:last-child  {transition-delay: 3.2s;}
#shopinfo .intro li:nth-child(17) p:first-child {transition-delay: 3.3s;}
#shopinfo .intro li:nth-child(17) p:last-child  {transition-delay: 3.4s;}
#shopinfo .intro li:nth-child(18) p:first-child {transition-delay: 3.5s;}
#shopinfo .intro li:nth-child(18) p:last-child  {transition-delay: 3.6s;}
#shopinfo .intro li:nth-child(19) p:first-child {transition-delay: 3.7s;}
#shopinfo .intro li:nth-child(19) p:last-child  {transition-delay: 3.8s;}
#shopinfo .intro li:nth-child(20) p:first-child {transition-delay: 3.9s;}
#shopinfo .intro li:nth-child(20) p:last-child  {transition-delay: 4.0s;}

.scroll .img_box:after,
.scroll figure:after{
	-webkit-transition:	all 1.0s ease 0s;
	-moz-transition:		all 1.0s ease 0s;
	-ms-transition:			all 1.0s ease 0s;
			transition:			all 1.0s ease 0s;
	opacity: 0.01;
}
.scroll.active .img_box:after,
.scroll.active figure:after{
	-webkit-transition:	all 1.0s ease;
	-moz-transition:		all 1.0s ease;
	-ms-transition:			all 1.0s ease;
			transition:			all 1.0s ease;
	opacity: 1;
}
#post .blog .scroll .img_box:before,
#post .blog .scroll figure:before{
	-webkit-transition:	all 1.0s ease 0s;
	-moz-transition:		all 1.0s ease 0s;
	-ms-transition:			all 1.0s ease 0s;
			transition:			all 1.0s ease 0s;
	opacity: 0.01;
}
#post .blog .scroll.active .img_box:before,
#post .blog .scroll.active figure:before{
	-webkit-transition:	all 1.0s ease;
	-moz-transition:		all 1.0s ease;
	-ms-transition:			all 1.0s ease;
			transition:			all 1.0s ease;
	opacity: 1;
}
div.flow_arrow{
	-webkit-transition:	all 1.0s ease 0s;
	-moz-transition:		all 1.0s ease 0s;
	-ms-transition:			all 1.0s ease 0s;
			transition:			all 1.0s ease 0s;
	background-position-y: center;
}
div.flow_arrow.active{
	background-position-y: bottom;
}

.container .article .f_box .intro .title:before{
	-webkit-transition:	all 1.0s ease 0s;
	-moz-transition:		all 1.0s ease 0s;
	-ms-transition:			all 1.0s ease 0s;
			transition:			all 1.0s ease 0s;
	width: 0;
}
.container .article .f_box .intro.active .title:before{
	width: 100%;
}

#faq li > div:before{
	-webkit-transition:	all 1.0s ease 0s;
	-moz-transition:		all 1.0s ease 0s;
	-ms-transition:			all 1.0s ease 0s;
			transition:			all 1.0s ease 0s;
	width: 0;
}
#faq li.active > div:before{
	width: 140px;
}


.scrollup {
	opacity:0;
	-webkit-transform: translateY(100px);
					transform: translateY(100px);
	-webkit-transition:all 0.5s ease-in-out;
					transition:all 0.5s ease-in-out;
}
.scrollup.action {
	-webkit-transform: translateY(0px);
					transform: translateY(0px);
	opacity:1;
}
.scrollSlide {
	opacity:0;
	-webkit-transition:all 1s ease-in-out;
					transition:all 1s ease-in-out;
}
.scrollSlide.top {
	opacity:0;
    -webkit-transform: translateY(-150px);
  			  	transform: translateY(-150px);
}
.scrollSlide.left {
	opacity:0;
	-webkit-transform: translateX(150px);
					transform: translateX(150px);
}
.scrollSlide.right {
	opacity:0;
	-webkit-transform: translateX(-150px);
					transform: translateX(-150px);
}
.scrollSlide.action {
	-webkit-transform: translateX(0px);
					transform: translateX(0px);
	opacity:1;
}
.scrollZoom {
	opacity:0;
	-webkit-transform: scale3d(0 ,0 , -1);
					transform: scale3d(0 ,0 , -1);
	-webkit-transition:all 1s ease-in-out;
					transition:all 1s ease-in-out;
}
.scrollZoom.action {
	-webkit-transform: scale3d(1 ,1 ,1);
					transform: scale3d(1 ,1 ,1);
	opacity:1;
}
.zoom {
	position: relative;
	z-index: 2;
	-webkit-transition:all 0.2s ease-in-out;
					transition:all 0.2s ease-in-out;
	-webkit-backface-visibility:hidden;
					backface-visibility:hidden;
}
@media screen and (min-width:769px) {
	.zoom:hover {
		-webkit-transform:scale(1.1);
						transform:scale(1.1);
	}
}
.float{
	-webkit-transition:all 0.2s ease-in-out;
					transition:all 0.2s ease-in-out;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.11);
}
@media screen and (min-width:769px) {
	.float:hover {
		box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.16);
	}
}

@-webkit-keyframes pop {
	0% {
		-webkit-transform: translate(0, 0);
						transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 10px);
						transform: translate(0, 10px); }
	100% {
		-webkit-transform: translate(0, 0);
						transform: translate(0, 0); } }

@keyframes pop {
	0% {
		-webkit-transform: translate(0, 0);
						transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 10px);
						transform: translate(0, 10px); }
	100% {
		-webkit-transform: translate(0, 0);
						transform: translate(0, 0); } 
}

/*blog対応*/
#post h1 {
	line-height:1.4;
}

#post h3.tl {
	line-height:1.4;
	font-size: 2.8rem;
	margin-top: 10px;
}

#post .content p {
	font-size:16px;
	line-height:2;
}

.seoText ,
.tableContents li a ,
.blogDetail {
	font-size:1.6rem;
	font-size:16px !important;
	line-height:2 !important;
}

.seoTtl01 {
	margin-top:2em !important;
	font-size:2.8rem  !important;
	font-size:28px  !important;
	letter-spacing: .1em;
}

.seoTtl02 {
	margin-top:4em !important;
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: .1em;
}

@media screen and (max-width:768px) {
	.articleTtl {
		font-size:2.6rem;
		font-size: 26px;
	}
	
	.seoTtl01 {
		font-size:2.4rem  !important;
		font-size:24px  !important;
	}
	
	.seoTtl02 {
		margin-top:2em !important;
	}

	.sub_title_txt.detail {
		flex-wrap: wrap;
		padding:0 1em;
	}
	.sub_title .sub_title_txt.detail div:first-child {
		max-width:100%;
		width:100%;
		padding:0;
	}
	.sub_title .sub_title_txt.detail div:last-child {
		padding-top:0;
		max-width:100%;
		width:100%;
	}
	.sub_title .sub_title_txt.detail div:first-child:before {
		content:none;
	}
}

}

@media screen and (max-width:767px) {
	#contact dl dd span{
		display: inline !important;
	}
	input[type="radio"]	{
		font-size:x-large;
		background:#666666;
	}
}

.mwform-checkbox-field label, .mwform-radio-field label {
	white-space:nowrap;
	margin-right:5px !important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: auto !important;
	margin-right: 10px !important;
}
.mwform-checkbox-field input, .mwform-radio-field input {
	margin-right:0 !important;
}
#contact select.date, #contact input[type="text"].hasDatepicker {
	width:auto;
}

.foot_cta .logo img {
	max-width: 300px;
	max-height: 100px;
}



.footer_social {
	text-align:right;
}
.footer_social .social {
	width:auto;
}
.social {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.social li a {
	padding:0 0.4em;
}
@media screen and (max-width:767px) {
	.social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer_social {
		display:block;
		text-align:center;
	}
	footer {
		display:block !important;
	}
}
/***********************************
	Cintent Title
***********************************/
/* top */
/*
h3.title{
	font-size: 40px;
	color: #333333;
	position: relative;
	padding-bottom: 0.3em;
	height:100%;
}
h3.title label{
	display:inline-block;
	margin-right:0em;
	padding-bottom: 0.5em;
	text-align:left;
	line-height:0.9;
}
h3.title i {
	background-image: linear-gradient(to left, #0e7192 0%, #00bfff 100%);
	transform: translate(0,0px) rotate(-45deg) scale(1);
	-ms-transform: translate(0,0px) rotate(-45deg) scale(1);
	width: 60px;
	height: 5px;
	display:inline-block;
}
h3.title span{
	font-size: 16px;
	display: inline-block;
	line-height: 1;
	top: 0.5em;
	position: relative;
	margin-left: -0.5em;
}
*/

h4.title{
	font-size: 40px;
	color: #333333;
	position: relative;
	padding-bottom: 0.3em;
	height:100%;
}
h4.title span.en {
	display:inline-block;
	margin-right:0em;
	padding-bottom: 0.5em;
	text-align:left;
	line-height:0.9;
}
h4.title i {
	background-image: linear-gradient(to left, #0e7192 0%, #00bfff 100%);
	transform: translate(0,0px) rotate(-45deg) scale(1);
	-ms-transform: translate(0,0px) rotate(-45deg) scale(1);
	width: 60px;
	height: 5px;
	display:inline-block;
}
h4.title span.jp {
	font-size: 16px;
	display: inline-block;
	line-height: 1;
	top: 0.5em;
	position: relative;
	margin-left: -0.5em;
}

/* 下層の見出し（h2） */
h2.under_title {
	right: 0;
	left: 0;
	position: relative;
	font-weight: normal;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	color: #333;
	width: auto;
	height: 100%;
	line-height: 1;
	margin: 0 auto;
	letter-spacing: normal;
}
h2.under_title span.en {
	display: inline-block;
	margin-right: 0;
	padding-bottom: .5em;
	text-align: left;
	line-height: .9;
}
h2.under_title i {
	background-image: linear-gradient(to left, #0e7192 0%, #00bfff 100%);
	transform: translate(0,0px) rotate(-45deg) scale(1);
	-ms-transform: translate(0,0px) rotate(-45deg) scale(1);
    width: 40px;
    height: 4px;
	display: inline-block;
}
h2.under_title span.jp {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	line-height: 1;
	top: .5em;
	position: relative;
	margin-left: -.5em;
}
h2.under_title.sub_color {
	color: #666;
}

/* under */
.title_wrap{
	position: absolute;
	left: 0;
	right: 0;
	height:100%;
	padding:0;
}

.title_wrap h3.title {
	font-size:30px;
	padding:0;
}
.title_wrap h3.title span {
	font-size:14px;
}
.title_wrap h3.title i{
	width: 40px;
	height: 4px;
}
/* smart phone */
@media screen and (max-width:767px) {
	.title_wrap h3.title {
		font-size:24px;
		padding:0;
	}
	.title_wrap h3.title span {
		font-size:12px;
	}
	.title_wrap h3.title i{
		width: 30px;
		height: 3px;
	}
}
/***** SNS Share Button *****/
.snsWrap {
	display: none;
	padding: 30px;
	background: #f2f2f2;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.snsWrap .snsWrapTtl {
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 2em;
}
.snsWrap .snsWrapTtl span {
	font-size: 30px;
	font-weight: bold;
}
@media screen and (max-width: 770px) {
	.snsWrap {
		padding: 15px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.snsWrap .snsWrapTtl {
		font-size: 13px;
		margin-bottom: 0.6em;
	}
	.snsWrap .snsWrapTtl span {
		font-size: 16px;
	}
}

/***** add update ****/
input[name^="privacy"] ~ .error {
	display:block;
	text-align:center;
	margin-top: -50px;
	margin-bottom: 50px;
}

@media screen and (max-width: 770px) {
	.mw_wp_form .consent {
		margin: 0 auto 50px;
	}
	.mw_wp_form form {
		margin-bottom:50px;
	}
	#contact .background {
		padding-bottom: 50px !important;
	}
}

@media screen and (max-width: 370px) {
.menu_list ul li a figcaption {
	padding: 20px 1em !important;
}
.container .article .f_box .intro .title {
margin-left:0;
}
.container .article .f_box .intro h3 {
padding: 20px 20px 20px 0 !important;
}
}

.menus_txt b {
	font-size:1.6rem;
	color: #0e7192;
}