﻿/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

/* common */
body {
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}
a {
	color: #0066ff;
	text-decoration: none;
}
a:hover, .active {
  text-decoration: underline;
}
a:active, a:focus,input:active, input:focus {
    outline:0;
}
h1 {
    font-size: 18px;
    color: #333;
}
h3 {
    font-size: 13px;
    font-weight: normal;
}
h4 {
    margin-top: 20px;
    margin-bottom: -20px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}
img {
    max-width: 100%;
    height: auto;
}
select {
    display: inline-block;
    font-size: 11px;
    font-family: sans-serif;
    color: #444;
    line-height: 1.0;
    padding: .6em 1.4em .5em .8em;
    width: 30%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
select option {
    font-weight: normal;
}
select::-ms-expand {
    display: none;
}
select:hover { 
    border-color: #888;
}
select:focus { 
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #444; 
    outline: none;
}
input {
    font-size: 11px;
    line-height: 1.0;
    font-family: sans-serif;
    color: #444;
    background-image: linear-gradient(to bottom, #fff, #e5e5e5);
    padding: .6em .8em .5em .8em;
    border: 1px solid #aaa;
    border-radius: .5em; 
}
input:hover {
    border-color: #888;
}
input:focus { 
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #444; 
    outline: none;
}
.error {
    color: #ff0000;
}
.br_sp {
    display: none;
}
@media only screen and (max-width: 768px) {
    .br_sp {
        display: block;
    }
}

/* header */
#header {
    position: fixed;
    width: 100%;
    z-index: 500;
}
#headerWrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: #000;
}
.headerWrap_admin {
    background: #a52a2a!important;
}
#header h1 {
    top: 0;
    position: fixed;
    padding-top: 9px;
}
#header h1 img {
    max-height: 45px;
    margin-left: 80px;
    width: auto !important;
}
#mainNav {
    position: fixed;
    top: -35px;
    margin-left: 200px;
    width: 100%;
    z-index: 500;
}
#mainNav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
#mainNav a:hover {
    color: #f0e68c;
}
@media only screen and (max-width: 768px) {
    #headerWrap {
        opacity: 0.9;
    }
    #header h1 img {
        margin-left: 15px;
    }
  a#menu {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        margin: 10px;
    }
    #menuBtn {
        display: block;
        position: absolute;
        top: 60%;
        left: 50%;
        width: 18px;
        height: 2px;
        margin: -5px 0 0 -7px;
        background: #fff;
        transition: .2s;
    }
    #menuBtn:before, #menuBtn:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 18px;
        height: 2px;
        background: #fff;
        transition: .3s;
    }
    #menuBtn:before {
        margin-top: -7px;
    }
    #menuBtn:after {
        margin-top: 5px;
    }
    a#menu .close {
        background: transparent;
    }
    a#menu .close:before, a#menu .close:after {
        margin-top: 0;
    }
    a#menu .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    a#menu .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .panel {
        width: 100%;
        display: none;
        overflow: hidden;
        position: relative;
        left: 0;
        top: -7px;
        z-index: 100;
    }
    #mainNav {
        top: 0;
        margin: 0;
        text-align: right;
    }
    #mainNav ul {
        border-bottom: 1px solid #ccc;
        background: #000;
        text-align: left;
        font-size: 12px;
    }
    .mainNav_admin ul {
        background: #a52a2a!important;
    }
    #mainNav li a {
        position: relative;
        display:block;
        padding:15px 25px;
        border-bottom: 1px solid #ccc;
        color: #fff;
        font-weight: 400;
    }
    #mainNav li a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@media only screen and (min-width: 1024px) {
  a#menu {
        display:none;
    }   
    .panel {
        display:block !important;
    }
    #mainNav li {
        display: inline-block;
        padding: 50px 20px;
    }
}

/* main img */
.mainImg {
    text-align: center;
    margin-top: 70px;
}
.mainImg img {
    width: 40%
}
@media only screen and (max-width: 767px) {
    .mainImg img {
        width: 92%
    }
}

