/* ****************************************************** */
/*                                                        */
/* - StyleSheet -                                         */
/*                                                        */
/* ****************************************************** */

/* 文字コード指定 */
/* ****************************************************** */
@charset "utf-8";

/* 初期化 全スタイル指定(使用タグを指定) */
/* ****************************************************** */


/*  */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

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

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
    color: #2b2b2b;
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    background-attachment: fixed;
}

a {
    color: #555;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}
a img{
    border-style: none;
}
a:active,
a:hover {
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 2px 0 12px;
}

h1 {
    font-size: 26px;
    line-height: 1.3846153846;
    /*font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
}

h2 {
    font-size: 24px;
    line-height: 1;
    /*font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
}

h3 {
    font-size: 22px;
    line-height: 1.0909090909;
    /*font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
}

h4 {
    font-size: 20px;
    line-height: 1.2;
    /*font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
}

h5 {
    font-size: 18px;
    line-height: 1.3333333333;
    /*font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
}

h6 {
    font-size: 16px;
    line-height: 1.5;
    /*font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
}

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: 700;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
}

html {
    scroll-padding-top: 180px; /* 固定ヘッダの高さ分 */
}

/****************************************
■■■■■■■	_index
****************************************/
#container{
    width: 100%;
    min-height: 100%;
    position: relative;
    padding:0px 10px;
    box-sizing:border-box;
}
/* ■■■■■■■■■■■  _header */
.wrapper {
	width: 100%;
    position: fixed;
    z-index: 9999;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    height: 150px;
}
#header {
	width: 100%;
	max-width: 1100px;
	margin:	0px auto;
    padding-bottom: 2%;
    text-align: center;
}
#header img {
    width: auto;
    margin: 20px 0px;
    height:60px;
}
#header .menu {
	float: left;
	width: 100%;
	text-align: center;
}
#header .menu ul {
	display: inline-block;
    font-size:0px;
	line-height: 100%;
    width:100%;
}
#header .menu li {
	display: inline-block;
    width: 24%;
}
#header .menu li a {
	display: inline-block;
	box-sizing:	border-box;
	padding: 10px 5px;
	font-size: 18px;
	line-height: 100%;
	text-decoration: none;
}
#header .menu li a:hover {
	border-bottom: solid 3px rgb(255, 0, 0);
}
/* ■■■■■■■■■■■  _contents */
#main{
    width: 100%;
    margin-bottom: 5%;
    padding-top:150px;
}
#main img{
    width:100%;
}
#main .catchcopy1 {
	box-sizing:			border-box;
	padding:			40px 0px;
	font-size:			45px;
	line-height:		120%;
	text-align:			center;
}
.work_title{
    text-align: center;
}
/* ■■■■■■■■■■■  _work */
#work {
    width:100%;
    max-width: 900px;
    margin: auto;
    margin-bottom: 50px;
}
#work .work_title img{
    width:40%;
}
.work_about {
    list-style-type: square;
    margin: 5% 0% 5% 40px ;
}
.work_about li {
    color: rgb(0, 0, 0);
    font-size:	26px;
}
/* ■■■■■■■■■■■  _about */
#about {
    width: 100%;
    max-width: 900px;
    margin: auto;
    margin-bottom: 50px;
}
.about_title{
    text-align: center;
}
#about .about_title img{
    width: 40%;
}
::marker {
    color: rgb(255, 0, 0);
    font-size: 1.6em;
}
table{
    border-collapse:separate;
    border:none;
    border-spacing: 5px;
  }
  th,td{
    vertical-align: top;
    font-weight: normal;
  }
#about table {
    width: 100%;
    max-width: 900px;
    margin: auto auto 30px;
}
.map{
    width: 100%;
    max-width: 900px;
    margin: auto;
}
#about th{
    width:  25%;
    padding: 2%;
    font-size: 18px;
    box-sizing:border-box;
}
#about td{
    width: 75%;
    padding: 2%;
    font-size: 18px;
    box-sizing:border-box;
}
#about tr:nth-child(odd) td {  
    background-color: #fff;}
#about tr:nth-child(even) td {  
    background-color: #eee;  
} 
#about tr:nth-child(odd) th {  
    background-color: #fff;}
#about tr:nth-child(even) th {  
    background-color: #eee;  
} 
/* ■■■■■■■■■■■  _contact */
.contact{
    width: 100%;
    max-width: 900px;
    margin: auto;
    margin-bottom: 50px;
}
.contact_title{
    text-align: center;
}
#contact .contact_title img{
    width:40%;
}
.access {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.access p{
    font-size: 18px;
}
.access_form{
    text-align: center;
}
.disp_pc {
    display: block;
}
.disp_sp {
    display: none;
}
/* ■■■■■■■■■■■  _copy */
.copy{
    width:100%;
    text-align: center;
    background-color: rgb(255, 0, 0);
    color:rgb(255, 255, 255);
    height: 30px;
    padding-top: 5px;
}

/* ================================== */
@media all and (max-width: 800px) {
    .disp_pc {
        display: none;
    }

    .disp_sp {
        display: block;
    }
}
@media screen and (max-width: 700px) {	
    #work .work_title img{
        width:60%;
    }
    #about .about_title img{
        width:60%;
    }
    #contact .contact_title img{
        width:60%;
    }
}
@media screen and (max-width: 600px) {
    #main .catchcopy1 {
        font-size:			26px;
    }
	.work_about li {
        font-size:	20px;
    }
}