@charset "utf-8";

*, *:before, *:after {
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	color: #000;
	background: #fff;
	font-size: 15px;
	line-height: 150%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	text-align: center;
}
a {
	color: #12bccf;
	text-decoration: none;
}
a:hover {
	color: #00e5ff;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
	font-weight: normal;
}
table {
	line-height: 150%;
	border: 0;
	border-collapse: collapse;
}
td, th {
	vertical-align: top;
	border-collapse: collapse;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
p {
	margin: 0;
}
.spacer {
	margin-bottom: 10px;
}
.spacer2 {
	margin-bottom: 20px;
}
.spacer3 {
	margin-bottom: 30px;
}
.spacer4 {
	margin-bottom: 40px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.gray {
	color: #aaa;
}
.yellow {
	color: #d80;
}
.pink {
	color: #f18;
}
.blue {
	color: #1cf;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html .clearfix {
    height: 0em;
}

/******************** header ********************/
header {
	width: 1100px;
    height: 140px;
	margin: 0 auto;
    background: url("../img/header_tel.png") no-repeat right top;
}
h1 {
	width: 1100px;
	color: #000;
	font-size: 11px;
	text-align: right;
	margin: 0 auto;
	padding: 55px 0 0;
}
p#logo {
	position: absolute;
	top: 0px;
	padding: 0;
}
/******************** nav ********************/
@font-face {
	font-family: 'EB Garamond', serif;
}
nav {
	border-top: 1px solid #10bacd;
	border-bottom: 1px solid #10bacd;
	width: 1100px;
    margin: 0 auto 20px;
}
nav ul {
	letter-spacing: 0.05em;
	width: 1100px;
	display: flex;
	justify-content: space-around;
}
nav li {
	margin: 0 auto;
	vertical-align: bottom;
	line-height: 140%;
	letter-spacing: 0.1em;
    width: 18%;
}
nav li a {
	font-family: 'EB Garamond', serif;
	padding: 10px 0 7px;
	text-align: center;
	display: block;
	color: #00b2c6;
    font-size: 18px;
    width: 100%;
}
.ja {
	font-size: 12px;
	color: #6eb9c2;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
nav li a:hover {
	color: #00e5ff;
}

/******************** contents ********************/
#contents {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	min-height: 800px;
    padding: 20px 0 0;
}
h2 {
	font-size: 24px;
	font-family: 'EB Garamond', serif;
	letter-spacing: 0.1em;
    margin: 20px auto 30px;
}
p#goto_top {
    text-align: right;
    font-size: 13px;
    margin: 60px 0 20px;
}
p#goto_top a {
    color: #9a9a9a;
}
p#goto_top a:hover {
    color: #00dfff;
}
/******************** footer ********************/
footer {
	width: 100%;
	border-top: 1px solid #000;
    padding: 15px 0;
}
footer ul {
	width: 1100px;
    text-align: left;
    margin: 0 auto;
	font-size: 12px;
}
footer li {
	display: inline;
	white-space: nowrap;
	margin-right: 10px;
}
footer li a {
    color: #777;
}
address {
	text-align: left;
	width: 1100px;
    font-style: normal;
    font-weight: bold;
	margin: 10px auto 30px;
	color: #000;
	font-size: 12px;
}


/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}

@media screen and (min-width: 320px) and (max-width: 650px){
}

