@charset "utf-8";

/* ===================================================================
 CSS information
 file name  :  layout.css
 editor :  FURAZOA2
=================================================================== */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#gmap {
  width: 960px\8;
  /* IE8 and below */
  margin: 0 auto\8;
  /* IE8 and below */
  margin-bottom: 40px;
}

.no-backgroundsize #map_canvas {
  width: 960px;
  margin: 0 auto;
}

#map_canvas img {
  max-width: none !important;
}

#map_canvas {
  width: 100%;
}

.ipad header {
  background: url(http://test-site.club/wp-content/uploads/2015/04/uc1-310x212.jpg) no-repeat center -275px;
  background-size: cover;
}

.ipad #loader {
  display: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

*:first-child+html .clearfix {
  zoom: 1;
}


/* IE7 */

@media print,
screen and (min-width: 770px) {

  /*----------------------------------------------------
	util
----------------------------------------------------*/
  .hide-sp {
    display: block;
  }

  .show-sp {
    display: none;
  }

  .header-btn-link {
    display: block;
    width: 100%;
    height: 100%;
  }

  br.sp {
    display: none;
  }

  /*----------------------------------------------------
	header
----------------------------------------------------*/
  #wrapper {
    overflow: overlay;
  }

  #wrapper .bnr_lspoon {
    display: none !important;
  }

  #wrapper .pages .bnr_lspoon_pc {
    display: none;
  }

  header {
    width: 100%;
    z-index: 100;
  }

  header .bnr_lspoon_pc {
    position: absolute;
    top: -170px;
    ;
    right: -140px;
  }

  header .inr {
    width: 980px;
    /*height: 90px;*/
    height: 170px;
    margin: 0 auto;
    overflow: hidden;
  }

  header .logo {
    /*width: 162px;*/
    width: 192px !important;
    float: left;
    margin: 14px 0 0;
    margin: 32px 0px 0px 10px;
  }

  header .col {
    float: right;
    height: 140px;
    /*width: 765px;*/
    /*width: 810px;*/
    border-left: 1px solid rgb(0, 0, 0);
    width: 685px;
  }

  header .btn {
    display: none !important;
  }

  header .info {
    float: right;
    margin: -114px 0 0 30px;
  }

  header .info>div {
    display: inline-block;
  }

  header .txt {
    margin: 38px 0 0 22px;
    width: 304px;
    float: left;
  }

  header .info .facebook {
    width: 25px;
    float: right;
    margin: 0 5px 0 0;
  }

  header .info .twitter {
    width: 24px;
    float: right;
    margin: 3px 10px 0;
  }

  header #header-top {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    /*overflow: hidden;*/
    border-bottom: 1px solid #000;
    z-index: 100;
  }

  .top_head h1 {
    width: 192px !important;
  }

  nav {
    overflow: hidden;
    /*margin: 0 80px 0 0;*/
    margin: 0;
    font-family: 'Cantata One', serif;
    font-size: 0.8em;
  }

  nav ul {
    margin: 40px 0 0;
    margin-left: 50px;
    overflow: hidden;
  }

  nav li:first-child {
    margin-left: 22px;
  }

  nav li {
    float: left;
	/* 2024/04 margin-left: 28px; */
    margin-left: 14px;
    text-align: center;
    height: 22px;
  }

  nav li a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    display: block;
    padding-bottom: 5px;
    height: 20px;
  }

  nav li a:hover {
    border-bottom: 2px solid #000;
    padding-bottom: 2px;
  }

  nav .current a {
    border-bottom: 2px solid #000;
    padding-bottom: 2px !important;
  }

  header #company-info {
    display: none;
  }

  .flex-viewport {
    height: 477px !important;
  }

  .flexslider .slides>li {
    height: 477px !important;
    background: #fff !important;
    text-align: center;
  }

  #works-post .flex-viewport,
  #with_artist-post .flex-viewport {
    height: 640px !important;
  }

  #works-post .flexslider .slides>li,
  #with_artist-post .flexslider .slides>li {
    height: 640px !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flexslider .slides img {
    max-height: 100% !important;
    width: auto !important;
    display: inline-block !important;
  }

  /* 20160426add */
  .pickup {
    position: absolute;
    bottom: 180px;
    left: 50%;
    width: 980px;
    margin-left: -490px;
  }

  .pickup .icon {
    width: 63px;
    position: absolute;
    top: -46px;
    left: 50%;
    margin-left: -31px;
  }

  .pickup ul {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .pickup ul li {
    text-align: center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size: 24px;
    border-bottom: 1px solid #fff;
    letter-spacing: .1em;
    text-indent: .1em;
    /* aタグ設置後トル */
    padding: 25px 0;
    color: #fff;
    display: block;
  }

  .pickup ul li a {
    padding: 25px 0;
    color: #fff;
    display: block;
  }

  .pickup ul li a:hover {
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .pickup ul li a::after {
    content: "";
    background: url(/wp-content/themes/iemoto/img/pickup-arrow.png);
    display: inline-block;
    width: 12px;
    height: 10px;
    margin: 0 0 4px 10px;
  }

  .pickup .hidden-pc {
    display: none;
  }

  .hidden-mobile {
    display: auto;
  }

  .visible-mobile {
    display: none;
  }

  /*----------------------------------------------------
	breadcrumb
----------------------------------------------------*/
  #breadcrumb {
    padding-top: 190px;
    font-size: 12px;
    color: #666;
    margin-bottom: 80px;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #breadcrumb ul {
    overflow: hidden;
    width: 980px;
    margin: 0 auto;
  }

  #breadcrumb li {
    float: left;
    margin-right: 10px;
  }

  #breadcrumb a {
    color: #666;
  }

  #breadcrumb a:hover {
    color: #666;
    text-decoration: underline;
  }

  /*----------------------------------------------------
	sub
----------------------------------------------------*/
  #sub {
    width: 220px;
    float: right;
  }

  #sub .bnr {
    margin-bottom: 50px;
  }

  #sub .box {
    margin-bottom: 50px;
  }

  #sub .title_sub {
    background: url(/wp-content/themes/iemoto/img/side-ttl-bg.gif) no-repeat left center;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 25px;
    font-size: 16px;
  }

  #sub .title_sub p {
    background: #fff;
    padding-right: 10px;
    display: inline-block;
  }

  #sub ul li {
    margin-bottom: 10px;
  }

  #sub ul li a {
    display: inline-block;
    padding-left: 6px;
    color: #000;
    text-decoration: none;
  }

  #sub ul li a:hover {
    text-decoration: underline;
  }

  #sub .archive li:before {
    content: "-";
    position: absolute;
  }

  #sp-pagetop {
    display: none;
  }

  /*----------------------------------------------------
	footer
----------------------------------------------------*/
  footer {
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #000;
    padding: 32px 0;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size: 11px;
  }

  footer .inr {
    width: 980px;
    margin: 0 auto;
    text-align: center;
  }

  footer .nav {
    /*margin-bottom: 50px;*/
    margin-left: -38px;
    margin-bottom: 28px;
    overflow: hidden;
  }

  footer span {
    margin: 0 5px;
  }

  footer a {
    color: #000;
  }

  footer a:hover {
    color: #999;
  }

  footer #copyright {
    text-align: center;
  }

  /* amd added 0214*/
  footer .social {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  footer .social>div {
    width: 43px;
    height: 43px;
    margin-right: 19px;
  }

  footer .social>div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  footer .social>div:last-child {
    margin-right: 0px;
  }

  /*20220322追加*/
  footer .social>div.instagram img {
    width: 39px;
  }


  /* .contact */
  footer .contact {
    margin-bottom: 40px;
  }

  footer .contact>div {
    display: inline-block;
    vertical-align: middle;
  }

  footer .contact>div.footer-logo {
    width: 62px;
    height: 87px;
  }

  footer .contact>div.tel {
    margin-left: 50px;
    width: 250px;
    height: 63px;
    text-align: left;
    font-family: serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  footer .contact>div.tel dl {}

  footer .contact>div.tel dl dt {
    width: 40%;
    display: inline-block;
  }

  footer .contact>div.tel dl dd {
    width: 50%;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
  }

  footer .contact>div a {
    display: block;
    width: 100%;
    height: 100%;
  }

  footer .contact>div a img {
    white-space: pre;
  }

  /* amd added end 0214*/
  @media print,
  screen and (min-width: 770px) {
    #pagetop {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: none;
      width: auto;
      height: auto;
      /*display: none; */
      text-indent: inherit;
    }
  }

  /*----------------------------------------------------
	index
----------------------------------------------------*/
  .sp-hero {
    display: none;
  }

  #hero-event {
    opacity: 1;
  }

  .hero-event {
    position: relative;
    width: 980px;
    margin: 0 auto 30px;
    padding: 0px 0px;
  }

  .hero-event ul {
    border: 1px solid #fff;
  }

  .hero-event .ttl {
    position: absolute;
    top: -2.2rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: table;
  }

  .hero-event .ttl span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    padding-right: 2px;
  }

  .hero-event li {
    display: block;
    border-bottom: 1px solid #fff;
    text-align: center;
  }

  .hero-event li:last-child {
    border-bottom: 0px;
  }

  .hero-event li a {
    display: block;
    padding: 40px 20px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.05em;
    transition: all 0.2s ease;
  }

  .hero-event li a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }

  #index .bebeauty {
    background: #fff;
    text-align: center;
    margin: 0 auto;
  }

  #index .plan {
    background: #fff;
    padding: 100px 0 150px;
  }

  #index .plan .inr {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
  }

  #index .plan .inr .base,
  #index .plan .inr .with_architects {
    margin-bottom: 65px;
  }

  #index .plan .inr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #index .plan .inr ul li {
    width: 456px;
  }

  #index .plan .inr ul li:nth-last-child(n+3) {
    margin-bottom: 55px;
  }

  #index .plan .inr .base a,
  #index .plan .inr .with_architects a,
  #index .plan .inr ul li,
  #index .hoge li {
    -webkit-transition: .24s ease all;
    -o-transition: .24s ease all;
    transition: .24s ease all;
  }

  #index .plan .inr .base a:hover,
  #index .plan .inr .with_architects a:hover,
  #index .plan ul li:hover,
  #index .hoge ul li:hover {
    opacity: .8;
  }

  #index .hoge {
    background: #f0f0f0;
    padding: 60px 0;
  }

  #index .hoge ul {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  #index .hoge ul li {
    width: 220px;
  }

  #index .hoge ul li:not(:last-child) {
    margin-right: 30px;
  }

  #index .bebeauty img {
    width: 700px;
  }

  #index .bebeauty .row {
    padding: 100px 0 110px;
    text-align: center;
  }

  #big-video-wrap {
    z-index: -2;
    opacity: 0;
    top: 20px !important;
  }

  #sp-top {
    display: none;
  }

  .loader-img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }

  #loader {
    width: 160px;
    margin: -40px 0 0 -80px;
    text-align: center;
    color: #ccc;
  }

  #loader-bg {
    width: 80px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
  }

  #index {
    overflow: hidden;
    padding-top: 0;
    opacity: 0;
  }

  #top_image {
    margin-bottom: 20px;
  }

  #index .ttl {
    text-align: center;
    display: inline-block;
    letter-spacing: .1em;
    line-height: 1.7;
    border-bottom: 4px double #000;
    /* margin-bottom: 60px; */
    margin-bottom: 40px;
    font-size: 24px;
    font-family: 'Cantata One', serif;
  }

  #index .txt {
    margin-bottom: 40px;
    letter-spacing: 0.2em;
    font-size: 13px;
  }

  #index .our_services {
    background: #F8F8F8;
    padding: 80px 0 60px;
  }

  #index .our_services ul {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
  }

  #index .our_services ul li {
    width: 310px;
    float: left;
    margin: 0 25px 40px 0;
    position: relative;
  }

  #index .our_services ul li a {
    display: block;
  }

  #index .our_services ul li a:hover {
    -webkit-transition: .4s;
    transition: .4s;
    opacity: .6;
  }

  #index .our_services ul li h4 {
    position: absolute;
    color: #fff;
    font-family: sans-serif;
    letter-spacing: .05em;
    font-size: 13px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }

  #index .our_services .last {
    margin: 0 0 40px 0;
  }

  #index .our_services .thumb {
    position: relative;
    margin-bottom: 15px;
  }

  #index .topics {
    background: #fff;
    padding: 60px 0 135px;
  }

  #index .topics ul {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
  }

  #pamplet-banner {
    position: fixed;
    right: 0;
    width: 108px;
    /*top: 160px;*/
    top: 270px;
    z-index: 9;
  }

  #pamplet-banner.top_fix {
    top: 270px;
  }

  #index .topics ul li {
    width: 310px;
    float: left;
    margin: 0 25px 40px 0;
    position: relative;
  }

  #index .topics ul li a {
    display: block;
  }

  #index .topics ul li a:hover {
    -webkit-transition: .4s;
    transition: .4s;
    opacity: .6;
  }

  #index .topics ul li h4 {
    position: absolute;
    color: #fff;
    font-family: sans-serif;
    letter-spacing: .05em;
    font-size: 13px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }

  #index .topics .last {
    margin: 0 0 40px 0;
  }

  #index .topics .thumb {
    position: relative;
    margin-bottom: 15px;
  }

  #index .topics .new-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
  }

  #index .topics .cat {
    background: #000;
    padding: 2px 10px;
    color: #fff;
    margin-bottom: 3px;
    display: inline-block;
    font-size: 11px;
    overflow: hidden;
    height: 26px;
    display: inline-block;
  }

  #index .topics .cat span {
    width: 100%;
    text-align: center;
    display: block;
    /* padding: 0.2em 0px;*/
    letter-spacing: .5px;
    line-height: 21px;
    /* transition: all 0.2s ease ;*/
  }

  #index .topics li:hover .cat span:nth-of-type(1) {
    margin-top: -22px;
  }

  #index .topics p.gothic-jp {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 3.2em;
  }

  /* .spend_with */

  #index .spend_with {
    background: #fff;
    padding-bottom: 140px;
  }

  #index .bl_spend_with_about {
    font-size: 17.5px;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  #index .bl_spend_with_about p {}

  #index .bl_spend_with_about p+p {
    margin-top: 1.75em;
  }

  #index .bl_spend_with_list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 35px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  #index .bl_spend_with_list__box {
    width: 310px;
  }

  #index .bl_spend_with_list__box+.bl_spend_with_list__box {
    margin-left: 25px;
  }

  #index .bl_spend_with_list__box a,
  #index .bl_spend_with_list__box .__soon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: opacity 0.25s;
    cursor: pointer;
  }

  #index .bl_spend_with_list__box a:hover {
    text-decoration: none;
    opacity: 0.5;
  }

  #index .bl_spend_with_list__box .__soon .__img {
    overflow: hidden;
  }

  #index .bl_spend_with_list__box .__soon .__img .__img_title {
    transition: opacity 0.25s;
  }

  #index .bl_spend_with_list__box .__soon .__img:after {
    content: "Comming soon";
    transition: opacity 0.25s;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #index .bl_spend_with_list__box .__soon:hover .__img .__img_title {
    opacity: 0;
  }

  #index .bl_spend_with_list__box .__soon:hover .__img:after {
    opacity: 1;
  }

  #index .bl_spend_with_list__box .__img {
    display: block;
    height: 205px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }

  #index .bl_spend_with_list__box .__soon:hover .__img {}

  #index .bl_spend_with_list__box .__img_title,
  #index .bl_spend_with_list__box .__soon .__img:after {
    font-family: sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 13px;
    font-weight: 700;
  }

  #index .bl_spend_with_list__box .__text {
    font-size: 17.5px;
    line-height: 1.45;
    margin-top: 1.9em;
  }

  /* .with_artist */
  #index .with_artist {
    background: #fff;
    padding: 0 0 131px;
  }

  #index .bl_with_artist_main {
    width: 980px;
    margin: 0 auto;
    padding: 17px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #index .bl_with_artist_img {
    width: 460px;
  }

  #index .bl_with_artist_list {
    width: calc(100% - 460px);
    font-size: 16px;
    padding-left: 76px;
    box-sizing: border-box;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  #index .bl_with_artist_list li {
    letter-spacing: 1px;
  }

  #index .bl_with_artist_list li+li {
    margin-top: 19px;
  }

  #index .bl_width_artist_bnr{
	width: 980px;
	margin: 40px auto 0;
  }

  #index .bl_width_artist_bnr a{
