@charset "UTF-8";
/* mainVisual
------------------------ */

.mainVisual {
  background: #ffffff;
  background-size: cover;
}


@media print, screen and (min-width: 736px) {
  .mainVisual {
    min-width: 1040px;
  }
}


.wave{
  height: 100%;
  width: 100%;
  position: relative;
  background: #f4c600;
}

/* */
.wave::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 10px;
  background-size: 20px 20px;
  background-image:
   radial-gradient(circle at 10px -5px, transparent 12px, #ffec99 13px);
}
.wave::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 15px;
  background-size: 40px 20px;
  background-image:
    radial-gradient(circle at 10px 15px, #ffec99 12px, transparent 13px);
}



/* ヘッダー
------------------------------------------------ */

header .wrap {
display: -webkit-flex; /* Safari */
display: flex;
-webkit-align-items: center; /* Safari */
align-items:         center;
}

.header-monthly {
margin: 0 auto;
padding-right: 10px;
width: 100%;
height: auto;
}

.header-jpald {
  display: none;
}
.header-syosyoku {
  text-align: center;
}
.header-syosyoku h1 {
  width: 60%;
  margin: 0 auto;
}
.header-syosyoku .slogan {
  width: 95%;
  height: auto;
}
.header-syosyoku .sloagan-te span {
  display: block;
  font-family: 'Noto Serif Japanese', serif;
  font-weight: bold;
  transform: rotate(0.001deg);
  line-height: 1.4;
}
.header-syosyoku .sloagan-te .sub {
  font-size: calc(0.75rem + ((1vw - 3px) * 4.5977));
}
.header-syosyoku .sloagan-te .sakuhin {
  font-size: calc(1.5rem + ((1vw - 3px) * 4.8276));
}
.header-syosyoku .sloagan-te .name {
  font-size: calc(0.75rem + ((1vw - 3px) * 4.5977));
}
@media print, screen and (min-width: 736px) {
  header {
    background: #fff;
  }
    header .wrap {
    height: 80px;
    position: relative;
    width: 1040px;
    margin: 0 auto;
  }
  .header-monthly {
    position: absolute;
    top: 8px;
    left: 0;
    width: 500px;
  }
  .header-jpald {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 0;
  }
  .header-syosyoku {
    padding: 20px 0 0 0;
  }
  .header-syosyoku h1 {
    width: 200px;
    margin: 0 auto;
  }
  .header-syosyoku .slogan {
    width: 540px;
    height: auto;
  }
  .header-syosyoku .sloagan-te span {
    display: block;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: bold;
    transform: rotate(0.001deg);
    line-height: 1.4;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
  .header-syosyoku .sloagan-te .sub {
    font-size: 150%;
  }
  .header-syosyoku .sloagan-te .sakuhin {
    font-size: 300%;
  }
  .header-syosyoku .sloagan-te .name {
    font-size: 150%;
  }
}
/* 検索ボックス
------------------------------------------------ */

.search-box {
  display: none;
}
@media print, screen and (min-width: 736px) {
  .search-box {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 12px;
  }
  .search-box input, .search-box button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
  }
  .search-box input[type="search"] {
    border-color: #000;
    height: 24px;
    width: 200px;
    padding: 0 10px;
    border-bottom: 1px solid #005BA5;
  }
  .search-box .mhlab:before {
    content: url(http://www.seikatsusyukanbyo.com/images_new/search_logo.gif);
    margin-right: .2em;
  }
  .search-box button {
    height: 24px;
    width: 80px;
    border: none;
    cursor: pointer;
    padding: 0 5px;
    background: #005BA5;
    color: #fff;
  }
  .search-box button:hover {
    opacity: 0.5;
  }
  .search-box input[type="search"]:focus {
    background: #D6ECFE;
  }
}
/* グローバルメニュー
------------------------------------------------ */

.globalMenu {
  display: none;
}
@media print, screen and (min-width: 736px) {
  .globalMenu {
    background:url(../images/menu-sub-bg.gif) repeat-x 0 0;
    display: block;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: bold;
    transform: rotate(0.001deg);
    text-align: center;
  }
  .globalMenu .wrap {
    padding-top: 24px;
    background: url(../images/menu-sub.png) no-repeat 50% 0;
    background-size: 1040px auto;
    width: 1040px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .globalMenu a {
    width: 160px;
    display: block;
    font-size: 23px;
    height: 55px;
    line-height: 2;
    color: #42210B;
text-decoration: none;
  }
  .globalMenu a:hover {
    color: #fff;
text-decoration: none;
  }
  .globalMenu a.home:hover {
    background: #009A36;
  }
  .globalMenu a.ichimu:hover {
    background: #E3007F;
  }

  .globalMenu a.nisyo:hover {
    background: #F9BE00;
  }
  .globalMenu a.santa:hover {
    background: #0085CD;
  }
  .globalMenu a.home {
    width: 80px;
    font-size: 220%;
    line-height: 1.7;
  }
  .globalMenu a span {
    display: block;
    font-size: 13px;
    line-height: 0;
  }
}
/* top Contents
------------------------------------------------ */

main {
  padding: 0 10px;
}
@media print, screen and (min-width: 736px) {
  main {
    padding: 0;
    margin-bottom: 40px;
  }
}

/* aboutmonthly
------------------------------------------------ */
.aboutmonthly h3 {
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0 0 0 0 !important;
}
.aboutmonthly h3:before {
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #f4c600;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}


/* 少食
------------------------------------------------ */
/* group
------------------------------------------------ */

.group {}
.group img {
width: 70%;
height: auto;
display: block;
margin: 0 auto;
}
.group .wrap {}
.group .grid {
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 8px #D5CBBD;
}
@media print, screen and (min-width: 736px) {
  .group {
    padding-top: 20px;
    min-width: 1040px;
  }
  .group img {
display: block;
width: 250px;
height: auto;
margin: 0 auto;
  }

  .group .aboutSyosyoku img {
width: 100px;
height: auto;
}

  .group .seminar img {
width: 100%;
height: auto;
margin-bottom: 0;
}

  .group .poster img {
display: inline;
width: 150px;
height: auto;
margin-bottom: 0;
}

  .group .instagram img {
width: 100%;
height: auto;
margin-bottom: 0;
}

  .group .slogan img {
width: 350px;
height: auto;
margin-bottom: 0;
}
  .group .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1040px;
    margin: 0 auto;
  }
  .group .grid {
    padding: 20px;
    width: 245px;
    min-height: 285px;
    margin-bottom: 20px;
  }
  .group .grid.partition {
    min-height: 100px;
  }
  .group .grid.x2 {
    width: 510px;
  }
  .group .grid.x25 {
    width: 700px;
  }
  .group .grid.x3 {
    width: 775px;
  }
  .group .grid.x15 {
    width: 320px;
  }
}
/* ------------------------ */

.group .description {
width: 100%;
  margin-bottom: 20px;
}
/* 見出し
------------------------ */

h2, h3 {
  font-family: 'Noto Serif Japanese', serif;
  font-weight: bold;
  transform: rotate(0.001deg);
}
.group h2 {
  margin-bottom: 10px;
  font-size: 150%;
  background-size: auto 1.5em;
  color: #42210B;
}
.group h3 {
  position: relative;
  padding: 2px 5px 2px 50px;
  font-size: 20px;
  margin-bottom: 10px;
}
.group h3:before {
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #FF8C19;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.group .aboutSyosyoku h3:before {
  font-family: FontAwesome;
  content: "\f128";
}
.group .news h3:before {
  font-family: FontAwesome;
  content: "\f1ea";
}
.group h3.slogan:before {
  font-family: FontAwesome;
  content: "\f0a1";
}
.group h3.senryu:before {
  font-family: FontAwesome;
  content: "\f24d";
}
.group h3.seminar:before {
  font-family: FontAwesome;
  content: "\f130";
}
.group h3.oyakudachi:before {
  font-family: FontAwesome;
  content: "\f14a";
}
.group h3.poster:before {
  font-family: FontAwesome;
  content: "\f15b";
}
.group h3.support:before {
  font-family: FontAwesome;
  content: "\f2b5";
}

.group.monthly h3 {
    background: url(../images/icon-symbolMark.png) no-repeat 0 0;
    background-size: auto 38px;
}

@media print, screen and (min-width: 736px) {
  .group h2 {
    font-size: 200%;
    background-size: contain;
  }
}


/* news
------------------------ */

.news dl {
  margin-bottom: 10px;
}
.news dt {
  width: 87px;
  padding: 0 0 0 3px;
}
.news dd {
  margin: -1.7em 0 3px 0;
  padding: 0 0 3px 90px;
  border-bottom: 1px dotted #a9a9a9;
}
.news dd a {
  display: block;
}


/* about
------------------------ */

.about li {
  margin-bottom: 10px;
}
.about li:last-child {
  margin-bottom: 0;
}
.about a {
  position: relative;
  display: block;
  padding: 5px 10px;
  color: #fff;
  background: #009A36;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
text-decoration: none;
}
.about a:after {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}
.about a:link, .about a:visited, .about a:active {
  color: #fff;
text-decoration: none;

}
.about a:hover {
  text-decoration: none;
  background: #00DB71;
}
/* monthlyTheme
------------------------ */

.monthlyTheme {
  color: #42210B;
  font-family: 'Noto Serif Japanese', serif;
  font-weight: bold;
  transform: rotate(0.001deg);
  font-size: 130%;
}
.monthlyTheme .category {
  color: #fff;
  text-align: center;
}
.monthlyTheme .category.ichimu {
  background: #E3007F;
}
.monthlyTheme .category.nisyo {
  background: #F9BE00;
}
.monthlyTheme .category.santa {
  background: #0085CD;
}
.monthlyTheme a {
  text-align: center;
  padding: 10px;
  display: block;
  font-size: 120%;
  width: 100%;
  line-height: 1.4;
  color: #42210B;
}
.monthlyTheme a span {
  display: block;
  font-size: 80%;
}
.monthlyTheme a.kinen {
  background: #FECCE8;
}
.monthlyTheme a.syosyoku, .monthlyTheme a.syosyu {
  background: #FCF4CC;
}
.monthlyTheme a.tado, .monthlyTheme a.takyu, .monthlyTheme a.tasetsu {
  background: #CCF1FC;
}
.monthlyTheme a:hover {
  background: url() no-repeat 0 0 #00DB71;
  color: #fff;
}
.monthlyTheme img {
  height: 100px;
  width: auto;
}
@media print, screen and (min-width: 736px) {
  .monthlyTheme .wrap1 {
    display: -webkit-flex;
    display: flex;
  }
  .monthlyTheme .category {
    padding: .2em .5em;
    clear: both;
    font-size: 18px;
  }
  .monthlyTheme .category.ichimu {
    background: #E3007F;
  }
  .monthlyTheme .category.nisyo {
    background: #F9BE00;
  }
  .monthlyTheme .category.santa {
    background: #0085CD;
  }
  .monthlyTheme a {
    text-align: center;
    padding: 10px;
    display: block;
    font-size: 120%;
    float: left;
    width: 220px;
    line-height: 1.4;
    color: #42210B;
  }
  .monthlyTheme a span {
    display: block;
    font-size: 60%;
  }
  .monthlyTheme a.kinen {
    background: #FECCE8;
  }
  .monthlyTheme a.syosyoku, .monthlyTheme a.syosyu {
    background: #FCF4CC;
  }
  .monthlyTheme a.tado, .monthlyTheme a.takyu, .monthlyTheme a.tasetsu {
    background: #CCF1FC;
  }
  .monthlyTheme a:hover {
    background: url() no-repeat 0 0 #00DB71;
    color: #fff;
  }
}

.grid.support h4 {
border-bottom: 1px dotted #42210B;
}

/* ここから少酒
------------------------------------------------ */
/* top Contents
------------------------------------------------ */

shoshu_main {
  padding: 0 10px;
}
@media print, screen and (min-width: 736px) {
shoshu_main {
    padding: 0;
    margin-bottom: 40px;
  }
}


/* group
------------------------------------------------ */

.group_shoshu {
background:linear-gradient(#ffec99 10%, #ffffff 70%);

}
.group_shoshu img {
height: auto;
display: block;
margin: 0 auto;
}
.group_shoshu .wrap {}
.group_shoshu .grid {
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 8px #D5CBBD;
}
@media print, screen and (min-width: 736px) {
  .group_shoshu {
    padding-top: 20px;
    min-width: 1040px;
  }
  .group_shoshu img {
display: block;
height: auto;
margin: 0 auto;
  }

  .group_shoshu .aboutShoshu img {
width: 200px;
height: auto;
}

  .group_shoshu .seminar img {
width: 100%;
height: auto;
margin-bottom: 0;
}

  .group_shoshu .poster img {
display: inline;
height: auto;
margin-bottom: 0;
}

  .group_shoshu .slogan img {
width: 350px;
height: auto;
margin-bottom: 0;
}
  .group_shoshu .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1040px;
    margin: 0 auto;
  }
  .group_shoshu .grid {
    padding: 20px;
    width: 245px;
    min-height: 285px;
    margin-bottom: 20px;
  }
  .group_shoshu .grid.partition {
    min-height: 100px;
  }
  .group_shoshu .grid.x2 {
    width: 510px;
  }
  .group_shoshu .grid.x25 {
    width: 700px;
  }
  .group_shoshu .grid.x3 {
    width: 100%;
  }
  .group_shoshu .grid.x15 {
    width: 320px;
  }
}
/* ------------------------ */

.group_shoshu .description {
width: 100%;
  margin-bottom: 20px;
}
/* 見出し
------------------------ */

h2, h3 {
  font-family: 'Noto Serif Japanese', serif;
  font-weight: bold;
  transform: rotate(0.001deg);
}
.group_shoshu h2 {
  margin-bottom: 10px;
  font-size: 150%;
  background-size: auto 1.5em;
  color: #42210B;
  background: url(http://www.seikatsusyukanbyo.com/monthly/syosyu/images/shoshu-symbolicon.png) no-repeat 0 0;
  padding-left: 60px;
}
.group_shoshu h3 {
  position: relative;
  padding: 2px 5px 2px 50px;
  font-size: 20px;
  margin-bottom: 10px;
}
.group_shoshu h3:before {
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #f4c600;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.group_shoshu .aboutShoshu h3:before {
  font-family: FontAwesome;
  content: "\f128";
}
.group_shoshu .news h3:before {
  font-family: FontAwesome;
  content: "\f1ea";
}
.group_shoshu h3.slogan:before {
  font-family: FontAwesome;
  content: "\f0a1";
}
.group_shoshu h3.senryu:before {
  font-family: FontAwesome;
  content: "\f24d";
}
.group_shoshu h3.seminar:before {
  font-family: FontAwesome;
  content: "\f130";
}
.group_shoshu h3.oyakudachi:before {
  font-family: FontAwesome;
  content: "\f14a";
}
.group_shoshu h3.poster:before {
  font-family: FontAwesome;
  content: "\f15b";
}
.group_shoshu h3.support:before {
  font-family: FontAwesome;
  content: "\f2b5";
}

.group_shoshu.monthly h3 {
    background: url(http://www.seikatsusyukanbyo.com/monthly/syosyu/images/shoshu-symbolicon.png) no-repeat 0 0;
    background-size: auto 38px;
}

@media print, screen and (min-width: 736px) {
  .group_shoshu h2 {
    font-size: 200%;
    background-size: contain;
    padding-left: 60px;
  }
}

.midashi {
  position: relative;
  padding: 2px 5px 2px 50px;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: 'Noto Serif Japanese', serif;
  font-weight: bold;
  transform: rotate(0.001deg);
}
.midashi :before {
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #f4c600;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
/* news
------------------------ */

.news dl {
  margin-bottom: 10px;
}
.news dt {
  width: 87px;
  padding: 0 0 0 3px;
}
.news dd {
  margin: -1.7em 0 3px 0;
  padding: 0 0 3px 90px;
  border-bottom: 1px dotted #a9a9a9;
}
.news dd a {
  display: block;
}
/* about
------------------------ */

.about li {
  margin-bottom: 10px;
}
.about li:last-child {
  margin-bottom: 0;
}
.about a {
  position: relative;
  display: block;
  padding: 5px 10px;
  color: #fff;
  background: #009A36;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
text-decoration: none;
}
.about a:after {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}
.about a:link, .about a:visited, .about a:active {
  color: #fff;
text-decoration: none;

}
.about a:hover {
  text-decoration: none;
  background: #00DB71;
}
/* monthlyTheme
------------------------ */

.monthlyTheme {
  color: #42210B;
  font-family: 'Noto Serif Japanese', serif;
  font-weight: bold;
  transform: rotate(0.001deg);
  font-size: 130%;
}
.monthlyTheme .category {
  color: #fff;
  text-align: center;
}
.monthlyTheme .category.ichimu {
  background: #E3007F;
}
.monthlyTheme .category.nisyo {
  background: #F9BE00;
}
.monthlyTheme .category.santa {
  background: #0085CD;
}
.monthlyTheme a {
  text-align: center;
  padding: 10px;
  display: block;
  font-size: 120%;
  width: 100%;
  line-height: 1.4;
  color: #42210B;
}
.monthlyTheme a span {
  display: block;
  font-size: 80%;
}
.monthlyTheme a.kinen {
  background: #FECCE8;
}
.monthlyTheme a.syosyoku, .monthlyTheme a.syosyu {
  background: #FCF4CC;
}
.monthlyTheme a.tado, .monthlyTheme a.takyu, .monthlyTheme a.tasetsu {
  background: #CCF1FC;
}
.monthlyTheme a:hover {
  background: url() no-repeat 0 0 #00DB71;
  color: #fff;
}
.monthlyTheme img {
  height: 100px;
  width: auto;
}
@media print, screen and (min-width: 736px) {
  .monthlyTheme .wrap1 {
    display: -webkit-flex;
    display: flex;
  }
  .monthlyTheme .category {
    padding: .2em .5em;
    clear: both;
    font-size: 18px;
  }
  .monthlyTheme .category.ichimu {
    background: #E3007F;
  }
  .monthlyTheme .category.nisyo {
    background: #F9BE00;
  }
  .monthlyTheme .category.santa {
    background: #0085CD;
  }
  .monthlyTheme a {
    text-align: center;
    padding: 10px;
    display: block;
    font-size: 120%;
    float: left;
    width: 220px;
    line-height: 1.4;
    color: #42210B;
  }
  .monthlyTheme a span {
    display: block;
    font-size: 60%;
  }
  .monthlyTheme a.kinen {
    background: #FECCE8;
  }
  .monthlyTheme a.syosyoku, .monthlyTheme a.syosyu {
    background: #FCF4CC;
  }
  .monthlyTheme a.tado, .monthlyTheme a.takyu, .monthlyTheme a.tasetsu {
    background: #CCF1FC;
  }
  .monthlyTheme a:hover {
    background: url() no-repeat 0 0 #00DB71;
    color: #fff;
  }
}

.grid.support h4 {
border-bottom: 1px dotted #42210B;
}


