@charset "UTF-8";
body {
  background: #ffffff;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  overflow-x: hidden;
}
/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #252525;
  font-weight: 600;
  letter-spacing: -1px;
}
h1 {
  font-size: 64px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 22px;
}
p {
  color: #757575;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.skyborder {
  font-weight: bold; /* 太字                    */
  border-bottom: 2px solid #36b5a0; /* 下線                    */
  color: #36b5a0; /* 文字色                  */
}
.skybold {
  font-weight: bold; /* 太字                    */
  color: #36b5a0; /* 文字色                  */
}
.bold {
  font-weight: bold; /* 太字                    */
}
/*---------------------------------------
     GENERAL               
  -----------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
}
img {
  vertical-align: bottom !important;
  line-height: 0 !important;
}
a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #FFDDAA;
  outline: none;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}
.section-title {
  padding-bottom: 20px;
}
.section-title h2 {
  margin-top: 0;
}
.section-btn {
  background: linear-gradient(#91cded, #36b5a0, #91cded);
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  border-radius: 3px;
  color: #ffffff;
  font-size: inherit;
  font-weight: 600;
  margin-top: 15px;
  padding: 15px 50px 15px 50px;
}
.section-btn a:hover {
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.border-top {
  border-top: 1px solid #f2f2f2;
  margin-top: 64px;
  padding-top: 40px;
}
.btn-gray {
  background: #393939;
}
.btn-blue {
  background: #4267b2;
}
#google-map {
  line-height: 0;
  margin: 0;
  padding: 0;
}
/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}
/*---------------------------------------
      MENU              
  -----------------------------------------*/
header {
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  height: 45px;
}
header .col-md-8 {
  padding-right: 0;
}
header p, header span {
  font-size: 12px;
  line-height: 24px;
  padding-top: 12px;
}
header a, header span {
  color: #747474;
}
header span {
  font-weight: 500;
  display: inline-block;
  padding: 11px 15px;
}
header span.date-icon {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  padding-right: 19px;
  padding-left: 19px;
}
header span i {
  color: #36b5a0;
  margin-right: 5px;
}
/*---------------------------------------
      NAVI              
  -----------------------------------------*/
.navbar-default {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .075);
  border: none;
  margin-bottom: 0;
  padding: 10px;
}
.navbar-default .navbar-brand {
  color: #393939;
  font-weight: 500;
}
.navbar-default .navbar-brand .fa {
  color: #36b5a0;
}
.navbar-default .navbar-nav li.navi-btn {
  margin: 3px 0 0 20px;
}
.navbar-default .navbar-nav li.navi-btn a {
  background: linear-gradient(#91cded, #36b5a0, #91cded);
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  color: #ffffff;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 3px;
}
.navbar-default .navbar-nav li.navi-btn a:hover {
}
.navbar-default .navbar-nav li.appointment-btn a:hover {
  background: #ffffff !important;
  color: #4267b2 !important;
}
.navbar-default .navbar-nav li a {
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.navbar-default .navbar-nav > li a:hover {
  color: #393939 !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #555555;
  background-color: transparent;
  font-weight: 600;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #393939;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #393939;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/*---------------------------------------
      HOME      
  -----------------------------------------*/
#home h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
#home .container {
  width: 100%;
}
#home .item-second {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#home .item-second img {
  display: block;
  width: 100%;
  height: auto;
}
/*---------------------------------------
      TAKUMIMOTOROIL   
  -----------------------------------------*/
#takumimotoroil h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
#takumimotoroil {
  position: relative;
}
#takumimotoroil .container {
  width: 100%;
}
#takumimotoroil .item-second {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#takumimotoroil .item-second img {
  display: block;
  width: 100%;
  height: auto;
}
/*---------------------------------------
      ABOUTPGC1000   
  -----------------------------------------*/
#aboutPGC1000 h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
#aboutPGC1000 {
  position: relative;
}
#aboutPGC1000 .container {
  width: 100%;
}
#aboutPGC1000 .item-second {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#aboutPGC1000 .item-second img {
  display: block;
  width: 100%;
  height: auto;
}
/*---------------------------------------
      DETAIL              
  -----------------------------------------*/