display: block;
width: 100%;
height: 100%;
transition: opacity 0.25s;
  }

  #index .bl_width_artist_bnr a:hover{
    text-decoration: none;
    opacity: 0.5;
  }

  #index .bl_width_artist_bnr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  #index .news {
    background: url(/wp-content/themes/iemoto/img/news-bg.png);
  }

  #index .news .inr {
    padding: 63px 0 60px;
    width: 980px;
    margin: 0 auto;
  }

  #index .news ul {
    margin-bottom: 40px;
  }

  #index .news ul:after {
    content: "";
    clear: both;
    display: table;
    margin: 0;
  }

  #index .news li {
    /* width: 230px; */
    overflow: hidden;
    /* float: left; */
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
  }

  #index .news li.news_new:after,
  #index .event li.news_new:after {
    position: absolute;
    content: 'NEW';
    font-family: 'Cardo', serif;
    font-style: normal;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 10px;
    line-height: 3.8;
    border-radius: 50%;
    background: #d85b5b;
    color: #fff;
    right: 2px;
    top: 2px;
  }

  /*#index .news li:last-child {
		display: none;
	}*/
  /* #index .news li:nth-of-type(5) {
		margin-right: 0px;
	}
	#index .news li.op_no_5,#index .news li.op_no_6{
		display: none;
	} */
  #index .news li a {}

  #index .news .list .date {
    width: auto;
    margin-top: 14px;
    font-size: 11px;
    line-height: 11px;
    /* display: block; */
    display: inline-block;
    float: none;
    width: 80px;
  }

  #index .news .list .title {
    font-size: 14px;
    letter-spacing: 0.1em;
    /* margin-top: 5px; */
    /* display: block; */
    display: inline;
    float: none;
  }

  #index .news .list .title.op_noEnCat {
    margin-top: 25px;
  }

  #index .news .list a:hover p {
    color: #000;
    text-decoration: underline !important;
  }

  #eventnews h2 {
    font-size: 32px;
    font-family: 'Prata', serif;
    letter-spacing: .1em;
    line-height: 32px;
    margin: 0 0 60px;
    font-weight: normal;
  }

  #eventnews #main li {
    margin-bottom: 150px;
  }

  #eventnews #main li a img {
    width: 450px;
  }

  .works-nav {
    margin: 50px 0 65px;
    width: 980px;
  }

  .works-nav ul {
    text-align: center;
    margin: 0 auto;
  }

  .works-nav ul:after {
    content: "";
    clear: both;
    display: table;
    margin: 0;
  }

  .works-nav ul li {
    float: left;
    width: 245px;
    font-size: 13px;
    border-right: 1px solid #000;
    text-align: center;
    transition: all 0.2s ease;
    letter-spacing: 0.1em;
  }

  .works-nav ul li:last-child {
    border-right: none;
  }

  .works-nav ul li a {
    display: block;
    padding: 5px 0px;
    text-decoration: none;
    overflow: hidden;
    outline: none;
    font-family: sans-serif;
  }

  .works-nav ul li a:hover {
    text-decoration: none;
  }

  .works-nav ul li:hover {
    background: #eee;
    text-decoration: none;
  }

  .works-nav ul li a.active {
    background-color: #000;
    color: #fff;
  }

  .works-nav ul li a.active span.jp {
    display: block;
  }

  .works-nav ul li a.active span.en {
    display: none;
  }

  .works-nav ul li span.jp {
    display: none;
  }

  .works-nav ul li.ch_lang span.en {
    display: none;
  }

  .works-nav ul li.ch_lang span.jp {
    display: block;
  }

  .works-nav ul li.ch_lang a {}

  /*
#index .news {
  background: url(/wp-content/themes/iemoto/img/news-bg.png);
}
#index .news .inr {
  padding: 100px 0;
  width: 590px;
  margin: 0 auto;
}
#index .news ul {
  margin-bottom: 40px;
}
#index .news ul:after {
  content:"";
  clear: both;
  display: table;
  margin: 0;
}
#index .news li {
  overflow: hidden;
  margin-bottom: 10px;
}
#index .news li {
  overflow: hidden;
  margin-bottom: 10px;
}
#index .news li:nth-of-type(5) {
  margin-right: 0px;
}
#index .news li a {
}
#index .news .list .date {
  width: 100px;
  float: left;
}
#index .news .list .title {
  font-size: 11px;
  margin-top: 5px;
  display: block;
  float: none;
}*/
  /*#index .news .list a:hover {
  color: #000;
  text-decoration: underline;
}*/
  #index .news .list a:hover p {
    color: #000;
    text-decoration: underline !important;
  }

  #index .row {
    background: #FFF;
    padding: 80px 0;
  }

  #index .banner {
    width: 980px;
    margin: 40px auto 100px;
  }

  #index .banner .works-bnr:after {
    content: "";
    clear: both;
    display: table;
  }

  #index .banner .works-bnr {
    transition: all 0.2s ease;
  }

  #index .banner .works-bnr:hover {
    opacity: 0.5;
  }

  #index .banner .works-bnr .works-bnr__img,
  #index .banner .works-bnr .works-bnr__title {
    float: right;
  }

  #index .project {
    width: 980px;
    margin: 0 auto;
  }

  #index .project .bnr {
    overflow: hidden;
    margin-bottom: 80px;
  }

  #index .project li {
    width: 480px;
    float: left;
    overflow: hidden;
    margin: 0 20px 20px 0;
  }

  #index .project li.lspoon {
    background-image: url(/wp-content/themes/iemoto/img/top-spoon-bg.jpg);
    background-repeat: repeat-y;
    border: double #ac9d61 3px;
    min-height: 400px;
    padding: 20px;
    text-align: center;
  }

  /*#index .project li img {
  vertical-align: middle;
}*/
  #index .project li.lspoon img {
    width: auto;
    height: auto;
  }

  #index .project li.lspoon img.lspoon-title {
    padding-top: 6px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  #index .project li.lspoon .lspoon-list ul {
    margin-top: 22px;
  }

  #index .project li.lspoon .lspoon-list ul li {
    width: 136px;
    margin-right: 13px;
    margin-bottom: 13px;
    float: left;
  }

  #index .project li.lspoon .lspoon-list ul li:nth-of-type(n +4) {
    margin-bottom: 0px;
  }

  #index .project li.lspoon .lspoon-list ul li:nth-of-type(3n) {
    margin-right: 0px;
  }

  #index .project li img {
    vertical-align: middle;
  }

  #index .project .last {
    margin: 0 0 20px;
  }

  #index .project .last div {
    width: 235px;
  }

  #index .kanazawatoryoe {
    border-top: 1px solid #C3C3C3;
    padding-top: 80px;
    text-align: center;
    width: 980px;
    margin: 0 auto;
  }

  #index .kanazawatoryoe img {
    width: 159px;
  }

  #index .news-list-flex {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #index .news-list-flex .news-list:not(:last-of-type) {
    margin-right: 25px;
  }

  #index .news-list {
    text-align: center;
  }

  #index .news-list a {
    font-size: 11px;
    color: black;
    text-align: center;
    line-height: 1;
    padding: 9px 43px 9px 33px;
    display: inline;
    background: white;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #000 !important;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat 140px center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #index .news-list a:hover {
    color: white;
    text-decoration: none;
    border: 1px solid black;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #FFF !important;
    text-decoration: none !important;
    background: #000 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat 140px center;
  }

  #itro_opaco {
    background: #000 !important;
  }

  #itro_popup {
    background: none !important;
    border: none !important;
  }

  /*
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: url(/wp-content/themes/iemoto/img/top_btn.png) no-repeat;
  width: 52px;
  height: 52px;
  display: none;
  text-indent: -9999px;
}
#pagetop:hover	{
  opacity: 0.7;
}
#pagetop a{
  display: block;
  height: 52px;
}*/
  #pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 65px;
    display: none;
  }

  #pagetop:hover {
    opacity: 1 !important;
  }

  #pagetop a.btn-contact:hover img {
    opacity: 0;
  }

  #pagetop a.btn-contact:hover {
    opacity: 1 !important;
    background: url(/wp-content/themes/iemoto/img/footer-contact-btn_pc_on.jpg);
    -webkit-transition: 0.32s;
    -moz-transition: 0.32s;
    -o-transition: 0.32s;
    transition: 0.32s;
  }

  #pagetop a {
    display: inline-block;
    height: 52px;
  }

  #pagetop .btn-pagetop {
    width: 65px;
    height: 65px;
  }

  #pagetop .btn-contact {
    width: 262px;
    height: 65px;
    opacity: 0.8;
  }

  /*----------------------------------------------------
	content
----------------------------------------------------*/
  .content {
    overflow: hidden;
    clear: both;
  }

  .content h2 {
    text-align: center;
    margin-bottom: 60px;
  }

  .content h2 .ttl-en {
    font-family: 'Prata', serif;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 46px;
    margin: 0;
    font-weight: normal;
  }

  .content h2 .ttl-jp {
    letter-spacing: 0.2em;
    font-size: 14px;
  }

  .content h3 {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    margin-bottom: 50px;
    text-align: center;
  }

  .content h3 .ttl-en {
    font-weight: normal;
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 0.5px;
  }

  #works h3 .ttl-jp {
    letter-spacing: 0.2em;
    font-size: 12px;
  }

  .content a {
    color: #000;
    text-decoration: none;
    overflow: hidden;
    outline: none;
  }

  .content a:hover {
    text-decoration: underline;
    color: #000;
  }

  /*.content a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}*/
  .content .box,
  .block {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .content .gothic {
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  .content .gothic-jp {
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size: 12px;
  }

  .content .italic-en {
    font-family: 'Cardo', serif;
    font-style: italic;
  }

  .content .selif-en {
    font-family: 'Prata', serif;
  }

  .content .new {
    font-family: 'Cardo', serif;
    font-style: italic;
    color: #990000;
  }

  .content .clear-pc {
    display: none;
  }

  #listback {
    text-align: center;
    margin: 60px 0;
    font-size: 79%;
    clear: left;
  }

  .works_btn #listback {
    text-align: right;
    margin: -160px 0 40px;
  }

  #listback a {
    color: black;
    text-align: center;
    line-height: 1;
    padding: 10px 36px;
    display: inline;
    background: white;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #000 !important;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat 120px center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #listback a:hover {
    color: white;
    text-decoration: none;
    border: 1px solid black;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #FFF !important;
    text-decoration: none !important;
    background: #000 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat 120px center;
  }

  #oldblog {
    text-align: center;
    margin: 40px 0;
    font-size: 79%;
    clear: left;
  }

  #oldblog a {
    color: black;
    text-align: center;
    line-height: 1;
    padding: 10px 36px;
    display: inline;
    background: white;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #000 !important;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat 140px center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    background-color: #FFF;
  }

  #oldblog a:hover {
    color: white;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #FFF !important;
    text-decoration: none !important;
    background: #000 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat 140px center;
  }

  /*----------------------------------------------------
	headline
----------------------------------------------------*/
  /*----------------------------------------------------
	main
----------------------------------------------------*/
  #main {
    width: 600px;
    float: left;
  }

  #main .entry {
    margin-bottom: 40px;
  }

  .main .box {
    margin-bottom: 40px;
  }

  /*----------------------------------------------------
	entry
----------------------------------------------------*/
  .entry {
    margin-bottom: 30px;
  }

  .entry img {
    max-width: 600px;
    width: auto;
    height: auto;
  }

  .entry h1 {
    font-size: 197%;
  }

  .entry h2 {
    font-size: 182%;
  }

  .entry h3 {
    font-size: 174%;
  }

  .entry h4 {
    font-size: 167%;
  }

  .entry h5 {
    font-size: 131%;
    margin-bottom: 5px;
  }

  .entry h6 {
    font-size: 116%;
  }

  .entry p {
    margin-bottom: 10px;
  }

  .entry blockquote {
    background: #EEE;
    padding: 15px 15px 5px 15px;
    margin-bottom: 10px;
  }

  .entry ul {
    list-style: disc;
    margin-left: 20px;
  }

  .entry ol {
    margin-left: 20px;
  }

  .entry strong {
    font-weight: bold;
  }

  .entry .alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
  }

  .entry .alignright {
    display: inline;
    float: right;
    margin-left: 20px;
  }

  .entry .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /*----------------------------------------------------
	page
----------------------------------------------------*/
  /* works */
  #works {
    width: 980px;
    margin: 0 auto 100px;
  }

  #reform {
    margin-top: -90px;
    padding-top: 90px;
  }

  #newhouse {
    margin-top: -90px;
    padding-top: 90px;
  }

  #newhouse h3 {
    margin-bottom: 10px !important;
  }

  #newhouse .caption {
    text-align: right;
    margin-bottom: 50px;
    font-size: 11px;
  }

  #shop {
    margin-top: -90px;
    padding-top: 90px;
  }

  #works .works-head {
    position: relative;
  }

  #works .link {
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 14px;
  }

  #works .link li {
    float: left;
    margin-left: 20px;
    background: url(/wp-content/themes/iemoto/img/works-link-arw.gif) no-repeat left center;
    padding-left: 16px;
  }

  #works .box {
    overflow: hidden;
    font-size: 0;
  }

  #works .post {
    width: 310px;
    display: inline-block;
    /display: inline;
    /zoom: 1 letter-spacing: normal;
    vertical-align: top;
    margin: 0 25px 25px 0;
  }

  #works .post {
    position: relative;
  }

  #works .post a {
    display: block;
  }

  #works .post .blackout {
    position: absolute;
    pointer-events: none;
    transition: all 0.2s ease;
    opacity: 0;
    color: #fff;
    bottom: 10px;
    left: 10px;
    z-index: 2;
  }

  #works .post .blackout:after {}

  #works .post:hover .blackout {
    opacity: 1;
  }

  #works .post:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all 0.2s ease;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
  }

  #works .post.nb:after {
    content: none;
  }

  #works .post:hover:after {
    background: rgba(0, 0, 0, 0.64);
  }

  #works .interia-post {
    width: 310px;
    min-height: 210px;
    display: inline-block;
    /display: inline;
    /zoom: 1 letter-spacing: normal;
    vertical-align: top;
    margin: 0 25px 40px 0;
  }

  #works .name {
    font-size: 14px;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #works .blackout .name {
    color: #fff;
    font-size: 10px;
  }

  #works .name a {
    color: #000;
  }

  #works .blackout .name a {
    color: #fff;
  }

  #works .last {
    margin: 0 0 24px 0 !important;
  }

  #works .thumb {}

  #works .name {
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #works .concept {
    font-size: 12px;
    margin-bottom: 5px;
  }

  #works .br_ttl {
    font-size: 11px;
  }

  #works .hanbrand {
    font-size: 11px;
  }

  #works .info {
    font-size: 10px;
    color: #565656;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #works .number {
    color: #fff;
    font-size: 10px;
  }

  #works .list {
    text-align: center;
    margin: 40px 0;
    font-size: 79%;
    clear: left;
  }

  #works .list a {
    font-size: 11px;
    color: #000;
    text-align: center;
    line-height: 1;
    padding: 10px 36px;
    display: inline;
    background: #FFF;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #000 !important;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat 110px center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #works .list a:hover {
    color: white;
    text-decoration: none;
    border: 1px solid black;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #FFF !important;
    text-decoration: none !important;
    background: #000 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat 110px center;
  }

  #works .shop .name a {
    display: inline-block;
    background: url(/wp-content/themes/iemoto/img/blank.gif) no-repeat right center;
    padding-right: 20px;
  }

  /* works-post */
  #works-post,
  #with_artist-post {
    width: 980px;
    margin: 0 auto 100px;
  }

  #works-post .image,
  #with_artist-post .image {
    margin-bottom: 20px;
    overflow: hidden;
  }

  #works-post .slider,
  #with_artist-post .slider {
    margin: 0;
  }

  #works-post .bx-viewport,
  #with_artist-post .bx-viewport {
    margin-bottom: 30px;
  }

  #works-post .bx-pager,
  #with_artist-post .bx-pager {
    overflow: hidden;
    width: 440px;
    margin: 0 auto;
  }

  #works-post .bx-pager .bx-pager-item,
  #with_artist-post .bx-pager .bx-pager-item {
    width: 100px;
    float: left;
    margin: 0 5px;
  }

  #works-post .bx-pager .bx-pager-item img,
  #with_artist-post .bx-pager .bx-pager-item img {
    width: 100px;
  }

  #works-post .copy,
  #with_artist-post .copy {
    text-align: left;
    margin: 90px 0 40px;
    font-size: 24px;
  }

  #works-post .text,
  #with_artist-post .text {
    text-align: left;
    width: 60%;
    font-size: 14px;
    line-height: 2.1;
    margin-bottom: 120px;
  }

  #works-post .spec,
  #with_artist-post .spec {
    width: 400px;
    margin: 0 auto 60px;
  }

  #works-post .spec li,
  #with_artist-post .spec li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  #works-post .spec .midashi,
  #with_artist-post .spec .midashi {
    float: left;
    width: 120px;
  }

  #works-post .spec .txt,
  #with_artist-post .spec .txt {
    float: left;
    width: 280px;
  }

  #works-post .madori-ttl,
  #with_artist-post .madori-ttl {
    text-align: center;
  }

  #works-post .flexslider-controls,
  #with_artist-post .flexslider-controls {
    width: 74%;
    text-align: center;
    margin: 0 auto;
  }

  #works-post .flex-control-nav,
  #with_artist-post .flex-control-nav {
    margin: 0;
    width: initial !important;
    bottom: 0;
    display: inline-block;
    overflow: hidden;
  }

  #works-post .flex-control-nav li,
  #with_artist-post .flex-control-nav li {
    width: 80px;
    height: 53px;
    overflow: hidden;
    margin: 0 10px 5px 0;
    display: block;
    float: left;
  }

  #works-post .flex-control-nav li.last,
  #with_artist-post .flex-control-nav li.last {
    margin-right: 0;
  }

  .flex-direction-nav .flex-next {
    background: #000;
    text-indent: 9999px;
    opacity: 1;
    width: 50px;
    height: 60px;
  }

  .flex-direction-nav .flex-prev {
    background: #000;
    text-indent: -9999px;
    opacity: 1;
    width: 50px;
    height: 60px;
  }

  .flex-direction-nav .flex-prev {
    left: 0 !important;
  }

  .flex-direction-nav .flex-prev:after {
    position: absolute;
    top: 32%;
    right: 18%;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: '';
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: baseline;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .flex-direction-nav .flex-next {
    right: 0 !important;
  }

  .flex-direction-nav .flex-next:after {
    position: absolute;
    top: 32%;
    right: 40%;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: baseline;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  #TB_window {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  #TB_caption {
    color: #fff !important;
  }

  #TB_title {
    background: none !important;
    border: none !important;
    color: #fff !important;
  }

  #TB_overlay {
    background: url(/wp-content/themes/iemoto/img/overlay.png) repeat 0 0 !important;
    opacity: 0.9 !important;
    filter: alpha(opacity=90) !important;
  }

  .tb-close-icon {
    background: url(/wp-content/themes/iemoto/img/controls.png) no-repeat -44px 0px;
    top: -35px !important;
    right: -75px !important;
    width: 22px !important;
    height: 22px !important;
  }

  .tb-close-icon:before {
    content: none !important;
    font: normal 20px/29px 'dashicons' !important;
    speak: none;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  /* openhouse */
  #openhouse {
    width: 980px;
    margin: 0 auto 100px;
  }

  #openhouse .post {
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    border: 1px solid #000;
    padding: 20px 50px 50px 50px;
    overflow: hidden;
  }

  #openhouse .post li {
    float: left;
    width: 400px;
    margin: 0 19px 5px 19px;
    padding-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }

  #openhouse .post .thumb {
    width: 180px;
    height: auto;
    float: left;
  }

  #openhouse .post .info {
    width: 200px;
    float: right;
    margin-top: 25px;
  }

  #openhouse .open .no {
    /*
		background: #DC747C;
		padding: 2px 10px;
		display: inline-block;
		color: #fff;
		font-size: 11px;
*/
  }

  #openhouse .close .no {
    /*
		background: #000;
		padding: 2px 10px;
		display: inline-block;
		color: #fff;
		font-size: 11px;
*/
  }

  #openhouse .number {
    margin-bottom: 6px;
  }

  #openhouse .number .close {
    display: none;
  }

  #openhouse .number .open {
    background: #DC747C;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
  }

  #openhouse .post .name {
    line-height: 1.4;
    margin-bottom: 3px;
  }

  #openhouse .day .open {}

  /* openhouse-post */
  #openhouse-post,
  #eventnews {
    width: 860px;
    margin: 0 auto 100px;
  }
  #openhouse-post .date {
    display: inline-block;
    border-top: 3px solid #000;
    padding-top: 10px;
  }

  #openhouse-post h3 {
    border-top: none !important;
    line-height: 1.4;
    padding-top: 0 !important;
    text-align: left !important;
  }
  #openhouse-post .bl_reseve_link{
    display: inline-block;
    background-color: #000;
    background-image: url(/wp-content/themes/iemoto/img/sub-arw_black.gif);
    background-repeat: no-repeat;
    background-position: right 20px center;
    text-decoration: none;
    color: #fff;
	margin-top: 3em;
    padding: 25px 102px;
    font-size: 15px;
    letter-spacing: 0;
    transition: all 0.2s ease;
  }
  #openhouse-post .bl_reseve_link:hover {
    opacity: 0.5;
  }
  /* event */
  #event {
    width: 980px;
    margin: 0 auto 100px;
    overflow: initial;
  }

  #event h2 {
    position: relative;
  }

  #event h2 .event-illust {
    position: absolute;
    top: -45px;
    right: -395px;
    z-index: -1;
  }

  #event .event-illust img {
    width: 40%;
  }

  #event h2 .image {
    width: 335px;
    margin: 0 auto 0px;
  }

  #event .title {
    position: relative;
    text-align: center;
    background: url(/wp-content/themes/iemoto/img/event-ttlbg.gif) no-repeat;
    width: 980px;
    height: 145px;
    margin-bottom: 20px;
  }

  #event .title .day {
    margin-bottom: 30px;
    padding-top: 12px;
  }

  #event .title .day .orange {
    display: inline-block;
    background: #F09656;
    color: #fff;
    padding: 3px 6px;
    margin-right: 15px;
  }

  #event .title .day .pink {
    display: inline-block;
    background: #DC747C;
    color: #fff;
    padding: 3px 6px;
    margin-right: 15px;
  }

  #event .title .day .green {
    display: inline-block;
    background: #65A0AD;
    color: #fff;
    padding: 3px 6px;
    margin-right: 15px;
  }

  #event .title .day .blue {
    display: inline-block;
    background: #8d9abc;
    color: #fff;
    padding: 3px 6px;
    margin-right: 15px;
  }

  #event .title .day .purple {
    display: inline-block;
    background: #cb9ebd;
    color: #fff;
    padding: 3px 6px;
    margin-right: 15px;
  }

  #event .title .day .gold {
    color: #A39872;
    font-weight: bold;
  }

  #event .title .eventttl {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding: 0px 120px 0 0;
  }

  #event .title .eventttl-end {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding: 0;
  }

  #event .sns {
    margin-bottom: 40px;
    overflow: hidden;
  }

  #event .sns div {
    float: right;
    margin-left: 10px;
    width: 70px;
    line-height: 0;
  }

  #event .eventinfo {
    width: 760px;
    margin: 0 auto 130px;
    overflow: hidden;
    border-bottom: 3px double #A39872;
  }

  #event .eventinfo .guest {
    width: 270px;
    float: left;
  }

  #event .eventinfo .guest .thumb {
    width: 270px;
    margin-bottom: 20px;
  }

  #event .eventinfo .thumbtext {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
  }

  #event .eventinfo .guest .teacher {
    text-align: center;
    color: #A39872;
    font-size: 16px;
    margin-bottom: 10px;
  }

  #event .eventinfo .guest .job {
    border-top: 1px solid #A39872;
    padding-top: 15px;
    text-align: center;
  }

  #event .eventinfo .guest .name {
    font-size: 18px;
    text-align: center;
  }

  #event .eventinfo .guest .kana {
    border-bottom: 1px solid #A39872;
    padding-bottom: 15px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
  }

  #event .eventinfo .detail {
    width: 420px;
    float: right;
    padding-bottom: 30px;
  }

  #event .eventinfo .txt {
    margin-bottom: 60px;
  }

  #event .eventdetail {
    width: 760px;
    margin: 0 auto;
  }

  #event .eventdetail .place-img {
    width: 280px;
    float: left;
  }

  #event .eventdetail .ttl {
    position: relative;
    text-align: center;
    color: #A39872;
    font-size: 16px;
    margin-bottom: 10px;
  }

  #event .contentsttl {
    font-size: 24px;
    color: #A39872;
    text-align: center;
    margin-bottom: 20px;
  }

  #event .contentsttl .ttl-en {
    font-weight: normal;
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 0.5px;
  }

  #event .contentsttl .ttl-jp {
    letter-spacing: 0.2em;
    font-size: 12px;
    font-style: normal;
  }

  #event .info_txt {
    text-align: center;
    color: #A39872;
    font-size: 12px;
    margin-bottom: 50px;
  }

  #event .eventdetail table {
    width: 440px;
    float: right;
    margin: 0 auto 140px;
    border-top: 2px solid #A39872;
    border-bottom: 2px solid #A39872;
  }

  #event .eventdetail th {
    padding: 20px 20px 20px 20px;
    vertical-align: top;
    color: #A39872;
    font-weight: bold;
    border-bottom: 1px solid #A39872;
  }

  #event .eventdetail td {
    width: 80%;
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #A39872;
  }

  #event .form-btn {
    width: 100px;
    line-height: 54px;
    background: #DC747C !important;
    color: #fff;
    display: block;
    text-align: center;
    height: 54px;
    position: absolute;
    top: 42%;
    right: 12px;
    font-size: 14px;
    letter-spacing: 0px;
  }

  #event .form-btn:hover {
    opacity: 0.8;
  }

  #event .form-btn a {
    padding: 0 0 0 12px;
    color: #fff;
    display: block;
    background: url(/wp-content/themes/iemoto/img/listback-arw-white-btm.png) no-repeat left center;
    background-position: 17px;
    text-decoration: none;
  }

  #event .form-btn .arw {
    margin: 0 10px 0 0;
    width: 9px;
    height: 9px;
    display: inline-block;
  }

  #event .comingsoon {
    width: 610px;
    margin: 0 auto 30px;
  }

  /* report */
  #report {
    width: 980px;
    margin: 0 auto 100px;
    overflow: initial;
  }

  #report h2 {
    position: relative;
  }

  #report h2 .event-illust {
    position: absolute;
    top: -45px;
    right: -395px;
    z-index: -1;
  }

  #report .event-illust img {
    width: 40%;
  }

  #report .nav {
    width: 760px;
    overflow: hidden;
    margin: 0 auto 50px;
  }

  #report h2 .image {
    width: 335px;
    margin: 0 auto 0px;
  }

  #report .title {
    position: relative;
    text-align: center;
    background: url(/wp-content/themes/iemoto/img/event-ttlbg.gif) no-repeat;
    width: 980px;
    height: 145px;
    margin-bottom: 20px;
  }

  #report h3 {
    border-color: #A39872;
    color: #A39872;
  }

  #report h3 .ttl-jp {
    letter-spacing: 0.2em;
    font-size: 12px;
  }

  #report ul {
    overflow: hidden;
  }

  #report .post {
    width: 310px;
    margin: 0 25px 40px 0;
    float: left;
  }

  #report .last {
    margin: 0 0 40px 0;
  }

  #report .post .thumb {
    margin-bottom: 25px;
  }

  #report .name {
    margin-bottom: 5px;
  }

  #report .info {
    font-size: 11px;
  }

  /* report-post */
  #report-post {
    width: 860px;
    margin: 0 auto 100px;
  }

  #report-post .date {
    display: inline-block;
    border-top: 1px solid #A39872;
    padding-top: 10px;
    color: #A39872;
    width: 100%;
    margin-top: 10px;
  }

  #report-post h2 .image {
    width: 335px;
    margin: 0 auto 0px;
  }

  #report-post.content h3 {
    border-top: none;
    border-bottom: 1px solid #A39872;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
  }

  #report-post.content .title_sub {
    color: #A39872;
    background: url(/wp-content/themes/iemoto/img/side-ttl-gold-bg.png) no-repeat left center !important;
  }

  #report-post.content .sub-date {
    color: #A39872;
  }

  #report-post #main p {
    line-height: 1.7;
  }

  #report-post #main .p2 img {
    margin: 20px 0;
  }

  /* report追加分 */
  #report-post .profile img {
    max-width: 100%;
  }

  #report-post .profile {
    margin-top: 80px;
    font-size: 10PX;
    word-break: break-all;
  }

  #report-post .face_img {
    width: 35%;
    float: left;
  }

  #report-post .textbox {
    width: 60%;
    margin-left: 5%;
    float: left;
  }

  .textbox h6 {
    font-size: 11px;
  }

  .textbox .name {
    font-size: 11px;
    width: 100%;
    border-bottom: 1px solid #A39872;
    margin-bottom: 6px;
    padding-bottom: 4px;
  }

  #report-post .textbox .text {
    margin-bottom: 0;
  }

  #report-post .textbox .text2 {
    width: 35%;
    float: left;
    word-break: break-all;
    text-align: justify;
  }

  #report-post .textbox .cm_img {
    width: 60%;
    float: left;
    margin: 9px 0 0 5%;
  }

  /*#report-post .pc_img {
	display: block;
}
#report-post .sp_img {
	display: none;
}*/
  /* how_to_request */
  #how_to_request {
    width: 980px;
    margin: 0 auto 100px;
    overflow: initial;
  }

  #how_to_request h2 {
    position: relative;
  }

  #how_to_request h2 .event-illust {
    position: absolute;
    top: -45px;
    right: -395px;
    z-index: -1;
  }

  #how_to_request h2 .image {
    width: 335px;
    margin: 0 auto 0px;
  }

  #how_to_request .event-illust img {
    width: 40%;
  }

  #how_to_request .content {
    width: 760px;
    margin: 0 auto;
  }

  #how_to_request h3.ttl {
    text-align: center;
    border: 4px double #A39872;
    font-size: 20px;
    margin-bottom: 0px;
    padding-left: 14px;
    font-weight: normal;
  }

  #how_to_request h4.subttl {
    text-align: left;
    border-bottom: 1px solid #A39872;
    margin-top: 50px;
    font-size: 14px;
    padding-bottom: 8px;
    font-weight: bold;
    color: #A39872;
  }

  #how_to_request h5.subttl {
    text-align: left;
    margin-top: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #A39872;
  }

  #how_to_request .list li {
    font-size: 12px;
    margin-top: 6px;
    position: relative;
    padding-left: 14px;
  }

  #how_to_request .list li:before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
    color: #A39872;
  }

  #how_to_request .list li:first-child {
    margin-top: 8px;
  }

  #how_to_request .text {
    font-size: 12px;
    margin-top: 10px;
  }

  /* navi */
  #ls_nav.nav {
    width: 760px;
    overflow: hidden;
    margin: 0 auto 50px;
  }

  #ls_nav.nav li:first-child {
    margin-left: 0 !important;
  }

  #ls_nav.nav li {
    width: 32.6%;
    float: left;
    margin-left: 1.1%;
    background: #EBEBEB;
    display: block;
    text-align: center;
  }

  #ls_nav.nav li a {
    display: block;
    padding: 10px 0;
  }

  #ls_nav.nav li span {
    background: url(/wp-content/themes/iemoto/img/event-arw-b.png) no-repeat left center;
    padding-left: 12px;
    text-decoration: none;
  }

  /* navi:hover */
  #ls_nav.nav li:hover {
    background: #A39872;
    display: block;
    text-decoration: none;
  }

  #ls_nav.nav li:hover a {
    text-decoration: none;
  }

  #ls_nav.nav li:hover a span {
    background: url(/wp-content/themes/iemoto/img/event-arw-w.png) no-repeat left center;
    padding-left: 12px;
    text-decoration: none;
    color: #fff;
  }

  /* navi.active */
  #ls_nav.nav li.active {
    background: #A39872 !important;
    padding: 10px 0;
  }

  #ls_nav.nav li.active span {
    color: #fff !important;
    background: url(/wp-content/themes/iemoto/img/event-arw-w.png) no-repeat left center !important;
  }

  /* news */
  #news {
    width: 860px;
    margin: 0 auto 100px;
  }

  #news .date {
    display: inline-block;
    border-top: 3px solid #000;
    padding-top: 10px;
  }

  #news h3 {
    border-top: none !important;
    line-height: 1.4;
    padding-top: 0 !important;
    text-align: left !important;
  }

  /*--------------------------------------------------------------------------*/
  /* concept 削除予定 */
  #concept {
    margin-bottom: 100px;
  }

  #concept .image {
    margin-bottom: 160px;
  }

  #concept .bebueaty {
    width: 384px;
    margin: 0 auto 120px;
    text-align: center;
  }

  #concept .bebueaty .img {
    margin-bottom: 80px;
  }

  #concept .bebueaty .copy {
    line-height: 2.2;
    letter-spacing: 0.3em;
    font-size: 16px;
  }

  #concept .bebueaty p {
    margin-bottom: 24px;
  }

  #concept .activity {
    width: 620px;
    margin: 0 auto;
  }

  #concept .activity ul {
    overflow: hidden;
  }

  #concept .activity li {
    float: left;
    margin-right: 20px;
    width: 300px;
  }

  #concept .activity li img {
    vertical-align: middle;
  }

  #concept .activity .last {
    margin: 0;
  }

  #concept .movie {
    width: 600px;
    margin: 0 auto 100px;
  }

  #concept .video {
    width: 100%;
    height: 350px;
  }

  /*--------------------------------------------------------------------------*/
  /* project */
  #project {
    width: 980px;
    margin: 0 auto 100px;
    overflow: hidden;
  }

  #project .last {
    margin-right: 0 !important;
  }

  #project dd {
    text-align: center;
  }

  #project .ttl {
    border-bottom: 1px solid #000;
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  #project .col2 {
    margin-bottom: 120px;
    overflow: hidden;
  }

  #project .col2 dl {
    width: 460px;
    margin-right: 60px;
    float: left;
  }

  #project .col2 dt {
    margin-bottom: 30px;
  }

  #project .col3 {
    overflow: hidden;
  }

  #project .col3 dl {
    width: 310px;
    margin-right: 25px;
    float: left;
  }

  #project .col3 dt {
    margin-bottom: 30px;
  }

  /* kizuki */
  #kizuki {
    width: 980px;
    margin: 0 auto 100px;
  }

  #kizuki .movie {
    width: 600px;
    margin: 0 auto 100px;
  }

  #kizuki .post {
    overflow: hidden;
    letter-spacing: -.40em;
  }

  #kizuki .post li {
    width: 310px;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0 23px 40px 0;
  }

  #kizuki .post .last {
    margin-right: 0;
  }

  #kizuki .post .thumb {
    margin-bottom: 20px;
  }

  #kizuki .post .name {
    margin-bottom: 10px;
  }

  #kizuki .post p {
    font-size: 12px;
  }

  #kizuki .image {
    margin-bottom: 90px;
  }

  #kizuki .sns {
    display: flex;
    justify-content: center;
    margin-top: 75px;
  }

  #kizuki .sns>* {
    width: 302px;
  }

  #kizuki .sns>*:nth-child(n+2) {
    margin-left: 14px;
  }

  #kizuki .sns a {
    transition: .3s;
  }

  #kizuki .sns a:hover {
    opacity: .6;
  }

  /* kizuki-post */
  #kizuki-post {
    width: 860px;
    margin: 0 auto;
  }

  #kizuki-post .date {
    display: inline-block;
    border-top: 3px solid #000;
    padding-top: 10px;
  }

  #kizuki-post h3 {
    border-top: none !important;
    line-height: 1.4;
    padding-top: 0 !important;
    text-align: left !important;
  }

  /* kanazawakaoku */
  #kanazawakaoku {
    width: 880px;
    margin: 0 auto 100px;
  }

  #kanazawakaoku .post {
    overflow: hidden;
    margin-bottom: 10px;
  }

  #kanazawakaoku li {
    width: 440px;
    float: left;
  }

  #kanazawakaoku .copy {
    width: 321px;
    margin: 0 auto 80px;
  }

  #kanazawakaoku .txt {
    margin-bottom: 80px;
    text-align: center;
  }

  #kanazawakaoku .txt p {
    margin-bottom: 20px;
  }

  #kanazawakaoku .mark {
    width: 549px;
    margin: 0 auto;
  }

  #kanazawakaoku h2 {
    width: 388px;
    margin: 0 auto 50px;
  }

  #kanazawakaoku .notice {
    text-align: right;
    margin: 0 0 60px;
    font-size: 11px;
  }

  /* kanazawakaoku-detail */
  #kanazawakaoku-detail {
    width: 860px;
    margin: 0 auto 100px;
  }

  #kanazawakaoku-detail .main-image-pc {
    margin-bottom: 10px;
  }

  #kanazawakaoku-detail .main-image-sp {
    display: none;
  }

  #kanazawakaoku-detail .profile-box {
    text-align: center;
    margin-bottom: 70px;
    font-size: 12px
  }

  #kanazawakaoku-detail .ttl {
    margin-bottom: 30px;
    font-size: 20px;
  }

  #kanazawakaoku-detail .job {
    margin-bottom: 10px;
  }

  #kanazawakaoku-detail .name {
    font-size: 24px;
    margin-bottom: 10px;
  }

  #kanazawakaoku-detail .profile {
    background: url(/wp-content/themes/iemoto/img/kanazawakaoku-line1.gif) no-repeat top center;
    padding-top: 20px;
  }

  #kanazawakaoku-detail .copy {
    background: url(/wp-content/themes/iemoto/img/kanazawakaoku-line2.gif) repeat-x top left;
    height: 154px;
    text-align: center;
    padding: 32px 0;
    font-size: 26px;
    margin-bottom: 70px;
    line-height: 45px;
  }

  #kanazawakaoku-detail .question {
    background: url(/wp-content/themes/iemoto/img/kanazawakaoku-q.gif) no-repeat left top;
    padding-left: 46px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
  }

  #kanazawakaoku-detail .txt {
    padding-left: 46px;
  }

  #kanazawakaoku-detail .interview .right-col {
    overflow: hidden;
    margin-bottom: 80px;
  }

  #kanazawakaoku-detail .interview .right-col .txt-box {
    width: 530px;
    float: left;
  }

  #kanazawakaoku-detail .interview .right-col .image {
    width: 260px;
    float: right;
  }

  #kanazawakaoku-detail .interview .left-col {
    overflow: hidden;
    margin-bottom: 80px;
  }

  #kanazawakaoku-detail .interview .left-col .txt-box {
    width: 530px;
    float: right;
  }

  #kanazawakaoku-detail .interview .left-col .image {
    width: 260px;
    float: left;
  }

  #kanazawakaoku-detail h2 {
    width: 388px;
    margin: 0 auto 50px;
  }

  #kanazawakaoku-detail .notice {
    text-align: right;
    margin: 0 0 30px;
    font-size: 11px;
  }

  /* media */
  #media {
    width: 980px;
    margin: 0 auto 100px;
  }

  #media .col3 {
    overflow: hidden;
    margin-bottom: 60px;
  }

  #media .col3 .post {
    width: 310px;
    float: left;
    margin-right: 24px;
    margin-bottom: 20px;
  }

  #media .col3 .last {
    margin-right: 0;
  }

  #media .col3 .thumb {
    margin-bottom: 5px;
  }

  #media .col4 {
    overflow: hidden;
    margin-bottom: 60px;
  }

  #media .col4 .post {
    width: 230px;
    float: left;
    margin: 0 20px 30px 0;
  }

  #media .col4 .last {
    margin-right: 0;
  }

  #media .col4 .thumb {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
  }

  #media .col4 .thumb:before {
    content: "";
    display: block;
    padding-top: 52.2%;
  }

  #media .col4 .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /*--------------------------------------------------------------------------*/
  /* company 削除予定*/
  #company {
    margin-bottom: 100px;
  }

  #company .profile {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 20px 0;
    width: 600px;
    margin: 0 auto 60px;
  }

  #company table {
    width: 600px;
  }

  #company th {
    width: 160px;
    vertical-align: top;
    padding: 20px;
    font-weight: bold;
  }

  #company td {
    padding: 20px;
  }

  #company .border {
    border-bottom: 1px solid #CBCBCB;
  }

  #company span {
    display: block;
    float: left;
  }

  #company p {
    overflow: hidden;
  }

  #company .map a {
    width: 40px;
    text-align: center;
    border: 1px solid #000;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 10px;
  }

  #company .map a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }

  #company h3 {
    border: none !important;
    margin-bottom: 30px !important;
  }

  #company h3 .ttl-jp {
    font-weight: normal;
  }

  #company .history {
    border: 1px solid #000;
    width: 600px;
    padding: 40px 120px;
    margin: 0 auto 60px;
  }

  #company .history li {
    overflow: hidden;
    margin-bottom: 20px;
  }

  #company .history p {
    float: left;
  }

  #company .history .year {
    width: 60px;
    font-weight: bold;
  }

  #company .history .year .italic-en {
    margin-right: 5px;
  }

  #company .access {
    margin-bottom: 60px;
  }

  #company .info {
    text-align: center;
  }

  #company .info .ttl {
    font-weight: bold;
    margin-bottom: 10px;
  }

  #company .info .txt {
    margin-bottom: 20px;
  }

  #company .image {
    margin: 60px 0 40px;
    padding: 0;
  }

  #company .old {
    border-top: 1px solid #ccc;
    overflow: hidden;
    padding-top: 30px;
    margin-top: 30px;
  }

  #company .old .left-col {
    width: 200px;
    float: left;
  }

  #company .old .right-col {
    width: 140px;
    float: right;
  }

  #company .old .title {
    float: none;
    text-align: center;
    background: #000;
    margin-bottom: 10px;
    color: #fff;
    padding: 3px 0;
  }

  #company .old li {
    margin-bottom: 2px !important;
    overflow: none;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat left center;
    padding-left: 14px;
  }

  /*--------------------------------------------------------------------------*/
  /* recruit */
  #recruit {
    width: 700px;
    margin: 0 auto 100px;
  }

  #recruit ul {
    overflow: hidden;
    margin-bottom: 60px;
  }

  #recruit ul li {
    width: 330px;
    float: left;
    margin-right: 40px;
  }

  #recruit ul .last {
    margin: 0;
  }

  /* new career */
  #new,
  #career {
    width: 600px;
    margin: 0 auto 100px;
  }

  #new .ttl,
  #career .ttl {
    width: 200px;
    margin: 0 auto 40px;
  }

  #new .info,
  #career .info {
    margin-bottom: 60px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 20px 0;
    width: 600px;
  }

  #new table,
  #career table {
    width: 600px;
  }

  #new th,
  #career th {
    width: 180px;
    vertical-align: top;
    padding: 20px;
  }

  #new td,
  #career td {
    padding: 18px;
  }

  #new .border,
  #career .border {
    border-bottom: 1px solid #CBCBCB;
  }

  #new .contact,
  #career .contact {
    border: 1px solid #000;
    padding: 20px 0;
    text-align: center;
  }

  #new .detail,
  #career .detail {
    font-weight: bold;
    margin-bottom: 10px;
  }

  #new .tel,
  #career .tel {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  #new .tel a,
  #career .tel a {
    pointer-events: none;
    cursor: default;
  }

  .interview .ttl-en {
    width: 206px;
    margin: 0 auto 10px !important;
  }

  .interview.career1 {
    margin: 0 0 100px;
  }

  .interview .top {
    margin: 0 0 60px;
    overflow: hidden;
  }

  .interview .top .img {
    float: left;
    width: 300px;
  }

  .interview.career2 .top .img {
    float: right;
  }

  .interview.freshman .top .txt {
    background: #d4e5cf;
  }

  .interview.career1 .top .txt {
    background: #e5dbcf;
  }

  .interview.career2 .top .txt {
    background: #c6dcf0;
  }

  .interview .top .txt {
    width: 300px;
    float: right;
    height: 607px;
    padding: 80px 40px;
    text-align: center;
  }

  .interview.career2 .top .txt {
    float: left;
  }

  .interview .top .txt .title {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .interview .top .txt .name {
    font-size: 26px;
    line-height: 26px;
  }

  .interview .underbar {
    width: 16px;
    height: 3px;
    margin: 30px auto;
    background: url(/wp-content/themes/iemoto/img/about-underbar.gif) no-repeat center top;
  }

  .interview .top .txt p {
    text-align: left;
    line-height: 24px;
  }

  .interview .qa {
    margin: 0 0 0 40px;
  }

  .interview .qa p {
    margin-bottom: 60px;
  }

  .interview .question {
    margin-bottom: 30px;
  }

  .interview .qa .quote {
    font-size: 22px;
  }

  .interview .bottom {
    overflow: hidden;
    position: relative;
  }

  .interview .bottom .img {
    padding: 40px 0 0;
    width: 426px;
    float: right;
    position: relative;
  }

  .interview.career2 .bottom .img {
    float: left;
  }

  .interview.freshman .bottom .txt {
    background: #d4e5cf;
  }

  .interview.career1 .bottom .txt {
    background: #e5dbcf;
  }

  .interview.career2 .bottom .txt {
    background: #c6dcf0;
  }

  .interview .bottom .txt {
    position: absolute;
    width: 300px;
    padding: 40px;
    text-align: left;
  }

  .interview.career2 .bottom .txt {
    right: 0;
  }

  .interview .invite {
    font-size: 24px;
    text-align: center;
    margin: 80px 0;
  }

  /* privacy */
  #privacy {
    width: 650px;
    margin: 0 auto 100px;
    line-height: 2.0;
  }

  #privacy h2 {
    margin-bottom: 32px;
  }

  #privacy .date {
    text-align: right;
  }

  #privacy .box1 {
    border-top: 2px solid #000;
    padding-top: 20px;
    margin-bottom: 60px;
  }

  #privacy .box2 {
    margin-bottom: 60px;
  }

  #privacy .box2 .ttl {
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #000;
    font-size: 14px;
  }

  #privacy .box2 p {
    margin-bottom: 10px;
  }

  #privacy .box2 p span {
    font-size: 10px;
  }

  #privacy .box2 .caption {
    border: 1px solid #000;
    padding: 30px;
  }

  #privacy .box2 ul {
    margin: 30px;
  }

  #privacy .box2 .caption ul {
    margin: 0;
  }

  #privacy .info {
    background: #F3F3F3;
    padding: 30px;
  }

  #privacy .small {
    font-size: 10px;
  }

  /*--------------------------------------------------------------------------*/
  /* about 削除予定 */
  #about {
    width: 980px;
    margin: 0 auto 100px;
  }

  #about h2 .ttl-en {
    margin: 0 auto 6px;
    width: 200px;
  }

  #about .about-head {
    position: relative;
  }

  #about .anchor {
    width: 290px;
    position: absolute;
    top: 0px;
    line-height: 14px;
    right: 0;
  }

  #about .anchor li {
    display: inline-block;
    padding: 0 15px;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat left center;
  }

  #about .anchor li.last {
    padding: 0 0 0 15px;
  }

  #about .block {
    width: 800px;
    margin: 0 auto;
  }

  #about .copy {
    width: 800px;
    margin: 0 auto 60px;
  }

  #about .copy-caption {
    width: 800px;
    margin: 0 auto;
    border-top: 1px solid #000;
    padding-top: 60px;
    text-align: center;
    line-height: 2.2;
    padding-bottom: 40px;
  }

  #about .copy-caption p {
    margin-bottom: 30px;
  }

  #about .col3 {
    margin-bottom: 130px;
    background: url(/wp-content/themes/iemoto/img/principle-bg.jpg) no-repeat center top;
    overflow: hidden;
    padding: 60px 150px;
  }

  #about .col3 .img {
    width: 50px;
    display: inline-block;
    margin: 0 10px 0 0;
  }

  #about dl {
    float: left;
    width: 210px;
    margin-right: 25px;
  }

  #about dt {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 50px;
  }

  #about .last {
    margin-right: 0;
  }

  #about .companyname {
    text-align: center;
    padding: 60px 0 0 0;
    margin-bottom: 80px;
  }

  #about .block.name h3 {
    padding: 50px 0;
  }

  #about .block.name .ttl-en {
    width: 240px;
    height: 30px;
    margin: 0 auto;
  }

  #about .block.name {
    border: 1px solid #000;
    margin: 0 auto 150px;
  }

  #about .companyname .box {
    overflow: hidden;
  }

  #about .companyname .ttl {
    font-size: 20px;
    padding: 2px 0;
    display: inline-block;
    max-width: 140px;
    margin-bottom: 10px;
  }

  #about .companyname .name {
    font-size: 46px;
    margin-bottom: 20px;
  }

  #about .underbar {
    width: 16px;
    height: 3px;
    margin: 0 auto 80px;
    background: url(/wp-content/themes/iemoto/img/about-underbar.gif) no-repeat center top;
  }

  #about .companyname .caption {
    font-size: 26px;
  }

  #about .companyname .small {
    margin-bottom: 60px;
  }

  #about .companyname .original .txt {
    line-height: 1.8;
    padding: 0 0 120px;
  }

  #about .companyname .logo .txt {
    line-height: 1.8;
  }

  #about .companyname .dict {
    border-bottom: 1px solid #000;
  }

  #about .companyname .image {
    width: 516px;
    margin: 0 auto;
    padding-top: 65px;
  }

  #about .companyname .logo .ttl {
    margin: 70px 0 10px;
  }

  #about .message {
    overflow: visible;
  }

  #about .message h3 {
    border-bottom: none;
    padding: 50px 0 0;
  }

  #about .message .ttl-en {
    width: 84px;
    height: 30px;
    margin: 0 auto;
  }

  #about .president {
    position: relative;
    height: 800px;
  }

  #about .president .image {
    width: 433px;
  }

  #about .president .txt-box {
    position: absolute;
    right: 0;
    top: 120px;
  }

  #about .president .p-name {
    text-align: right;
  }

  #about .president .p-name .big {
    font-size: 26px;
    margin-left: 10px;
  }

  #about .president .txt {
    background: url(/wp-content/themes/iemoto/img/about-bg.png);
    padding: 40px 0 40px 40px;
    width: 420px;
    line-height: 1.8;
  }

  #about .president .txt-box .txt p {
    margin-bottom: 20px;
    line-height: 2em;
    letter-spacing: 1px;
  }

  #about .producer {
    position: relative;
    height: 650px;
    margin-bottom: 60px;
  }

  #about .producer .image {
    width: 433px;
    position: absolute;
    right: -40px;
  }

  #about .producer .txt-box {
    position: absolute;
    left: 0;
    top: 120px;
  }

  #about .producer .p-name {
    text-align: left;
    width: 370px;
    line-height: 0.3;
  }

  #about .producer .p-name .big {
    font-size: 26px;
    margin-left: 10px;
  }

  #about .producer .p-name .title {
    line-height: 1.0;
    font-size: 11px;
  }

  #about .producer .txt {
    background: url(/wp-content/themes/iemoto/img/about-bg.png);
    padding: 30px 0;
    line-height: 1.8;
    width: 360px;
  }

  #about .producer .txt-box .txt p {
    margin-bottom: 20px;
    line-height: 2em;
    letter-spacing: 1px;
  }

  #about .staff .txt {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }

  #about .staff .gothic-jp {
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: bold;
    margin: 0 0 80px;
  }

  #about .staff .txt-last {
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: center;
    margin: 100px 0 20px;
  }

  #about .staff .image {
    margin-bottom: 50px;
  }

  #about .staff .staff-logo {
    width: 55px;
    margin: 0 auto;
  }

  /*--------------------------------------------------------------------------*/
  /* about-common */
  #about-common {
    width: 980px;
    margin: 0 auto 70px;
    position: relative;
  }

  #about-common h2 {
    margin-bottom: 50px;
  }

  #about-common h2 .ttl-en {
    margin: 0 auto 6px;
    font-size: 40px !important;
    line-height: 40px;
    width: 200px;
  }

  #about-common h2 .ttl-jp {
    font-size: 15px;
  }

  #about-common .about-common-nav {
    margin: 0 auto 30px;
  }

  #about-common .about-common-nav ul {
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 75px;
  }

  #about-philosophy .about-head {
    margin-top: 122px;
  }

  #about-philosophy .philosophy {
    text-align: center;
    line-height: 2.6;
    margin-bottom: 200px;
  }

  #about-philosophy .philosophy p {
    margin-top: 80px;
    font-size: 16px;
    line-height: 3.2;
    line-height: 3.2;
  }

  #about-philosophy .philosophy dt {
    border-bottom: 1px dotted #000;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    display: inline-block;
    padding: 0 0 5px;
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: 'Prata', serif;
  }

  #about-common .about-common-nav li {
    display: inline-block;
    width: 25%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
    vertical-align: top;
  }

  #about-common .about-common-nav li.active {
    background-color: #000;
    /*padding: 20px 0;*/
  }

  #about-common .about-common-nav li {}

  #about-common .about-common-nav li a {
    padding: 20px 0;
    display: block;
    transition: all 0.2s ease;
  }

  #about-common .about-common-nav li.active a {
    color: #fff;
  }

  #about-common .about-common-nav li a:hover {
    background-color: #eee;
    text-decoration: none;
  }

  #about-common .about-common-nav li.active a:hover {
    background-color: #000;
  }

  #about-common .about-common-nav li span {
    display: block;
    font-size: 10px;
    color: #8c8c8c;
    margin-top: 5px;
    line-height: 10px;
  }

  #about-common .about-common-anchor {
    line-height: 14px;
    text-align: right;
  }

  #about-common .about-common-anchor li {
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 0 0 0 15px;
    margin: 0 0 0 20px;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat left center;
  }

  .about-common-hr {
    width: 800px;
    margin: 60px auto;
  }

  .about-head {
    position: relative;
  }

  .about-head h2 {
    font-style: italic;
  }

  .about-head h2 .ttl-en {
    margin: 0 auto 6px;
    display: inline-block;
    padding-bottom: 18px;
    border-bottom: 1px solid #000;
  }

  .about-head h2 .ttl-jp {
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: 13px;
  }

  /* about-credo */
  #about-credo {
    width: 980px;
    margin: 0 auto 100px;
  }

  #about-concept01,
  #about-concept02 {
    padding-top: 90px;
    margin-top: -90px;
  }

  #about-credo .about-head {
    position: relative;
  }

  #about-credo .about-head h2 {
    font-style: italic;
  }

  #about-credo .about-head h2 .ttl-en {
    margin: 0 auto 6px;
    display: inline-block;
    padding-bottom: 18px;
    border-bottom: 1px solid #000;
  }

  #about-credo .about-head h2 .ttl-jp {
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: 13px;
  }

  #about-credo .anchor {
    width: 290px;
    position: absolute;
    top: 0px;
    line-height: 14px;
    right: 0;
  }

  #about-credo .anchor li {
    display: inline-block;
    padding: 0 15px;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat left center;
  }

  #about-credo .anchor li.last {
    padding: 0 0 0 15px;
  }

  #about-credo .block {
    width: 800px;
    margin: 0 auto;
  }

  #about-credo .copy {
    width: 800px;
    margin: 0 auto 60px;
  }

  #about-credo .copy-caption {
    width: 800px;
    margin: 0 auto;
    /*border-top: 1px solid #000;*/
    /*padding-top: 60px;*/
    text-align: center;
    line-height: 3.2;
    padding-bottom: 40px;
  }

  #about-credo .copy-caption p {
    margin-bottom: 30px;
  }

  #about-credo .col3 {
    margin-bottom: 0px;
    background: url(/wp-content/themes/iemoto/img/principle-bg.jpg) no-repeat center top;
    overflow: hidden;
    text-align: center;
    padding: 60px 150px;
  }

  #about-credo #about-concept02+.col3 {
    background: url(/wp-content/themes/iemoto/img/principle-bg2.jpg) no-repeat center top;
  }

  #about-credo .col3 .img {
    width: 50px;
    display: inline-block;
    margin: 0 10px 0 0;
  }

  #about-credo dl {
    display: inline-block;
    width: 210px;
    margin-right: 25px;
    vertical-align: top;
  }

  #about-credo dl:nth-of-type(n+4) {
    margin-top: 50px;
    margin-right: 50px;
  }

  #about-credo dt {
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 50px;
    letter-spacing: 2px
  }

  #about-credo dt span {
    font-size: 22px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
  }

  #about-credo .last {
    margin-right: 0 !important;
  }

  #about-credo dd {
    text-align: left;
    text-align: justify;
    line-height: 22px;
    text-justify: inter-ideograph;
  }

  #about-credo .companyname {
    text-align: center;
    padding: 60px 0 0 0;
    margin-bottom: 80px;
  }

  #about-credo .block.name h3 {
    padding: 50px 0;
  }

  #about-credo .block.name .ttl-en {
    width: 240px;
    height: 30px;
    margin: 0 auto;
  }

  #about-credo .block.name {
    border: 1px solid #000;
    margin: 0 auto 150px;
  }

  #about-credo .companyname .box {
    overflow: hidden;
  }

  #about-credo .companyname .ttl {
    font-size: 20px;
    padding: 2px 0;
    display: inline-block;
    max-width: 140px;
    margin-bottom: 10px;
  }

  #about-credo .companyname .name {
    font-size: 46px;
    margin-bottom: 20px;
  }

  #about-credo .underbar {
    width: 16px;
    height: 3px;
    margin: 0 auto 80px;
    background: url(/wp-content/themes/iemoto/img/about-underbar.gif) no-repeat center top;
  }

  #about-credo .companyname .caption {
    font-size: 26px;
  }

  #about-credo .companyname .small {
    margin-bottom: 60px;
  }

  #about-credo .companyname .original .txt {
    line-height: 1.8;
    padding: 0 0 120px;
  }

  #about-credo .companyname .logo .txt {
    line-height: 1.8;
  }

  #about-credo .companyname .dict {
    border-bottom: 1px solid #000;
  }

  #about-credo .companyname .image {
    width: 516px;
    margin: 0 auto;
    padding-top: 65px;
  }

  #about-credo .companyname .logo .ttl {
    margin: 70px 0 10px;
  }

  /* concept */
  #about-concept #about-common {
    margin-bottom: 120px;
  }

  #about-concept {
    margin-bottom: 100px;
  }

  #about-concept .image {
    margin-bottom: 160px;
  }

  #about-concept .bebueaty {
    width: 384px;
    margin: 0 auto 120px;
    text-align: center;
  }

  #about-concept .bebueaty .img {
    margin-bottom: 80px;
  }

  #about-concept .bebueaty .copy {
    line-height: 2.2;
    letter-spacing: 0.3em;
    font-size: 16px;
  }

  #about-concept .bebueaty p {
    margin-bottom: 24px;
  }

  #about-concept .activity {
    width: 620px;
    margin: 0 auto;
  }

  #about-concept .activity ul {
    overflow: hidden;
  }

  #about-concept .activity li {
    float: left;
    margin-right: 20px;
    width: 300px;
  }

  #about-concept .activity li img {
    vertical-align: middle;
  }

  #about-concept .activity .last {
    margin: 0;
  }

  #about-concept .movie {
    width: 600px;
    margin: 0 auto 100px;
  }

  #about-concept .video {
    width: 100%;
    height: 350px;
  }

  /* company */
  #about-company #about-common {
    margin-bottom: 120px;
  }

  #about-company {
    margin-bottom: 100px;
  }

  #about-company .profile {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 20px 0;
    width: 600px;
    margin: 0 auto 60px;
  }

  #about-company table {
    width: 600px;
  }

  #about-company th {
    width: 160px;
    vertical-align: top;
    padding: 20px;
    font-weight: bold;
  }

  #about-company td {
    padding: 20px;
  }

  #about-company .border {
    border-bottom: 1px solid #CBCBCB;
  }

  #about-company .profile span {
    display: block;
    float: left;
  }

  #about-company p {
    overflow: hidden;
  }

  #about-company .map a {
    width: 40px;
    text-align: center;
    border: 1px solid #000;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 10px;
  }

  #about-company .map a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }

  #about-company h3 {
    border: none !important;
    margin-bottom: 30px !important;
  }

  #about-company h3 .ttl-jp {
    font-weight: normal;
  }

  #about-company .history {
    border: 1px solid #000;
    width: 600px;
    padding: 40px 120px;
    margin: 0 auto 60px;
  }

  #about-company .history li {
    overflow: hidden;
    margin-bottom: 20px;
  }

  #about-company .history p {
    float: left;
  }

  #about-company .history .year {
    width: 60px;
    font-weight: bold;
  }

  #about-company .history .year .italic-en {
    margin-right: 5px;
  }

  #about-company .access {
    margin-bottom: 60px;
  }

  #about-company .info {
    text-align: center;
  }

  #about-company .info .ttl {
    font-weight: bold;
    margin-bottom: 10px;
  }

  #about-company .info .txt {
    margin-bottom: 20px;
  }

  #about-company .image {
    margin: 60px 0 40px;
    padding: 0;
  }

  #about-company .old {
    border-top: 1px solid #ccc;
    overflow: hidden;
    padding-top: 30px;
    margin-top: 30px;
  }

  #about-company .old .left-col {
    width: 200px;
    float: left;
  }

  #about-company .old .right-col {
    width: 140px;
    float: right;
  }

  #about-company .old .title {
    float: none;
    text-align: center;
    background: #000;
    margin-bottom: 10px;
    color: #fff;
    padding: 3px 0;
  }

  #about-company .old li {
    margin-bottom: 2px !important;
    overflow: none;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat left center;
    padding-left: 14px;
  }

  /* about-message */
  #about-message #about-common {
    margin-bottom: 120px;
  }

  #about-message .block {
    width: 800px;
    margin: 0 auto 100px;
  }

  #about-message .message {
    overflow: visible;
  }

  #about-message .message h3 {
    border-bottom: none;
    padding: 50px 0 0;
  }

  #about-message .message .ttl-en {
    width: 84px;
    height: 30px;
    margin: 0 auto;
  }

  #about-message .president {
    position: relative;
    height: 800px;
  }

  #about-message .president .image {
    width: 433px;
  }

  #about-message .president .txt-box {
    position: absolute;
    right: 0;
    top: 120px;
  }

  #about-message .president .p-name {
    text-align: right;
  }

  #about-message .president .p-name .big {
    font-size: 26px;
    margin-left: 10px;
  }

  #about-message .president .txt {
    background: url(/wp-content/themes/iemoto/img/about-bg.png);
    padding: 40px 0 40px 40px;
    width: 420px;
    line-height: 1.8;
  }

  #about-message .president .txt-box .txt p {
    margin-bottom: 20px;
    line-height: 2em;
    letter-spacing: 1px;
  }

  #about-message .producer {
    position: relative;
    height: 650px;
    margin-bottom: 60px;
  }

  #about-message .producer .image {
    width: 433px;
    position: absolute;
    right: -40px;
  }

  #about-message .producer .txt-box {
    position: absolute;
    left: 0;
    top: 120px;
  }

  #about-message .producer .p-name {
    text-align: left;
    width: 370px;
    line-height: 0.3;
  }

  #about-message .producer .p-name .big {
    font-size: 26px;
    margin-left: 10px;
  }

  #about-message .producer .p-name .title {
    line-height: 1.0;
    font-size: 11px;
  }

  #about-message .producer .txt {
    background: url(/wp-content/themes/iemoto/img/about-bg.png);
    padding: 30px 0;
    line-height: 1.8;
    width: 360px;
  }

  #about-message .producer .txt-box .txt p {
    margin-bottom: 20px;
    line-height: 2em;
    letter-spacing: 1px;
  }

  #about-message .staff .txt {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }

  #about-message .staff .gothic-jp {
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: bold;
    margin: 0 0 80px;
  }

  #about-message .staff .txt-last {
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: center;
    margin: 100px 0 20px;
  }

  #about-message .staff .image {
    margin-bottom: 50px;
  }

  #about-message .staff .staff-logo {
    width: 55px;
    margin: 0 auto;
  }

  #nameandlogo {
    margin-top: -90px;
    padding-top: 90px;
  }

  #about-philosophy {
    margin-top: -90px;
    padding-top: 90px;
  }

  #message {
    margin-top: -90px;
    padding-top: 90px;
  }

  /* contact */
  #contact,
  #pamphlet,
  #reserve2,
  #reserve2-confirmation,
  #reserve2-complete,
  #theclassform {
    width: 600px;
    margin: 0 auto 0px;
    text-align: center;
  }

  #contact .txt,
  #pamphlet .txt,
  #reserve2 .txt,
  #theclassform .txt {
    /* border-top: 1px solid #000;*/
    /* padding-top: 60px;*/
    margin-bottom: 60px;
    line-height: 2.2;
  }

  #contact .info,
  #pamphlet .info,
  #reserve2 .info,
  #theclassform .info {
    background: #EEEEEE;
    padding: 60px 150px;
  }

  #contact .info .tel-txt,
  #contact .info .mail-txt,
  #pamphlet .info .tel-txt,
  #pamphlet .info .mail-txt,
  #reserve2 .info .tel-txt,
  #reserve2 .info .mail-txt,
  #theclassform .info .tel-txt,
  #theclassform .info .mail-txt {
    font-weight: bold;
    margin-bottom: 10px;
  }

  #contact .info .tel-number,
  #pamphlet .info .tel-number,
  #reserve2 .info .tel-number,
  #theclassform .info .tel-number {
    background: url(/wp-content/themes/iemoto/img/contact-tel.png) no-repeat left center;
    display: inline-block;
    padding-left: 34px;
    font-size: 32px;
    letter-spacing: 0.1em;
  }

  #contact .info .tel-number a,
  #pamphlet .info .tel-number a,
  #reserve2 .info .tel-number a,
  #theclassform .info .tel-number a {
    pointer-events: none;
    cursor: default;
  }

  #contact .info .tel-time,
  #pamphlet .info .tel-time,
  #reserve2 .info .tel-time,  
  #theclassform .info .tel-time {
    margin-bottom: 20px;
  }

  #contact .info .mail-txt,
  #pamphlet .info .mail-txt,
  #reserve2 .info .mail-txt,
  #theclassform .info .mail-txt {
    border-bottom: 1px solid #000;
    padding: 0 20px 10px;
  }

  #contact .info .mail,
  #pamphlet .info .mail,
  #reserve2 .info .mail,
  #theclassform .info .mail {
    background: url(/wp-content/themes/iemoto/img/contact-mail.png) no-repeat left center;
    display: inline-block;
    padding-left: 24px;
  }

  #pamphlet .desc-txt,
  #theclassform .desc-txt {
    margin-bottom: 40px;
    font-size: 14px;
    text-align: center;
  }

  #pamphlet .brochure-data-leaflet span,
  #theclassform .brochure-data-leaflet span {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-left: 0 !important;
  }

  #pamphlet .brochure-data-leaflet span:nth-child(1),
  #pamphlet .brochure-data-leaflet span:nth-child(2) {
    margin-bottom: 12px;
  }

  #pamphlet .brochure-data-leaflet span:nth-child(1) label:before,
  #pamphlet .brochure-data-leaflet span:nth-child(2) label:before,
  #pamphlet .brochure-data-leaflet span:nth-child(3) label:before {
    content: '';
    float: left;
    display: block;
    vertical-align: top;
    margin-right: 12px;
    width: 96px;
    height: 120px;
    background: url(/wp-content/themes/iemoto/img/contact-pic_type_a.jpg) no-repeat left center;
  }

  #pamphlet .brochure-data-leaflet span:nth-child(2) label:before {
    content: '';
    background: url(/wp-content/themes/iemoto/img/contact-pic_type_c.jpg) no-repeat left center;
  }

  /* #pamphlet .brochure-data-leaflet span:nth-child(3) label:before {
    content: '';
    background: url(/wp-content/themes/iemoto/img/contact-pic_type_c.jpg) no-repeat left center;
  } */

  #pamphlet .brochure-data-leaflet span:nth-child(1) label:after,
  #pamphlet .brochure-data-leaflet span:nth-child(2) label:after,
  #pamphlet .brochure-data-leaflet span:nth-child(3) label:after {
    content: '家づくりのパートナーとして様々な視点で「家」を見つめる、私たち家元の1年をまとめました。';
    float: left;
    font-size: 12px;
    width: 290px;
  }

  #pamphlet .brochure-data-leaflet span:nth-child(2) label:after {
    content: '家元の施工実績集です。一棟ごとに特別なコンセプトを持つこだわりの「家」をご覧ください。';
  }

  /* #pamphlet .brochure-data-leaflet span:nth-child(3) label:after {
    content: '家元の「家」をご紹介する施工実績集です。一棟ごとにコンセプトを設けたこだわりの「家」をご覧ください。';
  } */

  #contact-form {
    border-top: 1px solid #000;
    padding: 30px 0px;
    margin: 0 0 100px;
    /*font-family: 'Hiragino Kaku Gothic ProN','メイリオ', sans-serif;*/
  }

  #contact-form table {
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    width: 600px;
  }

  #contact-form table:nth-of-type(2) {
    border-top: 1px solid #eee;
  }

  #contact-form table:nth-of-type(2) tbody {
    padding-top: 20px;
    display: block;
  }

  #contact-form table span.must {
    color: #c64141;
  }

  #contact-form table span.small {
    font-size: 10px;
  }

  #contact-form table tr {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
  }

  #contact-form table tr:last-child {
    border-bottom: 0px;
  }

  #contact-form table th {
    min-width: 200px;
    width: auto;
    vertical-align: top;
  }

  #contact-form table td {
    max-width: 400px;
    vertical-align: top;
    text-align: left;
  }

  #contact-form table td.form__name div,
  #contact-form table td.form__kana div {
    float: left;
    width: 195px;
    margin-right: 10px;
  }

  #contact-form table td input {
    background-color: #eee;
    border: none;
    padding: 5px;
  }

  #contact-form table td textarea {
    width: 100%;
    border: none;
    background: #eee;
    padding: 5px;
  }

  #contact-form table td select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    background-color: #eee;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAA9UlEQVQoz42RIU5FMRBFT9u3BhSKdWAIHo2FBPst7oprIBiCBcEK2AHk/4QFsAMMGNbw3msx06R8RZNmkumZudM7SdIEVP53UodzxAI0IA35FnAFmIBkewGQRBSNTbLtOd7zBFRJN8Cn7af9ItuzpGPgErjKIfcBPEo6s12BdYCPgHfg2/aaJCXbTdIp8Aqc2N7FCAfAD3Bt+05SykCRVGy/AefAVtJhKH8B9wEXICdJOT6/2K6SLoBbYAFebG+CyUDLgxtFUrb9DDwAO9ubUMphNV3hj5W2127jADegTcNyeiyS+vL67UtdO9RiZoB5GHM/n34B9gl3Ru+tJr8AAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding: 5px 10px;
    font-size: 14px;
    min-width: 220px;
    width: auto;
  }
  #reserve2 table td input[name="time"]{
	display: none;
  }
  
  #contact-form table td div:nth-of-type(2) {
    margin-right: 0px;
  }

  #contact-form table td.form__name input,
  #contact-form table td.form__kana input {
    width: 195px;
  }

  #contact-form .form__adr>div:nth-of-type(1),
  #contact-form .form__counseling>div:nth-of-type(1),
  #contact-form .form__plan>div,
  #contact-form .form__detailed>div,
  #contact-form .form__budget>div,
  #contact-form .form__configuration>div:nth-of-type(1),
  #contact-form .form__residence>div,
  #contact-form .form__land>div {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
  }

  #contact-form .form__adr>div,
  #contact-form .form__adr>div,
  #contact-form .form__adr>div,
  #contact-form .form__counseling>div,
  #contact-form .form__plan>div,
  #contact-form .form__detailed>div,
  #contact-form .form__configuration>div,
  #contact-form .form__residence>div,
  #contact-form .form__land>div {
    display: block;
    float: none;
  }

  #contact-form .form__adr>div:nth-of-type(2),
  #contact-form .form__counseling>div:nth-of-type(2),
  #contact-form .form__configuration>div:nth-of-type(2) {
    width: auto;
    margin-top: 10px;
  }

  #contact-form .form__tell span {
    margin-bottom: 10px;
    display: block;
  }

  #contact-form .form__email>div,
  #contact-form .form__adr>div:nth-of-type(2) input,
  #contact-form .form__email>div input {
    width: 100%;
    float: none;
  }

  #contact-form .form__email>div:nth-of-type(1) {
    margin-bottom: 10px;
  }

  #contact-form .form__counseling>div span,
  #contact-form .form__tour span:nth-of-type(1) {
    display: block;
    margin-bottom: 10px;
  }

  #contact-form .form__counseling div:nth-of-type(2) {
    width: 400px;
  }

  #contact-form .form-title-construction {
    border: 1px solid #000;
    margin: 35px 0px;
    padding: 25px;
  }

  #contact-form .form-title-construction h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-family:
  }

  #contact-form .form-title-construction p {
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #contact-form .form__plan div,
  #contact-form .form__detailed div,
  #contact-form .form__budget div,
  #contact-form .form__configuration div:nth-of-type(1),
  #contact-form .form__residence div,
  #contact-form .form__land div {
    width: 300px;
  }

  #contact-form .form__adr span,
  #contact-form .form__plan span,
  #contact-form .form__detailed span,
  #contact-form .form__configuration span,
  #contact-form .form__residence span,
  #contact-form .form__land span {
    display: block;
    margin-bottom: 10px;
  }

  #contact-form .form__configuration dl dt input {
    width: 50%;
    float: left;
  }

  #contact-form .form__configuration dl dd {
    float: left;
    margin-top: 2px;
    margin-left: 5px;
  }

  #contact-form .form__tour .mwform-radio-field.horizontal-item {
    padding-right: 50px;
  }

  #contact-form .form__contact .mwform-radio-field.vertical-item {
    padding-bottom: 10px;
  }

  #contact-form .form__prv {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  #contact-form .form__prv th {
    display: block;
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
  }

  #contact-form .form__prv th a {
    text-decoration: underline;
  }

  #contact-form .form__prv th a:hover {
    text-decoration: none;
  }

  #contact-form .form__prv td {
    display: block;
    margin: 0 auto;
    width: 240px;
  }

  #contact-form .form__prv td span.mwform-radio-field.horizontal-item {
    margin-right: 15px;
    margin-left: 15px;
  }

  #contact-form .form__prv input {
    background-color: red;
  }

  #contact-form .form__btn input {
    background-color: #000;
    background-image: url('/wp-content/themes/iemoto/img/sub-arw_black.gif');
    background-repeat: no-repeat;
    background-position: right 20px center;
    color: #fff;
    padding: 15px 80px;
    font-size: 15px;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
  }
  #reserve2 #contact-form .form__btn .form__back{
	display: none;
  }
  #contact-form .form__btn .form__back {
    background-color: #fff;
    background-image: url('/wp-content/themes/iemoto/img/sub-arw_white.gif');
    background-repeat: no-repeat;
    border: 1px solid #000;
    background-position: right 20px center;
    color: #000;
    padding: 24px 79px;
    font-size: 16px;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    margin-right: 20px;
    margin-left: -10px;
  }

  #contact-form .form__btn input:hover {
    opacity: 0.5;
  }

  #contact .txt,
  #reserve2 .txt,
  #pamphlet .txt {
    width: 600px;
    margin: 0 auto;
    text-align: right;
  }

  #contact .txt span,
  #reserve2 .txt span,
  #pamphlet .txt span {
    color: #c64141;
  }

  #contact .form__visible {
    border-bottom: 0px;
    margin-bottom: 0px;
  }

  #contact .form__hidden th,
  #contact span.form__configuration__hidden {
    display: none;
  }

  #contact .form__hidden .form__contact1 {
    margin-left: 200px;
    display: block;
  }

  #confirmation .form__adr span,
  #confirmation .form__contact1 span,
  #confirmation .form__tell span,
  #confirmation .form__email div:nth-of-type(2),
  #confirmation .form-title-construction,
  #confirmation .form__plan span,
  #confirmation .form__detailed span,
  #confirmation .form__budget span,
  #confirmation .form__configuration span,
  #confirmation .form__residence span,
  #confirmation .form__land span,
  #confirmation .form__tour span,
  #confirmation .form__prv {
    display: none !important;
  }

  #confirmation span.form__configuration__hidden {
    display: inline-block !important;
    margin-right: 10px;
  }

  #confirmation table:nth-of-type(2) {
    border-top: 0px;
  }

  #confirmation .form__configuration div {
    float: left;
    width: auto !important;
    margin-top: 0px !important;
  }

  #confirmation .form__configuration div:nth-of-type(1) {
    margin-right: 20px;
  }

  #confirmation .form__configuration dt,
  #confirmation .form__configuration dd {
    float: left;
    width: auto;
  }

  #confirmation .form__configuration dd {
    margin-top: 0px !important;
  }

  #confirmation input[type="hidden"] {
    display: inline-block;
  }

  #confirmation .form__check {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 40px;
    margin-bottom: 30px;
  }

  #confirmation .form__check h3 {
    border: none;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
  }

  #confirmation .form__check p {
    text-align: center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #confirmation #contact-form {
    border-top: 0px;
  }

  #complete {
    text-align: center;
  }
  #reserve2-complete .form__result{
	margin-bottom: 6em;
  }
  #complete .form__result {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 40px;
    margin-bottom: 105px;
  }

  #complete .form__result h3 {
    border: none;
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
  }

  #complete .form__result p {
    text-align: center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #complete .form__backbtn a {
    background-color: #fff;
    background-image: url('/wp-content/themes/iemoto/img/sub-arw_white.gif');
    background-repeat: no-repeat;
    border: 1px solid #000;
    background-position: right 20px center;
    color: #000;
    padding: 10px 40px;
    font-size: 14px;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    display: inline-block;
    margin-bottom: 300px;
  }

  #complete .form__backbtn a:hover {
    opacity: 0.5;
    text-decoration: none;
  }

  /* blog */
  .blog-bg {
    background: #e8e7e5;
  }

  #blog {
    width: 860px;
    margin: 0 auto 100px;
  }

  #blog h2 {
    width: 368px;
    margin: 0 auto 100px;
  }

  #blog .date {
    border-top: 1px solid #000;
    padding-top: 10px;
  }

  #blog h3 {
    border-top: none !important;
    border-bottom: none;
    line-height: 1.4;
    padding-top: 0 !important;
    text-align: left !important;
  }

  #blog .title_sub {
    background: none;
    border-top: 1px solid #000;
    padding-top: 10px;
    text-align: center;
  }

  #blog .title_sub p {
    background: none;
    padding-right: 10px;
    display: block;
  }

  #blog .archive {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }

  #blog .archive li {
    padding: 0 0 0 60px;
  }

  /* sitemap */
  #sitemap {
    width: 980px;
    margin: 0 auto 100px;
  }

  #sitemap .inr {}

  #sitemap .col2 {
    overflow: hidden;
    margin-bottom: 40px;
  }

  #sitemap .col2 .box {
    overflow: hidden;
  }

  #sitemap .col2 .col-l {
    width: 640px;
    float: left;
  }

  #sitemap .col2 .col-l .fl-L {
    width: 210px;
  }

  #sitemap .col2 .col-r {
    width: 300px;
    float: right;
  }

  #sitemap .col3 {
    overflow: hidden;
  }

  #sitemap .col3 .col-l {
    width: 300px;
    margin-right: 40px;
    float: left;
  }

  #sitemap .col3 .col-r {
    width: 300px;
    margin-right: 0;
    float: right;
  }

  #sitemap .col3 .ttl {
    position: relative;
  }

  #sitemap .col3 .ttl a {
    background: url(/wp-content/themes/iemoto/img/sitemap-arw.gif) no-repeat left center;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 3px;
    padding-left: 14px;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
  }

  #sitemap .caption {
    font-size: 12px;
    color: #707070;
  }

  #sitemap li {
    margin-bottom: 20px;
  }

  #sitemap li>ul {
    margin-top: 10px;
  }

  #sitemap li a {
    font-weight: bold;
  }

  #sitemap li ul li {
    margin: 0 0 10px 20px;
  }

  #sitemap li ul li:before {
    content: '・';
  }

  #sitemap li ul li a {
    font-weight: normal;
  }

  #sitemap .ttl {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: auto;
  }

  #sitemap .facebook {
    background: url(/wp-content/themes/iemoto/img/sitemap-facebook.gif) no-repeat left top;
    padding-left: 26px;
  }

  #sitemap .twitter {
    background: url(/wp-content/themes/iemoto/img/sitemap-twitter.gif) no-repeat left top;
    padding-left: 26px;
  }

  #sitemap .instagram {
    background: url(/wp-content/themes/iemoto/img/sitemap_instagram.gif) no-repeat left top;
    padding-left: 26px;
  }

  /* form */
  #formarea {
    margin-top: -100px;
    padding-top: 100px;
    margin-bottom: 100px;
  }

  #form {
    margin-bottom: 100px;
    background-color: #fdfdfd;
    width: 760px;
    margin: 0 auto;
    padding: 40px 0;
    border: 4px double #ac9c5e;
  }

  #form .inr {
    width: 600px;
    margin: 0 auto;
  }

  #form .inr .form-apply-end {
    font-size: 16px;
    text-align: center;
    color: #A39872;
  }

  #form .image {
    width: 292px;
    margin: 0 auto 80px;
  }

  #form .txt {
    text-align: center;
    margin: 0 0 30px;
  }

  #form .req {
    text-align: right;
    font-size: 12px;
    border-bottom: 2px solid #B4AB82;
    padding: 0 0 10px;
  }

  #form span {
    color: #B4AB82;
  }

  #form .row {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0 16px 10px;
    overflow: hidden;
  }

  #form .ttl {
    float: left;
    width: 160px;
  }

  #form .input {
    float: left;
    width: 428px;
  }

  /* checkbox */
  #form span.wpcf7-list-item-label {
    color: #000 !important;
  }

  #form .checkbox-know input[type="checkbox"] {
    width: 18px;
  }

  #form .checkbox-know span.wpcf7-list-item {
    line-height: 2.4em;
  }

  #form .checkbox-know .input {
    font-size: 12px !important;
  }

  #form .check-other {
    float: left;
  }

  #form .select {
    float: left;
  }

  #form input {
    background: #e5e5e5;
    border: none;
    width: 428px;
    font-size: 16px;
  }

  #form .btn input {
    width: 310px;
  }

  #form .textarea {
    border-bottom: 2px solid #B4AB82;
    width: 100%;
    padding: 0 0 40px 0;
  }

  #form textarea {
    width: 100%;
    background: #e5e5e5;
    border: none;
  }

  #form .confirm {
    margin: 20px 0 5px;
  }

  #form .question {
    margin: 20px 0;
  }

  #form .btn {
    margin: 40px auto 0;
    width: 300px;
    width: 300px;
    line-height: 60px;
    background: #A49872 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat left center;
    background-position: 70px;
    text-align: center;
  }

  #form .btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }

  #form .btn .ajax-loader {
    position: absolute;
    margin: -40px 0 0 170px;
    width: 16px;
  }

  .wpcf7-not-valid-tip {
    color: red !important;
  }

  .wpcf7-submit {
    width: 300px;
    background: transparent !important;
    color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 60px;
  }

  div.wpcf7-mail-sent-ok {
    border: 1px dotted #a39872 !important;
    text-align: center !important;
    padding: 40px 0 !important;
    margin-bottom: 50px !important;
  }

  div.wpcf7-validation-errors {
    border: 1px dotted #a39872 !important;
    text-align: center !important;
    padding: 40px 0 !important;
    margin-bottom: 50px !important;
  }

  div.wpcf7-validation-errors p {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝" !important;
  }

  div.wpcf7-mail-sent-ok p {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝" !important;
  }

  div.wpcf7-mail-sent-ok .thanks {
    color: #a39872 !important;
    font-size: 20px !important;
    margin-bottom: 10px;
  }

  /* creation */
  #creation {
    width: 840px;
    margin: 0 auto 100px;
  }

  #creation .row {
    overflow: hidden;
    margin: 0 0 40px;
  }

  #creation .image {
    width: 348px;
    float: left;
  }

  #creation.kanazawa .row .txt {
    color: #A49872;
    border-top: 1px solid #A49872;
    border-bottom: 1px solid #A49872;
    width: 468px;
    float: right;
    text-align: center;
    padding: 25px 0;
  }

  #creation.toyama .row .txt {
    color: #436571;
    border-top: 1px solid #436571;
    border-bottom: 1px solid #436571;
    width: 468px;
    float: right;
    text-align: center;
    padding: 25px 0;
  }

  #creation .box {
    overflow: hidden;
    font-size: 0;
  }

  #creation .post {
    width: 240px;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0 60px 40px 0;
  }

  #creation .last {
    margin: 0 0 24px 0 !important;
  }

  #creation .thumb {
    margin-bottom: 20px;
  }

  #creation .name {
    margin-bottom: 5px;
  }

  #creation .info {
    font-size: 12px;
    display: inline-block;
  }

  #creation .number {
    padding: 2px 10px;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-bottom: 6px;
  }

  #creation.kanazawa .number {
    background: #A49872;
    margin-right: 5px;
  }

  #creation.toyama .number {
    background: #436571;
    margin-right: 5px;
  }

  #creation h3 {
    border-top: none;
  }

  #creation.kanazawa h3 {
    color: #A49872;
    border: none;
  }

  #creation.toyama h3 {
    color: #436571;
    border: none;
  }

  #creation.single.kanazawa .number {
    color: #A49872;
  }

  #creation.single.kanazawa .number span {
    border-bottom: 2px solid #A49872;
  }

  #creation.single.toyama .number {
    color: #436571;
  }

  #creation.single.toyama .number span {
    border-bottom: 2px solid #436571;
  }

  #creation.single .number {
    padding: 0;
    display: block;
    background: none;
    font-size: 30px;
    text-align: center;
    margin: 0 0 20px;
  }

  #creation.single .detail {
    margin: 80px 100px;
    text-align: center;
  }

  #creation.single .detail p {
    line-height: 1.8em;
  }

  #creation.single .place {
    background: none;
    font-size: 30px;
    text-align: center;
    letter-spacing: 5px;
    margin: 0 0 20px;
  }

  #creation.single .info {
    text-align: center;
    background: #eeeeee;
    padding: 30px 0;
    width: 360px;
    margin: 0 auto;
    display: block;
    letter-spacing: 2px;
  }

  #creation.single .gallery ul {
    overflow: hidden;
    margin-left: 40px;
  }

  #creation.single .gallery ul li {
    float: left;
    width: 240px;
    margin: 0 20px 20px 0;
  }

  #creation.single .list a {
    width: 150px;
    margin: 80px auto;
    text-align: center;
    padding: 10px 36px;
    vertical-align: top;
    text-decoration: none;
    border: 1px solid #000;
    color: #000 !important;
    display: block;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat 125px center;
  }

  #creation.single .list a:hover {
    color: #fff !important;
    background: #000 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat 125px center;
  }

  #creation .gallery {
    margin-bottom: 80px;
  }

  #creation .mainimage {
    padding-top: 30px;
  }

  /* method */
  #method {
    width: 980px;
    margin: 0 auto 100px;
  }

  #method .col-2,
  #method .col-3 {
    border-bottom: 1px solid #000;
    overflow: hidden;
  }

  #method .col-3 {
    border-top: 1px solid #000;
  }

  #method .col-3 .element {
    width: 33.3%;
    float: left;
    padding: 10px;
    position: relative;
  }

  #method .col-3 .element::after {
    content: "";
    border-right: 1px solid #ccc;
    position: absolute;
    display: block;
    height: 80%;
    top: 10%;
    right: 0;
  }

  #method .col-3 .element:last-child::after {
    content: "";
    border-right: none;
  }

  #method .element a {
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
  }

  #method .element a:hover {
    background: #eee;
  }

  #method .element a .btn {
    transition: all 0.4s ease;
    font-size: 11px;
    color: #000;
    text-align: center;
    line-height: 1;
    padding: 10px 36px;
    width: 200px;
    margin: 0 auto 60px;
    background: #FFF;
    border: 1px solid #000;
    display: block;
    vertical-align: top;
    text-decoration: none;
    color: #000 !important;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat 180px center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #method .element a:hover .btn {
    color: white;
    text-decoration: none;
    border: 1px solid black;
    vertical-align: top;
    text-decoration: none;
    color: #FFF !important;
    text-decoration: none !important;
    background: #000 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat 180px center;
  }

  #method .num {
    width: 40px;
    height: 40px;
    margin: 60px auto 0;
    background: #000;
    color: #b2b2b2;
    line-height: 40px;
    text-align: center;
    font-style: italic;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -0.15em;
  }

  #method .ttl {
    text-align: center;
    margin-top: 35px;
    font-size: 22px;
  }

  #method .txt {
    margin: 35px auto;
    width: 200px;
    font-size: 12px;
  }

  #method .col-2 .element {
    width: 50%;
    float: left;
    padding: 10px;
    position: relative;
  }

  #method .col-2 .element::after {
    content: "";
    border-right: 1px solid #ccc;
    position: absolute;
    display: block;
    height: 80%;
    top: 10%;
    right: 0;
  }

  #method .col-2 .element:last-child::after {
    content: "";
    border-right: none;
  }

  /* method */
  .method-block {
    width: 980px;
    margin: 0 auto 100px;
  }

  .method-block .num {
    width: 40px;
    height: 40px;
    margin: 00px auto 0;
    background: #000;
    color: #b2b2b2;
    line-height: 40px;
    text-align: center;
    font-style: italic;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -0.15em;
  }

  .method-block .ttl {
    text-align: center;
    margin-top: 35px;
    font-size: 22px;
  }

  .method-block .txt {
    margin: 35px auto;
    width: 200px;
    font-size: 12px;
  }

  .method-block .btn {
    margin: auto;
    margin-top: 20px;
    border: 1px solid #000;
    background-image: url(/wp-content/themes/iemoto/img/arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-background-position: right 10px center;
    display: block;
    width: 200px;
    transition: all 0.2s ease;
  }

  .method-block .btn a {
    display: block;
    padding: 10px 0px;
    text-align: center;
  }

  .method-block .btn a:hover {
    text-decoration: none;
    color: white;
    text-decoration: none;
    opacity: 1;
    border: 1px solid black;
    display: block;
    vertical-align: top;
    text-decoration: none;
    border: none;
    color: #FFF !important;
    background: #000 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat 180px center;
  }

  .method-block .btn:hover {
    opacity: 1;
  }

  .method-block .method-nav {
    margin: 50px 0px 35px;
    width: 980px;
  }

  .method-block .method-nav ul {
    text-align: center;
    margin: 0 auto;
  }

  .method-block .method-nav ul:after {
    content: "";
    clear: both;
    display: table;
    margin: 0;
  }

  .method-block .method-nav.hiddennav {
    display: none;
  }

  .method-block .method-nav ul li {
    float: left;
    width: 326px;
    border-right: 1px solid #000;
    text-align: center;
    transition: all 0.2s ease;
    letter-spacing: 0.1em;
  }

  .method-block .method-nav ul li:hover {
    background-color: #eee;
  }

  .method-block .method-nav.col2 ul li {
    float: none;
    display: inline-block;
    width: 326px;
    border-right: 1px solid #000;
    text-align: center;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
  }

  .method-block .method-nav ul li:last-child {
    border-right: 0px;
  }

  .method-block .method-nav ul li a {
    display: block;
    padding: 5px 0px;
  }

  .method-block .method-nav ul li a.active {
    background-color: #000;
    color: #fff;
  }

  .method-block .method-nav ul li a:hover {
    /*  background-color: #000;
  color: #fff;*/
    text-decoration: none;
  }

  .method-block .method-content-base {
    padding: 0px;
    margin: 0px;
    width: 918px;
    position: relative;
  }

  .method-block .method-content-base {}

  .method-block .method-content {
    width: 978px;
    overflow: hidden;
    clear: both;
    padding: 90px 0px;
    border: 1px solid #000;
    margin-bottom: 60px;
  }

  .method-block .method-nav.hiddennav+.method-content {
    margin-top: 60px;
  }

  .method-block .method-content .method-content__col h2 {
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }

  .method-block .method-content .method-content__col h2.topbdr {
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 20px;
    border-top: 1px dotted #000;
    padding-top: 20px;
    display: inline-block;
  }

  .method-block .method-content .method-content__col h2 span {
    display: block;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    line-height: 2;
  }

  .method-block .method-content .method-content__col p {
    text-align: center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    line-height: 2;
  }

  .method-block .method-content .method-content__col div {
    margin-bottom: 0px;
    text-align: center;
  }

  .method-block .method-content .method-content__col div:last-child {
    margin-bottom: 0px;
  }

  .method-block .method-content .method-content__col div img {
    width: auto;
    margin: 40px auto 0px;
  }

  .method-block .method-content .method-content__col div span {
    font-size: 24px;
    /*width: 400px;*/
    /*border-bottom: 1px dotted #000;*/
    padding: 10px 0px;
    text-align: center;
    margin: 20px auto 0px;
    display: block;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    letter-spacing: 0.1em;
  }

  .method-block .method-content .method-content__col div span strong {
    font-size: 34px;
    font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: normal;
    line-height: 0px;
  }

  .method-block .method-content .method-content__col div dl {
    margin: 40px auto;
    width: 550px;
  }

  .method-block .method-content .method-content__col div dl:after {
    content: "";
    clear: both;
    display: table;
    margin: 0;
  }

  .method-block .method-content .method-content__col div dl dt {
    width: 180px;
    margin-right: 20px;
    border-right: 1px solid #000;
    padding-right: 20px;
    float: left;
  }

  .method-block .method-content .method-content__col div dl dt img {
    width: 48px;
    height: 48px;
    margin: 0 10px 0 0;
    margin-right: 22px;
    float: left;
  }

  .method-block .method-content .method-content__col div dl dt h3 {
    border-top: 0px;
    border-bottom: 0px;
    padding: 0px;
    line-height: 48px;
    margin-bottom: 0px;
    text-align: left;
  }

  .method-block .method-content .method-content__col div dl dt h3.line2 {
    line-height: 25px;
  }

  .method-block .method-content .method-content__col div dl dd {
    width: 329px;
    float: left;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size: 13px;
    line-height: 2;
    text-align: left;
  }

  .method-block .method-content .method-content__col div>h3 {
    margin: 0 auto;
    border-top: 0px;
    border-bottom: 1px dotted #000;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    display: inline-block;
    /*width: 500px;*/
    padding: 0px 0px 5px;
    margin-top: 76px;
  }

  .method-block .method-content .method-content__col div>p {
    line-height: 2;
    margin-top: 30px;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  .method-block .method-content .method-content__col div>h3+img {
    display: block;
  }

  .method-block .method-content .method-content__col div ul {
    width: 550px;
    margin: 30px auto;
  }

  .method-block .method-content .method-content__col div ul li {
    text-align: center;
    float: left;
    width: 95px;
    margin-right: 18px;
    margin-bottom: 18px;
  }

  .method-block .method-content .method-content__col div ul li:nth-of-type(5n) {
    margin-right: 0px;
  }

  .method-block .method-content .method-content__col div ul li img {
    width: auto;
  }

  .method-block .method-content .method-content__col div .imgset {
    margin-bottom: 15px;
  }

  .method-block .method-content .method-content__col div .clublist {
    width: 680px;
    margin: 0 auto;
    margin-bottom: 90px;
    margin-top: 60px;
  }

  .method-block .method-content .method-content__col div .clublist:after {
    content: "";
    clear: both;
    display: table;
    margin: 0;
  }

  .method-block .method-content .method-content__col div .clublist dl {
    width: 320px;
    margin: 0px 10px;
    float: left;
  }

  .method-block .method-content .method-content__col div .clublist dl dt {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
    margin-bottom: 20px;
  }

  .method-block .method-content .method-content__col div .clublist dl dt img {
    width: 100%;
    height: auto;
    margin: 0px;
  }

  .method-block .method-content .method-content__col div .clublist dl dd {
    width: 100%;
  }

  .method-block .method-content .method-content__col div .clublist a {
    display: block;
  }

  .method-block .method-content .method-content__col div .clublist a:hover {
    opacity: 0.5 !important;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }

  .method-block .method-content .method-content__col div .clublist dl dd p {
    font-size: 18px;
    letter-spacing: 0.15em;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  .method-block .method-content .method-content__col div .clublist dl dd p>span {
    font-size: 12px;
    width: 100%;
    display: block;
    border-top: 1px solid #000;
    border-bottom: 0px;
    margin-top: 10px;
  }

  .method-block .method-content .method-content__col .method-content__nestcol {
    border-top: 1px solid #000;
    padding: 90px 0px 0px;
  }

  .method-block .method-content .method-content__col .award-list {
    width: 500px;
    margin: 20px auto;
  }

  .method-block .method-content .method-content__col .award-list dl {
    margin-bottom: 20px;
  }

  .method-block .method-content .method-content__col .award-list dl dt {
    width: 80px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 16px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    border-right: 0px;
    padding-right: 0px;
    /*background-color: red;*/
    text-align: right;
  }

  .method-block .method-content .method-content__col .award-list dl dt:after {
    content: "―";
    margin-left: 5px;
  }

  .method-block .method-content .method-content__col .award-list dl dd {
    width: 400px;
    display: inline-block;
    /*background-color: blue;*/
    text-align: left;
  }

  .method-block .method-content .method-content__col .award-list dl dd h4 {
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: normal;
  }

  .method-block .method-content .method-content__col .award-list dl dd h4+p {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    border-left: 2px solid #000;
    padding-left: 10px;
    margin-left: 11px;
  }

  /* realestate */
  #realestate {
    width: 980px;
    margin: 0 auto 100px;
  }

  #realestate .linkbnr {
    overflow: hidden;
  }

  #realestate .linkbnr>div {
    width: 460px;
  }

  #realestate .linkbnr .modelhouse-link {
    float: left;
    background: #cfdae5;
  }

  #realestate .linkbnr .landestate-link {
    float: right;
    background: #e5dbcf;
  }

  #realestate .linkbnr .linkbnr-meta {
    margin-top: 40px;
    text-align: center;
  }

  #realestate .linkbnr .linkbnr-meta .en {
    font-size: 32px;
    font-family: 'Prata', serif;
    letter-spacing: .025em;
  }

  #realestate .linkbnr .linkbnr-meta .en {
    font-size: 32px;
    font-family: 'Prata', serif;
    letter-spacing: .025em;
  }

  #realestate .btn {
    text-align: center;
    margin: 15px 0 30px;
  }

  #realestate .btn a {
    font-size: 11px;
    color: #000;
    text-align: center;
    line-height: 1;
    padding: 10px 36px;
    display: inline;
    background-color: #000;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fff !important;
    background-image: url(/wp-content/themes/iemoto/img/listback-arw-white.png);
    background-repeat: no-repeat;
    background-position: 110px center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #realestate .btn a:hover {
    text-decoration: none;
    border: 1px solid black;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-color: #fff;
    color: #000 !important;
    text-decoration: none !important;
    background-image: url(/wp-content/themes/iemoto/img/listback-arw-black.png);
  }

  #realestate .shop .name a {
    display: inline-block;
    background: url(/wp-content/themes/iemoto/img/blank.gif) no-repeat right center;
    padding-right: 20px;
  }

  #realestate .box ul {
    font-size: 0;
  }

  #realestate .post {
    width: 310px;
    display: inline-block;
    /display: inline;
    /zoom: 1 letter-spacing: normal;
    vertical-align: top;
    margin: 0 25px 40px 0;
  }

  #realestate .post.last {
    margin: 0 0 40px 0;
  }

  #realestate .post .label {
    margin-top: 15px;
    padding: 3px 15px;
    display: inline-block;
    font-size: 11px;
  }

  #realestate.modelhouse .post .label {
    background: #d1dae3;
  }

  #realestate.landestate .post .label {
    background: #e5dbcf;
  }

  #realestate .post .name {
    margin-top: 10px;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }

  #realestate .post .info {
    font-size: 11px;
    margin-top: 8px;
  }

  #realestate-post.content h3 {
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 35px;
    text-align: center;
  }

  #realestate-post.content h3 .ttl-en {
    letter-spacing: .12em;
  }

  #realestate-post.content h3 .ttl-jp {
    font-size: 11px;
  }

  #realestate-post .image {
    margin-bottom: 20px;
    overflow: hidden;
    width: 600px;
    margin: 0 auto;
  }

  #realestate-post .slider {
    margin: 0;
  }

  #realestate-post .bx-viewport {
    margin-bottom: 30px;
  }

  #realestate-post .bx-pager {
    overflow: hidden;
    width: 440px;
    margin: 0 auto;
  }

  #realestate-post .bx-pager .bx-pager-item {
    width: 100px;
    float: left;
    margin: 0 5px;
  }

  #realestate-post .bx-pager .bx-pager-item img {
    width: 100px;
  }

  #realestate-post .copy {
    text-align: center;
    margin-top: 120px;
    letter-spacing: .15em;
    text-indent: .15em;
  }

  #realestate-post .copy .label {
    display: inline-block;
    padding: 6px 15px;
  }

  #realestate-post.modelhouse .copy .label {
    background: #d1dae3;
  }

  #realestate-post.landestate .copy .label {
    background: #e5dbcf;
  }

  #realestate-post .copy .copy-small {
    margin-top: 25px;
    font-size: 12px;
  }

  #realestate-post .copy .copy-large {
    margin-top: 16px;
    font-size: 26px;
    letter-spacing: .25em;
    text-indent: .25em;
  }

  #realestate-post .outline {
    margin-top: 70px;
  }

  #realestate-post .outline .txt {
    text-align: center;
    line-height: 2.0;
  }

  #realestate-post .spec {
    width: 400px;
    margin: 70px auto 0;
  }

  #realestate-post .spec li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  #realestate-post .spec .midashi {
    float: left;
    width: 120px;
  }

  #realestate-post .spec .txt {
    float: left;
    width: 280px;
  }

  #realestate-post .floorplan {
    margin-top: 70px;
  }

  #realestate-post .floorplan .img {
    max-width: 800px;
    width: auto;
    margin: 30px auto 0;
  }

  #realestate-post .plot {
    margin-top: 70px;
  }

  #realestate-post .plot .img {
    max-width: 800px;
    width: auto;
    margin: 30px auto 0;
  }

  #realestate-post .access {
    margin-top: 70px;
  }

  /*	min-width:980pxここまで
----------------------------------------------------*/
}

