/**
 * default.css
 * updatedAt: 2016.11.30
 * createdAt: 2016.11.29
 */

/*========================================

  Reset

========================================*/
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p {margin:0;}
em {font-style:normal;}
picture {vertical-align:top;}


/*========================================

  body

========================================*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: 'Hiragino Kaku Gothic Pro',
  '\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33',
  '\30E1\30A4\30EA\30AA',Meiryo,
  '\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',
  Verdana,san-serif;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
.serif {
  font-family: 'Hiragino Mincho Pro',
  '\30D2\30E9\30AE\30CE\660E\671D\20\50\72\6F',
  '\48\47\53\660E\671D\45','\FF2D\FF33\20\FF30\660E\671D',
  serif;
}
.ie-legacy body {
  min-width: 1000px;
}


/*========================================

  common

========================================*/
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 93.75%;
}
.inner:after,
.clearfix:after {
  clear: both;
  display: block;
  content: '';
}
.img-box {
  line-height: 0;
}
.img-box img {
  width: 100%;
  height: auto;
}
a {
  /*color: #5787f4;*/
}
a:hover {
  /*color: #5787f4;*/
  text-decoration: none;
}
a.hover {
  /*display: inline-block;*/
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover:hover {
  opacity: 0.8;
}
.btn-arrow:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 5px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
}

.b32 { display: none; }
.b48 { display: none; }
.b64 { display: none; }
.b96 { display: none; }
.b120 { display: none; }
.break { display: block; }

@media(max-width:1200px) {
  .b120 { display: block; }
  .nb120 { display: none; }
  img.b120 { display: inline; }
}
@media(max-width:960px) {
  .b96 { display: block; }
  .nb96 { display: none; }
  img.b96 { display: inline; }
}
@media(max-width:640px) {
  .wrapper, .inner {
    width: 90.625%;
  }
  .b64 { display: block; }
  .nb64 { display: none; }
  img.b64 { display: inline; }
}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
  img.b48 { display: inline; }
  .ss-b48 { display: block; }
}
@media(max-width:320px) {
  .b32 { display: block; }
  .nb32 { display: none; }
  img.b32 { display: inline; }
}

/*----------------------------------------
  .button
----------------------------------------*/
.button {
  position: relative;
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px 9px;
  font-size: 112.5%;
  line-height: 1.4;
  color: #fff;
}
a.button {
  transition: background 0.2s !important;
  -webkit-transition: background 0.2s !important;
}
.button.bold {
  font-weight: 700;
}
.button {
  background: #5787e4;
}
.button.orange {
  background: #eb7b57;
}
.button.gray {
  background: #3f3f3f;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background: #89abec;
}
.button.orange:hover {
  background: #ef9172;
}
.button.gray:hover {
  background: #656565;
}
.button span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 16px;
}
.button span:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}
.button[target=_blank] span:after,
.button.blank span:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 10px;
  width: 12px;
  height: 10px;
  background-image: url(../img/icn_blank@2x.png);
  background-repeat: no-repeat;
  background-size: 12px 10px;
}
.ie-legacy .button[target=_blank] span:after,
.ie-legacy .button.blank span:after {
  background-image: url(../img/icn_blank.png);
}

.button.arrow {
  padding: 16px 45px 15px 35px;
}
.button.arrow span {
  padding-left: 0;
}
.button.arrow span:before {
  display: none !important;
}
.button.arrow:after {
  content: '';
  position: absolute;
  display: block;
  right: 25px;
  top: 50%;
  margin-top: -11px;
  width: 10px;
  height: 22px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
}

@media(max-width:960px) {
  .button.arrow {
    padding-right: 40px;
    padding-left: 40px;
  }
  .button.arrow:after {
    right: 20px;
  }
}
@media(max-width:640px) {
  .button {
    padding: 15px 15px;
  }
  .button[target=_blank] span:after,
  .button.blank span:after {
    top: -3px;
  }
}



