@charset "UTF-8";
/*
Theme Name: 003
Author: num
Description: This is my original theme.
Version: 1.0
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background-color:transparent;font-weight:400;font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;}body{line-height:1.5;background:#fff;word-wrap:break-word;font-size:16px}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none;display: inline-flex;}ul,ol,li{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}input{box-sizing:border-box}a,a:visited{margin:0;padding:0;font-size:100%;vertical-align:baseline;background-color:transparent;color: #fff;}a:hover{text-decoration:none}*{/zoom:1;-webkit-appearance:none}input[type="submit"]{-webkit-appearance:none;border-radius:0}.clearfix:after{content:"";display:block;clear:both;overflow:hidden;height:0}.clearfix{display:inline-block;display:block}.clear{clear:both}img{width:100%}#Content>div:first-child,#Content>div:last-child{box-sizing:border-box}

/* フォントサイズ */
html {
  font-size: 62.5%;
}
body{
	counter-reset: number 0;
	font-size: 16px;
	background-color: #1e525a1a;
}

/* ヘッダー */
#Header{
	position:  relative;
	z-index: 99999;
	background: rgb(30, 82, 90);
	width: 100%;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	box-shadow: -5px -5px 10px #000000a3 inset;
	padding: 10px 0px;
}
.headerparts {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 15px;
}
#SiteTitle {
    padding:  0;
    text-align: left;
    float:left;
    width: 60%;
    }
.Title{
	padding-left: 20px;
}
.Title a{
	color: #ffffff;
	font-family: 'Noto Serif SC', serif;
	display:block;
	font-size: 28px;
	position:relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

/* ヘッダーメニュー */
#header_menu{
    padding-bottom: 8px;
    width: 40%;
    text-align: right;
    float:right;
    box-sizing: border-box;
}
#header_menu nav {
    margin: 0 auto;
}
#header_menu ul{
    letter-spacing: -.4em;
    margin-top: 50px;
}
#header_menu ul li{
    display: inline-block;
    letter-spacing: normal;
    padding-right: 20px;
    font-weight: bold;
}
#header_menu ul li:last-child{
    margin-right: 0;
}
#header_menu ul li a{
    position:relative;
    font-size: 14px;
    text-decoration: none;
    color: #ffff;
}
#header_menu ul li a:hover{
	color: #000000;
}
#header_menu ul li a::before {
    position:inherit;
    font-size:0.8em;
    top:3px;
    left: 0;
    font-weight:900;
	background-color: #ADA7A7;
}

#text img{display:block;max-width:100%;height:100% !important;margin:0 auto 20px;}

/* サイド */
.RelationBox {
    margin-bottom:15px;
    background-color: #76abb357;
    text-align: center;
}
.widget {
  margin: 0 0 30px;
}
.widget ul li {
  font-family: 'Noto Serif SC', serif;
  font-weight: normal;
  background: #76abb357;
  /* margin-bottom: 5px; */
  text-align: left;
  padding: 12px 8px;
  box-shadow: 0 0 black;
}
.widget ul li a {
  font-family: 'Noto Serif SC', serif;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-decoration: none;
}
.widget ul li a:hover {
  text-decoration: underline;
}

.widget_search {
  position: relative;
  box-sizing: border-box;
  display: block;
}
.widget_search input[type="text"] {
  border: none;
  width: 70%;
  color: #000000;
  padding: 0 0 0 10px;
  height: 40px;
  background: #f5f5f5;
  border: 1px solid;
}
.widget_search input[type="submit"] {
  font-size: 16px;
  font-size: 1.6rem;
  width: 27%;
  font-weight: bold;
  border: none;
  height: 40px;
  background: #e5690f;
  color: #ffffff;
}

.widget_search ::-webkit-input-placeholder {
  color: #000;
}

/*検索*/
#form2{
	 position: relative;
	 /* margin: 20px auto; */
	 background-color: #eee;
}

#sbox2{
	 height:50px;
	 padding:0 10px;
	 left:0;
	 top:0;
	 border-radius:2px;
	 outline:0;
	 background:#eee;
	 border: white;
	 width: 100%;
	 border-top: 1px solid #1f1f1f;
	 border-bottom: 1px solid #1f1f1f;
}

#sbtn2{
	 height:50px;
	 position:absolute;
	 left: 86%;
	 top:0;
	 background:none;
	 color:#666;
	 border:none;
	 font-size:20px;
}

#sbtn5:hover{
     color:#7fbfff;
}

