@charset "UTF-8";
/*
Theme Name: レスポンシブテンプレート
Theme URI: 
Description: サインズ
Version: 1.0
Author: sains
Author URI: 
*/


/******************
画像位置ぞろえ[共通]
******************/

img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	margin-left: auto;
	display:block;
}

img.alignleft{
	text-align: left;
}

/******************
オールクリア[共通]
******************/

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object{
	margin: 0;
	padding: 0;
}

body{
	font-family: "M PLUS Rounded 1c" , "Zen Maru Gothic" , "Noto Sans JP", "Poiret One", "Manrope", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, YuGothic, Helvetica,Arial, sans-serif;
	font-size:98%;
	color:#0e0e0e;
	line-height:185%;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
 -webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
	background:#fffcf4;
}
img{
	border:none;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility: hidden;
}

li{
	list-style-type:none;	
}

a{
	backface-visibility: hidden; 
	color:#333;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover{
	color:#119ec9;
	text-decoration:none;
}

a img{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
		outline:none;
		box-shadow: #000 0 0 0;
}

a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
}

table{
	border-collapse:collapse;
	border-color: #333333;
}

th{
	font-weight:500;
}

td{
	vertical-align:top;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.wp-block-video {
	width:40%;
    margin: 20px auto!important;
}
.toContactBnr{
	width:50%!important;
	margin:20px auto!important;
	overflow:hidden;
}
.toContactBnr img{
	max-width:100%;
	margin:0 auto;
	height:auto;
	display:block;
}
@media screen and (max-width: 750px) {
.pc{
	display:none;
}
.sp{
	display:block;
}
.wp-block-video {
	width:100%;
}
.toContactBnr{
	width:70%!important;
}
}
.pc1{
	display:block;
}
.sp1{
	display:none;
}
@media screen and (max-width: 640px) {
.pc1{
	display:none;
}
.sp1{
	display:block;
}
.toContactBnr{
	width:90%!important;
}
}

/******************
汎用[共通]
******************/

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.clear{
	clear:both;
	height:40px;
}

.cenclear{
	clear:both;
	text-align:center;
	padding-top:30px;
}

.txt_center{
	text-align:center;
}
.resizeimage{
	width:100%;
}
.button{
	width:600px;
	margin:0 auto;
}
.button a{
    display: inline-block; 
  	color: #c1282d;
  	background: #fff;
  	padding: 30px 0 27px 0;
  	text-decoration: none;
	transition: .3s;
	border:2px solid #c1282d;
	text-align:center;
	width:100%;
	font-size:125%;
}
.button a:hover {
  background: #c1282d;
  color:  #fff;
	border:2px solid #c1282d;
}
.button a span{
	padding-right:2%;
}
@media screen and (min-width: 851px)  and (max-width: 1200px) {
.button{
	width:70%;
}
}
@media screen and (max-width: 850px) {
.button{
	width:80%;
}
.button a{
  	padding: 23px 0 20px 0;
	font-size:115%;
}
.clear{
	height:30px;
}
}
/******************
全体[共通]
******************/

#wrapperTop{
	width:100%;
}
#wrapper{
	width:100%;
}
.fadeIn_up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s ease, transform .8s ease;
    will-change: transform, opacity;
}
.fadeIn_up.is-show {
    opacity: 1;
    transform: translateY(0);
}
.fadeIn_left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity .8s ease, transform .8s ease;
    will-change: transform, opacity;
}

.fadeIn_left.is-show {
    opacity: 1;
    transform: translateX(0);
}
.fadeIn_right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity .8s ease, transform .8s ease;
    will-change: transform, opacity;
}

.fadeIn_right.is-show {
    opacity: 1;
    transform: translateX(0);
}
.fadeIn_only {
  opacity: 0;
  transition: opacity 2s ease;
}
.fadeIn_only.is-show {
  opacity: 1;
}

/******************
全体[タブレット＋スマートフォン]
******************/

@media screen and (max-width: 900px) {

body{
	font-size:97%;
}
}



/******************
ヘッダー【トップ＋コンテンツ共通】[PC+タブレット]
******************/

