@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(back_y.gif);
	background-attachment:fixed;
	margin: 0;
	padding: 0;
}




.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: inline-block;
	position :fixed;
    top :0;
	left :0;
	width :90%;
	padding-left:4%;
	padding-top:3%;
	background :#;
	
	
}
 
.hm_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	color: #999;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 15px;
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 2;
}
 
/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: left;
	z-index: 2;
}
.hm_btn::before {
	-webkit-box-shadow: #000 0 12px 0;
	box-shadow: #000 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #000;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */
 
.hm_menu_wrap {
	width :80%;
	height :353px;
	background: #9ff;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}
 
/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}
 
/* △△開閉時のアニメーション△△ */
 
/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 50px 0 0;
	padding: 0;
}
.hm_list li a {
	color: #333;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #ffffcc;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}
 
.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

 
.box_guide_pc {
  display:none;
}


.box_mobile {
  width: 100%;
}
.box {
  display:none;
}



h2	{
	font-size: 1.2em;
	border-left: solid 15px #FC0;
	padding-left: 8px;
	letter-spacing:2px;
}

.article_report_mobile h3 {
	padding-top: 0px;
	margin-bottom: 0px;
 }


.content {
	margin-top: 0px;
	
	border-top-color: rgb(102,102,102);
	border-top-width: 1px;
	border-top-style: solid;
	
	border-right-color: rgb(102,102,102);
	border-right-width: 1px;
	border-right-style: solid;
	
	border-bottom-color: rgb(102,102,102);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-left-color: rgb(102,102,102);
	border-left-width: 1px;
	border-left-style: solid;
	
	background-color: #ffffff;
}

.content_map {
	margin-top: 0px;
	
	border-top-color: rgb(102,102,102);
	border-top-width: 1px;
	border-top-style: solid;
	
	border-right-color: rgb(102,102,102);
	border-right-width: 1px;
	border-right-style: solid;
	
	border-left-color: rgb(102,102,102);
	border-left-width: 1px;
	border-left-style: solid;
	
	border-bottom-color: rgb(102,102,102);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	background-color: #ffffe0;
}






.icon {
	margin-left:20px;
	float:left;
}


#slideshow {
 	margin-left: 32%;
    position: relative;
    width: 600px; /* ボックスの横幅 */
    height: 300px; /* ボックスの高さ */
	z-index:0;
}
#slideshow p {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: #9FF; /* ボックスの背景色(必須) */
   width: 600px;
   height: 300px; /* ボックスの高さ */
}
#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow p.last-active {
   z-index: 9;
}
#slideshow p img {
   width:  600px; /* 画像の横幅 */
   height: 300px; /* 画像の高さ */
   display: block;
   border: 0;
   margin-bottom: 10px; /* 画像下部の余白 */
}



.bottom {
	position: relative;
}

.bottom span {
	position: absolute;
	font-size: 0.6em;
}
	

.top_logo_mobile {
	position: relative;/*相対配置*/
}

.top_logo_mobile img {
  width: 100%;
}

.top_logo_mobile {
	display:inline;
}

.top_logo {
	display:none;
}

.nondisplay_tab {
	display:none;
}

.nondisplay_pc {
  display:none;
}

.nondisplay_pc_nf {
  display:none;
}