/* パンくずリスト */
.breadcrumbsinner{
	box-sizing: border-box;
	background: #eeeeeeee;
	margin: 0 0 24px;
	padding: 15px;
}
.breadcrumbs{padding: 10px;color: #000000;}
.breadcrumbs span{
	font-weight: normal;
	font-size: 15px;
	font-size: 1.4rem;
	font-family: 'Noto Serif SC', serif;
	padding: 0;
	color: #000000;
}
.breadcrumbs a{
	font-size: 13px;
	font-size: 1.3rem;
	color: #000000;
	text-decoration: none;
}

/*コンテント*/
p.next {
    margin: 0 0 0 auto;
}
.sns {
    text-align: right;
    margin: 10px;
    padding-top: 20px;
}
#text{
	padding: 0 20px;
	margin-top: 10px;
}
#Content{
	flex: 1;
}

/* 404 */
#NotFoundInner {
	max-width: 1000px;
	margin: 0 auto;
}
#NotFoundInner p{
	text-align:left;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 11px;
	margin: 0;
}

/*アーカイブ*/
.archiveInner ul{
	margin:0;
	padding:0;
}
.archiveInner ul{
	text-align: left;
}
.archiveInner ul li{
	box-sizing: border-box;
	display: inline-flex;
	width: 100%;
	vertical-align: top;
	padding-top: 25px;
	font-weight: bold;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14px;
	font-size: 1.4rem;
}
.archiveInner ul li p{
	font-family: 'Noto Serif SC', serif;
	font-weight: normal;
}
.archiveInner img{
	float: left;
	width: 120px;
	height: auto;
	-webkit-transition: all .7s;
	transition: all .7s;
	margin: 0;
}
.list-box{
	box-sizing: border-box;
	margin-left: 20px;
	line-height: 1.4;
}
.list-box p a{
	padding: 3px 10px;
	color:#000000;
	margin: 0 12px;
	font-weight:normal;
	background: #eeeeee;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	text-align:center;
	text-decoration:none;
}
.list-box p a:hover{
	color:#4f4b8f;
	text-decoration:underline;
}
.post-data{
	padding: 5px 0;
	display: block;
}
.post-data time{
	position:relative;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
	font-family: 'Noto Serif SC', serif;
	color: #000000;
	font-weight: bold;
	padding: 4px 0;
}
.archiveInner ul li h2{
	margin: 0 0 8px;
	display: inline-block;
	padding: 0;
	border-bottom: 1px solid #999999;
	text-align: left;

}
.archiveInner ul li h2 a{
	color: #000000;
	font-size: 20px;
	font-size: 2.0rem;
	font-family: 'Noto Serif SC', serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.6;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.archiveInner ul li h2 a:hover{
	color: #4f4b8f;
}

.Relation_Side img{
  max-width:400px;
}

/* 関連トピックス */
#Relation ul li{
	display:inline-block;
	vertical-align:top;
	width: 31%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	margin:0 2% 0 0;
}
#Relation ul li:nth-of-type(3n){
	margin:0;
}
#RelationTitle{
	position: relative;
	padding: 14px 0;
	margin: 24px 0 0;
	font-family: 'Noto Serif SC', serif;
	font-weight: normal;
	font-size: 25px;
	font-size: 2.5rem;
	border-bottom: 1px solid #999999;
	text-align: center;
	color: #000000;
}
.NewsTitle{
	text-align:left!important;
	margin-bottom: 5px;
	font-family: 'Noto Serif SC', serif;
	font-weight: normal;
}
.NewsTitle a{
	color: #777777;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	position:relative;
	line-height: 1.6;
	padding: 0 0 6px;
}
.NewsTitle a:hover{
	color:#000000;
}
#Relation p{
    font-family: 'Noto Serif SC', serif;
    font-size:14px;
    font-size:1.4rem;
    font-weight: 400;
    text-align: left;
    line-height:1.5;
    color: #000000;
}
#Relation p a{
	display:block;
	padding:5px 10px;
	color:#ffffff;
	width: 100px;
	margin: 10px auto 0;
	font-size:15px;
	font-size:1.5rem;
	text-align:center;
	background: #91bbd2;
	text-decoration:none;
}

/* フッター */
#footer{
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
	background-color: #292929;
}
.footer:hover{
	color: #FFFFFF !important;
}
nav.f_menu {
    text-align: center;
}
nav.f_menu a {
    color: #ffff;
    text-decoration: none;
}
nav.f_menu a:hover {
    color: coral;
}
nav.f_menu ul li{
	margin: 10px 20px;
}
#page-top {
	position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 99999;
}
#page-top a {
    background: #1e525a;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-size: 18px;
    line-height: 1.5;
    padding: 8px 12px;
    font-family: 'Tinos', serif;
    border-radius: 50%;
    text-align: center;
    font-weight: normal;
    display: block;
 }
