@charset "utf-8";

html{
	background: url(images_2/960_grid_12_col.png) repeat-y top center;
	line-height: 1.5;
	}

/*group reset*/
*{
	margin:0;
	padding:0;
	}

ul{
	list-style: none;
	}
	
img{
	vertical-align: middle;
	max-width: 100%;
	}

/*group reset END*/

/*トップページ*/

#pageTop{
	background:#ddd;
	border-radius:5px;
	color:#fff;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0.7;
	z-index: 2;
	}

#pageTop:hover{
	background:#eee;
	}

/*トップページ END*/


/*基本レイアウトここから*/

body{
	background-color: #000000;
	color: #13c4a5;
	font-size: 0.875em;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	word-break: break-all;
	}

header,footer{
	margin: 0 auto;
	max-width: 100%;
	}

#header_contents,nav,#topimg,#breadcrumb,#footer_contents{
	margin: 0 auto;
	max-width: 100%;
	}

header{
	margin: 0 0 5px 40px;
	padding-top: 20px;
	}

#topimg_box{
	max-width: 100%;
	text-align: center;
	}

#topimg_box img{
	max-width: 960px;
	max-height: 400px;
	}

h1,h2,h4{
	margin-bottom: 24px;
	}

h1{
	font-size: 1em;
	line-height: 1.3333;
	}

h2{
	line-height: 1.3333;
	margin-top: 10px;
	color: #ffffff;
	}/* 48 */
	
h3{
	line-height: 1;
	color: #ffffff;
	}/* 24px */

hgroup h2,h4{
	line-height: 1.5;
	}

/*アンダーラインアニメーション*/

.underline {
	text-decoration: none;
	display: inline-block;
	font-size:   0.75em;
	 } /* reset default css */

.underline::after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
  border-bottom: 1px solid #13c4a5;
  margin: 0 auto;
}

.headre_img{
	max-height: 32px;
	}

.underline:hover::after {
  width: 100%;
}

/*アンダーラインアニメーション END*/


/*scrollTop*/


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
} 

#pageTop i {
  padding-top: 3px
}

#pageTop a {
  display: block;
  z-index: 999;
  width: 0px;
  border-color: #13c4a5;
  border-style: solid;
  border-width: 10px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*scrollTop END*/

/*map_css*/

#map_container{
	text-align:center;
	}

.map{
	margin: 0.7% 0 0.7% 0;
	text-align: auto;
	}

.ggmap{
	margin: 10px;
	}

/*map_css*/

.list a{
	color: #13c4a5;
	}

 /*--- 表示領域が600px以下の場合に適用---*/
@media screen and (max-width: 600px) {

#topimg_box img{
	max-width: 100%;
	}
	
.headre_img{
	max-height: 408px;
	max-height: auto;
	}
	
.heare_img{
	max-width: 330px;
	}

#top{
	margin-right: 0;
	}

.rect{
    float: right;
    margin-top: -15px;
    text-align: -webkit-right;
    margin-right: 5px;
    z-index: 2;
	}

/*メニューcss*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 24px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #13c4a5;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

header{
	margin: 0 40px 20px 5px;
	padding-top: 10px;
	}

.rect ul{
  display: none;
  text-align: left;
}

li {
  cursor: pointer;
}

/*メニューcss END*/

#nav_home{
	color: #13c4a5;
	opacity: 0.8;
    padding-left: 15px;
    background-color: #222;
    width: 80px;
    padding-right: 20px;
    position: relative;
    right: 80px;
    text-align: right;
	}

#nav_home a{
	color: #13c4a5;
	}

#nav_diary{
    color: #13c4a5;
	opacity: 0.8;
    padding-left: 15px;
    background-color: #222;
    width: 80px;
    padding-right: 20px;
    position: relative;
    right: 80px;
    text-align: right;
	}

#nav_diary a{
	color: #13c4a5;
	}

#nav_map{
    color: #13c4a5;
	opacity: 0.8;
    padding-left: 15px;
    background-color: #222;
    width: 80px;
    padding-right: 20px;
    position: relative;
    right: 80px;
    text-align: right;
	}

