@charset "utf-8";
/*
Theme Name: Clearlink
Version:1.0
Description: original theme
Author: at21v_01
*/

/* ani */
.visible, .invisible {
    opacity: 0.0;
    transition: opacity 0.5s ease;
}
.visible {
    opacity: 1.0;
}
.visible.translateScaleUp,.invisible.translateScaleUp {
    transform: scale(.5);
    transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateScaleUp {
    transform: scale(1);
}

.str__animation{
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
}
.str__animation .str{
    will-change: auto;
    min-width: .3rem;
    transform: translateY(0);
    opacity: 0;
}
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
a img:hover {
    transform: scale(1.05);
    transition-duration: 0.3s;
}
/* フォントスタイル */

.Parent {
    text-align: center;
    margin: 0 auto 50px;
}
.Parent2 {
    text-align: center;
    margin: 0 auto 30px;
}
.TitleTop {
	display: inline-block;
    padding: 0 30px;

	border-bottom: 1px solid;
}
.TitleTop span {
    font-size: 3.0rem;
}
.TitlePage {
    font-size: 3.0rem;
    padding: 0 30px;

    width: 50vw;
    margin: 0 auto;
    text-align: center;
    background: #57C6F2;
    padding: 30px;
}
.TitlePage_2 {
    font-size: 3.0rem;
    padding: 0 30px;

    margin: 0 auto;
    text-align: center;
    background: url(./img/hbg2.png) center center no-repeat;
    padding: 30px;
}
.TitlePrice {
	font-size: 2.8rem;
    padding-left: 15px;

    margin: 0 auto;
    border-left: 5px solid #218DEE;;
}
.TitleSub {

    font-size: 2.4rem;
	color: #218DEE;;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.TitlePost {
	font-size: 2.6rem
    color: #218DEE;;
    margin: 30px auto;
    position: relative;
}
.TitleCate { /*  */
    font-size: 2.0rem;
    padding: 5% 0 5% 10%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5%;
}
@media screen and (max-width: 768px) {

.TitleTop span {
    font-size: 5vw;
}
.TitlePage {
    font-size: 5vw;
	padding: 20px;
}
.TitlePage_2  {
    font-size: 5vw;
	padding: 20px;
}
}
/* 文字色 */
.Blue {
    color: #218DEE;;
}
.White {
    color: #FFFFFF;
}
/* 背景 */
.Bg1 {
	background: #FFF;
}
.Bg2 {
	background: #5999E8; /* 薄青 */
}
.Bg2_2 {
	background: #218DEE;; /* 濃青 */
}
.Bg00 { /* 斜め1 */
    background: linear-gradient(130deg, #57C6F2 50%, #BBE8F2 50%);
}
.Bg01 { /* 斜め2 */
    background: linear-gradient(45.8deg, #EEF281 50%, #BBE8F2 50%);
}
.Bg02 { /* 斜め2 */
    background: linear-gradient(130deg, #EEF280 50%, #D2D91A 50%);
}
.Bg03 { /* 斜め2 */
    background: linear-gradient(45.8deg, #EEF280 50%, #D2D91A 50%);
}
.bag04 { /* テーブル料金用 */
	background: #ffe036;
}
.Hbg00 {
	background: url(./img/hbg0.jpg) center center no-repeat;
}
.Hbg01 {
	background: url(./img/hbg1.png) center center no-repeat;
}
.Hbg02 {
	background: url(./img/hbg2.png) center center no-repeat;
}
.Hbg03 {
	background: url(./img/hbg3.png) center center no-repeat;
}
.Hbg04 {
	background: url(./img/hbg4.png) center center no-repeat;
}
.Hbg05::before {
	content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url(./img/hbg-service.jpg);
background-size:cover;
}
.BgS {
	position: relative;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
}
@media screen and (max-width: 768px) {
.BgS {
    background-attachment: inherit;
	background-size:cover;
}
	
	
}
/* 枠付きテキスト */
.Tbox {
	text-align: left;
    font-size: 1.6rem;
    line-height: 1.3;
    border: solid 1px #999;
    padding: 15px;
    border-radius: 5px;
	box-sizing: border-box;
	background: #FFF;
}
.Tbox p {
	margin-bottom: 1.7rem;
}
.Tbox h3 {
    margin-bottom: 15px;
    font-size: 2rem;
    padding-left: 15px;
    margin: 0 0 15px;
    border-left: 5px solid #218DEE;;
}
/* 横並び */

.img-left {
	float: left;
	padding: 0 20px 20px 0;
    max-width: 45%;
}

.col2,
.col3,
.col4,
.col5 {
	width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    align-items:;
    text-align: center;
    align-content: space-around;
}
.col2l,
.col3l,
.col4l,
.col5l {
	width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    align-items:;
    align-content: space-around;
}
.col2 .TitleTop,
.col3 .TitleTop,
.col4 .TitleTop,
.col5 .TitleTop {
	display: block;
}
.col2 > div,
.col2 > li {
	width: 45%;
	margin-bottom: 30px;
}
.col2l > div,
.col2l > li {
	width: 45%;
	margin-bottom: 10px;
	position: relative;
}
.col3 > div,
.col3 > li {
	width: 33.33333%;
	margin-bottom: 30px;
}
.col4 > div,
.col4 > li {
	width: 25%;
	margin: 5px auto;
}
.col5 > div,
.col5 > li {
	width: 18%;
}
@media screen and (max-width: 768px) {
.col2 > div,
.col2 > li {
	width: 100%;
	margin-bottom: 30px;
}
}
@media screen and (max-width: 732px) {
.col2l > div,
.col2l > li {
	width: 100%;
	margin-bottom: 5px;
}
.col5 > div,
.col5 > li {
	width: 30%;
	margin-bottom: 3%;
}
}
@media screen and (max-width: 680px) {
.img-left {
	float: none;
	padding: 0 0 10px 0;
    max-width: 100%;
}	
.col2 > div,
.col2 > li {
	width: 100%;
}

.col3 > div,
.col3 > li {
	width: 50%;
	margin-bottom: 0px;
}
.col4 > div,
.col4 > li {
	width: 48%;
}
.col5 > div,
.col5 > li {
	width: 48%;
}
}

/* フレーム */
body {
	margin-top: 100px;
}
#wrapper,#Header,#Footer {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.Contents {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}
.Inner {
	max-width: 1020px;
    margin: 0 auto;
	position: relative;
}
#service {
}
#Item {
	margin-top: 30px;
}
.PostContents {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    border: solid 1px #999;
    padding: 40px;
    border-radius: 3px;
    box-sizing: border-box;
    background: #FFF;
}
.Contact {
	    max-width: 700px;
    margin: 0 auto;
}
.IocnBox li {
    line-height: 2rem;
    padding-left: 3rem;
	line-height: 1.7;
	font-weight: 700;
}
.IocnBox li::before {
	position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(./img/listicon01.png) no-repeat;
    background-size: contain;

}
@media screen and (max-width: 1028px) {
body {
	margin-top: 46px;
}

.Inner {
	max-width: 90%;
}

}

/* 新着 */
.NewsSection a {
	color: #333;
    text-decoration: none;
}
.NewsSection a:hover {
	color: #113675;
    text-decoration: underline;
}
.NewsBox {
    font-size: 1.4rem;
}
.NewsSection h3 {
    margin: 5px auto;
    font-size: 1.6rem;
    color: #218DEE;;
    border-bottom: 0;
}
.NewsSection .NewsBox {

}
.NewsSection .NewsBox li {
	overflow: hidden;
    margin-bottom: 15px;
}
.NewsImg {
    float: left;
    margin-right: 15px;
}
.NewsInfo {

}
.NewsTime {
    margin-bottom: 5px;
}
.NewsTime .NewsCat {
    margin-right: 5px;
    display: block;
    margin-bottom: 5px;
}
.NewsTime .NewsCat a {
	color: #FFF;
    padding: 3px 7px;
    background: #218DEE;
    font-size: 1.2rem;

}
.NewsNew {
    color: #FFF;
    padding: 3px 7px;
    background: #f8e250;
	font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
.NewsSection .published {
	display: block;
    margin-top: 5px;
}

}
/* SubBox */
.SubBox {
	margin-top: 50px;
    position: relative;
	line-height: 1.3;
}
.SubBox_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    margin-bottom: 50px;
    position: relative;
	min-height: 460px;
}

.SubBox_inner.-odd {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.SubBox_inner::before {
	content: "";
    position: absolute;
    width: 47%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    top: 0;
    left: 0;
}
.SubBox_inner.-odd::before {
	content: "";
    position: absolute;
    width: 47%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    top: 0;
	left: auto;
    right: 0;
}
.SubBoxText {
	width: 50%;
}
.SubBoxText p {
	margin-bottom: 1em;
}
.SubBoxNum {
	color: #218DEE;;
    position: relative;
    font-size: 50px;
    font-weight: bold;
	margin-bottom: 0 !important;
}
.TitleSub::after {
    content: "";
    position: absolute;
    width: 130%;
    border-top: 1px solid #1c2649;
    bottom: 0;
    right: 0;
}
.-odd .TitleSub::after {
    content: "";
    position: absolute;
    width: 130%;
    border-top: 1px solid #1c2649;
    bottom: 0;
    left: 0;
}
.SubBox_inner.-no01::before {
    background-image: url(./img/nagare1.jpg);
}
.SubBox_inner.-no02::before {
    background-image: url(./img/nagare2.jpg);
}
.SubBox_inner.-no03::before {
    background-image: url(./img/nagare3.jpg);
}
.SubBox_inner.-no04::before {
    background-image: url(./img/nagare4.jpg);
}
.SubBox_inner.-no05::before {
    background-image: url(./img/nagare5.jpg);
}
.SubBox_inner.-no06::before {
    background-image: url(./img/nagare6.jpg);
}
.SubBox_inner.-no07::before {
    background-image: url(./img/nagare7.jpg);
}
.SubBox_inner.-no08::before {
    background-image: url(./img/nagare8.jpg);
}
.SubBox_inner.-no09::before {
    background-image: url(./img/nagare9.jpg);
}
.SubBox_inner.-no10::before {
    background-image: url(./img/nagare10.jpg);
}
.SubBox_inner.-no11::before {
    background-image: url(./img/nagare11.jpg);
}
.SubBox_inner.-no12::before {
    background-image: url(./img/nagare12.jpg);
}
.SubBox_inner.-no13::before {
    background-image: url(./img/nagare13.jpg);
}
.SubBox_inner.-no14::before {
    background-image: url(./img/nagare14.jpg);
}
.SubBox_inner.-no15::before {
    background-image: url(./img/point1.jpg);
}
.SubBox_inner.-no16::before {
    background-image: url(./img/point2.jpg);
}
.SubBox_inner.-no17::before {
    background-image: url(./img/point3.jpg);
}
.SubBox_inner.-no18::before {
    background-image: url(./img/point4.jpg);
}
.SubBox_inner.-no19::before {
    background-image: url(./img/point5.jpg);
}
.SubBox_inner.-no20::before {
    background-image: url(./img/point6.png);
}
@media screen and (max-width: 1023px) {
.SubBox_inner::before,
.SubBox_inner.-odd::before {
    height: 64%;

}
}
@media screen and (max-width: 768px) {
.SubBox_inner {
    min-height: 70%;
}
.SubBox_inner::before {
    right: inherit;
    left: 0;
}
}
@media screen and (max-width: 480px) {
.SubBox_inner {
    min-height: auto;
    padding-top: 280px;
    margin-bottom: 50px;
}
.SubBox_inner::before,
.SubBox_inner.-odd::before {
	width: 100%;
	height: 242px;
}
.SubBoxText {
	width: 100%;
}
.TitleSub::after,
.-odd .TitleSub::after {
    width: 100%;
}
}
/* youtube */
.Youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.Youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* 共通テーブル */
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    background: #FFF;
}
table th {
	border: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px 15px;
    width: 30%;
    text-align: left;
    color: #218DEE;;
    background: #fafafa;
}
table td {
	border: 1px solid #ccc;
    padding: 20px 15px;
    vertical-align: middle;
}
@media screen and (max-width: 480px) {
table th {
	width:auto;
	display:block;
	border-bottom: 0;
	border-top: 0;
}
table tr:nth-child(1) {
	border-top: 1px solid #ccc;
}
table td {
	display:block;
}

}
/* 共通サービス一覧 */
#CateBox {
	position: relative;
}
#CateBox li {
	background: #FFF;
    border: 1px solid #999;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: left;
    padding: 15px;
}
#CateBox.col3 > li {
    width: 30%;
    margin-bottom: 30px;
}
#CateBox h3 {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    border-bottom: 1px solid;
	margin-bottom: 5px;
}
#CateBox h3 span {
	font-size: 7rem;
	line-height:0.9;
	display: block;
}
#CateBox .Ttbox {
    padding: 10px;

}
#CateBox .CateImg {
	position: relative;
}
#CateBox .TextA {
	padding: 15px;
}
@media screen and (max-width: 768px) {
#CateBox.col3 > li {
    width: 45%;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 680px) {
#CateBox.col3 > li {
    width: 100%;
    margin-bottom: 15px;
}
}
/* 共通プライスページ */
.PriceBox {
    max-width: 700px;
    margin: 30px auto;
    text-align: center;
    padding: 20px;
}
.PriceBox p:nth-child(1) {

}
.PriceBox p:nth-child(2) {
    border-bottom: 3px solid;
    margin-bottom: 20px;
    font-size: 7rem;
    font-weight: bold;
}
.PriceBox p:nth-child(3) {
    font-weight: bold;
}
#Price table th {

}
#Price table td {

}

