@charset "utf-8";
/*
Theme Name: test
Description: The original theme
Author: ikko
Author URI: https://callirrhoe.jp/
Version: 1.0
*/

/* RESET */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.3;
	background-color: #fff;
}
img {
	height: auto;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	border: 0;
}
ol, ul {
	list-style: none;
}
/* 配置など必須クラスの定義 */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.gallery-caption {}
.sticky {}
.bypostauthor {}
/* COMMON */
body {
	line-height: 1.3;
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 16px;
	color: #302F30;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
	overflow-x: hidden;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearall {
	clear: both;
}

/* HEADER */
.header {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #999;
	z-index: 5;
	/* 最前面 */
	position: fixed;
	/* ヘッダーの固定 */
	background: #fff;
	left: 0px;
    top: 0px;
}
.headerwaku2 {
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	background: #878684;
	font-size: 14px;
}
.header-logo {
	margin: 0px 0px 0px 0px;
	width: 290px;
	padding: 0px 0px 0px 5px;
	z-index: 101;
}
#header-navi {
	width: 980px;
	height: 40px;
}
.head-nav3 {
	float: right;
	width: 600px;
	margin: 20px 0px 5px 10px;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	opacity: 0.8;
}

/* HEADER */
@media screen and (max-width:600px) {
.header {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #999;
	z-index: 5;
	/* 最前面 */
	position: fixed;
	/* ヘッダーの固定 */
	background: #fff;
	left: 0px;
    top: 0px;
}
.headerwaku2 {
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	background: #878684;
	font-size: 14px;
}
.header-logo {
	margin: 23px 0px 0px 0px;
	width: 150px;
	height: 60px;
	padding: 0px 0px 0px 5px;
	z-index: 101;
}
.head-nav3 {
	float: right;
	width: 50px;
	margin: 5px 0px 5px 0px;
}
}

/* ハンバーガーメニュー */
.drawer {
	position: absolute;
	right: 0px;
	top: 0px;
}

/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 80px;
  width: 60px;
  justify-content: center;
	align-items: center;
  position: relative;
  z-index: 9;/* 重なり順を一番上に */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 6px;
  width: 50px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
	z-index: 100;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 15px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 15px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/* メニューを画面の外に飛ばす */
	background-size: cover;
  transition: .5s;
	text-align: center;
	font-size: 25px;
line-height: 2.5em;
	text-shadow: 1px 1px 1px #000;
	padding: 0px 0px 0px 0px;
}
.drawer-content a{
	text-decoration:none;
	position: relative;
	color: #fff;
	top: 0;
}
.drawer-content a:hover{
	color: #01AB00;
	opacity: 1;
　transition:all 0.6s ease;
}
.drawer-list {
	padding: 150px 0px 0px 0px;
}
.drawer-content .g1{
	width:fit-content;
	margin: 10px auto 10px;
}
.drawer-content .g2{
	width:fit-content;
	margin: 10px auto 10px;
}
.drawer-content .g3{
	width:fit-content;
	margin: 10px auto 10px;
}
.drawer-content .g4{
	width:fit-content;
	margin: 10px auto 10px;
}
.drawer-content .g5{
	width:fit-content;
	margin: 10px auto 10px;
}
.drawer-content .g6{
	width:fit-content;
	margin: 10px auto 10px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0;/* メニューを画面に入れる */
}

/* ----- 背景用の動画ファイル ----- */
.css44{
	position: absolute;
  width: auto;
	height: 100vh;
  overflow: hidden;
	margin: auto;
	object-fit: cover;
	padding: 0px 0px 0px 0px;
	background-size: cover;
}
.css44 img{
	position: relative;
	top: 0;
	width: auto;
	height: 100vh;
	z-index: -1;
	overflow: hidden;
	object-fit: cover;
	background-size: cover;
}

/* ----- 背景用の動画ファイル ----- */
@media screen and (max-width:600px) {
.css44{
	position: absolute;
	width: auto;
	height: 100vh;
	overflow: hidden;
	margin: auto;
	object-fit: cover;
	padding: 0px 0px 0px 0px;
}
.css44 img{
	position: relative;
	top: 0;
	width: auto;
	height: 100vh;
	z-index: -1;
	overflow: hidden;
	object-fit: cover;
}
}

/* 動画 */
.mainvisual2{
	height: 100%;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
	margin: auto;
}
.mainvisual2 .mtext {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0px;
	width: 60%;
	max-width: 1000px;
}
.mainvisual2 video {
    margin: auto;
    z-index: 1;
    width: 100%;
}
.mainvisual3{
	height: 600px;
	width: 100%;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
	margin: auto;
	top: -5px;
	z-index: 4;
	background-image: url(/wp-content/uploads/2024/01/TOP3new-jpg.webp);
	background-size: cover;
}
.mainvisual4{
	width: 100%;
	height: 100%;
    overflow: hidden;
	margin: auto;
}
.mainvisual4 .top{
	width: 60%;
	height: auto;
    overflow: hidden;
	margin: auto;
	float: right;
}
.mainvisual4 .top2{
	width: 20%;
	margin: 5% 0px 0px 5%;
	float: left;
}
.mainvisual4 .top3{
	width: 30%;
	margin: 2% 0px 0px 5%;
	float: left;
}
.mainvisual5{
	width: 100%;
	height: 100%;
    overflow: hidden;
	margin: 0px auto 0px;
	background: #FAC02C;
}
.mainvisual5 .top5{
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0px;
	max-width: 1200px;
	float: right;
}

@media screen and (max-width:1400px) {
.mainvisual2{
	height: 100vh;
	width: auto;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
	margin: auto;
}
.mainvisual2 .mtext {
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 400%;
	line-height:1.5em;
	color: #fff;
}
.mainvisual2 video {
	margin: auto;
    z-index: 1;
    width: auto;
	height: 100vh;
	 overflow: hidden;
}
.mainvisual3{
	height: 800px;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
	margin: auto;
	top: -5px;
	z-index: 4;
	background-image: url(/wp-content/uploads/2024/01/TOP3new-jpg.webp);
	background-size: cover;
}
}

@media screen and (max-width:1024px) {
.mainvisual2{
	height: 100vh;
	width: auto;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
	margin: auto;
}
.mainvisual2 .mtext {
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 300%;
	line-height:1.5em;
	color: #fff;
}
.mainvisual2 video {
	margin: auto;
    z-index: 1;
    width: auto;
	height: 100vh;
	 overflow: hidden;
}
.mainvisual3{
	height: 800px;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
	margin: auto;
	top: -5px;
	z-index: 4;
	background-image: url(/wp-content/uploads/2024/01/TOP3new-jpg.webp);
	background-size: cover;
}
.mainvisual4 .top{
	width: 60%;
	height: auto;
    overflow: hidden;
	margin: auto;
	float: right;
}
.mainvisual4 .top2{
	width: 25%;
	margin: 10% 0px 0px 10%;
	float: left;
}
}