/*========================================

  header

========================================*/
header {
  background: #fff;
}
header .wrapper {
  display: table;
}
header h1 {
  display: table-cell;
  padding: 23px 0 26px;
  width: 111px;
}
header h1 a {
  display: block;
  line-height: 0;
}
header h1 img {
  width: 100%;
  height: auto;
}
header p {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 87.5%;
  line-height: 1.2;
}

@media(max-width:640px) {
  header h1 {
    padding: 25px 0;
    width: 18.3334%;
    min-width: 80px;
  }
}



/*========================================

  .mainvisual

========================================*/
.mainvisual {
  background-image: url(../img/mainvisual.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.mainvisual-inner {
  position: relative;
  margin: 0 auto;
  padding-bottom: 600px;
}
.mainvisual-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mainvisual-txt-box {
  display: table;
  width: 100%;
  height: 100%;
}
.mainvisual-txt {
  display: table-cell;
  vertical-align: middle;
}
.mainvisual-txt .txt-box {
  display: inline-block;
  box-sizing: border-box;
  padding: 5% 1% 5% 3.5%;
  width: 35.5%;
  background: #fff;
}
.mainvisual-txt em {
  display: block;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
}
.mainvisual-txt h1 {
  font-size: 200%;
  font-weight: 400;
  line-height: 1.5;
  color: #ea5504;
}

@media(max-width:960px) {
  .mainvisual-inner {
    padding-bottom: 60%;
  }
  .mainvisual-txt .txt-box {
    font-size: 118.8%;
    width: 45%;
  }
}
@media(max-width:640px) {
  .mainvisual {
	background-image: url(../img/mainvisual_sp.jpg);
    background-position: 67% top;
    background-size: auto 100%;
    overflow: hidden;
  }
  .mainvisual .wrapper {
    width: 100%;
  }
  .mainvisual-inner {
    padding-bottom: 100%;
  }
  .mainvisual-txt {
    vertical-align: middle;
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
  .mainvisual-txt .txt-box {
    25px 4.6875% 15px;
    font-size: 100%;
    width: 55%;
	background-color: rgba(255,255,255,0.9);
  }
  .mainvisual-txt em {
    /*font-size: 125%;*/
  }
  .mainvisual-txt h1 {
    margin: 5px 0 0;
    font-size: 150%;
  }
}
/*@media(max-width:320px) {
  .mainvisual-txt em {
    font-size: 112.5%;
  }
  .mainvisual-txt h1 {
    font-size: 193.8%;
  }
}*/



/*========================================

  article

========================================*/
article {
  position: relative;
  margin: 0 auto;
}
article:after,
section:after {
  clear: both;
  display: block;
  content: '';
}
article .title-box {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
article .title-box h2 {
  display: table;
  height: 129px;
  font-size: 200%;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
article .title-box h2 span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 6.3%;
}
article .title-box + .inner {
  margin-top: 50px;
}
.float-box {
  font-size: 0;
}
.float-item {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
.sec-heading {
  font-size: 150%;
  font-weight: normal;
  line-height: 1.4;
}
.heading {
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.4;
}
p.txt {
  font-size: 100%;
  line-height: 2.0;
  letter-spacing: 0;
}
p.txt-note {
  margin-top: 5px;
  font-size: 87.5%;
  line-height: 1.4;
}
.sec-heading + p.txt {
  margin-top: 15px;
}
.heading + p.txt {
  margin-top: 5px;
}
.caption {
  display: inline-block;
  margin-top: 10px;
  font-size: 87.5%;
  line-height: 1.6;
}
.img-box.shadow {
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.25);
}
.img-box.border {
  box-sizing: border-box;
  border: 6px solid #fff;
}

@media(max-width:960px) {
  article {
    font-size: 93.8%;
    overflow: hidden;
  }
  article .title-box {
    background-position: 62% center;
  }
  article .title-box h2 {
    height: 120px;
    font-size: 225%;
    letter-spacing: -0.02em;
  }
  .float-item {
    font-size: 0.938rem;
  }
  .caption {
    font-size: 81.3%;
  }
  .img-box.shadow {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
  }
  .img-box.border {
    border-width: 4px;
  }
}
@media(max-width:640px) {
  article {
    font-size: 100%;
  }
  article .title-box {
    background-position: 70% center;
  }
  article .title-box h2 {
    padding: 20px 0;
    height: auto;
    font-size: 200%;
  }
  article .title-box h2 span {
    padding: 0 10px;
  }
  article .title-box + .inner {
    margin-top: 30px;
  }
  .float-item {
    font-size: 1rem;
  }
  .sec-heading {
    font-size: 175%;
  }
  .heading {
    font-size: 131.3%;
  }
  p.txt {
    font-size: 106.3%;
  }
}
@media(max-width:480px) {
  .sec-heading em {
    display: block;
    margin: 0 0 5px;
  }
  .sec-heading span {
    padding: 0 5% 15px;
  }
}
@media(max-width:320px) {
  article {
    font-size: 93.8%;
  }
  .heading {
    font-size: 125%;
  }
}

/*----------------------------------------
  .notebook
----------------------------------------*/
.notebook {
  box-sizing: border-box;
  position: relative;
  padding: 35px 40px 45px;
  background-image: url(../img/notebook_bg.png);
  background-size: 100% auto;
}
.notebook.bg2 {
  background-image: url(../img/notebook_bg2.png);
}
.notebook .frame {
  background: #fff;
}
.notebook .frame:after {
  clear: both;
  display: block;
  content: '';
}

@media(max-width:960px) {
  .notebook {
    padding: 30px 35px 40px;
  }
}
@media(max-width:640px) {
  .notebook {
    padding: 25px 20px 30px;
    background-size: 250% auto;
  }
}



/*========================================

  #Intro

========================================*/
#Intro .lead {
  margin-top: 5%;
  font-size: 112.5%;
  font-weight: 400;
  line-height: 2.0;
}

@media(max-width:640px) {
  #Intro .lead {
    margin-top: 30px;
    font-size: 106.3%;
    line-height: 1.8;
  }
}

/*----------------------------------------
  #Intro .notebook
----------------------------------------*/
#Intro .notebook {
  margin: 5% auto 8.5%;
}
#Intro .notebook h3 {
  /*font-size: 150%;
  font-weight: normal;
  line-height: 1.2;*/
}
#Intro .notebook .ready .txt-box {
  float: left;
  margin-top: 15px;
  width: 55.8510638%;
}
#Intro .notebook dt {
  position: relative;
  margin-top: 25px;
  padding-left: 40px;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.2;
}
#Intro .notebook dt:after {
  content: '';
  position: absolute;
  display: block;
  left: -8px;
  top: -17px;
  padding-bottom: 41px;
  width: 43px;
  background-image: url(../img/intro_check@2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#Intro .notebook dd {
  margin-top: 5px;
  padding-left: 40px;
  font-size: 100%;
  line-height: 2.0;
}
#Intro .notebook dd span {
  font-size: 87.5%;
}
#Intro .notebook .ready .img-box {
  float: right;
  margin: 10px 3.5869565% 0 0;
  max-width: 302px;
  width: 32.8260869%;
}
#Intro .notebook .frame {
  display: table;
  margin-top: 25px;
  padding: 2.7173913% 4.347826% 2.7173913% 3.8043478%;
}
#Intro .notebook .frame .img-box {
  display: table-cell;
  vertical-align: middle;
  max-width: 111px;
  width: 13.1360946%;
}
#Intro .notebook .frame .txt-box {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 35px;
  font-size: 100%;
  line-height: 2.0;
  color: #d20000;
}
#Intro .notebook .frame .txt-box b {
  text-decoration: underline;
}

