@charset "utf-8";

/*共通の設定*/
*{
	box-sizing: border-box;
	font-family: "M PLUS Rounded 1c","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.center {
	text-align:center;
}
body{
	background-color: #D2CDC9;
}
.clear {
	clear: both;
}
.mobilemenu{display:inherit;}
.pcmenu{display:none;}

.contener{
	width:100vw;
	margin:0 auto;
}
.linkhover a:hover{
	opacity: 0.5 ;
}
/*モーダルメニュー*/
.menu-btn {
    position: fixed;
    top: 0.2em;
    right: 0.5em;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 9990;
}
.menu-btn span {
    color: #000000;
	font-family: 'Mitr', sans-serif;
	font-size: 1.2em;
}
.menu-btn span:after {
    content: attr(data-txt-menu);
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.mainlogo img{
	position: fixed;
	display: block;
	width:180px;
	height:auto;
	top:5px;
	left:20px;
}
.catch01 p{
	font-size: 8.0vw;
	position: absolute;
    left: 80px;
    top: calc(50% - 100px);
	z-index: 9999;
	font-family: 'Nunito', cursive;
}
.catch01 img{
	width: 45vw;
	max-width: 500px;
	min-width: 260px;
	height:auto;
	position: absolute;
    left: 25px;
    top: calc(50% + 10px);
	z-index: 9999;
	font-family: 'Nunito', cursive;
}
.catch02 p{
	font-size: 1.6em;
	position: absolute;
    left: 40px;
    bottom: 110px;
	z-index: 9999;
	padding:0 0 0 5px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #676767;
}
.catch03 p{
	font-size: 0.8em;
	line-height: 1.4em;
	position: absolute;
    left: 40px;
    bottom: 50px;
	z-index: 9999;
	padding:0 0 0 5px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #676767;
}

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
	z-index: 10000;
}
.menu ul {
    display: table-cell;
    vertical-align: middle;
}
.menu li {
    width: 160px;
    height: 9%;
	max-height: 55px;
    margin: 5px auto;
    text-align: center;
}
.menu li a {
	text-decoration: none;
    display: block;
    font-size: 18px;
    color: #282828;
	font-family: 'Mitr', sans-serif;
}
.menu li a:hover {
    color: #F6AD3C;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
.modal_mini {
	font-size: 0.5em;	
}

/*メインイメージ*/
.mainimage {
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../image/main01thum.jpg");
  position: relative;
}
.btn{    
    padding:20px 25px;
    text-align: center;
}
header ul{
    list-style: none;
    display:flex;
	justify-content: flex-end;
}
header ul a{
	text-decoration: none;
	color:#000000;
	font-weight: bold;
}
header ul a:hover{
	color:#FFFFFF;
	font-weight: bold;
}
h1 img{
	width:70vw;
	height:auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
h3{
	text-align: center;
	font-size: 0.9em;
	padding:10px 0 30px 0;
}
.snsicon img{
	width:60px;
	height:auto;
	position: absolute;
    right: 20px;
    bottom:20px
}

/*about*/
#about {
	background-image: url("../image/main_illust.png");
	background-repeat: no-repeat;
	background-position: right 50% bottom 50%;
	background-size: 100vw auto;
}
#about h2{
	text-align: center;
	font-size: 2em;
	padding:80px 0 20px;
	letter-spacing: 0.15em;
}
.abouttext{
	line-height:2em;
	width:100%;
	text-align: center;
	padding:20px;
}
.abouttext01{
	letter-spacing: 0.11em;
	font-size:1.2em;
}
.abouttext02{
	font-size:0.9em;
	margin:20px 0 0 0;
}
#about a{
	text-decoration: none;
	display: inline-block;
	background-color: #99BCB2;
	text-align: center;
	color:#000;
	padding:10px 10px 15px 10px;
	width:150px;
	height:50px;
	margin:0px 0 40px 0;
}
#about a:hover{
	background-color: #898989;
	color:#000;
}
.snslink {
	padding:20px 0 0 0;
	font-weight: bold;
}
.sekouhanni{
	font-size: 0.8em;
	text-align: center;
	margin:0 15px 15px;
	color: #252525;
}

/*works*/
#works h2{
	text-align: center;
	font-size: 2em;
	padding:80px 0 20px;
}
.workscontent {
  margin: 0 auto;
  /* 外枠の大きさ */
  max-width: 980px;
  /* border: 1px solid black; */
  min-height: 600px;
}

/* 記事全ての枠の設定 */
.workscontainer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 0px 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:#000;
}
.article-item a:hover {
	opacity: 0.6;
}
@media screen and (min-width:681px) and ( max-width:960px) {
  /* 記事アイテムを大きくして3列にする */
  .article-item {
    width: 24%;
  }
  .article-item p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width:501px) and ( max-width:680px) {
  .article-item {
    width: 32%;
    /* margin-bottom: -100px; */
  }
}
@media screen and (max-width: 500px) {
  .article-item {
    width: 48%;
    /* margin-bottom: -100px; */
  }
}

.article-item02 {
  /* 記事アイテムの一つの大きさ */
  width: 24%;
  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;
}
@media screen and (min-width:681px) and ( max-width:960px) {
  /* 記事アイテムを大きくして3列にする */
  .article-item02 {
    width: 19%;
  }
  .article-item p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width:501px) and ( max-width:680px) {
  .article-item02 {
    width: 24%;
    /* margin-bottom: -100px; */
  }
}
@media screen and (max-width: 500px) {
  .article-item02 {
    width: 48%;
    /* margin-bottom: -100px; */
  }
}

/*contact*/
#contact h2{
	text-align: center;
	font-size: 1.8em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	padding:140px 0 20px;
}
h3{
	text-align: center;
	font-size: 0.9em;
	padding:10px 0 30px 0;
}
.contacttext{
	margin:0 auto 60px;
	padding:10px 50px 20px;
	line-height:2em;
}
#contact a{
	text-decoration: none;
	display: block;
	background-color: #99BCB2;
	text-align: center;
	color:#000;
	padding:9px 10px 15px 10px;
	width:200px;
	height:50px;
	margin:0px auto;
	font-size: 1.3em;
}
#contact a:hover{
	background-color: #898989;
	color:#000;
}
.snslink {
	padding:20px 0 0 0;
	font-weight: bold;
}

/*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);
}
/*footer*/
footer{
	height:200px;
	background-color: #616161;
	color: #D4D4D4;
}
.footertext{
	padding:20px 0 0 20px;
}
.footertext ul dt{
	font-size: 1.3em;
}
.footertext ul dd{
	font-size: 0.8em;
}
small p{
	text-align: left;
	padding:50px 20px 0 20px;
	font-size: 0.8em;
}