@charset "utf-8";



* {

margin: 0;

padding: 0;

color: #393939;

font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;

}



body {

font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small

}



img {

vertical-align: bottom;

}



#wrap {

}





header {

padding: 10px 0 15px;

border-bottom: 1px solid #d35e00;

background: #ffa32b;

}



header h1 {

margin: 0 30px;

padding: 5px 10px;

display: inline;

position: relative;

border-radius: 5px;

background: #ffffff;

}



header h1:after {

contentinstagram: "";

width: 25px;

height: 15px;

position: absolute;

bottom: -9px;

left: 42%;

background: url(img/title_arrow.png) no-repeat left top;

background-size: 25px 15px;

}



footer {

border-top: 1px solid #d35e00;

background: #ffa32b;

}



footer p {

padding: 10px 0;

text-align: center;

}



footer p small {

color: #ffffff;

}



#contentinstagram {

padding: 0 15px;

background: url(img/bg01.gif);

}



#contentinstagram .instagram .txt01 {

padding: 30px 0;

text-align: center;

}



#contentinstagram .instagram ul {

overflow: hidden;

}



#contentinstagram .instagram ul li {

margin: 10px;

width: 130px;

float: left;

list-style-type: none;

}



#contentinstagram .instagram ul li img {

width: 130px;

height: auto;

}



#contentinstagram .btnArea p {

margin: 10px 0;

text-align: center;

}



#contentinstagram .btnArea .btn li {

margin: 0 auto;

width: 150px;

list-style-type: none;

}



#contentinstagram .btnArea .btn li a {

padding: 10px 0 10px 17px;

display: block;

position: relative;

border-radius: 5px;

background: #000000;

color: #ffffff;

text-align: center;

text-decoration: none;

font-size: 16px;

}



#contentinstagram .btnArea .btn li a:before {

contentinstagram: "";

width: 18px;

height: 20px;

position: absolute;

left: 10px;

background: url(img/arrow.png) no-repeat left top;

background-size: 18px 20px;

}



/* タブレット */

@media screen and (max-width: 768px) {



#contentinstagram {

padding: 0 0 30px;

}



}



/* スマホ */

@media screen and (max-width: 320px) {



#contentinstagram {

padding: 0 0 30px;

}



#contentinstagram .instagram ul li {

margin: 10px 0;

width: 320px;

float: none;

}



}