@media screen and (max-width: 770px) {
  br.sp {
    display: block;
  }

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

  h1 {
    margin: 10px 0 0 10px;
  }

  body {
    width: 100%;
    overflow-x: hidden;
  }

  #wrapper {
    position: relative;
    overflow: hidden;
  }

  article {
    margin: 20px 0 0;
    padding: 0 10px;
  }

  #wrapper .bnr_lspoon {
    position: fixed;
    left: 0;
    bottom: 1%;
    z-index: 10000;
    padding: 0 2%;
    max-width: 400px;
    margin: 0 auto;
    right: 0;
  }

  .hidden-mobile {
    display: none;
  }

  .visible-mobile {
    display: auto;
  }

  /*----------------------------------------------------
  util
----------------------------------------------------*/
  .hide-sp {
    display: none;
  }

  .show-sp {
    display: block;
  }

  /*----------------------------------------------------
	header
----------------------------------------------------*/
  header {
    height: 110px;
  }

  #header-top {
    width: 100%;
    position: fixed;
    z-index: 100;
    height: 110px;
    border-bottom: 1px solid #000;
    background-color: #fff;
  }

  .sp_contact {
    font-size: 0;
  }

  .sp_contact p {
    width: 50%;
    display: inline-block;
  }

  #pamplet-banner {
    display: none;
  }

  #header-top.pages {
    /*height: 110px;*/
    height: 190px;
  }

  header .txt {
    display: none;
  }

  header .inr {}

  header .bnr_lspoon_pc {
    display: none;
  }

  header .logo {
    width: 130px;
    margin: 15px 0 0 30px !important;
    float: left;
  }

  #sp-top {
    margin-bottom: 30px;
  }

  header .col {
    width: 160px !important;
    height: 2000px;
    border: none;
    top: 0;
    position: fixed;
    right: -160px;
    background: #E8DBD1;
  }

  header .btn {
    display: visible;
    width: 24px;
    float: right;
    margin: 25px 25px;
  }

  header .close.btn {
    margin: 22px 10px;
  }

  header {}

  header .info {
    text-align: center;
    float: left;
    width: 100%;
  }

  header .info.sp-btn {
    float: right;
    width: 90%;
  }

  header .info.sp-btn>div:first-child {
    margin-bottom: 12px;
  }

  header .description {
    font-size: 72%;
    margin-bottom: 10px;
    text-align: center;
  }

  header .info .facebook {
    width: 30px;
    float: right;
    margin: 1px 5px 0 0;
  }

  header .info .twitter {
    width: 30px;
    float: right;
    margin: 2px 7px 0 0px;
  }

  header .info .instagram {
    width: 39px;
    float: right;
    margin: 0px 2px -1px 2px;
  }

  header #company-info {
    margin: 20px 8px 0 0;
    float: right;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  header #company-info ul li {
    margin: 0 0 10px 10px;
    float: right;
    display: inline-block;
    text-align: right;
    /*		width: 100%;*/
    font-size: 12px;
  }

  #pamplet-banner {
    display: none !important;
  }

  /* 20160426add */
  .pickup-wrap {
    position: relative;
  }

  .pickup {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 10px;
  }

  .pickup .icon {
    width: 40px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -20px;
  }

  .pickup ul {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .pickup ul li {
    text-align: center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    letter-spacing: .1em;
    text-indent: .1em;
    position: relative;
    /* aタグ設置後トル */
    padding: 10px;
    color: #fff;
    display: block;
    font-weight: bold;
  }

  .pickup ul li a {
    padding: 10px 20px 10px 10px;
    color: #fff;
    display: block;
    font-weight: bold;
  }

  .pickup ul li a::after {
    content: "";
    background: url(/wp-content/themes/iemoto/img/pickup-arrow-sp.png);
    background-size: 12px 10px;
    width: 12px;
    height: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }

  /*----------------------------------------------------
	breadcrumb
----------------------------------------------------*/
  #breadcrumb {
    margin: 50px 10px 20px 10px;
    font-size: 11px;
    color: #666;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #breadcrumb ul {
    overflow: hidden;
  }

  #breadcrumb li {
    float: left;
    margin-right: 10px;
  }

  #breadcrumb a {
    color: #666;
  }

  #breadcrumb a:hover {
    color: #666;
    text-decoration: underline;
  }

  /*----------------------------------------------------
	nav
----------------------------------------------------*/
  nav {
    width: 160px;
    float: right;
    font-family: 'Cantata One', serif;
    margin-bottom: 0px;
  }

  nav ul li {
    text-align: right;
    margin: 10px 10px 15px 10px;
  }

  nav ul li a {
    color: #000;
    min-width: 135px;
    display: inline-block;
    text-align: center;
  }

  nav li img {
    width: auto;
  }

  /*----------------------------------------------------
	sub
----------------------------------------------------*/
  #sub {
    margin-top: 20%;
  }

  #sub .bnr {
    margin-bottom: 20px;
  }

  #sub .title_sub {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 22px;
    margin-bottom: 10px;
    border-bottom: 2px solid #000;
  }

  #sub ul {
    margin-bottom: 20px;
  }

  #sub ul li {
    border-bottom: 1px solid #444;
    margin-bottom: 10px;
    padding: 10px 10px;
    background-image: url(/wp-content/themes/iemoto/img/sub-arw.gif);
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 5px 10px;
    -webkit-background-size: 5px 10px;
    -moz-background-size: 5px 10px;
    line-height: 2.0;
  }

  #sub ul li:last-child {
    border-bottom: none;
  }

  #sub .sub-date {
    line-height: 1.0;
  }

  #sub ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0 20px 0 0;
    position: relative;
  }

  #sub ul li a:after {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }

  /*----------------------------------------------------
	footer
----------------------------------------------------*/
  footer {
    border-top: 1px solid #000;
  }

  footer .inr {
    padding: 20px 0;
  }

  footer .inr .nav {
    display: none;
  }

  footer #copyright {
    text-align: center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size: 10px;
  }

  footer .social {
    display: none;
  }

  footer .contact .footer-logo {
    max-width: 15%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  footer .contact .tel {
    max-width: 100%;
    margin: 5% auto;
    line-height: 2;
  }

  footer .contact .tel dl a {
    display: block;
    text-align: center;
  }

  footer .contact .tel dl a dt {
    width: 32%;
    display: inline-block;
    font-size: 15px;
    text-align: right;
  }

  footer .contact .tel dl a dd {
    width: 40%;
    display: inline-block;
    font-size: 16px;
  }

  #pagetop {
    text-align: center;
    padding: 0;
    background: #000;
    color: #fff;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }

  /*#pagetop a{
	display: block;
	background-image: url(img/pagetop.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 41px 28px;
	-webkit-background-size: 41px 28px;
	-moz-background-size: 41px 28px;
	text-decoration: none;
	color: #fff;
}*/
  #pagetop a {}

  #pagetop .btn-pagetop {
    display: none;
  }

  #sp-pagetop {
    width: 100%;
    display: block;
    text-align: center;
    height: auto;
  }

  #sp-pagetop a {
    color: #fff;
    font-size: 12px;
    padding: 0 0 30px;
    display: block;
    font-weight: normal;
  }

  #sp-pagetop img {
    width: 18%;
  }

  /*----------------------------------------------------
	index
----------------------------------------------------*/
  #hero-event {
    opacity: 1;
    margin: 87% 10px 10px;
    width: 100%;
  }

  .hero-event {
    position: absolute;
    margin: 0 0px 20px;
    padding: 0px 0px;
  }

  .hero-event ul {
    border: 1px solid #fff;
    width: 90%;
    margin: 0 auto;
  }

  .hero-event .ttl {
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: table;
  }

  .hero-event .ttl span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    padding-right: 2px;
  }

  .hero-event li {
    display: block;
    border-bottom: 1px solid #fff;
    text-align: center;
  }

  .hero-event li:last-child {
    border-bottom: 0px;
  }

  .hero-event li a {
    display: block;
    padding: 20px 10px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
  }

  .hero-event li a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }

  #top-sp {
    opacity: 0;
  }

  #loader-bg {
    display: none;
  }

  #big-video-wrap {
    position: fixed;
    z-index: -2;
    display: none;
  }

  #index {
    overflow: hidden;
    padding-top: 0;
  }

  #top_image {
    margin-bottom: 20px;
  }

  .sp2col {
    overflow: hidden;
    font-size: 0;
  }

  .sp2col li {
    font-size: 12px;
    position: relative;
  }

  .sp2col li:nth-child(2n) {
    display: inline-block;
    width: calc((100% - 14px)/2);
    margin-right: 0;
    vertical-align: top;
  }

  .sp2col li:nth-child(2n+1) {
    display: inline-block;
    width: calc((100% - 14px)/2);
    /*margin-right: 2%;*/
    margin-right: 13px;
    vertical-align: top;
    margin-bottom: 13px;
    clear: both;
  }

  .sp2col li h4 {
    position: absolute;
    white-space: nowrap;
    font-size: 9px;
    color: #fff;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }

  .sp2col li:nth-child(2n) .cat {
    padding-left: 5px;
    font-size: 10px;
    padding: 2px 4px;
    background: #000;
    color: #fff;
    margin: 0 0 5px 5px;
    display: inline-block;
  }

  .sp2col li:nth-child(2n+1) .cat {
    padding-right: 5px;
    font-size: 10px;
    padding: 2px 4px;
    background: #000;
    color: #fff;
    margin: 0 5px 5px 0;
    display: inline-block;
  }

  .sp2col li:nth-child(2n) .number {
    font-size: 10px;
    padding: 2px 4px;
    background: #000;
    color: #fff;
    margin: 0 0 5px 5px;
    display: inline-block;
  }

  .sp2col li:nth-child(2n+1) .number {
    font-size: 10px;
    padding: 2px 4px;
    background: #000;
    color: #fff;
    margin: 0 5px 5px 0;
    display: inline-block;
  }

  .sp2col .thumb {
    position: relative;
    margin-bottom: 5px;
  }

  .sp2col li:nth-child(2n) .thumb {
    padding-left: 5px;
  }

  .sp2col li:nth-child(2n+1) .thumb {}

  .sp2col li:nth-child(2n) .gothic-jp {
    padding-left: 5px;
  }

  .sp2col li:nth-child(2n+1) .gothic-jp {
    padding-right: 5px;
  }

  .sp2col li:nth-child(2n) .name {
    padding-left: 5px;
  }

  .sp2col li:nth-child(2n+1) .name {
    padding-right: 5px;
  }

  .sp2col li:nth-child(2n) .info {
    padding-left: 5px;
    font-size: 10px;
  }

  .sp2col li:nth-child(2n+1) .info {
    padding-right: 5px;
    font-size: 10px;
  }

  .sp2col .new-icon {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
  }

  #media .sp2col .thumb {
    position: relative;
    overflow: hidden;
  }

  #media .sp2col .thumb:before {
    content: "";
    display: block;
    padding-top: 52.2%;
  }

  #media .sp2col .thumb img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    left: 5px;
    right: 0;
    transform: translate(0, -50%);
  }

  #index {
    background-color: #fff;
    padding-top: 50px;
  }

  #index .ttl {
    text-align: center;
    display: inline-block;
    border-bottom: 4px double #000;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: .01em;
  }

  #index .txt {
    margin-bottom: 30px;
  }

  #index .news {
    padding: 0 20px 70px;
    margin-bottom: 20px;
  }

  #index .plan .inr,
  #index .hoge ul,
    {
    width: 90%;
  }

  #index .plan {
    margin-bottom: 15%;
  }

  #index .hoge {
    background: #f0f0f0;
  }

  #index .hoge ul {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0;
  }

  #index .plan .base,
  #index .plan .with_architects {
    margin-bottom: 5%;
  }

  #index .plan ul li {
    margin-bottom: 5%;
    width: 100%;
  }

  #index .plan ul li img {
    width: 100%;
  }

  #index .hoge ul li {
    width: 48%;
    margin-bottom: 4%;
  }

  #index .hoge ul li:nth-child(odd) {
    margin-right: 4%;
  }

  #index .plan ul li:last-child,
  #index .hoge ul li:last-child {
    margin-bottom: 0;
  }

  #index .plan ul,
  #index .hoge ul {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /*#index .news .list{
  margin-bottom: 20px;
}*/
  #index .news .list {
    margin-bottom: 40px;
    /* font-size: 0; */
    font-size: 10px;
  }

  /*#index .news li{
  margin-bottom: 10px;
}*/
  #index .news li {
    margin: 0;
    /* width: 48%; */
    /* margin-right: 2%; */
    /* display: inline-block; */
    vertical-align: top;
    margin-bottom: 5%;
    position: relative;
  }

  #index .news li.news_new:after,
  #index .event li.news_new:after {
    position: absolute;
    content: 'NEW';
    font-family: 'Cardo', serif;
    font-style: normal;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 9px;
    line-height: 4.2;
    /* line-height: 3.5; */
    border-radius: 50%;
    background: #d85b5b;
    color: #fff;
    right: 2px;
    top: 2px;
  }

  #index .news li:nth-child(2n) {
    margin-right: 0;
  }

  #index .news li img {
    width: 100%;
    height: auto;
  }

  #index .news li div {}

  #index .news li p.date {
    margin-bottom: 5px;
  }

  #index .news li p.title {
    /* margin-top: 10px; */
    font-size: 10px;
    line-height: 1.6;
  }

  #index .news li:after {
    content: "";
    clear: both;
    display: table;
  }

  #index .news-list-flex {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  #index .news-list-flex .news-list+.news-list {
    margin-top: 15px;
  }

  #index .news-list {
    text-align: center;
  }

  #index .news-list a {
    color: black;
    text-align: center;
    line-height: 1;
    padding: 8px 26px;
    display: inline;
    background: white;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #000 !important;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat 131px center;
    background-size: 8px;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 11px;
  }

  #index .news-list a:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid black;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #FFF !important;
    text-decoration: none !important;
    background: #000 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat 131px center;
    background-size: 8px;
  }

  /*#index .topics {
  margin-top: 45px;
  margin-bottom: 40px;
}*/
  #index .our_services {
    margin-bottom: 70px;
  }

  #index .our_services ul {
    overflow: hidden;
    width: 100%;
    font-size: 0;
  }

  #index .topics {
    margin-bottom: 70px;
  }

  #index .topics ul {
    overflow: hidden;
    width: 100%;
    font-size: 0;
  }

  #index .with_artist {
    margin-bottom: 70px;
  }

  #index .bl_with_artist_list {
    font-size: 16px;
    margin-top: 30px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  #index .bl_width_artist_bnr{
	margin-top: 50px;
  }

  #index .bl_width_artist_bnr a{
	display: block;
	width: 100%;
	height: 100%;
	transition: opacity 0.25s;
	  }
	
	  #index .bl_width_artist_bnr a:hover{
		text-decoration: none;
		opacity: 0.5;
	  }

  #index .bl_with_artist_list li+li {
    margin-top: 10px;
  }

  #index .banner .works-bnr .works-bnr__img {
    width: 100%;
  }

  #index .banner .works-bnr .works-bnr__title {}

  #index .banner {
    margin-bottom: 40px;
  }


  /* .spend_with */

  #index .spend_with {
    background: #fff;
    padding-bottom: 100px;
  }

  #index .bl_spend_with_about {
    font-size: 16px;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  #index .bl_spend_with_about p .__wbr {
    display: inline-block;
  }

  #index .bl_spend_with_about p+p {
    margin-top: 1.75em;
  }

  #index .bl_spend_with_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 35px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  #index .bl_spend_with_list__box {
    width: 100%;
  }

  #index .bl_spend_with_list__box+.bl_spend_with_list__box {
    margin-top: 25px;
  }

  #index .bl_spend_with_list__box a,
  #index .bl_spend_with_list__box .__soon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: opacity 0.25s;
    cursor: pointer;
  }

  #index .bl_spend_with_list__box a:hover {
    text-decoration: none;
    opacity: 0.5;
  }

  #index .bl_spend_with_list__box .__soon .__img {
    overflow: hidden;
  }

  #index .bl_spend_with_list__box .__soon .__img .__img_title {
    transition: opacity 0.25s;
  }

  #index .bl_spend_with_list__box .__soon .__img:after {
    content: "Comming soon";
    transition: opacity 0.25s;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #index .bl_spend_with_list__box .__soon:hover .__img .__img_title {
    opacity: 0;
  }

  #index .bl_spend_with_list__box .__soon:hover .__img:after {
    opacity: 1;
  }

  #index .bl_spend_with_list__box .__img {
    display: block;
    height: 205px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }

  @media screen and (max-width: 500px) {
    #index .bl_spend_with_list__box .__img {
      height: 182px;
    }
  }

  #index .bl_spend_with_list__box .__img_title,
  #index .bl_spend_with_list__box .__soon .__img:after {
    font-family: sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 13px;
    font-weight: 700;
  }

  #index .bl_spend_with_list__box .__text {
    font-size: 16px;
    line-height: 1.45;
    margin-top: 1.25em;
  }


  /* .project */
  #index .project {
    margin-bottom: 20px;
  }

  /*#index .project li {
  margin-bottom: 10px;
  overflow: hidden;
}*/
  #index .project .bnr {
    overflow: hidden;
    margin-bottom: 50px;
  }

  #index .project li {}

  #index .project li.lspoon {
    background-image: url(/wp-content/themes/iemoto/img/top-spoon-bg.jpg);
    background-repeat: repeat;
    border: double #ac9d61 3px;
    min-height: 400px;
    padding: 10px;
    text-align: center;
  }

  #index .project li.lspoon img {
    width: auto;
    height: auto;
  }

  #index .project li.lspoon img.lspoon-title {
    padding-top: 6px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  #index .project li.lspoon .lspoon-list ul {
    margin-top: 22px;
  }

  #index .project li.lspoon .lspoon-list ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 10px;
    float: left;
  }

  #index .project li.lspoon .lspoon-list ul li:nth-of-type(2n) {
    margin-right: 0px;
  }

  #index .project li.lspoon .lspoon-list ul li img {
    width: 100%;
    height: auto;
  }

  #index .project li img {
    vertical-align: middle;
    width: 100%;
    height: auto;
  }

  #index .project .last {
    margin: 0 0 10px;
  }

  #index .project .last div {
    /*width:235px;*/
  }

  #index .project li {
    margin-bottom: 10px;
    overflow: hidden;
  }

  #index .project .fl-L,
  #index .project .fl-R {
    width: 49%;
  }

  #index .kanazawatoryoe {
    border-top: 1px solid #C3C3C3;
    padding-top: 40px;
    text-align: center;
  }

  #index .kanazawatoryoe img {
    width: 80px;
  }

  #index .bebeauty {
    padding: 15% 0 0;
  }

  #index .sp-visual {
    /*padding: 0 10px; */
  }

  /*----------------------------------------------------
	content
----------------------------------------------------*/
  /*.content {
  max-width: 640px;
  overflow: hidden;
  clear: both;
  margin: 20px auto 60px;
  font-size: 12px;
}*/
  .content {
    overflow: hidden;
    clear: both;
    max-width: 100% !important;
    /*		margin: auto !important;*/
    padding-bottom: 0px;
    font-size: 12px;
    margin-bottom: 13%;
  }

  .content h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
  }

  .content h2 .ttl-en {
    font-family: 'Prata', serif;
    font-size: 24px;
    letter-spacing: 0.1em;
    /*		line-height: 24px;*/
    margin-bottom: 5px;
  }

  .content h2 .ttl-jp {
    letter-spacing: 0.2em;
    font-size: 12px;
  }

  .content h3 {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
  }

  .content h3 .ttl-en {
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .content h3 .ttl-jp {
    letter-spacing: 0.2em;
    font-size: 11px;
  }

  .content .gothic {
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  .content .gothic-jp {
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  .content .italic-en {
    font-family: 'Cardo', serif;
    font-style: italic;
  }

  .content .selif-en {
    font-family: 'Prata', serif;
  }

  .content .clear-sp {
    display: none;
  }

  .content .sp-pdg {
    padding: 0 20px;
  }

  .content .new {
    font-family: 'Cardo', serif;
    font-style: italic;
    color: #990000;
  }

  #listback {
    text-align: center;
    margin: 40px 0;
    font-size: 79%;
    clear: left;
  }

  #listback a {
    color: #000;
    text-align: center;
    line-height: 1;
    padding: 8px 26px;
    display: inline;
    background: #FFF;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #000 !important;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat 100px center;
    background-size: 4px;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 11px;
  }

  #listback a:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid black;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #FFF !important;
    text-decoration: none !important;
    background: #000 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat 100px center;
    background-size: 4px;
  }

  #oldblog {
    text-align: center;
    margin: 40px 0;
    font-size: 79%;
    clear: left;
  }

  #oldblog a {
    color: #000;
    text-align: center;
    line-height: 1;
    padding: 8px 26px;
    display: inline;
    background: #FFF;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #000 !important;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat 120px center;
    background-size: 4px;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 11px;
    background-color: #fff;
  }

  #oldblog a:hover {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #FFF !important;
    text-decoration: none !important;
    background: #000 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat 120px center;
    background-size: 4px;
  }

  /*----------------------------------------------------
	main
----------------------------------------------------*/
  /*	main共通	*/
  #main {
    margin-bottom: 30px;
  }

  #main a {
    text-decoration: none;
    overflow: hidden;
    outline: none;
    color: #000;
  }

  #main a:hover {
    text-decoration: underline;
  }

  #main .entry {
    margin-bottom: 80px;
  }

  #main .box {
    padding: 0 10px 30px 10px;
  }

  #main .bnr {
    padding: 0 10px 10px 10px;
  }

  #main .block {
    padding: 0 10px 10px 10px;
  }

  .number {
    background: #000;
    padding: 2px 10px;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 10px;
  }

  /*----------------------------------------------------
	entry
----------------------------------------------------*/
  .entry {
    margin-bottom: 30px;
  }

  .entry img {
    max-width: 700px;
    height: auto;
  }

  .entry h1 {
    font-size: 16px;
  }

  .entry h2 {
    font-size: 174%;
  }

  .entry h3 {
    font-size: 16px;
  }

  .entry h4 {
    font-size: 131%;
  }

  .entry h5 {
    font-size: 116%;
  }

  .entry h6 {
    font-size: 116%;
  }

  .entry p {
    margin-bottom: 10px;
  }

  .entry blockquote {
    background: #EEE;
    padding: 15px 15px 5px 15px;
    margin-bottom: 10px;
  }

  .entry ul {
    list-style: disc;
    margin-left: 20px;
  }

  .entry ol {
    margin-left: 20px;
  }

  .entry strong {
    font-weight: bold;
  }

  .entry .alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
  }

  .entry .alignright {
    display: inline;
    float: right;
    margin-left: 20px;
  }

  .entry .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /*----------------------------------------------------
	page
----------------------------------------------------*/
  /* news */
  #news {}

  #news .date {
    display: inline-block;
    border-top: 3px solid #000;
    padding-top: 5px;
    font-size: 12px;
  }

  #news h3 {
    border-top: none !important;
    line-height: 1.4;
    padding-top: 0 !important;
    text-align: left !important;
    font-size: 16px;
  }

  /* blog */
  .blog-bg {
    background: #e8e7e5;
  }

  #blog {}

  #blog .date {
    display: inline-block;
    border-top: 3px solid #000;
    padding-top: 3px;
    font-size: 12px;
  }

  #blog h2 {
    width: 184px;
    margin: 0 auto 40px;
  }

  #blog h3 {
    border-top: none !important;
    line-height: 1.4;
    padding-top: 0 !important;
    text-align: left !important;
    font-size: 16px;
  }

  /* contact */
  #contact .txt {
    /* border-top: 1px solid #000;*/
    /* padding-top: 20px;*/
    margin-bottom: 40px;
    line-height: 2.2;
  }

  #contact .txt br {
    display: none;
  }

  #contact .info {
    background: #EEEEEE;
    padding: 10px;
    text-align: center;
  }

  #contact .info .tel-txt,
  #contact .info .mail-txt {
    font-weight: bold;
  }

  #contact .info .tel-number {
    background: url(/wp-content/themes/iemoto/img/contact-tel.png) no-repeat left center;
    background-size: 13px;
    display: inline-block;
    padding-left: 20px;
    font-size: 24px;
    letter-spacing: 0.1em;
  }

  #contact .info .tel-time {
    margin-bottom: 10px;
  }

  #contact .info .mail {
    background: url(/wp-content/themes/iemoto/img/contact-mail.png) no-repeat left center;
    background-size: 9px;
    display: inline-block;
    padding-left: 14px;
  }

  /* report */
  #report {
    overflow: hidden;
  }

  #report h2 {
    margin-bottom: 0;
  }

  #report h2 .image img {
    width: 80%;
  }

  #report h2 .event-illust {}

  #report .event-illust img {
    display: none;
  }

  #report h3 {
    border-color: #A39872;
    color: #A39872;
  }

  #report .post {
    margin-bottom: 40px;
  }

  #report .post .thumb {
    margin-bottom: 10px;
  }

  /* report-post */
  #report-post h2 .image img {
    width: 80%;
  }

  #report-post .date {
    display: inline-block;
    border-top: 3px solid #A39872;
    padding-top: 3px;
    color: #A39872;
  }

  #report-post.content h3 {
    border-top: 2px solid #A39872;
    border-bottom: 1px solid #A39872;
    padding: 15px 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
  }

  #report-post #sub .title_sub {
    text-align: center;
    padding-bottom: 5px;
    margin-top: 60px;
    margin-bottom: 10px;
    border-bottom: 2px solid #A39872;
    color: #A39872;
  }

  #report-post #sub .sub-date {
    line-height: 1.0;
    color: #A39872;
  }

  #report-post #sub ul li {
    border-bottom: 1px solid #A39872;
  }

  /* report 追加分 */
  #report-post .profile {
    margin-top: 80px;
    font-size: 10PX;
    word-break: break-all;
  }

  #report-post .face_img {
    width: 35%;
    float: left;
  }

  #report-post .textbox .name {
    font-size: 11px;
    width: 100%;
    border-bottom: 1px solid #A39872;
    margin-bottom: 6px;
    padding-bottom: 4px;
  }

  #report-post .textbox .text2 {
    width: 100%;
    margin-top: 0px;
  }

  #report-post .textbox .cm_img {
    width: 100%;
    margin-left: 0;
  }

  .textbox {
    width: 60%;
    margin-left: 5%;
    float: left;
  }

  /* navi */
  #ls_nav.nav {
    overflow: hidden;
    margin: 10px 0 20px 0;
    font-size: 12px;
  }

  #ls_nav.nav li:first-child {
    margin-left: 0 !important;
  }

  #ls_nav.nav li {
    width: 100%;
    float: left;
    margin-left: 0;
    background: #EBEBEB;
    display: block;
    text-align: center;
    margin-bottom: 4px;
  }

  #ls_nav.nav li a {
    padding: 10px 0;
    display: block;
  }

  #ls_nav.nav li span {
    background: url(/wp-content/themes/iemoto/img/event-arw-b.png) no-repeat left center;
    text-decoration: none;
    padding-left: 6px;
    background-size: 4px;
  }

  #ls_nav.nav li.active {
    padding: 10px 0;
  }

  /* navi:hover */
  #ls_nav.nav li:hover {
    background: #A39872;
    display: block;
    text-decoration: none;
  }

  #ls_nav.nav li:hover a {
    text-decoration: none;
  }

  #ls_nav.nav li:hover a span {
    background: url(/wp-content/themes/iemoto/img/event-arw-w.png) no-repeat left center;
    padding-left: 6px;
    background-size: 4px;
    text-decoration: none;
    color: #fff;
  }

  /* navi.active */
  #ls_nav.nav li.active {
    background: #A39872 !important;
  }

  #ls_nav.nav li.active span {
    color: #fff !important;
    background: url(/wp-content/themes/iemoto/img/event-arw-w.png) no-repeat left center !important;
    padding-left: 6px;
    background-size: 4px !important;
  }

  /* project*/
  #project .col2 {
    overflow: hidden;
  }

  #project dl {
    overflow: hidden;
  }

  #project dt {
    float: left;
    width: 49%;
  }

  #project dd {
    float: right;
    width: 48%;
  }

  /* privacy */
  #privacy,
  #company,
  #sitemap,
  #recruit,
  #contact,
  #new,
  #career {
    padding: 0 20px;
  }

  #privacy .box1 {
    border-top: 2px solid #000;
    padding-top: 20px;
    margin-bottom: 40px;
  }

  #privacy .box2 {
    margin-bottom: 60px;
  }

  #privacy .box2 .ttl {
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #000;
  }

  #privacy .box2 p {
    margin-bottom: 10px;
  }

  #privacy .box2 .caption {
    border: 1px solid #000;
    padding: 10px 10px 0;
    font-size: 12px;
  }

  #privacy .box2 ul {
    margin-bottom: 20px;
  }

  #privacy .info {
    background: #F3F3F3;
    padding: 10px;
  }

  #privacy .small {
    font-size: 10px;
  }

  #privacy .date {
    text-align: right;
  }

  /* recruit */
  #recruit {
    margin-bottom: 50px !important;
  }

  #recruit ul {
    overflow: hidden;
    margin-bottom: 40px;
  }

  #recruit ul li {
    width: 48%;
    float: left;
  }

  #recruit ul .last {
    float: right;
  }

  .interview.career1 .top .txt {
    background: #e5dbcf;
  }

  .interview.career1 .bottom .txt {
    background: #e5dbcf;
  }

  .interview.career2 .top .txt {
    background: #c6dcf0;
  }

  .interview.career2 .bottom .txt {
    background: #c6dcf0;
  }

  .interview.freshman .top .txt {
    background: #d4e5cf;
  }

  .interview.freshman .bottom .txt {
    background: #d4e5cf;
  }

  .interview .top,
  .interview .bottom,
  .interview .qa p,
  .interview .qa img {
    margin: 0 0 40px;
  }

  .interview .top .txt {
    padding: 40px;
  }

  .interview .bottom .txt {
    text-align: center;
    padding: 40px;
  }

  .interview .top .txt .title {
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px;
  }

  .interview .top .txt .name {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
  }

  .interview .underbar {
    width: 16px;
    height: 3px;
    margin: 30px auto;
    background: url(/wp-content/themes/iemoto/img/about-underbar.gif) no-repeat center top;
  }

  .interview .ttl-en {
    width: 206px;
    margin: 0 auto 10px !important;
  }

  .interview .invite {
    font-size: 16px;
    text-align: center;
    margin: 40px 0;
  }

  #new .info,
  #career .info {
    margin: 0 0 40px;
  }

  /* new career */
  #new,
  #career {}

  #new .ttl,
  #career .ttl {
    width: 100px;
    margin: 0 auto 40px;
  }

  #new .info table,
  #new .info tr,
  #new .info td,
  #new .info th,
  #career .info table,
  #career .info tr,
  #career .info td,
  #career .info th {
    display: inline-block;
    width: 100%;
  }

  #new .info th,
  #career .info th {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
  }

  #new .info td,
  #career .info td {
    margin-bottom: 20px;
  }

  #new .contact,
  #career .contact {
    border: 1px solid #000;
    padding: 10px 0;
    text-align: center;
  }

  #new .detail,
  #career .detail {
    font-weight: bold;
    margin-bottom: 10px;
  }

  #new .tel,
  #career .tel {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  /*--------------------------------------------------------------------------*/
  /* company 削除予定*/
  #company .profile {}

  #company table,
  #company tbody,
  #company tr,
  #company th,
  #company td {
    display: block;
  }

  #company table {
    width: 100%;
    margin-bottom: 40px;
  }

  #company th {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
  }

  #company td {
    margin-bottom: 20px;
  }

  #company .history ul {
    margin-bottom: 40px;
  }

  #company .history li {
    margin-bottom: 10px;
  }

  #company #gmap {
    margin-bottom: 40px;
  }

  #company .info {
    text-align: center;
  }

  #company .info .txt {
    margin-bottom: 10px;
  }

  #company .info .ttl {
    font-weight: bold;
  }

  #company .old {
    border-top: 1px solid #ccc;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 20px;
  }

  #company .old .left-col {}

  #company .old .right-col {
    width: 200px;
    margin: 0 auto;
  }

  #company .old .title {
    float: none;
    text-align: center;
    background: #000;
    margin-bottom: 10px;
    color: #fff;
    padding: 3px 0;
  }

  #company .old ul {
    margin-bottom: 20px !important;
  }

  #company .old li {
    margin-bottom: 10px !important;
    overflow: none;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat left center;
    padding-left: 14px;
  }

  #company .access {
    margin-top: 40px;
  }

  /*--------------------------------------------------------------------------*/
  /* kanazawakaoku */
  #kanazawakaoku h2 {
    width: 70%;
    margin: 0 auto 40px;
  }

  #kanazawakaoku .post {
    overflow: hidden;
    margin-bottom: 10px;
  }

  #kanazawakaoku .post li {
    width: 100%;
    float: left;
    margin: 0 0 1px;
  }

  #kanazawakaoku .copy {
    width: 70%;
    margin: 0 auto 40px;
  }

  #kanazawakaoku .txt {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  #kanazawakaoku .mark {
    width: 274px;
    margin: 0 auto;
  }

  #kanazawakaoku .notice {
    text-align: right;
    margin: 0 0 40px;
    font-size: 11px;
  }

  #kanazawakaoku .txt p {
    margin-bottom: 10px;
    display: inline;
  }

  /* kanazawakaoku-detail */
  #kanazawakaoku-detail {}

  #kanazawakaoku-detail .main-image-pc {
    display: none;
  }

  #kanazawakaoku-detail .main-image-sp {
    margin-bottom: 10px;
  }

  #kanazawakaoku-detail .profile-box {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  #kanazawakaoku-detail .profile {
    text-align: left;
  }

  #kanazawakaoku-detail .profile br {
    display: none;
  }

  #kanazawakaoku-detail .ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }

  #kanazawakaoku-detail .job {
    margin-bottom: 10px;
  }

  #kanazawakaoku-detail .name {
    font-size: 24px;
    margin-bottom: 10px;
  }

  #kanazawakaoku-detail .profile {
    background: url(/wp-content/themes/iemoto/img/kanazawakaoku-line1.gif) no-repeat top center;
    padding-top: 20px;
  }

  #kanazawakaoku-detail .copy {
    background: #e5e5e5;
    padding: 20px;
    font-size: 20px;
    margin-bottom: 70px;
  }

  #kanazawakaoku-detail .copy br {
    display: none;
  }

  #kanazawakaoku-detail .question {
    background: url(/wp-content/themes/iemoto/img/kanazawakaoku-q.gif) no-repeat left 6px;
    background-size: 19px 14px;
    padding-left: 24px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
  }

  #kanazawakaoku-detail .txt {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  #kanazawakaoku-detail .interview .right-col {
    overflow: hidden;
    margin-bottom: 30px;
  }

  #kanazawakaoku-detail .interview .right-col .txt-box {}

  #kanazawakaoku-detail .interview .right-col .image {}

  #kanazawakaoku-detail .interview .left-col {
    overflow: hidden;
    margin-bottom: 30px;
  }

  #kanazawakaoku-detail .interview .left-col .txt-box {}

  #kanazawakaoku-detail .interview .left-col .image {}

  #kanazawakaoku-detail .notice {
    text-align: right;
    margin: 0 0 30px;
    font-size: 11px;
  }

  /* form */
  .wpcf7-not-valid-tip {
    color: red !important;
  }

  .wpcf7-submit {
    background: transparent !important;
    color: #fff;
  }

  /* form */
  #formarea {
    margin-top: -100px;
    padding-top: 100px;
    margin-bottom: 50px;
  }

  #form {
    background-color: #fdfdfd;
    margin: 0 auto;
    padding: 30px 20px;
    border: 4px double #ac9c5e;
  }

  #form .image {
    width: 146px;
    margin: 0 auto 40px;
  }

  #form .txt {
    margin: 0 0 30px;
  }

  #form .txt br {
    display: none;
  }

  #form .req {
    text-align: right;
    font-size: 12px;
    border-bottom: 2px solid #B4AB82;
    padding: 0 0 10px;
  }

  #form span {
    color: #B4AB82;
  }

  #form .row {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0 16px 10px;
    overflow: hidden;
  }

  #form .ttl {}

  #form .input {
    margin-bottom: 10px;
  }

  /* checkbox */
  #form span.wpcf7-list-item-label {
    color: #000 !important;
  }

  #form .checkbox-know input[type="checkbox"] {
    width: 18px;
  }

  #form .checkbox-know span.wpcf7-list-item {
    display: block;
  }

  #form .check-other {
    float: left;
    margin-top: 14px;
    margin-bottom: 10px;
  }

  #form .select {
    margin-bottom: 15px;
  }

  #form input {
    background: #e5e5e5;
    border: none;
    width: 100%;
    font-size: 16px;
  }

  #form .inr .form-apply-end {
    font-size: 16px;
    text-align: center;
    color: #A39872;
  }

  #form .textarea {
    border-bottom: 2px solid #B4AB82;
    width: 100%;
    padding: 0 0 40px 0;
  }

  #form textarea {
    width: 100%;
    background: #e5e5e5;
    border: none;
  }

  #form .confirm {
    margin: 20px 0 5px;
  }

  #form .question {
    margin: 20px 0;
  }

  #form .btn {
    margin: 40px auto 0;
    width: 100%;
    line-height: 60px;
    background: #A49872 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat left center;
    background-position: 70px;
    text-align: center;
  }

  #form .btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }

  #form .btn .ajax-loader {
    position: absolute;
    margin: -40px 0 0 170px;
    width: 16px;
  }

  .wpcf7-not-valid-tip {
    color: red !important;
  }

  .wpcf7-submit {
    width: 300px;
    background: transparent !important;
    color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 60px;
  }

  div.wpcf7-mail-sent-ok {
    border: 1px dotted #a39872 !important;
    text-align: center !important;
    padding: 40px 0 !important;
    margin-bottom: 50px !important;
  }

  div.wpcf7-validation-errors {
    border: 1px dotted #a39872 !important;
    text-align: center !important;
    padding: 40px 0 !important;
    margin-bottom: 50px !important;
  }

  div.wpcf7-validation-errors p {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝" !important;
  }

  div.wpcf7-mail-sent-ok p {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝" !important;
  }

  div.wpcf7-mail-sent-ok .thanks {
    color: #a39872 !important;
    font-size: 20px !important;
    margin-bottom: 10px;
  }

  /* creation */
  #creation {
    margin: 0 auto;
  }

  #creation .row {
    color: #A49872;
    border-bottom: 1px solid #A49872;
  }

  #creation .row .txt {
    padding: 0 10px 20px;
  }

  .toyama .row .txt {
    padding: 0 10px 20px;
    color: #436571 !important;
  }

  .toyama .row {
    color: #A49872;
    border-bottom: 1px solid #436571 !important;
  }

  .toyama .image {
    margin-bottom: 20px;
  }

  #creation.single .row {
    display: none;
    margin: 0 0 40px;
  }

  #creation .box {
    overflow: hidden;
    font-size: 0;
  }

  #creation .last {
    margin: 0 0 24px 0 !important;
  }

  #creation .name {
    margin-bottom: 5px;
  }

  #creation .info {
    font-size: 12px;
    display: block;
  }

  #creation .number {
    padding: 2px 10px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-bottom: 6px;
  }

  #creation.kanazawa .number {
    background: #A49872;
  }

  #creation.toyama .number {
    background: #436571;
  }

  #creation h3 {
    border-top: none;
  }

  #creation.kanazawa h3 {
    margin-top: 20px;
    color: #A49872;
    border: none;
  }

  #creation.toyama h3 {
    color: #436571;
    border: none;
  }

  #creation.single.kanazawa .number,
  #creation.single.kanazawa .place {
    color: #A49872;
  }

  #creation.single.kanazawa .number span {
    border-bottom: 2px solid #A49872;
  }

  #creation.single.toyama .number,
  #creation.single.toyama .place {
    color: #436571;
  }

  #creation.single.toyama .number span {
    border-bottom: 2px solid #436571;
  }

  #creation.single .number {
    padding: 0;
    display: block;
    background: none;
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px;
  }

  #creation.single .detail {
    margin: 60px 20px;
    text-align: left;
  }

  #creation.single .detail br {
    display: none;
  }

  #creation.single .detail p {
    line-height: 1.8em;
  }

  #creation.single .place {
    background: none;
    font-size: 18px;
    text-align: center;
    letter-spacing: 5px;
    margin: 0 0 20px;
  }

  #creation.single .info {
    text-align: center;
    background: #eeeeee;
    padding: 30px 0;
    margin: 0 auto;
    display: block;
    letter-spacing: 2px;
  }

  #creation.single .gallery ul {
    overflow: hidden;
    margin: 0 auto;
  }

  #creation.single .gallery ul li {
    float: left;
    width: 33.3%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  #creation.single .list a {
    width: 150px;
    margin: 100px auto;
    text-align: center;
    padding: 10px 36px;
    vertical-align: top;
    text-decoration: none;
    border: 1px solid #000;
    color: #000 !important;
    display: block;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat 125px center;
  }

  #creation.single .list a:hover {
    color: #fff !important;
    background: #000 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat 125px center;
  }

  #creation .gallery {
    margin-bottom: 40px;
  }

  #creation .mainimage {
    padding-top: 30px;
  }

  /*--------------------------------------------------------------------------*/
  /* about */
  #about .copy img {
    max-width: 334px;
  }

  #about .copy {
    text-align: center;
    width: 90%;
    margin: 0 auto 60px;
    padding: 40px 0 20px;
    border-bottom: 1px solid #000;
  }

  .copy-caption {
    font-size: 14px;
    line-height: 2.2;
    padding-bottom: 60px !important;
  }

  .copy-caption p:first-child {
    margin: 0 0 40px;
  }

  #about .col3 {
    font-size: 12px;
    padding: 40px 20px;
    margin: 0 0 120px;
    background: url(/wp-content/themes/iemoto/img/principle-bg-sp.jpg) no-repeat center top;
  }

  #about .col3 dl {
    margin: 0 0 40px;
  }

  #about .col3 dl:last-child {
    margin: 0;
  }

  #about .col3 dt {
    font-size: 32px;
    margin-bottom: 10px;
  }

  #about .companyname {
    text-align: center;
    padding-top: 20px;
  }

  #about .companyname .txt {
    text-align: left;
  }

  #about .companyname .original {
    margin: 0 0 80px;
  }

  #about .companyname .logo .txt {
    margin: 30px 0 40px;
  }

  #about .companyname p {
    margin: 0 0 40px;
  }

  #about .companyname .ttl {
    width: 130px;
    margin: 0 auto 20px;
    font-size: 18px;
  }

  #about .companyname .name {
    font-size: 24px;
  }

  #about .companyname .caption {
    font-size: 18px;
    margin: 0;
  }

  #about .companyname .image {
    margin: 0 0 40px 0;
  }

  #about .underbar {
    width: 16px;
    height: 3px;
    margin: 0 auto 20px;
    background: url(/wp-content/themes/iemoto/img/about-underbar.gif) no-repeat center top;
  }

  #about .president .image,
  #about .producer .image {
    margin: 0 0 20px;
    padding: 0 20px;
  }

  #about .president .txt-box .txt {
    font-size: 12px;
    line-height: 20px;
  }

  #about .president .txt-box .txt p {
    margin: 0 0 20px;
  }

  #about .producer .title {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 12px;
    display: inline-block;
  }

  #about .producer p {
    line-height: 20px;
  }

  #about .c-name {
    font-size: 18px;
  }

  #about .p-name {
    margin: 0 0 20px;
    font-size: 14px;
  }

  #about .txt-last {
    margin: 40px 0;
    text-align: center;
  }

  #about .big {
    font-size: 26px;
  }

  #about .staff .txt {
    text-align: center;
    font-size: 14px;
    margin: 80px 0 40px;
  }

  #about .staff .staff-logo {
    width: 88px;
    margin: 40px auto;
  }

  #about .message .ttl-en {
    width: 84px;
    height: 30px;
    margin: 0 auto;
  }

  #about .col3 .img {
    width: 50px;
    display: inline-block;
    margin: 0 10px 0 0;
  }

  #about .block.name .ttl-en {
    width: 240px;
    height: 30px;
    margin: 0 auto;
  }

  #about .companyname .image {
    max-width: 516px;
    margin: 0 auto;
    padding: 0 0 140px 0;
  }

  #about .anchor li a {
    background: url(/wp-content/themes/iemoto/img/works-link-arw.gif) no-repeat left center;
    background-size: 4px;
    padding-left: 8px;
  }

  #about .anchor li {
    width: 33.3%;
    float: left;
    text-align: center;
  }

  /*--------------------------------------------------------------------------*/
  /* about-common */
  #about-common {
    width: auto;
    margin: 0 auto 60px;
    position: relative;
  }

  #about-common h2 {
    margin-bottom: 40px;
    line-height: 1;
  }

  #about-common h2 .ttl-en {
    margin: 0 auto 6px;
    font-size: 26px !important;
  }

  #about-common h2 .ttl-jp {
    font-size: 13px;
  }

  #about-common .about-common-nav {
    margin: 0 auto 15px;
  }

  #about-common .about-common-nav ul {
    text-align: center;
    /*border-top: 2px solid #000;*/
    /*border-bottom: 2px solid #000;*/
    /*height: 75px;*/
  }

  #about-common .about-common-nav li {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    vertical-align: top;
    text-align: center;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.1em;
    vertical-align: center;
    padding: 0px 5px;
  }

  #about-common .about-common-nav li.active {}

  #about-common .about-common-nav li.active a {
    background-color: #000;
    color: #fff;
  }

  #about-common .about-common-nav li {}

  #about-common .about-common-nav li a {
    border: 1px solid #000;
    padding: 10px 0;
    display: block;
    transition: all 0.2s ease;
  }

  #about-common .about-common-nav li a:hover {
    background-color: #eee;
    text-decoration: none;
  }

  #about-common .about-common-nav li span {
    display: block;
    font-size: 9px;
    color: #8c8c8c;
    margin-top: 5px;
    line-height: 10px;
  }

  #about-common .about-common-anchor {
    line-height: 14px;
    text-align: center;
  }

  #about-common .about-common-anchor li {
    display: inline-block;
    letter-spacing: 0.1em;
    padding-left: 8px;
    margin: 0 20px;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat left center;
    background-size: 4px;
  }

  .about-common-hr {
    /*width: 90%;*/
    margin: 30px auto;
  }

  .about-head h2 {
    font-style: italic;
  }

  .about-head h2 .ttl-en {
    margin: 0 auto 6px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }

  .about-head h2 .ttl-jp {
    font-size: 12px;
    line-height: 12px;
    font-style: normal;
    font-weight: normal;
    margin-top: 5px;
  }

  #about-credo .copy img {
    max-width: 334px;
  }

  #about-credo .copy {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
    padding: 40px 0 20px;
  }

  .copy-caption {
    font-size: 14px;
    line-height: 2.2;
    padding-bottom: 60px !important;
  }

  #about-philosophy .philosophy {
    text-align: center;
    line-height: 2.6;
    margin-bottom: 0;
  }

  #about-philosophy .philosophy p {
    margin-top: 50px;
    font-size: 14px;
    line-height: 3.2;
  }

  #about-philosophy .philosophy dt {
    border-bottom: 1px dotted #000;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    display: inline-block;
    padding: 0 0 5px;
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: 'Prata', serif;
  }

  #about-philosophy .philosophy dd br.pc {
    display: none;
  }

  .copy-caption p:first-child {
    margin: 0 0 40px;
  }

  #about-credo .col3 {
    font-size: 12px;
    padding: 40px 20px;
    margin: 0 0 60px;
    background: url(/wp-content/themes/iemoto/img/principle-bg-sp.jpg) no-repeat center top;
  }

  #about-credo .col3 dl {
    margin: 0 0 40px;
  }

  #about-credo .col3 dl:last-child {
    margin: 0;
  }

  #about-credo .col3 dt {
    font-size: 32px;
    margin-bottom: 10px;
  }

  #about-credo .col3 dt span {
    font-size: 24px;
  }

  #about-credo .companyname {
    text-align: center;
    padding-top: 20px;
  }

  #about-credo .companyname .txt {
    text-align: left;
  }

  #about-credo .companyname .original {
    margin: 0 0 80px;
  }

  #about-credo .companyname .logo .txt {
    margin: 30px 0 40px;
  }

  #about-credo .companyname p {
    margin: 0 0 40px;
  }

  #about-credo .companyname .ttl {
    width: 130px;
    margin: 0 auto 20px;
    font-size: 18px;
  }

  #about-credo .companyname .name {
    font-size: 24px;
  }

  #about-credo .companyname .caption {
    font-size: 18px;
    margin: 0;
  }

  #about-credo .companyname .image {
    margin: 0 0 40px 0;
  }

  #about-credo .underbar {
    width: 16px;
    height: 3px;
    margin: 0 auto 20px;
    background: url(/wp-content/themes/iemoto/img/about-underbar.gif) no-repeat center top;
  }

  #about-credo .president .image,
  #about-credo .producer .image {
    margin: 0 0 20px;
    padding: 0 20px;
  }

  #about-credo .president .txt-box .txt {
    font-size: 12px;
    line-height: 20px;
  }

  #about-credo .president .txt-box .txt p {
    margin: 0 0 20px;
  }

  #about-credo .producer .title {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 12px;
    display: inline-block;
  }

  #about-credo .producer p {
    line-height: 20px;
  }

  #about-credo .c-name {
    font-size: 18px;
  }

  #about-credo .p-name {
    margin: 0 0 20px;
    font-size: 14px;
  }

  #about-credo .txt-last {
    margin: 40px 0;
    text-align: center;
  }

  #about-credo .big {
    font-size: 26px;
  }

  #about-credo .staff .txt {
    text-align: center;
    font-size: 14px;
    margin: 80px 0 40px;
  }

  #about-credo .staff .staff-logo {
    width: 88px;
    margin: 40px auto;
  }

  #about-credo .message .ttl-en {
    width: 84px;
    height: 30px;
    margin: 0 auto;
  }

  #about-credo .col3 .img {
    width: 50px;
    display: inline-block;
    margin: 0 10px 0 0;
  }

  #about-credo .block.name .ttl-en {
    width: 240px;
    height: 30px;
    margin: 0 auto;
  }

  #about-credo .companyname .image {
    max-width: 516px;
    margin: 0 auto;
    padding: 0 0 140px 0;
  }

  #about-credo .anchor li a {
    background: url(/wp-content/themes/iemoto/img/works-link-arw.gif) no-repeat left center;
    background-size: 4px;
    padding-left: 8px;
  }

  #about-credo .anchor li {
    width: 33.3%;
    float: left;
    text-align: center;
  }

  /* concept */
  #about-concept .about-head h2 {
    display: none;
  }

  #about-concept .h2-sp {
    margin: 60px 0 40px;
    text-align: center;
    font-size: 18px;
  }

  #about-concept .image {
    margin: 0 0 40px;
  }

  #about-concept .bebueaty .img {
    width: 80%;
    max-width: 384px;
    margin: 0 auto 80px;
  }

  #about-concept .bebueaty .copy {
    text-align: center;
    font-size: 14px;
    margin: 0 0 40px;
    height: 500px;
    background: url(/wp-content/themes/iemoto/img/concept-copy-sp.jpg) no-repeat top center;
    background-size: 300px;
    text-indent: -9999px;
  }

  #about-concept .bebueaty .copy p {
    margin-bottom: 10px;
  }

  #about-concept .activity ul {
    margin-bottom: 50px;
  }

  #about-concept .activity ul:after {
    content: '';
    display: table;
    clear: both;
  }

  #about-concept .activity li {
    width: 49%;
    float: left;
  }

  #about-concept .activity li.last {
    float: right;
  }

  #about-concept .movie {
    width: 100%;
    height: auto;
    margin: 0 0 80px;
  }

  /* company */
  #about-company .profile {}

  #about-company table,
  #about-company tbody,
  #about-company tr,
  #about-company th,
  #about-company td {
    display: block;
  }

  #about-company table {
    width: 100%;
    margin-bottom: 40px;
  }

  #about-company th {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
  }

  #about-company td {
    margin-bottom: 20px;
  }

  #about-company .history ul {
    margin-bottom: 40px;
  }

  #about-company .history li {
    margin-bottom: 10px;
  }

  #about-company #gmap {
    margin-bottom: 40px;
  }

  #about-company .info {
    text-align: center;
  }

  #about-company .info .txt {
    margin-bottom: 10px;
  }

  #about-company .info .ttl {
    font-weight: bold;
  }

  #about-company .old {
    border-top: 1px solid #ccc;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  #about-company .old .left-col {}

  #about-company .old .right-col {
    width: 100%;
    margin: 0 auto;
  }

  #about-company .old .title {
    float: none;
    text-align: center;
    background: #000;
    margin-bottom: 10px;
    color: #fff;
    padding: 3px 0;
  }

  #about-company .old ul {
    margin-bottom: 20px !important;
  }

  #about-company .old li {
    margin-bottom: 10px !important;
    overflow: none;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat left center;
    padding-left: 14px;
  }

  #about-company .map {
    display: inline-block;
  }

  #about-company .map a {
    width: 40px;
    text-align: center;
    border: 1px solid #000;
    margin-left: 10px;
    white-space: nowrap;
    display: block;
    font-size: 10px;
  }

  /* about-message */
  #about-message .president .image,
  #about-message .producer .image {
    margin: 0 0 20px;
    padding: 0 20px;
  }

  #about-message .president .txt-box .txt {
    font-size: 12px;
    line-height: 20px;
  }

  #about-message .president .txt-box .txt p {
    margin: 0 0 20px;
  }

  #about-message .producer .title {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 12px;
    display: inline-block;
  }

  #about-message .producer p {
    line-height: 20px;
  }

  #about-message .c-name {
    font-size: 18px;
  }

  #about-message .p-name {
    margin: 0 0 20px;
    font-size: 14px;
  }

  #about-message .txt-last {
    margin: 40px 0;
    text-align: center;
  }

  #about-message .big {
    font-size: 26px;
  }

  #about-message .staff .txt {
    text-align: center;
    font-size: 14px;
    margin: 80px 0 40px;
  }

  #about-message .staff .staff-logo {
    width: 88px;
    margin: 40px auto;
  }

  #about-message .message .ttl-en {
    width: 84px;
    height: 30px;
    margin: 0 auto;
  }

  #about-message .col3 .img {
    width: 50px;
    display: inline-block;
    margin: 0 10px 0 0;
  }

  #about-message .block.name .ttl-en {
    width: 240px;
    height: 30px;
    margin: 0 auto;
  }

  #about-message .companyname .image {
    max-width: 516px;
    margin: 0 auto;
    padding: 0 0 140px 0;
  }

  #nameandlogo {
    margin-top: -110px;
    padding-top: 110px;
  }

  #philosophy {
    margin-top: -110px;
    padding-top: 110px;
  }

  #message {
    margin-top: -110px;
    padding-top: 110px;
  }

  /* contact */
  #contact-form {
    width: 100%;
    margin: 0 auto 100px;
    text-align: center;
  }

  #contact-form .txt {
    border-top: 1px solid #000;
    padding-top: 60px;
    margin-bottom: 60px;
    line-height: 2.2;
  }

  #contact-form .info {
    background: #EEEEEE;
    padding: 60px 150px;
  }

  #contact-form .info .tel-txt,
  #contact-form .info .mail-txt {
    font-weight: bold;
    margin-bottom: 10px;
  }

  #contact-form .info .tel-number {
    background: url(/wp-content/themes/iemoto/img/contact-tel.png) no-repeat left center;
    display: inline-block;
    padding-left: 34px;
    font-size: 32px;
    letter-spacing: 0.1em;
  }

  #contact-form .info .tel-number a {
    pointer-events: none;
    cursor: default;
  }

  #contact-form .info .tel-time {
    margin-bottom: 20px;
  }

  #contact-form .info .mail-txt {
    border-bottom: 1px solid #000;
    padding: 0 20px 10px;
  }

  #contact-form .info .mail {
    background: url(/wp-content/themes/iemoto/img/contact-mail.png) no-repeat left center;
    display: inline-block;
    padding-left: 24px;
  }

  #contact-form {
    border-top: 1px solid #000;
    padding: 30px 0px;
    margin: 0;
    /*font-family: 'Hiragino Kaku Gothic ProN','メイリオ', sans-serif;*/
  }

  #contact-form table {
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    width: 100%;
  }

  #contact-form table:nth-of-type(2) {
    border-top: 1px solid #eee;
  }

  #contact-form table:nth-of-type(2) tbody {
    padding-top: 20px;
    display: block;
  }

  #contact-form table span.must {
    color: #c64141;
  }

  #contact-form table span.small {
    font-size: 10px;
  }

  #contact-form table tr {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
  }

  #contact-form table tr:last-child {
    border-bottom: 0px;
  }

  #contact-form table th {
    min-width: auto;
    width: auto;
    vertical-align: top;
    display: block;
    margin-bottom: 10px;
  }

  #contact-form table td {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    text-align: left;
  }

  #contact-form table td.form__name div,
  #contact-form table td.form__kana div {
    float: left;
    width: 48%;
    margin-right: 4%;
  }

  #contact-form table td.form__name div:nth-of-type(2),
  #contact-form table td.form__kana div:nth-of-type(2) #contact-form table td.form__adr div:nth-of-type(2) {
    margin-right: 0%;
  }

  .mw_wp_form_preview #contact-form table td.form__name div,
  .mw_wp_form_preview #contact-form table td.form__kana div,
  .mw_wp_form_preview #contact-form table td.form__adr div {
    float: left;
    margin-right: 20px;
    width: auto;
  }

  .mw_wp_form_preview #contact-form table td {
    width: 100%;
    display: block;
  }

  #contact-form table td input {
    background-color: #eee;
    border: none;
    padding: 5px;
  }

  #contact-form table td textarea {
    width: 100%;
    border: none;
    background: #eee;
    padding: 5px;
  }

  #contact-form table td select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    background-color: #eee;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAA9UlEQVQoz42RIU5FMRBFT9u3BhSKdWAIHo2FBPst7oprIBiCBcEK2AHk/4QFsAMMGNbw3msx06R8RZNmkumZudM7SdIEVP53UodzxAI0IA35FnAFmIBkewGQRBSNTbLtOd7zBFRJN8Cn7af9ItuzpGPgErjKIfcBPEo6s12BdYCPgHfg2/aaJCXbTdIp8Aqc2N7FCAfAD3Bt+05SykCRVGy/AefAVtJhKH8B9wEXICdJOT6/2K6SLoBbYAFebG+CyUDLgxtFUrb9DDwAO9ubUMphNV3hj5W2127jADegTcNyeiyS+vL67UtdO9RiZoB5GHM/n34B9gl3Ru+tJr8AAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding: 5px 10px;
    font-size: 14px;
    min-width: 260px;
  }
  #reserve2 table td input[name="time"]{
	display: none;
  }

  #contact-form table td div:nth-of-type(2) {
    margin-right: 0px;
  }

  #contact-form table td.form__name input,
  #contact-form table td.form__kana input {
    width: 100%;
  }

  #contact-form .form__adr>div:nth-of-type(1),
  #contact-form .form__counseling>div:nth-of-type(1),
  #contact-form .form__plan>div,
  #contact-form .form__detailed>div,
  #contact-form .form__budget>div,
  #contact-form .form__configuration>div:nth-of-type(1),
  #contact-form .form__residence>div,
  #contact-form .form__land>div {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
  }

  #contact-form .form__adr>div,
  #contact-form .form__adr>div,
  #contact-form .form__adr>div,
  #contact-form .form__counseling>div,
  #contact-form .form__plan>div,
  #contact-form .form__detailed>div,
  #contact-form .form__configuration>div,
  #contact-form .form__residence>div,
  #contact-form .form__land>div {
    display: block;
    float: none;
  }

  #contact-form .form__adr>div:nth-of-type(2),
  #contact-form .form__counseling>div:nth-of-type(2),
  #contact-form .form__configuration>div:nth-of-type(2) {
    width: auto;
    margin-top: 10px;
  }

  .mw_wp_form_preview #contact-form .form__adr>div:nth-of-type(2) {
    margin-top: 0px;
  }

  #contact-form .form__tell span {
    margin-bottom: 10px;
    display: block;
  }

  #contact-form .form__email>div,
  #contact-form .form__adr>div:nth-of-type(2) input,
  #contact-form .form__email>div input {
    width: 100%;
    float: none;
  }

  #contact-form .form__email>div:nth-of-type(1) {
    margin-bottom: 10px;
  }

  .mw_wp_form_preview #contact-form .form__email>div:nth-of-type(1) {
    margin-bottom: 0px;
  }

  .mw_wp_form_preview #contact-form .form__adr,
  .mw_wp_form_preview #contact-form .form__configuration {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }

  #contact-form .form__counseling>div span,
  #contact-form .form__tour span:nth-of-type(1) {
    display: block;
    margin-bottom: 10px;
  }

  #contact-form .form__counseling div:nth-of-type(2) {
    width: auto;
  }

  #contact-form .form-title-construction {
    border: 1px solid #000;
    margin: 35px 0px;
    padding: 15px;
  }

  #contact-form .form-title-construction h2 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  #contact-form .form-title-construction p {
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.1em;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  #contact-form .form__plan div,
  #contact-form .form__detailed div,
  #contact-form .form__budget div,
  #contact-form .form__configuration div:nth-of-type(1),
  #contact-form .form__residence div,
  #contact-form .form__land div {
    width: auto;
  }

  #contact-form .form__adr span,
  #contact-form .form__plan span,
  #contact-form .form__detailed span,
  #contact-form .form__configuration span,
  #contact-form .form__residence span,
  #contact-form .form__land span {
    display: block;
    margin-bottom: 10px;
  }

  #contact-form .form__configuration dl dt input {
    width: 50%;
    float: left;
  }

  #contact-form .form__configuration dl dd {
    float: left;
    margin-top: 2px;
    margin-left: 5px;
  }

  #contact-form .form__tour .mwform-radio-field.horizontal-item {
    padding-right: 50px;
  }

  #contact-form .form__contact .mwform-radio-field.vertical-item {
    padding-bottom: 10px;
  }

  #contact-form .form__prv {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #contact-form .form__prv th {
    display: block;
    text-align: left;
    line-height: 2;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  #contact-form .form__prv th a {
    text-decoration: underline;
  }

  #contact-form .form__prv th a:hover {
    text-decoration: none;
  }

  #contact-form .form__prv td {
    display: block;
    margin: 0 auto;
    width: 200px;
  }

  #contact-form .form__prv td span.mwform-radio-field.horizontal-item {
    margin-right: 15px;
    margin-left: 15px;
  }

  #contact-form .form__prv input {
    background-color: red;
  }

  #contact-form .form__btn input {
    background-color: #000;
    background-image: url('/wp-content/themes/iemoto/img/sub-arw_black.gif');
    background-repeat: no-repeat;
    background-position: right 20px center;
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    margin-right: 0px;
    margin-left: 0px;
  }
  #reserve2 #contact-form .form__btn .form__back{
	display: none;
  }
  #contact-form .form__btn .form__back {
    background-color: #fff;
    background-image: url('/wp-content/themes/iemoto/img/sub-arw_white.gif');
    background-repeat: no-repeat;
    border: 1px solid #000;
    background-position: right 20px center;
    color: #000;
    display: block;
    width: 100%;
    padding: 25px 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  #openhouse-post .bl_reseve_link{
    background-color: #000;
    background-image: url(/wp-content/themes/iemoto/img/sub-arw_black.gif);
    background-repeat: no-repeat;
    background-position: right 20px center;
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
	text-decoration: none;
	margin-top: 3em;
    margin-right: 0px;
    margin-left: 0px;
	text-align: center;
  }
  #openhouse-post .bl_reseve_link:hover {
    opacity: 0.5;
  }

  #contact-form .form__btn input:hover {
    opacity: 0.5;
  }

  #contact .txt {
    width: 600px;
    margin: 0 auto;
    text-align: right;
  }

  #contact .txt span {
    color: #c64141;
  }

  #contact .form__visible {
    border-bottom: 0px;
    margin-bottom: 0px;
  }

  #contact .form__hidden th,
  #contact span.form__configuration__hidden {
    display: none;
  }

  #contact .form__hidden .form__contact1 {
    margin-left: 0px;
    display: block;
  }

  #pamphlet .brochure-data-leaflet span {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-left: 0 !important;
  }

  #pamphlet .brochure-data-leaflet span:nth-child(1) {
    margin-bottom: 12px;
  }

  #pamphlet .brochure-data-leaflet span:nth-child(1) label:before,
  #pamphlet .brochure-data-leaflet span:nth-child(2) label:before {
    content: '';
    float: left;
    display: block;
    vertical-align: top;
    margin-right: 2%;
    padding-bottom: 25%;
    width: 20%;
    height: 0;
    background: url(/wp-content/themes/iemoto/img/contact-pic_type_a.jpg) no-repeat left center;
    -webkit-background-size: cover !important;
    background-size: cover !important;
  }

  #pamphlet .brochure-data-leaflet label {
    font-size: 12px;
    font-weight: bold;
  }

  #pamphlet .brochure-data-leaflet span:nth-child(2) label:before {
    content: '';
    background: url(/wp-content/themes/iemoto/img/contact-pic_type_c.jpg) no-repeat left center;
  }

  #pamphlet .brochure-data-leaflet span:nth-child(1) label:after,
  #pamphlet .brochure-data-leaflet span:nth-child(2) label:after {
    content: '家づくりのパートナーとして様々な視点で「家」を見つめる、私たち家元の1年をまとめました。';
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 78%;
  }

  #pamphlet .brochure-data-leaflet span:nth-child(2) label:after {
    content: '家元の施工実績集です。一棟ごとに特別なコンセプトを持つこだわりの「家」をご覧ください。';
  }

  #pamphlet .desc-txt {
    margin: 30px 0 50px;
    font-size: 12px;
    text-align: left;
    line-height: 2;
  }

  #pamphlet input[type="radio"],
  #pamphlet input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #pamphlet input[type="checkbox"] {
    width: .9em;
    height: .9em;
    box-shadow: 0 0 0 1px #bbb;
    background-color: #fff !important;
    padding: 0;
  }

  #pamphlet input[type="checkbox"]:checked {
    background: url(/wp-content/themes/iemoto/img/icon-check.svg) no-repeat center center !important;
    -webkit-background-size: contain;
    background-size: contain;
  }

  #pamphlet input[type="radio"] {
    width: .8em;
    height: .8em;
    box-shadow: 0 0 0 1px #000;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #fff !important;
    padding: 0;
  }

  #pamphlet input[type="radio"]:checked {
    background-color: #000 !important;
  }

  #confirmation .form__adr span,
  #confirmation .form__contact1 span,
  #confirmation .form__tell span,
  #confirmation .form__email div:nth-of-type(2),
  #confirmation .form-title-construction,
  #confirmation .form__plan span,
  #confirmation .form__detailed span,
  #confirmation .form__budget span,
  #confirmation .form__configuration span,
  #confirmation .form__residence span,
  #confirmation .form__land span,
  #confirmation .form__tour span,
  #confirmation .form__prv {
    display: none !important;
  }

  #confirmation span.form__configuration__hidden {
    display: inline-block !important;
    margin-right: 10px;
  }

  #confirmation table:nth-of-type(2) {
    border-top: 0px;
  }

  #confirmation .form__configuration div {
    float: left;
    width: auto !important;
    margin-top: 0px !important;
  }

  #confirmation .form__configuration div:nth-of-type(1) {
    margin-right: 20px;
  }

  #confirmation .form__configuration dt,
  #confirmation .form__configuration dd {
    float: left;
    width: auto;
  }

  #confirmation .form__configuration dd {
    margin-top: 0px !important;
  }

  #confirmation input[type="hidden"] {
    display: inline-block;
  }

  #confirmation .form__check {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 0px;
  }

  #confirmation .form__check h3 {
    border: none;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
  }

  #confirmation .form__check p {
    text-align: center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #confirmation #contact-form {
    border-top: 0px;
  }

  #complete {
    text-align: center;
  }

  #complete .form__result {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 50px;
  }

  #complete .form__result h3 {
    border: none;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 0px;
    text-align: center;
  }

  #complete .form__result p {
    text-align: center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #complete .form__backbtn a {
    background-color: #fff;
    background-image: url('/wp-content/themes/iemoto/img/sub-arw_white.gif');
    background-repeat: no-repeat;
    border: 1px solid #000;
    background-position: right 20px center;
    color: #000;
    padding: 10px 40px;
    font-size: 14px;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    display: inline-block;
    margin-bottom: 100px;
  }

  #complete .form__backbtn a:hover {
    opacity: 0.5;
    text-decoration: none;
  }

  /*--------------------------------------------------------------------------*/
  /* concept 削除予定 */
  #concept h2 {
    display: none;
  }

  #concept .h2-sp {
    margin: 60px 0 40px;
    text-align: center;
    font-size: 18px;
  }

  #concept .image {
    margin: 0 0 40px;
  }

  #concept .bebueaty .img {
    width: 80%;
    max-width: 384px;
    margin: 0 auto 80px;
  }

  #concept .bebueaty .copy {
    text-align: center;
    font-size: 14px;
    margin: 0 0 40px;
    height: 500px;
    background: url(/wp-content/themes/iemoto/img/concept-copy-sp.jpg) no-repeat top center;
    background-size: 300px;
    text-indent: -9999px;
  }

  #concept .bebueaty .copy p {
    margin-bottom: 10px;
  }

  #concept .activity li {
    width: 49%;
    float: left;
  }

  #concept .activity li.last {
    float: right;
  }

  #concept .movie {
    width: 100%;
    height: auto;
    margin: 0 0 80px;
  }

  /* media */
  #media .post {
    margin: 0 0 20px;
  }

  #media .post .name {
    margin: 10px 0 0;
  }

  #media ul {
    font-size: 0;
  }

  #media .col3,
  #media .col4 {
    margin-bottom: 40px;
  }

  /* openhouse */
  #openhouse .post li {
    font-family: 'Questrial', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    margin: 0 0 20px;
  }

  #openhouse .thumb {
    margin: 0 0 10px;
  }

  #openhouse .close .no {
    background: #000;
    padding: 0 12px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
  }

  #openhouse .open .no {
    background: #DC747C;
    padding: 0 12px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
  }

  #openhouse .number .close {
    display: none;
  }

  #openhouse .number .open {
    background: #DC747C;
    color: #fff;
    padding: 3px 10px;
  }

  #openhouse .name {}

  #openhouse .day .open {}

  #openhouse .sp2col li:nth-child(2n) .number {
    font-size: 10px;
    padding: 0 !important;
    background: none !important;
    color: #fff;
    margin: 0 0 5px 0 !important;
    display: inline-block;
  }

  #openhouse .sp2col li:nth-child(2n+1) .number {
    font-size: 10px;
    padding: 0 !important;
    background: none !important;
    color: #fff;
    margin: 0 0 5px 0 !important;
    display: inline-block;
  }

  #openhouse .sp2col li:nth-child(2n) .name {
    padding: 0;
    font-size: 11px;
  }

  #openhouse .sp2col li:nth-child(2n+1) .name {
    padding: 0;
    font-size: 11px;
  }

  #openhouse {
    margin-bottom: 20%;
  }

  /* project */
  #project h2 {
    margin-bottom: 40px;
  }

  #project dd {
    text-align: center;
  }

  #project .ttl {
    border-bottom: 1px solid #000;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #project .col2 dl {
    margin-bottom: 30px;
  }

  #project .col2 dt {
    margin-bottom: 10px;
  }

  #project .col3 {
    overflow: hidden;
  }

  #project .col3 dl {
    margin-bottom: 30px;
  }

  #project .col3 dt {
    margin-bottom: 10px;
  }

  /* event */
  #event {
    overflow: hidden;
  }

  #event h2 {
    margin-bottom: 0;
  }

  #event h2 .image img {
    width: 80%;
  }

  #event h2 .event-illust {}

  #event .event-illust img {
    width: 75%;
  }

  #event .contentsttl {
    font-size: 24px;
    color: #A39872;
    text-align: center;
    margin-bottom: 20px;
  }

  #event .contentsttl .ttl-jp {
    font-size: 14px;
    font-style: normal;
  }

  #event .title {
    position: relative;
    margin-bottom: 20px;
  }

  #event .title .day .orange {
    display: inline-block;
    background: #F09656;
    color: #fff;
    padding: 3px 6px;
    margin-right: 15px;
  }

  #event .title .day .pink {
    display: inline-block;
    background: #DC747C;
    color: #fff;
    padding: 3px 6px;
    margin-right: 15px;
  }

  #event .title .day .green {
    display: inline-block;
    background: #65A0AD;
    color: #fff;
    padding: 3px 6px;
    margin-right: 15px;
  }

  #event .title .day .blue {
    display: inline-block;
    background: #8d9abc;
    color: #fff;
    padding: 3px 6px;
    margin-right: 15px;
  }

  #event .title .day .purple {
    display: inline-block;
    background: #cb9ebd;
    color: #fff;
    padding: 3px 6px;
    margin-right: 15px;
  }

  #event .title .day {
    margin-bottom: 20px;
    border: 3px double #A39872;
    padding: 4px 6px;
  }

  #event .title .eventttl,
  #event .title .eventttl-end {
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #A39872;
    padding-bottom: 12px;
  }

  #event .sns {
    margin-bottom: 10px;
    overflow: hidden;
  }

  #event .sns div {
    float: right;
    margin-left: 10px;
    width: 70px;
  }

  #event .eventinfo .guest {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #A39872;
  }

  #event .eventinfo .guest .thumb {
    margin-bottom: 10px;
  }

  #event .eventinfo .thumbtext {
    text-align: center;
    margin-top: 10px;
  }

  #event .eventinfo .guest .teacher {
    text-align: center;
    color: #A39872;
    font-size: 16px;
    margin-bottom: 10px;
  }

  #event .eventinfo .guest .job {
    border-top: 1px solid #A39872;
    padding-top: 10px;
    text-align: center;
  }

  #event .eventinfo .guest .name {
    font-size: 18px;
    text-align: center;
  }

  #event .eventinfo .guest .kana {
    border-bottom: 1px solid #A39872;
    padding-bottom: 10px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }

  #event .eventinfo .detail {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #A39872;
  }

  #event .info_txt {
    text-align: center;
    color: #A39872;
    font-size: 12px;
    margin-bottom: 20px;
  }

  #event .info_txt br {
    display: none;
  }

  #event .eventinfo .txt {
    margin-bottom: 20px;
  }

  #event .eventdetail {
    margin-bottom: 60px;
  }

  #event .eventdetail .ttl {
    text-align: center;
    color: #A39872;
    font-size: 16px;
    margin-bottom: 10px;
  }

  #event .eventdetail .place-img {
    display: table;
    margin-bottom: 20px;
  }

  #event .eventdetail .place-img p {
    display: table-cell;
    width: 50%;
    border: 2px solid #fff;
    margin-bottom: 20px;
  }

  #event .eventdetail table {
    display: block;
  }

  #event .eventdetail tbody {
    display: block;
  }

  #event .eventdetail tr {
    display: block;
  }

  #event .eventdetail th {
    display: block;
    border-bottom: 1px solid #A39872;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #A39872;
  }

  #event .eventdetail tr {
    display: block;
    margin-bottom: 20px;
  }

  #event .form-btn {
    /*position: absolute;
	top: 90px;
	left: 70px;*/
    width: 100px;
    line-height: 22px;
    background: #DC747C !important;
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 22px;
    font-size: 14px;
    letter-spacing: 0px;
  }

  #event .form-btn a {
    padding: 0 0 0 10px;
    color: #fff;
    display: block;
    background: url(/wp-content/themes/iemoto/img/listback-arw-white-btm.png) no-repeat left center;
    background-position: 17px;
    text-decoration: none;
  }

  /* how_to_request */
  #how_to_request {
    overflow: hidden;
  }

  #how_to_request h2 {
    margin-bottom: 0;
  }

  #how_to_request h2 .image img {
    width: 80%;
  }

  #how_to_request h2 .event-illust {}

  #how_to_request .event-illust img {
    display: none;
  }

  #how_to_request h2 .image {
    width: 100%;
    margin: 0 auto 0px;
  }

  #how_to_request .content {
    margin: 0 auto;
  }

  #how_to_request h3.ttl {
    text-align: center;
    border: 4px double #A39872;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 10px 14px;
    font-weight: normal;
  }

  #how_to_request h4.subttl {
    text-align: left;
    border-bottom: 1px solid #A39872;
    margin-top: 50px;
    font-size: 14px;
    padding-bottom: 8px;
    font-weight: bold;
    color: #A39872;
  }

  #how_to_request h5.subttl {
    text-align: left;
    margin-top: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #A39872;
  }

  #how_to_request .list li {
    font-size: 12px;
    margin-top: 2px;
    position: relative;
    padding-left: 14px;
  }

  #how_to_request .list li:before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
    color: #A39872;
  }

  #how_to_request .list li:first-child {
    margin-top: 10px;
  }

  #how_to_request .text {
    font-size: 12px;
    margin-top: 10px;
  }

  /* works */
  #works .link {
    overflow: hidden;
    margin-bottom: 20px;
  }

  #works .link li {
    width: 33.3%;
    float: left;
    text-align: center;
  }

  #works .link li a {
    background: url(/wp-content/themes/iemoto/img/works-link-arw.gif) no-repeat left center;
    background-size: 4px;
    padding-left: 8px;
  }

  #works .box {
    margin-bottom: 50px;
  }

  #works .box .post {}

  #works .box .interia-post {
    margin-bottom: 20px;
  }

  #works .box .br_ttl {
    font-size: 10px;
    margin-top: 4px;
  }

  #works .box .hanbrand {
    font-size: 10px;
  }

  #works .box .thumb {
    margin-bottom: 10px;
  }

  #works .box .info {
    font-size: 10px;
  }

  #works-post .image,
  #with_artist-post .image {
    margin-bottom: 10px;
  }

  #works-post .slider,
  #with_artist-post .slider {
    margin: 0;
  }

  #works-post .bx-viewport,
  #with_artist-post .bx-viewport {
    margin-bottom: 10px;
  }

  #works-post .bx-pager,
  #with_artist-post .bx-pager {
    overflow: hidden;
    width: 280px;
    margin: 0 auto;
  }

  #works-post .bx-pager .bx-pager-item,
  #with_artist-post .bx-pager .bx-pager-item {
    width: 60px;
    float: left;
    margin: 0 5px;
  }

  #works-post .bx-pager .bx-pager-item img,
  #with_artist-post .bx-pager .bx-pager-item img {
    width: 100px;
  }

  #works-post .copy {
    text-align: left;
    margin: 10% 0 6%;
    font-size: 18px;
  }

  #works-post .text {
    margin-bottom: 60px;
    line-height: 2;
  }

  #works-post .text br {
    display: none;
  }

  #works-post .spec {
    margin-bottom: 30px;
  }

  #works-post .spec li {
    margin-bottom: 20px;
  }

  #works-post .spec .midashi {
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
  }

  #works-post .spec .txt {
    width: 280px;
  }

  #works-post .madori-ttl {
    text-align: center;
  }

  #works-post .flex-control-nav,
  #with_artist-post .flex-control-nav {
    overflow: hidden;
    display: none;
    bottom: 0;
  }

  #works-post .flex-control-nav li,
  #with_artist-post .flex-control-nav li {
    margin: 0 1% 0 0;
    display: block;
    float: left;
    width: 19%;
    zoom: 1;
  }

  .flex-direction-nav .flex-next {
    background: url(/wp-content/themes/iemoto/img/arrow_right.png) no-repeat right center;
    text-indent: 9999px;
  }

  .flex-direction-nav .flex-prev {
    background: url(/wp-content/themes/iemoto/img/arrow_left.png) no-repeat left center;
    text-indent: -9999px;
  }

  #works .list {
    text-align: center;
    margin: 40px 0;
    font-size: 79%;
    clear: left;
  }

  #works .list a {
    color: #000;
    text-align: center;
    line-height: 1;
    padding: 8px 26px;
    display: inline;
    background: #FFF;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #000 !important;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat 85px center;
    background-size: 4px;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 11px;
  }

  #works .list a:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid black;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #FFF !important;
    text-decoration: none !important;
    background: #000 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat 85px center;
    background-size: 4px;
  }

  #works .shop .name a {
    display: inline-block;
    background: url(/wp-content/themes/iemoto/img/blank.gif) no-repeat right center;
    padding-right: 20px;
  }

  #reform {
    margin-top: -110px;
    padding-top: 110px;
  }

  #newhouse {
    margin-top: -110px;
    padding-top: 110px;
  }

  #newhouse h3 {
    margin-bottom: 10px
  }

  #newhouse .caption {
    font-size: 10px;
    margin-bottom: 20px;
    text-align: center;
  }

  #shop {
    margin-top: -110px;
    padding-top: 110px;
  }

  #works ul {
    font-size: 0;
  }

  .works-nav {
    margin: 30px 0 20px;
    width: auto;
    text-align: center;
  }

  .works-nav ul {
    text-align: center;
    margin: 0 -5px;
  }

  .works-nav ul li {
    float: none;
    display: inline-block;
    font-family: sans-serif;
    width: 50%;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .works-nav ul li a {
    display: block;
    padding: 5px 0px;
    text-align: center;
    border: 1px solid #000;
  }

  #works .box .post .blackout {
    display: none;
  }

  .works-nav ul li a span.jp {
    display: none;
  }

  .works-nav ul li a span.en {
    display: block;
  }

  .works-nav ul li a.active span.jp {
    display: block;
  }

  .works-nav ul li a.active span.en {
    display: none;
  }

  .works-nav ul li a span.jp {
    display: none;
  }

  .works-nav ul li a.active {
    background: #000;
    color: #fff;
  }

  /* sitemap */
  #sitemap {}

  #sitemap .inr {}

  #sitemap .col2 {
    margin-bottom: 40px;
  }

  #sitemap .col2 .box {}

  #sitemap .col2 .col-l {
    margin-bottom: 30px;
  }

  #sitemap .col2 .col-l .fl-L {
    float: none;
  }

  #sitemap .col2 .col-r {}

  #sitemap .col3 {}

  #sitemap .col3 .col-l {
    margin-bottom: 30px;
  }

  #sitemap .col3 .col-r {
    margin-bottom: 30px;
  }

  #sitemap .caption {
    font-size: 10px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
  }

  #sitemap li {
    margin-bottom: 14px;
  }

  #sitemap li a {
    font-weight: bold;
  }

  #sitemap li>ul {
    margin-top: 10px;
  }

  #sitemap li ul li {
    margin: 0 0 10px 20px;
  }

  #sitemap li ul li:before {
    content: '・';
  }

  #sitemap li ul li a {
    font-weight: normal;
  }

  #sitemap .ttl {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
  }

  #sitemap .facebook {
    background: url(/wp-content/themes/iemoto/img/sitemap-facebook.gif) no-repeat left top;
    padding-left: 26px;
  }

  #sitemap .twitter {
    background: url(/wp-content/themes/iemoto/img/sitemap-twitter.gif) no-repeat left top;
    padding-left: 26px;
  }

  #sitemap .instagram {
    background: url(/wp-content/themes/iemoto/img/sitemap_instagram.gif) no-repeat left top;
    padding-left: 26px;
  }

  #sitemap .toryoe {
    background: url(/wp-content/themes/iemoto/img/icon_toryoe.png) no-repeat left top;
    padding-left: 26px;
  }

  #sitemap .col3 .ttl {
    position: relative;
  }

  #sitemap .col3 .ttl a {
    background: url(/wp-content/themes/iemoto/img/sitemap-arw.gif) no-repeat left center;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 3px;
    padding-left: 14px;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
  }

  /* kizuki */
  #kizuki .image {
    margin-bottom: 90px;
  }

  #kizuki .image {
    margin-bottom: 40px;
  }

  #kizuki .post {
    font-size: 0;
  }

  #kizuki .sns {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }

  #kizuki .sns>* {
    width: 48%;
  }

  /* method */
  #method {
    max-width: 640px;
    overflow: hidden;
    clear: both;
    margin: 0 auto 50px !important;
  }

  #method .col-3 .element {
    width: 100%;
    padding-top: 20px;
  }

  #method .element {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  #method .element a {
    text-decoration: none;
    display: block;
    padding: 0 40px;
  }

  #method .element a:hover {}

  #method .element a .btn {
    font-size: 11px;
    color: #000;
    text-align: center;
    line-height: 1;
    padding: 10px 36px;
    width: 100%;
    margin: 0 auto 20px;
    background: #FFF;
    border: 1px solid #000;
    display: block;
    vertical-align: top;
    text-decoration: none;
    color: #000 !important;
    background: url(/wp-content/themes/iemoto/img/listback-arw-black.png) no-repeat 97% center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #method .element a:hover .btn {
    color: white;
    text-decoration: none;
    border: 1px solid black;
    vertical-align: top;
    text-decoration: none;
    color: #FFF !important;
    text-decoration: none !important;
    background: #000 url(/wp-content/themes/iemoto/img/listback-arw-white.png) no-repeat 97% center;
  }

  #method .num {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #000;
    color: #b2b2b2;
    line-height: 40px;
    text-align: center;
    font-style: italic;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -0.15em;
  }

  #method .ttl {
    text-align: center;
    margin-top: 15px;
    font-size: 22px;
  }

  #method .txt {
    margin: 15px auto;
    width: 100%;
    font-size: 12px;
    padding: 0 40px;
    /* aタグ設置時にトル */
  }

  #method .col-2 .element {
    width: 100%;
    padding-top: 20px;
  }

  /* method */
  .method-block {
    width: auto;
    margin: 0 auto 50px;
  }

  .method-block .num {
    width: 40px;
    height: 40px;
    margin: 0px auto 0;
    background: #000;
    color: #b2b2b2;
    line-height: 40px;
    text-align: center;
    font-style: italic;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -0.15em;
  }

  .method-block .ttl {
    text-align: center;
    margin-top: 15px;
    font-size: 22px;
  }

  .method-block .txt {
    margin: 35px auto;
    width: 200px;
    font-size: 12px;
  }

  .method-block .btn {
    margin: auto;
    margin-top: 20px;
    border: 1px solid #000;
    background-image: url(/wp-content/themes/iemoto/img/arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-background-position: right 10px center;
    display: block;
    width: 200px;
    transition: all 0.2s ease;
  }

  .method-block .btn a {
    display: block;
    padding: 10px 0px;
    text-align: center;
  }

  .method-block .btn a:hover {
    text-decoration: none;
  }

  .method-block .btn:hover {
    opacity: 1;
  }

  .method-block .method-nav {
    margin: 30px 0px 20px;
    width: auto;
    font-size: 0;
    text-align: center;
  }

  .method-block .method-nav.hiddennav {
    display: none;
  }

  .method-block .method-nav ul {
    text-align: center;
    margin: 0 -5px;
  }

  .method-block .method-nav ul:after {
    content: "";
    clear: both;
    display: table;
    margin: 0;
  }

  .method-block .method-nav ul li {
    float: none;
    display: inline-block;
    width: 50%;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .method-block .method-nav.col2 ul li {
    float: none;
    display: inline-block;
    width: 50%;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .method-block .method-nav ul li:last-child {
    margin-right: 0%;
  }

  .method-block .method-nav ul li a {
    display: block;
    padding: 5px 0px;
    text-align: center;
    border: 1px solid #000;
  }

  .method-block .method-nav ul li a.active {
    background-color: #000;
    color: #fff;
  }

  .method-block .method-nav ul li a:hover {
    /*  background-color: #000;
  color: #fff;*/
    text-decoration: none;
  }

  .method-block .method-content-base {
    padding: 0px;
    margin: 0px;
    width: auto;
    position: relative;
  }

  .method-block .method-content-base {}

  .method-block .method-content {
    width: auto;
    overflow: hidden;
    clear: both;
    padding: 40px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
  }

  .method-block .method-nav.hiddennav+.method-content {
    margin-top: 30px;
  }

  .method-block .method-content .method-content__col h2 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }

  .method-block .method-content .method-content__col h2 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    line-height: 2;
  }

  .method-block .method-content .method-content__col p {
    text-align: left;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    line-height: 2;
  }

  .method-block .method-content .method-content__col div {
    margin-bottom: 60px;
    text-align: center;
  }

  .method-block .method-content .method-content__col div:last-child {
    margin-bottom: 0px;
  }

  .method-block .method-content .method-content__col div img {
    width: auto;
    margin: 30px 0px 0px;
  }

  .method-block .method-content .method-content__col div span {
    font-size: 20px;
    width: 200px;
    border-bottom: 1px dotted #000;
    padding: 10px 0px;
    text-align: center;
    margin: 20px auto;
    display: block;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    letter-spacing: 0.1em;
  }

  .method-block .method-content .method-content__col div span strong {
    font-size: 34px;
    font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: normal;
    line-height: 0px;
  }

  .method-block .method-content .method-content__col div dl {
    margin: 20px auto 40px;
    width: auto;
  }

  .method-block .method-content .method-content__col div dl:after {
    content: "";
    clear: both;
    display: table;
    margin: 0;
  }

  .method-block .method-content .method-content__col div dl dt {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    float: none;
  }

  .method-block .method-content .method-content__col div dl dt img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    margin: 0 10px 0 0;
    float: left;
  }

  .method-block .method-content .method-content__col div dl dt h3 {
    border-top: 0px;
    border-bottom: 0px;
    font-size: 16px;
    padding: 0px;
    line-height: 48px;
    margin-bottom: 0px;
    text-align: left;
  }

  .method-block .method-content .method-content__col div dl dt h3.line2 {
    line-height: 48px;
  }

  .method-block .method-content .method-content__col div dl dd {
    width: auto;
    float: left;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size: 13px;
    line-height: 2;
    text-align: left;
  }

  .method-block .method-content .method-content__col div>h3 {
    margin: 0 auto;
    border-top: 0px;
    border-bottom: 1px dotted #000;
    margin-bottom: 0px;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    padding: 0px 0px 5px;
    margin-top: 30px;
  }

  .method-block .method-content .method-content__col div>h3+p {
    line-height: 2;
    margin-top: 15px;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  .method-block .method-content .method-content__col div ul {
    width: 300px;
    margin: 30px auto;
  }

  .method-block .method-content .method-content__col div ul:after {
    content: "";
    clear: both;
    display: table;
  }

  .method-block .method-content .method-content__col div ul li {
    text-align: center;
    float: left;
    width: 95px;
    height: 100px;
    margin-right: 7px;
    margin-bottom: 18px;
  }

  .method-block .method-content .method-content__col div ul li:nth-of-type(3n) {
    margin-right: 0px;
  }

  .method-block .method-content .method-content__col div ul li img {
    width: auto;
  }

  .method-block .method-content .method-content__col div .imgset {
    margin: 30px 0px;
  }

  .method-block .method-content .method-content__col div .imgset:after {
    content: "";
    clear: both;
    display: table;
    margin: 0;
  }

  .method-block .method-content .method-content__col div .imgset picture {
    width: 50%;
    float: left;
    padding: 1px;
  }

  .method-block .method-content .method-content__col div .imgset img {
    margin: 0px;
  }

  .method-block .method-content .method-content__col div .clublist {
    width: auto;
    margin: 0 auto;
  }

  .method-block .method-content .method-content__col div .clublist:after {
    content: "";
    clear: both;
    display: table;
    margin: 0;
  }

  .method-block .method-content .method-content__col div .clublist dl {
    width: auto;
    margin: 0px 0px;
    float: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .method-block .method-content .method-content__col div .clublist dl dt {
    width: 50%;
    margin-right: 0px;
    padding-right: 10px;
    border-right: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
  }

  .method-block .method-content .method-content__col div .clublist dl dt img {
    width: 100%;
    height: auto;
    margin: 0px;
  }

  .method-block .method-content .method-content__col div .clublist dl dd {
    width: 50%;
  }

  .method-block .method-content .method-content__col div .clublist dl dd p {
    display: table-cell;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 20px;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: auto;
  }

  .method-block .method-content .method-content__col div .clublist dl dd p>span {
    font-size: 12px;
    width: 100%;
    display: block;
    border-top: 1px solid #000;
    border-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1.6;
    padding-bottom: 0px;
  }

  .method-block .method-content .method-content__col .method-content__nestcol {
    border-top: 1px solid #000;
    padding: 30px 0px 0px;
  }

  .method-block .method-content .method-content__col .award-list {
    width: auto;
    margin: 0px auto 20px;
  }

  .method-block .method-content .method-content__col .award-list dl {
    margin-bottom: 20px;
  }

  .method-block .method-content .method-content__col .award-list dl dt {
    width: 16%;
    font-size: 12px;
    line-height: 32px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
    font-style: italic;
    display: block;
    float: left;
    border-right: 0px;
    padding-right: 10px;
    /*background-color: red;*/
    text-align: right;
    border-bottom: 0px;
  }

  .method-block .method-content .method-content__col .award-list dl dt:after {
    content: "―";
    margin-left: 5px;
  }

  .method-block .method-content .method-content__col .award-list dl dd {
    width: 84%;
    display: block;
    float: left;
    text-align: left;
  }

  .method-block .method-content .method-content__col .award-list dl dd h4 {
    font-size: 13px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 32px;
    margin-bottom: 5px;
  }

  .method-block .method-content .method-content__col .award-list dl dd h4+p {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    border-left: 2px solid #000;
    padding-left: 10px;
    margin-left: 7px;
  }

  /* realestate */
  #realestate {}

  #realestate .linkbnr {}

  #realestate .linkbnr>div {
    width: 100%;
  }

  #realestate .linkbnr .modelhouse-link {
    background: #cfdae5;
    margin-bottom: 40px;
  }

  #realestate .linkbnr .landestate-link {
    background: #e5dbcf;
  }

  #realestate .linkbnr .linkbnr-meta {
    margin-top: 40px;
    text-align: center;
  }

  #realestate .linkbnr .linkbnr-meta .en {
    font-size: 22px;
    font-family: 'Prata', serif;
    letter-spacing: .025em;
  }

  #realestate .btn {
    text-align: center;
    padding: 15px 0 30px;
  }

  #realestate .btn a {
    font-size: 11px;
    color: #000;
    text-align: center;
    line-height: 1;
    padding: 10px 36px;
    display: inline;
    background-color: #000;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fff !important;
    background-image: url(/wp-content/themes/iemoto/img/listback-arw-white.png);
    background-repeat: no-repeat;
    background-position: 110px center;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  }

  #realestate .btn a:hover {
    text-decoration: none;
    border: 1px solid black;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-color: #fff;
    color: #000 !important;
    text-decoration: none !important;
    background-image: url(/wp-content/themes/iemoto/img/listback-arw-black.png);
  }

  #realestate .shop .name a {
    display: inline-block;
    background: url(/wp-content/themes/iemoto/img/blank.gif) no-repeat right center;
    padding-right: 20px;
  }

  #realestate ul {
    font-size: 0;
  }

  #realestate .post {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 15px 0;
  }

  #realestate .post:nth-child(2n) {
    padding: 0 0 15px 5px;
  }

  #realestate .post .label {
    margin-top: 10px;
    padding: 3px 15px;
    display: inline-block;
    font-size: 11px;
  }

  #realestate.modelhouse .post .label {
    background: #d1dae3;
  }

  #realestate.landestate .post .label {
    background: #e5dbcf;
  }

  #realestate .post .name {
    margin-top: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    font-size: 14px;
  }

  #realestate .post .info {
    font-size: 11px;
    margin-top: 8px;
  }

  #realestate-post .image {
    margin-bottom: 10px;
  }

  #realestate-post .slider {
    margin: 0;
  }

  #realestate-post .bx-viewport {
    margin-bottom: 10px;
  }

  #realestate-post .bx-pager {
    overflow: hidden;
    width: 280px;
    margin: 0 auto;
  }

  #realestate-post .bx-pager .bx-pager-item {
    width: 60px;
    float: left;
    margin: 0 5px;
  }

  #realestate-post .bx-pager .bx-pager-item img {
    width: 100px;
  }

  #realestate-post .flex-control-nav {
    overflow: hidden;
    padding: 0 20px;
    bottom: 0;
  }

  #realestate-post .flex-control-nav li {
    margin: 0 1% 0 0;
    display: block;
    float: left;
    width: 19%;
    zoom: 1;
  }

  #realestate-post .flex-next {
    background: url(/wp-content/themes/iemoto/img/arrow_right.png) no-repeat right center;
    text-indent: 9999px;
  }

  #realestate-post .flex-prev {
    background: url(/wp-content/themes/iemoto/img/arrow_left.png) no-repeat left center;
    text-indent: -9999px;
  }

  #realestate-post.content h3 {
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 35px;
    text-align: center;
  }

  #realestate-post .copy {
    text-align: center;
    margin-top: 70px;
    letter-spacing: .15em;
    text-indent: .15em;
  }

  #realestate-post .copy .label {
    display: inline-block;
    padding: 6px 15px;
  }

  #realestate-post.modelhouse .copy .label {
    background: #d1dae3;
  }

  #realestate-post.landestate .copy .label {
    background: #e5dbcf;
  }

  #realestate-post .copy .copy-small {
    margin-top: 25px;
    font-size: 10px;
  }

  #realestate-post .copy .copy-large {
    margin-top: 8px;
    font-size: 22px;
    letter-spacing: .25em;
    text-indent: .25em;
  }

  #realestate-post .outline {
    margin-top: 70px;
  }

  #realestate-post .outline .txt {
    text-align: center;
    line-height: 2.0;
    width: 80%;
    margin: 0 auto;
  }

  #realestate-post .outline .txt br {
    display: none;
  }

  #realestate-post .spec {
    width: 100%;
    margin: 40px auto 0;
  }

  #realestate-post .spec li {
    margin-bottom: 15px;
  }

  #realestate-post .spec .midashi {
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
  }

  #realestate-post .spec .txt {}

  #realestate-post .floorplan {
    margin-top: 70px;
  }

  #realestate-post .floorplan .img {
    max-width: 800px;
    width: auto;
    margin: 30px auto 0;
  }

  #realestate-post .plot {
    margin-top: 70px;
  }

  #realestate-post .plot .img {
    max-width: 800px;
    width: auto;
    margin: 30px auto 0;
  }

  #realestate-post .access {
    margin-top: 70px;
  }

  #index .topics .cat span:nth-of-type(2) {
    display: none;
  }

  .data-ans br {
    display: none;
  }

  .follow-banner {
    z-index: 9999;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    background: red;
    /*padding: 20px;*/
  }

  #header-top .col nav li a span.jp {
    display: none;
  }

  #header-top .col nav li a:hover {
    /*display: inline-block;
    animation-duration: 0.4s;
    animation-name: fade-in;
    -moz-animation-duration: 0.4s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: fade-in;*/
  }

  #header-top .col nav li a:hover span.en {
    display: none;
  }

  #header-top .col nav li a:hover span.jp {
    display: inline-block;
  }

  @-moz-keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }

    1% {
      display: block;
      opacity: 0;
    }

    100% {
      display: block;
      opacity: 1;
    }
  }

  @-webkit-keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }

    1% {
      display: block;
      opacity: 0;
    }

    100% {
      display: block;
      opacity: 1;
    }
  }

  @media only screen and (max-width:980px) {
    #header-top .col nav li a:hover span.jp {
      display: none;
    }

    #header-top .col nav li a:hover span.en {
      display: inline-block;
    }
  }

  @media only screen and (max-width:500px) {
    #header-top.pages {
      height: 130px;
    }
  }

  /* end added amd 0214 */
  /*	max-width:980pxここまで
----------------------------------------------------*/
}


