@charset "utf-8";
/* ■共通部分の設定■ */
body {
  color: #555;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
  font-size: .95em;
  font-style: normal;
  line-height: 2em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
br {
  line-height: 1em;
}
img.top-expansive {
  height: auto;
  margin: 0;
  width: 100%;
}
img.expansive {
  height: auto;
  margin: 0 auto 10px;
  width: 100%;
}
figure {
  margin: 0;
  text-align: center;
}
section {
  border: 1px dotted #999;
  margin-bottom: 30px;
  overflow: auto;
  padding: 0 5px 0;
}
hr {
  border-top: 1px dotted #ccc;
}
h1 {
  color: #927800;
  font-size: 1.6em;
  font-weight: bolder;
  letter-spacing: -.05em;
  line-height: 1.35em;
  text-align: left;
}
h2 {
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -webkit-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  border: 1px solid #aaa;
  border-left: 4px solid #458dd9;
  clear: both;
  color: #555;
  font-size: 1.5em;
  font-weight: lighter;
  letter-spacing: -.1em;
  margin: 5px 0;
  padding: 10px;
  text-align: left;
}
h2:not(:first-child){
    margin: 30px 0 10px;
}
h2 a {
  font-size: .88em;
}
h3 {
  border-bottom: 1px dashed #999;
  clear: both;
  color: #006611;
  font-size: 1.3em;
  font-weight: lighter;
  letter-spacing: -.03em;
  line-height: 1.3em;
  margin: 20px 0 5px;
  padding-left: 3px;
  text-align: left;
}
.ac-common h3 {
  background-color: #1661a8;
  color: white;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 1px 0;
  padding: 15px 5px;
}
.ac-common h3:first-child {
  margin-top: 10px;
}
.ac-common h3:nth-of-type(odd) {
  background-color: #3475b3;
}
.ac-common div {
  background-color: #e8eff7;
  display: none;
  padding: 5px 0;
}
.ac-common p {
  padding: 0 5px;
}
h4{
  color: #3d454d;
  font-size: 1.1em;
  margin: 0;
  text-align: left;
}
#list-common{
  background-color: #fffbd4;
  margin: 10px 0;
  padding: 10px;
}
#list-common li {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  color: #555;
  font-weight: bold;
  line-height: 2.5em;
}
#list-common-red{
  color: red;
  background-color: #f6e38b;
  font-size: .8em;
  line-height: 1.5em;
  padding: 10px;
}
/* ■目次の設定 */
.outline_header {
  color: #555;
  font-weight: bolder;
}
.outline_header a {
  font-size: .8em;
  font-weight: normal;
}
.show_text {
  display: none;
}
.index-list {
  padding-left: 20px;
  border: 1px solid #ccc;
}
.index-list li {
  border-bottom: 1px dotted #ccc;
}
.index-list li:last-child {
  border-bottom: none;
}
/* ■注意や小さい文字の設定 */
.smallcaption {
  display: block;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.5em;
}
.redcaption {
  color: red;
  font-size: .9em;
  line-height: .5em;
}
sup {
  color: red;
  line-height: 1.2em;
}
/* ■配置画像の設定 */
figcaption {
  color: #999;
  display: block;
  line-height: 1.5em;
  margin: 0 auto;
}
/* ■パンくずリストの設定 */
#breadcrumbs {
  background: #aaa url(images/bread-back.gif) top left no-repeat;
  clear: both;
  font-size: .75em;
  line-height: 1.5em;
  margin-bottom: 10px;
  padding: 5px 0 3px 140px;
  text-align: left;
}
/* ■パラグラフの設定 */
p {
  margin: 0 0 30px;
  text-align: left;
}
/* ■強調の設定 */
strong,b {
  color: #438cd8;
}
.emphasize-red {
  color: #cc2727;
  font-weight: bolder;
}
.emphasize-blue {
  color: #0059b3;
  font-weight: bolder;
}
.black {
  color: #000;
}
/* ■リストの設定 */
li {
  list-style-type: none;
}
/* ■リンク色の設定 */
a:link {
  color: #0033cc;
  text-decoration: none;
}
a:visited {
  color: #c00;
  text-decoration: none;
}
a:hover {
  color: #2e55cc;
  text-decoration: underline;
 opacity: 0.8;
}
a:active {
  color: #2e55cc;
  text-decoration: none;
}
#wrap {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
/* ■基本テーブルの設定 */
table,table td,table th {
  border-collapse: collapse;
  border: 1px solid #aaa;
  font-size: 1em;
  line-height: 1.5em;
  margin: 5px 0 10px;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
#common-table{
  clear: both;
  margin: 5px auto;
  width: 100%;
}
#common-table td {
  padding: 10px 5px;
}
.form-title {
  background-color: #f6e69e;
  width: 180px;
}
.form-input {
  width: 95%;
}
/*■入力項目種別■*/
.txtmode1 {
  ime-mode: active;   /* 全角モード */
}
.txtmode2 {
  ime-mode: inactive; /* 半角モード */
}
/*■フォーム送信後画面設定■*/
#sended {
  border: 1px solid #f00;
  margin-top: 50px;
}
#sended p {
  line-height: 2.5em;
  padding: 10px;
  text-align: center;
}
#sended p b {
  color: red;
}
/* ■日付表示の設定■ */
.date {
  display: block;
  font-size: .35em;
  font-style: italic;
  padding: 0;
}
/* ■ページトップへの設定 */
#page-top {
  bottom: 20px;
  font-size: 77%;
  position: fixed;
  right: 20px;
  z-index: 30;
}
#page-top a {
  background: #ad8d00;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 50px;
}
#page-top a:hover {
  background: #999;
  text-decoration: none;
}
#page-index {
  background: transparent url(images/index.png) bottom right no-repeat;
  margin-left: 20px;
}
#page-index li {
  border-bottom: 1px dotted #cc7014;
  line-height: 4em;
}
#page-index-title {
  font-size: 1.2em;
}
/* ■スマホ以外の設定 */
a[href^="tel:"] {
  cursor: default;
}
/* ■対応の設定 */
#footer-product {
  clear: both;
  margin-top: 5px;
  width: 100%;
}
#footer-region {
  margin: 10px 5px;
  overflow: auto;
  text-align: left;
}
#footer-region p {
  margin: 0;
  width: 100%;
}
#footer-region p br {
  display: none;
}
/* ■ページネーションの設定 */
#pagenation {
  clear: both;
  padding: 10px 0;
}
/* ■swiperの設定 */
.swiper-container {
  max-width: 750px;
  width: 100%;
  height: 100%;
}
.swiper-slide a {
  border: 1px solid #aaa;
  display: block;
  float: left;
  height: 120px;
  margin: 0 3px 5px;
  overflow: hidden;
  width: 120px;
}
.swiper-slide a img {
  width: 100%;
  height: auto;
}