@media screen and (max-width:600px) {
.mainvisual2{
	height: 100vh;
	width: auto;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
	margin: auto;
}
.mainvisual2 .mtext {
    z-index: 3;
    position: absolute;
    margin: 10% auto 10%;
	width: 100%;
	text-align: left;
	font-weight: bold;
	writing-mode: vertical-rl;
	font-size: 35px;
	line-height:1.5em;
	color: #fff;
    left: 0;
    bottom: 0;
}
.mainvisual2 video {
	position: absolute;
	 overflow: hidden;
	margin: auto;
	justify-content: center;
	align-items: center;
    z-index: 1;
	height: 100vh;
	width: auto;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mainvisual3{
	height: 1000px;
	width: auto;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
	margin: auto;
	top: -5px;
	z-index: 4;
	background-image: url(/wp-content/uploads/2024/01/TOP3new-jpg.webp);
	background-size: cover;
}
}

/* 重ねるドット */
.pattern {
	width: 100%;
	height: 100%;
	background: url('images/dot.png.webp');
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
.pattern video {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}
.pattern p {
	font-family: 'IBM Plex Sans JP', sans-serif;
	color: #fff;
	font-size: 100px;
	position: absolute;
	left: 33%;
	top: 10%;
	z-index: 3;
	font-weight: bold;
}

/* 出てくるテキスト */
.parentLeft{
	width:fit-content;
	box-sizing:border-box;
	animation-name:LIneAnime1;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;
	opacity:0;
  margin: 0 auto;
  text-align: center;
  animation-delay: 0s;
}
@keyframes LIneAnime1{
  from {
    opacity:0;
  }
  to {
    opacity:1;  
}
}
/*出てくるテキスト*/
.childLeft{
  font-weight: bold;
  color: teal;
	animation-name:innerText;
	animation-duration:1s;
	animation-delay: 0s;/*テキストは少し遅れて出てくる*/
	animation-fill-mode:forwards;
	opacity: 0;
	font-size: 200%;
}
@keyframes innerText{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}
.bgLine::before{
	animation-name:Line;
	animation-duration:1s;
	animation-fill-mode:forwards;
  animation-timing-function: ease-in-out;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: teal;/*伸びる背景色*/
}
@keyframes Line{
	0% {
		transform-origin:left;/*変形の中心を左に指定*/
		transform:scaleX(0);/*要素の拡大縮小（0）で非表示*/
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);/*左から元のサイズに*/
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;/*変形の中心を右に指定*/
		transform:scaleX(0);/*要素の拡大縮小（0）で非表示*/
	}
}

/* company */
.co_top {
	width: 70%;
	max-width: 1000px;
	margin: 100px auto 100px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 100%;
	line-height: 1.3em;
}
.co_top2 {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 80px;
	line-height: 1.3em;
	font-weight: bold;
	color: #DB901F;
}
.co_call {
	width: 100%;
	margin: 0px auto 0px;
	padding: 100px 0px 80px 0px;
	background: #EEEBE8;
}
.co_text {
	width: 80%;
	max-width: 1000px;
	margin: 50px auto 50px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 20px;
	line-height: 1.3em;
}
.co_text2 {
	width:fit-content;
	margin: 0px auto 0px;
	padding: 20px 0px 30px 0px;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	float: left;
}
.co_text3 {
	width:fit-content;
	margin: -10px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 50px;
	color: #DB901F;
	float: left;
}

/* companyap */
@media screen and (max-width:600px) {
.co_top {
	width: 95%;
	margin: 30px auto 30px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 15px;
	line-height: 1.3em;
}
.co_top2 {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 50px;
	line-height: 1.3em;
	font-weight: bold;
	color: #DB901F;
}
.co_call {
	width: 100%;
	margin: 0px auto 0px;
	padding: 30px 0px 30px 0px;
	background: #EEEBE8;
}
.co_text {
	width: 100%;
	margin: 50px auto 50px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 20px;
	line-height: 1.3em;
}
.co_text2 {
	width:fit-content;
	margin: 0px auto 0px;
	padding: 20px 0px 30px 0px;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	float: left;
}
.co_text3 {
	width:fit-content;
	margin: -10px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 50px;
	color: #DB901F;
	float: left;
}
}

/* about */
.about_top {
	width: 100%;
	margin: 0px auto 0px;
	padding: 100px 0px 100px 0px;
	background: #E8E8E8;
}
.about_text {
	width: 80%;
	max-width: 1000px;
	margin: 0px auto 0px;
	padding: 100px 0px 100px 0px;
	text-align: left;
	font-size: 200%;
	line-height: 1.3em;
	font-weight: bold;
}

/* about */
@media screen and (max-width:600px) {
.about_top {
	width: 100%;
	margin: 0px auto 0px;
	padding: 20px 0px 20px 0px;
	background: #E8E8E8;
}
.about_text {
	width: 100%;
	margin: 0px auto 0px;
	padding: 100px 0px 100px 0px;
	text-align: left;
	font-size: 40px;
	line-height: 1.3em;
	font-weight: bold;
}
}

/* 料金表 */
.top_fee {
	width: 90%;
	max-width: 1400px;
	margin: 50px auto 0px;
	padding: 0px 0px 80px 0px;
	border-bottom: 1px solid #000;
	text-align: left;
	font-size: 30px;
	clear:both;
	height: 80px;
	color: #DB901F;
}
.top_fee2 {
	width: 30%;
	height: 100%;
	margin: 10px auto 0px;
	padding: 0px 0px 0px 0px;
	font-size: 19px;
	line-height: 1.5em;
	float: left;
	color: #302F30;
}
.top_fee3 {
	width: 80px;
	height: 75px;
	border-radius: 50%;
	background: #DB901F;
	margin: 0px 6%;
	padding: 25px 10px 0px 10px;
	font-size: 19px;
	text-align: center;
	float: left;
	color: #fff;
}
.top_fee4 {
	width: 45%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 28px;
	float: left;
	height: 100%;
	color: #302F30;
}
.top_fee5 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	float: left;
	height: 100%;
	color: #302F30;
}

/* 料金表sp */
@media screen and (max-width:1100px) {
.top_fee {
	width: 95%;
	height: 100%;
	margin: 50px auto 50px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 30px;
	clear:both;
	color: #DB901F;
	background: #E8E8E8;
}
.top_fee2 {
	width: 95%;
	height: 100%;
	margin: 10px auto 0px;
	padding: 0px 0px 0px 0px;
	font-size: 19px;
	line-height: 1.5em;
	color: #302F30;
}
.top_fee3 {
	width: 80px;
	height: 75px;
	border-radius: 50%;
	background: #DB901F;
	margin: 10px auto 10px;
	padding: 25px 10px 0px 10px;
	font-size: 19px;
	text-align: center;
	color: #fff;
	float: left;
}
.top_fee4 {
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 28px;
	height: 100%;
	color: #302F30;
	float: left;
}
.top_fee5 {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	height: 100%;
	color: #302F30;
}
}

/* 料金表sp */
@media screen and (max-width:600px) {
.top_fee {
	width: 95%;
	height: 100%;
	margin: 50px auto 50px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 30px;
	clear:both;
	color: #DB901F;
	background: #E8E8E8;
}
.top_fee2 {
	width: 95%;
	height: 100%;
	margin: 10px auto 0px;
	padding: 0px 0px 0px 0px;
	font-size: 19px;
	line-height: 1.5em;
	color: #302F30;
}
.top_fee3 {
	width: 80px;
	height: 75px;
	border-radius: 50%;
	background: #DB901F;
	margin: 10px auto 10px;
	padding: 25px 10px 0px 10px;
	font-size: 19px;
	text-align: center;
	color: #fff;
	float: left;
}
.top_fee4 {
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 28px;
	height: 100%;
	color: #302F30;
	float: left;
}
.top_fee5 {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	height: 100%;
	color: #302F30;
}
}

