@charset "utf-8";
/* CSS Document */

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");


body {
	background-color:#eee;
	font-family:sans-serif,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic';
	color:#888888;
	font-size: 80%;
	line-height: 2;
	letter-spacing: 0.1em;
	overflow-x: hidden;
	font-style: normal;
	-webkit-text-size-adjust: none;
}


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

          Layout

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


#container{
padding:0px 20px 100px 20px;
}


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

          Link

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

/* Link */
a {
	color: #638ECE;
	text-decoration: none;
	}
a:link {
	color: #638ECE;
	text-decoration:  none;
	}
a:visited {
	color: #638ECE;
	text-decoration: underline;
	}
a:hover {
	color: #cccccc;
	text-decoration: underline;
	}

a:hover,.navi .news a:active{
filter:alpha(opacity=60); /*IE*/
-moz-opacity:0.6; /*FF*/
opacity:0.6;
}

/*-----------------------------------------------------
h1
-----------------------------------------------------*/
h1.logo a, h1.logo a:link{ 

padding: 0px;
margin: 20px 0 0 10px;
color: #555555;
text-decoration: none;
float:left;
}

h1.logo span { 
vertical-align: top;
margin: 0 0 0px 0px;
padding : 0px 0 0px 0px;
font-size: 48%;
text-decoration: none;
font-weight: bold;
}

h1 a:hover{ 
filter:alpha(opacity=60); /*IE*/
-moz-opacity:0.6; /*FF*/
opacity:0.6;
}

/*-----------------------------------------------------
h2
-----------------------------------------------------*/
h2 {
margin-bottom: 50px;
padding : 0;
color: #555;
font-size: 130%;
text-align: center;
font-weight:bold;
}

/*-----------------------------------------------------
caption
-----------------------------------------------------*/

p.caption {
font-size: 110%;
text-align: center;
font-style: italic;
}

p.center{
text-align: center;
}

span.marker a {
  display: inline-block;
  font-weight:bold;
  background:#8fc8f3;
  margin: 50px 0px 10px 0px;
  padding: 10px 25px 10px 25px;
color: #fff;
border-radius: 8px;
}

/*-----------------------------------------------------
yorimichinavi
-----------------------------------------------------*/

.yorimichinavi ul{
    display: flex;
    justify-content: flex-end;
    margin: 0 0 25px 0;
    padding: 0;
}
.yorimichinavi li{
    list-style: none;
    padding: 0;
    margin: 0px;
}
.yorimichinavi a p{
display: block;
margin: 20px 0 0px 15px;
color: #333;
}

.yorimichinavi li.sns{
margin: 20px 0 0px 15px;
padding : 0px 0 0px 0px;
}


/*-----------------------------------------------------
foot_link
-----------------------------------------------------*/

.foot_link ul{
    display: flex;
    justify-content: center;
    margin: 0 0 5px 0;
    padding: 0;
}
.foot_link li{
    list-style: none;
    padding: 0;
    margin: 0px;
}
.foot_link a {
display: block;
margin: 0px 5px;
color: #333;
}



/*-----------------------------------------------------
box101
-----------------------------------------------------*/
.box101 {
clear:both;
margin: 50px  100px 100px 100px;
padding : 50px;
background-color: #ffffff;
border-radius: 8px;
}
.box101 p{
margin:10px 0px 10px 0px;
color:#666;
}



/*-----------------------------------------------------
shadow-button
-----------------------------------------------------*/
.shadow-button {

    background-color: #68bca1; /* 背景色 */
    color: white; /* 文字色 */
    padding: 15px 15px; /* パディング */
    text-align: center; /* 文字のアライメント */
    text-decoration: none; /* 文字装飾 */
    display: inline-block; /* ボタンの表示方法 */
    font-size: 16px; /* フォントサイズ */
    margin:  5px 0px;/* 外側の余白 */
    cursor: pointer; /* カーソル */
    border: none; /* ボーダーなし */
    border-radius: 3px; /* ボタンの角丸 */
}


/*-----------------------------------------------------
footer
-----------------------------------------------------*/

#footer {
width: 800px;
margin: 0px auto;
clear: both;
}

#footer .copy{
float:left;
padding: 5px;
position: fixed;
bottom: 0;
left: 10px;
color: #666;
font-size: 80%;
}

#footer .link{
text-align:right;
float:right;
}

#footer span { 
display : none;
}

#footer .pagetop a {
background-image:url(../img/ptop.gif); 
background-repeat: no-repeat;
width:40px;
height:40px;
display:block;
float: right;
margin: 0; 
background-position: 0;
padding: 10px;
position: fixed;
bottom: 0;
right: 0;
filter:alpha(opacity=80); /*IE*/
-moz-opacity:0.8; /*FF*/
opacity:0.8;
}

#footer .pagetop a:hover {
filter:alpha(opacity=100); /*IE*/
-moz-opacity:1; /*FF*/
opacity:1;
}

/*-----------------------------------------------------
Yajirushi
-----------------------------------------------------*/

.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}

.dli-arrow-right::before {
  content: '';
  width: 0.60em;
  height: 0.60em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}



/*-----------------------------------------------------
box10 
-----------------------------------------------------*/
.box10 {
margin:10px 10px 10px 10px;
padding:0px;
text-align: left;
float:left;
}
.box10 p{
margin:0px 0px 10px 0px;
font-size: 130%;
color: #999;
font-weight:bold;
text-align:center;
}

.box10 p.date{
margin:0px 0px 10px 0px;
font-size: 90%;
color: #999;
text-align:center;
}

/*-----------------------------------------------------
ibox
-----------------------------------------------------*/

div.ibox {
	margin:10px ;
	padding:0px ;
	background: #fff;
	border: 1px dotted #fff;
	float: left;
}






