@charset "UTF-8";
/*
Theme Name: smiletaisou_4.0
Author: Takahashi
Version: 1.0
*/

/* ==========================================================================
   Foundation
   ========================================================================== */

/*Reset
  ----------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*base
  ----------------------------------------------------------------------------*/
  /*
  * Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
   */
  @font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
  }
  @font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
  }
  @font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 300;
     src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
  }
  @font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 400;
     src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
   }
  @font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 500;
     src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
   }
  @font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 700;
     src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
   }
  @font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 900;
     src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
   }


body {
	background-color: #FAFAFA;
  font-family: 'Noto Sans Japanese', sans-serif;
}

/* ==========================================================================
   Layout
   ========================================================================== */

/* Header
   ----------------------------------------------------------------- */


/* Main
   ----------------------------------------------------------------- */


/* footer
   ------------------------------------------------------------------*/
#footer {
  width: 100%;
  height: 100px;
  background-color: #EF6C00;
}

#footer_in {
  width: 900px;
  margin: 0 auto;
  color: #FFF;
}
/* ==========================================================================
   Object
   ========================================================================== */

/* Component
   ----------------------------------------------------------------- */

/**
 *title
 */
.title {
  position: absolute;
  top: 300px;
  color: #EF6C00;
}

.title__title {
  font-size: 20pt;
}

.title__namae {
  font-size: 65pt;
  margin: 20px 0 5px 0;
}

.title__name {
  font-size: 20pt;
}

@media screen and (min-width: 600px) and (max-width: 979px) {
.title {
  top: 230px;
}

.title__title {
  font-size: 16pt;
}

.title__namae {
  font-size: 50pt;
  margin: 10px 0 5px 0;
}

.title__name {
  font-size: 17pt;
}

}

@media screen and (max-width: 599px) {
  .title {
    top: 180px;
  }

  .title__title {
    font-size: 11pt;
  }

  .title__namae {
    font-size: 35pt;
    margin: 5px 0 3px 0;
  }

  .title__name {
    font-size: 11pt;
  }
}

/**
 *catch_copy
 */
.catch_copy {
  position: absolute;
  top: 40px;
  width: 600px;
}

.catch_copy img {
  width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 979px) {
  .catch_copy {
    top: 5%;
    width: 50%;
  }
}

@media screen and (max-width: 599px){
  .catch_copy {
    top: 50px;
    width: 60%;
  }
}
/**
 * Button
 */
.button {
  width: 443px;
  height: 40px;
  border: solid 4px #FFF;
  padding-top: 2px;
  margin: 10px 0;
}

.button a {
  font-size: 13pt;
  line-height: 2.3;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  padding: 1;
  margin: -1;
  display: block;
}

@media screen and (max-width: 979px) {
  .button {
    width: 98%;
    padding-top: 8px;
  }

  .button a {
    font-size: 11pt;
  }
}

.button--pink {
  background-color: #E91E63;
}

.button--blue {
  background-color: #039BE5;
}

.button--green {
  background-color: #43A047;
}


/**
 * Media
 */



/* Project
   ----------------------------------------------------------------- */
/**
 *top
 */
#top {
  width: 100%;
  height: 500px;
  background-image: url(http://www.smiletaisou.com/images/home_top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 10%;
  background-position-x: 65%;
}

#top__in {
  width: 900px;
  margin: 0 auto;;
}





@media screen and (min-width: 600px) and (max-width: 979px) {
#top {
  height: 400px;
}

#top__in {
  width: 92%;
  padding: 0 4% 15% 4%;
}
}

@media screen and (max-width: 599px) {
#top {
  height: 300px;
}

#top__in {
  width: 92%;
  padding: 0 4% 15% 4%;
}
}
/**
 *screen
 */
.screen {
  width: 100%;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 600px) and (max-width: 879px) {
.screen {
  height: 350px;
}
}

@media screen and (max-width: 599px) {
.screen {
  height: 250px;
}
}


.screen--home_rhythmwalk {
  background-position-x: 65%;
  background-position-y: 50%;
  background-image: url('http://www.smiletaisou.com/images/home_rhythmwalk.jpg');
}

.screen--home_squarestep {
  background-position-x: 70%;
  background-position-y: 50%;
  background-image: url('http://www.smiletaisou.com/images/home_squarestep.jpg');
}

.screen--home_aqua {
  background-position-x: 60%;
  background-position-y: 50%;
  background-image: url('http://www.smiletaisou.com/images/home_aqua.jpg');
}

.screen--home_aero {
  background-position-x: 5%;
  background-position-y: 70%;
  background-image: url('http://www.smiletaisou.com/images/home_aero.jpg');
}