@media(max-width:960px) {
  #Intro .notebook dd {
    line-height: 1.8;
  }
  #Intro .notebook .frame .txt-box {
    line-height: 1.8;
  }
}
@media(max-width:640px) {
  #Intro .notebook {
    margin: 30px auto 60px;
  }
  #Intro .notebook h3 {
    text-align: center;
    font-size: 175%;
  }
  #Intro .notebook .ready .txt-box {
    float: none;
    margin-top: 10px;
    width: auto;
  }
  #Intro .notebook dt {
    position: relative;
    margin-top: 35px;
    padding-left: 30px;
  }
  #Intro .notebook dt:after {
    background-size: 85% auto;
  }
  #Intro .notebook dd {
    margin-top: 10px;
    padding-left: 0;
    line-height: 1.8;
  }
  #Intro .notebook .ready .img-box {
    float: none;
    margin: 25px auto 0;
    width: 75%;
    text-align: center;
  }
  #Intro .notebook .frame {
    display: block;
    margin-top: 25px;
    padding: 20px;
  }
  #Intro .notebook .frame .img-box {
    display: block;
    margin: 0 auto;
    width: 30%;
  }
  #Intro .notebook .frame .txt-box {
    display: block;
    margin-top: 15px;
    padding-left: 0;
    font-size: 100%;
    line-height: 1.8;
  }
}



