@charset "UTF-8";

d-none{
	display: none;
}
html {
height: 100%;
width: 100%;
overflow-y : auto;
}

* {
margin: 0px;
padding: 0px;
}


body,td,th {
font-family: 'Kosugi Maru', sans-serif;
background:#fff;
height: 100%;
width: 100%;
-webkit-text-size-adjust: 100%;
}

h3{
font-size:100%;
line-height: 180%
}

h4{
font-size:100%;
line-height: 150%
}

p {
margin:0;
padding:0;
line-height: 180%
}

.slow * {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

*{
margin: 0;
padding: 0;
}


#container{
width:100%;
margin:0 auto;
padding:0;
height:auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
min-height: 100%;
overflow:hidden;
}



/*PC
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 768px) {
.pc {
display:block;
}
.sp {
display:none;
}
body {
background-color: #fff;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
-webkit-text-size-adjust: 100%;

}

/*表示時間調整（bounceInDown）
-------------------------------------------------------------*/	
.animeslow1 {
-webkit-animation-duration: 0.3s;
animation-delay:0.3s;
z-index: 0;	
}	
	
.animeslow2 {
-webkit-animation-duration: 1s;
animation-delay:1s;
z-index: 0;
}	
	
.main h3{
text-align:center;		
}	

.wrapper {
max-width: 960px;
margin: 0 auto;
height:auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
height: 0;
overflow:hidden;
}	

.top{
width: 980px;
}	

.top h1{
width: 100%;
z-index: 0;
margin: 0;
padding: 0;
height: auto;
}	

.top h1 img{
width: 100%;	
position: absolute;
top: -100px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: block;	
}

.smoothrogo img{
z-index: 800;
}	
	

#gnavi{
position: fixed;
z-index: 999;
max-width: 960px;
width: 90%;
margin: 0 auto;
}	

#gnavi li{	

}

#gnavi img{
width: 60%;
}		

.mv{
z-index: 999999;
width: 100%;
margin:0 -200%;
padding:0 200%;
background-color: rgba( 255, 255, 255, 0.55 );
}

.mv ul{
margin: 0 auto;
padding: 3% 0;	
text-align: center;
	
text-align: right;
}

.mv ul li { 
z-index: 99; /*ヘッダーバー部分の重なり順*/
position:relative;
width: 14.28%;
text-align: center;
display: inline-block;
	/*
float: left;
	*/	
}
.mv ul li:first-child{
position: absolute;
left: 0;
}
#gnavi .mv ul li:first-child img{
width: 75%;
}
	
	
.mv ul li a {
padding: 0;
margin: 0;
vertical-align: middle;
text-decoration: none;
letter-spacing: 5px;
display: block;
width: 100%;
text-align: center;
color: #313198;
}

.mv ul li a:hover{
text-align: center;
opacity: .5;
width: 100%;
}	
	
.mv ul li a img{
width:100%;
verical-align:bottom;
}

header{

}	

.top{
z-index: 0; /*ヘッダーバー部分の重なり順*/
width: 100%;
padding-top: calc(1080 / 1920 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}	

.button{
z-index: 99; /*ヘッダーバー部分の重なり順*/
position: absolute;/*←絶対位置*/
left: 47%;
bottom: 4%; /*下に固定*/
}	

.button img{
width: 60px;
}	

.button a:hover{
opacity: .5;	

}	


.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}	

/*whatsnewの更新情報*/	
.newsbox{
width: 90%;
z-index: 999999;
position: absolute;/*←絶対位置*/
left: 0%;
bottom: 15%; /*下に固定*/	
}	
	
.newsbox p{
border-style: dotted solid;
border-width: 1px;	
border-color: #E9C3AB;	
margin-left: 10%;
padding-left: 15px;	
}		
	
.hizuke {
font-weight: bold;	
color: #c97e1d;	
}	
	
	
.main{
background-color: #D4D4F1;
width: 100%;
}
	
.inmain{
max-width:960px;
width: 90%;
margin:0 auto;
display:block;
}

.main h3{
margin-top: 2%;
padding-top: 10%;
}	

.main h4{
margin-bottom: 2%;
}		