/* ■アコーディオンメニュー■ */
dl {
  border: 1px solid #f6ca00;
  margin: 0;
}
#acMenu dt {
  background-color: #666;
  color: #f6ca00;
  cursor: pointer;
  display: block;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
#acMenu dd {
  display: none;
  float: left;
  margin: 0;
  padding: 0;
}
#acMenu dd a {
  border-bottom: 1px dotted #999;
  font-size: .9em;
  text-align: left;
  width: 100%;
}
/* ■SNSボタンの設定■ */
#sns {
  bottom: 0;
  height: 30px;
  position: fixed;
  width: 100%;
  z-index: 99999;
}
#sns a {
  display: block;
  float: left;
  text-align: center;
  width: 25%;
}
.twitter-button {
  background-color: #55acee;
}
.facebook-button {
  background-color: #3b5a9a;
}
.hatena-button {
  background-color: #169ace;
}
.pocket-button {
  background-color: #e04254;
  text-align: center;
  width: 25%;
}
.google_map {
  height: 0;
  position: relative;
  padding-top: 75%;
  width: 100%;
}
.google_map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* ■■■■■■■■■＠スマホ端末の設定＠■■■■■■■■■ */
@media screen and (min-width: 319px) {
/* ■モバイル用メニューの設定■ */
.toggle-menu {
  display: block;
  margin-top: 38px;
}
.drawer-nav ul {
  margin: 120px 0 0;
  padding: 0;
}
.drawer-nav li {
  list-style: none;
}
.drawer-nav li:nth-of-type(2) {
  background-color: #f94b46;
}
.drawer-nav a {
  color: #5a4d11;
  display: block;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.drawer-nav li a span {
  border-top: 1px dotted #5a4d11;
  display: block;
  padding: 12px 0 8px 10px;
}
/* ■モバイル用メニューの設定■ */
#toggle {
  display: block;
  position: relative;
  width: 100%;
  clear: both;
}
#toggle dl {
  margin: 0;
}
#toggle a {
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
}
#toggle dt {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  padding: 5px 0;
  text-align: left;
}
#toggle dd {
  display: none;
  margin: 0;
}
#toggle dd a {
  background-color: #555;
  display: block;
  margin: 0;
  padding: 5px;
  text-align: left;
  width: 100%;
}
#toggle dd a:nth-child(odd) {
  background-color: #777;
}
/* ■全体枠の設定■ */
#wrap {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 98%;
}
/* ■headerの設定■ */
header {
  position: relative;
  top: 0;
}
#header-submenu {
  background-color: #f6ca00;
  overflow: auto;
  padding: 5px 0;
}
#header-submenu span {
  display: block;
  float: right;
  font-size: .75em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 10px 0 15px;
}
#header-submenu span a {
  color: #333;
}
.header-submenu-information {
  background: transparent url(images/icon.png) -5px -2px no-repeat;
}
.header-submenu-contact {
  background: transparent url(images/icon.png) -5px -45px no-repeat;
}
.header-submenu-faq {
  background: transparent url(images/icon.png) -5px -125px no-repeat;
}
.header-submenu-sitemap {
  background: transparent url(images/icon.png) -5px -84px no-repeat;
}
.header-submenu-privacy {
  background: transparent url(images/icon.png) -5px -165px no-repeat;
}
/* ■グローバルナビゲーションの設定■ */
#menu-nav,#menu-submenu {
 display: none;
}
#header-container {
  background-color: #927800;
  height: 30px;
  text-align: left;
}
#header-tel {
  background-color: #f6ca00;
  border-top: 1px solid #cca917;
  display: block;
  text-align: right;
}
#header-tel img {
  vertical-align: bottom;
  width: 100%;
}
#header-h1 {
  background-color: #438cd8;
  margin-bottom: 20px;
  overflow: auto;
}
#header-h1 h1 {
  border: none;
  color: #fff;
  float: left;
  margin: 30px 20px 10px;
}
#header-h1 p {
  clear: left;
  color: #fff;
  line-height: 1.5em;
  margin: 0 0 30px 20px;
}
/* ■メーンの設定■ */
#content-left {
  margin: 0 auto 0;
  width: 95%;
}
/* ■サイドバー設定■ */
aside {
  display: block;
  width: 100%;
}
#content-right {
  font-size: 1em;
  padding: 0 30px;
  text-align: left;
  line-height: 1.5em;
}
#content-right p {
  margin-bottom: 10px;
}
.side-column {
  margin-bottom: 30px;
}
.side-column p {
  border-bottom: 1px dotted #ccc;
  overflow: auto;
  padding: 5px 0;
}
.side-column img {
  float: left;
  padding-right: 3px;
}
/* ■住所の設定 */
address {
  display: block;
  font-style: normal;
  font-weight: bolder;
  padding: 5px 0 30px;
}
/* ■サイドバナーの設定 */
.sidebar-banner {
  margin-top: 30px;
  text-align: center;
}
.sidebar-banner a {
  border-bottom: 1px dotted #ccc;
  display: block;
  margin: 10px 0;
}
/* ■枠付き写真の設定 */
.photo-frame {
  box-shadow: 0 0 1px 2px #ddd;
  display: block;
  margin: 3px auto;
  padding: 5px;
}
/* ■フッターの設定■ */
footer {
  border-top: 1px solid #aaa;
  clear: both;
  font-size: .75em;
  line-height: 1.7em;
  margin: 50px auto 0;
  max-width: 1000px;
  padding-top: 10px;
  text-align: center;
}
#footer-menu {
  margin-bottom: 10px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