#page-top a:hover {
    text-decoration: none;
    color:#ffffff;
}

/* 記事内画像 */
.left,.right,.center{
	display:block;
	box-sizing:border-box;
	width:auto;
	height:auto;
	box-shadow: 0 0 0 1px #c3c3c3;
	text-align:center;
}
.center{
	max-width: 100%;
	margin: 24px auto;
}
.right{
	float: right;

	max-width: 270px;
	margin: 0 0 0 12px;
}

.left{
	float: left;
	max-width: 290px;
	margin: 0 12px 0 0;
}


/*装飾----------------------------------------------------------------------------------------*/
.single h1{
	font-size: 32px;
	font-size: 3.2rem;
  margin-bottom:15px;
}
.home #text h2,#Content h1{
	font-size: 26px;
	font-size: 2.6rem;
	font-family: 'Noto Serif SC', serif;
	color: #000000;
	position: relative;
	padding: 0.5em;
	background: #69b19f;
	color: white;
}


/* コンテンツ内h3、h4・リスト */
.home h3,
.single h2,
.sitemapinner h2{
	margin: 0 0 16px 0;
	font-family: 'Noto Serif SC', serif;
	font-size: 20px;
	font-size: 2.0rem;
	color: #000000;
	color: #69b19f;/*文字色*/
	border-left: solid 3px #69b19f;/*線色*/
	padding: 0.5em;/*文字周りの余白*/
	border-bottom: 1px solid #69b19f;
}


.home h4,
.single h3{
	margin: 20px 0;
	position:relative;
	font-family: 'Noto Serif SC', serif;
	font-weight: 400;
	padding: 8px 12px;
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: 2px solid #a6d3c8;
	text-align:left;
	color: #000000;
}






.single h1{
	font-size: 32px;
	font-size: 3.2rem;
}
.home #text h2, #Content h1 {
 	font-size: 26px;
 	font-size: 2.6rem;
 	font-family: 'Noto Serif SC', serif;
 	color: #000000;
 	position: relative;
 	padding: 0.5em;
 	background: #1e525ac7;
 	color: white;
}

.home h3,
.single h2{
	margin: 0 0 16px 0;
	font-family: 'Noto Serif SC', serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	color: #4f787e;/*文字色*/
	border-left: solid 3px #4f787e;/*線色*/
	padding: 0.5em;/*文字周りの余白*/
	border-bottom: 1px solid #4f787e;
}
.widgettitle,
.twotitle{
	margin-bottom:15px;
	font-family: 'Noto Serif SC', serif;
	font-size: 20px;
	line-height: 1.8;
	text-align:left;
  margin-bottom:10px;
	padding: .5em .75em;
	background-color: #ececec;
	border-top: 1px solid #1f1f1f;
	border-bottom: 1px solid #1f1f1f;
}
.sample a{
	text-decoration: underline;
	color: rgba(9,9,9,1.00);
	font-size: 18px;
}
.home h4,
.single h3{
	margin: 20px 0;
	position:relative;
	font-family: 'Noto Serif SC', serif;
	font-weight: 400;
	padding: 8px 12px;
	font-size: 18px;
	border-bottom: 2px solid #4f787e;
	text-align:left;
	color: #000000;
}
.single h4{
	margin: 20px 0;
	position:relative;
	font-family: 'Noto Serif SC', serif;
	font-weight: 400;
	padding: 8px 12px;
	font-size: 18px;
	text-align:left;
	background: linear-gradient(transparent 70%, #bbbbbb 70%);
}

/* 引用文 */
blockquote {
    position: relative;
    padding: 10px 10px 10px 54px;
    margin:18px 0;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #e8e8e8;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #555555;
    font-size: 22px;
    line-height: 1;
    z-index: 2;
    font-weight: bold;
}

blockquote:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-width: 0 0 55px 55px;
    border-style: solid;
    border-color: transparent #ffffff;
}



blockquote p {
    position: relative;
    padding: 0!important;
    margin: 0!important;
}

blockquote cite {
    color: #000000;
    font-size: 0.9em;
}

blockquote cite a{
    color: #81b8c7!important;
}

/*補足文 */