/* CSR css追記 20181030 */

#csr {}

#csr .intro .intro-text {
  text-align: center;
  font-size: 24px;
  letter-spacing: .15em;
}

#csr .copy {
  margin-top: 50px;
}

#csr .copy .copy-heading {
  text-align: center;
  font-size: 18px;
  letter-spacing: .15em;
}

#csr .copy .copy-text {
  margin-top: 25px;
  font-size: 11px;
  line-height: 2;
  letter-spacing: .15em;
}

#csr .detail {
  margin-top: 35px;
}

#csr .detail .detail-item {
  width: 100%;
  max-width: 354px;
}

#csr .detail .detail-item__num {
  margin: 15px auto 0;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background-color: #000;
  font-size: 13px;
  font-style: italic;
  color: #b2b2b2;
  border-radius: 50%;
  letter-spacing: .05em;
}

#csr .detail .detail-item__heading {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .15em;
}

#csr .detail .detail-item__text {
  margin-top: 15px;
  font-size: 11px;
  line-height: 2;
  letter-spacing: .05em;
}

#csr .materiality {
  margin-top: 100px;
}

#csr .materiality .materiality-heading {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .15em;
}

#csr .process {
  margin-top: 50px;
}

#csr .process .process-heading {
  font-size: 18px;
  text-align: center;
  line-height: 1;
  letter-spacing: .15em;
}

