@charset "utf-8";
/* CSS Document */
body{
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Garamond,"Palatino Linotype", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", Times, serif;
font-size:1em;
background: #F9F9FB;
	}
/*submenu*/
div.region-header{
	position:relative;
	}
.topimagebox{
	margin-left:0;
	width: 100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
	}
@media screen and (max-width: 720px) { /* スマホ向け */
  .topimagebox{
    flex-direction:column;
  }
  .topimagebox .page__ttl{
    order:2;
  }

  .topimagebox .topimagebox-top{
    order:1;
  }

  .topimagebox .topimagebox-top img{
    display:block;
    margin:auto;
  }
}

#block-block-1{
	position:relative;
	}
.sub_menu{
	position:relative;
	top:40px;
	}
.sub_menu ul{
	margin-left:20px;
	list-style:none;
	}
.sub_menu ul li{
	display:inline;
	text-decoration:underline;
	}
.sub_menu ul li a{
	color:#000000;
	}

.sub_menu ul li a:hover{
	color:#666666;
	}	
.listmark{
	display:inline-block;
	width:12px;
	height:12px;
	background:#000000;
	}
/*content*/




.sitepart .content p{
	margin:0;
	}
body:not(.front) #content ul{
	margin:10px 0 10px 30px;
	}
body:not(.front) #content ol{
	margin:10px 0 10px 40px;	
	}
body:not(.front) #content li{
	margin:7px 0 0 7px;
	}
body:not(.front) #content ul.horizon{
	margin:10px 0 10px 0;
	}
body:not(.front) #content ul.horizon li{
	margin:0px;
	width:33%;
	display:block;
	float:left;
	padding:1em 0 1em 0;
	}
body:not(.front) #content a{
	text-decoration:underline;
	}
body:not(.front) #content a:hover{
	color:#666666 !important;
	text-decoration:none;
	}
.clear{
	clear:both;
	}
.file-icon{
display:none;
}
a[href$=".pdf"] { 
background: url("../img/pdf_mark.jpg") 100% 0% no-repeat transparent;
margin-right: 4px;
padding-right: 18px;
}
a[href$=".pdf"]+span.ext{
	display:none;
	}


blockquote{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: italic;
	font-size:1.1em;
	margin:1em 1em 1em 2em; padding:1em 1em 1em 30px;
    border:1px solid #ccc;  
    color:#636563; 
    background:#f7f7f7;  
    line-height:1.5;
	}
	
.h1{
  margin-top:1em;
	font-size:1.3em;
  line-height:1.3;
	color:#333;
  margin-bottom:1.5em;
  small{
    font-size:80%;
  }
	}	
	
.h2{

	font-size: 1.5em;
  color: #333;
	margin-top: 1.5em;
	margin-bottom: 0.5em;

	}
body:not(.front) h2:first-child{
	margin-top:10px;
	}
h3{
	margin-top:20px;
	margin-bottom:5px;
	margin-left:10px;
	font-size:13px;
	font-weight:700;
	border-bottom:1px solid #999999;

	}
body:not(.front) #content p{
	/* margin-left:10px; */
	}
body:not(.front) #content p.rteindent1 {
    margin-left: 40px;
}
body:not(.front) #content p.rteindent2 {
    margin-left: 80px;
}
body:not(.front) #content p.rteindent3 {
    margin-left: 120px;
}
body:not(.front) #content p.rteindent4 {
    margin-left: 160px;
}
	
body:not(.front) #content a{
	color:#cc0108;
	}
body:not(.front) #content a:hover{
	opacity:0.5;
	}
	
.link{
	color:#cc0108;
	}
.link:hover{
	opacity:0.5;
}

/*breadcrumb*/
#breadcrumb{
	clear:both;
	display:block;
	margin:5px 0 0 20px;
	color:#999999;
	}
#breadcrumb a{
	color:#cc0108;
	}
#breadcrumb a:hover{
	opacity:0.5;
	}	

/*webform*/
 #content .webform-client-form{
	background-color:rgba(153,204,255,0.1);
	margin-top:20px;
	padding:15px 15px 15px 15px;
	max-width:840px;
	}
 #content .field-name-body{
	margin:20px 0;
	}
 #content .webform-client-form h2{
	margin-top:60px;
	}
	
