/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name: showbec
Template: showbe
Version: 202306
*/



html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,div,span,a,table,tr,th,td,figure,article {
  padding: 0;
  border: 0;
   vertical-align:baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img,video,object {
	vertical-align:middle;
}
html{font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */}
body {font-size: 1.6rem;/* 16px */}

body{background-color:#ffffff;}

body{
	font-family:"メイリオ",Meiryo,YuGothic,"游ゴシック","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}






/*--------------------------------------
　フォント　テキスト
--------------------------------------*/

h1.word span,h2.word span,h3.word span,h4.word span,h5.word span,.word p span{
	word-wrap:break-word;
	font-size:inherit;
	line-height:inherit;
	display:inline-block;
}


h2,h3,h4,h5,h6{
	background:none;
	line-height:1.5;
	font-weight:normal;
	margin:2rem 0;
}
h2{font-size:2.6rem;}
h3{font-size:2.2rem;}
h4{font-size:1.8rem;}
h5,h6{font-size:1.6rem;}


p,.yellowbox,.graybox,.redbox,.post ul li,.post ol li{
	font-size:1.6rem;
	line-height:2.7rem;
}

.home h2.em-title{
	font-size: 2.4rem;
    color: #003366;
    text-align: center;
    margin: 2.4rem 0 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}

h2.em-title{
	font-size: 2.4rem;
    color: #003366;
    text-align: center;
    margin: 2.4rem 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
h2.em-title small{
	font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.home p.em-title-jp{
	font-size: 1.4rem;
	text-align:center;
margin-top:0.3rem;
	color:#003366;
}
.home .box_inner.with p.em-title-jp{
	color:#003366;
}
p.em-title-jp{
	font-size: 1.4rem;
	text-align:center;
}

/* リンクの色 */
a {
	color: #333;
	text-decoration:none;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #778899;
	opacity:0.8;
}
#footer a:hover{
	color:#999;
}
a:visited {
	color: unset;
}

/* オブジェクトフィット */
.fit{
	-o-object-fit:cover;
	   object-fit:cover;
	font-family: 'object-fit: cover;'
}

.font-s p {
    font-size: 1.4rem;
}
/*--------------------------------------
　ヘッダー部分
--------------------------------------*/


.sumanone{
	display:none;
}
nav li a:hover{
	text-decoration:none;
}

.site-header .site-title{
	display:none;
}
.site-branding{
	text-align:center;
}
.site-branding a img{
	max-height:2rem;
	width:auto;
}
.main-navigation{
	width:100%;
	height:0;
}
.main-navigation ul.menu{
	display:block;
}
.head-area{
	position:relative;
	background:#fff;
	padding:1rem 0;
	z-index:1;
}
header .site-description{
	display:none;
}

/*--------------------------------------
　スライドメニュー
--------------------------------------*/
#em-menubox{
	width:100%;
}
.suma{
	display:inline-block;
	width:100%;
}
.slidemenu .menu{
	display:block;
	padding:0 5% 0 15%;
}

.navbar_toggle{
 z-index:9999;
	margin:0;
	cursor:pointer;
	position:absolute;
	top:0.5rem;
	left:1rem;
	padding:0.5rem;
	background-color:rgba(252,252,252,1);
}
.navbar_toggle:hover{
	opacity:0.7;
}
.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 0.1rem;
 width: 3rem;
 background: #5c6b80;
 -webkit-transition: ease .5s;
	-o-transition: ease .5s;
 transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
 top: 0;
}
.navbar_toggle_icon:nth-child(2) {
 margin: 0.9rem 0;
}
.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open{
	position:fixed;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 1rem;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
 transform: translateY(-50%);
	 opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -1rem;
 -webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

.slidemenu ul li{
	list-style:none;
	margin:2rem;
	background:#0066cc;
	width:80%;
	padding:0.3rem 1rem;
}
.slidemenu ul li a{
	color:#fff;
	font-size:1.5rem;
	display:block;
	padding:0;
	width:auto;
	}
.slidemenu ul li a:hover{
	text-decoration:none;
}



.slide-container{
-webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
 -webkit-transition:ease .5s;
 -o-transition: ease .5s;
 transition:ease .5s;
 z-index:1000;
	display:block;
	height:100vh;
	text-align:left;
	width:100%;
	background:rgba(256,256,256,0.5);
	position:fixed;
	top:0;
}

/*OPEN時の動き*/
.slide-container.open {
-webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
 	height:100vh;
	width:100%;
	z-index:8888;
	background:rgba(256,256,256,1);
	display:block;
	text-align:left;
	position:fixed;
	top:0;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	overflow-y:auto;
}
.slide-menu-img{
	background-image:url("/wp-content/uploads/2021/01/slidemenu-top01.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:100vh;
	z-index:2222;
}
body.fixed {
width:100%;
height:100%;
position:fixed;
}

header .suma ul.menu li a:hover{
	color:#05c07c;
}


.slide-inner {
    height: 100%;
}

/*メニューの横にアイコン*/













/*--------------------------------------
　パンくず部分
--------------------------------------*/

#breadcrumb{
	width:95%;
	margin:1rem auto;
	font-size:1.3rem;
	
}
#breadcrumb ol{
	padding:0 1rem;
}
/* パンくず位置調整 */


div#breadcrumb  ul li{
	display:inline;/*横並びにする*/
	line-height:20px;/*行間*/
}




/*--------------------------------------
　コンテンツ部分
--------------------------------------*/


#content-w{
	min-height:100%;
}