/*========================================

  #Care

========================================*/
#Care {
  padding-bottom: 110px;
}
#Care .title-box {
  background-image: url(../img/care_title.jpg);
}

@media(max-width:640px) {
  #Care {
    padding-bottom: 60px;
  }
}

/*----------------------------------------
  #Care .care-01
----------------------------------------*/
#Care .care-01 .txt-box {
  float: left;
  width: 53%;
}
#Care .care-01 .img-box {
  float: right;
  margin: 25px 0 0 0;
  max-width: 325px;
  /*width: 29%;*/
}

@media(max-width:960px) {
  #Care .care-01 .txt-box {
    width: 59%;
  }
  #Care .care-01 .img-box {
    margin: 40px 5% 0 0;
  }
}
@media(max-width:640px) {
  #Care .care-01 .txt-box {
    float: none;
    width: auto;
  }
  #Care .care-01 .img-box {
    float: none;
    margin: 20px auto 0;
    width: 82%;
  }
}

/*----------------------------------------
  #Care .care-02
----------------------------------------*/
#Care .care-02 {
  margin-top: 90px;
}
#Care .care-02 .txt-box {
  float: left;
  width: 28%;
}
#Care .care-02 .img-box {
  float: right;
  width: 68.5%;
}
#Care .care-02 .img-a {
  max-width: 382px;
  width: 55.7664233%;
}
#Care .care-02 .img-b {
  float: right;
  margin-top: -12%;
  max-width: 293px;
  width: 42.7737226%;
}

@media(max-width:960px) {
  #Care .care-02 {
    margin-top: 9%;
  }
  #Care .care-02 .txt-box {
    width: 41%;
  }
  #Care .care-02 .img-box {
    width: 54%;
  }
}
@media(max-width:640px) {
  #Care .care-02 {
    margin-top: 60px;
  }
  #Care .care-02 .txt-box {
    float: none;
    width: auto;
  }
  #Care .care-02 .img-box {
    float: none;
    width: auto;
  }
  #Care .care-02 .img-a,
  #Care .care-02 .img-b {
    float: none;
    margin: 30px auto 0;
    width: 82%;
  }
}

/*----------------------------------------
  #Care .care-03
----------------------------------------*/
#Care .care-03 {
  margin-top: 70px;
}
#Care .care-03 .button {
  margin: 0 auto;
  max-width: 483px;
  font-size: 100%;
}

@media(max-width:640px) {
  #Care .care-03 {
    margin-top: 40px;
  }
  #Care .care-03 .button {
    width: 85%;
  }
}