div.form-actions.form-wrapper{
    width:100%;
    display:flex;
    justify-content:center;
	}
div.form-type-checkbox,div.form-type-radio{
	display:inline;
	}
 [disabled="true"]{
	background:#f5f5f5;
	}
div.webform-container-inline.webform-datepicker{
	position:relative;
	}	
div.shild{
	display:block;
	height:20px;
	width:100%;
	position:absolute;
	}
#webform-component-passkey,#webform-component-confirmation{
	display:inline-block;
	}
 .disabled{
	background:#f5f5f5;
	cursor:pointer;
	}

/*webform確認画面*/
#block-system-main .links{
	display:none;
	}
/* 検索画面 */
.search-info{
	display:none;
	}
body.i18n-en .sf-menu.sf-style-hatuikutaikai li a span.design{
	font-size:10px;
	}
/*footer*/
.address{
	background-color: #DDEBF9;
	color: #5f778c;
	padding: 40px 60px;
	overflow: hidden;
  line-height:1.6;
	}
@media (max-width:720px){
  .address{
    padding: 30px 30px;
  }
}

.copyright{
background-color: #0097B9;
color: #eee;
text-align: center;
font-size: 1em;
padding-top: 2em;
line-height: 2;
vertical-align: bottom;
padding-bottom: 2em;
	}
footer a{
	color:#046380;
	}
footer a:hover{
	color:#eeeeee;
	}

/*toppage*/
div.toppage_year_place{
	position:relative;
	background-color:#755230;
  display:block;
	}
div.toppage_year{
  padding-top:10px;
	font-size:24px;
	line-height:1.2;
	padding-left:25px;
	}
div.toppage_place{
	background-color:#755230;
	padding:0 30px 10px;
  color:white;
  font-size:1.3em;
	}
div.toppage_place span{
	background-color:#e5ecc9;
	color:#3b5932;
	font-size:23px;
	display:inline-block;
	width:270px;
	line-height:1;
	text-align:center;
	padding:4px 0px 2px;
	}

.toppage_year{
	background-color:#755230;
	color:white;
	font-size:25px;
	line-height:1.6;
	padding:0px 20px;
	}
.toppage_day{
	font-size:32px;
	background-color:#755230;
	color:white;
	line-height:1.3;
	padding:0px 10px;
	text-align:center;
	}
.toppage_moushikomi{
	background-color:#bf864e;
	color:#333;
	font-size:12px;
	line-height:1.6;
	padding:5px 20px;	
	}
.toppage_greeting{
	height:500px;
	overflow:auto;
	}
	
.toppage_greeting_content{
	padding:20px 10px 40px 20px;
	}
.toppage_greeting p{
	line-height:1.6;
	}
ul.news_list{
	height:600px;
	width:390px;
	overflow:auto;
	background-color:#f8efe5;
	}	
ul.news_list li{
	list-style:none;
	font-size:14px;
	padding:10px 6px 10px 10px;
	}
#gmap{
	margin-top:20px;
	/* border:solid 3px #999999; */
	width:385px;
	height:250px;
	position:relative;
	left:0;
	top:0;
	}
#gmapbox{
	position:relative;
	height:280px;
	bottom:0;
	}
#gmaplink{
	text-align:right;
	/* text-decoration:underline; */
	line-height:1;
	}

#gmaplink a{
	color:#cc0108;
}

#gmaplink span{
	font-size:1.5em;
	line-height:1.4;
	vertical-align:-10%;
	}	
#gmaptitle{
	position:absolute;
	top:20px;
	left:0;
	z-index:500;
	}
#gmaptitle.hidden{
	display:none;
	}

#gmaptitle h2{
	font-size:12px;
	line-height:2;
	color:white;
	background:#999999;
	padding:2px 8px;
	}

	
body.front h2.newstitle{
	background:#755230;
	color:#fff;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:2;
	}
body.front h2.newstitle span{
	border-left:4px solid #fff;
	font-size:10px;
	vertical-align:5%;
	}