/* 共通セレクタ */
.fb {
	width: 260px;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	background: #8BA0A6;
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.sen {
	width: 100%;
	margin: 5px 5px 5px 5px;
	border-bottom: 1px solid #D4D4D4;
	clear: both;
}
.bun {
	width: 60%;
	max-width: 800px;
	margin: 20px auto 60px;
	font-size: 20px;
	line-height: 1.5em;
	clear: both;
	text-align: left;
}

/* 事例sp */
@media screen and (max-width:600px) {
.bun {
	width: 95%;
	margin: 20px auto 20px;
	font-size: 20px;
	line-height: 1.5em;
	clear: both;
	text-align: left;
}
}

/* 事例 */
.jireall {
	width: 100%;
	margin: 5px 5px 30px 5px;
	clear: both;
	padding: 0px 0px 0px 0px;
}
.jire1 {
	width: 45%;
	margin: 0px 0px 0px 5px;
	padding: 5px 5px 5px 5px;
	float: left;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	background: #BABABA;
}

/* top */
.topmitumori {
	width: 12%;
	max-width: 200px;
	margin: 0px 0px 0px 0px;
	clear: both;
	padding: 0px 0px 0px 0px;
	position: fixed;
	bottom: 0%;
	left: 0%;
	z-index: 1000;
}
.topmuryo {
	width: 500px;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 20px auto 20px;
}
.top100 {
	width: 100%;
	margin: 0px 0px 20px 0px;
	clear: both;
	padding: 10px 0px 90px 0px;
	overflow: hidden;
}
.top100para {
	background: url('images/tt3.png.webp') no-repeat;
	width: 100%;
	height: auto;
	margin: 0px auto 0px;
	-moz-background-size: cover;
	background-size: cover;
	padding: 100px 0px 120px 0px;
	left: 0;
	overflow: hidden;
}
.topall_plan {
	width: 70%;
	max-width: 1100px;
	margin: 0px auto 0px;
	clear: both;
	padding: 40px 0px 30px 0px;
	text-align: left;
}
.topall {
	width: 80%;
	max-width: 1200px;
	margin: 0px auto 0px;
	clear: both;
	padding: 40px 0px 30px 0px;
	text-align: left;
}
.topall_top {
	position: static;
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 100px;
	clear: both;
	padding: 40px 0px 30px 0px;
	text-align: left;
}
.topall_wo {
	width: 70%;
	max-width: 1000px;
	margin: 0px auto 0px;
	clear: both;
	padding: 40px 0px 30px 0px;
	text-align: left;
}
.topsoudan {
	margin: 0px auto 0px;
	padding: 40px 0px 130px 0px;
	text-align: center;
	width: 100%;
	background: #fff;
}
.topplan {
	width: 80%;
	margin: 0px auto 0px;
	clear: both;
	padding: 0px 0px 100px 0px;
	overflow: hidden;
}
.topgoyosan {
	margin: 10px auto 30px;
	text-align: left;
	width: 100%;
	font-weight: bold;
	font-size: 400%;
	line-height: 1.5em;
}
.topgoyosan2 {
	color: #DB901F;
}
.topnanndemo {
	margin: 20px auto 40px;
	text-align: center;
	width: 800px;
}
.topnanndemo2 {
	margin: 30px auto 10px;
	text-align: center;
	width: 600px;
}
.topnanndemo24 {
	margin: 30px auto 50px;
	text-align: center;
	width: 800px;
	font-weight: bold;
	font-size: 60px;
	line-height: 1.5em;
	color: #fff;
}
.topnanndemo244 {
	margin: 0px auto 50px;
	text-align: center;
	width: 800px;
	font-weight: bold;
	font-size: 100px;
	line-height: 1.5em;
	color: #DB901F;
}
.topall2 {
	width: 860px;
	margin: 0 auto;
	clear: both;
	padding: 0px 0px 100px 0px;
}
.topall3 {
	width: 100%;
	margin: 10px 0px 10px 0px;
	clear: both;
	background: #F2F2F2;
}
.topall4 {
	width: 960px;
	height: 350px;
	margin: 0 auto;
	clear: both;
	background: url('images/top.png') no-repeat;
	background-position: right;
}
.topall5 {
	width: 300px;
	clear: both;
	font-size: 20px;
	padding: 10px 0px 10px 10px;
	line-height: 1.5em;
	font-weight: bolder;
}
.topall6 {
	width: 100%;
	margin: 0px auto 0px;
	clear: both;
	background: url('images/goyosanall.jpg.webp');
	padding: 60px 0px 0px 0px;
}
.topall66 {
	width: 100%;
	margin: 0px auto 0px;
	clear: both;
	background: #EBEBEB;
	padding: 60px 0px 60px 0px;
}
.topfb {
	width: 400px;
	height: 400px;
	margin: 40px 5px 40px 5px;
	float: right;
	padding: 5px;
	background: #ADADAD;
	border-radius: 5px;
}
.topfb2 {
	width: 400px;
	height: 400px;
	margin: 40px 5px 40px 5px;
	float: left;
	padding: 5px;
	background: #ADADAD;
	border-radius: 5px;
}
.topl {
	background: #fff;
	width: 400px;
	margin: 10px auto 5px;
	padding: 15px 10px 15px 10px;
	font-size: 18px;
	border-radius: 5px;
	color: #FFA150;
	clear: both;
}
.topr {
	background: #fff;
	float: right;
	width: 400px;
	margin: 10px 5px 10px 5px;
	padding: 10px;
	border-radius: 5px;
}
.top1 {
	margin: 5px 5px 5px 5px;
	text-align: center;
	width: 400px;
	float: left;
}
.top2 {
	color: #fff;
	margin: 20px 0px 20px 0px;
	font-size: 25px;
	line-height: 1.5em;
	font-weight: bolder;
	text-align: center;
}
.top3 {
	margin: 0px 5px 5px 5px;
	font-size: 13px;
	float: left;
	line-height: 1em;
}
.top4 {
	width: 420px;
	margin: 10px auto 0px;
	padding: 0px 20px 20px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	border: 4px solid #D9524B;
	font-size: 20px;
	background: #fff;
}
.top4 a {
	display: block;
	position: relative;
	border: 4px solid #fff;
	font-size: 20px;
	color: #D9524B;
	text-decoration: none;
	padding: 20px 0px 0px 0px;
	width: 100%;
	height: 100%;
}
.top4 a:hover {
	color: #000;
}
#Icon a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 60%;
	left: 20px;
	width: 18px;
	height: 18px;
	margin-top: -4px;
	background: #D9524B;
}
#Icon a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 60%;
	left: 15px;
	width: 18px;
	height: 18px;
	margin-top: -4px;
	background: #fff;
}
.top5 {
	background: #fff;
	float: left;
	width: 400px;
	height: 350px;
	margin: 30px 5px 40px 0px;
	padding: 18px;
	border-radius: 5px;
	border: 2px solid #888;
	position: relative;
}
.top5 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top5 a:hover {
	background-color: #FFF;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.top6 {
	background: #fff;
	float: right;
	width: 400px;
	height: 350px;
	margin: 30px 0px 40px 5px;
	padding: 18px;
	border-radius: 5px;
	border: 2px solid #888;
	position: relative;
}
.top6 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top6 a:hover {
	background-color: #FFF;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.top7 {
	width: 100px;
	height: 100px;
	margin: 20px auto 15px;
}
.top8 {
	font-size: 25px;
	color: #FF8C00;
	margin: 5px 0px 5px 5px;
	font-weight: bolder;
	line-height: 1.3em;
}
.top9 {
	font-size: 18px;
	color: #555;
	margin: 5px auto 5px;
	float: left;
	width: 95%;
	line-height: 1.5em;
	text-align: left;
}
.top10 {
	font-size: 18px;
	color: #fff;
	margin: 5px auto 5px;
	float: left;
	width: 95%;
	background: #FF8C00;
	border-radius: 5px;
	padding: 10px;
	font-weight: bolder;
	text-align: center;
}
.top11 {
	background: #fff;
	width: 600px;
	margin: 0 auto;
	padding: 18px;
	border-radius: 5px;
	border: 4px solid #D4D4D4;
	position: relative;
	clear: both;
}
.top11 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top11 a:hover {
	background-color: #FFF;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.top12 {
	font-size: 13px;
	color: #555;
	margin: 5px 0px 5px 5px;
	float: left;
	width: 350px;
	line-height: 1.5em;
	text-align: left;
}
.top13 {
	font-size: 12px;
	color: #fff;
	margin: 5px 0px 5px 0px;
	float: left;
	width: 220px;
	background: #FF8C00;
	border-radius: 5px;
	padding: 10px;
	font-weight: bolder;
	text-align: center;
}
.topmaru {
	margin: 10px 1% 10px 2%;
	padding: 10px 10px 10px 10px;
	text-decoration-line: none;
	float: left;
	text-align: center;
	position: relative;
	z-index: 1;
	display: block;
	width: 200px;
	height: 200px;
	line-height: 1.5em;
	color: #fff;
}
.topmaru h2 {
	margin: 20px auto 0px;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bolder;
}
.topmaru::before {
	content: '';
	background-color: #FF8F75;
	display: block;
	position: absolute;
	width: 200px;
	height: 200px;
	z-index: -1;
	border-radius: 50%;
	box-shadow: 0 0 0 0 #fff, 0 0 0 0 #FF8F75;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.topmaru:hover::before {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	box-shadow: 0 0 0 20px #fff, 0 0 0 10px #FF8F75;
}
.top14 {
	font-size: 12px;
	color: #FF8F75;
	margin: 5px auto 5px;
	width: 100px;
	background: #fff;
	border-radius: 5px;
	padding: 5px;
	font-weight: bolder;
	text-align: center;
}

