@media screen and (min-width: 600px){
@charset "utf-8";
body {
	font: 100%/1.4 "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	
	min-width:1210px; 
	width:100%;
	
	font-size:16px;
	
	-webkit-text-size-adjust: 100%;
}

.pc{ display: none; }
	
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

#button{ display:none; }
#slide_menu{ display:none; }

/* ドロワーメニュー */
.ul_open_h{
	    background: gray;
	    color: #000;
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    top: 0;

	    height: 100%;
	    -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	    overflow-y: scroll; 
	    position: fixed;
		
		z-index:50;
		padding-top:50px;

		background-color:#dedede;
		
		
}
.ul_open_h li{
	    padding: 7px;
	    width: 220px;
		border-bottom:1px #333 solid;
		
		font-size:0.85em;
}
.ul_open_h li.bottom{	margin-bottom:100px; }

.ul_open_h li a:link {
	color: #000;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.ul_open_h li a:visited {
	color: #000;
	text-decoration: underline;
}

.open-sub{ margin:0 0 0 10px; list-style-position:inside; list-style-type:disc; }
.open-sub li{ font-size:1.0em;
	border-bottom:none; 
	padding:5px; 
}

.dmenu{ padding:0 0 0 10px; }

.open-1{
	    right : -100%;
}
.open-1.active{
    right : 0px;
}

.move-1.on.btn{
    position: fixed;
    right: 25px;
    top: 10px;
}

.btn{     width: 50px;
    height: 50px;
    position: absolute;
    right :30px;
    top: 70px;
/*    background: #fff; */

		z-index:90;
}
.pc{ display:none; }


.btn:before,
.btn:after,
.btn span{
    display: block;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.btn span{
    height: 5px;
    background-color: #a2b6ff;
    top: calc(50% - 1.5px);
}

.btn:before{
    content: "";
    top: calc(25% - 5px);
    border-top: 5px solid #a2b6ff;
}
.btn:after{
    content: "";
    bottom: calc(25% - 5px);
    border-bottom: 5px solid #a2b6ff;
}
.btn.on span{
    display: none;
}

.btn.on:before{
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.btn.on:after{
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}




/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
#headwrap{
	width:100%;
	min-height:185px;
	min-width:1210px;
	position:relative;
	
	background:url("images/header_bk.png") center top no-repeat;
}

#headarea{
	width:1210px;
	margin:0 auto;
	
	min-height:185px;
	height:auto;
	position:relative;	
}
	
#headarea img.h-logo{ position: absolute; top:67px; left:6px;}
#headarea img.h-tel{  position: absolute; top:60px; left:736px; }
#headarea img.h-mail{ position: absolute; top:60px; left:873px; }
#headarea img.h-access{ position: absolute; top:60px; left:991px; }
#headarea img.h-menu{ position: absolute; top:136px; left:1131px; }

.bg-slider {
 	width: 100%;
   	height: 630px;
   	background-position:center center;
/*   	background-size: cover; */
   	display: block;
   	align-items: center;
   	justify-content: center;
}

/* top page */
#mmwrap{ width:100%;	 display:block; min-width:1210px; text-align:center;
	min-height:400px;
	position:relative;
	
	background-color:#fff;
	margin-top:20px; 
}
	
.menu{ width:1210px; height:400px; 	margin: 0 auto; position:relative;
	background: url("images/menu_bk.png") center top no-repeat; }

.menu img.icon{	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.menu img.icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.mhome{ position:absolute; top:158px; left:12px; }
.mtayorii{ position:absolute; top:23px; left:136px; }
.mtayorit{ position:absolute; top:117px; left:108px; }
.mcalenderi{ position:absolute; top:23px; left:306px; }
.mcalendert{ position:absolute; top:117px; left:295px; }
.mnewsi{ position:absolute; top:23px; left:490px; }
.mnewst{ position:absolute; top:117px; left:478px; }
.mmaili{ position:absolute; top:23px; left:674px; }
.mmailt{ position:absolute; top:117px; left:665px; }
.minstai{ position:absolute; top:23px; left:866px; }
.minstat{ position:absolute; top:117px; left:849px; }
.myoutubei{ position:absolute; top:23px; left:1055px; }
.myoutubet{ position:absolute; top:117px; left:1045px; }

.mabouti{ position:absolute; top:216px; left:136px; }
.maboutt{ position:absolute; top:309px; left:108px; }
.mayumii{ position:absolute; top:216px; left:306px; }
.mayumit{ position:absolute; top:309px; left:295px; }
.mondoi{ position:absolute; top:216px; left:490px; }
.mondot{ position:absolute; top:309px; left:478px; }
.mminwai{ position:absolute; top:216px; left:674px; }
.mminwat{ position:absolute; top:309px; left:665px; }
.mschooli{ position:absolute; top:216px; left:866px; }
.mschoolt{ position:absolute; top:309px; left:849px; }
.mcenteri{ position:absolute; top:216px; left:1055px; }
.mcentert{ position:absolute; top:309px; left:1045px; }

/* bannerエリア*/
#barea{ width:1210px; margin: 0 auto; position: relative; margin-top: 20px;
	margin-bottom: 20px; text-align: center;}

