
h3{
font-family: "Rounded Mplus 1c","ƒƒCƒŠƒI", Meiryo, "ƒqƒ‰ƒMƒmŠpƒS Pro W3",
 "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN";
font-weight: 600;
font-size: 14pt;
color: #fff;
text-align: center;
padding-top: 70px;
padding-bottom: 20px;
margin-bottom: 50px;
width: 100%;
letter-spacing: 0.1em;
background-color: #EB6EA5;
}

h3 span{
font-size: 11pt;
margin-top: 10px;
display: block;
}

h4{
font-family: "Rounded Mplus 1c","ƒƒCƒŠƒI", Meiryo, "ƒqƒ‰ƒMƒmŠpƒS Pro W3",
 "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN";
font-weight: 600;
font-size: 14pt;
color: #EB6EA5;
text-align: center;
margin-bottom: 30px;
line-height: 1.5em;
}

h4:after{
border-bottom: 3px solid #EB6EA5;
display: block;
margin: 0 auto;
padding-top: 30px;
width: 30px;
content: "";
}

section{
padding-left: 15px;
padding-right: 15px;
overflow: hidden;
}


/* contact.html */
#textTel{
font-size: 20pt;
font-weight: bold;
line-height: 1.2em;
}

#textTel span{
font-size: 11pt;
font-weight: normal;
display: block;
}

section#contact02{
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
}

section#contact02 article{
background-color: #fff;
padding: 30px;
margin-bottom: 30px;
}

section#contact02 #form table{
width: 100%;
table-layout: fixed;
margin-bottom: 30px;
}

section#contact02 #form table td{
padding-bottom: 20px;
border-bottom: 1px solid #ddd;
display: list-item;
list-style-type: none;
}

section#contact02 #form table td.title{
padding-right: 20px;
padding-top: 20px;
padding-bottom: 10px;
border-bottom: 0;
}

section#contact02 #form table input , section#contact02 #form table textarea{
background-color: #efefef;
border: 0;
border-radius: 5px;
padding: 10px;
}

section#contact02 #form table input{
max-width: 100%;
}

section#contact02 #form table textarea{
width: 100%;
}

section#contact02 #form table input#zip{
background-color: #aaa;
color: #fff;
} 

section#contact02 #form #submit{
background-color: #fff;
color: #eb6ea5;
font-size: 12pt;
border-radius: 10px;
display: block;
margin: 30px auto;
margin-bottom:10px;
padding: 15px 30px;
font-weight: bold;
border: solid 3px #eb6ea5;
-webkit-transition:0.3s;
  -moz-transition:0.3s;
  transition:0.3s;
}

#modal-content{
	width:90%;
	height: 90%;
	margin:0 auto;
	padding:30px;
	background-color:#fff;
	z-index:9999;
	position:fixed;
	line-height: 1.8em;
	overflow: auto;
}

.modal-p:first-child{
	margin-top:0;
}

#modal-content ol{
padding-bottom: 20px;
}

#modal-content ol li{
margin-left: 2.0em;
margin-bottom: 1em;
}

#modal-close{
	color:#333;
	display: block;
	width: 100px;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
	background-color: #ccc;
	border-radius: 7px;
}

#modal-overlay{
    z-index:9998;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color:rgba(0,0,0,0.5);
}

#modal-content , #modal-overlay{
display: none;
}


/* point.html */
section#point01{
padding: 0;
margin-top: -50px;
}

section#point01 article{
padding-left: 15px;
padding-right: 15px;
}

section#point01 img#gaikan{
width: 100%;
height: auto;
margin-bottom: 40px;
}

section#point01 article:first-of-type p em{
font-weight: bold;
font-style: normal;
}

section#point01 article ol{
display: table;
table-layout: fixed;
border-collapse: separate;
margin: 0 auto;
padding-bottom: 40px;
width: 100%;
}

section#point01 article ol li{
display: table-cell;
text-align: center;
}

section#point01 article ol li p{
  color: #fff;
  background-color:#eb6ea5;
  padding: 0;
  margin: 0;
  width: 100px;
  height: 100px;
  padding-top: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 12pt;
  line-height: 1.3em;
  font-weight: bold;
  font-family: "Rounded Mplus 1c","ƒƒCƒŠƒI", Meiryo, "ƒqƒ‰ƒMƒmŠpƒS Pro W3",
 "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN";
}

section#point01 ul{
list-style-type: none;
padding-top: 50px;
}

section#point01 ul img{
width: 100%;
height: auto;
display: block;
margin-bottom: 10px;
}

section#point02{
padding: 0;
}

section#point02 p{
margin-left: 15px;
margin-right: 15px;
}

section#point02 p.mb80{
margin-bottom: 50px;
}

section#point02 div{
background-color: #fff;
overflow: hidden;
}

section#point02 div:last-of-type{
padding-bottom: 50px;
}

section#point02 h4{
margin-top: 50px;
}