#header-sp{
	display:none;
}
#wrapperTop,#wrapper{
	padding-top:0;
}
.header{
	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	z-index: 100;
  	background-color: transparent;
  	display: flex;
  	justify-content: center;
  	align-items: center;
	transform:translate3d(0,0,0);
	will-change:transform;
	transition:
		transform .35s ease,
		background-color .35s ease,
		box-shadow .35s ease;
}
#wrapper .header{
	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	z-index: 100;
  	background-color: #fff;
  	display: flex;
  	justify-content: center;
  	align-items: center;
	transform:translate3d(0,0,0);
	will-change:transform;
	transition:
		transform .35s ease,
		background-color .35s ease,
		box-shadow .35s ease;
	box-shadow:0 5px 20px rgba(0,0,0,.15);
}
.header.hide{
	transform:translate3d(0,-100%,0);
}
#wrapper .header.hide{
	transform:translate3d(0,-100%,0);
}
.header.show{
	transform:translate3d(0,0,0);
	background:#fff;
	box-shadow:0 5px 20px rgba(0,0,0,.15);
}
#wrapper .header.show{
	transform:translate3d(0,0,0);
}
.headerNaka{
	width:98%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:10px 0;
}
.headerLogo{
	width:100%;
	max-width:330px;
}
.headerLogo img{
	max-width:100%;
	display:block;
	margin:0 auto;
	height:auto;
}
.headerMenu{
	width:calc(100% - 730px);
	position:relative;
	padding:0 0 0 400px;
}
.gnav-wrapper {
 	position: relative;
}
.gnav {
 	display: flex;
 	justify-content: space-between;
}
.gnav ul {
	box-sizing: border-box;
	width: 100%;
	list-style: none;
	text-align: center;
}
.gnav li {
 	text-align: center;
 	transition: all .3s ease-in-out;
	display: inline-block;
	flex-basis: 16.6%;
	margin:0;
}
.gnav li a {
	text-decoration: none;
	display:inline-block;
	position: relative;
	color:#fff;
	font-size:105%;
}
#wrapper .gnav li a {
	color:#0da7d6;
}
.header.show .gnav li a {
	color:#231815;
}
.gnav li a::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -2px;
	width: 0;
	height: 2px;
	background: #fff;
	transform: translateX(-50%);
	transition: width .3s ease;
}
.gn2026 li a::after{
	background: #119ec9;
}
.header.show .gnav li a:hover{
	color: #119ec9;
}
.header.show .gnav li a::after{
	background:#119ec9;
}

.gnav li a:hover::after{
	width: 100%;
}

@media screen and (max-width: 1450px) {
.headerMenu {
    width: calc(100% - 630px);
    padding: 0 0 0 300px;
}
}
@media screen and (max-width: 1280px) {
.headerMenu {
    width: calc(100% - 580px);
    padding: 0 0 0 250px;
}
}

/******************
ヘッダー[スマートフォン]
******************/

@media screen and (max-width: 1200px) {
#wrapper .header{
		display:none;	
}
.headerWaku{
	display:none;
}
.header{
	display:none;
}
.tSMainNaka{
	display:none;
}
#header-sp{
	width:100%;
	z-index:2000;
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.1);
	display:block;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
}
header {
	
}
#wrapper .headerNaka{
	padding:0;
}
.headerNorth{
	display:flex;
	justify-content:space-between;	
	align-items:center;
	padding:10px 2%;
}
#h-logo{
    width: 280px;
    margin: 0 auto;
}
#h-logo img{
	width:100%;
	margin:auto;
	display:block;
}