/* 共通リンクボタン */
/* 共通アクションバナー */
.AcBox {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px;
}


/* 共通リンクボタン */
.NBtn {
    overflow: hidden;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 30px;
}
.NBtn a {
	position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    padding: 6% 0;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    background-color: #EE218D;
    text-decoration: none !important;
    letter-spacing: 0.3em;
    font-size: 20px;
    border-radius: 5px;
}
.NBtn a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ee8221;
    transition: all 300ms linear;
	border-radius: 5px;
}
.NBtn a:hover {
  color: #FFF;
}
.NBtn a:hover:before {
left: 0;
}

/* icom */
/*! switch view
======================================================= */
.viewPc{
	display: block;
}
.viewTb{
	display: none;
}
.viewSp{
	display: none;
}

@media screen and (max-width:1024px){
.viewPc{
	display: none;
}
.viewTb{
	display: block;
}
.viewSp{
	display: block;
}
}

@media screen and (max-width:768px){
.viewPc{
	display: none;
}
.viewTb{
	display: none;
}
.viewSp{
	display: block;
}
}

/*! #gHeader
======================================================= */
#gHeader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	height: 46px;
	border: 1px solid #e2e2e2;
	border-width: 1px 0;
	background: #fff;
	z-index: 2000;
}
#gHeader h1 {
    padding:5px 0px 5px 20px;
    font-size: 1.2rem;
}
#gHeader .Logo {
	padding: 0 0 0 20px;
}
#gHeader .Logo img {
    max-height: 55px;
}
@media screen and (max-width:1024px){
#gHeader .Logo {
	padding:0;
}
#gHeader .Logo img {
    padding: 5px;
    max-height: 40px;
}
}
#gHeader .btnMenu{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 46px;
	height: 46px;
	border: 1px solid #e2e2e2;
	cursor: pointer;
}
#gHeader .btnMenu span{
	display: block;
	position: absolute;
	left: 10px;
	width: 26px;
	height: 2px;
	background: #218DEE;;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}
