@charset "utf-8";
/*
Theme Name: Ema2021
Theme URI: http://iraiz.com/
Description: ema WordPress テーマ
Version: 1.0
Author: Daisuke Ema
Author URI: http://iraiz.com/
Tags: 
*/ 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Roboto:wght@300&display=swap');
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	line-height: 2;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Roboto', sans-serif;
}
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}
h1,h2, h3, h4, h5, h6 {
	margin: 0px;
	font-size: 1.3rem;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #131137;
}
img {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.dt {
	display: block;
}
.sp {
	display: none;
}
.relative {
	position: relative;
	width: 1920px;
}
.absolute {
	position: absolute;
	left: 0px;
	top: 0px;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
} 
.cf:before {
  content: "";
  display: block;
  clear: both;
} 
.cf {
  display: block;
}

#wrapper {
}
/*ヘッダー*/
header video {
	width: 1920px;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- Global Navi Style */
#g_navi {
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	text-align: center;
}
#g_navi.frontnav {
	background-color: rgba(0,0,0,0.5);
}
#g_navi .logo img {
	width: 300px;
	margin-top: 40px;
}
#g_navi a {
	margin-right: 20px;
	margin-left: 20px;
	color: #FFF;
	font-size: 1.8rem;
}

/*ヘッダーEND*/

#container {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	clear: both;
}


.page_title {
	width: 100%;
	position: relative;
}
.page_title h2 {
	position: absolute;
	color: #FFF;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	font-size: 8.0rem;
	text-align: center;
	width: 90%;
}
.page_title h2.single {
	font-size: 5.0rem;
}
.page_title img {
	width: 100%;
}
#content {
	width: 1440px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

.index .news {
	margin-bottom: 50px;
	padding-top: 50px;
	width: 100%;
}
.index .news .list {
	line-height: 1.8rem;
	font-size: 1.5rem;
	float: left;
	margin-bottom: 80px;
	width: 690px;
	/*box-shadow: 0 10px 10px 0 rgba(100, 100, 150, 0.1);*/
	transition: box-shadow 0.5s;
    box-shadow: 0px 0px 20px rgba(30, 30, 100, 0.3);
}
.index .news .list:nth-child(odd) {
	margin-right: 30px;
}
.index .news .list:nth-child(even) {
	margin-left: 30px;
}
.index .news .list:hover {
	box-shadow:
	0px 0px 20px transparent,
    inset 0px 0px 10px rgba(30, 30, 100, 0.3);
}
.index .news .date {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1.2rem;
}
.index .news img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.index .news .list .inner {
	padding: 20px;
}
.index .insta {
	width: 100%;
}

.custom .news {
	margin-bottom: 50px;
	padding-top: 50px;
	width: 100%;
}
.custom .news .list {
	line-height: 1.8rem;
	font-size: 1.5rem;
	float: left;
	margin-bottom: 80px;
	margin-right: 10px;
	margin-left: 10px;
	width: 340px;
	/*box-shadow: 0 10px 10px 0 rgba(100, 100, 150, 0.1);*/
	transition: box-shadow 0.5s;
    box-shadow: 0px 0px 20px rgba(30, 30, 100, 0.3);
}
.custom .news .list:hover {
	box-shadow:
	0px 0px 20px transparent,
    inset 0px 0px 10px rgba(30, 30, 100, 0.3);
}
.custom .news .date {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1.2rem;
}
.custom .news img {
	width: 100%;
	height: 340px;
	object-fit: cover;
}
.custom .news .list .inner {
	padding: 20px;
	text-align: center;
}



/*アーカイブ*/
.archivebox01 {
	position: relative;
	width: 24%;
	/*float: left;*/
	/*margin-right: 0.5%;*/
	/*margin-left: 0.5%;*/
	margin-bottom: 50px;
}
.archivebox01 img {
	max-width:100%;
	height:auto;
}
.archivebox01 a{
	color: #FFF;
}
.archivebox01 h2 {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,10,0.9);
	width: 100%;
	font-size: 1.5rem;
	padding-left: 2%;
	line-height: 3.0rem;
	padding-right: 2%;
}
.archivebox01 h3 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0,0,40,1);
	width: 100%;
}
.archivebox01 .movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.archivebox01 .movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.archivebox01 table.forsale {
	width: 100%;
}
.archivebox01 .forsale tr th {
	background-color: #CCC;
	border: 1px solid #999;
}
.archivebox01 .forsale tr td {
	background-color: #FFF;
	border: 1px solid #999;
	width: 35%;
}
.archivebox01 .forsaletitle {
	background-color: #333;
	color: #CCC;
	padding: 5px;
	font-size: 16px;
}