#detail h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
#detail .container {
  width: 100%;
}
#detail .item {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#detail .item img {
  display: block;
  width: 100%;
  height: auto;
}
.detail-item {
  position: relative;
}
.detail-item p { /*pタグを画像の真ん中に*/
  position: absolute;
  top: 78%;
  left: 65.5%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 35px; /*文字サイズ*/
  font-weight: 700;
  margin-top: 20px;
  text-align: center; /*pタグ内で更に中央寄せ*/
}
/*---------------------------------------
      excuse            
  -----------------------------------------*/
#excuse {
  background-image: url(../images/AIDSEALplus_usageamount_bg.jpg);
  background-size: cover;
}
#excuse h2 {
  margin: 30px 0 30px 0;
}
#excuse .container {
  width: 90%;
  padding-bottom: 30px;
}
#excuse .cardContainer {
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0;
}
#excuse .cardBox {
  width: calc(33.3% - 20px);
  margin: 0 10px 20px;
  background: #fff;
}
#excuse .cardBox {
  position: relative;
  padding: 0;
  border: 2px #333333;
  border-radius: 16px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
#excuse .cardBox img {
  display: block;
  max-width: 100%;
  max-height: auto;
  border-radius: 15px 15px 0 0;
}
#excuse .cardTtl {
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px;
}
#excuse .cardTtl img {
  widthn: 30px;
  vertical-align: bottom;
}
#excuse .cardText p {
  margin: 20px;
}
/*---------------------------------------
      QUESTION  
  -----------------------------------------*/
#question h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
#question {
  position: relative;
}
#question .container {
  width: 100%;
}
#question .item-second {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#question .item-second img {
  display: block;
  width: 100%;
  height: auto;
}

/*---------------------------------------
      RAKUTENAWARD   
  -----------------------------------------*/
#rakutenaward h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
#rakutenaward {
  position: relative;
}
#rakutenaward .container {
  width: 100%;
}
#rakutenaward .item-second {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#rakutenaward .item-second img {
  display: block;
  width: 100%;
  height: auto;
}
/*---------------------------------------
      EFFECT            
  -----------------------------------------*/
#effect {
  background-image: url(../images/AIDSEALplus_effect_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#effect h2 {
  margin: 20px 0 -30px 0;
}
#effect .container {
  width: 100%;
}
#effect .cardContainer {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}
#effect .cardBox {
  width: calc(33.3% - 20px);
  margin: 0;

}
#effect .cardBox {
  position: relative;
  padding: 0;
  border: 2px #333333;
  border-radius: 16px;
  margin: 20px 0 20px 0;
}
#effect .cardBox img {
  display: block;
  max-width: 100%;
  max-height: auto;
  border-radius: 15px 15px 0 0;
}
#effect .cardTtl {
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px;
}
#effect .cardTtl img {
  widthn: 30px;
  vertical-align: bottom;
}
/*---------------------------------------
      EVIDENCE1   
  -----------------------------------------*/
#evidence1 h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
#evidence1 {
  position: relative;
}
#evidence1 .container {
  width: 100%;
}
#evidence1 .item-second {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#evidence1 .item-second img {
  display: block;
  width: 100%;
  height: auto;
}
/*---------------------------------------
      EVIDENCE2          
  -----------------------------------------*/
#evidence2 {
  background-image: url("../images/AIDSEALplus_evidence_bg.jpg");
  background-size: cover;
}
#evidence2 h2 {
  margin: 30px 0 30px 0;
  padding: 0;
}
#evidence2 h3 {
  margin: 0 0 30px 0;
  padding: 0;
}
#evidence2 .container {
  width: 90%;
  padding-bottom: 30px;
}
#evidence2 .cardContainer {
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0;
}
#evidence2 .cardBox {
  width: calc(100% - 20px);
  margin: 0 10px 20px;
}
#evidence2 .cardBox {
  position: relative;
  padding: 0;
  border: 2px #333333;
}
#evidence2 .cardBox img {
  display: block;
  max-width: 100%;
  max-height: auto;
}
#evidence2 .cardTtl {
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  margin: 20px 20px;
}
#evidence2 .cardTtl img {
  widthn: 30px;
}
#evidence2 .cardText p {
  margin: 10px 10px;
}
/*---------------------------------------
      BEFOREAFTER          
  -----------------------------------------*/