#gHeader .btnMenu span:nth-child(1){
	top: 10px;
}
#gHeader .btnMenu span:nth-child(2){
	top: 17px;
}
#gHeader .btnMenu span:nth-child(3){
	top: 24px;
}
#gHeader .btnMenu .txt{
	position: absolute;
	top: 32px;
	left: 14px;
	width: 18px;
	line-height: 0;
}
#gHeader .btnMenu .txt img{
	line-height: 1;
}
#gHeader .btnMenu.open span:nth-child(1){
	top: 18px;
	-webkit-transform: rotate(405deg);
	transform: rotate(405deg);
}
#gHeader .btnMenu.open span:nth-child(2){
	opacity: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
#gHeader .btnMenu.open span:nth-child(3){
	top: 18px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
#gHeader .btnMenu.open p{
	opacity: 0;
}
@media screen and (min-width:600px) and (max-width:1024px){
	#gHeader{
		min-width: 600px;
		height: 48px;
	}
	#gHeader .btnMenu{
		width: 48px;
		height: 48px;
	}
	#gHeader .btnMenu span{
		left: 13px;
		width: 24px;
	}
	#gHeader .btnMenu span:nth-child(1){
		top: 13px;
	}
	#gHeader .btnMenu span:nth-child(2){
		top: 20px;
	}
	#gHeader .btnMenu span:nth-child(3){
		top: 27px;
	}
	#gHeader .btnMenu .txt{
		top: 34px;
		left: 13px;
		width: 24px;
	}
	#gHeader .btnMenu.open span:nth-child(1){
		top: 23px;
	}
	#gHeader .btnMenu.open span:nth-child(3){
		top: 23px;
	}
}
@media screen and (min-width:1025px){
	#gHeader{
		position: absolute;
		min-width: 1024px;
		height: 100px;
		border: none;
	}

}
@media screen and (max-width:414px){
#gHeader .Logo img {
	padding:5px;
	max-width: 50%;
}
}
/*! .gNav
======================================================= */
@media screen and (max-width:1024px){
	.gNav{
		display: none;
		position: absolute;
		top: 47px;
		left: 0;
		width: 100%;
		padding: 0 0 15px;
		background: #fff;
		overflow: hidden;
		z-index: 4000;
	}
	.gNav .menu{
		position: relative;
		top: -1px;
		margin: 0 0 15px;
		max-height: 450px;
		border-bottom: 1px solid #e1e1e1;
		overflow: scroll;
	}
	.gNav .menu li > a,
	.gNav .menu li > span{
		display: block;
		padding: 7px 25px;
		border-top: 1px solid #e1e1e1;
		color: #666;
		font-size: 93%;
		line-height: 2;
		cursor: pointer;
	}
	.gNav .menu li > span{
		position: relative;
	}
	.gNav .menu li > span::after{
		position: absolute;
		top: 14px;
		right: 15px;
		width: 12px;
		height: 12px;
		background: url(../img/icon_arrow01_gray.png) no-repeat;
		background-size: 12px;
		content: '';
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: .3s linear;
		transition: .3s linear;
	}
	.gNav .menu li > span.open::after{
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	.gNav .menu .menuSub{
		display: none;
	}
	.gNav .menu .menuSub li > a,
	.gNav .menu .menuSub li > span{
		position: relative;
		padding-left: 47px;
		background: #f9f9f9;
	}
	.gNav .menu .menuSub li > a::before,
	.gNav .menu .menuSub li > span::before{
		position: absolute;
		top: 15px;
		left: 32px;
		width: 7px;
		height: 7px;
		border: 1px solid #9e9e9e;
		border-width: 0 0 1px 1px;
		content: '';
		cursor: pointer;
	}
	.gNav .menu .menuSub ul > li > a{
		padding-left: 59px;
		border-top: 1px dashed #d5d5d5;
		border-bottom: 0;
		background: #ededed;
	}
	.gNav .menu .menuSub ul > li > a::before{
		left: 44px;
	}
	.gNav .btnClose{
		position: relative;
		width: 107px;
		margin: 0 auto;
		padding: 5px 0 7px 18px;
		border-radius: 1px;
		background: #333;
		color: #fff;
		font-size: 86%;
		text-align: center;
		line-height: 1.5;
		cursor: pointer;
	}
	.gNav .btnClose::after,
	.gNav .btnClose::before{
		position: absolute;
		top: 13px;
		left: 35px;
		width: 11px;
		height: 2px;
		background: #fff;
		content: '';
	}
	.gNav .btnClose::before{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.gNav .btnClose::after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@media screen and (max-width:1024px) and (min-width:600px) and (max-width:1024px){
	.gNav{
		top: 49px;
		left: auto;
		right: 0;
		width: 70%;
		padding: 0 0 20px;
	}
	.gNav .menu{
		margin: 0 0 20px;
		max-height: none;
		overflow: visible;
	}
	.gNav .btnClose{
		width: 120px;
	}
}
@media screen and (max-width:1024px){
	.overlayWrap{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(51,51,51,.7);
		z-index: 2;
	}
}
@media screen and (min-width:1025px){
	.gNav{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		overflow: visible;
	}
	.gNav .menu{
		position: absolute;
		top: 0;
		right: 0;
	}
	.gNav .menu li{
		float: left;
		width: auto;
	}
	.gNav .menu li > a,
	.gNav .menu li > span{
		display: block;
		position: relative;
		padding: 38px 20px 39px 45px;
		min-height: 23px;
		color: #333;
		font-size: 100%;
		text-align: center;
		line-height: 1.5;
		cursor: pointer;
		text-decoration: none;
	}
	.gNav .menu li > a::before,
	.gNav .menu li > span::before{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 8px;
		background: #21EE82;
		content: '';
		-webkit-transition: .3s linear;
		transition: .3s linear;
	}
	.gNav .menu li > a.current::before,
	.gNav .menu li > a:hover::before,
	.gNav .menu li > span.current::before,
	.gNav .menu li > span:hover::before{
		width: 100%;
	}
	.gNav .menu li > a::after,
	.gNav .menu li > span::after{
		position: absolute;
		top: 35px;
		right: auto;
		left: 0;
		width: 1px;
		height: 30px;
		background: #aaa;
		content: '';
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	.gNav .menu li > a.current::after,
	.gNav .menu li > a.open::after,
	.gNav .menu li > span.current::after,
	.gNav .menu li > span.open::after{
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	.gNav .menu li:nth-child(1){
		background: url(./img/header/icon_gnav01.png) no-repeat 15px 50%;
	}
	.gNav .menu li:nth-child(2){
		background: url(./img/header/icon_gnav02.png) no-repeat 15px 50%;
	}
	.gNav .menu li:nth-child(3){
		background: url(./img/header/icon_gnav03.png) no-repeat 15px 50%;
	}
	.gNav .menu li:nth-child(4){
		background: url(./img/header/icon_gnav04.png) no-repeat 15px 50%;
	}
	.gNav .menu li:nth-child(5){
		background: url(./img/header/icon_gnav05.png) no-repeat 15px 50%;
	}
	.gNav .menu li:nth-child(5) > span{
		position: relative;
		padding-right: 15px;
	}
	.gNav .menu li:nth-child(5) > span .icon{
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		-webkit-transition: .3s linear;
		transition: .3s linear;
	}
	.gNav .menu li:nth-child(5) > span .icon::before{
		position: absolute;
		top: 4px;
		left: 0;
		width: 10px;
		height: 2px;
		background: #084ea1;
		content: '';
	}
	.gNav .menu li:nth-child(5) > span .icon::after{
		position: absolute;
		top: 0;
		left: 4px;
		width: 2px;
		height: 10px;
		background: #084ea1;
		content: '';
		-webkit-transition: .3s linear;
		transition: .3s linear;
	}
	.gNav .menu li:nth-child(5) > span:hover .icon{
		margin-top: -3px;
	}
	.gNav .menu li:nth-child(5) > span.current:hover::before{
		width: 100%;
	}
	.gNav .menu li:nth-child(5) > span:hover::before{
		width: 0;
	}
	.gNav .menu li:nth-child(5) > span.open .icon{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	.gNav .menu li:nth-child(5) > span.open .icon::after{
		opacity: 0;
	}
	.gNav .menu li:nth-child(5) > span.no-toggle-pc .icon{
		display: none;
	}
	.gNav .menu li.contact{
		width: 149px;
		padding: 30px 0 0 23px;
	}
	.gNav .menu li.contact a{
		min-height: 18px;
		padding: 10px 0 12px 22px;
		border-radius: 2px;
		background: #0095ea;
		color: #fff;
		font-size: 92%;
		text-align: center;
		line-height: 1.5;
		-webkit-transition: .3s linear;
		transition: .3s linear;
	}
	.gNav .menu li.contact a::before{
		display: none;
	}
	.gNav .menu li.contact a::after{
		position: absolute;
		top: 15px;
		bottom: auto;
		left: 25px;
		width: 14px;
		height: 10px;
		background: url(../img/icon_mail01_white.png) no-repeat;
		content: '';
	}
	.gNav .menu li.contact a:hover{
		background: #084ea1;
	}
	.gNav .menu li.contact::before{
		display: none;
	}
	.gNav .menu .menuSub{
		display: none;
		position: absolute;
		top: 100px;
		right: 0;
		width: 100vw;
		min-width: 1200px;
		padding-right: 25px;
		background: #f3f3f3;
		text-align: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		letter-spacing: -.5em;
	}
	.gNav .menu .menuSub li{
		display: inline-block;
		position: relative;
		float: none;
		width: auto;
		background: 0 0;
		letter-spacing: .06em;
	}
	.gNav .menu .menuSub li a,
	.gNav .menu .menuSub li span{
		position: relative;
		padding: 19px 15px 20px;
		min-height: 21px;
		background: 0 0;
		font-size: 93%;
	}
	.gNav .menu .menuSub li a::before,
	.gNav .menu .menuSub li span::before{
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		width: 0;
		height: 8px;
		border: none;
		background: #f8e250;
	}
	.gNav .menu .menuSub li a.current::before,
	.gNav .menu .menuSub li a:hover::before,
	.gNav .menu .menuSub li span.current::before,
	.gNav .menu .menuSub li span:hover::before{
		width: 100%;
	}
	.gNav .menu .menuSub li a::after,
	.gNav .menu .menuSub li span::after{
		display: none;
	}
	.gNav .menu .menuSub li.environment:hover a::before{
		width: 0;
	}
	.gNav .menu .menuSub li.environment:hover::after{
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -10px;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #f8e250;
		content: '';
	}
	.gNav .menu .menuSub li.environment a + ul{
		position: absolute;
		top: 60px;
		left: -45px;
		width: 180px;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: .3s linear;
		transition: .3s linear;
	}
	.gNav .menu .menuSub li.environment:hover a + ul{
		height: auto;
		max-height: 121px;
	}
	.gNav .menu .menuSub ul li{
		display: block;
		border: none;
		background: #fff;
	}
	.gNav .menu .menuSub ul li + li{
		border-top: 1px solid #fced8a;
	}
	.gNav .menu .menuSub ul li a{
		position: relative;
		padding: 8px 15px 11px;
		border: none;
		background: #f8e250;
		color: #084ea1;
		text-align: left;
		-webkit-transition: .3s linear;
		transition: .3s linear;
	}
	.gNav .menu .menuSub ul li a:hover{
		background: #fced8a;
	}
	.gNav .menu .menuSub ul li a::before{
		display: none;
	}
	.gNav .menu .menuSub ul li a::after{
		position: absolute;
		top: 14px;
		right: 16px;
		width: 12px;
		height: 12px;
		background: url(../img/icon_arrow01_white.png) no-repeat;
		background-size: 12px;
		content: '';
		-webkit-transition: .1s linear;
		transition: .1s linear;
	}
	.gNav .menu .menuSub ul li a:hover::after{
		right: 14px;
	}
}
/*! #gHeader.fixed
======================================================= */
@media screen and (min-width:1025px){
	#gHeader.stop{
		position: fixed;
		top: -90px;
		height: 100px;
		box-shadow: 1px 1px 2px rgba(46,43,43,.1);
	}
	#gHeader.stop.fixed{
		top: 0;
		-webkit-transition: .3s linear;
		transition: .3s linear;
	}
	#gHeader.stop .gNav .menu > li > a,
	#gHeader.stop .gNav .menu > li > span{
		padding-top: 28px;
		padding-bottom: 29px;
	}
	#gHeader.stop .gNav .menu > li > a::after,
	#gHeader.stop .gNav .menu > li > span::after{
		top: 25px;
	}
	#gHeader.stop .gNav .menu li.contact{
		padding-top: 20px;
	}
	#gHeader.stop .gNav .menu li.contact a{
		padding: 10px 0 12px 22px;
	}
	#gHeader.stop .gNav .menu li.contact a::after{
		top: 15px;
	}
	#gHeader.stop .gNav .menu .menuSub{
		top: 80px;
	}
}