.about h4{
text-align:center;	
margin-bottom: -100px;
}	

.about_title{
text-align:center;	
width: 100%;
margin-bottom: -150px;
}		

.about_title img{
width: 60%;
margin: 10%;	
}	

.service1{
max-width: 960px;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 100px;
}	

.service1 li{
display: flex;
align-items: center;
}


.service1 li .txt{
width: 100%;
padding-left: 50px;
}	

.service1 li img{
width: 100%;
}	

.service1 p{
text-align: justify;
padding-bottom: 2%;
}

.service1 li h2{
font-size: 190%;
background: linear-gradient(transparent 50%, #f4e5d2 50%);
margin-bottom: 5%;
}

	
.service1-img {
display: flex;
height: 150px;
justify-content: flex-start;
}	

.service1-img li img{
width: 100%;
margin-right: 5%;
}		

.service1-img li{
margin-right: 1%;
}		

.service1-img:nth-child(2n) {
margin-right: 0;
}	
	

.service2{
max-width: 960px;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}	

.height{
margin: 20px 0px 100px 0px;
}	

.service2 li{
display: flex;
align-items: center;
}


.service2 li .txt{
width: 100%;
padding-left: 50px;
}	

.service2 li img{
width: 100%;
}	

.service2 p{
text-align: justify;
text-justify: inter-ideograph;	
}

.service2 li h2{
font-size: 190%;
background: linear-gradient(transparent 50%, #f4e5d2 50%);
margin-bottom: 5%;
}	

.about h4{
height: 200px;
margin-bottom: 6%;
}	

.under {
font-size: 150%;
border-bottom: solid 4px #313198;
}	


.height {
display: flex;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}	

.height li {
width: 31%;
padding: -20px;
}

.height li img{
width: 100%;
margin: 0 auto;
}

.height img:hover{
opacity: .5;	
}	
	


.footer{
background-color: #313198;
padding-bottom: 10px;/*←footerの高さ*/
padding-top: 13px;
}	


.footer p{
color: #fff;
padding: 15px;
text-align: center;
width: 100%;
}	


.btn-flat-simple {
position: relative;
display: inline-block;
padding: .4em 1em;
text-decoration: none;
color: #c97e1d;
background: #ECECEC;
transition: .4s;
border-radius: 30px;
}

.btn-flat-simple a{
text-decoration: none;	
}	

.btn-flat-simple:hover {
background: #c97e1d;
color: white;
}	



#jumptitle01 {
margin-top:-15%; /* 固定ナビの高さ分のネガティブマージン */
padding-top:15%; /* 打ち消し用のパディング */
}



.copy {
width:90%;
max-width:800px;
display:block;
margin:0 auto;
}


.copyright {
z-index: 1; /*ヘッダーバー部分の重なり順*/
top:0;
font-size:75%;
color:#fff;
background-color: #313198;	
padding:1%;
}

.space1 {
padding-top:1%;
display:block;
}
.space2 {
padding-top:2%;
display:block;
}

.bottom {
position:fixed;
bottom:0;
width:100%;
z-index:0; /*ヘッダーバー部分の重なり順*/
margin:0;
padding:0;
}
.bottom img {
width:100%;
vertical-align: bottom;
margin:0;
padding:0;
}

.corp {
vertical-align:middle;
font-size:120%;
color:#000;
}


.br-sp{
display: none;
}	

.br-pc{
display:block;
}		


#space {
height: 100px;  /* 高さ指定 */
background-color: #D4D4F1;
}	

/* ページの先頭へ戻る
-------------------------------------------------------------*/

#page-top-sp {	
display: none;	
}

#page-top{	
position: fixed;
bottom: 30px;
right: 30px;
z-index: 999; /*ヘッダーバー部分の重なり順*/
}

#page-top img{
width: 60px;
}		

#page-top a:link { 
text-decoration: none;
}

#page-top a:visited { 
text-decoration: none;
}

#page-top a:hover { 
text-decoration: none;
opacity: 0.5;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}






}














