#content{
	max-width:100%;
	margin:0 auto;
}
.em-main-page{
	width:100%;
}

.page-section{
padding:3rem 0;
overflow:hidden;
	position:relative;
}
.page-container{
max-width:95%;
margin:0 auto;
padding:0 1rem;
	position:relative;
}

.grayish{
background-color:#f5f5f5;
}


.em-center{
text-align:center;
margin:auto;
}
.t-center{
	text-align:center;
}

.entry-content{
	margin:0;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.rel{
	position:relative;
}

/* スペース */
.pa-t{
    padding-top:1.6rem;
}
.pa-tx{
    padding-top:1.6rem;
}
.pa-txx{
	padding-top:3.2rem;
}
.pa-b{
	padding-bottom:1.6rem;
}
.pa-bx{
	padding-bottom:1.6rem;
}
.pa-bxx{
	padding-bottom:3.2rem;
}
.pa-tb{
	padding:1.6rem 0;
}
.pa-tbx{
	padding:1.6rem 0;
}
.pa-tbxx{
	padding:3.2rem 0;
}
.pa-all{
	padding:1.6rem;
}
.pa-allx{
	padding:1.6rem;
}
.pa-allxx{
	padding:3.2rem;
}
.ma-t{
	margin-top:1.6rem;
}
.ma-tx{
	margin-top:1.6rem;
}
.ma-txx{
	margin-top:3.2rem;
}
.ma-b{
	margin-bottom:1.6rem;
}
.ma-bx{
	margin-bottom:1.6rem;
}
.ma-bxx{
	margin-bottom:3.2rem;
}
.ma-tb{
	margin:1.6rem auto;
}
.ma-tbx{
	margin:1.6rem auto;
}
.ma-tbxx{
	margin:3.2rem auto;
}
.ma-all{
	margin:1.6rem;
}
.ma-allx{
	margin:1.6rem;
}
.ma-allxx{
	margin:3.2rem;
}
/* スペースここまで */

.em-page .entry-title{
	margin:auto;
	text-align:center;
	font-size:2.4rem;
	color:#555;
}

.site-main{
	margin-top:1%;
}


.back-b{
	background:#0066cc;
}
.text_line_x{
	line-height:2;
}

.box_inner{
	width: -moz-fit-content;
  width: fit-content;
	margin:auto;
}


/*--------------------------------------
　HOME
--------------------------------------*/










.home .entry-title{
	display:none;
}






/*--------------------------------------
　グリッド
--------------------------------------*/



.grid{
	width:100%;
	min-width:100%;
	-webkit-column-gap:0.6rem;
	   -moz-column-gap:0.6rem;
	        column-gap:0.6rem;
	-webkit-column-count:3;
	   -moz-column-count:3;
	        column-count:3;
}

.grid-item{
	display:inline-block;
	margin:0;
	padding:0;
	width:100%;
	-webkit-column-break-inside: avoid;
  /*page-break-inside: avoid;*/
  -moz-column-break-inside: avoid;
	     break-inside: avoid;
}
.grid-item p{
	margin:0;
}
.grid-item img{
	margin:0;
}

.home .browser-shot a:first-child, .archive .browser-shot a:first-child{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.browser-shot a{
	display:inline-block;
}
.home .emulink{
	display:none;
}
.category-web .em-post .emulink{
	display:none;
}
.single .emuimg{
	display:none;
}
.em-post .emulink{
	display:inline-block;
}
.em-post .entry-content .emulink img{
	width:auto;
	max-width:100%;
}

.home .grid .grid-item figure{
	margin:0 0 0.6rem 0;
}


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


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



/*--------------------------------------
　お問い合わせ
--------------------------------------*/

.contact h1{
	display:none;
}
.contact-table tr th p, .contact-table tr td p{
	font-size:1.4rem;
	line-height:1;
	margin:1.4rem;
}
.contact-table tr th {
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;
    font-size: 13px;
    line-height: 18px;
	vertical-align: middle;
}
.contact-table tr td {
    padding: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;
    font-size: 13px;
    line-height: 18px;
    vertical-align: middle;
}

.contact-table{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px #999 solid;
    border-right: 1px #999 solid;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}

.wpcf7-submit.apply {
    display: block;
    width: auto;
    text-align: center;
    border: 0.1rem solid rgba(0,0,0, 0.5);
    border-radius: 0;
    font-size: 1.4rem;
    color: rgba(0,0,0, 0.8);
    text-decoration: none;
    padding: 1rem 10%;
    margin: 5rem auto;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.wpcf7-submit.apply:hover{
	  background-color: #fff;;
	color:#111;
	border:0.1rem solid #111;
}


/*--------------------------------------
　テーブル
--------------------------------------*/
table {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
}
table tr th, table tr td{
	font-size:1.5rem;
}

.mo-table{
	white-space:nowrap;
	overflow:auto;
}



/*--------------------------------------
　ページナビ
--------------------------------------*/
.em-pagelink .page-numbers{
	height:auto;
	line-height:1.7;
}
.p-navi{
	border-top: 0.2rem dotted #0066cc;
    margin-top: 20rem;
}
.p-navi dl dd {
    font-size: 1.5rem;
    padding-left: 5rem;
    line-height: 2.5;
    margin: 0 0 0 2rem;
}
.p-navi dl dt {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.5;
    float: left;
    width: auto;
    color: #666;
}

/*--------------------------------------
　更新情報等　投稿者
--------------------------------------*/

.em-front .blogbox,.em-page .blogbox{
	display:none;
	}

.post-author{
	display:none;
}

.smanone p{
	font-size:1.4rem;
}



/*--------------------------------------
　投稿ページ
--------------------------------------*/



.em-post{
	padding:2rem;
}
.em-post .entry-title{
	width:100%;
	line-height:1.5;
	margin-bottom:1.6rem;
}
.em-post .mainbox{
	margin:5% 0;
}
.post-tag-area a::before{
	content:"# ";
	
}

.single .entry-meta .kdate time.updated{
	display:inline-block;
}
.archive .entry-meta .kdate time.updated{
	display:inline-block;
}
.post-navigation .nav-links{
	display:block;
}
.post-navigation .nav-previous{
	display:block;
}
.post-navigation .nav-next{
	display:block;
	text-align:left;
}
.nav-previous .nav-subtitle, .nav-next .nav-subtitle{
	font-weight:bold;
	line-height:2;
}
ul.catgroup{
	margin:0;
}
ul.catgroup li{
	display:inline-block;
}
ul.catgroup li a{
	background:#0066cc;
	font-size:1.3rem;
	padding:0.7rem;
	color:#fff;
}

.single .entry-content img, .single .custom-gallery img{
	max-width: 70%;
    max-height: 70vh;
    margin: 0 auto;
    width: auto;
    height: auto;
    display: block;
}

.single .category-web .entry-content figure img{
	display:none;
}
.single .category-web .entry-content figure a img{
	display:block;
}

/*--------------------------------------
　アーカイブ部分
--------------------------------------*/


.archive.category-web .grid-item div.wp-block-image{
	display:none;
}



/*--------------------------------------
　検索結果部分
--------------------------------------*/








/*--------------------------------------
　サイド部分
--------------------------------------*/

#side{
	position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: inherit;
    height: 98vh;
    background: #fff;
    z-index: 999999;
}
.em-aside{
	width: 70%;
    margin: 10% auto 15rem auto;
    text-align: center;
}
.side-top-box{
	width: 70%;
    margin: 0 auto 25% auto;
}
.em-aside .matsuno{
	width: 70%;
    margin: auto;
    display: block;
}
.side-text-box {
    margin-top: 10%;
}
.side-text-box p {
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.insta i {
    font-size: 2rem;
}

.side-text-box.contact a {
    line-height: 1;
    color: #1a1a1a;
    display: inline-block;
    border: 0.1rem #1a1a1a solid;
    white-space: nowrap;
    padding: 0.8rem 0.8rem;
    margin-top: 0.5rem;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    text-decoration: none;
    box-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.3);
}
.side-category-box ul{
	margin:0;
}
.side-category-box ul li {
    list-style: none;
    line-height: 3;
}




.side-category-box, .side-tag-box{
	margin-top:30%;
	text-align:center;
}
.side-tag-box a.tag-cloud-link{
	font-size: 1.3rem!important;
    line-height: 1;
    color: #1a1a1a;
    display: inline-block;
    border: 0.1rem #1a1a1a solid;
    white-space: nowrap;
    padding: 0.8rem;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    text-decoration: none;
    
}








#side::-webkit-scrollbar {
  width: 7px;
}
#side::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ddd), to(#ddd));
  background: linear-gradient(to bottom, #ddd 50%, #ddd);
  border-radius: 5px;
}
#side::-webkit-scrollbar-track {
  background: #fff;
}



/*--------------------------------------
　privacy-policy
--------------------------------------*/

.privacy-policy p{
	font-size:1.4rem;
}



/*--------------------------------------
　404
--------------------------------------*/

.error-404 .page-title{
	text-align:center;
}


/*--------------------------------------
　フッター部分
--------------------------------------*/
#footer{
	margin:0 auto 5rem auto;
	padding:3%;
}