div.mCSB_dragger_bar{
	height:90%;
	}
#page{
	/* border:10px solid #610105;                */
	/* border-bottom:none;                       */
	/* background:white;                         */
	/* -moz-box-shadow: 0px 0px 11px #000000;    */
	/* -webkit-box-shadow: 0px 0px 11px #000000; */
	/* box-shadow: 0px 0px 11px #000000;         */
	}
header .header_title_num{
	font-size:40px;
	vertical-align:2px;
	color:#e3311f;
	font-family: 'Arial Black','Impact';
	padding:2px 2px 0 2px;
	}
ul.primary{
	border-bottom: none;
}	
 .label{
   position:absolute;
   top:0;
   left:1em;
}

@media (max-width:800px){

 .label{
   position:static;
 }
}



.webform-client-form label.option{
   position:relative;
   left:0;
}



.webform-client-form .form-textarea-wrapper,
.webform-client-form .form-radios,
.webform-client-form .form-text,
.webform-client-form select,
.webform-client-form .form-checkboxes,
#webform-component-setumei1,
#webform-component-setumei2,
#webform-component-setumei3,
#webform-component-setumei4,
#webform-component-setumei5 {
   margin-left:170px;
   max-width:630px;
}
@media (max-width:800px){
  .webform-client-form .form-textarea-wrapper,
  .webform-client-form .form-radios,
  .webform-client-form .form-text,
  .webform-client-form select,
  .webform-client-form .form-checkboxes,
  #webform-component-setumei1,
  #webform-component-setumei2,
  #webform-component-setumei3,
  #webform-component-setumei4,
  #webform-component-setumei5 {
     margin-left:0;
  }
}

.webform-client-form .form-item{
   position:relative;
}

hr{
  border:0;
  border-top:1px solid #999;
  height:0;
  margin-left: 10px;
}

tbody{
  border:0;
}

body:not(.front) #content h4{
  margin-left:2em;
  margin-top:1.5em;
}
.txtright{
  text-align:right;
}

.txt{
  margin-bottom:0.5em;
}

.layout-container {
	max-width: 900px;
	margin: 20px auto;
	/* min-height: 800px; */
	border: 1px solid #999;
	border-bottom: none;
	background: white;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
}

@media (max-width:720px){
  .layout-container {
    margin-top:0;
    margin-bottom:0;
  }
}

/* #block-header-parts .topimagebox{                      */
/*     text-align:left;                                   */
/*     margin-left: 0;                                    */
/*     width: 387px;                                      */
/*     width: 100%;                                       */
/*     line-height: 1;                                    */
/* }                                                      */

/* #block-header-parts .topimagebox .topimagebox-top{     */
/*     /* margin-top: 40px; */                            */
/*     text-align: right;                                 */
/* }                                                      */

/* #block-header-parts .topimagebox .topimagebox-top img{ */
/*   width:150px;                                         */
/*   height:auto;                                         */
/* }                                                      */

#block-header-parts .topkids{
    text-align: right;
    margin-top: -80px;
}

#block-header-parts .topkids img{
    width: 272px;
    height: 115px;
}

@media screen and (max-width: 720px) { /* スマホ向け */
    #block-header-parts .topimagebox .topimagebox-top img,
    #block-header-parts .topimagebox .topimagebox-bottom img{
        max-width: calc(100% - 20px);
        height: auto;
    }
    #block-header-parts .topkids{
        margin-top: 0;
    }

    #block-header-parts .topkids img{
        margin-top: 0;
        max-width: 70%;
        height: auto;
    }
}



.form-item{
  margin-bottom:1em;
}

.description{
  margin-top:0.5em;
  display:inline-block;
  white-space:nowrap;
}
h4{
  font-weight:bold;
}

.error{
  color:#ee0000;
  margin:0.5em 0 1em;
}

p{
  line-height:1.5;
}

.qes_area{
  line-height:1.5;
  margin-bottom:1.5em;
}
.qes{
  font-size:1.2em !important;
}

.mt0{
  margin-top:0 !important;
}

.mt05{
  margin-top:0.5em;
}
.mt1{
  margin-top:1em;
}
.mt2{
  margin-top:2em;
}
.mb05{
  margin-bottom:0.5em;
}

