@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
body{
    background-image: url("../images/back01.jpg") ;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}

.headerBlock{
	background-color: #FFF;
}
.header1 > div{
	width:95%;
	margin-left:auto;
	margin-right:auto;
    overflow: hidden;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 13px;
    background-color: #fff;
    padding: 10px 0;
}
.header2{
    background-color: #41B1BC;
}
.header2 > div{
	width:95%;
	margin-left:auto;
	margin-right:auto;
    overflow: hidden;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
}
.header2 > div > div {
    display: inline-block;
    vertical-align: middle;
}
.header2 .logoBox{
    margin: 0 10px;
}
.header > div{
    display: inline-block;
    vertical-align: top;
}
.header .rightBlock{
    float: right;
    margin-right: 25px;
    margin-top: 15px;
    margin-left: 25px;
}
.header .rightBlock p{
    font-size: 14px;
    font-weight: bolder;
}
.header .telBox p{
    color: #29ABE2;
    font-weight: bold;
    margin: 0;
    line-height: 170%;
    white-space: nowrap;
}
.header .telBox img{
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
.header .telBox span{
    font-size: 26px;
}
.headerBlock p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 200%;
    margin-left: 10px;
}

.menuBlock {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
    font-weight:lighter;
	padding: 10px 0;
    background-color: #41B1BC;
}
.floatingMenuBlock{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 10000;
	box-shadow: 0 4px 4px 0 #ddd;
    background-color: #41B1BC;
	padding: 10px 0;
}
.floatingMenu{
	max-width: 1280px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.main-nav{
	max-width: 900px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}
.navHome{
	display:inline-block;
	text-align:center;
	padding: 10px 0;
}
#main-menu, #main-menuf,
#main-menu2, #main-menuf2 {
  clear: both;
}

/* Mobile menu top separator */

#main-menu:before, #main-menuf:before,
#main-menu2:before, #main-menuf2:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
}

/* Mobile menu toggle button */
.main-menu-btn {
	float: left;
	width: auto;
	height: auto;
	text-indent: 0;
	color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	border-color:#c1cbd8;
	text-align: center;
	padding: 7px 7px;
    margin: 10px 7px 10px 7px;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon, 
#main-menu-statef:checked ~ .main-menu-btn .main-menu-btn-icon,
#main-menu-state2:checked ~ .main-menu-btn .main-menu-btn-icon, 
#main-menu-statef2:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before, 
#main-menu-statef:checked ~ .main-menu-btn .main-menu-btn-icon:before,
#main-menu-state2:checked ~ .main-menu-btn .main-menu-btn-icon:before, 
#main-menu-statef2:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after, 
#main-menu-statef:checked ~ .main-menu-btn .main-menu-btn-icon:after,
#main-menu-state2:checked ~ .main-menu-btn .main-menu-btn-icon:after, 
#main-menu-statef2:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state, 
#main-menu-statef,
#main-menu-state2, 
#main-menu-statef2 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu, 
#main-menu-statef:not(:checked) ~ #main-menuf,
#main-menu-state2:not(:checked) ~ #main-menu2, 
#main-menu-statef2:not(:checked) ~ #main-menuf2 {
  display: none;
}

#main-menu-state:checked ~ #main-menu, 
#main-menu-statef:checked ~ #main-menuf,
#main-menu-state2:checked ~ #main-menu2, 
#main-menu-statef2:checked ~ #main-menuf2 {
  display: block;
}

.sm-simple {
	border: none;
	box-shadow: none;
    background: none;
}
.sm-simple > li {
	text-align:left;
	border:none;
	width:100%;
	float:none;
}
.sm-simple > li img{
	/*width: 95%;*/
}
.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
	font-size: 14px;
}
.sm-simple .sub-arrow{
	display:none;
}
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
	padding: 5px 10px;
	color: #FFF;
    font-size: 14px
}
.sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
	/*background-color: rgba(204, 204, 204, 0.8) ;*/
    font-weight: bold;
}
.sm-simple a.has-submenu {
	padding-right: 0;
}
.sm-simple{
	border-style:solid;
	border-color:#c1cbd8;
	border-width:thin;
}
.sm-simple li{
	border-style:none;
	border-right-color:#c1cbd8;
	border-right-width:thin;
	background: url(../images/hmn_ico.png) no-repeat left top;
}
.breadcrumbsListBlock{
    background-color: #fff;
}
.breadcrumbsListBlock p{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 11px;
	width:95%;
    margin: 0 auto;
    padding: 5px 0;
    color: #41B1BC;
}
.contents{
	width:95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.footerBlock{
    background-color: #41B1BC;
}
.footer{
	max-width: 1280px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 14px;
    font-weight: bold;
}
.footer > div > div {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px;
}
h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 24px;
    color: #41B1BC ;
}
h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 15px;
    margin-bottom: 0;
    color: #41B1BC ;
}
h2 hr{
    margin: 0;
    border-color: #0070BB;
    border-width: 5px ;
    border-radius: 4px;
}
h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight:normal;
    color: #41B1BC ;
}