/* フッター */
#Footer {
	background: url(./img/hbg2.png) center center no-repeat;
	position: relative;
	text-align: center;
}
.flogo {
    margin: 0 auto;
	padding-bottom: 10px;
}
.ftel {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.ftel.span {
    margin: 0 auto;
	padding-bottom: 10px;
}
/* フッターナビ */
#Fmanu {
}
.Fnav ul {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.Fnav .menu > li {
	width: 1080px;
    display: inline;
}
.Fnav .menu li {
	max-width: calc(1080px/6);
    position: relative;
    display: block;
    cursor: pointer;
}
.Fnav .menu li a {
    color: #FFF;
    position: relative;
    padding: 10px;
    display: block;
	text-decoration: none;
}
.Fnav .menu li a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: .3s linear;
	transition: .3s linear;
}
.Fnav .menu li a:hover::after{
	width: 100%;
}

.copyright p {
	padding-bottom: 1em;
    font-size: 1.2rem;
}
.flogo {
	text-align: center;
	padding: 1em;
}
.Ftel {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
/*! #pageTop
---------------------------------------- */
#pageTop{
	border-bottom: 1px solid #fff;
}
#pageTop a{
	display: block;
	padding: 11px 0 10px;
	background: #eee;
	text-align: center;
	padding: 14px 0 15px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}
