
#tandm-titleimage {
  background: #fff url(../images/taima2.jpg) no-repeat center center;
  height: 700px;
  background-size: cover;
  overflow: hidden;
  margin: 100px 0 0 0;
}

@media screen and (max-width: 480px) {
#tandm-titleimage {
  background: #fff url(../images/taima4.jpg) no-repeat center center;
}
}
@media screen and (max-width: 1199px) {
#tandm-titleimage {
  margin: 90px 0 0 0;
  background: #fff url(../images/taima3.jpg) no-repeat center center;
  background-size: cover;
}
}

@media screen and (max-width: 480px) {
#tandm-titleimage {
  margin: 60px 0 0 0;
  height: 500px;
}
}

#naiyou-contents {
  background-color: #fff;
  padding: 50px 0 50px 0;
}

@media screen and (max-width: 480px) {
#naiyou-contents .theme.h2 {
  font-size: 24px;
}
}
#naiyou-contents .title {
     background: #0066cc;
     border-radius: 20px;
     -moz-border-radius: 20px;
     -webkit-border-radius: 20px;
     color: #ffffff;
     padding: 2px 4px;
     font-weight: bold;
 }

#naiyou-contents .title2 {
     background: #0066cc;
     border-radius: 20px 20px 0px 0px;
     -moz-border-radius: 20px 20px 0px 0px;
     -webkit-border-radius: 20px 20px 0px 0px;
     color: #ffffff;
     padding: 2px 4px;
     font-weight: bold;
  font-size: 28px;
 }
#naiyou-contents .bluewrap{
	background-color: #f0f0ff;
     padding: 20px 10px;
}
@media screen and (max-width: 480px) {
#naiyou-contents .bluewrap{
     padding: 20px 0px;
}
}
#naiyou-contents .point {
  display: block;
  float: left;
}
#naiyou-contents .point-box {
  text-align: center;
  padding: 10px;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
}
#naiyou-contents .point-title {
  margin: 5px 0 10px 0;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 480px) {
#naiyou-contents .suityusaikou2 {
    display: none;
}
}
@media screen and (max-width: 480px) {
#naiyou-contents .suityusaikou {
    display: none;
}
}

#naiyou-contents .title3 {
     background: #663;
     border-radius: 20px 20px 0px 0px;
     -moz-border-radius: 20px 20px 0px 0px;
     -webkit-border-radius: 20px 20px 0px 0px;
     color: #ffffff;
     padding: 2px 4px;
     font-weight: bold;
  font-size: 28px;
 }

#naiyou-contents .brownwrap {
	background-color: #ccffcc;
     padding: 20px 10px;
}

@media screen and (min-width: 480px) {
#naiyou-contents .nature2 {
    display: none;
}
}
@media screen and (max-width: 480px) {
#naiyou-contents .nature {
    display: none;
}
}

#naiyou-contents .point-box img {
  margin-bottom: 10px;
}

#naiyou-contents .point-box p {
  text-align: left;
}

#naiyou-contents .bgcolored {
  background: #f2f2f2;
}

#naiyou-contents .borderd {
  border: 3px double #000;
  margin: 10px 0 0 0;
  padding: 5px;
}


@media screen and (min-width: 480px) {
#naiyou-contents .tandmfee2 {
    display: none;
}
}
@media screen and (max-width: 480px) {
#naiyou-contents .tandmfee {
    display: none;
}
}
.red {
  color: red;
}
.b {
  font-weight: bold;
}

.width100 {
  width:100%;
}
.width90 {
  width:90%;
}

.others ul,.konnnakata ul {
padding-left: 10px;
}

.space-t10-b10 {
  padding: 10px 0 10px 0;
}
.space-t30-b10 {
  padding: 30px 0 10px 0;
}

.space-t10 {
  padding: 10px 0 0px 0;
}
.space-t20 {
  padding: 20px 0 0px 0;
}