/*----------------------------------------
  #Care .notebook
----------------------------------------*/
#Care .notebook {
  margin-top: 80px;
}
#Care .notebook .head h3 {
  /*float: right;
  width: 53.8043478%;*/
  text-align: center;
}
#Care .notebook .head .txt-box {
  float: right;
  margin-top: 15px;
  width: 53.8043478%;
}
#Care .notebook .head .txt-box h4{
	margin: 20px 0;
}
#Care .notebook .head .txt-box h4 img{
	max-width: 320px;
	width: 100%;
}
#Care .notebook .head .img-box {
  float: left;
  /*margin-top: -65px;*/
  max-width: 399px;
  width: 43.3695652%;
}
#Care .notebook strong.service {
  display: block;
  text-align: center;
  margin-top: 35px;
  padding: 9px 0 8px;
  font-size: 112.5%;
  line-height: 1.2;
  border: 1px solid #666;
}
#Care .notebook .example {
  margin-top: 30px;
}
#Care .notebook .example .float-item {
  vertical-align: top;
  margin-left: 1.0869565%;
  max-width: 300px;
  width: 32.6086956%;
}
#Care .notebook .example .float-item:first-child {
  margin-left: 0;
}
#Care .notebook .example .float-item span {
  display: inline-block;
  margin-top: 8px;
  font-size: 87.5%;
  line-height: 1.2;
}
#Care .notebook .example .float-item span.caption {
  font-size: 75%;
}
#Care .notebook .button.mainte {
  margin: 35px auto 0;
  width: 72.8260869%;
}
#Care .notebook .frame-wrap {
  background: #fff;
  margin-top: 40px;
  padding: 4.347826%;
}
#Care .notebook .frame-wrap .heading {
  text-align: center;
}
#Care .notebook .frame {
  display: table;
  margin-top: 30px;
}
#Care .notebook .frame .txt-box {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
}
#Care .notebook .frame strong {
  display: block;
  font-size: 112.5%;
  line-height: 1.7;
}
#Care .notebook .frame p.txt {
  /*margin-top: 15px;*/
  line-height: 1.8;
}
#Care .notebook .frame .info-box {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 39.4047619%;
}
#Care .notebook .frame .button {
  display: inline-block;
  margin-top: 20px;
  width: 210px;
}
#Care .notebook .frame .button:after {
  right: 15px;
}

@media(max-width:960px) {
  #Care .notebook .head h3 {
    float: none;
    width: auto;
    text-align: center;
  }
  #Care .notebook .head .img-box {
    float: left;
    margin-top: 30px;
    width: 40%;
  }
}
@media(max-width:640px) {
  #Care .notebook {
    margin-top: 40px;
  }
  #Care .notebook .head h3 {
    text-align: left;
  }
  #Care .notebook .head .txt-box {
    float: none;
    width: auto;
  }
  #Care .notebook .head .img-box {
    float: none;
    margin: 15px auto 0;
    width: 80%;
  }
  #Care .notebook .button.mainte {
    width: auto;
  }
  #Care .notebook .frame-wrap .heading {
    text-align: left;
  }
  #Care .notebook .frame {
    display: block;
    margin-top: 20px;
  }
  #Care .notebook .frame .txt-box {
    display: block;
    padding-right: 0;
  }
  #Care .notebook .frame .info-box {
    display: block;
    text-align: right;
    margin-top: 30px;
    width: auto;
  }
  #Care .notebook .frame .button {
    display: block;
    margin-top: 20px;
    width: auto;
  }
}
@media(max-width:480px) {
  #Care .notebook strong.service {
    margin-top: 10px;
  }
  #Care .notebook .example {
    margin-top: 20px;
  }
  #Care .notebook .example .float-item {
    display: block;
    margin: 15px auto 0 !important;
    width: 90%;
  }
}



/*========================================

  #Keep

========================================*/
#Keep {
  padding-bottom: 80px;
}
#Keep .title-box {
  background-image: url(../img/keep_title.jpg);
}

@media(max-width:640px) {
  #Keep {
    padding-bottom: 60px;
  }
}

/*----------------------------------------
  #Keep .keep-01
----------------------------------------*/
#Keep .keep-01 .float-box {
  margin-top: 40px;
}
#Keep .keep-01 .float-item {
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 20px;
  width: 50%;
}
#Keep .keep-01 .float-item .img-box {
  margin: 0 auto 20px;
  width: 45.208333%;
}
#Keep .keep-01 .float-item:first-child {
  padding-right: 20px;
  padding-left: 0;
}
#Keep .keep-01 .float-item:first-child .img-box {
  width: 43.125%;
}
#Keep .keep-01 .button {
  margin: 35px auto 0;
  max-width: 315px;
  font-size: 100%;
}

