@charset "UTF-8";
/*共通部分
--------------------------------------------------*/
html {
	font-size: 100%;
}
body {
	font-family:  'メイリオ', 'Meiryo', serif;
	line-height: 1.7;
	color: #432;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}


/*topイメージのところ
--------------------------------------------*/
.top-img {
	text-align: center;
	margin-top: 5%;
}

/*ボタン*/
.button {
	font-size: 25px;
	background: rgba(220,200,220,0.8);
	color: #fff;
	font-weight: bold;
	border-radius:50%;
	padding: 30px 10px;
}
.button:hover {
	background: #dc8ba7;
}

/*大きな背景画像*/
.big-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../img/ top-test.jpg");
	min-height: 80vh;
}
/*それぞれタイトルのところ*/
h2 {
	text-align: center;
	font-size: 35px;
	margin-top: 90px;
	margin-bottom: 65px;
}
/*------------------------skills--------------------------*/
.skills-wrapper::after {
	content: '';
	display: block;
	clear: both;
}
.skill-web {
	float: left;
	width: 33.3333%;
}
.skill-acce {
	float: left;
	width: 32%;
}
.skill-camera {
	float: left;
	width: 32%;
}

.skills-wrapper2::after {
	content: '';
	display: block;
	clear: both;
}
.skill-diy {
	float: left;
	width: 25%;
}
.skill-sewing {
	float: left;
	width: 25%;
}
.skill-piano {
	float: left;
	width: 25%;
}
.skill-cook {
	float: left;
	width: 25%;
}


.skills {
	padding: 100px 50px;
	text-align: center;
	
}
.skills-l {
	padding: 40px 40px;
	text-align: center;
}
.skill-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.skills p {
	font-size: 16px;
	margin-top: 10px;
    line-height: 2;
}


/*--------------------------works------------------------------*/
.works::after {
	content: '';
	display: block;
	clear: both;
}
.gardenia {
	float: left;
	width: 50%;
}

.kagan {
	float: left;
	width: 50%;
}
.gardenia img {
	max-width: 100%;
	height: auto;
}
.kagan img {
	max-width: 100%;
    height: auto;
}
.works p {
	font-size: 20px;
}
.works {
	padding: 80px 50px;
	text-align: center;
}
/*画像の周りに枠線*/
.gardenia img {
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3);
}
.kagan img {
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3);
}
/*---------------------------------gallery-------------------------*/
.gallery-wrapper {
	display: table;
	width: 100%;
	margin-top: 60px;
	table-layout: fixed;
}

.gallery-box {
	display: table-cell;
}

.gallery-img {
	display: block;
	width: 100%;
}
.gallery {
	padding: 80px 0px;
		
}

/*--------------------------------about-----------------------------*/
.about {
	padding: 80px 30px;
}
.about-text {
	text-align: center;
	line-height: 3;
	font-size: 16px;
}
/*-----------------------------contact-----------------------------*/
.contact {
	padding: 80px 0 150px;
	text-align: center;
}

/*-----------------------------footer------------------------------*/
.footer {
	padding: 12px 0;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	background-color: #dcc8dc;
}
/*topへのボタン*/
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #dcc8dc;
    color: #505050;
    text-align: center;
    text-decoration: none;
	font-weight: bold;
    padding: 20px 20px;
	border-radius: 50%;
}
#page_top a:hover {
    background-color: #dc8ba7;
    text-decoration: none;
}

/*767以下*/
@media screen and (max-width: 768px) { 
/*ナビの横並びを解除*/	
.main-nav {
	display: block;
	}
	.main-nav {
		display: none;
	}	
.main-nav {
	list-style: none;
	font-size: 1.25rem;
}
	.main-nav li {
	margin-left: 36px;
}
.main-nav a {
	color: #fff;
}
.main-nav a:hover {
	color: #0bd;
}
nav {
	max-width: 1100px;
	padding: 0 4%;
}	
/*topimgの名前とキャッチのところ*/
	.top-img p {
		font-size: 13px;
	}	
.worksbtn {
	padding-top: 100px;
}
/*topimgの透過したキャッチフレーズのところ*/	
.top-img-catch {
	color: #fff;
	background-color: rgba(152,161,151,0.3);
	width: 80%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border-radius: 5px;
}
/*mayumi sugimotoの字*/
h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-top: 50px;
}
/*パソコンとスマホで透過してるところの見せ方を変える*/
	.for-pc {
		display: none !important;
	}
	.for-sp {
		display: block !important;
	}	
/*大きな背景画像*/
.big-img {
	min-height: 90vh;
	}
	/*トグルボタン*/
	#menubtn {
		padding: 6px 12px;
		border: solid 1px #aaaaaa;
		border-radius: 5px;
		background-color: #ffffff;
		position: absolute;
		top:40px;
		right: 15px;
		cursor: pointer;
	}	
	#menubtn:hover{
		background-color: #dddddd;
	}
	#menubtn:focus {
		outline:none;
	}	
	.top-img {
		padding-top:  100px;
	}	

	
	/*myskills縦にする*/
.skill-web,.skill-acce,
	.skill-camera,.skill-diy,
	.skill-sewing,.skill-piano,
	.skill-cook {
	float: none;
	width: 100%;
	padding: 50px 0 50px 0px;
	}	
	
/*works縦並び*/
.gardenia,.kagan {
	float: none;
	width: 100%;
	padding: 50px 0 50px 0;
	}

/*スマホの時は画像を２列で見せる*/	
	
	.gallery-box {
		width: 50%;
		float: left;
		padding: 5px 5px;
	}	
/*スマホの時にタイトルの上が詰まるのでこの二つだけ個別で微調整*/	
	.illst-title {
		margin-top: 500px;
	}
	.about-title {
		margin-top: 400px;
	}
/*about フォントサイズ*/	
	.about-text {
		font-size: 14px;
	}	
}
/*767px以上*/
@media screen and (min-width:767px){
	#menubtn{
		display: none;
	}

/*header
-----------------------------------*/
.main-nav {
	display: flex;
	justify-content: flex-start;
	list-style: none;
	font-size: 20px;
}
.main-nav li {
	margin-left: 36px;
}
.main-nav a {
	color: #fff;
}
.main-nav a:hover {
	color: #0bd;
}
nav {
	max-width: 1100px;
	padding: 0 4%;
}
/*topimgの透過したキャッチフレーズのところ*/	
.top-img-catch {
	font-size: 20px;
	color: #fff;
	background-color: rgba(152,161,151,0.3);
	width: 30%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border-radius: 5px;
}
/*mayumi sugimotoの字*/
h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-top: 120px;
}
.worksbtn {
	padding-top: 230px;
}	
	
/*パソコンとスマホで透過してるところの見せ方を変える*/
	.for-pc {
		display: block !important;
	}
	.for-sp {
		display: none !important;
	}
}
/*####### 1190以上 #######*/
@media (min-width:1190px){
/*全体の横幅を固定*/
	/*コンテンツの横幅がきゅっとなる*/
	.skills,.skills-l,.works{
		width: 1140px;
		margin-left: auto;
		margin-right: auto;}
		
	}