@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand');
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

p {
  margin-bottom: 1em;
  line-height: 1.6;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #bd000e;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
a:hover {
  text-decoration: underline;
  opacity: .7;
}
a img {
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
a img:hover {
　background-color:#fff; /<em>背景に白を設定</em>/
  display:block; /<em>ブロック化重要！</em>/
  opacity: .7;
}

body {
  background: #333;
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
color: #4B3C1E;
}

#cover {
  height: 100%;
}

/* header */
.header .navbar {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  z-index: 100;
}
.header a {
  color: #fff;
}
.header a:hover {
  text-decoration: none;
}
.header .siteid {
  margin: 0;
  position: absolute;
  top: 7px;
}
.header .siteid a {
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.header .siteid a:hover {
  opacity: .7;
}
.header .gnav {
  position: relative;
  padding: 43px 0px 0px 250px;
  font-family: 'Quicksand';
  text-transform: uppercase;
}
.header .gnav li {
  margin-right: 10px;
}
.header .gnav .gnav-nav a {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 18px;
  color: #4B3C1E;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}
.header .gnav .gnav-nav a:hover {
  background: rgba(177, 23, 23, 0.6);
  opacity: 1;
  color: #FFF;
}
.header .gnav .gnav-sns a {
  padding: 0;
  display: block;
  height: 38px;
  line-height: 38px;
  color: #FFF;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.header .gnav .gnav-sns a:hover {
  opacity: .7;
  color: #FFF;
}
.header .gnav .gnav-sns-facebook {
  position: absolute;
  right: 30px;
}
.header .gnav .gnav-sns-twitter {
  position: absolute;
  right: 0;
}
.header .nav-open {
  display: none;
}

/* cover */
.cover {
  width: 100%;
  height: 100%;
  display: table;
}
.bounce {
  margin-bottom: 25%;
  margin-left: 70%;
}
.bounce .img-responsive{
  margin: auto;
  width: 20%;
}
.cover h1 {
  position: relative;
  width: 100%;
  margin: 26% 0px 0px 400px;
  font-family: 'Quicksand';
  font-weight: 900;
  font-size: 4em;
  text-transform: uppercase;
  color: #bd000e;
  text-shadow:
0 0 30px #fff, 
0 0 20px #fff, 
0 0 0.40px #fff;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.cover h1 {
  position: relative;
  width: 100%;
  margin: 25% 0px 0px 440px;
  font-family: 'Quicksand';
  font-weight: 900;
  font-size: 4em;
  text-transform: uppercase;
  color: #bd000e;
  text-shadow:
0 0 30px #fff, 
0 0 20px #fff, 
0 0 0.40px #fff;
} /* IE11 */
}
.cover h1 img{
  width: 15%;
  height: auto;
}
.cover .message {
  display: table-cell;
  padding-top: 4%;
  text-align: center;
}
.cover .message-box {
  width: 100%;
  margin: 20px 0px 0px 0px;
  padding: 20px 10px 75px 10px;
  background-color: rgba(255,248,234,0.9);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.cover .message-box {
  width: 100%;
  margin: 30px 0px 0px 0px;
  padding: 20px 10px 75px 10px;
  background-color: rgba(255,248,234,0.9);
} /* IE11 */
}
.cover .three-services {
  margin-bottom: 28px;
  font-family: 'Quicksand';
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
}
.cover .catchcopy {
  color: #4B3C1E;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.cover .scroll {
  display: block;
  color: #4B3C1E;
  background-color: rgba(255,248,234,0.9);
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  margin: auto;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border: 2px solid #4B3C1E;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.cover .slide {
  -webkit-filter: blur(0px);
　background: gray;
　background-blend-mode: multiply;
}

/* section */
.section {
  background: url("../img/body-bg.png");
  padding: 84px 0 114px 0;
}
.section2 {
  background: url("../img/body-bg.png");
  padding: 84px 0 0px 0;
}
.section h2 img{
  width: 30%;
}
.section2 h2 img{
  width: 30%;
}
.section .section-head {
  position: relative;
  margin: 0 0 30px 0;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 2.5em;
  text-transform: uppercase;
}
.section2 .section-head {
  position: relative;
  margin: 0 0 30px 0;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 2.5em;
  text-transform: uppercase;
}
.section .leadcopy {
  text-align: center;
  font-size: 16px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.6;
}
.section .leadcopy2 {
  text-align: center;
  font-size: 18px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 3;
}
.section2 .leadcopy2 {
  text-align: center;
  font-size: 18px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 2;
}
.section .leadcopy3 {
  text-align: center;
  font-size: 16px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.6;
}
.section .eyecatch {
  display: block;
  border: 0px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: rgba(0, 0, 0, 0.22) 0 0 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0 0 0px;
  box-shadow: rgba(0, 0, 0, 0.22) 0 0 0px;
}
.section .eyecatch img {
  width: 100%;
  height: auto;
}
.section .bodycopy {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 2em;
}
.section .more a {
  display: block;
  height: 50px;
  margin: auto;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.section .more02 a {
  display: block;
  height: 50px;
  margin: auto;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.section .more03 a {
  display: block;
  height: 50px;
  margin: auto;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* catalogue */
.catalogue {
  background: url("../img/body-bg.png");
}
.catalogue .section-head {
  position: relative;
  margin: 0 0 30px 0;
}
.catalogue .section-head:before {
  border-top: 1px dotted #000;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25%;
}
.catalogue .section-head:after {
  border-top: 1px dotted #000;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 25%;
}
.catalogue .adress {
color: #000;
background: #fff;
border: solid 1px #4B3C1E;
text-align: center;
padding: 20px 5px;
-webkit-border-radius:10px;
-moz-border-radius:10px; 
border-radius:10px;
margin-bottom: 10%;
}
.catalogue .eyecatch .img-responsive{
  margin-bottom: 23px;
  width: 80%;
  margin-left: 10%;
}
.catalogue h3 {
  margin-bottom: 23px;
  font-family: 'Quicksand';
  font-size: 24px;
  text-transform: uppercase;
}
.catalogue h3 span {
  font-size: 15px;
  margin-right: 3px;
}
.catalogue .graphic .fa-stack {
  color: #8ABD3A;
}
.catalogue .web .fa-stack {
  color: #CA476F;
}
.catalogue .training .fa-stack {
  color: #3AA0BD;
}
.catalogue .more a {
  width: 173px;
  border: 1px solid #bd000e;
  color: #bd000e;
}
.catalogue .more a:hover {
  background: #bd000e;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
/* online-shop*/
.online-shop {
  background: url("../img/online-shop-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.online-shop .section-head {
  position: relative;
  margin: 0 0 30px 0;
  color: #4B3C1E;
  text-shadow:2px 2px 0 #FFF,
             -2px 2px 0 #FFF,
             2px -2px 0 #FFF,
             -2px -2px 0 #FFF;
  text-shadow:2px 2px 1px #FFF,
             -2px 2px 1px #FFF,
             2px -2px 1px #FFF,
             -2px -2px 1px #FFF;
}
.online-shop .section-head:before {
  border-top: 1px dotted #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30%;
}
.online-shop .section-head:after {
  border-top: 1px dotted #fff;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
}
.online-shop .leadcopy {
  color: #4B3C1E;
  text-shadow:1px 1px 0 #FFF,
             -1px 1px 0 #FFF,
             1px -1px 0 #FFF,
             -1px -1px 0 #FFF;
  text-shadow:1px 1px 1px #FFF,
             -1px 1px 1px #FFF,
             1px -1px 1px #FFF,
             -1px -1px 1px #FFF;
}
.online-shop .more a {
  width: 90%;
  border: 1px solid #E3DFD4;
  color: #4B3C1E;
  background: #E3DFD4;
}
.online-shop .more a:hover {
  border: 1px solid #bd000e;
  background: #bd000e;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.online-shop .more02 a {
  width: 90%;
  border: 1px solid #E3DFD4;
  color: #4B3C1E;
  background: #E3DFD4;
}
.online-shop .more02 a:hover {
  border: 1px solid #003893;
  background: #003893;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.online-shop .more03 a {
  width: 90%;
  border: 1px solid #E3DFD4;
  color: #4B3C1E;
  background: #E3DFD4;
}
.online-shop .more03 a:hover {
  border: 1px solid #FFA624;
  background: #FFA624;
  color: #4B3C1E;
  text-decoration: none;
  opacity: 1;
}
/* shop-info */
.shop-info {
  background: #E3DFD4;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shop-info .section-head {
  position: relative;
  margin: 0 0 30px 0;
}
.shop-info .section-head:before {
  border-top: 1px dotted #000;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30%;
}
.shop-info .section-head:after {
  border-top: 1px dotted #000;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
}
.shop-info .leadcopy {
  
}
.shop-info .eyecatch {
  margin-bottom: 23px;
}
.shop-info .adress {
  margin:5% 5% 2% 5%;
}
.shop-info .adress h3 {
  margin-bottom: 23px;
  font-family: 'Quicksand';
  font-size: 24px;
  text-transform: uppercase;
}
.shop-info .adress h3 span {
  font-size: 15px;
  margin-right: 3px;
}
.shop-info #company_profile {
  margin:3% 0% 1%;
}
.shop-info .graphic .fa-stack {
  color: #8ABD3A;
}
.shop-info .web .fa-stack {
  color: #CA476F;
}
.shop-info .training .fa-stack {
  color: #3AA0BD;
}
.shop-info .more a {
  width: 173px;
  border: 1px solid #CE6713;
  color: #CE6713;
}
.shop-info .more a:hover {
  background: #CE6713;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* company*/
.company {
  background: #FFF;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.company .section-head {
  position: relative;
  margin: 0 0 30px 0;
}
.company .section-head:before {
  border-top: 1px dotted #000;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30%;
}
.company .section-head:after {
  border-top: 1px dotted #000;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
}
.company .leadcopy a{
  color: #bd000e;
  text-decoration: none;
}
.company .adress {
color: #000;
background: #fff;
text-align: center;
padding: 20px 5px;
-webkit-border-radius:10px;
-moz-border-radius:10px; 
border-radius:10px;
}
.company .adress2{
  margin:5% 5% 2% 5%;
}
.company h3{
  font-size: 24px;
  margin-bottom: 23px;
}
.company .company_profile {
  margin:3% 0% 1%;
}
.company .handling {
text-align: center;
margin: 40px 0;
}
.company .company_profile .title{
font-size: 18px;
margin-bottom: 8px;
}
.company .company_profile p{
font-size: 15px;
margin-bottom: 22px;
}
.company .handling p{
margin-top: 20px;
line-height: 170%;
font-size: 90%;
}
.company .handling p .no-wrap {
    display: inline-block; /* インラインブロック化 */
}
.company .more a {
  width: 70%;
  border: 1px solid #bd000e;
  color: #bd000e;
}
.company .more a:hover {
  background: #bd000e;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
/* news & blog */
.news-blog .section-head {
  position: relative;
  margin: 0 0 30px 0;
}
.news-blog .section-head span {
  font-size: 36px;
}
.news-blog .section-head:before {
  border-top: 1px dotted #000;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30%;
}
.news-blog .section-head:after {
  border-top: 1px dotted #000;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
}
.news-blog h3 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: 'Quicksand';
  font-size: 27px;
  text-transform: uppercase;
}
.news-blog .more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 202px;
  height: 52px;
}
.news-blog .more a {
  width: 202px;
  border: 1px solid #bd000e;
  color: #bd000e;
}
.news-blog .more a:hover {
  background: #bd000e;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.news-blog .insta {
  margin-bottom: 0%;
}

/* news */
.news {
  position: relative;
  height: 600px;
}
.news dl {
  font-size: 12px;
  margin-bottom: 67px;
}
.news dt {
  margin-bottom: 5px;
}
.news dt.text{
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 500;
  line-height: 1;
}
.news dd {
  line-height: 1.7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.news dd.text{
  font-size: 18px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 700;
  line-height: 3;
}
.news dd.text a{
  text-decoration: underline;
}
.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  vertical-align: middle;/*垂直中央に*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}

/* blog */
.blog {
  position: relative;
  height: 600px;
}
.blog h3 {
  margin-bottom: 30px;
}
.blog .entry {
  padding: 0;
  padding: 0 15px 0 0;
}
.blog .entry.last {
  padding: 0 0 0 15px;
}
.blog .eyecatch {
  margin-bottom: 22px;
}
.blog .bodycopy {
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.blog h4 {
  margin-bottom: 22px;
  font-size: 18px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  line-height: 1.4;
}
.blog .more {
  clear: both;
}

/* footer */
.footer {
  background: #fff;
  padding: 50px 0 100px 0;
  position: relative;
}
.footer .gnav {
  margin-bottom: 20px;
  font-family: 'Quicksand';
  text-transform: uppercase;
}
.footer .gnav .siteid {
  float: left;
  margin: 3px 20px 0 0;
}
.footer .gnav li {
  float: left;
  margin-right: 10px;
}
.footer .gnav ul {
  position: relative;
}
.footer .gnav .gnav-nav a {
  display: block;
  padding: 40px 15px 11px 15px;
  color: #4B3C1E;
}
.footer .gnav .gnav-sns a {
  display: block;
  padding: 9px 0 11px 0;
  color: #000;
}
.footer .gnav .gnav-sns a:hover {
  background: none;
}
.footer address {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  line-height: 1.7;
}
.footer .sns {
  margin-bottom: 20px;
}
.footer .sns .sns-button {
  float: left;
  margin-right: 10px;
}
.footer small {
  font-size: 12px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a img{
	width: 100%;
	height: auto;
}
#page-top a:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* --------------------------------
 responsive　setting
---------------------------------*/
/* max-width: 1200px */
@media screen and (max-width: 1200px) {
  .cover h1 {
    width: 90%;
  }
  .cover h1:before, .cover h1:after {
    width: 20%;
  }
  .cover .message-box {
    width: 90%;
  }
  .cover .message-box p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section {
    padding: 50px 0;
  }

  .services .section-head:before {
    width: 350px;
  }
  .services .section-head:after {
    width: 350px;
  }
  .services .box:last-child {
    margin-bottom: 0;
  }

  .works .section-head:before {
    width: 370px;
  }
  .works .section-head:after {
    width: 370px;
  }

  .news-blog .section-head:before {
    width: 320px;
  }
  .news-blog .section-head:after {
    width: 320px;
  }
}
/* max-width: 992px */
@media screen and (max-width: 991px) {
  .header .container {
    width: 100%;
  }
.cover .message {
  display: table-cell;
  padding-top: 7%;
  text-align: center;
}	
.bounce .img-responsive{
  margin: auto;
  width: 40%;
}
.cover h1 img{
  width: 80%;
  height: auto;
}	
  .catalogue .section-head:before {
    border-top: 1px dotted #000;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 250px;
  }
  .catalogue .section-head:after {
    border-top: 1px dotted #000;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 250px;
  }
  .catalogue .box {
    margin-bottom: 60px;
  }

  .works .section-head:before {
    width: 260px;
  }
  .works .section-head:after {
    width: 260px;
  }

  .news-blog .section-head:before {
    width: 210px;
  }
  .news-blog .section-head:after {
    width: 210px;
  }
  .news-blog .news, .news-blog .blog {
    height: auto;
  }
  .news-blog .news .more, .news-blog .blog .more {
    position: static;
  }
  .news-blog .news {
    margin-bottom: 50px;
  }
  .news-blog .news dl {
    margin-bottom: 3rem;
  }
  .news-blog .blog .entry {
    margin-bottom: 2rem;
  }

  .footer .gnav li {
    margin-right: 5px;
  }
  .footer .gnav .nav a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* max-width: 767px */
@media screen and (max-width: 767px) {
.cover .message {
  display: table-cell;
  padding-top: 25%;
  text-align: center;
}	
.bounce .img-responsive{
  margin: auto;
  width: 40%;
}
.cover h1 img{
  width: 80%;
  height: auto;
  margin-top: 170px;
}
.cover .scroll {
  display: block;
  color: #4B3C1E;
  background-color: rgba(255,248,234,0.9);
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0;
  margin: auto;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border: 2px solid #4B3C1E;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.header {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
.header .navbar-inverse .navbar-toggle {
    border: none;
    float: none;
    position: absolute;
    margin: -9px -10px;
    top: 19px;
	background-color: #000;
  }
.header .siteid {
    position: static;
    width: 100%;
    height: 70px;
	padding: 3px 0px;
    line-height: 70px;
    text-align: center;
  }
  .header .siteid .navbar-brand {
    float: none;
    text-align: center;
  }
  .header .siteid .navbar-brand > img {
    display: inline;
  }
  .header .gnav {
    padding: 0;
  }
  .header .gnav li {
    margin-right: 0;
  }
  .header .gnav .nav {
    margin: 0;
  }
  .header .gnav .gnav-sns {
    position: static;
  }
  .header .gnav .gnav-sns a {
    padding: 0 15px;
  }
  .header .navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .cover .message h1 {
    margin: 60px auto 10px auto;
    font-size: 40px;
  }
  .cover .message .online-shop h1:before, .cover .message .online-shop h1:after {
    border: none;
  }
  .cover .message .message-box {
    margin-top: auto;
    padding: 0;
    border: none;
  }
  .cover .message .three-services {
    font-size: 18px;
  }
  .cover .message .catchcopy {
    display: none;
  }

  .catalogue .section-head:before, .catalogue .section-head:after, .online-shop .section-head:before, .online-shop .section-head:after, .shop-info .section-head:before, .shop-info .section-head:after, .company .section-head:before, .company .section-head:after,.news-blog .section-head:before, .news-blog .section-head:after {
    border: none;
  }
.news-blog .insta {
  margin-bottom: 2%;
}
.news dt {
  margin-bottom: 5px;
}
.news dt.text{
  font-size: 12px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 500;
  line-height: 1;
}
.news dd {
  line-height: 1.7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.news dd.text{
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 700;
  line-height: 2;
}
.section h2 {
  padding-top: 30px;
 }
.section h2 img{
  width: 65%;
 }
.section .leadcopy2 {
  text-align: center;
  font-size: 13px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 2.5;
}
  .catalogue .eyecatch .img-responsive{
	width: 80%;
	margin-left: 10%;
  }
  .online-shop .more a {
  width: 90%;
  }
  .footer .gnav {
    position: relative;
    overflow: hidden;
  }
  .footer .gnav ul {
    float: left;
    left: 50%;
    position: relative;
  }
  .footer .gnav ul li {
    left: -50%;
    position: relative;
  }
  .footer .gnav .siteid {
    float: none;
    margin: 0 0 1em 0;
    text-align: center;
  }
  .footer address {
    text-align: center;
  }
  .footer .sns {
    width: 362px;
    margin: 0 auto 20px auto;
  }
  .footer .sns .sns-button {
    margin-right: 5px;
  }
  .footer .sns .sns-button:last-child {
    margin: 0;
  }
  .footer small {
    display: block;
    text-align: center;
  }
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
  #page-top a img{
	width: 100%;
	height: auto;
}
}
/* max-width: 640px */
@media screen and (max-width: 640px) {
  /* cover */
  .cover .message h1 {
    margin: 60px auto 10px auto;
    font-size: 30px;
  }
  .cover .message .three-services {
    font-size: 16px;
  }
  .news-blog .insta {
  margin-bottom: 10%;
}
  .news-blog .blog .entry {
    padding: 0;
  }
  .news-blog .blog .entry.last {
    padding: 0;
  }

  .footer .container {
    margin: 0;
    padding: 0;
  }
  .footer .gnav ul {
    border-top: 1px solid #ccc;
    float: none;
    position: static;
    left: 0;
  }
  .footer .gnav ul li {
    width: 50%;
    margin-right: 0;
    border-collapse: collapse;
    position: static;
    left: 0;
  }
  .footer .gnav .gnav-nav a, .footer .gnav .gnav-sns a {
    padding: 0 0 0 10px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
  }
  .footer .gnav .gnav-nav a:nth-child(odd), .footer .gnav .gnav-sns a:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  .footer .gnav .gnav-nav a:hover, .footer .gnav .gnav-sns a:hover {
    text-decoration: none;
    background: #eee;
  }
  .footer address {
    text-align: center;
  }
  .footer .sns {
    width: 362px;
    margin: 0 auto 20px auto;
  }
  .footer .sns .sns-button {
    margin-right: 5px;
  }
  .footer .sns .sns-button:last-child {
    margin: 0;
  }
  .footer small {
    display: block;
    text-align: center;
  }
  .br-sp { display:none; }
}
/* max-width: 362px */
@media screen and (max-width: 362px) {
  .footer .sns {
    width: 320px;
  }
}
/* cover message */
@media screen and (max-width: 767px) {
  .cover h1:before, .cover h1:after {
    width: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .cover h1:before, .cover h1:after {
    width: 10%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1030px) {
  .cover h1:before, .cover h1:after {
    width: 15%;
  }
}
/* common class */
.btn-default {
  background: none;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
