*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
	
}
body {
	-webkit-print-color-adjust: exact;
	font-family: 'M PLUS Rounded 1c', 'Kosugi Maru', BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	background-image: url(../images/texture.jpg);

}
a{text-decoration:none;}
a:link { color: #0B615E; }
a:visited { color: #0B615E; }
a:hover { color: #04B4AE; }
a:active { color: #0B615E; }

img {
   max-width: 100%;  /* 横幅に合わせて自動縮小するが、拡大はしない */
}


h1{
	letter-spacing: 3px;
	margin: 2em 0 2em 0;
	line-height: 150%;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #09c;
	font-size: 2em;
	color: orange;
}
h1 i{
	font-size: 2em;
	color: #FC0;
}

h1:first-letter {
	font-size: 2em;
	color: #669933;
}

h1.igusaicon{
}
h1.igusaicon:before{
	content: "";
	display: inline-block;
	background-size: contain;
	content: url(../images/igusaicon.png);
	background-repeat: no-repeat;
	margin-right: 0.3em;
}

h2{
	font-size: 1.4em;
letter-spacing:2px;
border-bottom: dotted 1px gray;
margin: 1em 0 1em 0;
line-height: 150%;
}

header {
	width: 1100px;
	color: #008080;
	background-origin: border-box;
	background-color: #ECECEC;
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0.1em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
}

/*
header a{
	color: #333;
	text-decoration: none;
}

header a:link { color: #333; }
header a:visited { color: #333; }
header a:hover { color: #09F; }
header a:active { color: #09F; }
*/

main{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.corpname{
	font-size: 1.3em;
	letter-spacing: 0.1em;

}



.corpname:before{
	content: url(../images/ohanas.png);
	position: relative;
	top: 5px;
	margin-right: 5px;

}


.phone{
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: bolder;
}

/*Flexsliderに画像ドット処理*/


.flexslider .slides {
	background-image: url(../images/dot.png);
	background-repeat: repeat;
	background-blend-mode: overlay;
  background-position: 0px ;
  background-size: auto, cover;
}

.flexslider .slides img {
  opacity: 0.93;
}



footer {
	color: #fff;
	font-size: 1em;
	margin: 0 auto;
	margin-top: 0em;
	text-align: center;
	padding: 4em 0 4em 0;
	width: 1100px;
	line-height: normal;
	background-color: #009999;

}

.margin-bottom{
	margin-bottom:2em;
}

.maxwidth{
	max-width: 1100px;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

.w100{
	 width: 100%;
	 height:auto;

}

.w33{
	width: 32.8%;
	height: auto;
	display: inline-block;
	text-align: center;
	border: 1px solid gray
	background-color:white;
	object-fit: cover; 
	vertical-align: top;
}

.w33 h2{
	
	font-size:1.4em;
	margin:0;
	margin: 0.3em 0;
	padding:0;
	
	
}

.w33 p{
	margin:  0;
	padiing: 0;
	text-align:left;
	font-size:0.9em;

	
}

.w33 img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.leftbox{
	padding: 0 8% 0 0;
}

.centerbox{
	padding: 0 4% 0 4%;
}

.rightbox{
	padding: 0 0 0 8%;
}



.inlineframe {
	background-color: #FFE8F8;
	width: 100%;
	height: 150px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}

.inlineframe li{
	line-height:2em;
	padding-left :5px;
}






.topimg{
	 width: 100%;
	 height:auto;
	 object-fit: cover; 
}

.top3img{
	 width: 100%;
	 height:200px;
	 object-fit: cover; 
}

.subimg{
	 width: 100%;
	 height:120px;
	 object-fit: cover;
	 font-family: 'object-fit: cover;'; /*IE対策*/
}



.block_nav {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}



/*----その他------*/

.otherbox{
	width:100%;
	height:auto;
	margin:0 0 1.5em 0;
}

.otherbox h3{
	margin:0;
	padding:0;
}

.otherbox p{
	margin:0;
	padding:0.3em 0 0 0 0;
}

.other-imgbox{
	width:20%;
	height:auto;
	display:inline-block;
	vertical-align: top;
}

.other-txtbox{
	width:77%;
	height:auto;
	display:inline-block;
	vertical-align: top;
	padding:0 0 0 0.5em;
}




table {
	width:100%;
  border-collapse: collapse;
  border: solid 1px gray;/*表全体を線で囲う*/
}
table th, table td {
	border: 1px dotted gray;
	padding: 0.5em;
}

table tr:nth-child(even) {
background: #;
}
.pc_hidden{
	display:none;
}
header div{
	
	margin-right: 3%;
	margin-left: 3%;
}

nav.globalMenuSp {
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 0px;
	background-color: #E2E2E2;
	background-color: #83B4BE;


}

nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
	background-color: #009999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009999;

}

nav.globalMenuSp ul li {
	padding: 27px 2px 2px 2px;
	display: inline-block;
	width: 20%;
	height: 75px;
	vertical-align: middle;
	
	font-size: 1.6vmin;
	font-size: 19px;

	list-style-type: none;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	line-height: 18px;
}

nav.globalMenuSp ul li:hover {
	background-color: #04B4AE;
}
nav.globalMenuSp ul li:first-child{
	border-left:none;
}

nav.globalMenuSp ul li a{
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 100%;
	font-weight: normal;
}

/*----gmsadd------*/
nav.globalMenuSp ul li a:before{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 22px;/*画像の幅*/
	height: 28px;/*画像の高さ*/
	background-image: url(../images/menu-kuma.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-right: 5px;	
	}

nav.globalMenuSp ul li a.m01:before{

	background-image: url(../images/menu01.png);
	
	}
nav.globalMenuSp ul li a.m02:before{

	background-image: url(../images/menu02.png);
	
	}
nav.globalMenuSp ul li a.m03:before{

	background-image: url(../images/menu03.png);
	
	}
nav.globalMenuSp ul li a.m04:before{

	background-image: url(../images/menu04.png);
	
	}
nav.globalMenuSp ul li a.m05:before{

	background-image: url(../images/menu05.png);
	
	}
nav.globalMenuSp ul li a.m06:before{

	background-image: url(../images/menu06.png);
	
	}
nav.globalMenuSp ul li a.m07:before{

	background-image: url(../images/menu07.png);
	
	}





