#nav_map a{
	color: #13c4a5;
	}

#nav_description{
    color: #13c4a5;
	opacity: 0.8;
    padding-left: 15px;
    padding-bottom: 35px;
    background-color: #222;
    width: 80px;
    padding-right: 20px;
    position: relative;
    right: 80px;
    text-align: right;
	}

#nav_description a{
	color: #13c4a5;
	}
	
#breadcrumb{
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 1px;
	margin-top: 35px;
	border-top: solid #13c4a5 1px;
	}

#footer_contents #sitemap ul li a{
	color: #fff; 
	text-decoration: none;
	font-size: 	0.625em; /*10px*/
	margin-left: 10px;
	padding-left: 10px;
	float: left;
	border-left: solid 2px #888888;
}

#banner_box{
	margin: 5px;
	}

#archive_container p{
	margin-bottom: 10px;
	text-align: center;
	}

#archive_container p::before{
    content: "»";
  	color: #13c4a5;
	list-style-type: none;
  	height: 1em;
  	top: 1.3em;
  	left: 0.6em;
	padding-right: 10px;
	}

/*description*/

#description_content{
	max-width: 650px;
	margin: 0 6% 6% 6%;
	}

#description_content h2{
	font-size: 0.938em;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	text-decoration: none;
	font-weight: normal;
	border-bottom: solid #13c4a5 1px;
	padding-bottom: 1em;
	}
	
#description_content p{
	font-size: 0.813em;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-indent: 1em;
	}

/*description_END*/

}
/*--- 表示領域が600px以下END---*/


#breadcrumb{
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 1px;
	border-top: solid #13c4a5 1px;
	}

#breadcrumb ol li {
	/* liを横並び＆ブレットを消す */
	display: inline;
	list-style-type: none;
	position: right center;
	font-size: 0.6em;/*14px*/
}

#breadcrumb ol li a{
	color:#13c4a5;
	text-decoration: none;
}

#breadcrumb ol li:after {
	/* liの後に記号追加 */
	content:" > ";
}

#breadcrumb ol li:first-child:before {
        /* 最初のliだけcontentを消す */
        content: none;
}

#breadcrumb ol li:last-child:after{
  content: '';
}

#contents{
	width: 100%;
	margin: 0 auto;
	position: relative;
	}

#main{
	width:100%;
	text-align: center;
		}

#comment_box{
	width: 100%;
	color:#f0f0f0;
	text-align: left;
	}

.comment_title{
    margin: 10px 0 5px 0;
    font-size: 	0.813em;/*13px*/
	text-indent: 1em;
	}

.itasya_title{
	font-size: 0.50em;/*8px*/
	border-bottom: solid 1px #13c4a5;
	padding-bottom: 6px;
    font-size: 	0.63em;/*10px*/
	text-indent: 1em;
	}

.itasya_text{
    font-size: 	0.50em;/*8px*/
	padding-bottom: 6px;
	text-indent: 1em;
	position: absolute;
	top: 47px;
    left: 220px;
	}

.post_date{
	max-width: 250px;
	font-size: 	0.69em;/*11px*/
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 3px;
	text-indent: 0.8em;
	}

.comment_text{
	font-size: 0.81em;/*11px*/
	text-indent: 1em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	}

#content_imgbox{
	max-width: 960px;
	margin: 0 auto;
	}

.itasya_img{
	max-width: 80%;
	max-height: 80%;
	margin: 10px 5px 5px 5px;
	}

#sub{
	/*background-color: #2e2e2e;*/
	max-width: 265px;
    margin: 0 auto;
	text-align: center;
	}

#banner_box{
	padding: 10px 0;
	}

.banner_img1{
	max-width: 80%;
	max-height: 80%;
	margin-bottom: 4%;
	}

.banner_img2{
	max-width: 80%;
	max-height: 80%;
	margin-bottom: 4%;
	}

#sitemap{
	width: 100%;
	height: 20px;
	padding: 10px 0;
	}

footer{
	background-color: #2e2e2e;
	opacity: 0.7;
	clear: both;
	}

