@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
/* ul{list-style:none;} */
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

html { 
	scroll-padding: 60px;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font: 90% 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.3rem;
}

h2 {
	margin:  40px auto;
}

a{
  text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.float_0 {
	clear: both;	
}

.fc092d00 {
	color: #092d00;
}

.fc072814 {
	color: #072814;
}

.fc1e0900 {
	color: #1e0900;
}

.fc300018 {
	color: #300018;
}

.fc471323 {
	color: #471323;
}

.fc001a28 {
	color: #001a28;
}

.fc2d0038 {
	color: #2d0038;
}

.fc0f1e00 {
	color: #0f1e00;
}

.fc151600 {
	color: #151600;
}

.fs-15b {
	font-size: 1.5em;
	font-weight: 600;
}

.sp30 {
	margin-left:  30px;
}


.sp100h {
	margin-left: 100px;
}

.tsp30 {
	margin-top: 30px;
}

.img-00 {
	width: 70%;
	margin: 10% auto;
}

.img-00 img {
	width: 100%;	
}

#wrapper,
#top_a {
	width:  100%;
	margin: 0 auto;
}

/* ヘッダー
------------------------------------------------------------*/

#top_a {
	background: #D5D8F4;
	display: flex;
	position: fixed;
	z-index: 999;
	justify-content: space-between;
	font-family:"ヒラギノ明朝 ProN w6","Hiragino Mincho Pro 6w";
}

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
ul.ddmenu {
	display: block;
	float: right;
	padding-right: 0;
}

ul.ddmenu li {
   width: 100px;          /* メニュー項目の横幅(125px) */
   display: inline-block; /* ★横並びに配置する */
   list-style-type: none; /* ★リストの先頭記号を消す */
   position: relative;    /* ★サブメニュー表示の基準位置にする */

}

ul.ddmenu a {
   background-color: #3e1a56; /* メニュー項目の背景色(ラベンダー) */
   color: #FFFFFF;              /* メニュー項目の文字色(白色) */
   line-height: 30px;         /* メニュー項目のリンクの高さ(60px) */
   text-align: center;        /* メインメニューの文字列の配置(中央寄せ) */
   text-decoration: none;     /* メニュー項目の装飾(下線を消す) */
   font-weight: bold;         /* 太字にする */
   display: block;			  /* ★項目内全域をリンク可能にする */
}

ul.menu a li:hover {
   background-color: #ffdddd; /* メニュー項目にマウスが載ったときの背景色(淡いピンク) */
   color: #dd0000;            /* メニュー項目にマウスが載ったときの文字色(濃い赤色) */
}

/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */   /* ※サブメニューが1階層しか存在しない場合の記述 */
/* ---------------------------------- */
ul.ddmenu li:hover ul {
   display: block;      /* ★マウスポインタが載っている項目の内部にあるリストを表示する */
}

/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.ddmenu ul {
   margin: 0px;         /* ★サブメニュー外側の余白(ゼロ) */
   padding: 0px;        /* ★サブメニュー内側の余白(ゼロ) */
   display: none;       /* ★標準では非表示にする */
   position: absolute;  /* ★絶対配置にする */
	font-size: 0.9em;
}

/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
ul.ddmenu ul li {
   width: 100px;               /* サブメニュー1項目の横幅(135px) */
   border-top: 1px solid pink; /* 項目上側の枠線(ピンク色で1pxの実線) */
}
ul.ddmenu ul li a {
   line-height: 35px;     /* サブメニュー1項目の高さ(35px) */
   text-align: left;      /* 文字列の配置(左寄せ) */
   padding-left: 5px;     /* 文字列前方の余白(5px) */
   font-weight: normal;   /* 太字にはしない */
}

ul.ddmenu ul li a:hover {
   background-color: #ffff80; /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
   color: #005500;            /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
}

.link-icon01 {
	padding: 0 1%;
}

.menu-tel {
	width: 232px;
	display: block;
	float: right;
	padding-right: 20px; 
}

.fs-01 {
	font-size: 0.8em;
}

.fs08 {
	font-size: 0.8em;
}

.fs11 {
	font-size: 1.1em;
}

#content {
	font: 14px/1.9;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	width: 100%;
}

.top-img {
	width: 100%;
}

footer {
	margin: 80px auto 10px;
	color: #9A9A9A
}


/* ----------------------------------------------------------
  RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {

	.img-00 {
		width: 80%;
	}
	
}


@media only screen and (max-width: 960px) {

	ul.ddmenu {
		padding-right: 60px;
	}

	.menu-tel {
		width: 170px;
		margin: 10px auto 0;
	}
	
	.menu-tel img {
		width: 100%;
	}

	.img-00 {
		width: 90%;
	}

	.menu-tel {
		padding-right:  60px;
	}
	
}

@media only screen and (max-width: 800px) {

	.img-00 {
		width: 92%;
	}

	
}



@media only screen and (max-width: 360px) {

	.img-00 {
		width: 96%;
	}
	
	.menu-tel {
		width: 138px;
		margin: 12px 3px 0 5px;
	}
	
	.menu-tel img {
		width: 100%;
	}
	
	
}



	