/* schedule.html */
section#schedule01 img{
width: 100%;
height: auto;
margin: 0 auto;
display: block;
}

section#schedule01 p.title{
margin-top: 10px;
font-size: 9pt;
text-align: center;
margin-bottom: 50px;
}

section#schedule02{
background-color: #fff;
padding-top: 50px;
padding-bottom: 50px;
}

.timeline {
  list-style: none;
width: 100%;
padding-left: 20px;
padding-bottom: 20px;
padding-top: 20px;
font-size: 11pt;
background-color: #f9f0ee;
border-top: 20px solid #fff;
border-bottom: 20px solid #fff;
}
.timeline > li {
  margin-bottom: 60px;
}

  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
  }
  .timeline-content {
    width: 95%;
    border-left: 5px #f6c4d8 dotted;
	margin-left: 22px;
    padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  
    .timeline-content p{
	text-align: left;
	font-weight: bold;
	}
	
	.timeline-content p span{
	font-weight: normal;
	display: block;
	}

section#schedule02 ul.picture3{
margin: 0 auto;
width: 100%;
display: table;
}

section#schedule02 ul.picture3 li{
display:table-cell;
}

section#schedule02 ul.picture3 img{
display: block;
width: 100%;
height: auto;
margin: 0 auto;
}

/*ƒXƒ}ƒzc‚Ì‚Ý */
@media screen and (max-width:480px){
section#schedule02 ul.picture3{
display: block;
}
section#schedule02 ul.picture3 li{
display:block;
}
section#schedule02 ul.picture3 img{
width: 100%;
margin-bottom: 10px;
}
}

/* space.html */
section#space01{
margin-bottom: 30px;
}

section#space02 ul{
list-style-type: none;
padding-bottom: 30px;
}

section#space02 img{
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}

section#space02 p.mb60{
margin-bottom: 30px;
}

section#space02 ul li span{
background-color: #fff;
color: #eb6ea5;
display: block;
margin: 0 auto;
margin-top: -40px;
margin-bottom: 30px;
padding: 20px 5px;
text-align: center;
width: 85%;
position: relative;
z-index: 2;
font-size: 11pt;
font-weight: bold;
}



/* ‚¨’m‚ç‚¹CMS ‹LŽ–Ú× */
p#pNav{
font-size: 8pt;
text-align: right;
margin-bottom: 20px;
}

p#pNav a:hover{
color: #aaa;
}

div#news_all {
padding-bottom: 40px;
}

div#news_all p#title {
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
font-size: 14pt;
line-height: 1.4em;
font-weight: bold;
}

div#news_all p#up_ymd{
margin-left:20px;
margin-bottom: 10px;
}

div#news_all p#up_ymd:after{
display: block;
width: 20px;
border-bottom: 5px solid #ccc;
content: "";
margin-top: 20px;
}

div#news_all #detail{
margin: 20px;
width: 100%;
line-height: 2.0em;
font-size: 11pt;
}

.detailUpfile img{
display: block;
margin: 20px 0;
width: 90%;
max-width: 600px;
height: auto;
}

.detailText{
width: 90%;
}

#newsList{
list-style-type: none;
color:#333;
font-size:11pt;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN',YuGothic,'Yu Gothic','ƒƒCƒŠƒI', Meiryo,'‚l‚r ‚oƒSƒVƒbƒN','MS PGothic';
font-weight: 500;
padding-bottom: 50px;
}

#newsList li{
padding:20px;
border-bottom: 1px dashed #ccc;
}

#newsList .catName{
background-color: #fff;
text-align: center;
padding: 5px 10px;
border-radius: 7px;
display: inline-block;
font-size: 10pt;
margin-right: 10px;
}

#newsList .title{
font-weight: 700;
padding-left: 10px;
line-height: 1.6em;
display: block;
margin-top: 5px;
}

/*ƒXƒ}ƒzc‚Ì‚Ý */
@media screen and (max-width:480px){
p#pNav{
display: none;
}
#newsList .title {
 padding-left: 0px;
}
}

#newsList .title a{
text-decoration: none;
color: #333;
}

#newsList .newMark{
font-size: 11pt;
color: mediumvioletred;
margin-left: 5px;
}

#newsList .thumbNailWrap{
display: none;
}

#newsList .comment{
display: block;
margin-top: 5px;
font-size: 10pt;
line-height: 1.6em;
}

#newsWrap{
padding-top: 30px;
padding-bottom: 30px;
background-color: #fff;
}

#newsWrap p.pager{
width: 100%;
margin-top: 40px;
margin-bottom: 40px;
display: table;
table-layout: fixed;
}

#newsWrap p.pager:first-of-type{
margin-top: 0;
}

#newsWrap p.pager a{
display: table-cell;
padding: 10px;
text-align: center;
border: 1px solid #ccc;
}

#newsWrap p.pager a:hover{
background-color: #ddd;
}

