@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Abel');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
    font-size: 15px;
    line-height: 1.6;
    font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #444;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color:#FBF3E2;
}
td,th{
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    border:0;
    font-size:100%;
    font-weight:normal;
}
header, nav, section, article, aside, span, figure, figcaption {
    width: 100%;
    margin:0 auto;
}
p {
    margin:0;
    padding:0;
    font-size:100%;
    text-decoration:none;
}
ul,li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.slider ,
ul.slider li {
    margin:0;
    padding:0;
}
img {
    border:none;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
    border-top:1px solid #D6BA73;
}
a:link,
a:active,
a:visited {
    color: #996633;
    text-decoration: underline;
    font-weight:bold;
}
a:hover {
    text-decoration: none;
    color: #996633;
}
a:hover img{
    opacity: 0.75;
    filter: alpha(opacity=75);
}
iframe {
    border: none; 
}

/* �t�H���g
=============================================== */
.wideline {
    line-height:2.0;
}
.black {
    color:#000;
}
.orange {
    color:#FF6E00;
}
.white {
    color:#FFF;
}
.brown {
    color:#BA8944;
}
.brownbold {
    color:#BA8944;
    font-weight:bold;
}
.brownboldM {
    font-size: 17px;
    color:#BA8944;
    font-weight:bold;
}
.brownboldL {
    font-size: 19px;
    color:#BA8944;
    font-weight:bold;
}

.SS {
    font-size: 11px;
}
.S {
    font-size: 13px;
}
.M {
    font-size: 17px;
}
.Mb {
    font-size: 17px;
    font-weight: bold;
}
.L {
    font-size: 19px;
}
.Lb {
    font-size: 19px;
    font-weight: bold;
}
.LL {
    font-size: 21px;
}
.LLb {
    font-size: 21px;
    font-weight: bold;
}
.LLL {
    font-size: 25px;
}
.LLLb {
    font-size: 25px;
    font-weight: bold;
}

/* �p�[�c
=============================================== */
.title {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight:200;
    font-size:27px;
    color:#996633;
}
.subtitle1 {
    font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-size:19px;
    line-height:60px;
    color:#996633;
    background-image: url(../img/common/subtitle1.png);
    background-repeat: no-repeat;
    height: 60px;
    text-align:center;
    font-weight:bold;
}
.subtitle2 {
    font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-size:19px;
    line-height:60px;
    color:#996633;
    background-image: url(../img/common/subtitle2.png);
    background-repeat: no-repeat;
    height: 60px;
    text-align:center;
    font-weight:bold;
}
.photoframe{
     border:1px solid #CCC;   
     padding:3px;
     background-color:#FFF;
}
.photoradius{
     border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* �g�b�v�y�[�W */
.titleorange {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight:200;
    font-size:27px;
    color:#FF6E00;
}
.photocaption {
    padding-bottom: 3px;
	border-bottom: 3px solid #FF6E00;
    color:#FF6E00;
    font-size:17px;
    font-weight:bold;
    text-align:center;
}
.newsdate {
    font-size:13px;
    color:#999;
}
.newstitle {
    font-size: 17px;
    color:#996633;
    font-weight:bold;
    padding-bottom:10px;
}

#pagetop{
    position:fixed;
    right: 30px;
    bottom:30px;
    cursor:pointer;
}

/* �����N�{�^�� */
.btn{
    padding: 10px 15px;
    text-decoration: none !important;
    color: #FFF !important;
    font-size:19px;
    text-align: center;
    font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    background-color:#FF6E00;
    line-height: 100%;
    border: 0;
    cursor: pointer;
     border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-weight:bold;
}

/* �t�H�[�� */
select {
    width:100%;
    font-size:17px;
    padding:5px;
    height:40px;
}
input {
    width:100%;
    font-size:17px;
    padding:5px;
    height:40px;
}
textarea{
    font-size:17px;
    padding:5px;
    height:140px;
    width:100%;
}
input[type=checkbox] {
    width: 17px;
    height: 17px;
    vertical-align: top;
}
input[type=radio] {
    width: 17px;
    height: 17px;
    vertical-align: top;
}
.hissu {
    font-size:11px;
    color:#FFF;
    background-color:#CC3300;
    padding:0 4px 0 4px;
    margin-left:5px;
}
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    font-size:20px;
    padding:5px 20px 0;
    background-color:#444;
    color: #FFF; 
    cursor: pointer;
    font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    text-align: center;
    border: 0;
    letter-spacing: 1px;
}

/* �J�����_�[ */
.calendar {
    font-family: 'Abel', sans-serif;
    font-size:21px;
   text-align:center;
   height: 50px;
   width: 60px;
}
.calendarmonth {
    font-family: 'Abel', sans-serif;
    font-size:96px;
   text-align:center;
   color:#BA8944;
    line-height:100%;
}
.calendarmonth2 {
    font-family: 'Abel', sans-serif;
    font-size:24px;
   text-align:center;
   color:#BA8944;
   line-height:110%;
    line-height:30px;
}
.calendar_kyu {
    font-family: 'Abel', sans-serif;
    font-size:21px;
   text-align:center; 
   height: 50px; 
   width: 60px ; 
   color: #FFFFFF; 
   background-image: url(../img/index/calendar_kyu.png);
    background-repeat: no-repeat;
}
.calendar_gogo {
    font-family: 'Abel', sans-serif;
    font-size:21px;
   text-align:center; 
   height: 50px; 
   width: 60px ; 
   background-image: url(../img/index/calendar_gogo.png);
    background-repeat: no-repeat;
}