footer ul{
	padding:0;
}
#page-top{
	display:none;
position:fixed;
	right:1rem;
	bottom:1rem;
	z-index:9999;
}
#page-top:hover{
	opacity:0.6;
}
#page-top a{
color:#1a1a1a;color: #1a1a1a;
    border: 0.1rem solid #1a1a1a;
    padding: 1.5rem;
    background: rgba(256,256,256,0.5);
}
#footer .footerlogo{
	font-size:1.6rem;
	line-height:1.4;
	margin:0;
}


.footermenubox ul{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	margin:0.5rem 1rem;
	justify-content:center;
}
.footermenubox ul li:last-child{
	border-right:none;
}
.footermenubox ul li{
	border-right:0.1rem solid #ccc;
	line-height:2;
	font-size:1.3rem;
	padding:0 1.6rem;
}
.footer-c{
	margin-top:3rem;
	text-align:center;
}
.footerdescription{
	font-size:1.4rem;
	margin-bottom:0.5rem;
}
.footerlogo{
	margin-top:0.5rem;
}
.footer-in .copy{
	text-align:center;
	font-size:1.3rem;
	color:#999;
}

.footer-center ul{
	display:flex;
	align-items:center;
	justify-content:center;
	list-style:none;
	margin:2rem;
}
.footer-center ul li{
	margin:0 1.6rem;
}

