body {
	background-color:#FFFFFF;
	font-family: 'MS PGothic', sans-serif;
}

.title {
	font-family: 'Lusitana','MS PGothic', serif;
}

.topic_title {
	font-family: 'Lusitana','MS PGothic', serif;
}

.topic_date {
	font-family: 'Lusitana','MS PGothic', serif;
}

.date {
	font-family: 'Lusitana', serif;
}

.play {
	font-family: 'Times New Roman', serif;
}

h2 {
	font-family: 'Lusitana', serif;
}

h3 {
	font-family: 'Lusitana', serif;
}

h4 {
	font-family: 'Lusitana', serif;
}

/* PC用のスタイル記述 */
/* ========== header ========== */
#header {
	overflow: hidden;
	width: 980px;
	margin: 0 auto 10px;
}
#header h1 {
	margin: 10px auto 10px; /*[上][左右][下]*/
	overflow: hidden;
	width: 500px;
	height: 50px;
	background: url(../images/logo.png) no-repeat 0 0;
}
#header h1 a {
	display: block;/*[ブロック表示]*/
	width: 500px;
	height: 0px;
	padding-top: 50px;/*[上方向に空白あける]*/
}
/* nav */
#nav {
	width: 980px;
	height: 44px;
}
#nav ul {
	overflow: hidden;
	margin: 0 auto;
	width: 822px;
	height: 44px;
}
#nav ul li {
	float: left;
	height: 44px;
}
#nav ul li a {
	display: block;
	padding-top: 44px;
	height: 0px;
	background: url(../images/nav.png) 0 0 no-repeat;
}
#nav ul li.nav01 a {
	width: 140px;
	background-position: 0 0;
}
#nav ul li.nav02 a {
	width: 133px;
	background-position: -140px 0;
}
#nav ul li.nav03 a {
	width: 133px;
	background-position: -273px 0;
}
#nav ul li.nav04 a {
	width: 133px;
	background-position: -406px 0;
}
#nav ul li.nav05 a {
	width: 133px;
	background-position: -539px 0;
}
#nav ul li.nav06 a {
	width: 150px;
	background-position: -672px 0;
}
#nav ul li.nav01 a:hover { background-position: 0 -40px;}
#nav ul li.nav02 a:hover { background-position: -140px -40px;}
#nav ul li.nav03 a:hover { background-position: -273px -40px;}
#nav ul li.nav04 a:hover { background-position: -406px -40px;}
#nav ul li.nav05 a:hover { background-position: -539px -40px;}
#nav ul li.nav06 a:hover { background-position: -672px -40px;}

/* ========== main ========== */
#main {
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	background: url(../images/main_mask.png) repeat scroll 0 0 transparent;
}
#main_inner {
	width: 980px;
	height: 350px;
	margin: 0 auto;
	position: relative;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
}
#main ul {
	overflow: hidden;
	width: 980px;
	height: 350px;
	background: url(../images/loading.gif) no-repeat scroll center center transparent;
	top:0;
	left:0;
}
#main ul img {
	display: block;
	width: 980px;
	height: 350px;
	float: left;
	border: 0;
}

/* ========== contents ========== */
/* ========================== */
/* =====Topics section ====== */
/* ========================== */

.topics-section {
    position: relative;
}
.topics-section > .inner {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 0px;
    width: 980px;
}
.topics-section h2 {
    display: none;
}
.topics-list li {
    display: inline-block;
    vertical-align:top;
    width: 304px;
}

.topics-list li:first-child {
    width: 315px;
    margin-left: 10px;
}

.topics-list li:nth-child(2) {
    margin-left: 10px;
}

.topics-list li:last-child {
    margin-left: 15px;
}

.intro-doc {
    color: rgb(77, 77, 77);
    font-size: 15px;
    line-height: 1.75;
}