#footer_contents #sitemap ul li a{
	color: #fff; 
	text-decoration: none;
	font-size: 	0.625em; /*10px*/
	margin-left: 10px;
	padding-left: 10px;
	float: left;
	border-left: solid 2px #888888;
}

#footer_contents #sitemap ul li a:hover{
	opacity: 0.7;
}

#footer_contents p{
	font-size: 0.63em;
	text-align: center;
	padding-top: 25px;	
	padding-bottom: 20px;
	border-top: solid 1px #434343;
	clear: both;
}

#anchor{
	text-align: right;
	padding-right: 20px;
	color: #13c4a5;
	font-size: 0.625em;/*10px*/
	}

#anchor a{
	width: 150px;
	height: 30px;
	padding: 5px 20px 0 20px;
	color: #13c4a5;
	text-decoration: none;
	border-top: solid 1px #434343;
	border-left: solid 1px #434343;
	border-right: solid 1px #434343;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	}

/*archive_cssここから*/

.archive_title{
	font-size: 0.70em;
	font-weight: lighter;
    margin: 10px 0 5px 2px;
	border-left:  1px solid #13c4a5;
	border-bottom:  1px solid #13c4a5;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;	
	}

#archive_comment_box{
	width: 40%;
	height: 20px;
	text-align: left;
	margin: 1.5% 0 1.5% 1.0%;
	}

#archive_main{
	max-width: 920px;
	text-align: center;
	clear: both;
		}

.archive_list{
	float: left;
	margin-left: 1.5%;
    max-width: 290px;
    max-height: 194px;
	border: solid 1px #434343;
	margin-bottom: 1em;
	}

.archive_list img{
	margin: 0;
	}

.archive_listtitle{
	font-size: 	0.875em;/*14px*/
	color: #fff;
	background: rgba(0,0,0,0.4);
	text-align: left;
	margin-top: 2px;
	padding: 4px 0 0 1em;
	position: relative;
    top: -42px;
	}

.archive_list a:hover{
	opacity: 0.7;
	}

.archive_listtitle a:link{
	color: #fff;
    text-decoration:none;
	}

.archive_listtitle a:visited{
	color: #fff;
    text-decoration:none;
	}

.archive_listtitle a:hover{
	color: #13c4a5;
    text-decoration:none;
	}

.archive_listtitle a:active{
	color: #fff;
    text-decoration:none;
	}

/*archive_css END*/

/*--- 表示領域が600px以上の場合に適用---*/
@media screen and (min-width: 600px) {

ul{
	max-width: 1350px;
	font-size: 0.81em;/*13px*/
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	}

ul li{
	display: inline;
	}

/*アンダーラインアニメーション*/

.underline {
	text-decoration: none;
	display: inline-block;
	font-size:  1em;
	 } /* reset default css */

.underline::after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
  border-bottom: 1px solid #13c4a5;
  margin: 0 auto;
}

.underline:hover::after {
  width: 100%;
}

/*アンダーラインアニメーション END*/

.menu_img{
	text-indent: -9999px;
	}

#nav_home{
	color: #13c4a5;
	padding-left: 15px;
	margin-right: 10px;
	border-left: 1px solid #13c4a5;
	}

#nav_home a{
	color: #13c4a5;
	}

#nav_diary{
	color: #13c4a5;
	padding-left: 15px;
	margin-right: 10px;
	border-left: 1px solid #13c4a5;
	}

#nav_diary a{
	color: #13c4a5;
	}

#nav_map{
	color: #13c4a5;
	padding-left: 15px;
	margin-right: 10px;
	border-left: 1px solid #13c4a5;
	}

#nav_map a{
	color: #13c4a5;
	}

#nav_description{
	color: #13c4a5;
	padding-left: 15px;
	margin-right: 10px;
	border-left: 1px solid #13c4a5
	}

#nav_description a{
	color: #13c4a5;
	}

#breadcrumb ol li a{
	 color:#13c4a5;
	 text-decoration: none;
	 margin-left: 25px;
	}

#contents{
	max-width: 960px;
	position: relative;
	}
	
.itasya_title{
	font-size: 0.50em;/*8px*/
	border-bottom: solid 1px #13c4a5;
	padding-bottom: 6px;
    font-size: 	0.63em;/*10px*/
	text-indent: 1em;
	}