summary {
    font-weight: bold;
}
.supplement{
	margin: 30px 0px;
	padding:0;
	background: #ffffff;
}
.supplement h3,.supplement summary{
	padding: 10px 15px 4px !important;
	margin: 0!important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	position: relative;
	background: #7d7d7d !important;
}
.supplement h3{
	position:relative;
	font-weight: normal !important;
	border: none !important;
	border-bottom: 1px dotted #ffffff !important;
}

.supplement summary::after {
	display:none;
}
.supplement h3::before,
.supplement h3::after{
	display:none;
}
.supplement p{
	line-height: 1.8;
	padding: 10px !important;
	margin: 0 !important;
	background: #fff;
	color: #000000;
	font-weight: normal;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	background-color: #f9f9f9;
}
.supplement p a{
	color: #0035ff;
	padding: 0 3px;
}


/* di */
dt {
  margin-top: 1em;
  padding: 12px;
  color: #ffffff;
  background-color: #7d7d7d;
}
dd {
	padding: 12px;
	margin-left: 0;
	font-size: 14px;
	font-size: 1.4rem;
	border-width: 0 1px 1px;
	border-style: none solid solid;
	border-color: #eeeeee;
}
/* リスト */
#text ul,#text ol {
	margin: 10px 0;
	padding: 8px;
	border: double 3px #1e525a;/*二重線 太さ 色*/
	background: #d0f3f957;
	padding: 0.5em 0.5em 0.5em 2em;
}
#text ul li,#text ol li {
	position:relative;
	padding: 8px 0;
	list-style-position: inside;
	/* border-bottom:1px solid #b4b4b4; */
	font-size: 15px;
	font-size: 1.5rem;
	font-weight:bold;
}
#text ul li{
	list-style-type: disc;
	color:#000000;
	/* font-family: serif; */
	padding-left: 20px;
}
ol li{
	list-style-type: decimal;
	color: #000000;
}
ul.sitemap{
  padding: 0.5em 0;
  list-style-type: none;
  border: none;
  margin: 15px;
}
ul.sitemap li{
  position:relative;
  padding: 1px 1px 1px 18px;
  line-height: 1.5;
  border-bottom: none!important;
  width: 90%;
}
ul.sitemap li:before{
  position: absolute;
  left: 0.2em;
  color: #1f1f1f!important;
  font-family: FontAwesome;
  content: "\f0da";
}
ul.sitemap li a{
	color: rgba(21,11,11,1.00);
	text-decoration: none;
}
strong{
	font-weight:bold;
	color: #1f1f1f;
	font-size: 17px;
	background-color: #e7ef5e4d;
}

/*a*/
a {
  display: inline-block;
}
a:hover {
  -webkit-animation: zoom .3s;
  animation: zoom .3s;
  color: #000000;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}
#footer nav a:hover {
    color: #4eb7c5;
}
p.prev a,p.next a {
    color: #85b4bb;
}#paging {display: flex;}
.sns a {
    color: #1e525ab8;
}
#Content p{
	font-size: 15px;
	font-weight: normal;
	line-height: 1.8;
	color: #111111;
}
#text p a, #NotFoundInner p a, .archiveInner p a{
	color: #3c9ead;
	font-weight: bold;
	text-decoration: underline;
}
#Content p a:hover,#NotFoundInner p a:hover,.archiveInner p a:hover{
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------------*/


@media only screen and (min-width: 769px){
#hum_nav{
	display:none;
}
#wrap {
    display: -webkit-flex;
    display: flex;
    max-width: 1100px;
    margin: 100px auto 24px;
    background-color: white;
    padding: 20px;
    position: sticky;
}  
#SideContent{
	width: 250px;
	margin-right: 2%;
	order: 1;
}
#Content{
	order: 2;
	margin-top: 10px;
}



}
@media only screen and (max-width: 768px) {
.image_wrapper_inner{
	padding:80px 0;
}
/* 全体 */
#wrap{
	margin: 0 auto;
	padding: 0px;
	background-color:#FFFFFF;
}
#text{
	padding:8px;
	margin-top:0px;

}
#Content{



	border: none;
	padding: 0px;

	position: sticky;

}
	.archiveInner{
		padding: 8px;
	}
	
/* ヘッダー */
#Header{
	position:inherit;
	box-shadow: none;
}
#header_menu{
	display: none;
}
#SiteTitle{
	float: none;
	width: 100%;
}	
.Title{
	float: none;
	/* margin: 0 auto; */
	padding-left: 10px;
	width: 85%;
}
.Title a{
	font-size: 18px;
}
.breadcrumbsinner{
	margin:0;
	padding: 12px 8px;
}
.Title img{
	max-width: 220px;
	margin: 0 auto;
}

	
/*フッター*/	
	