.hNNsp , .hNSsp {
	display:block;
	width: 100%;
    overflow: hidden;
    clear: both;
	position:relative;
	z-index: 500;
	padding:80px 0 0 0;
}
.hnnTopSp , .hnsTopSp{
	display:block;
}
#nav-drawer {
  position: relative;
}
.nav-unshown {
  display:none;
}
#nav-open {
  display: inline-block;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;
	width: 30px;
	border-radius: 3px;
	background: #119ec9;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
	
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 80%;
  height: 100%;
  background:#fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.sp-menu ul li a{
	display:block;
	padding:16px 2% 16px 4%;
	color:#231815;
	font-size:102%;
}
.sp-menu ul li a i{
	color:#119ec9;
	padding-right:2%;
	font-size:85%;
}
.headerNorth .sp-menu ul li a i{
	color:#119ec9;
	padding-right:2%;
	font-size:85%;
}
.sp-menu ul li a span{
	padding-left:6%;
	font-size:75%;
	color:#6b6b6b;
}
.sp-menu ul li a:hover{
	background-color:rgba(17,158,201,.2);
	text-decoration:none;
}
.sp-menu ul li ul li a{
	display:block;
	padding:8px 2% 8px 5%;
	color:#231815;
	font-size:97%;
}
.sp-logo{
	padding:0 0 20px 0;
}
.sp-logo img{
	width:50%;
	margin:0;
	display:block;
}
.sp-under{
	width:86%;
	margin:30px auto 15px auto;
}
.spmenuUp{
	background-color:#119ec9;
	height:8px;
}
.headerNorth .spmenuUp{
	background-color:#119ec9;
	height:8px;
}
.sp-add{
	text-align:left;
	line-height:170%;
	font-size:100%;
	padding-bottom:20px;
}
.sp-add a{
	color:#333;
}
.sp-addName{
	color:#F9AB10;
	font-weight:bold;
	font-size:110%;
	padding:10px 0 2px 0;
}
.sp-addName2{
	clear:both;
	color:#EB78BC;
	font-weight:bold;
	font-size:110%;
	padding:10px 0 2px 0;
}
.accBtn {
}
.accBtn:after {
	display: inline-block;
    content: '\f107';
    font-family: 'FontAwesome';
    transition: 0.2s;
	position:absolute;
	right: 3%;
	color:#F7C011;
	font-weight:bold;
}
.active:after{
	content: '\f106';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
	color:#F7C011;
}
.headerNorth .accBtn:after {
	display: inline-block;
    content: '\f107';
    font-family: 'FontAwesome';
    transition: 0.2s;
	position:absolute;
	right: 3%;
	color:#F9AC12;
	font-weight:bold;
}
.headerNorth .active:after{
	content: '\f106';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
	color:#F9AC12;
}
.spSunbMenu {
	display: none;
}
.spSunbMenu ul{
	padding:0 0 0 5%!important;
}
.spSunbMenu ul li{
	padding:0!important;
}
.spSunbMenu ul li a{
	width:90%;
	font-size:95%!important;
	padding: 7px 2% 7px 7%;
}
.sp-main{
	width:100%;
	display:block;
}
.headerSnsSp{
	width:100%;
	max-width:140px;
	margin:20px 0;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.headerSnsSpOne{
	width:26%;
}
.headerSnsSpOne img{
	max-width:100%;
	margin:0 auto;
	height:auto;
	display:block;
}
}
@media screen and (max-width: 1000px) {
.sp-logo img {
        width: 60%;
}
}
@media screen and (max-width: 640px) {
.sp-logo img {
        width: 70%;
}
}
@media screen and (max-width: 520px) {
#nav-drawer {
	top:2px;
}
}
@media screen and (max-width: 480px) {
#h-logo {
        width: 240px;
}
.sp-logo img {
        width: 85%;
}
}
@media screen and (max-width: 400px) {

}

/******************
コンテンツボックス[共通]
******************/

#wrapper .contentsTopSora{
	clear:both;
	width:100%;
	position:relative;
}
#wrapper .contentsTop{
	clear:both;
	width:100%;
	position:relative;
}
#wrapper .main {
	width:90%;
	max-width:1300px;
	margin:0 auto;
	padding:70px 0;
}
#wrapperTop .mainTi{
	padding:40px 0;
}
#wrapperTop .main {
	 width:90%;
	max-width:1140px;
	margin:0 auto;
	overflow:hidden;
	padding:40px 0 70px 0;
}
@media screen and (min-width: 751px) and (max-width: 1220px) {
#wrapperTop .main {
    width: 94%;
	padding:50px 0 70px 0;
}
#wrapper .mainTi{
	padding:30px 0;
}
}
@media screen and (max-width: 750px) {
#wrapperTop .main {
    width: 90%;
	padding:20px 0;
}
#wrapper .mainTi{
	padding:20px 0;
}
#wrapper .main {
	padding:20px 0 40px 0;
}
}


