@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Margarine&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*========リセットCSS=======*/
body {
	height: auto;
	color: #696969;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/*=====profileページ=======*/
#contents {
	width: 60%;
	margin: 20px auto;
}

#contents p {
	line-height: 1.5em;
}
.aboutimg {
	width: 20%;
	margin:  20px auto;
    -webkit-animation: bounce-top 1.5s both;
            animation: bounce-top 1.5s both;
}

.aboutimg img {
	width: 100%;
}
.aboutmes h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.5em;
}
.abouskill {
	margin-top: 10px;
	border: 2px solid #fbc2eb;
	padding: 10px;
}
.abouskill h2 {
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px;
}
.probox {
	border: 2px solid #fbc2eb;
	padding: 10px;
}
.hobbox {
	margin-top: 10px;
	border: 2px solid #a6c1ee;
	padding: 10px;
}
.hobbox h3 {
	border-bottom: 1px dotted #a6c1ee
}
.skillbox {
	width: 10%;
	margin: 0 auto;
}
.skillbox img {
	width: 100%;
}
.skillcontents {
	margin-top: 10px;
	display: flex;
	align-items: flex-end;
}
.skillbox p {
	font-size: 90%;
}
.hoso {
	margin-top: 10px;
	font-size: 80%;
}
/*profileレスポンシブ-------------------------------------*/
@media screen and (max-width:500px) {
	.aboutimg {
	width: 40%;
	}
	.skillcontents {
		display: block;
	}
	.skillbox {
	width: 30%;
	margin-right: 0 auto;
	}
	.aboutmes h2, .abouskill h2 {
	text-align: center;
	}
}
/*======profileページ==============*/
/*=====グローバルナビゲーション【共通】-=====*/
#contactnav {
	max-width: 100%;
	width: 980px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-left h1 {
	font-size: 1.75em;
	padding-left: 20px;
}

.nav ul {
	list-style: none;
	text-align: center;
	margin-top: 10px;
}

.nav li {
	display: inline;
	padding: 20px;
	margin-right: 5px;
}

.nav li a {
	text-decoration: none;
	color: #696969;
}
.nav li a:hover {
	color: #ddb6c6;
	border-bottom: 3px solid;
	border-image: liner-gradient(to right, #fbc2eb 0%, #a6c1ee 100%);
	/*border-image-slice: 1;*/
}
/*タイトル*/

#contactnav h1 {
	font-size: 3em;
	font-family: 'Margarine', cursive;
}
.nav-left a {
	text-decoration: none;
	color: #696969;
}

/*タイトルここまで*/


/*ヘッダーナビレスポンシブ-------------------------------------*/
@media screen and (max-width:790px) {
#contactnav {
	display: block;
}
#contactnav h1 {
	font-size: 2em;
	font-family: 'Margarine', cursive;
	text-align: center;
}
.nav li {
	padding: 5px;
}
}
/*=====グローバルナビゲーションここまで【共通】-=====*/
/*=====TOPへもどる【共通】===*/
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 50px;
	background: #fbc2eb;
	border-radius: 50%;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	content:'▲';
	color: #fff;
	position: absolute;
	width: 25px;
	height:25px;
	top: 0;
	bottom: 0;
	right: 0;
	left:0 ;
	margin: auto;
	text-align: center;
}


/*=====TOPへもどるここまで【共通】===*/
/*===================works================*/
.title {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.title h2 {
	font-size: 1.25em;
	color: white;
	border-radius: 5px;
	padding: 5px;
	background-image: linear-gradient(to left, #fbc2eb 0%, #a6c1ee 100%);
}



#worksWrapper {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
#worksWrapper p {
	margin-top: 5px;
}
.madebox {
	width: 30%;
}
.madebox img {
	width: 100%;
	margin-top: 20px;
}

.madebox p {
	font-size: 0.8em;
	text-align: center;
} 
.madebox h3 {
	font-size: 0.8em;
	text-align: center;
}
#subsection {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	padding-top: 20px;
	justify-content: center;
	padding-bottom: 20px;
}
#subsection p {
	margin-top: 5px;
	text-align: center;
	font-size:0.8em;
}
.banbox {
	width: 30%;
	margin: 10px auto;
	padding-right: 10px;
	padding-left: 10px;
}
.banbox img {
	width: 100%;
}
#ill-contents {
	width: 980px;
	max-width: 100%;
	margin: 10px auto;
	padding: 10px;
}
#ill-contents p {
	line-height: 1.5em;
}
#ill-contents a {
	text-decoration: none;
	color: #696969;
	font-weight: bold;
	}
.illbox-1{
	width: 30%;
	margin: 10px auto;
	}
.wribox {
	width: 30%;
	margin: 10px auto;
}

.wribox img {
	width: 100%;
}
#etc-contents {
	width: 980px;
	max-width: 100%;
	margin: 10px auto;
	padding: 10px;
}
#etc-contents p {
	line-height: 1.5em;
}
#etc-contents a {
	text-decoration: none;
	color: #696969;
	font-weight: bold;
}
#etc-contents a:hover {
	color: #fbc2eb;
}
.atama {
	padding-top: 20px;
}