#footer-menu li {
  background: transparent url(images/icon.png) 0px -243px no-repeat;
  display: inline;
  line-height: 2em;
  padding: 0 0 0 15px;
}
#top-banner {
  margin-bottom: 50px;
  overflow: auto;
}
#top-banner div {
  margin: 0 auto;
  width: 338px;
}
.top-banner-title {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.cyan {
  color: #00aaba;
}
.pink {
  color: #e95377;
}
/* ■トップページ実績紹介の設定■ */
.top-example {
  border: 1px solid #aaa;
  display: block;
  float: left;
  height: 120px;
  margin: 0 5px 10px;
  overflow: hidden;
  width: 120px;
}
.top-example img {
  width: 100%;
  height: auto;
}
.top-example ~ p {
  clear: both;
}
/* ■■デザイン実績の設定■■ */
.photo-list {
  display: none;
}
.works-h3 {
  text-align: left;
}
.works-thumnail a {
  display: block;
  height: 50%;
  width: 100%;
}
.works-thumnail a img {
  padding-top: 10px;
  width: 50%;
}
.works-comment {
  clear: both;
  font-size: 1em;
  line-height: 1.6em;
  margin: 10px auto 50px;
  width: 100%;
}
/* ■デザイン実績詳細の設定■ */
#return-to-works-list {
  background-color: #ccc;
  display: block;
  float: left;
  margin-bottom: 20px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
#works-images {
  padding: 30px 0;
  text-align: center;
}
#works-images p {
  margin: 10px 15px 0;
  padding: 5px 20px 0;
}
#works-images p br {
  line-height: 3em;
}
#works-images img {
  box-shadow: 0 0 20px #666;
  margin: 5px;
}
.works-note {
  border: 1px dotted #ccc;
  margin: 5px 20px 10px;
  padding: 5px;
}
/* ■■デザイン流れの設定■■ */
.flow-image img {
  display: block;
  max-width: 400px;
  width: 100%;
}
.flow-image p {
  margin: 0 auto;
  padding-bottom: 30px;
}
/* ■■faqの設定■■ */
.faq-categories {
  margin: 10px auto 50px;
}
.faq-categories strong {
  padding-left: 15px;
}
.faq-categories p {
  border-bottom: 1px dotted #ccc;
}
/* ■■コラムの設定■■ */
.thought-list {
  background-color: #fffaf0;
}
.thought-list span {
  background-color: #eee8aa;
  display: block;
  margin-top: 5px;
  padding-top: 10px;
  text-align: center;
}
.thought-list div {
  margin: 0 auto;
  width: 95%;
}
.thought-list h3 {
  margin-top: 5px;
}
.thought-list p {
  font-size: .9em;
  line-height: 1.8em;
  margin: 0;
}
.thought-paragraph p{
  line-height: 2em;
}
#return-to-thought-list {
  background-color: #c8c9cc;
  display: block;
  margin-bottom: 20px;
  padding: 5px 0;
  text-align: center;
}
.thought-arrow {
  padding: 0 3px 3px 0;
  vertical-align: middle;
}
/* ■■cool一覧の設定■■ */
.cool-wrap {
  line-height: 1.5em;
  margin-bottom: 20px;
  overflow: auto;
}
.cool-thumnail {
  border: 1px solid #555;
  float: left;
  height: 90px;
  margin-right: 10px;
  overflow: hidden;
  width: 90px;
}
.cool-thumnail img {
  width: 150%;
}
/* ■詳細ページの設定■ */
.cool-image {
  border: 1px solid #ccc;
  height: 180px;
  margin-bottom: 50px;
  overflow: hidden;
  width: 180px;
}
.cool-image img {
  width: 135%;
}
#cool-content {
  float: left;
  margin-bottom: 50px;
}
.cool-date {
border-left: 4px solid #ccc;
  font-size: .7em;
  line-height: 1.5em;
  margin: 0 0 3px;
  padding-left: 3px;
}
/* ■詳細ページオススメの設定■ */
.related-entries {
  clear: both;
  margin: 50px 0 30px;
  overflow: auto;
}
.recommend-wrap {
  margin-bottom: 15px;
  overflow: auto;
  width: 100%;
}
.recommend-image {
  border: 1px solid #ccc;
  float: left;
  height: 80px;
  overflow: hidden;
  width: 80px;
}
.recommend-image img {
  width: 180%;
}
.recommend-title {
  float: left;
  padding-left: 5px;
  width: 80%;
}
.recommend-title h4 {
  border-bottom: 1px dotted #ccc;
}
/* ■■サイトマップの設定■■ */
.sitemap-list li {
  border-bottom: 1px dotted #ccc;
  line-height: 3em;
}
}
/* ■■■■■■■■■＠タブレット端末の設定＠■■■■■■■■■ */
@media screen and (min-width:599px) {
.information {
  background: none;
}
#header-h1 p {
  max-width: 75%;
}
#footer-region {
  margin: 0 auto;
  width: 90%;
}
#footer-region p {
  float: left;
  text-align: left;
  width: 50%;
}
#footer-region p br {
  display: inline;
}
/* ■グローバルナビゲーションの設定■ */
#menu-nav,#menu-submenu {
 display: none;
}
/* ■メーンの設定■ */
#content-left {
  width: 98%;
}
/* ■枠付き写真の設定 */
.photo-frame {
  float: right;
  margin: 3px 5px;
  padding: 5px;
}