.topics-list .image-wrapper { /*Topic画像の四角の枠*/
    display: inline-block;
    height: 230px;
    margin-bottom: 1.5em;
    position:relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .topics-list .image-wrapper {
    border: 1px solid rgb(204, 204, 204);
    margin-left: -1px;
    margin-right: -1px;
}
.topics-list .image-wrapper:before { /*Topic画像の楕円の枠*/
    content: "";
    position: absolute;
    z-index: -1;
    top: 75%;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.topics-list .title {
    display: block;
    font-size: 18px;
    color: rgb(220, 100, 100);
    line-height: 1.34;
    letter-spacing: 1px;
    font-weight: normal;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.topics-list a:hover .title{
    color: #fff;
    text-shadow: -1px 1px 5px rgb(220, 100, 100), 1px -1px 5px rgb(220, 100, 100);
}

.topics-list .date {
    color: rgb(128, 128, 128);
    display: block;
    font-size: 12px;
    line-height: 1.34;
    margin-bottom: 1.34em;
}
.topics-list .description {
    color: rgb(77, 77, 77);
    font-size: 12px;
    line-height: 1.75;
}

/* ========================== */
/* ========= border ========= */
/* ========================== */
.name_border {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 10px;
    margin-left: 40px;
    width: 141px;
}

.name_border:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}




/* ========================== */
/* ========== shop ========== */
/* ========================== */
.shop-section {
    position: relative;
    /*z-index: 20;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);*/
}
.shop-section > .shop_inner {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 980px;
}
.shop-section h2 {
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-left: 20px;
    margin-bottom: 10px;
    float: left;
}

.shop-list {
    margin-left: 15px;
}

.shop-list li {
    display: inline-block;
    margin-left: 13px;
    vertical-align: top;
    height: 350px;
    width: 304px;
}
.shop-list li:first-child {
    margin-left: 0px;
}
.shop-list a {
    display: block;
}

.shop-list .shop-slide {
    display: inline-block;
    height: 230px;
    margin-bottom: 1.5em;
    position:relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .shop-list .shop-slide {
    border: 1px solid rgb(204, 204, 204);
    margin-left: -1px;
    margin-right: -1px;
}
.shop-list .shop-slide:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 75%;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.shop-list .title {
    display: block;
    font-size: 18px;
    color: rgb(220, 100, 100);
    line-height: 1.34;
    letter-spacing: 1px;
    font-weight: normal;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.shop-list a:hover .title{
    color: #fff;
    text-shadow: -1px 1px 5px rgb(220, 100, 100), 1px -1px 5px rgb(220, 100, 100);
}

.shop-list .description {
    color: rgb(77, 77, 77);
    font-size: 12px;
    line-height: 1.75;
}

.shop-section .description2 {
    color: rgb(77, 77, 77);
    font-size: 12px;
    padding-left: 15px;
}





/* ========================== */
/* ======== gallery ========= */
/* ========================== */
.gallery-section {
    position: relative;
    z-index: 20;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.gallery-section > .gallery_inner {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 980px;
}
.gallery-section h2 {
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-left: 20px;
    margin-bottom: 10px;
    float: left;
}

.gallery-list {
    margin-left: 15px;
}

.gallery-list li {
    display: inline-block;
    margin-left: 13px;
    vertical-align: top;
    height: 350px;
    width: 304px;
}
.gallery-list li:first-child {
    margin-left: 0px;
}
.gallery-list a {
    display: block;
}

.gallery-list .gallery-slide {
    display: inline-block;
    height: 230px;
    margin-bottom: 1.5em;
    position:relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .gallery-list .gallery-slide {
    border: 1px solid rgb(204, 204, 204);
    margin-left: -1px;
    margin-right: -1px;
}
.gallery-list .gallery-slide:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 75%;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.gallery-list .title {
    display: block;
    font-size: 18px;
    color: rgb(220, 100, 100);
    line-height: 1.34;
    letter-spacing: 1px;
    font-weight: normal;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.gallery-list a:hover .title{
    color: #fff;
    text-shadow: -1px 1px 5px rgb(220, 100, 100), 1px -1px 5px rgb(220, 100, 100);
}

.gallery-list .description {
    color: rgb(77, 77, 77);
    font-size: 12px;
    line-height: 1.75;
}

.gallery-section .description2 {
    color: rgb(77, 77, 77);
    font-size: 12px;
    padding-left: 15px;
}





/* ========================== */
/* ====== Work section ====== */
/* ========================== */


.work-section {
    background-color: rgb(0, 0, 0);
    position: relative;
    z-index: 10;
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);*/
}
.no-boxshadow .work-section {
    border-bottom: 1px solid rgb(24, 24, 24);
}
.work-section .section-header {
    background: url(../images/back.png);
    line-height: 60px;
    text-transform: uppercase; /* 全て大文字表示 */
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    position: relative;
}
.no-boxshadow .work-section .section-header {
    border-top: 1px solid rgb(204, 204, 204);
}
.work-section .section-header > .inner {
    margin: auto;
    width: 980px;
    position: relative;
}
.work-section h2 {
    float: left;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-left: 50px;
}

/* タブ */
.work-section .tab-nav {
    border-left: 0px;
    float: right;
    font-family: 'Lusitana', serif;
    font-size: 18px;
    letter-spacing: 1px;
}

.work-section .tab-nav li {
    border-right: 0px;
    float: left;
    position: relative;
}
.work-section .tab-nav a {
    display: block;
    outline: none;
    position: relative;
    color: rgb(50, 50, 50);
    text-align: center;
    padding: 5px 0px 0; /* [上][左右][下] */
    width: 140px;
    z-index: 10;
}
.work-section .tab-nav .ui-tabs-active a {
    color: rgb(100, 50, 50);
}

/* ハイライト */
.work-section .tabs-highlight{
  display: inline-block;
  position: absolute;
  margin: 0 0px 0 0;
  padding: 0;
  width: 140px;
  height: 36px;
  background: rgb(110, 50, 50);
    opacity: 0.3;
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
}

.work-section .tabs-highlight:before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-left-color: rgb(110, 50, 50);
    /* △の回転 */
    -moz-transform:    rotate( 180deg );  /* Firefox */
    -webkit-transform: rotate( 180deg );  /* Chrome,Safari */
    -o-transform:      rotate( 180deg );  /* Opera */
    -ms-transform:     rotate( 180deg );  /* IE */
    transform:         rotate( 180deg );  /* CSS3 */
}


/* パネル */
.work-section .section-body {
    height: 400px;
    position: relative;
}
.work-section .section-body .image-wrapper {
    height: 100%;
    min-width: 980px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.work-section .section-body .image-wrapper img {
    position: absolute;
    left: 50%;
    margin-left: -490px;
}

.work-section .section-body .content {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
    width: 980px;
    margin: auto;
    position: relative;
}
.work-section .section-body .content > .inner {
    position: absolute;
    width: 250px;
}
.work-section .section-body #work1 .content > .inner {
    top: 190px;
    left: 680px;
}
.work-section .section-body #work2 .content > .inner {
    top: 150px;
    left: 350px;
}
.work-section .section-body #work3 .content > .inner {
    top: 20px;
    left: 700px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}
.work-section .section-body #work4 .content > .inner {
    top: 170px;
    left: 700px;
}
.work-section .section-body #work5 .content > .inner {
    top: 110px;
    left: 80px;
    color: rgb(20, 20, 20);
    text-shadow: 0 0 2px rgba(150, 150, 150, 0.9);
}
.work-section .section-body .title {
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    float:left;
}

.work-section .section-body .subtitle {
    font-size: 20px;
    font-weight: normal;
    padding: 1.5em;
    margin-bottom: -30px;
}

.work-section .section-body .clear {
    clear:both;
}

.work-section .section-body .description {
    font-size: 12px;
    line-height: 1.75;
}
.work-section .section-body .play {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.25em 1em;
    margin-top: 1.5em;
    border: 2px solid;
    letter-spacing: 1px;
}
.textshadow .work-section .section-body .play {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5) inset;
}