/* topspｔｂ */
@media screen and (max-width:1300px) {
.top5 {
	background: #fff;
	float: left;
	width: 300px;
	height: 350px;
	margin: 30px 5px 40px 0px;
	padding: 18px;
	border-radius: 5px;
	border: 2px solid #888;
	position: relative;
}
.top5 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top5 a:hover {
	background-color: #FFF;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.top6 {
	background: #fff;
	float: right;
	width: 300px;
	height: 350px;
	margin: 30px 0px 40px 5px;
	padding: 18px;
	border-radius: 5px;
	border: 2px solid #888;
	position: relative;
}
.top6 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top6 a:hover {
	background-color: #FFF;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.top7 {
	width: 100px;
	height: 100px;
	margin: 20px auto 15px;
}
.top8 {
	font-size: 25px;
	color: #FF8C00;
	margin: 5px 0px 5px 5px;
	font-weight: bolder;
	line-height: 1.3em;
}
.top9 {
	font-size: 15px;
	color: #555;
	margin: 5px auto 5px;
	float: left;
	width: 95%;
	line-height: 1.5em;
	text-align: left;
}
.top10 {
	font-size: 15px;
	color: #fff;
	margin: 5px auto 5px;
	float: left;
	width: 95%;
	background: #FF8C00;
	border-radius: 5px;
	padding: 10px;
	font-weight: bolder;
	text-align: center;
}
}

/* topspｔｂ */
@media screen and (max-width:1000px) {
.top5 {
	background: #fff;
	float: left;
	width: 250px;
	height: 400px;
	margin: 30px 5px 40px 0px;
	padding: 18px;
	border-radius: 5px;
	border: 2px solid #888;
	position: relative;
}
.top5 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top5 a:hover {
	background-color: #FFF;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.top6 {
	background: #fff;
	float: right;
	width: 250px;
	height: 400px;
	margin: 30px 0px 40px 5px;
	padding: 18px;
	border-radius: 5px;
	border: 2px solid #888;
	position: relative;
}
.top6 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top6 a:hover {
	background-color: #FFF;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.top7 {
	width: 100px;
	height: 100px;
	margin: 20px auto 15px;
}
.top8 {
	font-size: 25px;
	color: #FF8C00;
	margin: 5px 0px 5px 5px;
	font-weight: bolder;
	line-height: 1.3em;
}
.top9 {
	font-size: 15px;
	color: #555;
	margin: 5px auto 5px;
	float: left;
	width: 95%;
	line-height: 1.5em;
	text-align: left;
}
.top10 {
	font-size: 15px;
	color: #fff;
	margin: 5px auto 5px;
	float: left;
	width: 95%;
	background: #FF8C00;
	border-radius: 5px;
	padding: 10px;
	font-weight: bolder;
	text-align: center;
}
}

/* topsp */
@media screen and (max-width:900px) {
.topall_wo {
	width: 95%;
	margin: 0px auto 0px;
	clear: both;
	padding: 40px 0px 30px 0px;
	text-align: left;
}
}

/* topsp */
@media screen and (max-width:650px) {
.topmitumori {
	width: 30%;
	max-width: 200px;
	margin: 0px 0px 0px 0px;
	clear: both;
	padding: 0px 0px 0px 0px;
	position: fixed;
	bottom: 0%;
	left: 0%;
	z-index: 1000;
}
.topmuryo {
	width: 95%;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 20px auto 20px;
}
.top100 {
	width: 100%;
	margin: 0px 0px 20px 0px;
	clear: both;
	padding: 10px 0px 20px 0px;
	overflow: hidden;
}
.top100para {
	background: url('images/tt3.png.webp') no-repeat;
	width: 100%;
	height: auto;
	margin: 0px auto 0px;
	-moz-background-size: cover;
	background-size: cover;
	padding: 80px 0px 80px 0px;
	left: 0;
	overflow: hidden;
}
.topall_plan {
	width: 100%;
	margin: 0px auto 0px;
	clear: both;
	padding: 40px 0px 30px 0px;
	text-align: left;
}
.topall {
	width: 95%;
	margin: 0px auto 0px;
	clear: both;
	padding: 40px 0px 30px 0px;
	text-align: left;
}
.topall_wo {
	width: 95%;
	margin: 0px auto 0px;
	clear: both;
	padding: 40px 0px 30px 0px;
	text-align: left;
}
.topsoudan {
	margin: 0px auto 0px;
	padding: 30px 0px 30px 0px;
	text-align: center;
	width: 100%;
	background: #fff;
}
.topplan {
	width: 95%;
	margin: 0px auto 0px;
	clear: both;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
}
.topgoyosan {
	margin: 10px auto 30px;
	text-align: left;
	width: 100%;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.5em;
}
.topgoyosan2 {
	color: #DB901F;
}
.topnanndemo {
	margin: 20px auto 40px;
	text-align: center;
	width: 95%;
}
.topnanndemo2 {
	margin: 30px auto 10px;
	text-align: center;
	width: 95%;
}
.topnanndemo24 {
	margin: 30px auto 50px;
	text-align: left;
	width: 100%;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.5em;
	color: #fff;
}
.topnanndemo244 {
	margin: 0px auto 50px;
	text-align: left;
	width: 95%;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.5em;
	color: #DB901F;
}
.topmaru {
	margin: 10px 2% 10px 2%;
	padding: 10px 10px 10px 10px;
	text-decoration-line: none;
	text-align: center;
	position: relative;
	z-index: 1;
	width: 300px;
	height: 300px;
	line-height: 1.5em;
	color: #fff;
	bottom: 0;
	right: 0;
	top: 0;
    left: 0;
}
.topmaru h2 {
	margin: 80px auto 0px;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bolder;
}
.topmaru::before {
	content: '';
	background-color: #FF8F75;
	display: block;
	position: absolute;
	width: 300px;
	height: 300px;
	z-index: -1;
	border-radius: 50%;
	box-shadow: 0 0 0 0 #fff, 0 0 0 0 #FF8F75;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.topmaru:hover::before {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	box-shadow: 0 0 0 20px #fff, 0 0 0 10px #FF8F75;
}
.top5 {
	background: #fff;
	width: 90%;
	height: 350px;
	margin: 30px auto 30px;
	padding: 15px;
	border-radius: 5px;
	border: 2px solid #888;
	position: relative;
}
.top5 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top5 a:hover {
	background-color: #FFF;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.top6 {
	background: #fff;
	width: 90%;
	height: 350px;
	margin: 30px auto 30px;
	padding: 15px;
	border-radius: 5px;
	border: 2px solid #888;
	position: relative;
}
.top6 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top6 a:hover {
	background-color: #FFF;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.top7 {
	width: 100px;
	height: 100px;
	margin: 20px auto 15px;
}
.top8 {
	font-size: 25px;
	color: #FF8C00;
	margin: 5px 0px 5px 5px;
	font-weight: bolder;
	line-height: 1.3em;
}
.top9 {
	font-size: 16px;
	color: #555;
	margin: 5px auto 5px;
	float: left;
	width: 95%;
	line-height: 1.5em;
	text-align: left;
}
.top10 {
	font-size: 16px;
	color: #fff;
	margin: 5px auto 5px;
	float: left;
	width: 95%;
	background: #FF8C00;
	border-radius: 5px;
	padding: 10px;
	font-weight: bolder;
	text-align: center;
}
.top11 {
	background: #fff;
	width: 95%;
	margin: 0 auto;
	padding: 15px;
	border-radius: 5px;
	border: 4px solid #D4D4D4;
	position: relative;
	clear: both;
}
.top11 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top11 a:hover {
	background-color: #FFF;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.top12 {
	font-size: 13px;
	color: #555;
	margin: 5px 0px 5px 5px;
	float: left;
	width: 95%;
	line-height: 1.5em;
	text-align: left;
}
.top13 {
	font-size: 12px;
	color: #fff;
	margin: 5px 0px 5px 0px;
	float: left;
	width: 220px;
	background: #FF8C00;
	border-radius: 5px;
	padding: 10px;
	font-weight: bolder;
	text-align: center;
}
.topall2 {
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding: 0px 0px 100px 0px;
}
.topall3 {
	width: 100%;
	margin: 10px 0px 10px 0px;
	clear: both;
	background: #F2F2F2;
}
.topall4 {
	width: 95%;
	height: 350px;
	margin: 0 auto;
	clear: both;
	background: url('images/top.png') no-repeat;
	background-position: right;
}
.topall5 {
	width: 95%;
	clear: both;
	font-size: 20px;
	padding: 10px auto 10px;
	line-height: 1.5em;
	font-weight: bolder;
}
.topall6 {
	width: 100%;
	margin: 0px auto 0px;
	clear: both;
	background: url('images/goyosanall.jpg.webp');
	padding: 60px 0px 0px 0px;
}
.topall66 {
	width: 100%;
	margin: 0px auto 0px;
	clear: both;
	background: #EBEBEB;
	padding: 60px 0px 60px 0px;
}
.topl {
	width: 90%;
	margin: 10px 0% 5px 2%;
	padding: 15px 5px 15px 5px;
	font-size: 18px;
	border-radius: 5px;
	color: #FFA150;
	clear: both;
	background: #fff;
}
.topr {
	width: 90%;
	margin: 10px 5% 5px 0px;
	padding: 10px 5px 15px 5px;
	border-radius: 5px;
	background: #fff;
}
.top4 {
	width: 70%;
	margin: 10px auto 0px;
	padding: 0px 5px 0px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	border: 4px solid #D9524B;
	font-size: 20px;
	background: #fff;
}
.top4 a {
	display: block;
	position: relative;
	border: 4px solid #fff;
	font-size: 20px;
	color: #D9524B;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	width: 100%;
	height: 100%;
}
.top4 a:hover {
	color: #000;
}
#Icon a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 40%;
	left: 20px;
	width: 18px;
	height: 18px;
	margin-top: -4px;
	background: #D9524B;
}
#Icon a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 40%;
	left: 15px;
	width: 18px;
	height: 18px;
	margin-top: -4px;
	background: #fff;
}
.top1 {
	margin: 5px 0px 5px 0px;
	text-align: center;
	width: 100%;
}
.top2 {
	color: #fff;
	margin: 10px auto 10px;
	font-size: 20px;
	width: 95%;
	line-height: 1.5em;
	font-weight: bolder;
	text-align: center;
}
.top3 {
	margin: 0px auto 5px;
	font-size: 13px;
	line-height: 1em;
}
}