.content{
	padding: 18px 0 40px 0;
}
.content p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 160%;
}
.toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.toTopShow{
	display:block;
}
.toTopHidden{
	display:none;	
}
.cellFit{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.linkButton{
    background-color: #fff;
	display:inline-block;
	color:#41B1BC;
	font-size:15px;
	text-decoration:none;
	padding: 16px 40px;
	border-radius: 4px;
}
.linkButton:hover{
    background-color: #eee;
	color:#41B1BC;
}
.linkButton:visited{
	color:#41B1BC;
}
.toDetail{
	background-color:#F6921D;
}
.toInq{
	background-color:#38B449
}

.exampleBlock .item{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 160%;
	display: inline-block;
	width: 48%;
	margin-right: 1%;
}
.exampleBlock .item > div{
	display:inline-block;
	vertical-align:top;
	width: 100%;
}

.newsBox .item{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 160%;
}
.newsBox .item > div{
	display:inline-block;
	vertical-align:top;
}
.newsBox .item .dateCol{
	width: 6.5em;
}
.newsBox .item .titleCol{
	width: calc(95% - 6.5em) ;
}

.item a{
	text-decoration: none;
	color: #000;
}
.item a:hover {
	text-decoration: underline;
	color: #000;
}
.item a img:hover {
	opacity: 0.7;
}
.item a:visited {
	color: #000;
}
.item img{
	height: auto !important;
}

.videoBox {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.videoBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.stdLink{
    color: inherit;
    text-decoration: none;
}
.stdLink:hover{
    color: inherit;
    text-decoration: underline;
}
.stdLink:visited{
    color: inherit;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.headerTable{
	display: table;
	width: 100%;
}
.headerTable > div{
	display: table-cell;
	width: 50%;
}
.leftHeader{
	padding-left: 7px;
}
.rightHeader{
	padding-right: 7px;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	max-width: 1280px;
	margin: auto;
}
.header1 > div{
	width:87%;
    max-width: 1113px;
}
.header2 > div{
	width:87%;
    max-width: 1113px;
}
#main-menu, 
  #main-menuf,
#main-menu2, 
  #main-menuf2 {
    clear: none;
  }
  #main-menu:before, 
  #main-menuf:before,
  #main-menu2:before, 
  #main-menuf2:before {
    display: none;
  }
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu, 
  #main-menu-statef:not(:checked) ~ #main-menuf,
  #main-menu-state2:not(:checked) ~ #main-menu2, 
  #main-menu-statef2:not(:checked) ~ #main-menuf2 {
    display: inline-block ;
    margin-left:0;
	vertical-align: top;
  }
.sm-simple{
/*	width: calc(100% - 260px);
*/	display:inline-block;
	width:100%;
    background: none;
	border-style:none none none none;
	border-left-color:#E5E5E5;
	border-left-width:thin;
}
.sm-simple ul {
    background-color: #41B1BC;
    width: 7em !important;
    border-color: #41B1BC;
}
.sm-simple li{
	border-style:none none none none ;
	border-right-color:#E5E5E5;
	border-right-width:thin;
}
.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
	font-size: 14px;
}
.navTel{
	display:inline-block;
}
.sm-simple ul > li {
	border: none;
}    
.sm-simple > li {
	float: left;
	text-align: center;
}
.sm-simple > li:nth-child(1) {
	width: 11.4%;
    border-left-style: solid ;
    border-left-width: thin;
    border-left-color: #fff;
}
.sm-simple > li:nth-child(2) {
	width:25.7%;
    border-left-style: solid ;
    border-left-width: thin;
    border-left-color: #fff;
}
.sm-simple > li:nth-child(3) {
	width:20.0%;
    border-left-style: solid ;
    border-left-width: thin;
    border-left-color: #fff;
}
.sm-simple > li:nth-child(4) {
	width:8.5%;
    border-left-style: solid ;
    border-left-width: thin;
    border-left-color: #fff;
}
.sm-simple > li:nth-child(5) {
	width:14.2%;
    border-left-style: solid ;
    border-left-width: thin;
    border-left-color: #fff;
}
.sm-simple > li:nth-child(6) {
	width:20.0%;
    border-left-style: solid ;
    border-left-width: thin;
    border-left-color: #fff;
    border-right-style: solid ;
    border-right-width: thin;
    border-right-color: #fff;
}
#main-menu2 > li:nth-child(1),
#main-menuf2 > li:nth-child(1) {
	width: 8.5%;
}
#main-menu2 > li:nth-child(2),
#main-menuf2 > li:nth-child(2) {
	width:19.1%;
}
#main-menu2 > li:nth-child(3),
#main-menuf2 > li:nth-child(3) {
	width:14.8%;
}
#main-menu2 > li:nth-child(4),
#main-menuf2 > li:nth-child(4) {
	width:6.3%;
}
#main-menu2 > li:nth-child(5),
#main-menuf2 > li:nth-child(5) {
	width:10.6%;
}
#main-menu2 > li:nth-child(6),
#main-menuf2 > li:nth-child(6) {
	width:14.8%;
    border-right-style: none;
}
#main-menu2 > li:nth-child(7),
#main-menuf2 > li:nth-child(7) {
	width:25.5%;
    border-left-style: solid ;
    border-left-width: thin;
    border-left-color: #fff;
    border-right-style: solid ;
    border-right-width: thin;
    border-right-color: #fff;
}
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
	padding: 0 0;
	color: #FFF;
    background: none;
}
.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active, .sm-simple ul a.highlighted {
	padding: 5px 5px 5px 5px;
}
.breadcrumbsListBlock p{
	width:87%;
    max-width: 1113px;
}
.contents{
	width: 87%;
	margin-left:auto;
	margin-right:auto;
}
.footer{
	width:87%;
    max-width: 1113px;
}
.leftHeader{
	padding-left: 100px;
}
.rightHeader{
	padding-right: 70px;
}
.exampleBlock .item{
	width: 23%;
}
}