.archivebox-single {
	text-align: center;
}


/*デモページ*/
.demobox1 {
	width: 1017px;
	margin-bottom: 20px;
	float: right;
}

.demobox1 img {
	margin-right: 10px;
	float: left;
}

/*インストール*/
.instbox1 {
	margin-bottom: 200px;
	margin-right: auto;
	margin-left: auto;
}
.instbox1 .title {
	font-size: 3rem;
}
.instbox1 .title .price {
	font-size: 2.5rem;
	margin-left: 30px;
}
.instbox1 .title .tax {
	font-size: 1.8rem;
}

/*リンク*/
.linkbox01 {
	padding: 10px;
	border: thin solid #CCCCCC;
	width: 300px;
	float: left;
}

/*フッター*/
#footer {
	margin: 20px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	clear: both;
}
#footer h1 {
	text-align: center;
}
#CopyRight {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer .links {
	text-align: center;
	width: 100%;
}
.cl hr {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	margin: 0px;
}
#section1 .add-box {
	padding: 20px;
	margin-bottom: 30px;
	float: left;
}

#section1 .inquiry {
	float: right;
	width: 320px;
}
#section1 .demobox1 table tr td {
	text-align: center;
}


/* ページャー */
.pager{
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	width: 100%;
}

a.page-numbers,
.pager .current{
	background-color: #edede3;
	border: solid 1px #aaaaaa;
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;}

.pager .current{
	background-color: #000000;
	border: solid 1px #000000;
	color: #ffffff;}

.pager a:hover{
	color: #ffffff;
	border: solid 1px #000000;
	background-color: #000000;}



figure {
	max-width: 420px;
	float: left;
}
@media screen and (max-width: 959px) {
/* 959px以下に適用されるCSS（タブレット用） */
.dt {
	display: none;
}
.sp {
	display: block;
}
img {
	max-width: 100%;
}
header {
	margin-bottom: 50px;	
}
#content {
	width: 100%;
	margin-top: 0px;
}
/************* menu ***************/
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
	justify-content: center;
	align-items: center;
	width: 20%;
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	border-right: 1px solid #fff;
	background-color: #666666;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
	background-color: #333333;
}


/*ボタンを調整*/
#sp-fixed-menu li a{
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 10px;
}
/************* /menu ***************/

.page_title h2 {
	font-size:5.0rem;
}
#content .news .list {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content .news img {
	width: 100%;
	height: 200px;
}
#n2-ss-2 {
	font-size: 50%;
}
header .logo {
	background-color: #333;
	text-align: center;
	padding-top: 15px;
	position: fixed;
	top: 0px;
	z-index: 100;
	width: 100%;
}
header .logo img {
	width: 50%;
}
header .topmenu-sp li {
	float: left;
	width: 50%;
	text-align: center;
	line-height: 10rem;
	background-color: #999;	
}
header .topmenu-sp li:nth-child(2) {
	background-color: #BBB;	
}
header .topmenu-sp li:nth-child(3) {
	background-color: #BBB;	
}
header .topmenu-sp li a {
	font-size: 1.6rem;
}
.instbox1 {
	width: 100%;
}
.instbox1 .title {
	font-size: 2.5rem;
}
.instbox1 .title .price {
	font-size: 2rem;
	margin-left: 0px;
}
.instbox1 .title .tax {
	font-size: 1.6rem;
}
/*アーカイブ*/
.archivebox01 {
	width: 100%;
}
.archivebox01 img {
	max-width:100%;
	height:auto;
}
.archivebox01 a{
	color: #FFF;
}
.archivebox01 h2 {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,10,0.9);
	width: 100%;
	font-size: 1.5rem;
	padding-left: 2%;
	line-height: 3.0rem;
	padding-right: 2%;
}
.archivebox01 h3 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0,0,40,1);
	width: 100%;
}
#section1 .add-box {
	max-width: 90%;
}
#fancybox-title-over {
	visibility:hidden;
}
}
@media screen and (max-width: 480px) {
/* 480px以下に適用されるCSS（スマホ用） */
img {
	max-width: 480px;
}
header {
	margin-bottom: 40px;	
}
.page_title h2 {
	font-size: 3.0rem;
}
.page_title h2.single {
	font-size: 1.5rem;
	line-height: 1.8rem;
}
.instbox1 {
	padding: 5px;
}
}