.itasya_text{
    font-size: 	0.50em;/*8px*/
	padding-bottom: 5px;
	text-indent: 1em;
	position: absolute;
    top: -35px;
    left: 50px;
	}

#main{
	max-width: 650px;
	margin: 0 auto;
		}

#comment_box{
	width: 100%;
	color:#f0f0f0;
	text-align: left;
	margin: 0 auto;
	}

.comment_title{
    margin: 10px 0 5px 0;
    font-size: 	0.94em;/*15px*/
	text-indent: 1em;
	}

.itasya_title{
	border-bottom: solid 1px #13c4a5;
	padding-bottom: 6px;
    font-size: 	1em;/*16px*/
	text-indent: 1em;
	}

.itasya_text{
    font-size: 	0.8em;/*13px*/
	padding-bottom: 6px;
	text-indent: 1em;
	position: absolute;
    top: -45px;
    left: -40px;
	}

.post_date{
	max-width: 250px;
	font-size: 	0.69em;/*11px*/
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 3px;
	text-indent: 0.8em;
	}

.comment_text{
	font-size: 0.81em;/*11px*/
	text-indent: 1em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	}

#content_imgbox{
	max-width: 100%;
	margin: 0 auto;
	}

#content_imgbox .itasya_img{
	margin: 10px 0 10px 0;
	text-align: center;
	}

#sub{
	/*background-color: #2e2e2e;*/
	max-width: 265px;
	width :100%;
	text-align: center;
	}

#banner_box{
	max-width: 265px;
	width: 100%;
	padding: 10px 0;
	margin-left: 10px;
	margin-right: 10px;
	}

#sitemap{
	width: 100%;
	height: 30px;
	padding: 40px 0;
	}

footer{
	background-color: #2e2e2e;
	opacity: 0.7;
	clear: both;
	}

#footer_contents #sitemap ul li a{
	color: #fff; 
	text-decoration: none;
	font-size: 	0.94em;
	margin-left: 10px;
	padding-left: 10px;
	float: left;
	border-left: solid 2px #888888;
}

#footer_contents #sitemap ul li a:hover{
	opacity: 0.7;
}

#footer_contents p{
	font-size: 0.63em;
	text-align: center;
	padding-top: 25px;	
	padding-bottom: 20px;
	border-top: solid 2px #434343;
	clear: both;
}

#anchor{
	text-align: right;
	padding-right: 20px;
	color: #13c4a5;
	font-size: 0.73em;/*12px*/
	}

#anchor a{
	width: 150px;
	height: 30px;
	padding: 5px 20px 0 20px;
	color: #13c4a5;
	text-decoration: none;
	border-top: solid 2px #434343;
	border-left: solid 2px #434343;
	border-right: solid 2px #434343;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	}


/*archive_css*/

.archive_title{
	font-size: 0.75em;
	font-weight: lighter;
    margin: 10px 0 5px 2px;
	border-left:  1px solid #13c4a5;
	border-bottom:  1px solid #13c4a5;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;	
	}

/*archive_css*/

/*map_css*/

#map_content{
	max-width: 960px;
	text-align: center;
	}

.map_img{
	max-width: 80%;
	margin: 0.7rem;
	}

/*map_css*/

/*description*/

#description_content{
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 6%;
	}

#description_content h2{
	font-size: 0.938em;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	text-decoration: none;
	font-weight: normal;
	border-bottom: solid #13c4a5 1px;
	padding-bottom: 1em;
	}
	
#description_content p{
	font-size: 0.813em;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-indent: 1em;
	}

/*description_END*/
}
/*--- 表示領域が600px以上の場合に適用END---*/


/*--- 表示領域が992px以上の場合に適用---*/
@media screen and (min-width: 992px) {

ul{
	max-width: 1350px;
	font-size: 0.81em;/*13px*/
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	}

ul li{
	display: inline;
	}

/*アンダーラインアニメーション*/

.underline {
	text-decoration: none;
	display: inline-block;
	font-size:  1em;
	 } /* reset default css */

.underline::after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
  border-bottom: 1px solid #13c4a5;
  margin: 0 auto;
}

