@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Zeyada);

* {
  color: #5c4f4b;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: url(images/body_bg.jpg);
  line-height: 2.25em;
  margin: 0px auto;
  text-align: center;
}

a img {
  border: none;
}

.base {
  margin: 0px auto;
  text-align: center;
  font-size: 75%;
  position: relative;
}

#webpack {
  position: absolute;
  right: -36px;
  top: 0px;
  z-index: 1000;
}

.section {
  width: 950px;
  margin: 0px auto;
  text-align: center;
  position: relative;
}

.section p {
  text-align: left;
}

header {
  width: 950px;
  margin: 0px auto;
  text-align: left;
  position: relative;
}

h1 {
  display: none;
}

h2 {
  position: absolute;
  right: 0px;
  top: -20px;
  font-size: 120px;
  font-family: 'Zeyada', serif;
  color: #c3bbbb;
  font-weight: normal;
  filter: alpha(style=0, opacity=45);
  -moz-opacity:0.45;
  opacity:0.45;
  z-index: 100;
}

.thema {
  background: url(images/thema_bg.jpg) center #c8553e;
  height: 180px;
  margin-top: 24px;
  margin-bottom: 36px;
}

.thema ul {
  padding-top: 42px;
}

.thema li {
  display: inline-block;
  width: 270px;
  text-align: center;
}

.thema li a {
  text-decoration: none;
}

.thema li a p {
  color: rgba(255,255,255,0.8);
  font-size: 11px;
  margin-top: -18px;
}

.thema li a:hover {
  opacity: 0.6;
}

.home h2 {
  color: #5c4f4b;
  position: static;
  text-align: center;
  font-size: 27px;
  padding: 24px 0px -12px 0px;
  margin: 60px 0px 0px -10px;
  line-height: 1.0em;
  opacity: 1;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

h2.other {
  margin: -80px 0px 48px 0px;
  position: static;
  font-size: 32px;
  font-weight: normal;
  text-align: left;
  color: #766864;
  opacity: 1;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

h3 {
  background: url(images/clip.png) no-repeat 0px 10px;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  color: #7f2121;
  padding-left: 20px;
}

h4 {
  margin: -40px 0px -10px 0px;
  font-size: 100%;
}

.h4_first {
  margin-top: 0px;
}

.ca-item h3{
  font-size: 14px;
  background: none;
  height: auto;
  color: #660033;
  margin: 10px 0px 5px 0px;
  text-align: left;
  padding-left: 0px;
}

.ca-item-main p {
  font-size: 10px;
  line-height: 1.35em;
}


nav {
  position: absolute;
  top: 47px;
  font-size: 11px;
  text-align: left;
  width: 720px;
  z-index: 150;
  line-height: 1.8em;
  z-index: 10000;
}

nav li {
  list-style-type: none;
  border-right: 1px solid #a89e9b;
  float: left;
  width: 90px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

nav li a {
  text-decoration: none;
  display :block;
  font-weight: normal;
}

nav li a:hover {
  color: #cd5c5c;
}

.li_end {
  border: none;
}

nav ul:after {
  clear: both;
  content: "";
  display: block;
}

.article {
  padding-top: 72px;
  text-align: left;
}

.photo_blog {
  display: flex;
  flex-wrap: wrap;
  width: 880px;
  margin: 64px auto;
}

.photo_blog li {
  width: 50%;
  padding: 8px;
  list-style-type: none;
} 

.photo_blog li a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 0 4px #999;
  background: #243e45;
}

.photo_blog li img {
  width: 240px;
  height: auto;
}

.photo_blog li p {
  width: calc(100% - 256px);
  line-height: 1.44em;
  color: #fff;
}

.photo_blog li a:hover {
  background: none;
}

.photo_blog li a:hover p {
  color: #5c4f4b;
}

.photo_blog li a:hover img {
  opacity: 0.7;
}


footer {
  padding: 10px 0px 30px 0px;
  font-size: 75%;
  line-height: 1.2em;
}

.data_base {
  background: url(images/footer_bg.png) repeat-x;
}

.data {
  width: 950px;
  margin: 0px auto 15px auto;
  text-align: center;
  padding: 15px 0px;
  display: flex;
  flex-wrap: wrap;
}

.address {
  text-align: left;
  line-height: 1.5em;
  width: calc(100% - 240px);
}

.address a {
  text-decoration: none;
}

.address a:hover {
  border-bottom: dotted 1px #5c4f4b;
}

.banner {
  margin-top: 10px;
  width: 240px;
}

.banner ul {
  display: flex;
  flex-wrap: wrap;
}

.banner li {
  font-size: 10px;
  list-style-type: none;
  margin-right: 15px;
  text-align: center;
  line-height: 1.1em;
}

.banner li a {
  text-decoration: none;
  line-height: 1.1em;
}

.banner li img {
  width: auto;
  height: 44px;
}

.banner li:last-of-type {
  margin-right: 0px;
}

footer p {
  font-size: 10px;
  text-align: center;
}


/* =================================================================================== */
/* index */
/* =================================================================================== */

#copy {
  margin-top: 240px;
}

.home {
  text-align: center !important;
  width: 950px;
}

.home p {
  text-align: center;
}

.home_comment {
  margin: 15px auto 12px auto;
  line-height: 2.4em;
}


/* =================================================================================== */
/* プロフィール */
/* =================================================================================== */

.web {
  float: left;
  width: 460px;
  margin-right: 20px;
  margin-top: -50px;
  text-align: left;
  vertical-align: top;
}

.sales {
  float: right;
  width: 460px;
  margin-bottom: 75px;
  margin-top: -50px;
  text-align: left;
}

.web ul , .sales ul {
  margin: 5px 0px 45px 0px;
}

.web li , .sales li {
  background: url(images/dot.png) no-repeat 0px 4px;
  padding-left: 18px;
  list-style-type: none;
  line-height: 2.2em;
}

.portrait {
  background: rgba(255,255,255,0.4);
  padding: 10px;
  -moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  margin-right: 48px;
}

.portrait p {
  line-height: 1.7em;
}

.portrait strong {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
  color: #7f2121;
}

.portrait img {
  float: left;
  margin-right: 30px;
}


/* =================================================================================== */
/* 理念 */
/* =================================================================================== */

.principle {
  padding-top: 100px;
}

.principle p {
  margin: 0px 0px 100px 0px;
  width: 450px;
  line-height: 2.4em;
  min-height: 580px;
}



/* =================================================================================== */
/* WEB制作 */
/* =================================================================================== */

.imaging {
  width: 360px;
  background: #5b4e4a;
  float: right;
  margin-left: 60px;
}

.imaging p {
  color: #fff;
  line-height: 1.8em;
  padding: 0px 24px 12px 24px;
}

.webp {
  padding-top: 178px;
}

.chart dl {
  border-top: 1px solid #e9e9eb;
  margin-bottom: 12px;
}

.chart dt {
  width: 560px;
  float: left;
  padding: 10px;
}

.chart dd {
  border-bottom: 1px solid #e9e9eb;
  padding: 10px 10px 10px 570px;
}

.chart h4 {
  clear: both;
  font-size: 18px;
  margin: 24px 0px 12px 0px;
  padding-top: 24px;
}

.chart li {
  list-style-type: none;
  width: 290px;
  float: left;
  margin-right: 36px;
  background: rgba(255,255,255,0.4);
  padding: 16px;
  -moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
}

.chart li p {
  line-height: 1.8em;
  padding-bottom: 36px;
}

.chart li h4 {
  margin-top: -24px;
}

.chart li img {
  width: 100%;
  height: auto;
}

.chart h4 {
  margin: 5px 0px;
}

.chart li:nth-child(3n) {
  margin-right: 0px;
  margin-bottom: 36px;
}

.chart ul {
  margin-top: 24px;
}

.chart ul:after {
  display: block;
  content: "";
  clear: both;
}

.startpack {
  width: 100%;
  background: #fff;
  padding: 96px 0px 24px 0px;
  border-top: 18px dashed #f1ecec;
}

.startpack .section {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.startpack .section .sec_right {
  width: 480px;
  margin-bottom: 88px;
}

.startpack .section .sec_left {
  width: calc(100% - 480px);
  padding-right: 64px;
}

.startpack .f_right {
  margin-bottom: 24px;
}

.startpack h3 {
  font-size: 36px;
  background: none;
  margin-top: 12px;
  padding-left: 0px;
  margin-bottom: 24px;
}

.startpack h4 {
  margin-top: 32px;
  text-align: left;
  font-size: 16px;
  line-height: 1.8em;
}

.startpack p {
  line-height: 2em;
  margin-bottom: 24px;
}

.startpack table {
  width: 100%;
 border-collapse: collapse;
 margin: 48px 0px 24px 0px;
}

.startpack th {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 0px 10px;
  background: #f2eded;
}

.startpack td {
  text-align: right;
  border: 1px solid #ccc;
  padding: 0px 10px;
}

.startpack td strong {
  font-size: 18px;
  color: #7f2121;
  font-weight: bold;
}


/* =================================================================================== */
/* 活性化 */
/* =================================================================================== */

.active {
  padding-top: 150px;
}

#webp_i7 {
  margin-top: 24px;
  margin-bottom: 36px;
}

.seles {
  margin-top: 36px;
}

.seles:after {
  content: "";
  clear: both;
  display: block;
  margin-bottom: 36px;
}

.seles li {
  width: 420px;
  float: left;
  margin-right: 108px;
  list-style-type: none;
}

.seles li h4 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 12px;
}