/* main area */
main{ min-height: 500px;}

#marea{		 width:1210px; margin:0 auto; margin-top:10px; position:relative;
	padding:0 0 50px 0; text-align: center;
	 min-height:100px;  }
.plush{ min-height:500px;  }
	
/* toppage news */
.topttl{ margin-top:50px;}
#toptitle{ width:1060px; float: right; padding:50px 0 0 0;}
.n-title, .n-title2{ margin:0 0 10px 20px; font-size:1.1em; text-align: left; width:1000px;
	}
.n-title2{ margin:0 0 10px 100px; }

.n-title:before, .n-title2:before{
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: 900;
	
	color:#ffa63b;
	margin-right:10px;
}

.carea{ width:1000px; margin: 0 auto; margin-top:20px;}
	
.c-list{ margin:0 0 20px 20px; font-size:1.4em; text-align: center; width:225px;
	float: left; padding:20px 0; background: skyblue;
	display: inline-block;
	}

.c-list02{ margin:0 0 20px 20px; font-size:1.2em; text-align: center; width:140px;
	float: left; padding:10px 0; background-color:#bdf0ce; ;
	display: inline-block;
	}

.c-list:hover, .c-list02:hover {
box-shadow: 0 5px 10px #666;
transform: translate(0 ,-3px);
}


.new{ vertical-align:middle; }

.next{ width:100%; text-align:center; padding:10px 0; margin:20px 0 0 0; }
.toprev:before{
	font-family: "Font Awesome 5 Free";
	content: "\f100";
	font-weight: 900;
	font-size:1.2em;
	
	color:#393a34;
}
.tonext:after{
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	font-size:1.2em;
	
	color:#393a34;
}

.kiji{ width:800px; margin:0 auto; text-align:left; margin-top: 20px;
	margin-bottom:50px; }
.kiji:before{	clear: both; }

/* ayumi */
dl.ayumi{ list-style-type:none; width:900px; margin:0 0 40px 150px; list-style-position:inside; display:block; }
dl.ayumi dt{ margin:8px 0 8px 0; position:relative; width:90px; float:left;  line-height:1.5em; text-align: right;}
dl.ayumi dd{ margin:8px 0 8px 20px; position:relative; width:790px; float:left; line-height:1.5em; text-align: left; }
	

/* ondo */
ol.ondo{ width:500px; margin: 0 auto; margin-bottom: 20px; }
ol.ondo li{ text-align: left; margin: 0 0 20px 0;}
.odaondo{ width: 500px;}
	
/* policy */
dl.policy{ margin:20px 0 20px 120px; width:77%; }
dl.policy dt{ font-weight:bold; font-size:1.2em; text-align: left; }
dl.policy dd{ font-size:1.0em; margin:10px 0 30px 50px; line-height:1.5em; 
	text-align: left; 	}

/* mail */
.hissu{ display: inline-block; padding: 3px; background-color: #FD080C; color: #fff; 
	min-width:30px; width:auto; font-size: 0.8em; border-radius: 5px; 
	text-align: center;}

form {
  max-width: 100%;
  display: block;
	
	margin-top:30px;
	}
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form dl {
      margin: 0 0 0.25em 0; 
      clear: both;
      display: inline-block;
  }