#pageTop a img{
	width: 35px;
}
#pageTop a:hover{
	padding: 10px 0 19px;
}
@media screen and (max-width:768px){
.Fnav ul {
    display: block;
}
.Fnav .menu li {
    max-width: 100%;
    border-bottom: 1px solid #FFF;
}
.Fnav .menu li a {
    padding: 30px;
}
}
/*TOPページ*/
#Mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 73vh;
    background-size: cover;
    background-position: center;
}
.MvImg {
	background-image: url(./img/mvbg.jpg);
}
#frozen .MvImg {
	background-image: url(./img/mvbg02.jpg);
}
#Mv p {
    max-width: var(--max-width-sm);
    width: calc(100% - 2*var(--component-padding));
}
#MvSub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 55vh;
    background-size: cover;
    background-position: center;
}
/*******固定ページ*******/

/* 料金ボックス */
.NewsSection h3 {
    margin: 5px auto;
    font-size: 1.6rem;
    color: #218DEE;;
    border-bottom: 0;
}
/* プライバシー */
ol.Olstyle {
	list-style: decimal;
    list-style-position: inside;
	font-weight: bold;
	line-height: 1.5;
}
ol.Olstyle ul p {
    margin: 1em 0 0 1em;
    font-weight: normal;
}
ol.Olstyle ul {
    margin: 15px auto;
    padding-left: 2em;
    font-weight: normal;
}
ol.Olstyle ul li {
	list-style: disc;
}
ol.Olstyle ul li p {
    margin: 0 0 1em 1em;
    font-weight: normal;
}
/*記事ページ*/
.PostPage {
	margin-top: 2vw;
}
.PostDay {
    font-size: 1.2rem;
}
.PostCat {
margin-bottom: 10px;
}
.PostCat a {
	color: #FFF;
    padding: 3px 7px;
    background: #113675;
    font-size: 1.2rem;
}
.PostPage .entry {
    margin-top: 30px;
}
/* パンくず */
.breadcrumbs {
    margin: 0 auto;
	font-size: 12px;
	padding: 10px 10px 30px;
	background: #FFF;
}
/* ページネーション */
.pagination ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.pagination ul li {
    padding: 5px;
    margin: 0 0.5em;
	font-size: 16px;
}
/* 次前の記事 */
.PageN_one {
	text-align: center;
    margin: 30px auto;
    max-width: 768px;
}
.PageN_one a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 50px 0;
}
.PageN_one a:hover {
	color: #218DEE;;
	text-decoration: underline;
}
.PageN_one .col2 {
    align-items: center;
}
.PageN_one p {
    margin: 30px auto;
    background: #f7ab2c;
    color: #FFF;
    padding: 10px;
}
.PageN_one ul li {
	position: relative;
}
.previous,
.nexts {
    margin-bottom: 0 !important;
}
.previous:after {
    content: '';
    width: 30px;
    height: 30px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    left: 2%;
	top: 44px;
}
.nexts:after {
    content: '';
    width: 30px;
    height: 30px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 2%;
	top: 44px;
}
@media screen and (max-width:480px){
.PostContents {
    max-width: 100%;
    padding: 20px;
}
}