@media(max-width:640px) {
  #Keep .keep-01 .float-box {
    margin-top: 0;
  }
  #Keep .keep-01 .float-item {
    display: block;
    margin-top: 30px;
    padding: 0 !important;
    width: auto;
  }
  #Keep .keep-01 .button {
    width: 85%;
  }
}

/*----------------------------------------
  #Keep .keep-02
----------------------------------------*/
#Keep .keep-02 {
  margin-top: 60px;
}
#Keep .keep-02 h3 {
  text-align: center;
}
#Keep .keep-02 .float-box {
  margin-top: 25px;
  text-align: right;
}
#Keep .keep-02 .img-box {
  vertical-align: middle;
  width: 37.7173913%;
}
#Keep .keep-02 .txt-box {
  vertical-align: middle;
  text-align: left;
  margin: 0 0 0 10.4347826%;
  width: 46.7391304%;
}
#Keep .keep-02 .txt-box em {
  display: block;
  margin-top: 25px;
  font-size: 100%;
  line-height: 1.4;
}
#Keep .keep-02 .txt-box strong {
  display: block;
  margin-top: 3px;
  font-size: 150%;
  line-height: 1.2;
}
#Keep .keep-02 .txt-box .color {
  display: block;
  margin-top: 3px;
  font-size: 100%;
  line-height: 1.2;
}
#Keep .keep-02 .txt-box .button {
  margin-top: 15px;
  width: 140px;
  font-size: 87.5%;
}

@media(max-width:640px) {
  #Keep .keep-02 {
    margin-top: 30px;
  }
  #Keep .keep-02 h3 {
    text-align: left;
  }
  #Keep .keep-02 .float-box {
    display: block;
  }
  #Keep .keep-02 .img-box {
    display: block;
    margin: 0 auto;
    width: 85%;
  }
  #Keep .keep-02 .txt-box {
    display: block;
    margin: 15px 0 0;
    width: auto;
  }
  #Keep .keep-02 .txt-box em {
    margin-top: 15px;
  }
  #Keep .keep-02 .txt-box .button {
    width: auto;
    font-size: 100%;
  }
}



/*========================================

  #Cold

========================================*/
#Cold {
  padding-bottom: 80px;
}
#Cold .title-box {
  background-image: url(../img/cold_title.jpg);
}

@media(max-width:640px) {
  #Cold {
    padding-bottom: 60px;
  }
}

/*----------------------------------------
  #Cold .cold-01
----------------------------------------*/
#Cold .cold-01 .line {
  margin-top: 40px;
}
#Cold .cold-01 .line .txt-box {
  vertical-align: middle;
  box-sizing: border-box;
  padding-right: 52px;
  width: 53.2%;
}
#Cold .cold-01 .line .img-box {
  vertical-align: middle;
  width: 46.8%;
}

@media(max-width:640px) {
  #Cold .cold-01 .line .txt-box {
    display: block;
    padding: 0;
    width: auto;
  }
  #Cold .cold-01 .line .img-box {
    display: block;
    margin: 20px auto 0;
    width: 90%;
  }
}

/*----------------------------------------
  #Cold .cold-02
----------------------------------------*/
#Cold .cold-02 {
  margin-top: 50px;
}
#Cold .cold-02 .float-box {
  margin-top: 15px;
}
#Cold .cold-02 .float-item {
  width: 50%;
}
#Cold .cold-02 .img-box {
  margin: 0 auto;
  max-width: 168px;
  width: 36.5217391%;
}
#Cold .cold-02 .txt-box {
  margin-top: 20px;
}
#Cold .cold-02 .txt-box em {
  display: block;
  font-size: 100%;
  line-height: 1.4;
}
#Cold .cold-02 .txt-box h4 {
  margin-top: 3px;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.2;
}
#Cold .cold-02 .txt-box .button {
  margin-top: 20px;
  width: 130px;
  font-size: 87.5%;
}