form dt{ text-align: left; }
form dd{ margin: 0 0 2em 0; text-align: left; }

	label {
    display: block;
    margin: 0 0 0.5em 0;
    color: blue;
    font-size: pxtoem(16, 16);
  }
  input {
    margin: 0 0 0.5em 0;
    border: 1px solid grey;
    padding: 6px 10px;
    color: dark_grey;
    font-size: pxtoem(16, 16);
  }
  textarea {
    border: 1px solid $grey;
    padding: 6px 10px;
    width: 100%;
    color: dark_grey;
  }
  small {
    color: blue;
    margin: 0 0 0 0.5em;
  }

/* common */
#navi{ width:1180px; margin:0 auto; text-align:right; margin-top:10px; }

h1.sub{
  padding-bottom: .2em;
  border-bottom: 5px solid #98aeff;

    font-size: 30px;            /* 文字サイズ指定 */
    text-align:  left;        /* 文字位置指定 */
    width:  1150px;              /* 幅指定 */
    margin: 0 auto ;        /* 周りの余白指定 */

	font-family:"UD Shin Go Medium";
	
	margin-top:0;
	margin-bottom:20px;
	vertical-align: bottom;
	}
h1.sub img{ margin-right: 10px; vertical-align: bottom;}

h2.sub {
     position: relative;
     padding:0 0 0.5em 0.7em;
     border-bottom: 1px solid black;
	
	width:1000px; 
	margin: 0 auto;
	margin-top:40px; 
	margin-bottom:20px; 
	
	text-align: left;
}
 
h2.sub::after {
     position: absolute;
     top: 0.2em;
     left:0;
     content: '';
     width: 5px;
     height:1.2em;
     background-color: #98aeff;
}

h3.sub {
  position: relative;
  padding: 0 .5em .5em 2em;
 
	width:950px; 
	margin: 0 auto;
	margin-top:40px; 
	margin-bottom:20px; 
	
	text-align: left;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;

}
h3.sub::before,
h3.sub::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
h3.sub::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: /*rgba(150, 150, 150, .5)*/#96aeff;
}
h3.sub::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: /*rgba(210, 210, 210, .5)*/#d9e9fa;
}

h4.sub{
	margin: 20px 0 20px 150px;
	font-size: 1.2em;
	color: #780000;
	text-align: left;
}
	
dl.sub{ list-style-type:none; width:800px; margin:0 0 40px 200px; list-style-position:inside; display:block; }
dl.sub dt{ margin:8px 0 8px 0; position:relative; width:150px; float:left;  line-height:1.5em; text-align: left;}
dl.sub dt:after{
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #0481BA;
	border-radius: 100%;
}
dl.sub dd{ margin:8px 0 8px 0; position:relative; width:630px; float:left; line-height:1.5em; text-align: left; }
	
ul.sub, ul.sub02{ list-style-type:none; width:800px; margin:0 0 10px 200px; list-style-position:outside; }
ul.sub li, ul.sub02 li{ margin:0 0 10px 0; position:relative; line-height:2.0em;
	text-align: left; }
ul.sub02 li{ line-height:1.5em; text-align: left;}

ul.sub li:after, ul.sub02 li:after{
	display: block;
	content: '';
	position: absolute;
	top: .7em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #0481BA;
	border-radius: 100%;
}
	
.small85{ font-size:85%; }
.large11{ font-size:1.1em; }
.large12{ font-size:1.2em; }
.large14{ font-size:1.4em; }
.large18{ font-size:1.8em; }
.strong{ font-weight:bold; }

.txt{ width:1000px; margin:0 0 10px 100px; line-height:1.8em; font-size:1.0em; text-align:left;  }
.txt02{ width:900px; margin:0 0 10px 150px; line-height:1.8em; font-size:1.0em; text-align:left;  }

.lh20{ line-height: 2em;}
.lh25{ line-height: 2.5em;}
	