.work-section .section-body .play .play_btn{
    display: inline-block;
    /* △の回転 */
    -moz-transform:    rotate( -30deg );  /* Firefox */
    -webkit-transform: rotate( -30deg );  /* Chrome,Safari */
    -o-transform:      rotate( -30deg );  /* Opera */
    -ms-transform:     rotate( -30deg );  /* IE */
    transform:         rotate( -30deg );  /* CSS3 */
    /* △の回転中心 */
    -moz-transform-origin:    40% 0%; /* Firefox */
    -webkit-transform-origin: 40% 0%; /* Chrome,Safari */
    -o-transform-origin:      40% 0%; /* Opera */
    -ms-transform-origin:     40% 0%; /* IE */
    transform-origin:         40% 0%; /* CSS3 */
}

.work_tablet-section {
	display: none;
}

.work_phone-section {
	display: none;
}



/* ========================== */
/* ===== About section ====== */
/* ========================== */

.about-section {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.about-section > .inner {
    height: 1100px;
    position: relative;
    min-width: 980px;
}

.about-wrapper1 {
    display: inline-block;
    height: 200px;
    width: 490px;
    padding: 35px 35px 0;
    margin-bottom: 1.5em;
    position: absolute;
    right: 46%;
}

.about-section h2 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.about-doc {
    color: rgb(120, 120, 120);
    font-size: 15px;
    line-height: 1.5;
}

.about-history {
    color: rgb(120, 120, 120);
    font-size: 15px;
    line-height: 1.5;
}

.about-section h1 {
    color: rgb(135, 135, 135);
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
}

.about-section h3 {
    color: rgb(120, 120, 120);
    font-size: 15px;
    line-height: 1.5;
}

.about-wrapper2 { 
    height: 730px;
    width: 400px;
    padding: 35px 0px 0;
    position: absolute;
    left: 55%;
}

.about-wrapper2 .sub_Equipment {
    color: rgb(135, 135, 135);
    font-size: 15px;
    line-height: 1.5;
}

/* ========================== */
/* ===== Contact section ==== */
/* ========================== */
.contact-section {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.contact-section > .inner {
    display: block;
    margin-left : auto;
    margin-right : auto;
    height: 500px;
    width: 980px;
}

.contact-wrapper {
    display: inline-block;
    height: 400px;
    width: 460px;
    padding: 50px 35px 0;
    margin-bottom: 1.5em;
    position: absolute;
    right: 48.5%;
}

.contact-doc {
    color: rgb(120, 120, 120);
    font-size: 14px;
    line-height: 1.5;
}

.contact-section h2 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.contact-form-wrapper {
    width: 352px;
    padding: 75px 30px 0;
    position: absolute;
    left: 49%;
}

/* Contact form */
.contact-form .form-item {
    margin-top: 0.5em;
}
.contact-form label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.75;
    text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
    border: 1px solid rgb(153, 153, 153);
    font-size: 14px;
    padding: 0.25em;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    line-height: 1;
    width: 300px;
}
.contact-form textarea {
    line-height: 1.25;
    width: 440px;
    height: 160px;
}
.contact-form input[type="submit"] {
    background-color: rgb(128, 128, 128);
    border-width: 0;
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 0.75em;
    padding: 0.375em 0;
    width: 120px;
    text-align: center;
    text-transform: uppercase;
}

/* ========================== */
/* ==== Back2Top button ===== */
/* ========================== */
.back2top {
    background-color: rgb(51, 51, 51);
    border-width: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 5px;
    width: 100%;
}
.back2top .label {
    display: block;
    height: 18px;
    margin:auto;
    overflow: hidden;
    width: 26px;
}
.back2top .label:before {
    content: url(../images/arrow.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin-left: -40px;
}
.no-js .back2top {
    display: none;
}


/* ========================== */
/* ========== footer ======== */
/* ========================== */



#footer {
	background-color: rgb(51, 51, 51);
	margin-top: 0px;
	padding: 20px 0 25px 0;
}
#footer .inner {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

address {
	overflow: hidden;
	width: 98%;
	font-size: 80%;
	color: #FFFFFF;
	text-align: right;
	display: inline-block;
}



/* ================================================= */
/* =====promenade of photograph section ============ */
/* ================================================= */

.pop-section {
    position: relative;
}
.pop-section > .inner {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 980px;
}
.pop-section h2 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.pop-list li {
    display: inline-block;
    vertical-align:top;
    padding-bottom: 20px;
    width: 304px;
}

.pop-list li:nth-child(3n-2) {
    margin-left: 10px;
}

.pop-list li:nth-child(3n-1) {
    margin-left: 20px;
}

.pop-list li:nth-child(3n) {
    margin-left: 20px;
}

.intro-doc {
    color: rgb(77, 77, 77);
    font-size: 15px;
    line-height: 1.75;
}

.pop-list .image-wrapper { /*Topic画像の四角の枠*/
    display: inline-block;
    height: 230px;
    margin-bottom: 1.5em;
    position:relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .pop-list .image-wrapper {
    border: 1px solid rgb(204, 204, 204);
    margin-left: -1px;
    margin-right: -1px;
}
.pop-list .image-wrapper:before { /*Topic画像の楕円の枠*/
    content: "";
    position: absolute;
    z-index: -1;
    top: 75%;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.pop-list .title {
    display: block;
    font-size: 18px;
    color: rgb(220, 100, 100);
    line-height: 1.34;
    letter-spacing: 1px;
    font-weight: normal;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.pop-list a:hover .title{
    color: #fff;
    text-shadow: -1px 1px 5px rgb(220, 100, 100), 1px -1px 5px rgb(220, 100, 100);
}

.pop-list .date {
    color: rgb(128, 128, 128);
    display: block;
    font-size: 12px;
    line-height: 1.34;
    margin-bottom: 1.34em;
}
.pop-list .description {
    color: rgb(77, 77, 77);
    font-size: 12px;
    line-height: 1.75;
}

/* topics.html*/
.pop-list .topic_title {
    display: block;
    font-size: 14px;
    color: rgb(220, 100, 100);
    line-height: 1.34;
    letter-spacing: 1px;
    font-weight: normal;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.pop-list .topic_date {
    color: rgb(128, 128, 128);
    display: block;
    font-size: 12px;
    line-height: 1.34;
    margin-bottom: 0.3em;
}