/* top実績 */
.topjissekiall {
	margin: 40px auto 0px;
	padding: 30px 0px 20px 0px;
	width: 100%;
	opacity: 0.8;
	text-align: center;
	background: #fff;
	font-size: 30px;
}
.topjissekiwaku {
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	width: 950px;
	text-align: left;
}
.topjisseki {
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	width: 450px;
	float: left;
	text-align: left;
	font-size: 15px;
}
.topjisseki img {
	margin: 10px 20px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 130px;
	float: left;
}

/* TOP理由 */
.topseisaku {
	margin: 0px auto 0px;
	padding: 40px 0px 30px 0px;
	text-align: center;
	width: 100%;
	background: #fff;
}
.topseisaku2 {
	margin: 0px auto 0px;
	padding: 40px 0px 30px 0px;
	text-align: center;
	width: 100%;
	background: url('images/soudanh.jpg') no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}
.topseisaku3 {
	position: absolute;
	margin: auto;
	padding: 100px 0px 100px 0px;
	text-align: center;
	width: 80%;
	max-width: 1000px;
	z-index: 10;
	bottom: 0;
	right: 0;
	top: 0;
    left: 0;
}
.topnanndemo {
	margin: 20px auto 40px;
	text-align: center;
	width: 800px;
}
.topnanndemo2 {
	margin: 30px auto 10px;
	text-align: center;
	width: 600px;
}
.topnanndemo3 {
	position: static;
	margin: 40px auto 40px;
	text-align: center;
	width: 600px;
	font-size: 25px;
	z-index: 10;
	color: #fff;
}
.topnanndemo3 img {
	position: static;
	margin: 0px auto 20px;
	text-align: center;
	width: 300px;
}
.topnanndemo33 {
	margin: 100px auto 100px;
	text-align: center;
	width: 600px;
	font-size: 25px;
	z-index: 10;
}
.topnanndemo33 img {
	margin: 100px auto 20px;
	text-align: center;
	width: 400px;
}
.topnanndemo4 {
	margin: 20px auto 20px;
	padding: 60px 0px 60px 0px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	background: url('images/goyosanall.jpg.webp');
	-moz-background-size: cover;
	background-size: cover;
}
.topnanndemo5 {
	margin: 40px auto 20px;
	text-align: center;
	font-size: 30px;
}
.topnanndemo6 {
	margin: 0px auto 20px;
	text-align: center;
	font-size: 20px;
}
.topnannall {
	margin: 20px auto 100px;
	text-align: center;
	font-size: 14px;
	width: 80%;
	max-width: 1000px;
}
.topnann1 {
	position: static;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	text-align: center;
	float: left;
	width: 150px;
	height: 160px;
	color: #fff;
}
.topnann1 img {
	position: static;
	margin: 10px auto 10px;
	width: 30%;
}
.topnann2 {
	position: static;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	text-align: center;
	float: left;
	width: 150px;
	height: 160px;
	color: #fff;
}
.topnann2 img {
	position: static;
	margin: 10px auto 10px;
	width: 50%;
}
.topnann3 {
	position: static;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	text-align: center;
	float: left;
	width: 150px;
	height: 160px;
	color: #fff;
}
.topnann3 img {
	position: static;
	margin: 10px auto 10px;
	width: 50%;
}
.topnann4 {
	position: static;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	text-align: center;
	float: left;
	width: 150px;
	height: 160px;
	color: #fff;
}
.topnann4 img {
	position: static;
	margin: 10px auto 10px;
	width: 50%;
}
.topnann5 {
	position: static;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	text-align: center;
	float: left;
	width: 150px;
	height: 160px;
	color: #fff;
}
.topnann5 img {
	position: static;
	margin: 10px auto 10px;
	width: 50%;
}
.topnann6 {
	position: static;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	text-align: center;
	float: left;
	width: 150px;
	height: 160px;
	color: #fff;
}
.topnann6 img {
	position: static;
	margin: 10px auto 10px;
	width: 50%;
}

@media screen and (max-width:600px) {
/* TOP理由 */
.topseisaku {
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 100%;
	background: #fff;
}
.topseisaku2 {
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 100%;
	background: url('images/soudanh.jpg') no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}
.topseisaku3 {
	position: absolute;
	margin: auto;
	padding: 0px 0px 10px 0px;
	text-align: center;
	width: 95%;
	z-index: 10;
	bottom: 0;
	right: 0;
	top: 0;
    left: 0;
}
.topnanndemo {
	margin: 10px auto 20px;
	text-align: center;
	width: 95%;
}
.topnanndemo2 {
	margin: 30px auto 10px;
	text-align: center;
	width: 95%;
}
.topnanndemo3 {
	position: static;
	margin: 20px auto 2px;
	text-align: center;
	width: 95%;
	font-size: 23px;
	z-index: 10;
	color: #fff;
}
.topnanndemo33 {
	margin: 50px auto 50px;
	text-align: center;
	width: 95%;
	font-size: 23px;
	z-index: 10;
}
.topnanndemo33 img {
	margin: 50px auto 20px;
	text-align: center;
	width: 95%;
}
.topnanndemo4 {
	margin: 20px auto 20px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	background: url('images/goyosanall.jpg.webp');
	-moz-background-size: cover;
	background-size: cover;
}
.topnanndemo5 {
	margin: 20px auto 20px;
	text-align: center;
	font-size: 30px;
}
.topnanndemo6 {
	margin: 0px auto 20px;
	text-align: center;
	font-size: 20px;
}
.topnannall {
	margin: 20px auto 100px;
	text-align: center;
	font-size: 14px;
	width: 95%;
}
.topnann1 {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	text-align: center;
	float: left;
	width: 150px;
	height: 160px;
	color: #fff;
}
.topnann1 img {
	margin: 10px auto 10px;
	width: auto;
	height: 90px;
}
.topnann2 {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	text-align: center;
	float: left;
	width: 150px;
	color: #fff;
}
.topnann2 img {
	margin: 10px auto 10px;
	width: auto;
	height: 90px;
}
.topnann3 {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	text-align: center;
	float: left;
	width: 150px;
	color: #fff;
}
.topnann3 img {
	margin: 10px auto 10px;
	width: auto;
	height: 90px;
}
.topnann4 {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	text-align: center;
	float: left;
	width: 150px;
	color: #fff;
}
.topnann4 img {
	margin: 10px auto 10px;
	width: auto;
	height: 90px;
}
.topnann5 {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	text-align: center;
	float: left;
	width: 150px;
	color: #fff;
}
.topnann5 img {
	margin: 10px auto 10px;
	width: auto;
	height: 90px;
}
.topnann6 {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	text-align: center;
	float: left;
	width: 150px;
	color: #fff;
}
.topnann6 img {
	margin: 10px auto 10px;
	width: auto;
	height: 90px;
}
}

