@charset "utf-8";

/* 全ページ共有css */

html {
	background-color:#fff;
	scroll-behavior: smooth;
}

body {
	max-width: 800px;
	margin: 30px auto 30px auto;;
	color: #000;
	font-size: 17px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 1.6;
	background-color:#fff;
	width: 94%;
	padding:0px 20px;
}

.pc { 
	display: block !important;
	margin-right: auto;
	margin-left: auto;
}

.sp { 
	display: none !important; 
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 480px) {
.pc { 
	display: none !important; 
}

.sp { 
	display: block !important; 
	margin-right: auto;
	margin-left: auto;
}
}

header {
    display: block;
    unicode-bidi: isolate;
}

nav {
    display: block;
    unicode-bidi: isolate;
}

main {
    display: block;
    unicode-bidi: isolate;
}

section {
    display: block;
    unicode-bidi: isolate;
}

footer {
    display: block;
    unicode-bidi: isolate;
}

h1 {
	color:#333;
	font-size: 1.25em;
	font-weight: bold;
	margin-top:15px;
	margin-bottom:0
	line-height: 1.5;
}

h2 {
	color:#060;
	margin-bottom: 5px;
	font-size: 1.5em;

}

h3 {
	color:#060;
	margin-bottom: 5px;
	font-size: 1.125em;
}

h4 {    
	color:#060;
	font-size: 1.125em;
	margin-top:5px;
	margin-bottom: 0px;
}

h5 {
	color:#222;
	font-size: 1.125em;
	margin-top:5px;
	margin-bottom: 0px;
}

.nezu {
	color:#222;
}


a{
	color:#333;
	font-weight: bold;
	text-decoration:none;
}

a:hover{
	color:#060;
	font-weight: bold;
	text-decoration:none;
}
    
#header {
	text-align: center;
	clear: both; 
}

#container {
	text-align: left;
	clear: both; 
}

#container2 {
	text-align: center;
	clear: both; 
}

img {
	border-style:none;
	margin: 0px;
	margin-top: 10px;
	max-width: 100%;
	height:auto;
}


/* トップメニューcss */
ul{
	padding-left:0;
}

li{
	list-style:none;
	text-align: center;
}

ul a {
	text-decoration: none;
	color: #333;
}

ul a:hover {
	color:#060;
}
/* トップメニューの均等割りcss */
.menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.item {
	margin-bottom: 10px;
	padding: 0px 0px;
	text-align: center;
	font-size: 1.1em;
}

.menu-color {
	color:#333;
	font-weight: bold;
	border-bottom:1px dashed #333;
}

p{
	margin-top:0;
	margin-bottom:10px;
}

hr {
	height: 1px;
	border: none;
	background-color: #aaa;
}

#footer {
	margin-top:30px;
	text-align: center;
	font-weight: bold;
	clear: both;
}

.totop {
	text-align: right;
	clear: both;
}

.nbr{
	white-space: nowrap;
}

/* グーグルフォント専用css */
.satisfy-regular {
	font-family: "Satisfy", cursive;
	font-weight: 400;
	font-style: normal;
	color:#090;
	margin-bottom: 20px;
	font-size: 3em;
	line-height: 1.2;
}

/* snsボタンcss */
.sns-btn {
	width:45px;
	padding:0px 20px 20px 20px;
}
/* 全ページ共有ここまで */