#beforeafter {
  background-image: url("../images/AIDSEALplus_evidence_bg.jpg");
  background-size: cover;
}
#beforeafter h2 {
  margin: 30px 0 30px 0;
  padding: 0;
}
#beforeafter h3 {
  margin: 30px 0 30px 0;
  padding: 0;
}
#beforeafter .container {
  width: 90%;
  padding-bottom: 30px;
}
#beforeafter .cardContainer {
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0;
}
#beforeafter .cardBox {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
#beforeafter .cardBox {
  position: relative;
  padding: 0;
  border: 2px #333333;
}
#beforeafter .cardBox img {
  display: block;
  max-width: 100%;
  max-height: auto;
}
#beforeafter .cardTtl {
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  margin: 20px 20px;
}
#beforeafter .cardTtl img {
  widthn: 30px;
}
#beforeafter .cardText p {
  margin: 10px 10px;
}
/*---------------------------------------
      OBJECTCAR  
  -----------------------------------------*/
#objectcar h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
#objectcar {
  position: relative;
}
#objectcar .container {
  width: 100%;
}
#objectcar .item-second {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#objectcar .item-second img {
  display: block;
  width: 100%;
  height: auto;
}
/*---------------------------------------
      USERVOICE              
  -----------------------------------------*/
#uservoice {
  background-image: url(../images/ASP_user_bg.jpg);
  background-size: cover;
}
#uservoice h2 {
  font-size: 35px;
  margin: 0 0 10px 0;
}
#uservoice h3 {
  font-size: 30px;
  margin: 10px 0 20px 20px !important;
}
#uservoice .profile {
  margin: 20px;
  font-size: 15px;
}
#uservoice .main-text {
  margin: 20px;
  font-size: 20px;
  line-height: 30px;
}
#uservoice .container {
  width: 90%;
  padding-bottom: 50px;
}
#uservoice .b-left-wrapper, #uservoice .b-right-wrapper {
  margin: 30px auto 10px; /* 後続要素との距離は10px */
  width: 100%;
  min-height: 100px; /* アイコン画像の高さと同じ数値を入れます */
}
/* 左 */
#uservoice .b-left-wrapper {
  padding-left: 100px; /* アイコン画像の横幅+吹き出しまでの距離 注意1 */
}
/* 右 */
#uservoice .b-right-wrapper {
  padding-right: 100px; /* アイコン画像の横幅+吹き出しまでの距離 注意2 */
  text-align: right;
}
/* 左右吹き出し共通 */
#uservoice .b-left, #uservoice .b-left2, #uservoice .b-left3, #uservoice .b-left4 {
  display: inline-block;
  width: 100%;
  max-width: 800px; /* 吹き出しの横幅最大値指定 */
  background-color: white; /* 吹き出し背景色 */
  border: 2px solid rgb(240, 240, 240); /* 吹き出しボーダー色 */
  border-radius: 16px;
  padding: 10px 15px;
  position: relative;
}
#uservoice .b-right, #uservoice .b-right2, #uservoice .b-right3, #uservoice .b-right4 {
  text-align: left;
  display: inline-block;
  width: 100%;
  max-width: 800px; /* 吹き出しの横幅最大値指定 */
  background-color: white; /* 吹き出し背景色 */
  border: 2px solid rgb(240, 240, 240); /* 吹き出しボーダー色 */
  border-radius: 16px;
  padding: 10px 15px;
  position: relative;
}
/* 左右吹き出し角部分共通 */
#uservoice .b-left:before, #uservoice .b-right:before, #uservoice .b-left2:before, #uservoice .b-right2:before, #uservoice .b-left3:before, .b-right3:before, #uservoice .b-left4:before, #uservoice .b-right4:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: white; /* 吹き出し背景色と同じ色を指定 */
  border-bottom: 2px solid rgb(240, 240, 240); /* 吹き出しボーダー色と同じ色を指定 */
  position: absolute;
  top: 15px; /* 角の位置 吹き出し上辺から15px下 */
}
/* 左吹き出し角部分 */
#uservoice .b-left:before {
  border-left: 2px solid rgb(240, 240, 240); /* 吹き出しボーダー色と同じ色を指定 */
  left: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 左吹き出し角部分 */
