@charset "utf-8";

/*  共通　*/
.sp-b40 {
    margin-bottom: 40px !important;
  }
  .sp-b50 {
    margin-bottom: 50px !important;
  }
  .sp-b100 {
    margin-bottom: 100px !important;
  }
  
  .inner-area {
    background-color: #fff;
    display: block;
    margin: 0 10px;
    padding-bottom: 31px;
    padding-top: 31px;
  }
  
  div.intro {
    width: 65%;
  }
  
  div.intro .about{
    float: none;
    width: auto;
    padding: 0px;
    line-height: 180%;
    font-size: 1rem;
    box-sizing: border-box;
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: revert;
    font-family: serif;
    font-weight: bold;
  }
  
  div.intro .about strong.head2{
    display: block;
    border-bottom: 1px solid #c00;
    margin-bottom: 20px;
    padding-bottom: 0.6rem;
    font-size: 1.4em;
    color: #CC0000;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
  }
  
  @media screen and (max-width:768px){
    div.intro {
        margin: 0rem auto;
        width: 100%;
    }
  }
  
  @media screen and (max-width:768px){
    div.intro .about {
        float: none;
        width: auto;
        padding: 15px;
        line-height: 180%;
        font-size: unset;
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 0;
        max-width: unset;
        font-family: unset;
        font-weight: unset;
  }
  }
  
  @media screen and (max-width:768px){
    div.intro .about strong.head2 {
        display: block;
        border-bottom: 1px solid #c00;
        margin-bottom: 20px;
        padding-bottom: 0.2rem;
        font-size: 1em;
        color: #CC0000;
        width: auto;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
    }
  }
  
  footer div.inner2 {
    background-color: white;
  }
  
  footer div.footMenu {
    display: flex;
    padding: 1.5rem 0;
    font-size: 0.9rem;
    width: 65%;
    margin: auto;
  }
  
  @media screen and (max-width:768px){
    footer div.footMenu {
        display: block;
        padding: 0;
        font-size: 0.9rem;
        width: 100%;
        margin: auto;
    }    
  }
  
  footer .footBottom .upper span.logo {
    display: inline-block;
    vertical-align: top;
    margin-left: 2rem;
  }
  
  address {
    display: inline-block;
    font-style: normal;
    font-size: 0.8rem;
    margin-left: 10px;
  }
  
  @media screen and (max-width:768px){
    address {
        display: none;
    }
  }
  
  h3 {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 1.2em;
    font-weight: normal;
    line-height: normal;
    margin: 0 auto;
  }
  
  
  .contents-wrap {
    width: 65%;
    margin: 20px auto;
    margin-top: 50px;
    max-width: 1230px;  
  }
  
  @media screen and (max-width:768px){
    .contents-wrap {
        width: 90%;
        margin: 10px auto;
    }
  }
  
  .contents-box4col_2 {
    margin-bottom: 2rem;
    margin-right: 0.8%;
    margin-left: 0.8%;
    padding: 5px;
    /* width: 22%; */
    width: 270px;
    background-color: #FFF;
    border: 1px solid #CC0000;
  }
  
  .contents-box4col_2 a {
    color: #3e3e3e;
    text-decoration: none;
  }
  
  .contents-box4col_2 img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
  }
  
  .contents-box4col_2 h5 {
    font-size: 110%;
    text-align: center;
    color: #CC0000;
    font-weight: bold;
    padding: 13px 0px;
  }
  
  .contents-box4col_2 p {
    text-align: left;
    font-size: 80%;
    margin-bottom: 10px;
  }
  
  @media screen and (max-width: 768px){
    .contents-box4col_2 {
        flex: 1 0 41%;
        margin: 5px;
        margin-bottom: 0.5rem;
        margin-right: 0.8%;
        margin-left: 0.8%;
        padding: 5px;
        width: 22%;
        background-color: #FFF;
        border: none;
    }
  }
  
  @media screen and (max-width: 768px){
    .contents-box4col_2 h5 {
        font-size: 73%;
        text-align: center;
        color: #CC0000;
        font-weight: bold;
        padding: 13px 0px;
    }
  }
  
  @media screen and (max-width: 768px){
    .contents-box4col_2 p {
        text-align: left;
        font-size: 66%;
        margin-bottom: 10px;
    }
  }
  
  /*  共通ここまで　*/

/*index.html*/

.w100 {
    width: 100%;
}

/*news.html*/

div.aboutNews iframe {
  min-height: 505px;
}

.inner-area_color {
  background-color: #fff9f2;
}

/*greeting.html*/

.content_greeting{
  display: flex;
}

@media screen and (max-width: 768px){
  .content_greeting{
    display: block;
  }
}

.msg{
  padding-right: 50px;
}

@media screen and (max-width: 768px){
  .msg{
    padding-right: 0;
  }
}

.msg p {
  margin-bottom: 20px;
}

@media screen and (max-width: 330px){
  .title_about{
    font-size: 1.3em;
  }
}

.photo{
  display: block;
  text-align: center;
}

.photo img{
  width: 200px;
}

@media screen and (max-width: 768px){
  .photo img{
    width: 150px;
  }
}

p.signature {
  display: block;
  text-align: center;
}

/*Philosophy.html*/

p.font1 {
  font-family: serif;
/*    font-weight: bold;
  font-size: large;  */
}

p.font0 {
  font-family: serif;
/*    font-weight: bold;
  font-size: larger;  */
}

.intro_color {
  background-color: #fff9f2;
}

@media screen and (max-width: 768px) {
  .intro_color {
    background-color: #fff;
  }
}

.content_philosophy {
  margin: 20px 0 50px 0;
}

@media screen and (max-width: 768px) {
  .content_philosophy {
    margin: 20px 0 0 0;
  }
}

/*shishin.html*/
.title_shishin {
  font-size: 1.5em;
  padding-left: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .title_shishin {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

p.sign {
  margin-top: 80px;
  margin-left: 60%;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  p.sign {
    text-align: right;
    margin-left: 0;
  }
}

/*outline.html*/

.subtitle {
  font-weight: bold;
  font-size: 1.17em;
  width: auto;
  height: 40px;
  line-height: 40px;
}

.outline_flex {
  display: flex;
}

.outline_flex .first {
  width: 75px;
}

/*charter.html*/

h4.list_title {
  font-size: 1em;
  color: #3e3e3e;
  font-weight: bold;
  padding: 0;
  padding-bottom: 0.6rem;
  text-align: left;
  border-bottom: none;
  margin: 0 auto;
  margin-top: 0;
  width: 100%;
}

.box_charter {
  display: table-cell;
}

ul.about3 {
  list-style-position: outside;
  margin-left: 35px;
}

.about1{
  padding: 10px;
}

/*access.html*/
main section.page_main h4.access {
  font-weight: bold;
}