#csr .process .process-text {
  margin-top: 15px;
  font-size: 11px;
  line-height: 2;
  letter-spacing: .15em;
}

#csr .step {
  margin-top: 35px;
}

#csr .step .step-heading {
  border-bottom: 1px dotted #000;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 150px;
  text-align: center;
  font-size: 18px;
  letter-spacing: .15em;
  text-indent: .15em;
  line-height: 1;
  letter-spacing: .15em;
}

#csr .step .step-heading:nth-child(n+2) {
  margin-top: 35px;
}

#csr .step .step-text {
  margin-top: 12px;
  font-size: 11px;
  line-height: 2;
  letter-spacing: .15em;
}

#csr .step .step-text.is-step1 {
  text-align: center;
}

#csr .materiality .materiality-pic {
  margin: 20 px auto 0;
  width: 100%;
  max-width: 891px;
}

#csr .sdgs {
  margin-top: 90px;
}

#csr .sdgs .sdgs-heading {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .15em;
}

#csr .sdgs .sdgs-text {
  text-align: center;
  margin-top: 45px;
  font-size: 18px;
  letter-spacing: .15em;
}

#csr .sdgs .sdgs-pic {
  margin: 40px auto 0;
  /* padding-bottom: 45px; */
  width: 100%;
  max-width: 891px;
}

