@charset "UTF-8";

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format('opentype');
 }

body{
    font-family: 'Noto Serif Japanese', serif;
}

html {
  overflow-y: scroll; 
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }

body {
  color: #42210B;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.2px;
-webkit-text-size-adjust: 100%;
background: #FAF7ED;
}

/* for IE7 */
*+html body {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック'; 
}

/* for IE6 */
* html body {
  font-family: 'ＭＳ Ｐゴシック';
}

/* link
------------------------------------------------ */

a {
  cursor: pointer;
  transition: .4s;
}

a:link {
color:#844125;
text-decoration:none;
}

a:visited {
color:#844125;
text-decoration:none;
}

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

a:active {
color:#BF6020;
text-decoration:underline;
}

@media print, screen and (min-width: 736px) {

a:hover img {
opacity: 0.7;filter: alpha(opacity=70);-moz-opacity: 0.7;
}
a:active img {
opacity: 0.7;filter: alpha(opacity=70);-moz-opacity: 0.7;
}

a:active img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

header a:hover img,
.nav ul li a:hover img,
.nav ul li a:active img {
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity: 1;
}

}

/* clearfix
------------------------------------------------ */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-Mac */

/* ﾊｸｻ&#65533;
------------------------------------------------ */

strong {
  font-weight: bold;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.smallCap {
font-size: 0.8rem;
}

.largeCap {
font-size: 1.2rem;
}

.vLast {
margin-bottom:0 !important;
}

.hLast {
margin-right:0 !important;
}

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

.super {
vertical-align: super;
font-size: 0.8rem;
}

main .entryBody p {
margin-bottom: 1em;
}

.floatL {
float: left;
}

.floatR {
float: right;
}

.margin-b {
margin-bottom: 1em;
}

/* img
------------------------------------------------ */

img {
max-width: 100%;
height: auto;
}

/* display: none;
------------------------------------------------ */

@media screen and (max-width: 735px) {
.pcOnly {
display: none;
}
}

@media print, screen and (min-width: 736px), print {
.spOnly {
display: none;
}
}

/* button
------------------------------------------------ */
.button {
text-align: center;
}

.button a {
display:inline-block;
padding: 5px 40px;
color: #fff;
background: #009A36;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 8px 8px #D5CBBD;
text-decoration: none;

}

.button a:link,
.button a:visited,
.button a:active {
color: #fff;
text-decoration: none;
}

.button a:hover {
text-decoration: none;
background: #00C164;
color: #fff;
box-shadow: none;
text-decoration: none;
}

/* ------------------------ */

  .button .instagram:after {
    font-family: FontAwesome;
    content : "\f16d";
    margin-left: .5em;
    font-size: 120%;
  }

/* ------------------------------------------------ */

.button2 {
text-align: center;
}

.button2 a {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #00DB71 0%, #008E4A 100%);
    background-image: linear-gradient(45deg, #00DB71 0%, #008E4A 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #008E4A;
}



.button2 a:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

/* ------------------------ */

.buttonMore {
text-align: center;
}

.buttonMore span {
cursor: pointer;
display:inline-block;
padding: 5px 10px;
color: #fff;
background: #d40508;
background: #7BB0FD;
background: #4993FC;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.buttonMore span:hover {
color: #fff;
text-decoration: none;
background: #F9070B; 
}

/* ------------------------ */

.pageButton {
margin: 20px;
}

.pageButton .next {
float: right;
}

.pageButton .prev {
float: left;
}
/* noscript
------------------------------------------------ */
.noscript {
  position: relative;
  z-index: 5260;
  padding: 10px;
  border-bottom: #00A893 solid 1px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
}

.noscript span {
  color: #ff0000;
}

/* #page-top
------------------------------------------------ */

.pageTop {
position: fixed;
bottom: 20px;
right: 20px;
text-align: center;
font-size: 90%
}
.pageTop a {
display: block;
text-decoration: none;
color: #fff;
background: #009A36;
opacity: 0.7;
padding: 10px;
}
.pageTop a:hover {
background: #00C164;
color: #fff;
}
.pageTop a.btnA {
padding: 10px 10px 5px 10px;
border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
}

.pageTop a.btnB {
padding: 5px 10px 10px 10px;
border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
}

/* ------------------------------------------------ */
/* sp-menu
------------------------------------------------ */
@media screen and (max-width: 735px) {

.btn-menu {

width: 50px;
height: 50px;
background: #42210B;
}

.btn-menu .menu-trigger,
.btn-menu .menu-trigger span{
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
}

.btn-menu .menu-trigger{
  position: relative;
width: 50px;
height: 50px;
  z-index: 3; 
  text-align: center;
}

.btn-menu .menu-trigger span {
  position: absolute;
  background: #fff;
  width: 35px;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
}

.btn-menu .menu-trigger span:nth-of-type(1){
  top: 8px;
right: 0;
}

.btn-menu .menu-trigger span:nth-of-type(2){
  top: 18px;
right: 0;
}

.btn-menu .menu-trigger span:nth-of-type(3){
  top: 28px;
right: 0;
}

.btn-menu .menu-trigger span:nth-of-type(4){
background: none;
  top: 30px;
  font-size: 70%;
  color: #fff;
line-height: 1.7;

}

.btn-menu .menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.btn-menu .menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}

.btn-menu .menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
}

/* ------------------------------------------------ */
@media screen and (max-width: 735px) {
.sp-menu {
display: none;
  position: absolute;
  top: 50px;
  background: #42210B;
  width: 100%;
  z-index: 2;
padding: .5em;
box-sizing: border-box;
}

.sp-menu a {
display:block;
color: #fff;
}

.sp-menu ul {
background: #eee;
}

.sp-menu a {
padding: .5em;
border-bottom: 1px solid #fff;
}
.sp-menu a.home:after {
content:"全国生活習慣病予防月間";
margin-left: .5em;
}
}

@media print, screen and (min-width: 736px) {
.btn-menu {
display: none;
}
}

/* footer
------------------------------------------------ */

footer {
text-align: center;
padding: .5em;
background: #ff8c19;
color: #fff;
}

@media print, screen and (min-width: 736px) {

footer {
min-width: 1040px;
}

}