/* about us */
.aboutUs {
    margin: 0 auto;
    margin-top: 20px;
    width: 70%;
    text-align: center;
}
.aboutBody {
    margin: 0 auto;
    margin-top: 90px;
    width: 55%;
    text-align: center;
}
.aboutBody img {
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.aboutBody p {
    text-align: left;
    font-size: 13px;
}
@media only screen and (max-width: 767px) {
    .aboutUs {
        width: 95%
    }
    .aboutBody {
        width: 90%;
    }
}

/* haute couture */
#hauteCouture {
    margin: 0 auto;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    background: #f5f5f5;
    width: 70%;
}
@media only screen and (max-width: 767px) {
    #hauteCouture {
        width: 95%
    }
}

/* collection */
#collection {
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: -20px;
    width: 50%;
}
#collection h2 {
    margin-bottom: 20px;
}
#collection a:hover img{
    opacity: 0.8;
}
.collectionImg {
    display: inline-block;
    width: 150px;
    height: auto;
}
.collectionImg img {
    width: 150px;
    object-fit: contain;
}
@media only screen and (max-width: 767px) {
    #collection {
        width: 95%;
    }
}

/* item */
#item {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 70%;
}
#item h1 {
    margin-top: 20px;
}
#item h2 {
    margin-bottom: 20px;
}
#item h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
#item select {
    margin-right: 5px;
    width: 22%;
}
#item a:hover img{
    opacity: 0.8;
}
#item p {
    text-align: left;
    font-size: 10px;
}
#item hr {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
}
#item table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    width: 70%;
    margin-bottom: 10px;
}
#item td {
    border: 1px solid #ccc;
    padding: 3px 0;
}
.list {
    display: inline-block;
    width: 200px;
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
}
.list img {
    width: 200px;
    object-fit: contain;
}
.itemDetail {
    width: 350px;
}
.itemNotes {
    text-align: left;
    margin: 0 auto;
    margin-top: 15px;
    width: 80%;
    font-size: 13px;
}
.itemHeader {
    text-align: left;
    margin: 0 auto;
    margin-top: 15px;
    width: 80%;
}
.itemHeader select {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.itemHeader input {
    margin-bottom: 5px;
}
.itemHeader input[type="text"] {
    margin-top: 5px;
    margin-left: 10px;
    background: none;
    padding: .3em .8em .3em .8em;
}
.genre {
    text-align: left;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 20px;
    font-size: 13px;
}
.fontL {
    font-size: 16px;
    font-weight: bold;
}
.sizeNotes {
    text-align: left;
    font-size: 11px;
}
@media only screen and (max-width: 767px) {
    #item {
        width: 100%;
    }
    #item select {
        width: 33%;
    }
    .itemDetail {
        width: 90%;
    }
    #item select {
        width: 33%;
    }
    #item table {
        width: 100%;
    }
    #item p {
        font-size: 8px;
    }
    .list {
        width: 165px;
    }
    .list img {
        width: 165px;
    }
    .itemNotes {
        width: 90%;
    }
    .itemHeader {
        width: 90%;
    }
}

/* news */
#news {
    margin: 0 auto;
    margin-top: 80px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    background: #f5f5f5;
    width: 70%;
}
#news h3 {
    font-weight: bold;
    margin: 0 auto;
    width: 50%;
    text-align: left;
}
#news p {
    width: 50%;
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
}
#news img {
    width: 300px;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    #news {
        width: 95%
    }
    #news h3 {
        width: 95%;
    }
    #news p {
        width: 95%;
    }
    #news img {
        width: 250px;
    }
}

/* news main */
#news_main {
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    width: 45%;
}
#news_main h3 {
    text-align: left;
    font-size: 13px;
    margin-top: 20px;
    font-weight: bold;
}
#news_main p {
    text-align: left;
    font-size: 12px;
}
#news_main img {
    width: 300px;
}
@media only screen and (max-width: 767px) {
    #news_main {
        width: 95%;
    }
    #news_main img {
    width: 250px;
}
}