.underline:hover::after {
  width: 100%;
}

/*アンダーラインアニメーション END*/

.menu_img{
	text-indent: -9999px;
	}

#nav_home{
	color: #13c4a5;
	padding-left: 15px;
	margin-right: 10px;
	border-left: 1px solid #13c4a5;
	}

#nav_home a{
	color: #13c4a5;
	}

#nav_diary{
	color: #13c4a5;
	padding-left: 15px;
	margin-right: 10px;
	border-left: 1px solid #13c4a5;
	}

#nav_diary a{
	color: #13c4a5;
	}

#nav_map{
	color: #13c4a5;
	padding-left: 15px;
	margin-right: 10px;
	border-left: 1px solid #13c4a5;
	}

#nav_map a{
	color: #13c4a5;
	}

#nav_description{
	color: #13c4a5;
	padding-left: 15px;
	margin-right: 10px;
	border-left: 1px solid #13c4a5
	}

#nav_description a{
	color: #13c4a5;
	}

#breadcrumb ol li a{
	 color:#13c4a5;
	 text-decoration: none;
	 margin-left: 25px;
	}

#contents{
	max-width: 960px;
	position: relative;
	}
	
.itasya_title{
	font-size: 0.50em;/*8px*/
	border-bottom: solid 1px #13c4a5;
	padding-bottom: 6px;
    font-size: 	0.63em;/*10px*/
	text-indent: 1em;
	}

.itasya_text{
    font-size: 	0.50em;/*8px*/
	padding-bottom: 5px;
	text-indent: 1em;
	position: absolute;
    top: -35px;
    left: 50px;
	}

#main{
	max-width: 990px;
	margin: 0 auto;
		}

#comment_box{
	width: 100%;
	color: #f0f0f0;
	text-align: left;
	margin: 0 auto;
	}

.comment_title{
    margin: 10px 0 5px 0;
    font-size: 	0.94em;/*15px*/
	text-indent: 1em;
	}

.itasya_title{
	border-bottom: solid 1px #13c4a5;
	padding-bottom: 6px;
    font-size: 	1em;/*16px*/
	text-indent: 1em;
	}

.itasya_text{
    font-size: 	0.8em;/*13px*/
	padding-bottom: 6px;
	text-indent: 1em;
	position: absolute;
    top: -45px;
    left: -40px;
	}

.post_date{
	max-width: 250px;
	font-size: 	0.69em;/*11px*/
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 3px;
	text-indent: 0.8em;
	}

.comment_text{
	font-size: 0.81em;/*11px*/
	text-indent: 1em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	}

#content_imgbox{
	max-width: 100%;
	margin: 0 auto;
	}

#content_imgbox .itasya_img{
	margin: 10px 0 10px 0;
	text-align: center;
	}

#sub{
	/*background-color: #2e2e2e;*/
	max-width: 265px;
	width :100%;
	text-align: center;
	}

#banner_box{
	max-width: 265px;
	width: 100%;
	padding: 10px 0;
	margin-left: 10px;
	margin-right: 10px;
	}

#sitemap{
	width: 100%;
	height: 30px;
	padding: 40px 0;
	}

footer{
	background-color: #2e2e2e;
	opacity: 0.7;
	clear: both;
	}

#footer_contents #sitemap ul li a{
	color: #fff; 
	text-decoration: none;
	font-size: 	0.94em;
	margin-left: 10px;
	padding-left: 10px;
	float: left;
	border-left: solid 2px #888888;
}

#footer_contents #sitemap ul li a:hover{
	opacity: 0.7;
}

#footer_contents p{
	font-size: 0.63em;
	text-align: center;
	padding-top: 25px;	
	padding-bottom: 20px;
	border-top: solid 2px #434343;
	clear: both;
}

#anchor{
	text-align: right;
	padding-right: 20px;
	color: #13c4a5;
	font-size: 0.73em;/*12px*/
	}

#anchor a{
	width: 150px;
	height: 30px;
	padding: 5px 20px 0 20px;
	color: #13c4a5;
	text-decoration: none;
	border-top: solid 2px #434343;
	border-left: solid 2px #434343;
	border-right: solid 2px #434343;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	}