/******************
ボタン
******************/
.commonBt{
	width:260px;
	margin:40px auto 0 auto;
}
.commonBt span{
	padding-right:3%;
}
.commonBt2{
	float:right;
	margin:30px 1% 0 0;
	width:260px;
}
.commonBt2 span{
	padding-right:3%;
}
.btn{
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 0 8px 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	color: #004297;
	background: transparent;
	border: 1px solid #004297;
	width:98%;
	text-align:center;
}
.btn:hover {
    background: rgba(0,66,151,.9);
    color: #fff;
}
.btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn span{
	padding-left:3%;
}
@media screen and (max-width: 750px) {
.commonBt{
	width:86%;
	margin:0 auto;
	padding-top:5%;
}
.commonBt2{
	float:none;
	width:86%;
	margin:0 auto;
	padding-top:5%;
}
.btn{
    padding: 10px 0 8px 0;
}
}
/******************
フッター(中部)[共通]
******************/
.NakaMidashi{
	clear:both;
	color:#333;
	font-size:135%;
	text-align:center;
	margin:10px auto;
	letter-spacing:0.1em;
}
.NakaContact{
	clear:both;
	width:100%;
	overflow:hidden;
	padding:100px 0 0 0;
}
.NakaConBnr{
	width:74%;
	overflow:hidden;
	margin:0 auto;
	padding-top:15px;
}
.NakaConBnrOne{
	width:44%;
	float:left;
	margin:1% 2% 3% 2%;
	animation-delay: .2s;
}

.NakaConBnrOne:nth-child(2n){
	float:right;
	animation-delay: .3s;
}
.NakaConBnrOne:nth-child(2n+1){
	clear:both;
}
.NakaConBnrOne a {
  display: block;
  box-shadow: 0 2px 4px rgba(3,3,3,.09);
}
.NakaConBnrOne a:hover {
  display: block;
  box-shadow: 0 8px 12px rgba(0,0,0,.2);
	transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(8px);
	transition-duration: .3s;
	
}
.NakaConBnrOne a:hover img{
opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
}
.footer{
	width:100%;
	overflow:hidden;
	border-top:1px solid #231815;
}
.footerUp{
	width:90%;
	padding:50px 0 0 0;
	max-width:1140px;
	margin:0 auto 50px auto;
	display:flex;
	justify-content:space-between;
}
.footerUpL{
	width:30%;
}
.footerUpR{
	width:62%;
	margin:20px 0 0 0;
}
.footerLogo{
	width:100%;
	max-width:260px;
	margin:0 0 25px 0;
	position:relative;
}
.footerLogo a:hover img{
	opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
}
.footerUpSns{
	width:100%;
	max-width:120px;
	display:flex;
	justify-content:space-between;
}
.footerUpSnsOne{
	width:26%;
}
.footerUpSnsOne img{
	width:100%;
	max-width:100%;
	display:block;
}
.footerAddWaku{
	position:relative;
}
.footerAdd{
	width:100%;
	position:relative;
	display:flex;
	justify-content:space-between;
}
.footerAddOne{
	width:48%;
}
.faddName{
	font-size:105%;
	margin:0 auto 20px auto;
}
.fadd{
	font-size:85%;
	line-height:170%;
}
.fadd a{
	color:#231815;
	cursor:default;
}
.toMinami{
	margin:10px 0 0 0;
	width:90%;
	max-width:240px;
}
.toMinami a{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:8px 6%;
	box-sizing:border-box;
	background:#ff8282;
	color:#fff;
	text-decoration:none;
	border-radius:50px;
	transition:.3s cubic-bezier(.22,1,.36,1);
	text-align:center;
	font-size:95%;
	letter-spacing:0.4px;
	font-weight:500;
}
.toMinami a span{
	width:30px;
	height:30px;
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	color:#ff8282;
	border-radius:50%;
	font-size:16px;
	transition:.3s;
	font-weight:600;
	margin-left:auto;
}
.toMinami a span i{
	margin:0;
}
.toMinami a:hover{
	transform:scale(1.03);
}
.toMinami a:hover span{
	transform:translateX(5px);
}
.footerUnder{
	width:100%;
}
.footerWaku{
	width:90%;
	max-width:1140px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	border-top:1px solid #231815;
	padding:30px 0 0 0 ;
}
.footerMenu{
	width:100%;
}
.footerMenu ul{
	display:flex;
	width:100%;
	font-size:85%;
	overflow:hidden;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.footerMenu ul li {
	width:25%;
}
.footerMenu ul li a {
	color:#231815;
}
.footerMenu ul li a:hover{
	color:#0fa1ce;
}
.copy{
	font-size:70%;
	text-align:center;
	padding:40px 0 0 0;
}
@media screen and (max-width: 1000px){
.footerUnder {
    display:none;
}
.footerUp{
	padding:40px 0 0 0;
	margin:0 auto;
	display:block;
}
.footerUpL{
	width:100%;
	margin:0 auto 30px auto;
}
.footerUpR{
	width:100%;
	margin:0 auto ;
}
.faddName {
    font-size: 100%;
	font-weight:600;
    margin: 0 auto 5px auto;
}
}
@media screen and (max-width: 800px) {
.footer{
	padding:0 0 64px 0;
}	
}
@media screen and (max-width: 640px) {
.footerAdd {
    display: block;
}
.footerAddOne {
    width: 100%;
	margin:0 auto 20px auto;
	text-align:center;
}
.footerAddOne:last-child {
	margin:0 auto;
}
.footerAddOne:first-child {
	border-bottom:1px dotted #ccc;
	padding:0 0 20px 0;
}
.footerLogo {
    margin: 0 auto 20px auto;
}
.footerUpSns {
    margin: 0 auto;
}
.toMinami {
    margin: 10px auto 0 auto;
}
.copy {
    padding: 20px 0 0 0;
}
}


/******************
フッター(下部)[共通]
******************/

#pageTopBtn{
	clear:both;
	z-index:9000;
	display:block;
	position: fixed;
	bottom: 15px;
	right: 15px;
}
@media screen and (min-width: 801px){
  #spUnderBtn{
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
#pageTopBtn{
	display:none!important;
}
#spUnderBtn{
	display:block;
	z-index:9000;
	position: fixed;
	bottom: 0;
	right: 0;
	left:0;
	margin:auto;
}
.spUnderBtnNaka{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.spUnderBtnOne{
	display:block;
	width:50%;
}
.spUnderBtnOne a{
	display:flex;
	align-items:center; 
	justify-content:center;
	gap:8px;
	color:#fff;
	text-decoration:none;
	width:100%;
	color:#fff;
	text-align:center;
	padding:13px 4%;
	box-sizing:border-box;
	background:#17a3ce;
	transition:.3s;
	font-size:100%;
}
.spUnderBtnOne:nth-child(2) a{
	background:#fb7c5a;
}
.spUnderBtnOne a:hover{
	background:#1f6175;
}
.spUnderBtnOne:nth-child(2) a:hover{
	background:#994636;
}
.spUnderBtnOne i{
	font-size:120%;
}
}
@media screen and (max-width: 400px) {
.spUnderBtnOne a{
	font-size:92%;
	letter-spacing:-1px;
	gap:4px;
}
}

