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

/*=======================デスクトップ===========================*/
/*　テキスト・img余白　*/
* {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

img {
	vertical-align: top;
}



/*　コンテンツ部分調整*/
#container {
	text-align: center;
	margin-top: 0;
	background-color: #D9DEDF;
}

/* float　*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}




/*　テキスト・img余白　*/
* {
	font-size: 18px;
}


/* ヘッダー　*/
header {
	width: auto;
	margin-top: 0;
	margin-bottom: 50px;
	background-color: #0081A7;
}

#header {
	width:auto;
	padding-bottom: 0;	
}

#header .left h1 {
	display: inline-block;
	font-size: 20px;
	font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
	margin-left: 70px;
	line-height: 100px;
	color: #fdfcdc;
}

#header .left h1 span {
	display: inline-block;
	font-size: 16px;
	font-family: "Libre Baskerville", serif;
 	font-weight: 700;
  	font-style: normal;
	color: #fdfcdc;
	margin-left: 5px;
}

#header .left h2 {
	display: inline-block;
	margin-left: 20px;
	font-size: 16px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    font-style: normal;
	margin-left: 10px;
	line-height: 100px;
	color: #fdfcdc;
}

#header .left h2 i {
	color: #fdfcdc;
	margin-right: 10px;
	padding-bottom: 0;
}



/*　nav　*/
nav {
}

ul {
	float: left;
	margin-right: 70px;
	text-align: center;
	padding: 0;
}

li {
	display: inline-block;
	margin-left: 0px ;
	margin-bottom: 0;
	width: 100px ;
}

ul li a {
	display: block;
	padding: 0;
	margin-top: 41px;
	text-decoration: none;
	color: #fdfcdc;
	font-size: 18px;
	font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

ul li a:hover {
	background-color: #f07167;

}


.here {
	color: #55ADC7;
	border-bottom: 1px solid #fdfcdc;
}



/*　メインビジュアル　*/
#top {
	width: 100%;
}

#top img {
	width :100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	box-shadow: 2px 2px 8px #656565;
}



/*　メインコンテンツ*/
main {
	margin: 0;
	padding: 0;
}

.sub_title {
	font-size: 70px;
	font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
	color: #454545;
	margin-bottom: 20px;
	border-bottom: 2px solid #00afb9;
	line-height: 92px;
	text-shadow: 2px 0px 5px #656565;
}


/* ワークス*/
#works {
	width: 1300px;
	margin: 70px auto 0px auto;
	padding: 70px;
	background-color: #ffffff;
	border-radius: 30px;
}

#product { 
	width: 1060px;
	margin: 36px auto 0 auto;
}

#product_left {
	float: left;
	width: 512px;
	margin-right: 36px;
	}

#product_right {
	float: right;
	width: 512px;
	margin: 0;
}

#product_left img {
	width:  512px;
	
}

#product_right img {
	width: 512px;
	margin-bottom: 36px;
}

#work01:last-child {
	margin-bottom: 0px;
}

#work01:last-child {
	margin-bottom: 0px;
}

#work01 {
	width: 512px;
	height:512px;
	background: url("../images/index_02.png");
	margin-bottom: 36px;
}

#work01:hover {
	width: 512px;
	height:512px;
	background: url("../images/index_02-h.png")
}

#work02 {
	width: 512px;
	height:512px;
	background: url("../images/index_05.png");
	margin-bottom: 36px;
	margin-top: 36px;
}

#work02:hover {
	width: 512px;
	height:512px;
	background: url("../images/index_05-h.png")
}

#work03 {
	width: 512px;
	height:512px;
	background: url("../images/index_06.png");
	margin-bottom: 36px;
}

#work03:hover {
	width: 512px;
	height:512px;
	background: url("../images/index_06-h.png");
}

#work04 {
	width: 512px;
	height:512px;
	background: url("../images/index_04.png");
	margin-bottom: 36px;
}

#work04:hover {
	width: 512px;
	height:512px;
	background: url("../images/index_04-h.png");
}

#work05 {
	width: 512px;
	height:512px;
	background: url("../images/index_03.png");
	margin-bottom: 36px;
}

#work05:hover {
	width: 512px;
	height:512px;
	background: url("../images/index_03-h.png");
}

#work06 {
	width: 512px;
	height:512px;
	background: url("../images/index_07.png");
	margin-bottom: 36px;
}

#work06:hover {
	width: 512px;
	height:512px;
	background: url("../images/index_07-h.png");
}

#work07 {
	width: 512px;
	height:512px;
	background: url("../images/index_12.png");
	margin-bottom: 36px;
}

#work07:hover {
	width: 512px;
	height:512px;
	background: url("../images/index_12-h.png");
}

/*空いたところに差し込むdiv*/
.worksoon {
	width: 512px;
	height:512px;
	background-color: #D9DEDF;
	margin-bottom: 36px;
}
.worksoon i{
	display: block;
	margin: auto;
	padding: 210px 0 10px;
	font-size: 45px;
	color: #fff;
}
.worksoon p{
	font: normal 14px "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #fff;
}
.worksoon_inner {
	width: 200px;
	margin: auto;
}





/*　プロフィール　*/
#profile {
	width: 1300px;
	margin: 70px auto 70px auto;
	padding: 35px;
}

#profile_left {
	float: left;
	width: 461px;
	padding-top: 36px;
}