#csr .sdgs .sdgs-case {
  margin-top: 35px;
}

#csr .sdgs .sdgs-case_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 891px;
}

#csr .sdgs .sdgs-case_wrapper {
  margin-top: 35px;
}

#csr .sdgs .sdgs-case_wrapper:first-child {
  margin-top: 0px;
}

#csr .sdgs .sdgs-case_ttl {
  position: relative;
  padding-bottom: 20px;
  font-size: 22px;
  text-align: center;
}

#csr .sdgs .sdgs-case_ttl span {
  display: block;
  font-size: 24px;
  font-style: italic;
}

#csr .sdgs .sdgs-case_ttl:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  background-color: #000;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sdgs-case_main {
  margin-top: 25px;
}

.sdgs-case_main_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sdgs-case_main_imgs {
  width: 100%;
}

.sdgs-case_main_txts {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.sdgs-case_main_imgs_main {
  margin-bottom: 10px;
}

.sdgs-case_main_imgs_sub {
  display: flex;
  justify-content: space-between;
}

.sdgs-case_main_imgs_sub_item {
  width: calc((100% - 10px) / 2);
}

.sdgs-case_main_txts_txt {
  width: 100%;
  font-size: 13px;
  letter-spacing: .05em;
  font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
}

.sdgs-case_main_txts_txt p {
  margin-bottom: 30px;
}

.sdgs-case_main_txts_txt p:last-child {
  margin-bottom: 0;
}

.sdgs-case_main_txts_logo {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 0;
  max-width: 420px;
  width: 100%;
}

.sdgs-case_main_txts_logo:before {
  position: absolute;
  display: block;
  top: 50%;
  content: '';
  width: 1px;
  height: 45px;
  background-color: #000;
  transform: translate(-50%, -50%);
}

.op_item3.sdgs-case_main_txts_logo:before {
  left: 38%;
}

_:-ms-lang(x)::-ms-backdrop,
.op_item3.sdgs-case_main_txts_logo:before {
  margin-left: 30px;
}

.op_item4.sdgs-case_main_txts_logo:before {
  left: 31%;
}

_:-ms-lang(x)::-ms-backdrop,
.op_item4.sdgs-case_main_txts_logo:before {
  margin-left: 15px;
}

.sdgs-case_main_txts_logo_img {
  display: flex;
  justify-content: flex-end;
}

.sdgs-case_main_txts_logo_img_item {
  margin-right: 5px;
  width: 55px;
  height: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sdgs-case_main_txts_logo_img_item:last-child {
  margin-right: 0;
}

.sdgs-case_main_txts_logo_img_item.op_img01 {
  background-image: url(img/sdgs_logo_item01.jpg);
}

.sdgs-case_main_txts_logo_img_item.op_img04 {
  background-image: url(img/sdgs_logo_item04.jpg);
}

.sdgs-case_main_txts_logo_img_item.op_img05 {
  background-image: url(img/sdgs_logo_item05.jpg);
}

.sdgs-case_main_txts_logo_img_item.op_img08 {
  background-image: url(img/sdgs_logo_item08.jpg);
}

.sdgs-case_main_txts_logo_img_item.op_img09 {
  background-image: url(img/sdgs_logo_item09.jpg);
}

.sdgs-case_main_txts_logo_img_item.op_img11 {
  background-image: url(img/sdgs_logo_item11.jpg);
}

.sdgs-case_main_txts_logo_img_item.op_img12 {
  background-image: url(img/sdgs_logo_item12.png);
}

.sdgs-case_main_txts_logo_img_item.op_img13 {
  background-image: url(img/sdgs_logo_item13.jpg);
}

.sdgs-case_main_txts_logo_img_item.op_img15 {
  background-image: url(img/sdgs_logo_item15.jpg);
}

.sdgs-case_main_txts_logo_img_item.op_img17 {
  background-image: url(img/sdgs_logo_item17.jpg);
}

.sdgs-initiatives {
  margin: 50px 0 45px;
}

.sdgs-initiatives_ttl {
  font-size: 24px;
  text-align: center;
}

.sdgs-initiatives_lead {
  margin-top: 20px;
  font-size: 13px;
}

.sdgs-initiatives_main {
  margin-top: 35px;
  padding-bottom: 35px;
  background-color: #f8f8f8;
}

.sdgs-initiatives_main_inner {
  margin: 0 auto;
  max-width: 891px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sdgs-initiatives_main_wrapper {
  margin-top: 35px;
  max-width: 375px;
  width: 100%;
}

#csr .sdgs .detail-item__num {
  margin: 0 auto;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background-color: #000;
  font-size: 13px;
  font-style: italic;
  color: #b2b2b2;
  border-radius: 50%;
  letter-spacing: .05em;
}

.sdgs-initiatives_main_ttl {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  letter-spacing: .15em;
  line-height: 1;
}

.sdgs-initiatives_main_img_item {
  margin-top: 15px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sdgs-initiatives_main_img_item.op_img01 {
  background-image: url(img/initiatives_img01.jpg);
}

.sdgs-initiatives_main_img_item.op_img02 {
  background-image: url(img/initiatives_img02.jpg);
}

.sdgs-initiatives_main_img_item.op_img03 {
  background-image: url(img/initiatives_img03.jpg);
}

.sdgs-initiatives_main_img_item.op_img04 {
  background-image: url(img/initiatives_img04.jpg);
}

.sdgs-initiatives_main_img_item.op_img05 {
  background-image: url(img/initiatives_img05.jpg);
}

.sdgs-initiatives_main_img_item:before {
  content: '';
  display: block;
  padding-top: 64%;
  ;
}

.sdgs-initiatives_main_logo {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.sdgs-initiatives_main_logo_item {
  margin-right: 5px;
  width: 55px;
  height: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sdgs-initiatives_main_logo_item:last-child {
  margin-right: 0;
}

.sdgs-initiatives_main_logo_item.op_img01 {
  background-image: url(img/sdgs_logo_item01.jpg);
}

.sdgs-initiatives_main_logo_item.op_img05 {
  background-image: url(img/sdgs_logo_item05.jpg);
}

.sdgs-initiatives_main_logo_item.op_img08 {
  background-image: url(img/sdgs_logo_item08.jpg);
}

.sdgs-initiatives_main_logo_item.op_img09 {
  background-image: url(img/sdgs_logo_item09.jpg);
}

.sdgs-initiatives_main_logo_item.op_img13 {
  background-image: url(img/sdgs_logo_item13.jpg);
}

.sdgs-initiatives_main_logo_item.op_img15 {
  background-image: url(img/sdgs_logo_item15.jpg);
}

@media print,
screen and (max-width: 770px) {
  #csr br.pc {
    display: none;
  }

  #csr .detail .detail-item:nth-child(n+2) {
    margin-top: 35px;
  }

  #csr .materiality .materiality-pic.pc {
    display: none;
  }

  #csr .sdgs .sdgs-pic.pc {
    display: none;
  }
}

@media print,
screen and (min-width: 770px) {
  #csr .intro .intro-text {
    font-size: 34px;
  }

  #csr .copy {
    margin-top: 80px;
  }

  #csr .copy .copy-heading {
    font-size: 22px;
  }

  #csr .copy .copy-text {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
  }

  #csr .detail {
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 80px auto 0;
    width: 770px;
  }

  #csr .detail .detail-item {
    width: 352px;
  }

  #csr .detail .detail-item:nth-child(n+3) {
    margin-top: 110px;
  }

  #csr .detail .detail-item__num {
    margin-top: 30px;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }

  #csr .detail .detail-item__heading {
    margin-top: 25px;
    font-size: 22px;
    letter-spacing: .15em;
  }

  #csr .detail .detail-item__text {
    margin-top: 20px;
    font-size: 13px;
  }

  #csr .materiality {
    margin-top: 165px;
  }

  #csr .materiality .materiality-heading {
    font-size: 34px;
  }

  #csr .process {
    margin-top: 75px;
  }

  #csr .process .process-heading {
    margin-top: 75px;
    font-size: 22px;
  }

  #csr .process .process-text {
    margin-top: 24px;
    text-align: center;
    font-size: 13px;
  }

  #csr .step {
    margin-top: 70px;
  }

  #csr .step .step-heading {
    border-bottom: 1px dotted #000;
    padding-bottom: 12px;
    width: 298px;
    font-size: 22px;
  }

  #csr .step .step-heading:nth-child(n+2) {
    margin-top: 70px;
  }

  #csr .step .step-text {
    margin-top: 25px;
    text-align: center;
    font-size: 13px;
  }

  #csr .materiality .materiality-pic {
    margin: 65px auto 0;
  }

  #csr .materiality .materiality-pic.sp {
    display: none;
  }

  #csr .sdgs {
    margin-top: 170px;
  }

  #csr .sdgs .sdgs-heading {
    font-size: 34px;
  }

  #csr .sdgs .sdgs-text {
    margin-top: 80px;
    font-size: 22px;
  }

  #csr .sdgs .sdgs-pic {
    margin-top: 75px;
    /* padding-bottom: 160px; */
  }

  #csr .sdgs .sdgs-pic.sp {
    display: none;
  }

  #csr .sdgs .sdgs-case {
    margin-top: 150px;
  }

  #csr .sdgs .sdgs-case_wrapper {
    margin-top: 100px;
  }

  #csr .sdgs .sdgs-case_wrapper:first-child {
    margin-top: 0;
  }

  #csr .sdgs .sdgs-case_main_imgs {
    width: 50%;
  }

  #csr .sdgs .sdgs-case_ttl {
    padding-bottom: 35px;
  }

  #csr .sdgs .sdgs-case_ttl span {
    display: inline-block;
    margin-right: 40px;
  }

  #csr .sdgs .sdgs-case_main_txts {
    width: 46.5%;
  }

  #csr .sdgs .sdgs-case_main_txts {
    margin-top: 0;
  }

  #csr .sdgs .sdgs-case_main_txts_logo {
    margin-top: 0;
    align-items: flex-end;
    min-width: 390px;
  }

  #csr .sdgs .sdgs-case_ttl {
    padding-bottom: 35px;
    font-size: 22px;
  }

  #csr .sdgs .sdgs-case_main {
    margin-top: 50px;
  }

  .sdgs-case_main_txts_logo_img_item {
    width: 60px;
    height: 60px;
  }

  .sdgs-initiatives {
    margin: 140px 0 160px;
  }

  .sdgs-initiatives_ttl {
    font-size: 34px;
  }

  .sdgs-initiatives_lead {
    margin-top: 40px;
    line-height: 2;
    text-align: center;
    font-size: 14px;
  }

  .sdgs-initiatives_main {
    margin-top: 60px;
    padding-bottom: 70px;
  }

  .sdgs-initiatives_main_ttl {
    margin-top: 20px;
  }

  .sdgs-initiatives_main_img {
    margin-top: 25px;
  }

  .sdgs-initiatives_main_logo {
    margin-top: 30px;
  }

  .sdgs-initiatives_main_inner:before {
    content: "";
    display: block;
    width: calc(100% / 3 - 40px);
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .sdgs-initiatives_main_inner:after {
    content: "";
    display: block;
    width: calc(100% / 3 - 18px);
  }

  .sdgs-initiatives_main_wrapper {
    margin-top: 70px;
    width: calc((100% - 60px) / 3);
  }

  #csr .sdgs .detail-item__num {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
}