.seles li:nth-child(even) {
  margin-right: 0px;
}

.seles li img {
  float: right;
  width: 180px;
  height: auto;
  margin: -48px 0px 0px 36px;
}

.seles p {
  line-height: 2.2em;
}


.drop-shadow {
  position:relative;
  padding:7px;
  margin:2em 10px 4em;
  background:#fff;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#img1 {
  position: absolute;
  z-index: 30;
  right: 20px;
  top: 70px;
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  -ms-transform:rotate(-3deg);
  -o-transform:rotate(-3deg);
  transform:rotate(-3deg);
}

#img2 {
  position: absolute;
  z-index: 20;
  right: 15px;
  top: 220px;
  -webkit-transform:rotate(15deg);
  -moz-transform:rotate(15deg);
  -ms-transform:rotate(15deg);
  -o-transform:rotate(15deg);
  transform:rotate(15deg);
}

#img3 {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 430px;
  -webkit-transform:rotate(-10deg);
  -moz-transform:rotate(-10deg);
  -ms-transform:rotate(-10deg);
  -o-transform:rotate(-10deg);
  transform:rotate(-10deg);
}

#img4 {
  position: absolute;
  z-index: 40;
  right: 5px;
  top: 620px;
  -webkit-transform:rotate(2deg);
  -moz-transform:rotate(2deg);
  -ms-transform:rotate(2deg);
  -o-transform:rotate(2deg);
  transform:rotate(2deg);
}

/* =================================================================================== */
/* 個別設定 */
/* =================================================================================== */

.align_center {
  text-align: center;
}

.f_right {
  float: right;
}

.d_none {
  display: none;
}