/* 記事一覧 */
.EntryBox a {
	color: #333;
	text-decoration: none;
}
.EntryBox li {
	position: relative;
    line-height: 1.3;
    border: solid 1px #999;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #FFF;
	text-align: left;
}
.EntryInfo a:hover {
	color: #218DEE;;
	text-decoration: underline;
}
.EntryTime {
    font-size: 1.2rem;
}
.EntryTime .EntryCat {
	margin-right: 5px;
}
.EntryTime .EntryCat a {
    color: #FFF;
    padding: 3px 7px;
    background: #113675;
    font-size: 1.2rem;
}
.EntryTitle {
    margin: 5px auto;
    font-size: 1.6rem;
    color: #218DEE;;
	margin: 10px auto;
}
.EntryImg {
    min-height: 280px;
	margin-bottom: 15px;
}
.EntryText {
    margin-bottom: 10px;
    border-bottom: 1px solid #218DEE;;
    padding-bottom: 10px;
}
.EntryTag {
	overflow: hidden;
}
.EntryTag  p {
    float: left;
    margin: 1px;
	list-style: none;
}
.EntryTag  p a {
	display: block;
    text-decoration: none;
    font-size: 1.2rem;
    color: #113675;
    padding: 0px 7px 0px;
    border: 1px solid #113675;
}
.EntryTag  p a:hover {
    color: #FFF;
    padding: 0px 7px 0px;
    border: 0;
	border: 1px solid #113675;
	background: #113675;
}
.TagBox ul {
}
.TagBox ul li {
    float: left;
    margin: 1px;
	list-style: none;
}
.TagBox ul li a {
    display: block;
	text-decoration: none;
    background: #D8362E;
    color: #FFF;
    font-size: 1.2rem;
    padding: 5px 10px;
    line-height: 1.0;
}
.TagBox ul li a:hover {
	opacity: 0.7;
}
/* アイテム */
#Item .Bord {
    text-align: left;
    position: relative;
    background: #FFF;
    padding: 20px;
    border-radius: 5px;
}
.SaleT {
    margin: 10px auto;
    border-bottom: 1px solid #252525;
    padding-bottom: 5px;
	line-height: 1.5;
}
.Mak {
	text-align: right;
    font-size: 1.2rem;
}
#Item .Bord ul {
	list-style-position: inside;
    list-style: disc;
    font-size: 1.2rem;
    padding: 0 0 10px 1.5em;
}
.Sale {
	font-size: 40px;
    font-weight: bold;
    color: #C80914;
}
/* gmap */
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%!important;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/* 上部・電話ボタン */
#SpFooterTel {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.84);
    z-index: 10000;
    padding: 8px;
    border-top: 3px solid #218DEE;;
}
#SpFooterTel ul {
    width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}