/* CSR css追記 20181030 */

header .inr {
  position: relative;
}

.el_headerLinkButton {
  border: 1px solid #212121;
  background-color: #212121;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 32px;
  padding: 10px 25px;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 14px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  transition: all 200ms ease-out;
  white-space: nowrap;
}

@media screen and (min-width: 771px) {
  .el_headerLinkButton {
    opacity: 0;
    animation: buttonAppear 1000ms ease 1000ms 1 normal forwards running;
  }
}

@media screen and (min-width: 771px) {
  .el_headerLinkButton:hover {
    color: #212121;
    background-color: #fff;
  }

  .el_headerLinkButton:hover:after {
    border: 1px solid #212121;
    border-bottom: none;
    border-left: none;
  }
}

.el_headerLinkButton:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  transition: all 200ms ease-out;
}

.el_headerLinkButton.op_sp {
  display: none;
}

@media screen and (max-width: 770px) {
  .el_headerLinkButton {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
    margin-top: 10px;
    margin-right: 7%;
    width: 86%;
    font-size: 11px;
    padding: 10px 10px;
    color: #fff;
    background-color: #212121;
  }

  .el_headerLinkButton.op_pc {
    display: none;
  }

  .el_headerLinkButton.op_sp {
    display: block;
  }

  .el_headerLinkButton:after {
    border: 1px solid #fff;
    border-bottom: none;
    border-left: none;
    width: 6px;
    height: 6px;
  }
}