/* parahaikei */
#paraImage {
	margin: 0px auto 0px;
	width: 100%;
	min-height: 500px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#paraImage>* {
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 0px;
	padding: 0;
}
@media screen and (min-width: 768px) {
	#paraImage {
		background-attachment: fixed;
	}
}

/* 流れ */
.busiall {
	width: 630px;
	margin: 30px auto 60px;
	clear: both;
	border: 5px solid #FF8C00;
	border-radius: 5px;
	padding: 5px 10px 10px 10px;
	position: relative;
	background: #fff;
}
.busiall2 {
	width: 630px;
	margin: 30px auto 160px;
	clear: both;
	border: 5px solid #FF8C00;
	border-radius: 5px;
	padding: 5px 10px 10px 10px;
	position: relative;
	background: #fff;
}
.busiall:before {
	content: "";
	border: 50px solid transparent;
	border-top: 40px solid #FF8C00;
	position: absolute;
	right: 40%;
	bottom: -90px;
}
.busiall:after {
	content: "";
	border: 50px solid transparent;
	border-top: 40px solid #fff;
	position: absolute;
	right: 40%;
	bottom: -83px;
}
.busi1 {
	margin: 5px 5px 5px 5px;
	font-size: 20px;
	float: left;
	line-height: 1.5em;
	color: #FF8C00;
	font-weight: bolder;
}
.busi2 {
	line-height: 1.5em;
	padding: 10px;
	font-size: 15px;
	margin: 0px 5px 0px 5px;
}
.busi3 {
	font-size: 20px;
	font-weight: bolder;
	color: #fff;
	float: right;
	margin: 0px 0px 5px 0px;
	border-radius: 5px;
	padding: 5px 15px 5px 15px;
	background: #FF8C00;
	line-height: 1.5em;
	text-align: center;
}

/* 流れ */
@media screen and (max-width:600px) {
.busiall {
	width: 90%;
	margin: 10px auto 50px;
	clear: both;
	border: 5px solid #FF8C00;
	border-radius:5px;
	padding: 5px 5px 5px 5px;
	position: relative;
}
.busiall2 {
	width: 90%;
	margin: 10px auto 10px;
	clear: both;
	border: 5px solid #FF8C00;
	border-radius:5px;
	padding: 5px 5px 5px 5px;
	position: relative;
}
.busiall:before {
	content: "";
	border: 20px solid transparent;
	border-top: 20px solid #FF8C00;
	position: absolute;
	right: 42%;
	bottom: -45px;
}
.busiall:after {
	content: "";
	border: 20px solid transparent;
	border-top: 20px solid #fff;
	position: absolute;
	right: 42%;
	bottom: -38px;
}
.busi1 {
	margin: 5px 5px 5px 5px;
	font-size: 20px;
	float: left;
	line-height: 1.5em;
	color: #FF8C00;
	font-weight: bolder;
}
.busi2 {
	line-height: 1.5em;
	padding: 10px;
	font-size: 15px;
	margin: 0px 5px 0px 5px;
}
.busi3 {
	font-size: 20px;
	font-weight: bolder;
	color: #fff;
	float: right;
	margin: 0px 0px 5px 0px;
	border-radius:5px;
	padding: 5px 15px 5px 15px;
	background: #FF8C00;
	line-height: 1.5em;
	text-align: center;
}
}

/* 電話 */
.qaall {
	width: 80%;
	max-width: 800px;
	margin: 30px auto 5px;
	clear: both;
	background: #F0F0F0;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
}
.qa1 {
	margin: 5px 5px 5px 5px;
	font-size: 18px;
	float: left;
	line-height: 1.5em;
	padding: 10px;
	width: 490px;
}
.qa2 {
	line-height: 1.5em;
	padding: 10px;
	float: right;
	font-size: 15px;
	margin: 0px 5px 0px 5px;
	width: 490px;
}
.qa3 {
	float: right;
	margin: 5px 5px 5px 5px;
	width: 100px;
}
.qa4 {
	float: left;
	width: 100px;
	margin: 5px 5px 5px 5px;
}

/* 電話sp */
@media screen and (max-width:600px) {
.qaall {
	width: 80%;
	max-width: 800px;
	margin: 30px auto 5px;
	clear: both;
	background: #F0F0F0;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
}
.qa1 {
	margin: 5px 5px 5px 5px;
	font-size: 18px;
	float: left;
	line-height: 1.5em;
	padding: 10px;
	width: 95%;
}
.qa2 {
	line-height: 1.5em;
	padding: 10px;
	float: right;
	font-size: 15px;
	margin: 0px 5px 0px 5px;
	width: 95%;
}
.qa3 {
	float: right;
	margin: 5px 5px 5px 5px;
	width: 100px;
}
.qa4 {
	float: left;
	width: 100px;
	margin: 5px 5px 5px 5px;
}
}