/*archive_css*/

.archive_title{
	font-size: 0.75em;
	font-weight: lighter;
    margin: 10px 0 5px 2px;
	border-left:  1px solid #13c4a5;
	border-bottom:  1px solid #13c4a5;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;	
	}

/*archive_css*/

/*map_css*/

.map{
	margin: 0.7% 0 0.7% 0;
	text-align: auto;
	}

.map_img{
	max-width: 80%;
	margin: 0.7rem;
	}

/*map_css*/

/*description*/

#description_content{
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 6%;
	}

#description_content h2{
	font-size: 0.938em;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	text-decoration: none;
	font-weight: normal;
	border-bottom: solid #13c4a5 1px;
	padding-bottom: 1em;
	}
	
#description_content p{
	font-size: 0.813em;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-indent: 1em;
	}

/*description_END*/

}
/*--- 表示領域が992px以上の場合に適用END---*/


/*--- 表示領域が1200px以上の場合に適用---*/
@media screen and (min-width: 1200px) {

/*アンダーラインアニメーション*/]

.underline {
	text-decoration: none;
	display: inline-block;
	font-size:  1em;
	 } /* reset default css */

.underline::after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
  border-bottom: 1px solid #13c4a5;
  margin: 0 auto;
}

.underline:hover::after {
  width: 100%;
}

/*アンダーラインアニメーション END*/

.menu_img{
	text-indent: -9999px;
	}

#nav_home{
	color: #13c4a5;
	padding-left: 15px;
	margin-right: 10px;
	border-left: 1px solid #13c4a5;
	}

#nav_home a{
	color: #13c4a5;
	}

#nav_diary{
	color: #13c4a5;
	padding-left: 15px;
	margin-right: 10px;
	border-left: 1px solid #13c4a5;
	}

#nav_diary a{
	color: #13c4a5;
	}

#nav_map{
	color: #13c4a5;
	padding-left: 15px;
	margin-right: 10px;
	border-left: 1px solid #13c4a5;
	}

#nav_map a{
	color: #13c4a5;
	}

#nav_description{
	color: #13c4a5;
	padding-left: 15px;
	margin-right: 10px;
	border-left: 1px solid #13c4a5
	}

#nav_description a{
	color: #13c4a5;
	}


#breadcrumb ol li a{
	 color:#13c4a5;
	 text-decoration: none;
	 margin-left: 25px;
	}

#contents{
	max-width: 960px;
	position: relative;
	}
	
.itasya_title{
	font-size: 0.50em;/*8px*/
	border-bottom: solid 1px #13c4a5;
	padding-bottom: 6px;
    font-size: 	0.63em;/*10px*/
	text-indent: 1em;
	}

.itasya_text{
    font-size: 	0.50em;/*8px*/
	padding-bottom: 6px;
	text-indent: 1em;
	position: absolute;
    top: -35px;
    left: 50px;
	}

#main{
	max-width: 1000px;
	text-align: center;
	margin-bottom: 1.5%;
		}

#comment_box{
	max-width: 1250px;
	width: 100%;
	color:#f0f0f0;
	text-align: left;
	margin: 0 auto;
	}

.comment_title{
    margin: 10px 0 5px 0;
    font-size: 	0.94em;/*15px*/
	text-indent: 1em;
	}

.itasya_title{
	border-bottom: solid 1px #13c4a5;
	padding-bottom: 6px;
    font-size: 	1em;/*16px*/
	text-indent: 1em;
	}

.itasya_text{
    font-size: 	0.8em;/*13px*/
	padding-bottom: 6px;
	text-indent: 1em;
	position: absolute;
    top: -45px;
    left: -200px;
	}

.post_date{
	max-width: 250px;
	font-size: 	0.75em;/*12px*/
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 3px;
	text-indent: 0.8em;
	}

.comment_text{
	font-size: 0.81em;/*11px*/
	text-indent: 1em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	}

#content_imgbox{
	max-width: 800px;
    height: auto;
	margin: 0 auto;
	}

