@charset "UTF-8";

/* *************************************************************

*   Base CSS
*   Since:2025-08
*   Editor:ricostyle

************************************************************* */


/* font Noto Sans JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* font Noto Serif JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* font Shippori Mincho */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');



/* Base reset
---------------------------------------------------- */
html{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background:#FFF;
	scroll-behavior: smooth;
	scroll-padding-top: 90px;/* 固定ヘッダーのアンカーリンクズレ調整 */
	}

body {
	position:relative;
	background:#FFF;
	margin: 0 auto;
	height: auto !important;
	text-align: center; /* for win ie */
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); /*ホバー時の画像ちらつき防止*/
	-webkit-text-size-adjust: 100%;
	}


/* Tags Define
------------------------------------------------------------ */
html>/**/body { overflow:-moz-scrollbars-vertical; } /* for firefox scroll area show */


/* font family
---------------------------------------------------- */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-weight:400;
	font-size: 100%;
	font-style: normal;
	line-height:1.5em;
	color:#444;
}


/* Style Reset
------------------------------------------------------------ */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,strong,address,em
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font: inherit;
    vertical-align: baseline;
	list-style:none;
}

strong {font-weight: bold !important;}

table{border-collapse:collapse;border-spacing:0;empty-cells: show;}
td,th{vertical-align:top;text-align:left;}
table caption {text-align: left; }

img {border: none; vertical-align:top; background: transparent;-webkit-backface-visibility: hidden;backface-visibility: hidden;}


input[type="radio"], input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}



/* background */
.notearea{background:url(../img/bg_03.png) left top;}


/* a tag
---------------------------------------------------- */
a {text-decoration:none;overflow: hidden;outline: none;cursor:pointer;color:#5F61AB;}
a:hover {color:#5F61AB;text-decoration:underline;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
a {
/*\*/
    overflow: hidden;
/**/
}

a img {border: none;}
a:hover img{opacity:0.8;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease; }


/* A TEL
------------------------------------------------------------ */
a[href^="tel:"] { cursor: default; }




/* paragraph position
---------------------------------------------------- */
.right  { text-align: right !important; }
.left   { text-align: left !important; }
.center { text-align: center !important; }


/* CLEARFIX
------------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
	}
.clearfix { display: inline-block; }/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }/* End hide from IE-mac */

.clear{float:clear;}