@charset "UTF-8";
/* CSS Document */

/*基本設定*/
*{
	box-sizing: border-box;
	font-family: "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#303030;  /* 背景カラー */
  z-index: 9999;  /* 一番手前に */
  pointer-events: none;  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 2.2s ease;  /* アニメーション時間は 0.8秒 */
  transition: opacity 2.2s ease;
}
body.fadeout::after {
  opacity: 1;
}
.container {
	width:960px;
	margin:0 auto;
}
.clear {
	clear: both;
}

/*pcとmobileの表示非表示設定*/
.pcmenu{display:inherit;}
.mobilemenu{display:none;}
/*基本設定*/

/*ラジーロード*/
.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}
.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}

/*ロード後表示*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #006e54;
  z-index: 9999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 10000;
}


/*ドロップダウンメニュー*/
.menuconteiner {
	display: flex;
	position: fixed;
    width: 960px;
    height: 50px;
    margin: 0 auto;
	z-index: 501;
	top: 10px;
	left:0;
	right: 0;
	background-color: #006e54;
	border: thin solid #191919;
	border-radius: 20px;
}
.mainlogo img{
	display: block;
	width:190px;
	height:auto;
	margin:1px 0 0 30px;
	filter: drop-shadow(3px 3px 3px rgba(255,255,255,0.2));
	z-index: 10000;
}
.mainlogo img:hover {
	opacity: 0.6;
}
.menuconteiner ul{
	display: flex;
 	 justify-content: flex-end;
 	 align-items: center;
 	 list-style: none;
	margin:0 0 0 320px;
}
.menuconteiner li {
    line-height: 50px;
	z-index: 502;
	font-size: 0.9em;
	margin:0 20px 0 30px;
}
.menuconteiner li a {
	text-decoration: none;
    color: #FFFFFF;
	font-family: 'Dosis', sans-serif;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
	opacity: 0.7;
}
.menuconteiner li a:hover {
	color: #FFFFFF;
	opacity: 1.0;
}

ul.menu__second-level {
    visibility: hidden;
	text-align: center;
    opacity: 0;
    z-index: 1;
	background-color: rgba(214,36,91,0.40);
}
.menu li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__second-level li {
    border-top: 1px solid #111;
	text-align: center;
}
.menu__second-level li a:hover {
}
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
/*ドロップダウンメニュー*/

/*トップページのメニュー*/
.indexnews ul{
	background-color: #656565;
	position: absolute;
    width: 40%;
    height: auto;
	z-index: 10000;
	top: 85%;
	right: 20px;
	margin:0 0px 20px 0;
	padding:20px 20px 20px 20px;
	border-radius: 12px;
}
.indexnews ul dt{
	width:70px;
	font-size: 1.2em;
	font-family: 'Dosis', sans-serif;
	padding:0px 0 10px 0px;
}
.indexnews dd{
	font-size: 0.8em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	line-height:0.4em;
}
.indexnews a:hover{
	background-color: #303030;
	color: #fff;
}
/*スクロール*/
.scroll a {
  z-index: 10000;
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}
.scroll a {
  padding-top: 60px;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.scroll a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*フッター*/
footer{
	background-repeat:repeat-y;
	background-image:url("../images/shadow_left.png");
}
.footershita{
	clear: both;
	padding:25px 0 0 0;
	height:170px;
	background-color: #006e54;
}
.footershita a{
	text-decoration: none;
	color: #000;
}
.footershita a:hover{
	color: #fff;
}
.copyright {
	font-size: 0.7em;
	color: #DDDDDD;
	margin:30px 0 0 20px;
}
.footerue .sns img{
	display: block;
	width:30px;
	height:30px;
	float:right;
	margin:5px 20px 10px 20px;
}
.sns a:hover{
	opacity: 0.5;
}
.footerinfo {
	clear: both;
}
.footerinfo ul li{
	font-size: 0.7em;
	color: #DDDDDD;
	padding :0px 0 0 20px;
}

/*about*/
#about{
	margin:0 0 40px 0;
}
#about h2{
	text-align: center;
	font-size: 3.0em;
	padding:80px 0 10px;
	letter-spacing: 0.15em;
}
h3{
	text-align: center;
	font-size: 1.1em;
	padding:0px 0 30px 0;
}
.abouttext{
	width:650px;
	margin:0 auto;
	padding:40px 50px;
	background-color: #006e54;
	line-height:2em;
	color:#fff;
}
#about a{
	text-decoration: none;
	display: inline-block;
	background-color: #006e54;
	border:5px #5C9D8E solid;
	color:#FFFFFF;
	padding:5px 10px 15px 10px;
	width:150px;
	height:50px;
	margin:0px 10px 0 0;
}
#about a:hover{
	background-color: #898989;
	color:#000;
}
.snslink {
	padding:20px 0 0 0;
	font-weight: bold;
}
.companyinfo{
	margin:30px 0 0 0;
}