/*SP
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----*/
@media only screen and (max-width: 767px) {
.pc {
display:none;
}
.sp {
display:block;
}
body {
background-color: #fff;
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
-webkit-text-size-adjust: 100%;
}

	
.wrapper {
width: 100%;
margin: 0px;
padding: 0px;
height:auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
height: 0;
}	

.top{
width: 100%;
}	

.top h1{
width: 100%;
z-index: 0;
margin: 0;
padding: 0;
height: auto;
}	

.top h1 img{
width: 100%;	
position: absolute;
top: -100px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: block;
}

/*spメニュー*/	
#header{
width: 100%;	
position: fixed;
top: 0px;         
left: 0px; 	
background-color: #D4D4F1;
z-index: 9999;	
height: 70px;
}		
	
#nav-drawer {
max-width: 100%;
position: fixed;	
right: 13%;
top: 3%;		
z-index: 9999;
}
	
.smoothlogo_sp img{	
max-width: 100%;	
position: fixed;
left: 6px;
	}	
	
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
display: inline-block;
width: 0px;
height: 22px;
vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
position: absolute;
height: 3px;/*線の太さ*/
width: 40px;/*長さ*/
border-radius: 3px;
background: #555;
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: 0;
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;
right: 0;
z-index: 1;/*最前面に*/
width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
max-width: 330px;/*最大幅（調整してください）*/
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);
}	

	

#gnavi{
z-index: 0;
width: 100%;
margin: 0 auto;
}	

#gnavi li{	

}

#gnavi img{
width: 90%;
margin: 5%;
}		

.mv{
z-index: 1;
width: 100%;
}

.mv ul{
margin: 0 auto;
}

.mv img { 
width: 40%;
}	
	
.mv ul li { 
z-index: 0; /*ヘッダーバー部分の重なり順*/
text-align: center;
margin: 0;
padding: 5%;	
}

.mv ul li a {
padding: 0;
margin: 0;
vertical-align: middle;
text-decoration: none;
letter-spacing: 5px;
width: 100%;
color: #313198;
}

.mv ul li a:hover{
text-align: center;
opacity: .5;
}	

header{

}	

.top{
z-index: 0; /*ヘッダーバー部分の重なり順*/
width: 100%;
}	

.button{
z-index: 999; /*ヘッダーバー部分の重なり順*/
position: absolute;/*←絶対位置*/
left: 43%;
bottom: 2%; /*下に固定*/
}	

.button img{
width: 60px;
}	

.button a:hover{
opacity: .5;	

}	


.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}	

	
/*whatsnewの更新情報_sp*/	
.newsbox{
width: 90%;
z-index: 1;
position: absolute;/*←絶対位置*/
left: 0%;
bottom: 15%; /*下に固定*/	
}	
	
.newsbox p{
border-style: dotted solid;
border-width: 1px;	
border-color: #E9C3AB;	
margin-left: 10%;
padding-left: 15px;	
}		
	
.hizuke {
font-weight: bold;	
color: #c97e1d;	
}	
	
	
.main {
background-color: #D4D4F1;
width: 100%;
}

.main h3{

}		
	
.inmain{
margin:0 auto;
display:block;
}
.main h2{
margin-top: 5%;
}		
	
.inmain h3{
padding-top: 20%;
width: 90%;
text-align: justify;
text-justify: inter-ideograph;	
margin: 0 auto;	
}	

.main h4{
margin-bottom: 2%;
}		

.about h4{
text-align:center;	
font-size: .8em;
margin-bottom: -100px;
}	

.about_title{
text-align:center;	
width: 100%;
margin-bottom: -150px;
}		

.about_title img{
width: 80%;
margin: 25% 0 10%  0	
}	

.service1{
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 100px;
align-items: center;
padding: 5%;
}	

.service1 li .txt{
width: 100%;
}	

.service1 li img{
width: 100%;
}	

.service1 p{
text-align: justify;
padding-bottom: 5%;
}

.service1 li h2{
font-size: 190%;
color: #c97e1d;
margin-bottom: 5%;
}

.mainimg{
width: 90%;
margin:0 auto;
}		

.service2{
max-width: 100%;
}	

.height{	
padding: 5%;
float: left;
}	

.height img{	
box-shadow: 0 0 10px 0px #b0c4de;
}	
	
.service2 li{
padding: 5%;
}