.el_headerLinkButton>a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@keyframes buttonAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#worksstore {
  box-sizing: border-box;
  padding-left: 96px;
  padding-right: 96px;
}

@media screen and (max-width: 770px) {
  #worksstore {
    padding-left: 0;
    padding-right: 0;
  }
}

#works #worksstore .post .number.gothic {
  display: none;
}

#works #worksstore .post {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 770px) {
  #works #worksstore .post {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

#works #worksstore .name {
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-right: 20px;
}

@media screen and (max-width: 770px) {
  #works #worksstore .name {
    width: 100%;
    font-size: 18px;
    margin-right: 0;
  }
}

#worksstore .name_eng {
  font-size: 12px;
  padding: 0 0px;
  font-style: italic;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 770px) {
  #worksstore .name_eng {
    padding: 5px 0;
  }
}

#worksstore .year {
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 0 0px;
  margin: 40px 0 25px;
  font-style: italic;
}

@media screen and (max-width: 770px) {
  #worksstore .year {
    margin: 60px 0 15px;
    font-size: 18px;
  }
}

#worksstore .year:first-child {
  margin: 0px 0 25px;
}

@media screen and (max-width: 770px) {
  #worksstore .year:first-child {
    margin: 40px 0 15px;
  }
}

#worksstore .sub_category {
  font-size: 12px;
  padding: 0 0px;
  font-style: italic;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 770px) {
  #worksstore .sub_category {
    padding: 5px 0;
  }
}

#worksstore .sub_category .wrapper:last-child .conma {
  display: none;
}

#worksstore .url {
  font-size: 12px;
  padding: 0 0px;
  font-style: italic;
  word-break: break-all;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 770px) {
  #worksstore .url {
    width: 100%;
  }
}

#worksstore .sep {
  font-size: 12px;
  padding: 0 25px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 770px) {
  #worksstore .sep {
    padding: 0 15px;
  }
}

@media screen and (max-width: 770px) {
  #worksstore .sep.op_pc {
    display: none;
  }
}

.el_enImg {
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.el_enImg:before {
  content: "";
  display: block;
  padding-top: 74%;
}

.hp_coverLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.el_enCat {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0 5px;
  box-sizing: border-box;
}

section.news .el_enCat {
  /*transform: translateY(-50%);*/
  margin-top: -17px;
}

@media print,
screen and (max-width: 769px) {
  section.news .el_enCat {
    margin-top: -11px;
  }
}

#openhouse-post .el_enCat {
  margin-top: -40px;
  margin-bottom: 30px;
}

@media print,
screen and (max-width: 769px) {
  #openhouse-post .el_enCat {
    margin-top: -10px;
    margin-bottom: 30px;
    padding: 0;margin-left: 28px;
  }
}

#openhouse-post .el_enCat .el_enCat_item {
  padding: 3px 10px 1px;
}

@media print,
screen and (max-width: 769px) {
  #openhouse-post .el_enCat .el_enCat_item {
    margin: 0 5px 0 0;
  }
}

.el_enCat.op_acv {
  padding: 10px 0 0 0;
  margin-bottom: 10px;
}

@media print,
screen and (max-width: 769px) {
  .el_enCat.op_acv {
    padding-top: 0;
    margin-bottom: 5px;
  }
}

.el_enCat.op_acv .el_enCat_item {
  margin: 0 10px 0 0;
  padding: 3px 12px 1px;
}

@media print,
screen and (max-width: 769px) {
  .el_enCat.op_acv .el_enCat_item {
    margin: 0 5px 0 0;
    padding: 3px 12px 1px;
  }
}

.el_enCat_item {
  font-size: 10px;
  padding: 3px 10px 1px;
  letter-spacing: 0.1em;
}

@media print,
screen and (min-width: 770px) {
  .el_enCat_item {
    font-size: 12px;
    padding: 7px 15px;
  }
}

.el_enCat_item {
  color: #fff;
  background-color: #666;
  margin: 0 10px 0 0;
  border-radius: 5px;
}

@media print,
screen and (max-width: 769px) {
  .el_enCat_item {
    margin: 0 5px 0 0;
  }
}

.el_enCat_item.op_open {
  background-color: #e8757d;
}

.el_enCat_item.op_toyama {
  background-color: #4f576c;
}

.el_enCat_item.op_ishikawa {
  background-color: #818e70;
}

@media print,
screen and (max-width: 769px) {
  #index .news .list .title.op_noEnCat {
    margin-top: 13px;
  }
}


/*----------------------------------------------------
	top 追加
----------------------------------------------------*/

#index .event {
  margin: 0 20px 90px;
  background-color: #fff;
}

#index .event .txtc {
  margin-bottom: 30px;
}

#index .event .ttl {
  margin-bottom: 15px;
}

.ttlSub {
  font-size: 14px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.bl_eventBk_ttl {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#index .event .list {
  margin-bottom: 20px;
  font-size: 0;
}

#index .event li {
  margin: 0;
  width: 48%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5%;
  position: relative;
}

section.event .el_enCat {
  margin-top: -11px;
}

.bl_eventBk_wrapper_wrapper:first-child {
  margin-bottom: 60px;
}

#index .event .bl_eventBk_wrapper_wrapper:last-child .list {
  margin-bottom: 70px;
}

#index .event li p.title {
  font-size: 10px;
  line-height: 1.6;
}

@media print,
screen and (min-width: 770px) {
  #index .event {
    margin: 0;
    padding-bottom: 100px;
  }

  #index .event .ttl {
    margin-bottom: 25px;
  }

  #index .event .txtc {
    margin-bottom: 50px;
  }

  .ttlSub {
    font-size: 14px;
  }

  .bl_eventBk_ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .bl_eventBk_main_inner {
    margin: 0 auto;
    width: 980px;
  }

  #index .event ul {
    margin-bottom: 40px;
  }

  #index .event li {
    width: 230px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
  }

  section.event .el_enCat {
    margin-top: -17px;
  }

  #index .event .list .title.op_noEnCat {
    margin-top: 25px;
  }

  #index .event .list .title {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 5px;
    display: block;
    float: none;
  }

  #index .event ul:after {
    content: "";
    clear: both;
    display: table;
    margin: 0;
  }

  .bl_eventBk_wrapper_wrapper:first-child {
    margin-bottom: 60px;
  }

  #index .event .bl_eventBk_wrapper_wrapper:last-child .list {
    margin-bottom: 100px;
  }
}

#works .box .thumb {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#works .box .thumb a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#works .box .thumb:before {
  content: "";
  display: block;
  padding-top: 65.9%;
}

@media screen and (max-width: 770px) {
  #pg_works .sp2col li:nth-child(2n) .thumb {
    padding-left: 0;
  }
}

.sdgs-case_main_txts_link .sdgs-case_media_link .__no_media {
  pointer-events: none;
  cursor: none;
}