#etc-contents ul {
	color: #668ad8;
	border: dashed 1px #668ad8;
	padding: 0.5em 0.5em 0.5em 2em;
	margin: 1em 0 1em 0;
	border-radius: 9px;
}
#etc-contents ul li {
	line-height: 1.25em;
	padding: 0.5em 0;
}

/*worksレスポンシブ-------------------------------------*/
@media screen and (max-width:500px) {
	#worksWrapper {
		display: block;
	}
	.madebox {
		width: 80%;
		margin: 5px auto;
	}
	.title h2 {
		text-align: center;
	}
	#subsection {
		display: block;
	}
	.wribox {
	width: 70%;
	}
	.illbox-1 {
	width: 70%;
	}
	.banbox {
	width: 70%;
	padding-right: 0px;
	padding-left: 0px;
	}
	#etc-contents {
		padding-left: 0;
		padding-right: 0;
	}
}
/*===================works共通ページここまで===========*/
/*==========works下層ページbluenote===================*/
section {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
}
section h2 {
	/*background-color: black;*/
	background-image: linear-gradient(to left, #fbc2eb 0%, #a6c1ee 100%);
	color: white;
	width: 10em;
	font-size: 1.5em;
	margin-top: 50px;
	padding: 10px;
}
.titlename {
    -webkit-animation: bounce-top 1.5s both;
            animation: bounce-top 1.5s both;
}

.mainimg {
	width: 50%;
}

.mainimg img {
	width: 100%;
}

.maincom {
	width: 50%;
	padding-top: 50px;
	padding-left: 10px;
}

.maincom h3 {
	border-bottom: 1px dotted;
	font-size: 1.5em;
	background-image: url(../img/maru.png);
	margin-bottom: 5px;
}
.maincom h4 {
	padding-top: 20px;
	padding-bottom: 5px;
}

.maincom p {
	line-height: 1.5em;
}
.sectionbox1 {
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
}
.perbox li {
	text-indent: 2em;
	line-height: 1.5em;
}
.gallerybox ul li {
	list-style: none;
	float: left;
	width: 25%;
}
.gallerybox ul li img {
	width: 100%;
}
.gallerybox a {
	text-decoration: none;
	color: #696969;
	font-weight: bold;
}

.gallerybox a:hover {
	color: #fbc2eb;
	border-bottom: 2px solid #fbc2eb;
} 
.clearfix {
	margin-top: 10px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.maincom span {
	font-weight: bold;
}
.mincom {
	font-size: 0.85em;
}
/*worksレスポンシブ-------------------------------------*/
@media screen and (max-width:790px) {
	.maincom {
		padding-top: 0;
	}
}
@media screen and (max-width:500px) {
	.sectionbox1 {
		display: block;
		margin: 10px auto;
		width: 80%;
	}
	.mainimg {
		width: 100%;
	}
	.maincom {
		width: 100%;
		padding-top: 10px;
		padding-left: 10px;
	}
	.gallerybox ul li {
		list-style: none;
		width: 50%;
		float: left;
		box-sizing: border-box;
	}

}
/*=====タイトルアニメーションぼよーんってなるやつ=====*/
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
/*=====タイトルアニメーションここまで=====*/
/*===================worksここまでbluenoteとか================*/

/*===========infomation============================*/
#contactbody {
	width: 50%;
	margin: 0 auto;
	max-width: 100%;
}

#contactbody p {
	line-height: 1.25em;
}

#form-tbl input,textarea {
	border: 1px solid #fbc2eb;
	border-radius: 5px;
	padding: 8px;
	margin: 2px;
}

.btn input {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #fff;
	width: 100px;
	height: 40px;
	line-height: 20px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	background: linear-gradient(#fbc2eb 0%, #a6c1ee 100%);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn input:active {
	/*押したとき*/
	-webkit-transform: translateY(2px);
	transform: translateY(2px);/*沈むように*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	background-image: linear-gradient(#ffeeff 0%, #c9d1ce 100%);/*グラデーションを明るく*/
}
.attention {
	margin-top: 20px;
}
.example1 {
	vertical-align: middle;
}
.btn {
	padding-left: 8em;
}

.snsbox {
	width: 80%;
	margin-top: 20px;
	max-width: 100%;
}
.snsbox a {
	text-decoration: none;
	font-weight: bold;
	color: #696969;
}

.snsbox a:hover {
	color: #fbc2eb;
}

	
/*問い合わせページレスポンシブ-----*/
@media screen and (max-width:500px) {
#form td, #form th {
  display: block;
  width: 70%;
  text-align: left;
  padding-top: 5px;
  }
  
  #contactbody {
  	width: 100%;
  	margin-top: 10px;
  	padding-right: 10px;
  	padding-left: 10px;

  }
  #form-tbl {
  	margin-top: 10px;
  }
  .btn {
  	padding-left: 0;
  }
  .snsbox {
	width: 100%;
	}
  .snsbox a {
	text-decoration: none;
	font-weight: bold;
  	}
	.snsbox a:hover {
	color: #fbc2eb;
	}

}
/*=========お問い合わせページここまで==========*/
/*=========footer==============================*/
footer {
	background-color: #a6c1ee;
	height: 100px;
}
footer p {
	padding-top: 50px;
	text-align: center;
	font-size: 0.85em;
	color: #fff;
}
/*=========footerここまで======================*/