.service2 li h2{
magin-top: 5px;
}	

.service2 li img{
width: 100%;	
}	

.service2 p{
text-align: justify;
text-justify: inter-ideograph;	
}

.service2 li h2{
font-size: 190%;
color: #c97e1d;
margin-bottom: 5%;
}	


.service1-img {
justify-content: flex-start;
}	

.service1-img li img{
width: 100%;
margin-right: 5%;
}		

.service1-img li{
margin-right: 1%;
}		

.service1-img:nth-child(2n) {
margin-right: 0;
}	

.about h4{
height: 200px;
margin-bottom: 6%;
}	

.under {
font-size: 150%;
border-bottom: solid 4px #313198;
}	


.height {
display: flex;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 26%;
}	

.height li {
width: 32.5%;
}

.height li img{
width: 100%;
margin: 0 auto;
}


.footer{
background-color: #313198;	
}	

.footer p{
color: #fff;
text-align: center;
padding: 30px;
}	

.footer_sp{
background-color: #313198;	
height: 100%;	
	}	
	
.footer_sp p{
color: #fff;
text-align: center;
padding: 30px;
}	

.btn-flat-simple {
position: relative;
display: inline-block;
padding: .4em 1em;
text-decoration: none;
color: #c97e1d;
background: #ECECEC;
transition: .4s;
border-radius: 30px;
}

.btn-flat-simple a{
text-decoration: none;	
}	

.btn-flat-simple:hover {
background: #c97e1d;
color: white;
}	



#jumptitle01 {
margin-top:-15%; /* 固定ナビの高さ分のネガティブマージン */
padding-top:15%; /* 打ち消し用のパディング */
}



.copy {
width:90%;
max-width:800px;
display:block;
margin:0 auto;
}


.copyright {
z-index: 1; /*ヘッダーバー部分の重なり順*/
top:0;
font-size:75%;
color:#fff;
background-color: #313198;	
padding:1%;	
}

.space1 {
padding-top:1%;
display:block;
}
.space2 {
padding-top:2%;
display:block;
}

.bottom {
position:fixed;
bottom:0;
width:100%;
z-index:0; /*ヘッダーバー部分の重なり順*/
margin:0;
padding:0;
}
.bottom img {
width:100%;
vertical-align: bottom;
margin:0;
padding:0;
}

.corp {
vertical-align:middle;
font-size:120%;
color:#000;
}


.br-sp{
display: none;
}	

.br-pc{
display:block;
}		


#space {
height: 100px;  /* 高さ指定 */
background-color: #D4D4F1;
}	

/* ページの先頭へ戻る
-------------------------------------------------------------*/

#page-top-sp {	
display: none;	
}

#page-top{	
position: fixed;
bottom: 30px;
right: 30px;
z-index: 999; /*ヘッダーバー部分の重なり順*/
}

#page-top img{
width: 60px;
}		

#page-top a:link { 
text-decoration: none;
}

#page-top a:visited { 
text-decoration: none;
}

#page-top a:hover { 
text-decoration: none;
opacity: 0.5;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}






}






























/*共通
-------------------------------------------------------------*/

.att {
padding-left: 1em;
text-indent: -1em;
}
.logo {
width:50%;
max-width:300px;
margin:0 auto;
display:block;
}


.space1 {
padding-top:1%;
display:block;
}
.space2 {
padding-top:2%;
display:block;
}

.clear {
clear:both;
}
.center {
text-align:center;
margin:0 auto;
}


body{
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



/*マウスオーバー半調
-------------------------------------------------------------*/
.alpha a:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";
}


/*マウスオーバー全消
-------------------------------------------------------------*/
.alpha100 a:hover {
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "alpha(opacity=0)";
}


.fontbold {
font-weight:700;
}

.font80 {
font-size:80%;
}
.font120 {
font-size:120%;
}

.font150 {
font-size:150%;
}

.center {
margin:0 auto;
text-align: center;
}





.clear {
clear:both;
}
.att {
text-align: center;
padding-left: 1em;
text-indent: -1em;
}

.orange{
font-feature-settings : "palt" 1;/*文字詰め*/
padding-left: 1em;
text-indent: -1em;
}