/*contact*/
.contact{
	margin:0 0 40px 0;
}
.contact h2{
	text-align: center;
	font-size: 3.0em;
	padding:80px 0 10px;
	letter-spacing: 0.15em;
}
.contacttext{
	width:650px;
	margin:0 auto;
	padding:40px 50px;
	background-color: #006e54;
	line-height:2em;
	color:#fff;
}
.contact a{
	text-decoration: none;
	display: block;
	background-color: #006e54;
	border:5px #5C9D8E solid;
	color:#fff;
	padding:15px 10px 15px 10px;
	width:300px;
	height:100px;
	text-align: center;
	margin:0 auto;
}
.contact a:hover{
	background-color: #898989;
	color:#000;
}
.contacttext dt{
	font-size: 1.0em;
	font-weight: bold;
}
.contacttext dd{
	font-size: 0.8em;
}

/*works*/
.works {
	margin :50px 20px 30px 20px;
}
.worksdounyuu p{
	text-align: center;
	font-size: 0.9em;
	margin:30px 0 0 0;
}
.works h2 {
	font-size: 2.5em;
	color: #151515;
	text-align: center;
	margin:40px 0 20px 0;
	padding:80px 0 0 0;
}
.works h4 {
	font-size: 0.9em;
	color: #006e54;
	text-align: center;
	padding:0px 0 0 0;
}

.workscontent {
  margin: 0 auto;
  /* 外枠の大きさ */
  max-width: 1080px;
  /* border: 1px solid black; */
  min-height: 300px;
}

/* 記事全ての枠の設定 */
.workscontainer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 70px auto 0 auto;
}
.article-item {
  /* 記事アイテムの一つの大きさ */
  width: 24%;
  height: auto;
  margin-bottom: 30px;
}
.article-item img {
  /* 画像は親要素に対して100%にする */
  width: 100%;
  height: 100%;
}
.article-item p {
  padding: 0px 10px;
}
.article-item a {
	text-decoration: none;
	font-size: 0.9em;
	color:#000000;
}
.article-item a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 960px) {
  /* 記事アイテムを大きくして3列にする */
  .article-item {
    width: 30%;
  }
  .article-item p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 620px) {
  .article-item {
    width: 50%;
    /* margin-bottom: -100px; */
  }
}

/*5列*/
.article-item02 {
  /* 記事アイテムの一つの大きさ */
  width: 19%;
  height: auto;
  margin-bottom: 30px;
}
.article-item02 img {
  /* 画像は親要素に対して100%にする */
  width: 100%;
  height: 100%;
}
.article-item02 p {
  padding: 0px 10px;
}
.article-item02 a {
	text-decoration: none;
	font-size: 0.9em;
	color:#000;
}
.article-item02 a:hover {
	opacity: 0.6;
}

/*各works*/
.prev {
	text-align: left;
	float: left;
	margin:-2.7em 0 3em 0;
}
.prev a {
	text-decoration: none;
	color: #CDCDCD;
}
.prev a:hover {
	color: #A37E4A;
}
.next {
	float:right;
	text-align: right;
	margin:-2.7em 0 3em 0;
}
.next a {
	text-decoration: none;
	color: #CDCDCD;
}
.next a:hover {
	color: #A37E4A;
}
.mainworksconetent {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 70px auto 0 auto;
}
.works h3 {
	text-align: center;
	font-size: 0.9em;
	letter-spacing: 0.4em;
	margin :-30px 0 20px 0;
}
.lightgallery {
  /* 記事アイテムの一つの大きさ */
  width: 24%;
  height: auto;
  margin-bottom: 30px;
}
.lightgallery img {
  /* 画像は親要素に対して100%にする */
  width: 100%;
  height: 100%;
}
.lightgallery p {
  padding: 0px 10px;
}
.lightgallery a {
	text-decoration: none;
	font-size: 0.9em;
	color:#000;
}
.lightgallery a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 960px) {
  /* 記事アイテムを大きくして3列にする */
  .lightgallery {
    width: 30%;
  }
  .lightgallery p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 620px) {
  .lightgallery {
    width: 50%;
    /* margin-bottom: -100px; */
  }
}
.worksmainimage img{
	display: block;
	width:100%;
	height:auto;
	clear: both;
}
.worksnote p{
	text-align: center;
	font-size: 0.9em;
	margin:60px 0 -60px 0;
	color: #fff;
}
.modoru a{
	text-decoration: none;
	text-align: center;
	color: #151515;
}
.modoru a:hover{
	color: #006e54;
}