/*edge*/
@supports (-ms-ime-align:auto) {
 body{
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 'Kosugi Maru', 'Noto Sans JP',游ゴシック, YuGothic, Helvetica,Arial, sans-serif;
}
.topMidashi , .topMidashi2{
  font-family:'Kosugi Maru', 'Noto Sans JP',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, YuGothic, Helvetica,Arial, sans-serif;
}
.tcnOneL ul li a , .tcnOneR ul li a {
    font-family:'Kosugi Maru', 'Noto Sans JP',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, YuGothic, Helvetica,Arial, sans-serif;
}
}

/*メイン画像*/
#topImg, #swiperWrap{
	position:relative;
}
#swiperWrap{
	width:100%;
	margin:auto;
	clear:both;
	position:relative;
	margin:0 auto 100px auto!important;
}
.slideImg1{
	background-image: url('./images/top/main1.jpg');
	background-repeat: no-repeat;
	padding-top:45%;
	background-size: cover;
	background-position: center bottom;
}
.slideImg2{
	background-image: url('./images/top/main2.jpg');
	background-repeat: no-repeat;
	padding-top:45%;
	background-size: cover;
	background-position: center bottom;
}
.slideImg3{
	background-image: url('./images/top/main3.jpg');
	background-repeat: no-repeat;
	padding-top:45%;
	background-size: cover;
	background-position: center bottom;
}
.slideImg4{
	background-image: url('./images/top/main4.jpg');
	background-repeat: no-repeat;
	padding-top:45%;
	background-size: cover;
	background-position: center bottom;
}
.slideImg5{
	background-image: url('./images/top/main-kita.jpg');
	background-repeat: no-repeat;
	padding-top:45%;
	background-size: cover;
	background-position: center bottom;
}
.slideImg6{
	background-image: url('./images/top/main-minami.jpg');
	background-repeat: no-repeat;
	padding-top:45%;
	background-size: cover;
	background-position: center bottom;
}
#topTxt{
	position:absolute;
	top:25%;
	left:0;
	right:0;
	text-align:center;
	margin:0 auto;
	z-index:10;
}
.mainBtn{
	width:1100px;
	margin:auto;
	position:absolute;
	bottom:-120px;
	left:0;
	right:0;
	z-index:10;
}
.mainBtn p{
	width:46%;
	margin:0 2%;
	float:left;
}
.mainBtn p a:hover img{
	opacity:0.8;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
}
.mB2{
	animation-delay:0.3s;
}
.headerNorthLogo , .headerSouthLogo{
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
}
.headerNorthLogoSp, .headerSouthLogoSp{
	display:none;
}

