@charset "UTF-8";
/* コンテンツ */

#title {
    padding: 20px 0;
}

.hnavi a {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #ed7969;
    color: #ed7969;
    padding: 10px 25px;
    border-radius: 100px;
    font-size: 1.16em;
    line-height: 1.4;
    vertical-align: middle;
    margin: 0 5px;
}
.hnavi a.hv2 {
    border: 2px solid #69bd79 !important;
    color: #69bd79 !important;
}
.hnavi a.hv3 {
    border: 2px solid #3d8cc6 !important;
    color: #3d8cc6 !important;
}
.hnavi a:hover {
    opacity: 0.7;
}
.wbox {
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: #fff;
    color: #111;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -50px;
}
.shima1,.shima2 {
    flex-shrink: 0;
    width: 20px;
    background-image: url("../img/pattern.png");
    background-size: contain;
}
.wtx {
    padding: 80px 0 50px;
}

.tx1 strong {
    background-color: #fff;
    color: #ed7969;
    padding: 1px 5px;
    border-radius: 5px;
}

.formbox {
    background-color: #fff;
    color: #111;
    padding: 30px;
    border-radius: 20px;
}
.ftitle {
    text-align: center;
    color: #69bd79;
    font-size: 2.5em;
    line-height: 1.4;
}
.sub1 {
    background-color: #fbded4;
    color: #ed7969;
    font-size: 1.8em;
    line-height: 1.4;
    padding: 15px 25px;
    border-radius: 20px;
    margin-bottom: 30px;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.sub1.cscol {
    color: #3d8cc6;
    background-color: #e7f1f8;
}
.yimage li {
    margin-bottom: 20px;
}
.yimage li:last-child {
    margin-bottom: 0;
}
.yimage li strong {
    background-color: #fff;
    color: #ed7969;
    padding: 1px 5px;
    border-radius: 5px;
}
.yimage2 li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #fbded4;
}
.yimage2 li:last-child {
    margin-bottom: 0;
}

.newsbox {
    background-color: #fff;
    color: #111;
    padding: 30px;
    border-radius: 20px;
}
.ntitle {
    text-align: center;
    color: #ed7969;
    border-bottom: 2px solid #ed7969;
    font-size: 1.8em;
    line-height: 1.4;
    padding-bottom: 5px;
}

#news {
}
#news ul {
}
#news ul li {
	border-bottom:2px dotted #999;
	padding-bottom:20px;
	margin-bottom:20px;
}
#news .date {
	float:left;
	display:block;
	width:100px;
    font-size: 0.92em;
	line-height:20px;
	text-align:center;
	background-color:#fbded4;
	font-family:monospace;
	margin:3px 0 0 0;
}
#news .subject {
    line-height: 1.7;
    margin-left: 110px;
}

#news a {
    color: #111;
}
#news a:hover {
    color: #111;
    text-decoration: underline;
}

.nsub {
    background-color:#fbded4;
    font-size: 1.32em;
    line-height: 1.4;
    padding: 10px 20px;
    border-radius: 10px;
}
.ndate {
    text-align: right;
    font-size: 0.84em;
    margin-bottom: 5px;
}
.nimg {
}

.nimg li {
    float: left;
    margin-top: 30px;
    margin-right: 10px;
}
.nimg img {
	max-width:290px;
	max-height:290px;
	width: expression(this.width >= this.height ? "290px" : "auto");
	height: expression(this.width <= this.height ? "290px" : "auto");
}

.sns ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap:wrap;
}
.sns_icon {
    width: 90px;
    margin-right: 10px;
}
.sns_qr {
    width:200px;
}

.cs_btn {
    text-align: center;
}
.cs_btn p {
    text-align: center;
}
.cs_btn p a {
    display: inline-block;
    background-color: #fff;
    color: #3d8cc6;
    font-size: 1.8em;
    line-height: 3em;
    border-radius: 1.5em;
    padding: 0 2em;
}
@media screen and (min-width: 500px) {
.faceadj1 {
    margin-top: -170px;
}
.txadj {
    margin: 30px 0 0 40px;
}
}

@media screen and (max-width: 499px) {
.hnavi p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.hnavi a {
    flex-shrink: 0;
    padding: 0;
    font-size: 0.76em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 50px;
    margin: 0 3px;
}
.hnavi a:last-child {
    width: auto;
    padding: 0 2em;
    margin-top: 10px;
}
.shima1,.shima2 {
    flex-shrink: 0;
    width: 10px;
}
.wbox {
    margin-top: -10px;
}
.wtx {
    padding: 40px 0 30px;
}
.wtx img {
    width: 90%;
}
.txadj {
    margin: 30px 20px 0;
}
.formbox {
    padding: 20px;
    border-radius: 20px;
}
.ftitle {
    font-size: 1.6em;
}
.sub1 {
    font-size: 1.4em;
    line-height: 1.4;
    padding: 15px 25px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.table1 th h4,.table1 th p {
    display: inline-block;
    vertical-align: middle;
}
.linkadj {
    color: #fff !important;
    text-decoration: underline !important;
}

.newsbox {
    padding: 20px;
    border-radius: 20px;
}
.ntitle {
    font-size: 1.4em;
}

#news ul li {
	border-bottom:2px dotted #999;
	padding-bottom:15px;
	margin-bottom:15px;
}
#news .date {
	float:none;
	width:100px;
    font-size: 0.92em;
	line-height:20px;
	margin:0 0 7px 0;
}
#news .subject {
    line-height: 1.7;
    margin-left: 0;
}

.nsub {
    font-size: 1.16em;
    line-height: 1.4;
    padding: 8px 15px;
}

.nimg {
}

.nimg li {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}
.nimg li:first-child {
    margin-top: 20px !important;
}
.nimg li:last-child {
    margin-bottom: 0 !important;
}
.nimg img {
	max-width:100%;
	max-height:280px;
	width: expression(this.width >= this.height ? "100%" : "auto");
	height: expression(this.width <= this.height ? "280px" : "auto");
}

.sns ul {
}
.sns ul li:first-child {
  
}
.sns_icon {
    width: 70px;
    margin-right: 10px;
}
.sns_qr {
    width:150px;
}

.cs_btn p a {
    display: block;
    font-size: 1.16em;
    line-height: 3em;
    border-radius: 1.5em;
    padding: 0;
}

}