.footer-center ul li p.li-border{
	line-height:1.5;
	margin:0;
	border:0.1rem solid #999;
	text-align:center;
}
.footer-center ul li p a{
	padding:0.5rem 1rem;
	font-size:1.4rem;
	}
.footerlogo .site-title{
	display:none;
}
.footerlogo img{
	width:10rem;
}
.footerlogo .site-description{
	font-size:1.2rem;
	padding-bottom:0.5rem;
}

/*media Queries タブレット（835px以上）
------------------------------------------------------------------------------------------*/
@media screen and (min-width: 835px) {
	
	



/*--------------------------------------
　フォント　テキスト
--------------------------------------*/
	.titlefont{
	font-size:5.6rem;
	line-height:1;
}	
h2{font-size:2.8rem;}
h3{font-size:2.4rem;}
h4{font-size:1.9rem;}

	.home h2.em-title{
	font-size: 3.6rem;
    margin: 3.6rem 0 0 0;
}
h2.em-title{
	font-size: 3.6rem;
    margin: 3.6rem 0;
}	
h2.em-title small{
	font-size: 1.5rem;
    }
	.home p.em-title-jp{
		font-size:1.5rem;
	}
	p.em-title-jp{
		font-size:1.5rem;
	}	
	
	
	

/*--------------------------------------
　ヘッダー部分
--------------------------------------*/

.site-branding{
	width: 35%;
}
.site-description{
	font-size:1.4rem;
}
#em-main-menu ul li{
	list-style:none;
	display:inline-block;
	margin:0 1.6%;
		font-size:1.4rem;
}