/* rss */
.rss1 {
	margin: 5px;
	width: 90%;
	font-size: 12px;
	padding: 0px 0px 2px 5px;
	line-height: 1.5em;
	float: left;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.rss1 a {
	color: #074E94;
}
.rss1 a:hover {
	color: #fff;
}
.rss2 {
	float: left;
}
.rss3 {
	margin: 5px;
	width: 100px;
	font-size: 20px;
	color: #fff;
}

/* 見出し */
.mida {
	font-size: 40px;
	color: #555;
	width: 70%;
	max-width: 800px;
	margin: 100px auto 20px;
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
}
.mida img {
	width: 400px;
	margin: 0px auto 0px;
}


/* 見出しsp */
@media screen and (max-width:600px) {
.mida {
	font-size: 40px;
	color: #555;
	width: 95%;
	margin: 30px auto 20px;
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
}
.mida img {
	width: 95%;
	margin: 0px auto 0px;
}
}

/* リスト */
.hpul {
	list-style-type: square;
	font-size: 18px;
	margin: 10px 20px 60px 20px;
	width: 95%;
	line-height: 1.5em;
}

/* お問合せページ */
.payall {
	font-size: 12px;
	margin: 40px auto 150px;
	width: 660px;
	border: none;
	border-spacing: 4px;
}
.pay1 {
	border-collapse: collapse;
	background: #FFA150;
	color: #fff;
	padding: 20px 5px;
	text-align: center;
	width: 15%;
}
.pay2 {
	border-collapse: collapse;
	padding: 10px;
	background: #ddd;
	text-align: center;
	line-height: 1.5em;
}
.pay22 {
	border-collapse: collapse;
	padding: 10px;
	background: #ddd;
	text-align: center;
	line-height: 1.5em;
	width: 20%;
}
.pay3 {
	border-collapse: collapse;
	padding: 20px 5px;
	width: 160px;
	text-align: center;
	font-size: 20px;
	background: #EDEDED;
	color: #3B3B3B;
}
.pay4 {
	font-size: 14px;
	color: #fff;
	border-collapse: collapse;
	padding: 20px;
	background: #FFA150;
	text-align: center;
	font-weight: bolder;
	width: 20%;
}
.pay422 {
	font-size: 14px;
	color: #fff;
	border-collapse: collapse;
	padding: 20px;
	background: #FFA150;
	text-align: center;
	font-weight: bolder;
	width: 25%;
}

/* お問合せページsp */
@media screen and (max-width:600px) {
.payall {
	font-size: 12px;
	margin: 40px auto 150px;
	width: 95%;
	border: none;
	border-spacing: 4px;
}
.pay1 {
	border-collapse: collapse;
	background: #FFA150;
	color: #fff;
	padding: 20px 5px;
	text-align: center;
	width: 15%;
}
.pay2 {
	border-collapse: collapse;
	padding: 10px;
	background: #ddd;
	text-align: center;
	line-height: 1.5em;
}
.pay22 {
	border-collapse: collapse;
	padding: 10px;
	background: #ddd;
	text-align: center;
	line-height: 1.5em;
	width: 20%;
}
.pay3 {
	border-collapse: collapse;
	padding: 20px 5px;
	width: 160px;
	text-align: center;
	font-size: 20px;
	background: #EDEDED;
	color: #3B3B3B;
}
.pay4 {
	font-size: 14px;
	color: #fff;
	border-collapse: collapse;
	padding: 20px;
	background: #FFA150;
	text-align: center;
	font-weight: bolder;
	width: 20%;
}
.pay422 {
	font-size: 14px;
	color: #fff;
	border-collapse: collapse;
	padding: 20px;
	background: #FFA150;
	text-align: center;
	font-weight: bolder;
	width: 25%;
}
}

/* タイトル見出し */

.title1404 {
	padding: 0px 0px;
	margin: 250px auto 100px;
	font-size: 20px;
	width: 100%;
	text-align: center;
}
.title1404 h2 {
	padding: 0px 0px;
	margin: 0px auto 0px;
	font-size: 30px;
	text-align: center;
}
.title1 {
	padding: 0px 0px;
	margin: 75px 0px 20px 0px;
	width: 100%;
	height: 500px;
	background: url('/wp-content/uploads/2023/11/DSC06699-jpg.webp') no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	bottom: 0;
	left: 0;
}
.title12 {
	padding: 75px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 500px;
	background: url('/wp-content/uploads/2023/11/tt1.png') no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	position: static;
	overflow: hidden;
	top: 0%;
	left: 0%;
}
.title13 {
	padding: 0px 0px;
	margin: 75px 0px 20px 0px;
	width: 100%;
	height: 500px;
	background: url('images/titl05.jpg') no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	bottom: 0;
	left: 0;
}
.title14 {
	padding: 0px 0px;
	margin: 75px 0px 20px 0px;
	width: 100%;
	height: 500px;
	background: url('images/titl04.jpg') no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	bottom: 0;
	left: 0;
}
.title15 {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 500px;
	background: url('images/titl03.jpg') no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	top: 0;
	left: 0;
}
.title16 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 500px;
	background: url('images/jiupc.jpg') no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	top: 0;
	left: 0;
	position: relative;
}
.title17 {
	padding: 0px 0px;
	margin: 75px 0px 20px 0px;
	width: 100%;
	height: 500px;
	background: url('/wp-content/uploads/2023/11/DSC06718-jpg.webp') no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.title18 {
	padding: 0px 0px;
	margin: 75px 0px 20px 0px;
	width: 100%;
	height: 500px;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.title19 {
	padding: 0px 0px;
	margin: 75px 0px 20px 0px;
	width: 100%;
	height: 500px;
	background: url('images/titl10.jpg') no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	bottom: 0;
	left: 0;
}
.title192 {
	padding: 100px 0px;
	margin: 20px auto 20px;
	width: 100%;
	background: #00A108;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.title192 h2{
	padding: 0px 0px;
	margin: 0px auto 0px;
	width: 100%;
	font-size: 30px;
	color: #fff;
}
.title19 img, .title18 img, .title17 img, .title16 img, .title15 img, .title14 img, .title13 img, .title12 img, .title1 img {
	margin: 40px auto 0px;
	width: 55px;
}

/* 概要 */
table.coall {
	font-size: 16px;
	border: none;
	text-align: left;
}
table.coall th, table.coall td {
	border-bottom: 1px dashed #aaa;
	border-top: none;
	padding: 10px;
}
table.coall th {
	width: 150px;
	font-weight: bold;
	color: #333;
}
table.coall2 {
	margin: 15px auto 150px;
	font-size: 20px;
	border: none;
	text-align: left;
	border-collapse: collapse;
}
table.coall2 th, table.coall2 td {
	border-bottom: 1px solid #888;
	border-top: none;
	padding: 30px 10px 30px 10px;
}
table.coall2 th {
	border-bottom: 1px solid #DB901F;
	width: 150px;
	font-weight: bold;
	color: #333;
}

/* sns */
.sns_all {
	width: 70%;
	max-width: 1000px;
	margin: 0 auto;
}
.sns_l {
	width: 35%;
	float: left;
}
.sns_r {
	width: 60%;
	height: 400px;
	float: right;
	overflow: hidden;
}

/* 概要 */
@media screen and (max-width:600px) {
table.coall {
	font-size: 16px;
	border: none;
	text-align: left;
}
table.coall th, table.coall td {
	border-bottom: 1px dashed #aaa;
	border-top: none;
	padding: 10px;
}
table.coall th {
	width: 150px;
	font-weight: bold;
	color: #333;
}
table.coall2 {
	margin: 15px auto 150px;
	font-size: 20px;
	border: none;
	text-align: left;
	border-collapse: collapse;
}
table.coall2 th, table.coall2 td {
	border-bottom: 1px solid #888;
	border-top: none;
	padding: 30px 10px 30px 10px;
}
table.coall2 th {
	border-bottom: 1px solid #DB901F;
	width: 150px;
	font-weight: bold;
	color: #333;
}
}

/* sns */
@media screen and (max-width:600px) {
.sns_all {
	width: 100%;
	margin: 0 auto;
}
.sns_l {
	width: 95%;
	margin: 0px auto 0px;
}
.sns_r {
	width: 90%;
	height: 300px;
	margin: 10px 5% 10px 0px;
	overflow: hidden;
}
}

/* コンタクトフォーム7 */

.wpcf7 input[type="tel"], .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 textarea {
	width: 90%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
	margin: 0 auto;
}
/* コンタクトフォーム7メッセージ */

div.wpcf7-mail-sent-ok {
	background-color: #56b379;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	padding: 5px;
	margin: 0 auto;
	width: 90%;
	text-align: center;
}

/* お問合せページ */
.mail3 {
	height: 50px;
	margin: 0 auto;
	width: 250px;
	text-align: center;
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.mail3-pv {
	margin: 50px auto 50px;
	width: 250px;
	text-align: center;
}
.mail5 {
	font-size: 12px;
	margin: 10px auto 5px;
	width: 660px;
	border: none;
}
.mail6 {
	border-collapse: collapse;
	background: #FFA150;
	color: #fff;
	padding: 10px 5px;
}
.mail7 {
	border-collapse: collapse;
	padding: 10px;
	line-height: 1.5em;
	border-bottom: 1px solid #FFA150;
}
.mail8 {
	margin: 50px auto 150px;
	width: 800px;
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px;
	clear: both;
	border: 1px dotted #A1A1A1;
}

/* お問合せページ */
@media screen and (max-width:600px) {
.mail3 {
	height: 50px;
	margin: 0 auto;
	width: 250px;
	text-align: center;
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
}
.mail3-pv {
	margin: 50px auto 50px;
	width: 95%;
	text-align: center;
}
.mail5 {
	font-size: 12px;
	margin: 5px auto 5px;
	width: 95%;
	border: none;
}
.mail6 {
	border-collapse:collapse;
	background: #FFA150;
	color: #fff;
	padding: 5px 5px;
	display: block;
}
.mail7 {
	border-collapse:collapse;
	padding: 5px;
	line-height: 1.5em;
	border-bottom: 1px solid #FFA150;
	display: block;
}
.mail8 {
	margin: 15px auto 5px;
	font-size: 14px;
	line-height: 1.5em;
	padding: 5px;
	clear: both;
	border: 1px dotted #A1A1A1;
	width: 95%;
}
}

/* 問い合わせ縦並び */
span.wpcf7-list-item {
	display: block;
}

/* 電話 */
.telall {
	width: 630px;
	margin: 5px auto 30px;
	clear: both;
	background: #E0DDDC;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
}
.tell {
	background: #fff;
	float: left;
	width: 200px;
	margin: 10px 5px 5px 5px;
	padding: 12px 15px 12px 15px;
	font-size: 18px;
	border-radius: 5px;
	text-align: center;
	color: #FFA150;
}
.tel1 {
	margin: 5px 5px 5px 5px;
	text-align: center;
	width: 260px;
	float: left;
}
.tel2 {
	line-height: 1.3em;
	float: left;
	margin: 0px 5px 0px 5px;
}
.tel3 {
	float: right;
	margin: 7px 5px 5px 5px;
	width: 90px;
	font-size: 13px;
	line-height: 1em;
}
.tel4 {
	background: #fff;
	float: left;
	width: 370px;
	margin: 10px 5px 5px 5px;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
}

/* 電話 */
@media screen and (max-width:600px) {
.telall {
	width: 93%;
	margin:5px auto 5px;
	clear: both;
	background: #E0DDDC;
	border-radius:5px;
	padding: 5px;
	box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.3);
}
.tell {
	background: #fff;
	width: 95%;
	margin: 5px auto 5px;
	padding: 5px;
	font-size: 18px;
	border-radius:5px;
	text-align: center;
	color:#FFA150;
}
.tel1 {
	margin: 5px auto 5px;
	text-align: center;
	width: 95%;
}
.tel2 {
	line-height: 1.3em;
	margin: 0px 5px 0px 5px;
}
.tel3{
	margin: 7px 5px 5px 5px;
	width: 95%;
	font-size: 13px;
	line-height: 1em;
}
.tel4 {
	background: #fff;
	width: 95%;
	margin:5px auto 5px;
	padding: 5px;
	border-radius:5px;
	text-align: center;
}
}

/* js*/
.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 3.7s ease;
	opacity: 1.0;
}
/**
 * Simple keyframes animation for the chevron on the first slide
 */
@keyframes chevronAnimation {
	0% {
		transform: translate(0, 0) scale(1.0, 1.0);
	}
	50% {
		transform: translate(0, 5px) scale(0.8, 0.8);
	}
	100% {
		transform: translate(0, 0) scale(1.0, 1.0);
	}
}

/**
 * Animations
 */
.fromTopIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0, 0);
	opacity: 1.0;
}
.fromTopOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0, -10px);
	opacity: 0.0;
}
.fromBottomIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0, 0);
	opacity: 1.0;
}
.fromBottomOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0, 50px);
	opacity: 0.0;
}
.fromLeftIn {
	transition: transform 1.0s ease;
	transform: translate(0, 0);
	opacity: 1.0;
}
.fromLeftOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(-300px, 0);
	opacity: 0.0;
}
.fromRightIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0, 0);
	opacity: 1.0;
}
.fromRightOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(10px, 0);
	opacity: 0.0;
}
.scaleUpIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: scale(1.0, 1.0);
	opacity: 1.0;
}
.scaleUpOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: scale(1.3, 1.3);
	opacity: 0.0;
}
.scaleDownIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: scale(1.0, 1.0);
	opacity: 1.0;
}
.scaleDownOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: scale(0.7, 0.7);
	opacity: 0.0;
}