.report_btn {
    display: ;
    padding: 0.1em 0.5em;
    text-decoration: none;
	background: #1e90ff;
	color: #ffffff;
	border: solid 2px #1e90ff;
    border-radius: 6px;
    transition: .6s;
	font-size: 1em;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.report_btn:hover {
    background: #ffffff;
	color: #67c5ff;
}


.square_btn {
    display: block;
    padding: 0.1em 0.5em;
    text-decoration: none;
	background: #1e90ff;
	color: #ffffff;
	border: solid 2px #1e90ff;
    border-radius: 6px;
    transition: .6s;
	font-size: 0.7em;
	margin-top:0px;
	margin-bottom:5px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.square_btn:hover {
    background: #ffffff;
	color: #67c5ff;
}

.title{
	text-align:center;
}


.article_report_mobile {
	background-color: #fff;
	line-height: 2em;
	margin: 0px 0px;
	padding: 20px 20px 20px 20px;
	border-radius: 20px 20px;
	max-width:1232px;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}


.article_use {
	width:;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 1em;
}

.article {
	width:80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

.article_form {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}

.article2 {
	background-color: #ffce9e;
	line-height: px;
	margin: 0px 0px;
	padding: 20px 20px 20px 35px;
	border-radius: 20px 20px;
	max-width:1232px;
	width:75%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}

.article2_use {
	background-color: #ffce9e;
	line-height: px;
	margin: 0px 0px;
	padding: 20px 20px 20px 20px;
	border-radius: 20px 20px;
	max-width:1232px;
	width:70%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}

.article3 {
	background-image:url(stone.gif);
	margin: 0px 0px;
	padding: 20px 20px 20px 35px;
	max-width:1232px;
	width:70%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}


/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}


a:visited {
	color : #ffffff;
}


hr {
	margin-top:0.2em;
	margin-bottom:0.2em;
}


.top {
  display:none;
}
/*
	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 およびそれ以下. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 700px) {
.gridContainer {
	width: 90%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.box_guide {
  display:none;
}

.box_guide_pc {
  display:inline;
  float: right;
  width: 280px;  /* 画像のザイズ */
  height: 200px;  /* 画像のザイズ */
  background-color:#fff;
}

.box {
  display:inline;
  float: right;
  width: 310px;  /* 画像のザイズ */
  height: auto;  /* 画像のザイズ */
}
.box_mobile {
	display:none;
}


.content {
	margin-top: 45px;
}

.content_map {
	margin-top: 45px;
}

.top {
  display:inline;
}

.top {
	background-image:url(common/img/size2.gif);
	width: 90%;
	max-width:1232px;
	padding: 0px; 
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	margin-top:0px;
	margin: 0 auto;
	position: fixed;
	z-index:1;
}

.top_logo {
	display:inline;
}

.top_logo {
	position: relative;/*相対配置*/
}

.top_logo img {
  width: 100%;
}


.mod_headerbox_size {
  height: 45px; 
  width: 135px;
  overflow: hidden;
  margin-left:auto;
}
.mod_headerbox_size ul {
}
.mod_headerbox_size ul li {
  float: left;
  width: 45px;
  height: 45px;
  overflow: hidden;
}
.mod_headerbox_size ul li span {
  display: block;
  cursor: pointer;
}
.mod_headerbox_size ul li.active span {
  margin-top: -45px;
}
.mod_headerbox_size ul li span:hover{
    margin-top:-45px;
}

/* fontsize
-----------------------------------------*/
.fontS { font-size: 140% }
.fontM { font-size: 170% }
.fontL { font-size: 200% }
 
 
/* mod_headerbox_size
-----------------------------------------*/




.display{
	background-image:url(display.jpg);
}

.top_logo_mobile {
	display:none;
}

.nondisplay_mobile {
  display:none;
}

.nondisplay_tab {
	display:inline;
	text-align:center;
}

.nondisplay_pc {
	display:none;
	text-align:center;
}


.nondisplay_pc_nf {
	display:inline;
}


.square_btn {
	display:block;
    padding: 0.5em 0.5em;
    text-decoration: none;
	background: #1e90ff;
	color: #fff;
    border: solid 2px #1e90ff;
    border-radius: 6px;
    transition: 0.6s;
	font-size: 0.8em;
	margin-left:30px;
	width:200px;
}

.square_btn:hover {
    background: #ffffff;
	color: #1e90ff;
}


.article {
	width:85%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}

.article2 {
	background-color: #ffce9e;
	line-height: px;
	margin: 0px 0px;
	padding: 20px 20px 20px 35px;
	border-radius: 20px 20px;
	max-width:1232px;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}


.article_report {
	background-color: #fff;
	line-height: 2em;
	margin: 0px 0px;
	padding: 20px 20px 20px 20px;
	border-radius: 20px 20px;
	max-width:1232px;
	width:65%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}


.article_use {
	width:;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 0.8em;
}

.article2_use {
	background-color: #afeeee;
	line-height: px;
	margin: 0px 0px;
	padding: 20px 20px 20px 20px;
	border-radius: 20px 20px;
	max-width:1232px;
	width:65%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}

.article3 {
	background-image:url(stone.gif);
	margin: 0px 0px;
	padding: 20px 20px 20px 35px;
	max-width:1232px;
	width:70%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}

}

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

@media only screen and (min-width: 980px) {
.gridContainer {
	width: 90%;
	max-width:1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.nondisplay_tab {
	display:none;
}

.nondisplay_pc {
	display:inline;
	text-align:center;
	}


.article {
	width:85%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}

.article_use {
	width:;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 0.8em;
}

.article2 {
	background-color: #ffce9e;
	line-height: px;
	margin: 0px 0px;
	padding: 20px 20px 20px 35px;
	border-radius: 20px 20px;
	max-width:1232px;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}

.article2_use {
	background-color: #ffffe0;
	line-height: px;
	margin: 0px 0px;
	padding: 20px 20px 20px 20px;
	border-radius: 20px 20px;
	max-width:1232px;
	width:65%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}

}