﻿@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;
}
html {
	overflow-y: scroll;
}
html, body {
	position: relative;
	height: 100%;
}
body {
	font-family: "メイリオ",Meiryo,"Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
	color: #000;
	background: #fff;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
}
input, textarea {
	font-family: "メイリオ",Meiryo,"Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 100%;
}
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }
.wf-notosansjapanese { font-family: "Noto Sans JP"; }
/******************** a ********************/
a {
	color: #008cd5;
	text-decoration: underline;
}
a:hover {
	cursor: pointer;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity: 0.7;
	zoom:1;
}
/********************/
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
}
table {
	line-height: 150%;
	border: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
p {
	margin: 0;
}
.spacer {
	margin-bottom: 10px;
}
.spacer2 {
	margin-bottom: 15px;
}
.spacer3 {
	margin-bottom: 20px;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.gray {
	color: #aaa;
}
.yellow {
	color: #d80;
}
.pink {
	color: #f18;
}
.blue {
	color: #1cf;
}
/* clerfix */
.clearfix {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.btn {
	text-align: center;
}
/******************** header ********************/
#global_header {
	border-bottom: 1px solid #c2d7dc;
    height: 60px;
    padding: 0 0 0 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
h1#logo {
    vertical-align: middle;
    margin: 0px 10px 0 0;
}
h1#logo img {
    width: auto;
    height: 55px;
}
/********************
p#tel {
    margin: 14px 0 0;
    position: relative;
    right: 55px;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
p#tel a {
    display: block;
	background: #def5fb;
    padding: 5px 5px 3px;
	color: #0090b4;
	font-weight: bold;
    border-radius: 3px;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: -0.1em;
}
p#tel a span {
    color: #fe4a78;
    font-size: 15px;
    letter-spacing: -0.05em;
}
p#tel {
    margin: 9px 0 0;
    position: relative;
    right: 60px;
}
p#tel img {
    height: 40px;
    width: auto;
}
********************/
ul#header_button {
    display: flex;
    justify-content: flex-end;
    margin: 30px 60px 0 0;
}
ul#header_button li {
    margin: 0 0 0 15px;
}
li.tel a, li.contact a {
    background: url("../img/icon_tel.png") no-repeat top center;
    background-size: 24px;
    text-decoration: none;
    padding-top: 28px;
    font-size: 10px;
}
li.contact a {
    background: url("../img/icon_contact.png") no-repeat top center;
    background-size: 24px;
}

/******************** nav ********************/
.sb-slide {
	position: absolute;
	top: 0;
    right: 0;
	width: 50px;
	z-index: 9;
}
.sb-slide .sb-toggle-right {
	float: right;
	cursor: pointer;
	margin: 7px 12px 0 0;
}
.sb-slide .sb-toggle-right img {
	width: 50px;
	height: auto;
}
button {
    border: none;
}
/********************/
.sb-slidebar {
	background: #555;
	padding-top: 10px;
}
.sb-slidebar ul {
	list-style-type: none;
	font-weight: bold;
	text-align: left;
}
.sb-slidebar li {
	border-bottom: 1px solid #000;
	line-height: 40px;
	padding-left: 10px;
	font-size: 14px;
	margin: 0 10px 0 5px;
}
.sb-slidebar ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.sb-slidebar li a:hover {
	color: #c90048;
}
/******************** contents ********************/
.contents {
    max-width: 640px;
    margin: 0 auto;
}
h2 {
    background: #ebf9fc;
    line-height: 40px;
    border-top: 2px solid #75cbe1;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.text {
	padding: 10px;
}
dl.title {
    margin: 20px auto;
    padding: 0 10px;
}
dl.title dt {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}
dl.title dd {
    font-size: 16px;
}
dl.title dd span {
    display: block;
    text-align: right;
    font-size: 13px;
}

/******************** osusume ********************/
.carousel {
    width: 100%;
    margin: 10px auto 50px;
}
.carousel-cell {
    width: 30%;
    margin-right: 5px;
    border-radius: 5px;
    counter-increment: carousel-cell;
}
.carousel-cell img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 5px;
}
.carousel a {
    text-decoration: none;
    color: #000;
    font-size: 9px;
    line-height: 130%;
    display: block;
}
/******************** footer ********************/
.top_bn {
    margin: 15px 10px;
}
.top_bn img {
    width: 100%;
    max-width: 620px;
    height: auto;
}

footer {
    display: block;
    margin-top: 40px;
}
footer ul {
    border-top: 1px solid #c2d7dc;
    text-align: left;
}
footer li {
    border-bottom: 1px solid #c2d7dc;
}
footer li a {
    display: block;
    line-height: 50px;
    padding-left: 13px;
    font-size: 18px;
    color: #005268;
    text-decoration: none;
}
address {
	text-align: center;
	font-size: 14px;
	line-height:　40px;
	font-style: normal;
    margin: 20px auto 10px;
}
address a {
	color: #fff;
}


/* よく使いそうな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用 */  
}
/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/