#profile_right {
	float: right;
	width: 733px;
	padding: 36px;
	text-align: left;
}

#profile_left img {
	width: 461px;
	border-radius: 30px;
}

#profile_right h1 {
	font-size: 22px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    font-style: normal;
	color: #454545;
}
#profile_right h2 {
	font-size: 16px;
	font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
	color: #4F4F4F;
	margin-left: 2px;
	margin-bottom: 36px;
}

#profile_right p i {
	margin-right: 10px;
}


/* スキルズ */
#skills {
	letter-spacing: -1em;
	white-space: nowrap;
	width: 1300px;
	margin: 36px auto 0 auto;
	padding: 0;
}

.h1_1160 {
	width: 1160px;
	margin: 0 auto 0 auto;
}

#skills img {
	width: 386px;
}

#skills section {
	letter-spacing: normal;
	white-space: normal;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 386px;
	margin: 0 71px 0 0;
}

#skills section:last-child {
	margin-right: 0;
}

#skills section dl {
	margin-top: 20px;
	text-align: center;
}

#skills section dl dt {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#skills section dl dd:last-child {
	font-size: 17px;
}

#skills section dl dd i {
	margin-right: 5px;
	color: #00afb9;
}



/* コンタクト　*/
#contact {
	width: 1160px;
	margin: 140px auto 140px auto;
	padding: 36px;
	background-color: #ffffff;
	border-radius: 30px;
}


#contact p a {
	display: block;
	width: 1020px;
	margin: auto;
	padding: 36px 0 0 0;
	text-decoration: none;
	color: #454545;
	font-size: 18px;
	font-weight: bold;
}

#contact p a i {
	font-size: 150px;
	text-decoration: none;
	color: #0081a7;
}


/*　ページトップへ　*/
#back a {
	float: right;
	width: 150px;
	margin: 0;
	display: block;
	padding: 0;
	text-decoration: none;
	color: #fdfcdc;
	font-size: 16px;
	font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
	background-color: #0081A7;
	border-top-left-radius: 10px;
}

#back a:hover {
	background-color: #f07167;

}

/* フッター　*/
footer {
	width: 100%;
	margin: 0;
	background-color: #0081A7;
	text-align: center;
}

#copy p {
	display: inline-block;
	font-size: 16px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    font-style: normal;
	line-height: 100px;
	color: #fdfcdc;
}

#copy p i {
	color: #fdfcdc;
	margin-right: 10px;
	padding-bottom: 0;
}







/*===================　コンテンツページ ==========================*/
#content {
	width: 1160px;
	margin: 140px auto 0 auto;
}

#content section {
	text-align: left;
}

#content section h1 {
	font-size: 22px;
}

#content section h1 i {
	margin-right: 5px;
}

#content_title {
	margin-bottom: 36px;
}

#content iframe {
	height: 1000px;
	margin-top: 36px;
}

.width1000 {
	width: 1000px;
	margin: auto;
}

.width1000 img {
	width: 1000px;
}

hr {
	border-bottom: 1px solid #0081A7;
	width:1000px;
	margin: 36px 0;
}

.link a {
	font-size: 16px;
	color: #656565;
	text-decoration: none;
}

.link a:hover {
	color: #f07167;
}

.aside {
	float: left; 
	width: 300px;
	background-color: #fdfcdc;
	margin-right: 70px;
	padding: 10px;
}

.aside dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.aside dl dd {
	margin-bottom: 36px;
}

.aside dl dd:last-child {
	margin-bottom: 0;
}

.main_right {
	float: right;
	width: 790px;
	font-size: 16px;
}

.main_right section {
	margin-bottom: 40px;
}

.main_right p {
	font-size: 16px;
	margin-bottom: 36px;
}

.main_right section h3 {
	font-size: 17px;
	font-weight: bold;
}

.main_right section dl dt {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 0 0;
}

#margin-top0 {
	margin-top: 0;
}

.main_right section dl dd {
	font-size: 16px;
	line-height: 20px;
}

/* 　画像並べるところ　*/
.sample01 {   /* サンプル複数枚ある時 */
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.sample02 {   /* サンプル1枚・小サイズの時　*/
	width: 769px;
	margin: 0 auto 70px;
}

.page01 {
	width: 769px;
	margin-bottom: 10px;
}

.work_img01 {
	width:769px;
	margin-right: 10px;
}

.work_img02-sp {
	display: none;
}

.work_img02 {
	width: 376px;
	margin-top: 0;
}

.work_img03-sp {
	display: none;
}

.work_img03 {
	width: 376px;
	margin: 15px 15px 0 0;
}

.work_img04-sp {
	display: none;
}

.work_img04 {
	width:376px;
	margin: 15px 15px 0 0;
}

/* インデックスページの指定箇所へ戻るボタン　*/
#backtowork a {
	display: block;
	margin: auto auto 70px auto;
	text-align: center;
	color: #0081A7;
	font-weight: bold;
	font-family: "Libre Baskerville", serif;
	text-decoration: none;
	width: 250px;
	line-height: 36px;
	border-radius: 10px;
	background-color: #fdfcdc;
	box-shadow: 2px 2px 8px #9b9999;
}

#content a:hover {
	color: #fdfcdc;
	background-color: #f07167;
}
/*====================== ComingSoon ============================*/
#comingsoon {
	text-align: center;
}

#comingsoon img{
	width: 150px;
}