#content_imgbox .itasya_img{
	width: 80%;
	margin: 10px 0 0 0;
	text-align: center;
	}

#sub{
	/*background-color: #2e2e2e;*/
	max-width: 265px;
	width: 100%;
	text-align: center;
	}

#banner_box{
	max-width: 265px;
	padding: 10px 0;
	margin-left: 10px;
	margin-right: 10px;
	}

#sitemap{
	max-width: 1250px;
	height: 30px;
	padding: 20px 0;
	}

footer{
	background-color: #2e2e2e;
	opacity: 0.7;
	clear: both;
	}

#footer_contents{
	max-width: 1300px;
	}

#footer_contents #sitemap ul li a{
	color: #fff; 
	text-decoration: none;
	font-size: 	0.94em;
	margin-left: 10px;
	padding-left: 10px;
	float: left;
	border-left: solid 2px #888888;
}

#footer_contents #sitemap ul li a:hover{
	opacity: 0.7;
}

#footer_contents p{
	font-size: 0.63em;
	text-align: center;
	padding-top: 25px;	
	padding-bottom: 20px;
	border-top: solid 2px #434343;
	clear: both;
}

#anchor{
	text-align: right;
	padding-right: 20px;
	color: #13c4a5;
	font-size: 0.73em;/*12px*/
	}

#anchor a{
	width: 150px;
	height: 30px;
	padding: 5px 20px 0 20px;
	color: #13c4a5;
	text-decoration: none;
	border-top: solid 2px #434343;
	border-left: solid 2px #434343;
	border-right: solid 2px #434343;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 300ms;
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*archive_css*/

#archive_contents{
	max-width: 1200px;
	position: relative;
	}

.archive_title{
	font-size: 0.70em;
	font-weight: lighter;
    margin: 10px 0 5px 2px;
	border-left:  1px solid #13c4a5;
	border-bottom:  1px solid #13c4a5;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;	
	}

#archive_comment_box{
	width: 40%;
	height: 20px;
	text-align: left;
	margin: 1.5% 0 1.5% 1.0%;
	}

#archive_main{
	max-width: 920px;
	text-align: center;
	float: left;
		}

.archive_list{
	float: left;
	margin-left: 1.5%;
    max-width: 290px;
    max-height: 194px;
	border: solid 1px #434343;
	margin-bottom: 1em;
	}

.archive_list img{
	margin: 0;
	}

.archive_listtitle{
	font-size: 	0.875em;/*14px*/
	color: #fff;
	background: rgba(0,0,0,0.4);
	text-align: left;
	margin-top: 2px;
	padding: 4px 0 0 1em;
	position: relative;
    top: -42px;
	}

.archive_list a:hover{
	opacity: 0.7;
	}

.archive_listtitle a:link{
	color: #fff;
    text-decoration:none;
	}

.archive_listtitle a:visited{
	color: #fff;
    text-decoration:none;
	}

.archive_listtitle a:hover{
	color: #13c4a5;
    text-decoration:none;
	}

.archive_listtitle a:active{
	color: #fff;
    text-decoration:none;
	}

#archive_sub{
	max-width: 265px;
	float: left;
	margin-top: -10px;
	}

#archive_container{
	text-align: left;
	margin-left: 10px;
	clear: both;
	}

#archive_container p{
	margin-bottom: 10px;
	}

#archive_container p::before{
    content: "»";
  	color: #13c4a5;
	list-style-type: none;
  	height: 1em;
  	top: 1.3em;
  	left: 0.6em;
	padding-right: 10px;
	}
/*archive_cssここまで*/

/*map_css*/

.map{
	margin: 0.7% 0 0.7% 0;
	text-align: auto;
	}

/*map_css END*/

/*description*/


#description_content{
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 6%;
	}

#description_content h2{
	font-size: 0.938em;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	text-decoration: none;
	font-weight: normal;
	border-bottom: solid #13c4a5 1px;
	padding-bottom: 1em;
	}
	
#description_content p{
	font-size: 0.813em;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-indent: 1em;
	}

/*description_END*/
}
/*--- 表示領域が1200px以上の場合に適用END---*/