@media screen and (max-width: 1400px) {
.slideImg1{
	padding-top:52%;
}
.slideImg2{
	padding-top:52%;
}
.slideImg3{
	padding-top:52%;
}
.slideImg4{
	padding-top:52%;
}
.slideImg5{
	padding-top:52%;
}
.slideImg6{
	padding-top:52%;
}
}
@media screen and (min-width: 1401px)  and (max-width: 1540px) {
.mainBtn{
	bottom:-70px;
}
}
@media screen and (min-width: 1281px)  and (max-width: 1400px) {
.mainBtn{
	bottom:-130px;
}
}
@media screen and (max-width: 1280px) {
.mainBtn{
	bottom:-100px;
}
}
@media screen and (max-width: 1180px) {
.mainBtn{
	width:90%;
	bottom:-50px;
}
}
@media screen and (max-width: 1040px) {
#swiperWrap{
	margin:0 auto 50px auto!important;
}
.mainBtn{
	    width: 100%;
    bottom: 0%;
    position: relative;
    margin: 3% 0 0 0;
}
}


@media screen and (max-width: 850px) {
#swiperWrap{
	padding:76px 0 0 0 !important;
}
.slideImg1{
	padding-top:90%;
}
.slideImg2{
	padding-top:90%;
}
.slideImg3{
	padding-top:90%;
}
.slideImg4{
	padding-top:90%;
}
.slideImg5{
	padding-top:90%;
	background-image: url('./images/north/slide-img-north.jpg');
}
.slideImg6{
	padding-top:90%;
	background-image: url('./images/south/slide-image-south.jpg');
}
#topTxt{
	width:60%;
	top:45%;
}
.headerNorthLogo, .headerSouthLogo {
   display:none;
}
.headerNorthLogoSp, .headerSouthLogoSp{
 	display:block;
	 position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
	width:80%;
}
}
@media screen and (max-width: 750px) {
.mainBtn{
	width:100%;
	bottom:0%;
	position:relative;
	margin:-10% 0 0 0;
}
.mainBtn p{
	width:86%;
	margin:2% auto 4% auto;
	float:none;
}
.mainBtn p img{
	max-width:100%;
	margin:0 auto;
	display:block;
	height:auto;
}
}
@media screen and (max-width: 640px) {
.mainBtn{
	bottom:20%;
	margin:-80px 0 0 0;
}
}
@media screen and (max-width: 480px) {
#swiperWrap{
	padding:66px 0 0 0 !important;
}
#topTxt{
	width:80%;
	top:45%;
}
}







@media print{

body{
	width:100%;
}

#wrapperTop,#wrapper{
	padding-top:0;
	width:1140px;
	margin:0 auto;
}
#header-main {
    width: 1140px;
    margin: 0 auto;
}
.header {
    width: 98%!important;
}
.headerMenu , .headerMenu2021 {
    width: 54%;
}
#headerUp{
	width:70%;
}
#swiperWrap {
    margin: 0 auto 40px auto!important;
}
.mainBtn {
    width: 100%;
    bottom: 0%;
    position: relative;
    margin: 1% 0 0 0!important;
}
#wrapperTop .main {
    width: 1000px!important;
	padding: 20px 0 70px 0!important;
}
#wrapper .mainNakaTop{
 width: 1000px!important;
}
.northTopBnr2 {
    width: 80%!important;
}
#wrapperTop .main2 {
     width: 1000px!important;
}
.gnav li {
    padding: 5px 0 0 0!important;
}
.footerWaku{
 width: 1000px!important;
}
.footerMenu {
    width: 38%!important;
}
.footerAdd {
    width: 46%;
}
#wrapper .main {
    width: 1040px!important;
}
.bread {
    width: 98%;
}
.headerNakaNorthWi, .headerNakaSouthWi {
    width: 96%!important;
}
.footerW {
    width: 98%!important;
}
.footerMenu {
    width: 24%;
}