#uservoice .b-left2:before {
  border-left2: 2px solid rgb(240, 240, 240); /* 吹き出しボーダー色と同じ色を指定 */
  left: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 左吹き出し角部分 */
#uservoice .b-left3:before {
  border-left2: 2px solid rgb(240, 240, 240); /* 吹き出しボーダー色と同じ色を指定 */
  left: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 左吹き出し角部分 */
#uservoice .b-left4:before {
  border-left2: 2px solid rgb(240, 240, 240); /* 吹き出しボーダー色と同じ色を指定 */
  left: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 右吹き出し角部分 */
#uservoice .b-right:before {
  border-right: 2px solid rgb(240, 240, 240); /* 吹き出しボーダー色と同じ色を指定 */
  right: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 右吹き出し角部分 */
#uservoice .b-right2:before {
  border-right: 2px solid rgb(240, 240, 240); /* 吹き出しボーダー色と同じ色を指定 */
  right: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 右吹き出し角部分 */
#uservoice .b-right3:before {
  border-right: 2px solid rgb(240, 240, 240); /* 吹き出しボーダー色と同じ色を指定 */
  right: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 右吹き出し角部分 */
#uservoice .b-right4:before {
  border-right: 2px solid rgb(240, 240, 240); /* 吹き出しボーダー色と同じ色を指定 */
  right: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 左右アイコン共通 */
#uservoice .b-left:after, #uservoice .b-right:after, #uservoice .b-left2:after, #uservoice .b-right2:after, #uservoice .b-left3:after, #uservoice .b-right3:after, #uservoice .b-left4:after, #uservoice .b-right4:after{
  content: "";
  width: 80px; /* アイコン横幅 */
  height: 80px; /* アイコン縦幅 */
  border-radius: 50%; /* アイコン円形指定 */
  position: absolute;
  top: 0;
}
#uservoice .b-left:after {
  background: url(../images/AIDSEALplus_voice_image1.png) center center /cover no-repeat;
  left: -100px; /* 注意1と同じ数値をマイナスで指定 */
}
#uservoice .b-right:after {
  background: url(../images/AIDSEALplus_voice_image2.png) center center /cover no-repeat;
  right: -100px; /* 注意2と同じ数値をマイナスで指定 */
}
#uservoice .b-left2:after {
  background: url(../images/AIDSEALplus_voice_image3.png) center center /cover no-repeat;
  left: -100px; /* 注意1と同じ数値をマイナスで指定 */
}
#uservoice .b-right2:after {
  background: url(../images/AIDSEALplus_voice_image4.png) center center /cover no-repeat;
  right: -100px; /* 注意2と同じ数値をマイナスで指定 */
}
#uservoice .b-left3:after {
  background: url(../images/AIDSEALplus_voice_image5.png) center center /cover no-repeat;
  left: -100px; /* 注意1と同じ数値をマイナスで指定 */
}
#uservoice .b-right3:after {
  background: url(../images/AIDSEALplus_voice_image6.png) center center /cover no-repeat;
  right: -100px; /* 注意2と同じ数値をマイナスで指定 */
}
#uservoice .b-left4:after {
  background: url(../images/AIDSEALplus_voice_image7.png) center center /cover no-repeat;
  left: -100px; /* 注意1と同じ数値をマイナスで指定 */
}
#uservoice .b-right4:after {
  background: url(../images/AIDSEALplus_voice_image8.png) center center /cover no-repeat;
  right: -100px; /* 注意2と同じ数値をマイナスで指定 */
}
/*---------------------------------------
      SAFEFACTORY
  -----------------------------------------*/
#safefactory h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
#safefactory {
  position: relative;
}
#safefactory .container {
  width: 100%;
}
#safefactory .item-second {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#safefactory .item-second img {
  display: block;
  width: 100%;
  height: auto;
}
/*---------------------------------------
      MACROVOICE
  -----------------------------------------*/
#macrovoice h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
#macrovoice {
  position: relative;
}
#macrovoice .container {
  width: 100%;
}
#macrovoice .item-second {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#macrovoice .item-second img {
  display: block;
  width: 100%;
  height: auto;
}
/*---------------------------------------
      HOWTO 
  -----------------------------------------*/