@media(max-width:640px) {
  #Cold .cold-02 {
    margin-top: 40px;
  }
  #Cold .cold-02 .float-box {
    margin-top: 0;
  }
  #Cold .cold-02 .float-item {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    width: auto;
    border-top: 1px dotted #bbb;
  }
  #Cold .cold-02 .float-item:first-child {
    padding-top: 0;
    border-top: none;
  }
  #Cold .cold-02 .img-box {
    width: 50%;
  }
  #Cold .cold-02 .txt-box {
    margin: 15px auto 0;
    width: 90%;
  }
  #Cold .cold-02 .txt-box .button {
    margin: 15px auto 0;
    width: auto;
  }
  #Cold .cold-02 .txt-box .button {
    font-size: 100%;
  }
}



/*========================================

  #Acc

========================================*/
#Acc {
  padding-bottom: 70px;
}
#Acc .title-box {
  background-image: url(../img/acc_title.jpg);
}

@media(max-width:640px) {
  #Acc {
    padding-bottom: 60px;
  }
}

/*----------------------------------------
  #Acc .acc-01
----------------------------------------*/
#Acc .acc-01 {
  margin-top: 50px;
}
#Acc .item-wrap {
  margin-top: 60px;
}
#Acc .item-wrap:first-child {
  margin-top: 0;
}
#Acc .txt-box em {
  display: block;
  font-size: 100%;
  line-height: 1.4;
}
#Acc .txt-box strong {
  display: block;
  margin-top: 3px;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.2;
}
#Acc .txt-box strong span {
  font-size: 87.5%;
}
#Acc .txt-box .button {
  margin-top: 20px;
  width: 140px;
  font-size: 87.5%;
}

@media(max-width:960px) {
  #Acc .heading br {
    display: none;
  }
  #Acc .txt-box em {
    font-size: 87.5%;
  }
  #Acc .txt-box strong {
    font-size: 125%;
  }
  #Acc .txt-box .button {
    margin-top: 15px;
  }
}
@media(max-width:640px) {
  #Acc .acc-01 {
    margin-top: 30px;
  }
  #Acc .item-wrap {
    margin-top: 0;
  }
  #Acc .item-wrap > .heading {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px dotted #bbb;
  }
  #Acc .float-item {
    display: block;
    margin: 25px 0 0 !important;
    padding: 25px 0 0 !important;
    width: auto !important;
    border-top: 1px dotted #bbb;
  }
  #Acc .float-box:first-child .float-item.first {
    margin: 0 !important;
    padding: 0 !important;
    border-top: none;
  }
  #Acc .grid-04 .float-item:first-child {
    padding: 0 !important;
    border-top: none;
  }
  #Acc .img-box {
    margin: 0 auto 15px !important; 
    padding: 0 !important; 
  }
  #Acc .heading + .img-box {
    margin: 15px auto !important; 
  }
  #Acc .img-box img {
    position: static !important; 
  }
  #Acc .txt-box {
    margin: 0 auto;
    width: 90%;
  }
  #Acc .txt-box em br {
    display: none;
  }
  #Acc .txt-box em {
    font-size: 100%;
  }
  #Acc .txt-box strong {
    font-size: 150%;
  }
  #Acc .txt-box strong span {
    font-size: 75%;
  }
  #Acc .txt-box .button {
    font-size: 100%;
    width: auto;
  }
}

/* .grid-02
----------------------------------------*/
#Acc .grid-02 .float-item {
  vertical-align: top;
  box-sizing: border-box;
  padding-right: 51px;
  width: 50%;
}
#Acc .grid-02 .img-box {
  position: relative;
  margin: 10px auto 0;
  padding-bottom: 48.8997555%;
  width: 85.8190709%;
}
#Acc .grid-02 .img-box img {
  position: absolute;
  top: 0;
  left: 0;
}

@media(max-width:960px) {
  #Acc .grid-02 .float-item {
    padding-left: 25px;
    padding-right: 0;
  }
  #Acc .grid-02 .float-item:first-child {
    padding-left: 0;
    padding-right: 25px;
  }
}
@media(max-width:640px) {
  #Acc .grid-02 .img-box {
    max-width: 351px;
    width: 100%;
  }
}