/*company*/
.company {
	margin :50px 20px 30px 20px;
}
.company h2 {
	font-size: 2.5em;
	color: #151515;
	text-align: center;
	margin:40px 0 20px 0;
	padding:80px 0 0 0;
}
.company h4 {
	font-size: 0.9em;
	color: #006e54;
	text-align: center;
	padding:0px 0 0 0;
}

/*news*/
.news {
	margin :50px 20px 150px 20px;
}
.news h2 {
	font-size: 3.2em;
	color: #d6245b;
	font-family: 'Dosis', sans-serif;
	text-align: center;
	margin:40px 0 60px 0;
	padding:80px 0 0 0;
}
.newsdate {
	font-size: 0.8em;
}
.newstitle {
	font-size: 1.0em;
	font-weight: bold;
}
.newscontent {
	padding:20px 0 0 0;
	font-size: 0.9em;
}
.newscontainer {
	border-bottom: thin solid #d6245b;
	padding:50px 0 50px 0;
	clear: both;
}
.newssignature {
	clear: both;
	font-size: 0.8em;
	text-align: right;
	margin:50px 0 0 0;
}
.newsphoto .box {
	display: block;
	float: left;
	margin:20px 20px 10px 0px;	
}

/*会社概要*/
.companycontainer ul{
	width:600px;
	margin:30px auto 0;
}
.companycontainer ul dt{
	float:left;
	width:150px;
	height:50px;
	font-size: 0.9em;
	padding:13px 0 0 0;
	border-bottom: solid thin #464646;
	color: #000000;
}
.companycontainer ul dd{
	width:600px;
	height:50px;
	font-size: 0.9em;
	border-bottom: solid thin #464646;
	padding:13px 0 0 0;
	color: #000000;
}
.companycontainer a{
	text-decoration: none;
	color: #006e54;
}

/*ご相談の流れ*/
.flow {
	margin :50px 20px 30px 20px;
}
.flow h2 {
	font-size: 2.5em;
	color: #DDDDDD;
	font-family: 'Alice', serif;
	text-align: center;
	margin:40px 0 20px 0;
	padding:80px 0 0 0;
}
.flow h4 {
	font-size: 0.9em;
	color: #A37E4A;
	text-align: center;
	padding:0px 0 0 0;
}
.flowcontainer {
	width:400px;
	margin:30px auto 0;
}
.flowcontainer ul{

}
.flowcontainer ul img{
	display: block;
	margin:0 auto;
	width:400px;
	height:auto;
}

.flow_subtitle{
	text-align: center;
	font-size: 0.8em;
	color:#fff;
	margin:60px 0 0 0;
}
h5{
	background-color: #DADADA;
	text-align: center;
	font-size: 1.4em;
	color: #000;
	margin:0 0 7px 0;
	padding:5px 0;
}
.flow01{
	font-size: 1.1em;
	color: #fff;
	padding:10px 0 0 0;
}
.flow02{
	font-size: 0.9em;
	color: #fff;
	padding:10px 0 0 0;
}
.button01{
	margin:10px 0 0 0;
}
.button01 a{
	text-decoration: none;
	color: #A37E4A;
}
.button01 a:hover{
	color: #fff;
}

small p{
	text-align: center;
	color: #BABABA;
	padding:50px 0 0 0;
	font-size: 0.8em;
}


/*TOPへ戻るボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	background-color: #888;
	text-decoration: none;
	color: white;
	width: 60px;
	height:60px;
	padding-top:19px;
	text-align: center;
	display: block;
	border-radius:30px;
}
#page-top a:hover {
    text-decoration: none;
	color: #fff;
    background: rgba(55,55,55,1.00);
}