/* information */
#information {
    margin: 0 auto;
    margin-top: 20px;
    width: 70%;
}
#information h1 {
    text-align: center;
}
.col2 li {
    display: inline-block;
    margin: 10px 0;
    width: 60%;
    vertical-align: top;
}
.col2 li:first-child {
    width: 35%;
    padding-right: 4%;
}
table.company {
    border-collapse: collapse;
    text-align: center;
}
table.company thead th {
    padding: 5px;
    vertical-align: top;
    font-weight: normal;
    color: #369;
    border-bottom: 3px solid #036;
}
table.company tbody th {
    width: 150px;
    padding: 5px;
    vertical-align: top;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
}
table.company td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    border-bottom: 0px solid #ccc;
}
#map {
    position: relative;
    margin-top: 20px;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    z-index: 0;
}
#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}
@media only screen and (max-width: 767px) {
    #information {
        width: 95%
    }
    .col2 li {
        display: block;
        width: 100%;
    }
    .col2 li:first-child {
        width: 100%;
    }
}

/* contact */
#contact {
    margin: 0 auto;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    background: #f5f5f5;
    width: 70%;
}
#contact h1 {
    text-align: center;
}
#contact p {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #contact {
        width: 95%
    }
    #contact p {
        text-align: left;
    }
}

/* contact main */
#contact_main {
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    width: 60%;
}
#contact_main p {
    font-size: 12px;
    text-align: left;
}
.contactNotes {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f5f5f5;
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    #contact_main {
        width: 95%;
    }
    .contactNotes {
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* archive */
#archive {
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    width: 60%;
}
#archive a:hover img{
    opacity: 0.8;
}
.img {
    display: inline-block;
    width: 150px;
    height: auto;
}
.img img {
    width: 150px;
    height: 200px;
    object-fit: contain;
}
.prevPage {
    float: left;
}
.nextPage {
    float: right;
}
.pagination {
    margin: 0 auto;
    margin-top: 10px;
    width: 90%;
}
@media only screen and (max-width: 767px) {
    #archive {
        width: 95%;
    }
    .img {
    width: 100px;
    }
    .img img {
        width: 100px;
        height: 150px;
    }
    .pagination {
        width: 80%;
    }
}

/* process */
#process {
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    width: 50%;
}
#process h1 {
    text-align: left;
    font-size: 13px;
    padding-left: 10px;
}
#process p {
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.step {
    background: #f5f5f5;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.vertical {
    width: 200px;
    margin-top: 10px;
}
.side {
    width: 280px;
    margin-top: 10px;
}
.arrow {
    margin-top: 10px;
    margin-bottom: -16px;
    width: 80px;
}
@media only screen and (max-width: 767px) {
    #process {
        width: 95%;
    }
    .vertical {
        width: 180px;
    }
    .side {
        width: 250px;
    }
}

/* price */
#price {
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    width: 50%;
}
#price h1 {
    font-size: 13px;
    margin-top: 20px;
}
#price h4 {
    font-weight: normal;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 0;
}
#price p {
    text-align: left;
    font-size: 13px;
    margin-top: 20px;
}
#price span {
    font-weight: bold;
}
#price table {
    font-size: 11px;
    margin: 0 auto;
    margin-top: 10px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 95%;
}
#price th {
    border: 1px solid #ccc;
    font-weight: normal;
    text-align: center;
    width: 20%;
    padding: 5px 0;
}
#price th:first-child {
    width: 60%;
}
#price td {
    border: 1px solid #ccc;
    padding: 5px 0;
}
#price img {
    margin-top: 20px;
}
.defenition {
    width: 65%;
    margin: 0 auto;
}
.priceMenu {
    margin: 0 auto;
    padding-top: 30px;
    font-size: 13px;
    text-align: center;
}
.note {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 12px;
    text-align: left;
    width: 95%;
}
.note table {
    text-align: center;
}
.custom {
    background: #f5f5f5;
    margin-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #ccc;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    border-radius: 3px;
}
.custom img {
    width: 300px;
    margin-bottom: 10px;
}
.calculation {
    width: 50%;
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
}
@media only screen and (max-width: 767px) {
    #price {
        width: 95%;
    }
    .defenition {
        width: 90%;
    }
    .custom img {
        width: 250px;
    }
}
@media only screen and (max-width: 768px) {
    .calculation {
        width: 80%;
    }
}

/* contract */
#contract {
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    width: 50%;
}
#contract h1 {
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
}
#contract p {
    text-align: left;
    font-size: 12px;
    padding-left: 7px;
}
@media only screen and (max-width: 767px) {
    #contract {
        width: 90%;
    }
}