.red{ color:#F00; }
.orange{ color:#F60; }
.blue{ color:#36C; }
.green{ color:#009933; }
.sitecolor{ color:#98aeff;}

.imgarea{ width:100%; text-align:center; font-size:1.0em; }
.imgarea02{ width:49%; text-align:center; font-size:1.0em; float: left;}
.imgarea03{ width:33%; text-align:center; font-size:0.9em; float: left; margin-top:20px;}
.imgarea04{ width:80%; text-align:center; font-size:1.0em; margin: 0 auto;}
.imgarea img, .imgarea02 img, .imgarea03 img{ padding: 10px; }

.tolist{ width:98%; text-align:right; margin-top:10px; }

.pdfarea{ width:90%; padding:15px 10px; font-size:0.9em; text-align:left; 
	border:1px #ccc solid; margin: 0 auto;
	margin-top:20px; } 

.link:after{
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	
	color:#F00;
	
	margin:-5px 0 0 5px;
	font-size: 1.2em;
}

.pdf:after{
	font-family: "Font Awesome 5 Free";
	content: "\f15c";
	font-weight: 400;
	
	color:#F00;
	
	margin:-5px 0 0 5px;
	font-size: 1.2em;
}

/**********************************************************************/


	
.casearea{ margin: 10px;  width:378px; text-align:center; font-size:0.9em; height: 380px;
	border:1px #ccc solid; float: left; padding-top:5px;}
.casearea div{ margin: 0 auto; padding: 5px 10px;  }
.casearea img.case {
  width: 300px;
  height: 300px;
  object-fit: cover; /* この一行を追加するだけ！ */
}





/* access */
.accessarea{ width:650px; margin: 0 auto; text-align: left; }
	
/* wood */
dl.wood{ list-style-type:none; width:850px; margin:20px 0 40px 150px; list-style-position:inside; display:block; }
dl.wood dt{ margin:8px 0 8px 0; position:relative; width:850px; line-height:1.5em; text-align: left; font-size:1.2em; color:#0481BA;}

dl.wood dd{ margin:8px 0 20px 100px; position:relative; width:750px; line-height:1.7em; text-align: left; }

/* mail */
table.mail{	width:60%; margin:0 auto; border:none; }
table.mail th{ border:none; width:30%; text-align:left; vertical-align:top; padding:5px; font-weight:normal;
	padding-left:15px;
	font-size:100%; font-size:90%;}
table.mail td{ border:none; width:70%; padding:5px; line-height:120%; text-align:left; vertical-align:text-top;
	 font-size:90%; }

table.mail td.conf{ border:none; width:70%; padding:5px; line-height:120%; text-align:left; 
	vertical-align:text-top; border:solid #cccccc 1px; }

.error{ text-align:center; width:100%; margin:30px 0 20px 0;  }
.error_conf{ text-align:center; width:100%; margin:0 0 20px 0;  }
	
/* square */
.square:before{
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
	font-weight: 900;
	
	margin:-5px 8px 0 5px;
	color:#0481BA;
	
}
	
/* youtube size*/
.ysize{
	height:315px;
	width:560px;
}
/* ~~ フッター ~~ */
#fwrap{ width:100%; background-color:#bdf0ce;  display:block; min-height:300px; text-align:center;
 }
.footarea{ width:1240px; min-height:300px; position:relative; margin:0 auto; }
	
.footarea div.addrarea{ width:100%; padding:20px 0; text-align: center;}

.footarea div.fmenu{ float:left; margin:30px 20px 0 100px; text-align:left; display:block;
		min-height:200px;	height:auto; /*padding:0 20px 0 10px; */
}
.fmenu ul{ margin:-5px 0 0 40px;}
.fmenu li{ font-size:0.9em; margin:0 0 10px 0; }

.ftitle{ font-size:0.9em; margin:0 0 5px 0; color:#6a3906;    }
.ftitle:before{
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	
	color:#fff;
	
	margin:-5px 0 0 5px;
	font-size: 0.8em;
	
	font-weight:900;
	padding-right:10px;
}

.footarea div.bnrarea{ width:100%; padding:20px 0; text-align: center;}
.footarea div.bnrarea img{ padding: 10px 10px;}


#fcopy{ width:100%; background-color:#bdf0ce; display:block; height:15px; text-align:center; padding:3px 0; font-size:0.8em; }
#fcopy div {
	width:1210px;
	margin:0 auto;
	
	min-height:15px;
	height:auto;
	position:relative;
	
	text-align:center;
	
	font-size:0.85em;
	
}
	

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bottom50{
	margin-bottom:50px; 
}

/*------------------------------------------------------------------------------------------*/

/*/////////////////////////////////////*/
.shadow01{
    /*影を入れる*/
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
}

.kana{ ime-mode:active; }
.rome{ ime-mode:disabled; }


/*****************************************************/
p{ margin:10px 0 0 0; }

/******************************************************************/

}