/* フォーム */
/*******************************
* バッジの色
********************************/
.wpcf7 p span.must,
.wpcf7 p span.free {
    font-weight: 400;
    color: #FFF;
}
.wpcf7 p span.Fcol01 {
    font-weight: 400;
    color: #fb0101;
}
.themeform input[type="submit"] {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
}
/* 必須マーク */
.must {
	background: #f7ab2c;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

/*******************************
* フォームの設定
********************************/
.wpcf7 p {
    margin: 0 0px 3em;
}
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 .wpcf7-select {
	 width: 100%;
	 padding: 10px 0;
	 xmargin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
	 font-size: 16px;
  transform: scale(1.0);
}
.wpcf7 textarea {
	 width: 100%;
	 padding: 10px 0;
	 xmargin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
	 font-size: 16px;
  transform: scale(1.0);
}
/* フォーム入力項目 */
.wpcf7 input[type="tel"],
.themeform select {
	 width: 100%;
	 padding: 10px 0;
	 xmargin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
	 font-size: 16px;
  transform: scale(1.0);
}
/* 送信ボタン */
/* 送信ボタン */
input.sub-btn {
	width: 100%;
	height: 60px;
	background: #F90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #ce6363;  
}

/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}
.themeform button, .themeform input, .themeform label, .themeform select, .themeform textarea {
    font-size: 1.6rem;
}
@media screen and (max-width: 680px) {
#Mv {
    min-height: 50vh;
}
}
@media screen and (max-width: 480px) {

/* ヘッター */
#gHeader .Logo img {
    padding: 5px;
    max-width: 35%;
}
/* フレーム */
#Header {
	width: 100%;
	margin: 50px auto 0;
}
#Footer {
	width: 100%;
}
.Contents {
	width: 100%;
}
/* メインビュー */
#Mv {
    padding: 5px;
}
/* 記事一覧 */
.EntryTime {
    position: relative;
    right: 0;
    font-size: 1.2rem;
    text-align: right;
}
.EntryText {
	display: none;
	margin-bottom: 0;
}
/* 次前の記事 */
.PageN_one {
    padding: 20px 0 0;
    margin: 0 auto;
}
.PageN_one ul li {
    display: block;
	width: 100%;
}
}