﻿/* designed by Romeo(http://www43.tok2.com/home/rome0/) */

@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');

/* --------全体-------- */

html,body {
	margin: 0;
	width: 100%;
	height: auto;
	font-size: 20px;
	font-family: 'Cabin', "メイリオ", sans-serif;
	background: #fff0f5;
	background-image: url("yokeinashigoto_fuyasuna02.png");
}

h1,h2 {
	font-weight: normal;
}

/* --------トップへ戻るナビゲーション-------- */


/* --------コンテンツ-------- */

#wrapper {
	z-index: 1;
	width: 44%;
	padding: 5% 0;
	margin: 0 auto;
}

/* --------ヘッダー-------- */

#header {
	padding: 0;
	margin-bottom: 70px;
	font-family: 'Cabin', "メイリオ", sans-serif;
}

/* --------ヘッダー/タイトル-------- */

h1 {
	font-size: 51px;
	letter-spacing: -3px;
	display: inline-block;
	margin-bottom: 0;
}

.moimg14 {
	width: 100%;
	height: 240px;
	line-height: 100px;
	text-align: center;
}

.moimg14 img {
	width: 350px;
	transition: 1.0s;
	transform: rotateY(0deg);
}

.moimg14:hover img {
	transform: rotateY(1980deg);
}

#url {
	font-size: 16px;
	vertical-align: 8px;
	letter-spacing: 1px;
	display: inline-block;
}

/* --------ヘッダー/メニュー-------- */

#menu {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	font-size: 19px;
}

#menu li {
	display: inline-block;
	margin-right: 15px;
	font-size: 16px;
}

#menu li a {
	text-decoration: none;
	color: #000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color:#000;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: 0.3s;
}

#menu li a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom-color: #ffffff;
}

/* --------本文-------- */

h2 {
	font-family: 'Cabin', "メイリオ", sans-serif;
	letter-spacing: -1px;
	font-size: 22px;
	margin-bottom: 30px;
}

p {
	padding: 0 10px;
	letter-spacing: 1px;
	line-height: 140%;
	margin-bottom: 40px;
}

.text-background-test02 {
	display: inline-block;
	line-height: 1.4em;
	text-shadow: 1px 1px 3px #fff;
}


p a {
	color: rgba(255, 255, 255, 1);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0);
}

p a:hover {
	text-decoration: none;
	color: rgba(158,204,224,1);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: rgba(158,204,224,1);
}

/* ---------クレジット/削除の際はリンクページ等からRomeoへのリンクをお願いします--------- */

#foot {
	font-size: 14px;
	letter-spacing: 1px;
	color: #7a7a7a;
	text-align: right;
	width: 44%;
	padding: 0 10px;
	margin: 0 auto 30px auto;
}

#foot a {
	text-decoration: none;
	color: rgba(158,204,224,1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: 0.3s;
}

#foot a:hover {
	text-decoration: none;
	color: rgba(0,0,0,1);
	border-bottom-color: rgba(0,0,0,1);
}

/* -----------------スマホ用----------------- */

@media screen and (max-width:480px) {
	#bar a {
		height: 30px;
	}
	
	#bar a:hover {
		background: url(../img/back.png) repeat scroll,#9ecce0 url(../img/arrow_s.png) no-repeat scroll center center;
		height: 40px;
	}
	
	#wrapper {
		padding-top: 40px;
		width: 92%;
	}
	
	#header {
		margin-bottom: 50px;
	}
	
	h1 {
		line-height: 95%;
		margin-bottom: 10px;
	}
	
	#url {
		font-size: 22px;
	}
	
	#menu {
		font-size: 21px;
	}
	
	#menu li {
		margin-right: 5px;
	}
	
	h2 {
		font-size: 23px;
	}
	
	p {
		font-size: 16px;
		line-height: 160%;
	}
	
	#foot {
		width: 92%;
		font-size: 15px;
	}
}
