@charset "UTF-8";

/*================================================
 *  共通
 ================================================*/

html{
  scroll-behavior: smooth;/* スムーススクロール */
}

body { 
	margin: 0;
}

.container-fluid {
margin-right: auto;
margin-left: auto;
width: 100%;
/*max-width: 1100px;*/
}

.img-responsive {
	display:block;
	max-width:100%;
	height:auto
}

.center-block {
	display:block;
	margin-right:auto;
	margin-left:auto
}

a.overwhite:hover img {
    cursor:pointer;
    filter: alpha(opacity=90);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=90)";  /* ie 8 */
    -moz-opacity:0.90;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.90;              /* Safari 1.x */
    opacity:0.90;
    zoom:1;
}

table{border-spacing:0;border-collapse:collapse}

td,th{padding:0}

p {
	line-height: 1.6;
	font-size: 16px;
}

.text-blue {
	color: #1c4370;
}

.text-red {
	color: #ec0000;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

@media screen and (max-width:767px) {
	
p {
	font-size: 14px;
}
	
}

/*================================================
 *  フォント
 ================================================*/
/* 一般的な書き方（Android 4.4以降対応） */

@font-face {
  font-family: 'NotoSerifJP-Light';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/NotoSerifJP-Light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifJP-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSerifJP-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifJP-Medium';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSerifJP-Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifJP-SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NotoSerifJP-SemiBold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansJP-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansJP-Regular.woff') format('woff');
  font-display: swap;
}

body {
  font-family: 'NotoSerifJP-Regular', serif, sans-serif;
	letter-spacing: 1px;
	color: #000;
}

strong {
	font-weight: normal;
  font-family: "NotoSerifJP-SemiBold";
}
 
.mark{
	background-color: #FFFACF;
}

/*================================================
 *  フェードイン
 ================================================*/

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*================================================
 *  pankuzu
 ================================================*/

.pankuzu ol{
  display:flex;
  white-space: nowrap;
	font-size: 12px;
	color: #aaa;
	margin: 30px 0 18px -40px;
	font-family: 'NotoSansJP-Regular';
	font-weight: normal;
}
 
.pankuzu ol li{
  list-style:none;
  padding-right:20px;
}
 
.pankuzu ol li:not(:last-child) {
 position:relative;
 padding-right:50px;
}
 
.pankuzu ol li:not(:last-child) ::after{
  content: ">";
  display: block;
  position: absolute;
  width: 10px;
  height: 15px;
  top: 0px;
  right: 20px;
}
 
.pankuzu ol li a{
  cursor:pointer;
	color: #aaa;
	text-decoration: none;
}
.pankuzu ol li a:hover{
  opacity:.7;
} 

/*================================================
 *  footer
 ================================================*/

#footer {
	padding-top: 60px;
	clear: both;
	background-color: #fff;
}
 
footer {
	border-top: 1px solid #EEE;
	padding: 50px 30px 30px 0;
	margin: 100px 0 0 0;
}

footer h5 {
	background-color: #e7f5fd;
	color: #1c4370;
	font-size: 12px;
	font-family: 'NotoSerifJP-Light';
	font-weight: normal;
	display: block;
	padding: 3px 3px 3px 6px;
	margin: 28px 0 7px 0;
	max-width: 380px;
	letter-spacing: 1px;
}

footer h5.gairai {
	margin-top: 0;
}

footer ul.gairai {
	font-size: 12px;
	font-family: 'NotoSerifJP-Light';
	margin-left: -38px;
	margin-top: 0;
}

footer ul.gairai li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.9em; /*点の位置*/
    content: "";
    background: #ddd; /*点の色*/
    }

footer ul.gairai li { 
	list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.8em;
	padding-top: 5px;
	letter-spacing: 0;
}

footer ul.menu {
	font-size: 12px;
	font-family: 'NotoSerifJP-Light';
	margin-left: -38px;
	margin-top: 0;
}

footer ul.menu li:before {
    position: absolute;
    top: 45%;
	left: 0;
    width: 0.4em;
    height: 0.4em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    content: "";
	color: #1c4370;
    }

footer ul.menu li { 
	list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
	padding: 5px 0 10px 16px;
	letter-spacing: 0;
}

footer ul.menu li a { 
	color: #1c4370;
	text-decoration: none;
}

footer ul.menu li a:hover {
	text-decoration: underline;
}

footer p.address {
	font-size: 14px;
}

footer p.jikan {
	font-size: 12px;
	margin: 6px 0 0 0;
}

footer p.copy {
	font-size: 8px;
	letter-spacing: 0;
	color: #aaa;
}

footer img.logo {
	margin-bottom: 30px;
}

@media screen and (max-width:767px) {
	
footer {
	padding: 30px 0 ;
	margin: 30px 0 0 0;
	}
	
footer h5 {
	max-width: 100%;
}
	
}

@media print, screen and (min-width: 1200px) {
	
footer .container-fluid {
	/*width: 100%;*/
  max-width: 1200px;
	padding-left: 30px;
	padding-right: 30px;
}
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

img.pconly {
	display:none;
}
.pconly {
	display:none;
}

}

/*================================================
 *  スマートフォン以外向けデザイン
 ================================================*/
@media print, screen and (min-width: 767px) {
	
img.mbonly {
	display:none;
}
.mbonly {
	display:none;
}

}