#howto h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
#howto {
  position: relative;
}
#howto .container {
  width: 100%;
}
#howto .item-second {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#howto .item-second img {
  display: block;
  width: 100%;
  height: auto;
}
/*---------------------------------------
      DETAIL2              
  -----------------------------------------*/
#detail2 h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
#detail2 .container {
  width: 100%;
}
#detail2 .item2 {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#detail2 .item2 img {
  display: block;
  width: 100%;
  height: auto;
}
.detail-item2 {
  position: relative;
}
.detail-item2 p { /*pタグを画像の真ん中に*/
  position: absolute;
  top: 78%;
  left: 65.5%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 35px; /*文字サイズ*/
  font-weight: 700;
  margin-top: 20px;
  text-align: center; /*pタグ内で更に中央寄せ*/
}
/*---------------------------------------
     FOOTER              
  -----------------------------------------*/
footer {
  padding-top: 50px;
  padding-bottom: 40px;
  background: #232323;
}
footer p {
  color: #ffffff;
}
footer h2 {
  color: #ffffff;
  font-size: 35px;
  padding: 0 0 10px 0;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #4267b2;
}
.contact-info {
  padding-top: 10px;
}
.contact-info .fa {
  background: #ffffff;
  border-radius: 100%;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 2px;
}
.latest-stories {
  margin-bottom: 20px;
}
.stories-image, .stories-info {
  display: inline-block;
  vertical-align: top;
}
.stories-image img {
  border-radius: 100%;
  width: 65px;
  height: 65px;
  vertical-align: bottom;
}
.stories-info {
  margin-left: 15px;
}
.stories-info h5 {
  margin-bottom: 2px;
  color: #ffffff;
}
.stories-info span {
  color: #ffffff;
  font-size: 12px;
}
.opening-hours p {
  line-height: 18px;
}
.opening-hours span {
  font-weight: 500;
  display: inline-block;
  padding-left: 10px;
}
.copyright-text p, .footer-link a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
.footer-link a {
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  margin-top: 4px;
}
.angle-up-btn {
  position: relative;
  bottom: -32px;
  display: block;
}
.angle-up-btn a {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  font-size: 20px;
  color: #393939;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  transition: transform 0.1s ease-in;
  transform: translateX(0);
}
.angle-up-btn a:hover {
  background: #4267b2;
  color: #ffffff;
  transform: translateY(-5px);
}
/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 96px;
  }
  h2 {
    font-size: 72px;
  }
  h3 {
    font-size: 56px;
  }
  h4 {
    font-size: 48px;
  }
  img {
    vertical-align: bottom !important;
    line-height: 0 !important;
  }
  header {
    height: inherit;
  }
  header span.date-icon {
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
  header span.email-icon {
    padding-top: 0;
  }
  .navbar-default .navbar-nav > li {
    text-align: center !important;
  }
  .section-btn {
    background: linear-gradient(#91cded, #36b5a0, #91cded);
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 600;
    padding: 15px 30px 15px 30px;
    padding-top: 10px;
    padding-bottom: 12px;
  }
  .section-btn a:hover {
  }
  #detail .detail-item p { /*pタグを画像の真ん中に*/
    position: absolute;
    top: 77%;
    left: 65.5%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px; /*文字サイズ*/
    font-weight: 600;
    margin-top: 15px;
    text-align: center; /*pタグ内で更に中央寄せ*/
  }
  #uservoice h2 {
    font-size: 35px;
    margin: 0;
  }
  #uservoice h3 {
    font-size: 30px;
    margin: 30px 0 0 0 !important;
  }
  #uservoice .profile {
    margin: 20px;
    font-size: 15px;
  }
  #uservoice .main-text {
    margin: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  #detail2 .detail-item2 p { /*pタグを画像の真ん中に*/
    position: absolute;
    top: 77%;
    left: 65.5%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px; /*文字サイズ*/
    font-weight: 600;
    margin-top: 15px;
    text-align: center; /*pタグ内で更に中央寄せ*/
  }
}
@media only screen and (max-width: 992px) {
  img {
    vertical-align: bottom !important;
    line-height: 0 !important;
  }
  .item {
    background-position: center;
  }
  header {
    padding-bottom: 10px;
  }
  header .text-align-right {
    text-align: left;
  }
  header span {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .detail-item p {
    position: absolute;
    top: 75%;
    left: 65%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
  }
  .section-btn {
    background: linear-gradient(#91cded, #36b5a0, #91cded);
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 600;
    padding: 15px 30px 15px 30px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .section-btn a:hover {
    top: -3px;
  }
  #detail .detail-item p { /*pタグを画像の真ん中に*/
    position: absolute;
    top: 77%;
    left: 65.5%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px; /*文字サイズ*/
    font-weight: 600;
    margin-top: 15px;
    text-align: center; /*pタグ内で更に中央寄せ*/
  }
  #uservoice h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  #uservoice h3 {
    font-size: 25px;
    margin: 20px 5px 20px 5px !important;
  }
  #uservoice .profile {
    margin: 20px 5px 20px 5px;
    font-size: 15px;
  }
  #uservoice .main-text {
    margin: 20px 5px 20px 5px;
    font-size: 20px;
    line-height: 25px;
  }
  #detail2 .detail-item2 p { /*pタグを画像の真ん中に*/
    position: absolute;
    top: 76%;
    left: 65.5%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px; /*文字サイズ*/
    font-weight: 600;
    margin-top: 15px;
    text-align: center; /*pタグ内で更に中央寄せ*/
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 80px;
    line-height: 20px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 48px;
  }
  h4 {
    font-size: 32px;
  }
  img {
    vertical-align: bottom !important;
    line-height: 0 !important;
  }
  .navbar-default .navbar-nav li.navi-btn {
    margin: 3px 20px 0 20px;
  }
  .navbar-default .navbar-nav li.navi-btn a {
    background: linear-gradient(#91cded, #36b5a0, #91cded);
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar-default .navbar-nav li.navi-btn a:hover {
	}
  .navbar-default .navbar-nav > ul {
    text-align: center !important;
  }
  .section-btn {
    background: linear-gradient(#91cded, #36b5a0, #91cded);
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border-radius: 3px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 30px 5px 30px;
  }
  .section-btn a:hover {
  }
  #detail .detail-item p { /*pタグを画像の真ん中に*/
    position: absolute;
    top: 73%;
    left: 65.5%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px; /*文字サイズ*/
    font-weight: 600;
    margin-top: 15px;
    text-align: center; /*pタグ内で更に中央寄せ*/
  }
  #point {
    padding: 50px;
  }
  #point img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
  #evidence2 h2 {
    margin : 30px 0 -10px 0;
  }
  #evidence2 h3 {
    margin : -10px 0 5px 0;
  }
  #evidence2 .cardBox {
    width: 100%;
    margin-bottom: 20px;
  }
  #evidence2 .cardBox img {
    display: block;
    width: 100%;
    height: auto;
  }
  #evidence2 .cardBox:last-child {
    margin-bottom: 5px;
  }
  #beforeafter h2 {
    margin : 30px 0 0 0;
  }
  #beforeafter h3 {
    margin : -30px 0 10px 0;
  }
  #beforeafter .cardBox {
    width: 100%;
    margin-bottom: 20px;
  }
  #beforeafter .cardBox img {
    display: block;
    width: 100%;
    height: auto;
  }
  #beforeafter .cardBox:last-child {
    margin-bottom: 10px;
  }
  #uservoice h2 {
    font-size: 25px;
    margin: 0 !important;
  }
  #uservoice h3 {
    font-size: 20px;
    margin: 10px 0 0 5px !important;
  }
  #uservoice .profile {
    font-size: 13px;
  }
  #uservoice .main-text {
    font-size: 15px;
    line-height: 20px;
  }
  #detail2 .detail-item2 p { /*pタグを画像の真ん中に*/
    position: absolute;
    top: 73%;
    left: 65.5%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px; /*文字サイズ*/
    font-weight: 600;
    margin-top: 15px;
    text-align: center; /*pタグ内で更に中央寄せ*/
  }
  footer h2 {
    color: #ffffff;
    font-size: 25px;
  }
  .footer-thumb {
    margin: 15px 20px 15px 20px;
  }
  .copyright-text, .footer-link {
    text-align: center !important;
  }
}