/* MAIN AREA */
#main {
	width:fit-content;
	height: fit-content;
	margin: 40px auto 0px;
	padding: 0px 0px 0px 0px;
}
#main2 {
	width: 100%;
	height: 100vh;
	margin: 40px auto 0px;
	padding: 0px 0px 0px 0px;
}
#main3 {
	width: 90%;
	max-width: 1000px;
	margin: 40px auto 0px;
	padding: 100px 10px 100px 10px;
}
#description, #topicpath {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	color: #000;
}
#description p {
	text-align: center;
	font-weight: bold;
}
#topicpath a {
	color: #000;
}
span.main-title {
	float: right;
	font-size: 12px;
	color: #333;
}
#main a:hover img {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#main2 a:hover img {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

/* CONTAINER */
#container {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px;
}
#container2 {
	margin: 0 auto;
	width: 100%;
}
#container .container {
	width: 1000px;
	padding: 0px;
	margin: 0px auto 0px;
}
#container2 .container {
	width: 100%;
	padding: 0px;
}

/* ABOUT */
.simplemap {
	float: left;
	width: 460px;
	padding: 0 40px 0 10px;
}

/* BLOG */
.blog-post {
	margin-bottom: 50px;
	line-height: 2em;
	width: 100%;
}
.blog-post h2 {
	font-size: 25px;
	text-decoration: none;
	color: #FF8C00;
	line-height: 1.5em;
	border-bottom: 1px solid #D9524B;
}
.blog-date {
	position: relative;
	text-align: right;
}
.blog-post img {
	margin: 10px auto 10px;
	padding: 10px 0px 10px 0px;
	display: block;
	width: 100%;
	height: 100%;
}
.blog-cat {
	display: block;
	margin-top: 1em;
	border-bottom: 1px dotted #CACACA;
	font-size: 12px;
	text-align: right;
}
.previous {
	float: left;
}
.next {
	float: right;
}
#contactright {
	float: right;
	width: 38.8%;
	margin-right: 7.6%;
	padding-top: 5px;
}

/* BLOG-SINGLE */
.pagenation {
	margin: 20px 0;
	overflow: hidden;
}
.pagenation span a {
	display: block;
	padding: 3px 1em;
	border: 1px solid #7DE8CC;
	background: #DEDEDE;
	text-decoration: none;
}
.pagenation span a:hover {
	background: #F6F6F6;
	color: #333;
}

/* WP-PageNavi */
.wp-pagenavi {
	padding: 10px
}
.current, .wp-pagenavi a {
	padding: 3px .6em !important;
}

/* FOOTER */
.footer2 {
	background: url('images/tt2.png.webp') no-repeat;
	background-size: cover;
	clear: both;
	width: 100%;
	height: 800px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #302F30;
}
.footer {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #00AFFF;
	height: 40px;
}
.footer1 {
	margin: 0 auto;
	width: 950px;
	padding: 30px 0px 5px 0px;
}
.footer1-nav {
	line-height: 1.5em;
	padding: 5px 0px 5px 0px;
	font-size: 13px;
}
.footer1-nav a {
	text-decoration: none;
	text-align: left;
}
.footer1-nav a:hover {
	color: #717575;
}
.footer1-img {
	width: 300px;
	text-align: center;
	margin: 350px auto 0px;
}
.copyright1 {
	font-size: 16px;
	color: #fff;
	background: #003047;
	text-align: center;
	margin: 0 auto;
	text-indent: 0px;
	padding: 20px 0px 20px 0px;
}

/* FOOTER */
@media screen and (max-width:600px) {
.footer2 {
	background: url('images/tt2.png.webp') no-repeat;
	background-size: cover;
	clear: both;
	width: 100%;
	height: 400px;
	margin: 0px auto 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #302F30;
}
.footer {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #00AFFF;
	height: 40px;
}
.footer1 {
	margin: 0 auto;
	width: 100%;
	padding: 30px 0px 5px 0px;
}
.footer1-nav {
	line-height: 1.5em;
	padding: 5px 0px 5px 0px;
	font-size: 13px;
}
.footer1-nav a {
	text-decoration: none;
	text-align: left;
}
.footer1-nav a:hover {
	color: #717575;
}
.footer1-img {
	width: 80%;
	text-align: center;
	margin: 20px auto 20px;
}
.copyright1 {
	font-size: 16px;
	color: #fff;
	background: #003047;
	text-align: center;
	margin: 0 auto;
	text-indent: 0px;
	padding: 20px 0px 20px 0px;
}
}