.mb1{
  margin-bottom:1em;
}

.mb2{
  margin-bottom:2em;
}

.ml1{
  margin-left:1em;
}

.form-textarea{
  min-height:5em;

  line-height:1.5;
  width:100%;
}


@media (max-width:800px){
.form-text{
    width:95%;
}
}

.message{
  text-align:center;
  font-size:2em;
  margin:2em 0;
}

pre{
  word-break: break-all;
  white-space: pre-wrap;
}

strong{
  font-weight:bold;
}

.form-submit{
  background:#334499;
  border:none;
  border-radius:5px;
  color:#fff;
  padding:5px 25px;
}


.form-submit.is-disable{
  background:#ccc;
  color:#666;
}

.icon{
  float:left;
  margin-left:-1em;
  color:red;
}

.icon_wrap+*{
  font-weight:bold;
  color:#000;
}

.gray{
  color:#666;
}


.big-text{
  font-size:1.5em;
  text-align:center;
  margin:3em 0;
}

.big-text-left{
  font-size:1.5em;
  margin:2em 0 2em 1em;
}

.btn{
  display:table;
  padding:15px 25px;
  border-radius:5px;
  background:#FFBA29;
  color:#fff !important;
  text-decoration:none !important;
  margin:2em;
  font-size:1.4em;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.btn:hover{
  cursor:pointer;
  background:#FFDA29 !important;
  opacity:1 !important;
  color:#fff !important;
}

.btn__wrap{
  margin:1em 0;
  display:flex;
  justify-content:center;
}

.fnt08{
  font-size:0.8em;
}

.indm1{
  text-indent:-1em;
  padding-left:1em;
}

.indm2{
  text-indent:-2em;
  padding-left:2em;
}

.indm2_1{
  text-indent:-1em;
  padding-left:2em;
}


.eyec1{
  color:#D7B0D3;
  font-size:1.5em;
  vertical-align:inherit;
}

.eyec2{
  color:#79CFC6;
  font-size:1.5em;
  vertical-align:inherit;
}

.eyec3{
  color:#FFBA29;
  font-size:1.5em;
  vertical-align:inherit;
}

.eyec4{
  color:#F78C94;
  font-size:1.5em;
  vertical-align:inherit;
}

.dl_list{
  display:flex;
  line-height:1.5;
  margin-bottom:0.5em;
}

.dl_list dt{
  width:7em;
  flex-basis:7em;
}

.dl_list dd{
  width:calc(100% - 8em);
}

.letter4_3{
  letter-spacing:0.5em;
}

.letter5_4{
  letter-spacing:0.333em;
}

.letter5_3{
  letter-spacing:1em;
}
.letter5_2{
  letter-spacing:3em;
}


.login-form{
  border:10px solid #79CFC6;
  max-width:400px;
  margin:auto;
  background:#C9F1EF;
  margin:2em auto;
}

.login-form .para{
  font-size:0.75em;
  padding:1em;
}

.login-form__wrap {
  padding:0;
  margin: 0 1em;
  max-width: 400px;
  border: 1px solid #333; }
.login-form__ttl{
  margin:0;
  padding:0;
  font-size:1em;
  text-align:center;
  background: #79CFC6;
  color:#fff;
  padding-bottom:0.5em;
}
.login-form__row {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 30em;
  margin: 0.5em auto; }
.login-form__rows {
  margin: 0.5em 0 1em; }
.login-form__label {
  height: 100%;
  width: 7em; }
  .login-form__label--reedit {
    height: 100%;
    width: 10em; }
  .login-form__label__txt {
    vertical-align: middle; }
.login-form__input {
  margin-left: 1em;
  margin-right: 1em;
  padding: 3px; }
.login-form__btn {
  font-size: 0.8em;
  padding: 3px 1em;
  background: #31ADA0;
  border: 1px solid #31ADA0;
  border-radius: 5px;
  color: #fff; }
.login-form__message {
  margin: 0; }


@media screen and (max-width: 720px) { /* スマホ向け */
  .login-form__row{
    flex-direction:column;
  }
}