#footer nav ul li{
	padding: 10px;
}
	nav.f_menu ul li{
		margin: 0px;
	}
nav.f_menu a {
    font-size: 12px;
}
#page-top{
	bottom: 20px;
}	
#page-top a {
    font-size: 12px;
    padding: 5px 8px;
}
p.copyright {
    font-size: 14px;
}

/* 記事内コンテンツ全体 */
.home #Content h2,#Content h1{
	font-size: 20px;
	margin-left: 1px;
}
.single #Content h1{
    transform: translateY(0px)!important;
	opacity:1 !important;
}
.home h3,.single h2{
	font-size: 19px;
	font-size: 1.9rem;
}
.widgettitle, .twotitle{
}
#Content ul, #Content ol{
		margin:24px 0;
}
#Content ul li,
#Content ol li {
	/* width: auto; */
}
#Content p, #NotFoundInner p{
	line-height: 1.6;
	padding: 0;
}
.archiveInner p{
	padding:0
}
#paging{
	margin: 5px;
}
	.widget{
		margin: 0px;
	}

/* 404 */
#NotFoundInner{
	padding: 100px 0;
}	
	
/* アーカイブ・検索ページ */
.archiveInner ul{
	margin:0 !important;
	padding:0 !important;
}
.archiveInner ul li{
	margin: 0 auto;
	width: 100%;
	margin-bottom:16px;
	display: inline-flex;
	padding: 10px;
}
.archiveInner ul li h2{
	margin: 0px 0px 5px 0px !important;
	text-align: left;
	padding: 0px 0px 0px 0px !important;
}
.list-box p a{
	display:inline-block;
	margin-left: 0;
	padding: 5px;
}
.archiveInner img{
	float: left;
	width: 120px;
	margin-right: -65px;
}
.list-box {
    box-sizing: border-box;
    margin-left: 75px;
}
.archiveInner ul li h2 a{
	line-height: 1.4;
	font-size: 16px;
	font-size: 1.6rem;
}


/* サイドコンテンツ */
#SideContent{
	padding-top: 10px;
	margin-top: 0px;
}
.RelationTitleBox>a{
  display:block;
	float: left;
	width: 100px;
	height: auto;
	padding: 0;
}
.RelationTitleBox img{
	width: 100%;
}

.RelationBox {
  vertical-align: top;
  display: block;
  padding: 0;
  margin-left: 110px;
  line-height: 1.4;
  text-align: left;
}
	
	#sbtn2{
		left:90%;
	}

/* 関連トピックス*/
#Relation{
	padding: 18px 8px;
}
#Relation p a{
	margin:0;
	margin-left: auto;
	margin-top: 14px;
}
#Relation ul li{
	float:none;
	width:100%;
	margin: 0 0 22px 0;
}
#Relation ul li:last-child{
	margin: 0;
}
#Relation p{
	margin:0;
	font-size:14px;
	font-size:1.4rem;
}
#Relation img{
	float: left;
	width: 80px;
	margin-right: -80px;
	box-shadow: 8px 4px 10px 0px rgba(0, 0, 0, 0.23);
	height: auto;
	padding: 0;
}
.RelationBox {
  vertical-align: top;
  display: block;
  padding: 0;
  line-height: 1.4;
}
.NewsTitle{
	text-align:left;
	margin: 0;
}
	
/* フッター */
#footer_menu{
	text-align:left;
}
.Copyright{
	margin: 0px auto;
	padding: 8px;
	font-size:14px;
	font-size:1.4rem;
	line-height: 1.8;
}
}

@media only screen and (max-width: 660px){
/* 記事内画像 */
.left,.right,.right-2,.right-3{
	display:block;
	float:none;
	width: 100%;
	height:auto;
	margin: 12px auto;
	padding:0;
}
.left,.right,.right-2,.right-3{
	max-width: 480px;
}
}

@media only screen and (max-width: 414px) {
.menu-trigger{
	position:absolute;
	top: 10px;

	right: 8px;
}
}






.menu-btn {
    width: 100%;
    font-size: 12px;
    cursor: pointer;
    text-align: right;
    position: fixed;
    z-index: 999;
    top: 0;
    background: #1e525a94;
}

.menu-btn span {
    color: #ffffff;
    font-size: 14px;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
    margin-right: 5px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}

.h_menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
	z-index: 999;
}

.h_menu ul {
    display: table-cell;
    vertical-align: middle;
}

.h_menu li {
    width: 300px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
}

.h_menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.h_menu li a:hover {
    color: #47b6ca;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .h_menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    z-index: 999;
}