/*--------------------------------------
　パンくず部分
--------------------------------------*/

#breadcrumb{
	width:90%;
	}	

	
	
/*--------------------------------------
　コンテンツ部分
--------------------------------------*/
	.home .em-main-page{
		margin-top:0;
	}
	.em-main-page,.em-main-single{
		margin-top:11rem;
	}
.page-container{
max-width:90%;
margin:0 auto;
padding:0 1rem;
}



/* スペース */
.pa-tx{
    padding-top:3.2rem;
}
	.pa-txx{
		padding-top:4.8rem;
	}	
.pa-bx{
	padding-bottom:3.2rem;
}
	.pa-bxx{
		padding-bottom:4.8rem;
	}
.pa-tbx{
	padding:3.2rem 0;
}
	.pa-tbxx{
		padding:4.8rem 0;
	}
.pa-allx{
	padding:3.2rem;
}
	.pa-allxx{
		padding:4.8rem;
	}
.ma-tx{
	margin-top:3.2rem;
}
	.ma-txx{
		margin-top:4.8rem;
	}
.ma-bx{
	margin-bottom:3.2rem;
}
	.ma-bxx{
		margin-bottom:4.8rem;
	}
.ma-tbx{
	margin:3.2rem auto;
}
	.ma-tbxx{
		margin:4.8rem auto;
	}
.ma-allx{
	margin:3.2rem;
}
	.ma-allxx{
		margin:4.8rem;
	}
/* スペースここまで */

	.em-page .entry-title{
	font-size:3.6rem;
}

.page .entry-title {
    font-size: 2.8rem;
}
	
	.text_line_x{
	line-height:2.4;
}
	
	
	
	
/*--------------------------------------
　HOME
--------------------------------------*/
	
	

	
	
	
/*--------------------------------------
　HOMEの新着記事部分20230526
--------------------------------------*/

.tab-newpost-area{
	width:80%;
	}	
.newpost-group{
	padding:3.6rem 0;
}	

/*--------------------------------------
　お問い合わせ
--------------------------------------*/


/*--------------------------------------
　投稿ページ
--------------------------------------*/
#content.single{
max-width:90%;
padding-top:20rem;
}
.entry-title.single{
max-width:none;
margin:auto;
}
/* アーカイブページ　*/
#content.archive{
max-width:90%;
padding-top:20rem;
}
.entry-title.archive{
max-width:none;
margin:auto;
}
/* 検索結果　*/
#content.search{
max-width:90%;
padding-top:20rem;
}
/* 404　*/
#content.not{
max-width:90%;
padding-top:20rem;
}