/* .grid-04
----------------------------------------*/
#Acc .grid-04 a.hover {
  vertical-align: top;
  margin-left: 4.347826%;
  width: 21.7391304%;
  display:inline-block;
}
#Acc .grid-04 a.hover:first-child {
  margin-left: 0;
}
#Acc .grid-04 .img-box {
  position: relative;
  margin: 20px 0 15px;
  width: 87.5%;
}

@media(max-width:640px) {
  #Acc .grid-04 a.hover {
    margin-left: 0%;
    width: 50%;
  }
  #Acc .grid-04 a.hover:first-child {
    margin-left: 0;
  }	
  #Acc .grid-04 .img-box {
    max-width: 175px;
    width: 60%;
  }
}



/*========================================

  #Store

========================================*/
#Store {
  padding-bottom: 30px;
}
#Store h2 {
  text-align: center;
  font-size: 187.5%;
  font-weight: 400;
  line-height: 1.4;
}
#Store .winter-camp {
  margin-top: 20px;
  display: inline-block;
}
#Store .txt-line {
  text-align: center;
  margin-top: 40px;
  font-size: 112.5%;
  line-height: 1.4;
}
#Store .store-list {
  margin-top: 25px;
}
#Store .float-item {
  vertical-align: top;
  margin-left: 0.3%;
  width: 24.8%;
}
#Store .float-item:first-child {
  margin-left: 0;
}
#Store .float-item.osaka {
  margin-left: 0.2%;
}
#Store .store-list p {
  margin: 10px 4px 0;
  font-size: 75%;
  line-height: 1.2;
}
#Store .store-list a {
  font-size: 75%;
  line-height: 1.1;
  color: #333;
}
#Store .store-list a:nth-child(2) {
  font-size: inherit;
  color: #5887ab;
}
#Store .store-list span:before {
  content: '';
  position: relative;
  display: inline-block;
  top: -1px;
  margin-right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
}

@media(max-width:640px) {
  #Store {
    padding-bottom: 0;
  }
  #Store h2 {
    font-size: 175%;
  }
  #Store .txt-line {
    margin-top: 20px;
  }
  #Store .store-list {
    margin-top: 0;
  }
  #Store .float-item {
    margin-top: 20px;
    margin-left: 4%;
    width: 48%;
  }
  #Store .float-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  #Store .store-list p {
    margin: 10px 0 0;
  }
  #Store .store-list a {
    margin: 0;
  }
}



/*========================================

  footer

========================================*/
footer {
  margin-top: 50px;
  padding-bottom: 50px;
  background-color: #eaeaea;
}
footer .inner {
  color: #606060;
  text-align: center;
}
footer strong {
  display: block;
  padding-top: 50px;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.4;
}
footer p {
  margin-top: 20px;
  font-size: 112.5%;
  line-height: 1.77;
}
footer .btn {
  display: block;
  margin: 30px auto 0;
  padding: 18px 0;
  max-width: 930px;
  background: #eb7b57;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.0;
  color: #fff;
  text-decoration: none;
}
footer .btn span {
  margin: 0 12px;
}
footer small {
  display: block;
  margin-top: 50px;
  padding: 0 0 20px;
  font-size: 10px;
}
footer .s5-returnToTop {
  margin-top: 0;
}
footer .s5-returnToTop__button {
  top: -60px;
}

@media(max-width:960px) {
  footer {
    font-size: 87.5%;
  }
}
@media(max-width:640px) {
  footer {
    margin-top: 50px;
  }
  footer strong {
    padding-top: 30px;
  }
  footer .btn span {
    display: none;
  }
  footer small {
    margin-top: 30px;
  }
  footer .s5-returnToTop__button {
    top: -50px;
  }
}


/*========================================

  #Copyright

========================================*/
 
 #Copyright{
	 margin:20px 0;
 }
 .s5-returnToTop { 
    margin: 20px 0 0;
 }
 .s5-returnToTop__button {
  top: -52px;
 }
@media(max-width:640px) {
  .s5-returnToTop__button {
  top: -42px;
 }
}