/* privercy */
#privercy {
    text-align: left;
    margin: 0 auto;
    margin-top: 90px;
    width: 50%;
}
#privercy h2 {
    text-align: center;
}
#privercy p {
    margin-top: 20px;
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    #privercy {
        width: 90%;
    }
}

/* about_mask */
.aboutMask {
    margin: 0 auto;
    margin-top: 100px;
    width: 55%;
    text-align: center;
}
.aboutMask img {
    width: 40%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.aboutMask p {
    text-align: left;
    font-size: 13px;
}
@media only screen and (max-width: 767px) {
    .aboutMask {
        width: 90%;
    }
}

/* footer */
#footer {
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}

.margin {
    margin-top: 90px;
}
/*------------------------------
    管理者画面
------------------------------*/

/* archive */
#admin_archive {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 50%;
}
#admin_archive h2 {
    margin-bottom: 20px;
}
#admin_archive span {
    font-size: 12px;
}
#admin_archive p {
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
    line-height: 30px;
}
#admin_archive textarea {
    width: 100%;
    height: 100px;
}
#admin_archive a:hover img{
    opacity: 0.8;
}
.admin_img {
    display: inline-block;
    width: 100px;
    height: auto;
}
.admin_img img {
    width: 100px;
    height: 150px;
    object-fit: contain;
}
.editImg {
    display: inline-block;
    width: 200px;
    height: auto;
}
.editImg img {
    width: 200px;
    height: 250px;
    object-fit: contain;
}
@media only screen and (max-width: 767px) {
    #admin_archive {
        width: 90%;
    }
}

/* 共通
------------------------------------------------------------*/
/*
img{
	max-width: 100%;
	height: auto;
}
section h2{
	font-family: 'Pacifico', cursive;
	width: 60%;
	margin: -20px auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
	border: thin solid;
	border-width: 100%;
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}




a#tel {
  position: fixed;
  width: 80px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  left:100%;
  bottom: 10px;
  margin-left:-100px;
  display: block;
  background: rgba(0,102,204,.9);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:12px;
  border-radius: 10px;
  z-index: 100;
}

a#tel:hover{
  background: rgba(0,102,204,1);
  z-index: 100;
}


@media only screen and (max-width: 799px){
	#top{
	z-index: -100;
}
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #ccc;
    border-radius: 8px;
    background-color: #F5F5F5;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 14px;
    background: #FFF;
    color: #000;
    font-weight: normal;
}
.box26 p {
    text-align: left;
}

label {
    background: #636161;
    color: #fff;
    padding: 7px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
}

input[type=checkbox].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 5px;
}

input[type=checkbox].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type=checkbox].on-off:checked + ul{
    height: auto;
}


h3 {
  text-align: center;
  border-top: 1px solid #ccc;
  font-family: 'Tangerine', cursive;
  font-size: 35px;
  width: 80%;
  margin: auto;
  padding: 0;
  margin-bottom: -40px;
  }
  
h3 span {
   position: relative;
   top: -35px;
   padding: 0 20px;
   background: white;
}


h4{
position: relative;
display: inline-block;
padding: 0 55px;
}

h4:before, h4:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}

h4:before {left:0;}
h4:after {right: 0;}


.box25 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #ccc;
    border-radius: 8px;
}
.box25 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 14px;
    background: #FFF;
    color: #000;
    font-weight: normal;
}
.box25 p {
    text-align: left;
}



/* SEC02 Gallery
------------------------------------------------------------*/
/*
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
/*
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}


/* SEC04 BRAND
------------------------------------------------------------*/
/*
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
/*
#sec05 p{
	margin-bottom: 5px;
}


.col3 li{
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

#sns img{
	padding: 20px 10px 15px 0;
}

#sns a:hover img{
	opacity: .8;
}








/* RESPONSIVE 設定
------------------------------------------------------------*/
/*

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	

	
	
	/* SEC03 PROJECT
	-----------------*/
    /*
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	
}

@media only screen and (max-width: 640px){
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	
	#sec04_02{
		padding: 50px 20px;
	}
}

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

	section h2{
		margin: 50px auto 20px;
		border: hidden;
	}
	section h2 span {
		padding: 0 30px;
	}
}