@charset "utf-8";
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/**
 *
 *  客室
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
.blockTtl.en{
	margin-top:40px;
	margin-bottom: 30px;

}



/*--------------------------------------------------------------------------
   Main
---------------------------------------------------------------------------*/

/* #service
-----------------------------------------------------------------*/
#service{
	background: #EDF5F9;
	height: 340px;
	background: url(../images/header-1.jpg)  no-repeat center center;
	background-size: cover;
}
#service .wrap{
	position: relative;
/* 	background: #fff;*/
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	padding:20px 0;
	
}
#service .note2{
	margin-left: 42px;
	width: 400px;
	float: left;
}
#service .ttl{
	margin: 10px 0 10px;
	z-index: 150;
}

#service .note{
	margin: 10px;
	margin-left: 32px;
	width: 90%;
	float: left;
	margin-right:42px;
	color: #fff;
}

#service .note h2{
/* 	color: #4f4f4f;*/
	line-height: 1.9;
	font-size: 150%;
	font-weight: 500;
	font-family: "メイリオ","Meiryo",'Noto Sans Japanese', serif;
}

#service .note p{
	margin-top: 20px;
/* 	color: #4f4f4f;*/
	line-height: 1.9;
	font-size: 1.08rem;
	font-weight: 500;
	font-family: "メイリオ","Meiryo",'Noto Sans Japanese', serif;
}


#service .note h3{
	padding-top: 8px;
	line-height: 2;
	text-align: right;
	font-weight: 500;
}


.right {
	float: right;
	margin-right:10px;
	padding: 5px 0 5px 5px;
}

#service .img{
	display: none;
	margin-right: 30px;
	float: right;
	padding:5px;
}


#canvas01{
	margin: -50px 30px 0 0;
	float: right;
}
.oldbrowse #canvas01{
	display: none;
}
.oldbrowse #service .img{
	display: block;
}




/* 会社案内
-----------------------------------------------------------------*/
.gaiyou {
	width:90%;
	margin: 0 auto;
	text-align: center;
	padding-top:30px;
}
.gaiyou p{
	font-size: 110%;
}

table.brwsr1 {
	width: 98%;
    font-size: 110%;
    margin: 20px 100px;
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin-bottom:10px;
    margin-left:5px
}

table.brwsr1 img{
	margin:10px;
}

table.brwsr1 th {
    padding: 8px 0;
    padding-left:5px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #999 1px solid;
    /*border-bottom: #999 1px solid;
    color: #fff;*/
}
 
table.brwsr1 td {
    padding: 8px 0;
    text-align: left;
    border-bottom: #999 1px solid;

}
 
table.brwsr1 th.r1 {
    width: 25%;
    text-align: left;
	font-size: 1.15rem;
   /* border-right: #999 1px solid;
     background: #447791;*/
}
 
table.brwsr1 td.r2 {
    width: 75%;
    text-align: left;
    font-size: 1.2rem;
   /* border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #5893b1;*/
}
 






/* #mission
-----------------------------------------------------------------*/
#mission{
	padding: 54px 0 80px;
	max-width:1200px;
	margin: 0 auto;
	width:100%;
}
#mission .lead{
	margin-bottom: 15px;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	font-family:  "メイリオ","Meiryo",'Noto Sans Japanese', serif;
}
#mission .txt{
	margin-bottom: 30px;
	font-size: 124%;
	text-align: center;
}
#mission .img{
	display: none;
	margin-bottom: 60px;
	text-align: center;
}
.oldbrowse #mission .img{
	display: block;
}
#mission #canvas02{
	display: block;
	margin: 0 auto 30px;
	background: #f6f4ed;
	border-radius: 3px;
}
.oldbrowse #mission #canvas02{
	display: none;
}
#mission .btn{
	text-align: center;
	letter-spacing: -0.4em;
}
#mission .btn li{
	width: 340px;
	margin-left: 16px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
}
#mission .btn li:first-child{
	margin-left: 0;

}
#mission .btn li span{
	padding: 18px 20px 19px 0;
	font-size: 131%;
}
/* IE9・10 */
#mission .btn li span:not(:target){
	padding: 22px 20px 15px 0\9;
}


.item-sns {
  display: flex;
  flex-wrap: wrap;
  /* border: 1px solid #eee; */
  padding: 0.4em;
  margin: 0 5em 3em;
  /* text-align: center; */
  /* align-items: center; */  /* 子要素をflexboxにより中央に配置する */
  justify-content: center;
}

.item_sns_m {
 /* background: #ebc6c6; */
 padding: 1em;
 border-radius: 5px;
 flex: 1 0 0;
 margin: 0 0.6em;
 /* border: 1px solid #eee; */
 min-width: 300px;
 /* text-align: center; */
 justify-content: center;
 }
.item_sns_m h1 {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 30px;
	/* color: #00648e; */
	text-align: left;
	border-bottom: 1px solid #eee;
}


.item_sns_m img {
	max-width:100%;
}

.item_sns_i {
 /* background: #ebc6c6; */
	 padding: 1em;
	 border-radius: 5px;
	 flex: 1 0 0;
	 margin: 0.4em;
	border: 1px solid #eee;
     min-width: 300px;
     text-align: center;
	 }
.item_sns_i h1 {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 30px;
	/* color: #00648e; */
	text-align: left;
	border-bottom: 1px solid #eee;
}












/* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #mission .btn li span {
		padding: 22px 20px 15px 0;
	}
}
#mission .btnLink span:after{
	font-size: 27px;
	font-weight: normal;
}
.btnLink.blank span{
	background: url