#footerMenuBox{
	width:84%;
}
}

@page{
	margin: 16mm 10mm;
}

@-moz-document url-prefix(){
@page{
	margin: auto;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
@page{
	margin: auto;
}
}


/*2021改修追加*/
.nakatopMidashi-chara {
  clear: both;
  margin-bottom: 30px;
  text-align: center;
	position: relative;
	padding:50px 0 0 0;
	width:100%;
}
.nakatopMidashi-chara::after {
  background-color: transparent !important;
}
.topPhilosophy {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tPchara1 {
  float: left;
  width: 8%;
  margin: 20% 0 0 0;
  animation-delay: 0.5s;
}
.tPPic {
  float: left;
  width: 76%;
  margin: 0 4%;
}
.tPchara2 {
  float: right;
  width: 8%;
  margin: -60px 0 0 0;
  animation-delay: 0.25s;
}
.tPchara1 img,
.tPchara2 img,
.tPPic img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.topPhilosophyUnder {
  clear: both;
  width: 100%;
  overflow: hidden;
  padding: 50px 0 0 0;
  animation-delay: 0.5s;
}
.tPttl {
  clear: both;
  font-size: 150%;
  margin: 0 0 25px 0;
  padding: 0;
  border-left: none !important;
	background: none;
}
.tPUL {
  float: left;
  width: 85%;
}
.tPUR {
  float: right;
  width: 8%;
  margin: 0 5% 0 0;
}
.tPchara3 {
  margin: 10px 0 0 0;
  animation-delay: 0.5s;
}
.tPchara3 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.topEncyoBlog {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tEchara1 {
  position: absolute;
  left: 18%;
  width: 8%;
  top: 0;
}
.tEchara1 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.tEL {
  float: left;
  width: 62%;
}
.tER {
  float: right;
  width: 33%;
  position: relative;
}
.tER img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.tpSyomei {
  text-align: right;
  position: relative;
}
.tPYaku {
  margin-top: 25px;
  font-size: 85%;
}
.tPName {
  font-size: 110%;
}
.tEchara2 {
  position: absolute;
  left: 1%;
  top: 72%;
  width: 7%;
  animation-delay: 0.5s;
}
.topMore2 {
  clear: both;
  width: 50%;
  margin: 80px auto 0 auto;
  overflow: hidden;
}
.topMore2 a {
  background: #646464;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 95%;
  transition: all 0.3s;
  z-index: 100;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.topMore2 a i {
  padding-left: 3%;
}
.topMore2 a:hover {
  background: #ff931e;
  color: #fff;
}
.topMore2 a:hover i {
  transform: translateX(8px);
  -moz-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  transition-duration: 0.3s;
}
.topAddmision {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tAchara1 {
  position: absolute;
  left: 4%;
  width: 12%;
  top: 0;
}
.tAchara1 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.tAL {
  float: left;
  width: 48%;
  margin: 30px 0 0 0;
}
.tAL img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.tAR {
  float: right;
  width: 48%;
  margin: 30px 0 0 0;
}
.tAchara2 {
  margin: 40px 0 0 85%;
  width: 15%;
  animation-delay: 0.5s;
}
.tRecL {
  float: left;
  width: 40%;
  position: relative;
  margin-top: 90px;
}
.tRecR {
  float: right;
  width: 48%;
}
.tRecR img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.tRecchara1 {
  width: 15%;
  position: absolute;
  top: -20px;
  right: 5%;
  animation-delay: 0.25s;
}
.tRecchara2 {
  width: 20%;
  position: absolute;
  animation-delay: 0.5s;
  left: 8%;
  top: 70%;
}
.topRecBtn {
  margin: 40px 0;
}
.topRecBtn a {
  background: #efdf1b;
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #333;
  font-size: 105%;
  transition: all 0.3s;
  z-index: 100;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  letter-spacing: 1px;
}
.topRecBtn a:hover {
  background: #f99819;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .topPhilosophy {
    overflow: initial;
  }
  .tPchara1 {
    float: none;
    width: 10%;
    margin: 0;
    animation-delay: 0.5s;
    position: absolute;
    bottom: -5%;
  }
  .tPPic {
    float: none;
    width: 100%;
    margin: 0;
    padding-bottom: 5%;
  }
  .tPchara2 {
    float: none;
    width: 10%;
    margin: -60px 0 0 0;
    animation-delay: 0.25s;
    position: absolute;
    top: 35%;
    right: 0;
  }
.tPttl {
    font-size: 130%;
    padding: 10px 0 0 0;
    border-left: none !important;
  }
  .topPhilosophyUnder {
    position: relative;
    padding: 20px 0 0 0;
  }
  .tPUL {
    float: none;
    width: 100%;
    position: relative;
  }
  .tPUR {
    float: none;
    width: 12%;
    margin: 0;
    position: relative;
    position: absolute;
    top: 5%;
    right: 0;
  }
  .topMore {
    width: 84%;
  }
  .tEL {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .tER {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .tEchara2 {
    left: 0;
    top: 48%;
    width: 12%;
  }
  .topMore2 {
    width: 84%;
    margin: 40px auto 0 auto;
  }
  .tAL {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .tAR {
    float: none;
    width: 100%;
  }
  .tAchara2 {
    margin: 10px 0 0 85%;
  }
  .tRecL {
    float: none;
    width: 84%;
    margin: 0 auto 30px auto;
  }
  .tRecR {
    float: none;
    width: 100%;
  }
  .topRecBtn {
    margin: 30px 0 10px 0;
  }
}
@media screen and (max-width: 540px) {
.tPUR {
    float: none;
    width: 12%;
    margin: 0;
    position: relative;
    position: absolute;
    top: 80%;
    right: 8%;
  }
  .tEchara1 {
    left: 0;
    width: 18%;
    top: 3%;
  }
}
@media screen and (max-width: 480px) {
  .tEchara2 {
    top: 58%;
    width: 20%;
}
.nakatopMidashi-chara {
  margin-bottom: 10px;
}
.tPttl {
    line-height: 140%;
    padding: 10px 0 0 0;
    border-left: none !important;
}
}
/*トップ固定*/
.topKotei{
	width:92%;
	background:rgba(255,255,255,.9);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
	margin:0 auto 80px auto;
	padding: 4%;
}
.topKoteiMidashi{
	color:#fca01a;
	font-size: 180%;
  	text-align: center;
  	letter-spacing: 2px;
  	margin: 0 auto 15px auto;
  	position: relative;
  	text-shadow: none !important;
  	width: 100%;
	font-weight:normal;
}
/*.topKotei p{
	position:relative;
	width:96%;
	padding:0 0 0 18px;
	margin:0 0 8px 0;
	font-size:110%;
}
.topKotei p:last-child{
	margin:0;
}
.topKotei p::before{
	display: block;
  	content: '';
  	position: absolute;
  	top: 10px;
  	left: 1px;
  	width: 10px;
  	height: 10px;
  	background-color: #fca01a;
  	border-radius: 100%;
}*/
.topKoteiBtn{
	width:60%;
	margin:20px auto 0 auto;
	overflow:hidden;
}
.topKoteiBtn a{
	display:block;
	width:96%;
	margin: 0 auto;
	padding:15px 2%;
	background:#fca01a;
	color:#fff;
	transition:.3s;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	text-align:center;
	font-size:110%;
}
.topKoteiBtn a:hover{
	background:#F7C011;
}
@media screen and (max-width: 1160px) {
.topKotei{
	margin:30px auto 60px auto;
	padding: 6%;
	width:88%;
}
.topKoteiMidashi{
  	margin: 0 auto 10px auto;
}
.topKoteiBtn{
	width:80%;
}
}
@media screen and (max-width: 750px) {
.topKotei{
	margin:20px auto 40px auto;
	padding: 8%;
	width:84%;
}
.topKoteiMidashi{
  	margin: 0 auto 10px auto;
	font-size: 150%;
}
.topKoteiBtn{
	width:90%;
}
}