.screen--home_contact {
  background-position-x: 40%;
  background-position-y: 40%;
  background-image: url('http://www.smiletaisou.com/images/home_contact.jpg');
}

/*
 *slide
 */
.slide {
 width: 100%;

}

.slide--top {
  background-color: #EF6C00;
}

.slide__in {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 70px;
  overflow: visible;
}



.slide__in::after {
  display: block;
  content: "";
  clear:both;
}

@media screen and (max-width: 979px) {
.slide {
  width: 100%;
}
.slide__in {
  width: 90%;
  padding: 0 5% 15% 5%;
}

.slide__in--top {
  padding-top: 50px;
}

}
/*
 *block block--XX
 */

.block {
  width: 390px;
  overflow: visible;
}


.block--h1 {
  padding: 50px 20px 50px 30px;
  margin-top: -50px;
  background-color: #FAFAFA;
}

.block--h1--news {
  width: 440px;
  padding: 0;
  margin-top: 40px;
  background: none;
  border: solid 5px #FFF;
}

.block--text {
  margin-top: 40px;
}

.block--sns {
  margin-top: 40px;
}

.u-block_shadow {
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
}

.u-float_left {
  float: left;
}
.u-float_right {
  float: right;
}

@media screen and (max-width: 979px) {
.block {
  width: auto;
  float: none;
}

.block--h1 {
  margin-top: -30px;
}

.block--h1--news {
  padding: 0;
}

}

@media screen and (min-width: 600px) and (max-width: 979px) {
.block--h1 {
  padding: 30px 0px 20px 60px;
}

.block--h1--news {
  padding: 0;
}
}

@media screen and (max-width: 599px) {
.block--h1 {
  padding: 40px 0px 30px 18px;
}
.block--h1--news {
  padding: 0;
}
}

/*
 *block--XX XX
 */
.block--h1 span {
  font-size: 14pt;
  font-weight: bold;
  color: #757575;
}

.block--h1 h1 {
  font-size: 3em;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 30px;
  color: #424242;
}

.block--h1--news h3 {
  font-size: 15pt;
  font-weight: bold;
  color: #FFF;
  margin-top: 1.3%;
  padding: 3% 5%;
}

.block--h1--news a {
  border-top: dotted 4px #FFF;
  display: block;
  margin: 0 7px;
  padding: 12px 2px;
  font-size: 13pt;
  line-height: 1.7;
  color: #FFF;
  text-decoration: none;
  webkit-transition: 0.8s;
-moz-transition: 0.8s;
-o-transition: 0.8s;
-ms-transition: 0.8s;
transition: 0.8s;
}

.block--h1--news a dt {
  text-decoration: underline;
}

.block--h1--news a:hover {
  background-color: #FF9800;
}

.block--text p {
  font-size: 1.1em;
  line-height: 1.9;
  color: #424242;
  font-weight: 300;
}

.introduction p {
  color: #FFF;
  font-size: 0.9em;
  line-height: 1.8;
}

@media screen and (min-width: 600px) and (max-width: 979px) {
.block--h1 span {
  font-size: 1.0em;
}

.block--h1 h1 {
  font-size: 2.4em;
  line-height: 1.5;
  margin-top: 20px;
}
.block--text p {
  font-size: 0.9em;
  line-height: 1.9;
}

.introduction  {
  margin-bottom: 30px;
}
}

@media screen and (max-width: 599px) {
.block--h1 span {
  font-size: 1.0em;
}

.block--h1 h1 {
  font-size: 2.0em;
  line-height: 1.5;
  margin-top: 20px;
}

.block--text p {
  font-size: 0.9em;
  line-height: 1.9;
}

.introduction  {
  margin-bottom: 30px;
}
}




.blank {
  width: 100%;
  height: 500px;
}


/*
 *article
 */

.contents {
  padding-top: 30px;
}

.contents__in {
  background-color: #FFF;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  width: 80%;
  padding-top: 10%;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 20vh;
}

.contents__in h3 {
  font-size: 20pt;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

.contents__in p {
  font-size: 14pt;
  font-weight: 200;
  line-height: 1.7;
}

@media screen and (max-width: 599px) {
  .contents__in h3 {
    font-size: 16pt;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .contents__in p {
    font-size: 12pt;
    font-weight: 200;
    line-height: 1.8;
  }
}


button {
  background: none;
  border: none;
}

.box_button {
  color: #FFF;
  background-color: #2196F3;
  text-decoration: none;
  font-size: 14pt;
  font-weight: medium;
  padding: 8px 16px;
  border-radius: 2px;        /* CSS3草案 */
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
-moz-border-radius: 2px;   /* Firefox用 */
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

/* Utitlity
   ----------------------------------------------------------------- */

/**
 * Clearfix
 */


/**
 * Display
 */



/**
 * Margin
 */


}