/* ■■デザイン実績の設定■■ */
.works-thumnail a img {
  width: 35%;
}
/* ■■デザイン流れの設定■■ */
.flow-image img {
  float: left;
  margin-right: 10px;
  max-width: 250px;
}
.flow-image p {
  height: 100%;
  line-height: 1.7em;
  min-height: 150px;
}
/* ■■コラムの設定■■ */
.thought-list {
  float: left;
  margin: 0 2px 5px;
  padding: 0;
  width: 200px;
}
.thought-list span {
  display: block;
  text-align: center;
}
.thought-list div {
  width: 95%;
}
/* ■■coolの設定■■ */
/* ■詳細ページの設定■ */
#cool-image-wrap {
  float: left;
  width: 30%;
}
#cool-content {
  float: right;
  overflow: hidden;
  width: 70%;
}
#cool-date {
  font-size: .7em;
  line-height: 1.5em;
}
}
/* ■■■■■■■■■＠デスクトップの設定＠■■■■■■■■■ */
@media screen and (min-width:999px) {
#wrap {
  background: transparent url(images/wrap-back.gif) top left repeat-y;
  width: 1000px;
  overflow: auto;
}
h4{
  text-align: left;
}
/* ■headerの設定■ */
#header-container {
  text-align: center;
}
header,footer {
  margin: auto;
  width: 1000px;
}
#header-h1 p {
  width: 650px;
}
.information {
  background: transparent url(images/header-image-information.jpg) top right no-repeat;
}
.concept {
  background: transparent url(images/header-image-concept.jpg) top right no-repeat;
}
.introduction {
  background: transparent url(images/header-image-introduction.jpg) top right no-repeat;
}
.sample {
  background: transparent url(images/header-image-sample.jpg) top right no-repeat;
}
.works {
  background: transparent url(images/header-image-works.jpg) top right no-repeat;
}
.price {
  background: transparent url(images/header-image-price.jpg) top right no-repeat;
}
.flow {
  background: transparent url(images/header-image-flow.jpg) top right no-repeat;
}
.contact {
  background: transparent url(images/header-image-contact.jpg) top right no-repeat;
}
.inquiry {
  background: transparent url(images/header-image-inquiry.jpg) top right no-repeat;
}
.offer {
  background: transparent url(images/header-image-offer.jpg) top right no-repeat;
}
.faq {
  background: transparent url(images/header-image-faq.jpg) top right no-repeat;
}
.thought {
  background: transparent url(images/header-image-thought.jpg) top right no-repeat;
}
.cool {
  background: transparent url(images/header-image-cool.jpg) top right no-repeat;
}
.privacy {
  background: transparent url(images/header-image-privacy.jpg) top right no-repeat;
}
/* ■モバイル用メニューの設定■ */
.toggle-menu {
  display: none;
}
/* ■グローバルナビゲーションの設定■ */
#menu-nav,#menu-submenu {
  background: linear-gradient(#ffda32, #a68800);
  display: inline;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1;
}
#menu-nav li {
  float: left;
  margin: 0;
  margin-left: 0;
  text-align: left;
  width: 16.66666666666667%;
}
#menu-submenu li {
  float: left;
  margin: 0;
  margin-left: 0;
  text-align: left;
  width: 50%;
}
#menu-nav li a {
  border: 1px solid #d5af00;
  color: #333;
  display: block;
  font-size: .85em;
  font-weight: bold;
  line-height: 3.5em;
  margin: 0;
  text-align: center;
}
#menu-submenu li a {
  border: 1px solid #d5af00;
  color: #333;
  display: block;
  font-size: .65em;
  font-weight: bold;
  line-height: 2.5em;
  margin: 0;
  text-align: center;
}
#menu-nav li.current-menu-item a,#menu-submenu li.current-menu-item a {
  background: linear-gradient(#f9cc00, #bf9d00);
  display: block;
  margin: 0;
  text-decoration: none;
}
#menu-nav li a:hover,#menu-submenu li a:hover {
  border: 1px solid #ffd100;
  text-decoration: none;
}
/* ■SNSボタンの設定■ */
#sns {
  float: left;
  top: 250px;
  width: 30px;
}
#sns a {
  float: none;
  padding: 20px 0 10px;
  width: 30px;
}
/* ■メーンの設定■ */
#content-left {
  float: left;
  margin-left: 10px;
  width: 680px;
}
/* ■サイドバー設定■ */
aside {
  background: none;
  float: right;
  padding: 0;
  width: 300px;
}
#content-right {
  font-size: .8em;
  margin: 0 auto 20px;
  padding: 0;
  width: 260px;
}
/* ■■トップページ実績の設定■■ */
.top-works-thumnail {
  margin: 0 3px 10px;
}
/* ■■デザイン実績の設定■■ */
.photo-list {
  height: 120px;
  display: block;
  float: left;
  margin: 0 5px 10px;
  overflow: hidden;
  width: 120px;
}
#photo-list img {
  width: 120%;
  height: auto;
}
}