/*--------------------------------------
　フッター部分
--------------------------------------*/
#footer{
	margin:0 auto 1rem auto;
	padding:0;
}

#footer-in {
		max-width:90%;
		margin:0 auto;
	}

	.fixed-menu{
		display:none;
	}


	.footer-c{
	margin-top:4rem;
}
	
	
	
	
	
	
	
	
	
	
	
	
	


/*-- ここまで --*/
}

/*media Queries PCサイズ（1024px以上）
--------------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {





/*--------------------------------------
　フォント　テキスト
--------------------------------------*/
	
h2{font-size:3rem;}
h3{font-size:2.6rem;}
h4{font-size:2rem;}
h5,h6{font-size:1.8rem;}

	
	.home h2.em-title{
		font-size: 4.8rem;
    margin: 4.8rem 0 0 0;
	}
h2.em-title{
	font-size: 4.8rem;
    margin: 4.8rem 0;
}	

/*--------------------------------------
　ヘッダー部分
--------------------------------------*/

	.header-l{
		width:20%;
		margin:0 auto 0 0;
		text-align:center;
	}	
	.header-r{
		width:80%;
		margin:0 0 0 auto;
	}
	#em-main-menu{
		text-align:right;
	}
	#em-main-menu ul li{
	font-size:1.5rem;
}
	#em-main-menu ul li i{
		font-size:3rem;
	}
.sumanone{
	display:block;
	max-width:100%;
}
	.header .smanone ul.menu{
		text-align:right;
	}
	.site-branding{
	width: 25%;
    margin: 0 auto 0 0;
    padding-left: 5%;
    text-align: center;
	}
	.main-navigation{
	width: 75%;
    margin: 0 0 0 auto;
    padding-right: 2%;
    height: 100%;
}

/*--------------------------------------
　スライドメニュー
--------------------------------------*/
.suma{
	display:none;
}
/*--------------------------------------
　パンくず部分
--------------------------------------*/

#breadcrumb{
	width:70%;
	}	
	


/*--------------------------------------
　コンテンツ部分
--------------------------------------*/

.page-container{
max-width:70%;
}


/* スペース */
.pa-tx{
    padding-top:8rem;
}
	.pa-txx{
		padding-top:12rem;
	}
.pa-bx{
	padding-bottom:8rem;
}
	.pa-bxx{
		padding-bottom:12rem;
	}
.pa-tbx{
	padding:8rem 0;
}
	.pa-tbxx{
		padding:12rem 0;
	}
.pa-allx{
	padding:8rem;
}
	.pa-allxx{
		padding:12rem;
	}
.ma-tx{
	margin-top:8rem;
}
	.ma-txx{
		margin-top:12rem;
	}
.ma-bx{
	margin-bottom:8rem;
}
	.ma-bxx{
		margin-bottom:12rem;
	}
.ma-tbx{
	margin:8rem auto;
}
	.ma-tbxx{
		margin:12rem auto;
	}
.ma-allx{
	margin:8rem;
}
	.ma-allxx{
		margin:12rem;
	}
/* スペースここまで */

	
	.em-page .entry-title{
	font-size:4.8rem;
}	

	.page .entry-title {
    font-size: 3.8rem;
}
	
/*--------------------------------------
　HOME
--------------------------------------*/
	
	

/*--------------------------------------
　グリッド
--------------------------------------*/

	.grid{
	-webkit-column-count:4;
	   -moz-column-count:4;
	        column-count:4;
}

/*--------------------------------------
　投稿ページ
--------------------------------------*/
#content.single{
max-width:70%;
padding-top:20rem;
}
/* アーカイブページ　*/
#content.archive{
max-width:70%;
padding-top:20rem;
}
/* 検索結果　*/
#content.search{
max-width:70%;
padding-top:20rem;
}
/* 404　*/
#content.not{
max-width:70%;
padding-top:20rem;
}





/*--------------------------------------
　フッター部分
--------------------------------------*/


#footer-in {
		max-width:70%;
		margin:0 auto;
	}






/*-- ここまで --*/
}