@charset "UTF-8";
/*
 Theme Name:   KINARI
 Theme URI:    https://m-kinari.com
 Description:  KINARI用カスタマイズテーマ
*/
html {
  font-size: 16px; }

body {
  font-size: 1rem;
  color: #533b32;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 360px;
  max-width: 100%; }

body select {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

ul {
  list-style: none;
  padding: 0; }

div.scale {
  overflow: hidden; }

.scale:hover img {
  transform: scale(1.3);
  transition-duration: 0.3s; }

img {
  max-width: 100%;
  height: auto; }

.wrapper {
  max-width: 1500px;
  margin: 0 auto; }

.container {
  width: 1100px; }

#fix-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998; }

#estimate {
  position: fixed;
  z-index: 999;
  bottom: 200px;
  right: 0;
  box-sizing: content-box;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl; }
  @media screen and (min-width: 681px) {
    #estimate {
      height: 170px;
      width: 50px; } }
  @media screen and (max-width: 680px) {
    #estimate {
      height: 135px;
      width: 40px; } }
  #estimate a {
    background: #ffe33f;
    color: #533b32;
    font-weight: bold;
    vertical-align: middle;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    border-top: 2px solid #533b32;
    border-bottom: 2px solid #533b32;
    border-left: 2px solid #533b32;
    border-radius: 10px 0 0 10px; }
    @media screen and (min-width: 681px) {
      #estimate a {
        font-size: 1.25rem;
        padding: 20px 8px;
        height: 170px;
        width: 50px; } }
    @media screen and (max-width: 680px) {
      #estimate a {
        font-size: 1rem;
        padding: 14px 5px; } }
  #estimate a:hover {
    background-color: #ffea72;
    text-decoration: none;
    color: #533b32; }

#header-top {
  background-color: #ffe33f;
  overflow: hidden;
  padding: 20px 0 15px; }
  @media screen and (max-width: 680px) {
    #header-top {
      padding: 0; } }
  #header-top h1 {
    margin: 0; }
    @media screen and (max-width: 680px) {
      #header-top h1 {
        padding: 0 5px; } }
  #header-top #header-L {
    float: left; }
    @media screen and (max-width: 680px) {
      #header-top #header-L {
        width: 170px; } }
  #header-top #header-R {
    float: right; }
    #header-top #header-R ul {
      display: table; }
      #header-top #header-R ul li {
        display: table-cell;
        padding-left: 10px;
        vertical-align: top; }
    @media screen and (max-width: 680px) {
      #header-top #header-R ul {
        margin-bottom: 5px; }
        #header-top #header-R ul li {
          width: 60px;
          padding-left: 5px; }
          #header-top #header-R ul li a {
            display: block;
            background-color: #533b32;
            padding: 8px 5px 8px;
            border-radius: 0 0 5px 5px; } }

#gnavi {
  background-color: #533b32;
  position: relative; }
  #gnavi #close_menu {
    position: absolute;
    background-color: #533b32;
    width: 55px;
    height: 60px;
    padding: 7px 3px;
    top: -57px;
    right: 5px; }
  @media screen and (min-width: 681px) {
    #gnavi #close_menu {
      display: none; } }
  @media screen and (max-width: 680px) {
    #gnavi {
      display: none; } }

#header-menu {
  z-index: 99; }
  #header-menu a {
    white-space: nowrap; }
  @media screen and (min-width: 681px) {
    #header-menu div {
      font-size: 1rem;
      /* floatクリア */ }
      #header-menu div > ul {
        position: relative;
        width: 100%;
        height: 46px;
        max-width: 1200px;
        margin: 0 auto; }
        #header-menu div > ul > li {
          float: left;
          height: 46px;
          line-height: 16px;
          padding: 15px 0;
          text-align: center; }
          #header-menu div > ul > li a {
            display: block;
            padding: 0 16px;
            color: #fff; }
          #header-menu div > ul > li a:hover {
            text-decoration: none; }
        #header-menu div > ul > li a {
          border-left: 1px solid #fff; }
        #header-menu div > ul > li:last-child a {
          border-right: 1px solid #fff; }
      #header-menu div li.menu__single > ul {
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        z-index: 1; }
      #header-menu div > ul > li:hover {
        background-color: #735245;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      #header-menu div li.menu__single > ul > li {
        height: 30px;
        line-height: 30px;
        text-align: left; }
      #header-menu div li.menu__single > ul > li a {
        padding-left: 10px;
        color: #533b32; }
      #header-menu div li.menu__single > ul > li a:hover {
        background: #fff; }
      #header-menu div > ul:before,
      #header-menu div > ul:after {
        content: " ";
        display: table; }
      #header-menu div > ul:after {
        clear: both; }
      #header-menu div > ul {
        *zoom: 1; }
      #header-menu div > ul > li.menu__single {
        position: relative; }
      #header-menu div li.menu__single > ul {
        position: absolute;
        top: 30px;
        background: rgba(255, 255, 255, 0.8);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      #header-menu div li.menu__single:hover > ul {
        top: 45px;
        visibility: visible;
        opacity: 1; } }
  @media screen and (max-width: 680px) {
    #header-menu div {
      font-size: 1rem;
      line-height: 35px;
      /*

				li.menu__single:after{
				position: absolute; right: 2px; top:2px;
				content: "\f067";
				font-family: FontAwesome;
				display: block;
				font-weight: normal;
				z-index: 100;
			}	
			li.menu__single.on:after{
				position: absolute; right: 2px; top:2px;
				content: "\f00d";
				font-family: FontAwesome;
				display: block;
				font-weight: normal;	
				z-index: 100;
			}
			.menu ul {
				margin: 0;
			}
			.menu li {
				position: relative;
			}
			*/
      /*.menu li a:hover {
				color: #000;
			}
			 子カテゴリー 
			.menu li ul {
				margin: 0;
			}
			.menu li ul a {
				padding-left: 2em;
			}*/ }
      #header-menu div a {
        color: #fff;
        display: block; }
      #header-menu div > ul {
        padding: 0 20px;
        margin-bottom: 0; }
      #header-menu div > ul > li {
        border-bottom: 1px solid #fff; }
      #header-menu div > ul > li > ul {
        background-color: #877670;
        margin: 0 -40px 0 -20px; }
      #header-menu div > ul > li > ul > li {
        margin: 0 20px;
        border-top: 1px solid #fff; }
      #header-menu div > ul > li > ul > li > a {
        padding-left: 1em; }
      #header-menu div li.menu__single {
        position: relative;
        padding-right: 20px; }
      #header-menu div li.menu__single > ul {
        display: none; }
      #header-menu div .menu li a {
        display: -webkit-flex;
        display: flex; } }

/*開閉ボタン*/
.accordionBtn {
  display: block;
  width: 20px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 35px;
  text-align: center; }

.accordionBtn:before {
  content: "\f067";
  font-family: FontAwesome;
  color: #fff; }

.accordionBtn.active:before {
  content: "\f00d";
  font-family: FontAwesome; }

#footer {
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 0 !important; }
  @media screen and (min-width: 681px) {
    #footer .container {
      margin-bottom: 30px; } }

@media screen and (min-width: 681px) {
  #footer-menu1, #footer-menu2, #footer-menu3 {
    width: 240px;
    float: left; }
  #menu-f_navi3-1 {
    display: none; } }

@media screen and (max-width: 680px) {
  #sp-footer-menu-L {
    width: 175px;
    float: left; }
  #sp-footer-menu-R {
    width: 155px;
    float: left; }
  #menu-f_navi3 {
    display: none; } }

@media screen and (max-width: 680px) {
  .footer-menu {
    overflow: hidden; } }

.footer-menu div {
  padding-left: 2em;
  font-size: 0.9rem; }
  .footer-menu div > ul > li {
    padding-left: 0; }
  .footer-menu div > ul > li > a {
    border-left: 1px solid #533b32;
    padding-left: 0.7em; }
  .footer-menu div > ul > li > ul {
    padding-left: 0.7em; }
  .footer-menu div a {
    color: #533b32; }
  @media screen and (max-width: 680px) {
    .footer-menu div {
      padding-left: 0;
      font-size: 0.75rem; } }

#footer-info {
  width: 240px;
  float: right;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.2; }
  #footer-info .dot-list {
    text-align: left; }
    #footer-info .dot-list li {
      margin-left: 1em; }
  @media screen and (max-width: 680px) {
    #footer-info {
      width: 100%;
      float: none;
      padding: 10px 0 30px; }
      #footer-info .telfax {
        display: table; }
      #footer-info .telfax li {
        display: table-cell;
        vertical-align: middle;
        padding: 5px; }
      #footer-info .dot-list {
        margin: 0;
        list-style: none !important;
        text-align: center; } }

#copyright {
  text-align: center;
  padding: 10px;
  background-color: #533b32;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  z-index: 1; }

#main-slide {
  position: relative;
  width: 100%;
  text-align: center;
  border-top: 10px solid #533b32; }
  #main-slide #main-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    text-align: center; }
    #main-slide #main-layer .container {
      position: relative;
      display: block;
      height: 100%; }
    #main-slide #main-layer h1 {
      margin: 165px 0 0; }
      @media screen and (max-width: 680px) {
        #main-slide #main-layer h1 {
          transform: scale(0.9);
          transform-origin: center;
          margin: 25px 0 0 -5px;
          line-height: 0; } }
    #main-slide #main-layer #main-bottom {
      bottom: 30px;
      position: absolute;
      margin-left: -83px;
      padding-left: 50%; }
      @media screen and (max-width: 680px) {
        #main-slide #main-layer #main-bottom {
          display: none; } }

#solution, #example, #voice, #footer {
  background: url(images/bg_stripe.png);
  padding: 50px 0; }
  @media screen and (max-width: 680px) {
    #solution, #example, #voice, #footer {
      background-size: 25px auto;
      padding: 20px 0; } }

#intro {
  overflow: hidden;
  margin-bottom: 15px; }
  #intro p {
    text-align: justify;
    font-size: 0.75rem; }
  @media screen and (min-width: 681px) {
    #intro {
      margin-bottom: 30px; }
      #intro h2 {
        width: 375px;
        float: left;
        border-right: 1px solid #533b32;
        padding: 5px 15px 5px 0; }
      #intro p {
        padding-left: 390px;
        line-height: 1.2;
        font-size: 0.9rem;
        margin-top: 22px; } }

#message {
  background: url(images/bg_message.png) center top no-repeat, url(images/bg_stripe.png);
  padding: 50px 0;
  text-align: center; }
  @media screen and (max-width: 680px) {
    #message {
      background: url(images/bg_message-sp.png) center top no-repeat, url(images/bg_stripe.png);
      padding: 30px 0;
      background-size: contain, 25px auto; }
      #message p {
        text-align: justify;
        font-size: 0.8125rem;
        margin: 0 5px; }
      #message .img {
        width: 220px;
        margin: 0 auto; }
      #message p.name {
        text-align: right;
        margin-top: 5px; }
        #message p.name span {
          font-size: 1.125rem; } }
  #message h2 {
    margin: 30px 0; }
    @media screen and (max-width: 680px) {
      #message h2 {
        margin: 20px 0; } }
  #message p + p {
    margin-top: 20px; }
  #message .name span {
    display: inline-block;
    margin-left: 2em; }

#info {
  padding: 50px 0;
  overflow: hidden; }
  @media screen and (max-width: 680px) {
    #info {
      padding: 30px 0; } }
  #info h3 {
    text-align: center;
    font-size: 1.6875rem;
    font-weight: bold;
    border-bottom: 1px solid #d1bbb3;
    padding-bottom: 10px;
    margin: 0;
    color: #533b32; }
    @media screen and (max-width: 680px) {
      #info h3 {
        font-size: 1.375rem;
        padding-bottom: 5px; } }
  #info #shop {
    width: 280px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #d1bbb3; }
    #info #shop h4 {
      padding: 1px 0; }
    #info #shop p {
      font-size: 0.9375rem;
      text-align: left; }
    #info #shop .inner {
      margin: 20px auto;
      width: 250px; }
    @media screen and (max-width: 680px) {
      #info #shop {
        width: 100%; }
        #info #shop li {
          display: inline-block;
          width: 49%; }
        #info #shop p {
          text-align: center; } }
  #info #news {
    width: 750px;
    float: right;
    font-size: 0.9375rem; }
    @media screen and (max-width: 680px) {
      #info #news {
        margin-top: 30px;
        width: 100%;
        font-size: 0.8125rem; } }
    #info #news dl {
      border-bottom: 1px solid #d1bbb3;
      overflow: hidden;
      margin-bottom: 0;
      padding: 5px; }
      #info #news dl dt {
        margin-left: 40px;
        width: 100px; }
        @media screen and (min-width: 681px) {
          #info #news dl dt {
            float: left; } }
      @media screen and (min-width: 681px) {
        #info #news dl dd {
          padding-left: 150px; } }
      @media screen and (max-width: 680px) {
        #info #news dl dt, #info #news dl dd {
          margin-left: 30px; } }

#service {
  padding: 50px 0 0;
  margin-bottom: -50px;
  text-align: center; }
  #service h2 {
    margin: 0 auto 30px; }
  @media screen and (max-width: 680px) {
    #service {
      padding: 20px 0 0;
      margin-bottom: -20px; }
      #service h2 {
        margin: 0 auto 20px;
        width: 180px; } }

#voice .sec-header, #example .sec-header {
  position: relative;
  width: 340px;
  margin: 0 auto; }
  #voice .sec-header h3, #example .sec-header h3 {
    text-align: center;
    font-size: 1.6875rem;
    font-weight: bold;
    margin: 0;
    color: #533b32; }
  #voice .sec-header a.more, #example .sec-header a.more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #533b32; }
  #voice .sec-header a.more:before, #example .sec-header a.more:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px; }
  @media screen and (max-width: 680px) {
    #voice .sec-header, #example .sec-header {
      width: 320px; }
      #voice .sec-header h3, #example .sec-header h3 {
        font-size: 1.375rem; } }

@media screen and (max-width: 680px) {
  #voice, #example {
    overflow: hidden; } }

#example-list {
  display: flex;
  flex-wrap: wrap; }
  #example-list > li {
    text-align: center;
    width: 165px;
    /*float:left;*/
    margin-top: 20px;
    margin-left: 60px; }
    @media screen and (max-width: 680px) {
      #example-list > li {
        width: 155px;
        margin-left: 20px; } }
    #example-list > li img {
      object-fit: cover;
      width: 165px;
      height: 165px; }
      @media screen and (max-width: 680px) {
        #example-list > li img {
          width: 155px;
          height: 155px; } }
    #example-list > li .meta {
      font-size: 0.9375rem;
      margin-top: 5px;
      margin: 5px 0 0; }
    #example-list > li .cat {
      background-color: #533b32;
      color: #fff;
      padding: 3px 5px;
      font-size: 0.875rem; }
      #example-list > li .cat a {
        color: #fff;
        text-decoration: none; }
  @media screen and (min-width: 681px) {
    #example-list > li:nth-child(5n+1) {
      margin-left: 0; } }
  @media screen and (max-width: 680px) {
    #example-list > li:nth-child(2n+1) {
      margin-left: 0; } }

#voice-list {
  /*	&> li{
		text-align: center; width: 165px; float:left; margin-top:20px; margin-left: 60px;
		@media screen and (max-width: 680px) {width: 70px; margin-left: 13px;}
		.meta{@include fz(15); margin-top: 5px; margin: 5px 0 0;}
		.cat{background-color: $kiraki-brown; color: #fff; padding:3px 5px; @include fz(14);}
		img{border:1px solid #ccc;}		
	}
	@media screen and (min-width: 681px) {
		&> li:nth-child(5n+1){margin-left: 0;}
	}
	@media screen and (max-width: 680px) {
		&> li:nth-child(4n+1){margin-left: 0;}
		&> li:last-child{display: none;}
	}
	*/ }
  #voice-list li {
    margin: 20px; }
    @media screen and (max-width: 680px) {
      #voice-list li {
        margin: 10px; } }

#solution {
  text-align: center; }
  #solution h2 {
    margin: 0 auto 30px; }
  #solution ul {
    margin: 15px auto; }
    @media screen and (min-width: 681px) {
      #solution ul {
        width: 670px; } }
    #solution ul li {
      margin-bottom: 10px; }
  @media screen and (max-width: 680px) {
    #solution .img {
      width: 280px;
      margin: 0 auto; }
    #solution #arrow {
      width: 80px; } }

#point {
  background-color: #ffe33f;
  padding: 50px 0; }
  #point h2 {
    margin: 0 auto 30px;
    text-align: center; }
  #point .inner p {
    margin-left: 40px;
    font-size: 0.875rem;
    line-height: 1.3;
    text-align: justify; }
  #point .inner h3 {
    margin-bottom: 5px; }
  @media screen and (min-width: 681px) {
    #point .inner {
      width: 877px;
      margin: 0 auto; }
      #point .inner p {
        margin-left: 85px;
        font-size: 0.9375rem;
        line-height: 1.4; } }
  @media screen and (max-width: 680px) {
    #point {
      padding: 20px 0 10px; }
      #point h2 {
        width: 240px;
        margin: 0 auto 10px; } }

#link {
  padding: 50px 0;
  font-size: 1.25rem;
  text-align: center; }
  #link #top_banner {
    margin-top: 30px; }
  #link #link-list {
    display: table;
    width: 100%; }
    #link #link-list li {
      display: table-cell;
      vertical-align: top;
      width: 33.3%; }
    #link #link-list a {
      display: block;
      margin-bottom: 10px; }
    #link #link-list div.scale {
      border-radius: 50%;
      width: 286px;
      height: 286px;
      margin: 0 auto; }
  @media screen and (max-width: 680px) {
    #link {
      padding: 20px 0;
      font-size: 0.8125rem; }
      #link #link-list li img {
        padding: 0 10px; }
      #link #link-list li a {
        margin-bottom: 5px; }
      #link #link-list li div.scale {
        width: 120px;
        height: 100px; }
      #link #top_banner {
        margin-top: 15px; } }

#sns {
  padding: 50px 0; }
  @media screen and (max-width: 680px) {
    #sns {
      padding: 0; } }
  #sns #facebook li, #sns #youtube li {
    float: left;
    width: 245px;
    margin-left: 30px;
    margin-top: 25px; }
    #sns #facebook li .meta, #sns #youtube li .meta {
      line-height: 1.2;
      font-size: 0.9375rem;
      margin-top: 5px;
      position: relative;
      height: 36px; }
    @media screen and (max-width: 680px) {
      #sns #facebook li, #sns #youtube li {
        width: 155px;
        margin-left: 20px;
        margin-top: 20px;
        overflow: hidden; }
        #sns #facebook li .meta, #sns #youtube li .meta {
          font-size: 0.8125rem; } }
  #sns #facebook li:nth-child(2n+1), #sns #youtube li:nth-child(2n+1) {
    margin-left: 0; }
  @media screen and (max-width: 680px) {
    #sns #facebook li {
      height: 190px; }
    #sns #youtube li {
      height: 140px; } }
  #sns #facebook .meta:before {
    content: "\f082";
    font-family: FontAwesome;
    font-size: 2.25rem;
    color: #36508d;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1; }
    @media screen and (max-width: 680px) {
      #sns #facebook .meta:before {
        font-size: 1.75rem; } }
  #sns #facebook .meta {
    padding-left: 36px; }
    @media screen and (max-width: 680px) {
      #sns #facebook .meta {
        padding-left: 30px; } }

.dot-list {
  list-style: disc; }

@media screen and (max-width: 680px) {
  .wrapper {
    width: 360px; }
  .container, #contents {
    width: 100%; }
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  #header-top .container {
    padding-left: 5px;
    padding-right: 5px; }
  .wide {
    margin-left: -15px;
    margin-right: -15px; }
  #info #shop .inner {
    width: auto; }
    #info #shop .inner li {
      display: inline-block; }
  #link .container, #gnavi .container {
    padding: 0; }
  #footer .container {
    padding-left: 15px;
    padding-right: 15px; } }

#page_img_header {
  text-align: center; }

.page .corner_title, .archive .corner_title {
  display: table;
  width: 100%;
  text-align: center;
  margin: 50px auto 40px;
  height: 320px;
  background: url(images/bg_ctl.png) center center no-repeat; }
  .page .corner_title h1, .archive .corner_title h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.875rem;
    text-align: center;
    height: 320px;
    width: 320px;
    color: #533b32;
    margin: 0 auto;
    padding-top: 10px; }

.page .about .message {
  text-align: center;
  padding-bottom: 40px; }
  @media screen and (max-width: 680px) {
    .page .about .message p {
      text-align: justify;
      font-size: 0.8125rem;
      margin: 0 5px; }
    .page .about .message .img {
      width: 220px;
      margin: 0 auto; }
    .page .about .message p.name {
      text-align: right;
      margin-top: 5px; }
      .page .about .message p.name span {
        font-size: 1.125rem; } }
  .page .about .message h2 {
    margin: 30px 0; }
    @media screen and (max-width: 680px) {
      .page .about .message h2 {
        margin: 20px 0; } }
  .page .about .message p + p {
    margin-top: 20px; }
  .page .about .message .name span {
    display: inline-block;
    margin-left: 2em; }

.page .about .solution {
  text-align: center;
  background: url(images/bg_stripe.png);
  padding: 50px 0; }
  @media screen and (max-width: 680px) {
    .page .about .solution {
      background-size: 25px auto;
      padding: 20px 0; } }
  .page .about .solution h2 {
    margin: 0 auto 30px; }
  .page .about .solution ul {
    margin: 15px auto; }
    @media screen and (min-width: 681px) {
      .page .about .solution ul {
        width: 670px; } }
    .page .about .solution ul li {
      margin-bottom: 10px; }
  @media screen and (max-width: 680px) {
    .page .about .solution .img {
      width: 280px;
      margin: 0 auto; }
    .page .about .solution #arrow {
      width: 80px; } }

.page .about .point {
  background-color: #ffe33f;
  padding: 50px 0; }
  .page .about .point h2 {
    margin: 0 auto 30px;
    text-align: center; }
  .page .about .point .inner p {
    margin-left: 40px;
    font-size: 0.875rem;
    line-height: 1.3;
    text-align: justify; }
  .page .about .point .inner h3 {
    margin-bottom: 5px; }
  @media screen and (min-width: 681px) {
    .page .about .point .inner {
      width: 877px;
      margin: 0 auto; }
      .page .about .point .inner p {
        margin-left: 85px;
        font-size: 0.9375rem;
        line-height: 1.4; } }
  @media screen and (max-width: 680px) {
    .page .about .point {
      padding: 20px 0 10px; }
      .page .about .point h2 {
        width: 240px;
        margin: 0 auto 10px; } }

.page .about .service {
  background: url(images/bg_about.png) center top no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: -20px; }
  @media screen and (min-width: 681px) {
    .page .about .service .inner {
      width: 660px;
      margin: 0 auto; } }
  .page .about .service h2 {
    text-align: center;
    margin-bottom: 50px; }
  .page .about .service h3 {
    background-color: #533b32;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 5px; }
  .page .about .service p {
    font-size: 0.9375rem; }

.page .flow .corner_title {
  margin-bottom: 50px; }

.page .flow .flow-box {
  text-align: center; }
  .page .flow .flow-box h3 {
    margin-bottom: 20px; }
  @media screen and (max-width: 680px) {
    .page .flow .flow-box p {
      text-align: justify; } }

.page .flow .flow-box + .flow-box:before {
  content: url(images/margin_dot.png);
  padding: 20px;
  height: 100px;
  text-align: center;
  width: 100%;
  display: block; }

.page .flow .flow-box:last-child {
  margin-bottom: 50px; }

.page .faq #sodan {
  margin: 0 auto; }
  @media screen and (min-width: 681px) {
    .page .faq #sodan {
      width: 870px; } }
  .page .faq #sodan .sodan-intro {
    overflow: hidden;
    width: 760px;
    margin: 20px auto 50px; }
  .page .faq #sodan .sodan-intro-L {
    width: 540px;
    float: left;
    font-size: 0.875rem;
    text-align: center; }
  .page .faq #sodan .sodan-intro-R {
    width: 220px;
    float: right;
    text-align: right; }
  .page .faq #sodan .sodan-intro-B {
    clear: both;
    text-align: center;
    margin-top: 15px; }
    .page .faq #sodan .sodan-intro-B a {
      color: #fff;
      padding: 15px 20px;
      background-color: #533b32;
      line-height: 1;
      display: inline-block; }
    .page .faq #sodan .sodan-intro-B a:hover {
      text-decoration: none;
      background-color: #ffe33f;
      color: #533b32; }
  .page .faq #sodan .faq-box {
    padding: 10px 0; }
  .page .faq #sodan .question {
    min-height: 75px;
    position: relative;
    margin-left: 75px;
    vertical-align: middle;
    padding: 10px 0;
    cursor: pointer; }
    .page .faq #sodan .question h3 {
      font-size: 1.5625rem;
      color: #533b32;
      margin: 0;
      padding: 0; }
  .page .faq #sodan .question:before {
    content: url(images/faq_Q.png);
    position: absolute;
    top: 0;
    left: -75px; }
  .page .faq #sodan .answer {
    display: none;
    padding: 5px 0;
    position: relative;
    margin-left: 125px;
    margin-top: 10px;
    min-height: 75px; }
    .page .faq #sodan .answer h4 {
      font-size: 1.125rem;
      color: #533b32;
      margin: 15px 0 5px;
      padding: 0; }
  .page .faq #sodan .answer:before {
    content: url(images/faq_A.png);
    position: absolute;
    top: 0;
    left: -75px; }

.page .faq #faq {
  margin: 80px auto 50px; }
  @media screen and (min-width: 681px) {
    .page .faq #faq {
      width: 870px; } }
  .page .faq #faq .faq-box {
    padding: 10px 0; }
  .page .faq #faq .faq-box:before {
    content: url(images/margin_dot.png);
    padding: 30px;
    height: 140px;
    text-align: center;
    width: 100%;
    display: block; }
  .page .faq #faq .question {
    min-height: 75px;
    position: relative;
    margin-left: 75px;
    vertical-align: middle;
    padding: 10px 0;
    cursor: pointer; }
    .page .faq #faq .question h3 {
      font-size: 1.5625rem;
      color: #533b32;
      margin: 0;
      padding: 0; }
  .page .faq #faq .question:before {
    content: url(images/faq_Q.png);
    position: absolute;
    top: 0;
    left: -75px; }
  .page .faq #faq .answer {
    display: none;
    padding: 5px 0;
    position: relative;
    margin-left: 75px;
    margin-top: 10px;
    min-height: 75px; }
    .page .faq #faq .answer h4 {
      font-size: 1.125rem;
      color: #533b32;
      margin: 15px 0 5px;
      padding: 0; }
  .page .faq #faq .answer:before {
    content: url(images/faq_A.png);
    position: absolute;
    top: 0;
    left: -75px; }
  @media screen and (max-width: 680px) {
    .page .faq #faq .question,
    .page .faq #faq .answer {
      margin-left: 65px;
      margin-top: 0; }
      .page .faq #faq .question h3,
      .page .faq #faq .answer h3 {
        font-size: 1.125rem; }
      .page .faq #faq .question p,
      .page .faq #faq .answer p {
        font-size: 0.875rem; }
      .page .faq #faq .question h4,
      .page .faq #faq .answer h4 {
        font-size: 1rem; }
    .page .faq #faq .question:before,
    .page .faq #faq .answer:before {
      transform: scale(0.7, 0.7);
      left: -65px; } }

.page .company #outline {
  text-align: center;
  padding-bottom: 30px; }
  .page .company #outline h3 {
    background: #533b32;
    color: #fff;
    padding: 3px 15px;
    border-radius: 20px;
    font-size: 1rem;
    display: inline-block; }
  .page .company #outline dl {
    margin-bottom: 0; }

.page .company #map {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 10px auto; }
  @media screen and (min-width: 681px) {
    .page .company #map {
      width: 500px;
      padding-bottom: 450px; } }
  @media screen and (max-width: 680px) {
    .page .company #map {
      width: 100%;
      padding-bottom: 90%; } }

.page .company #map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page .company #staff {
  background: url(images/2112bg_staff.png) center 320px no-repeat, url(images/bg_stripe.png);
  padding: 0 0 20px; }
  @media screen and (max-width: 680px) {
    .page .company #staff {
      background-position: center 290px, center center;
      background-size: 85%, 25px auto;
      padding: 0; }
      .page .company #staff .staff-box + .staff-box {
        margin-top: 20px; }
      .page .company #staff .corner_title {
        margin-top: 30px; } }
  .page .company #staff .container {
    position: relative;
    overflow: hidden; }
  .page .company #staff .staff-box {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    margin-bottom: 20px; }
    @media screen and (min-width: 681px) {
      .page .company #staff .staff-box {
        width: 340px; } }
    .page .company #staff .staff-box h3 {
      font-size: 1.25rem;
      color: #533b32;
      margin-top: 0;
      padding: 0 0 5px;
      border-bottom: 1px solid #533b32; }
      .page .company #staff .staff-box h3 span {
        font-size: 1rem; }
    .page .company #staff .staff-box dl {
      overflow: hidden;
      font-size: 0.875rem;
      margin-bottom: 0; }
      .page .company #staff .staff-box dl dt {
        width: 5em;
        position: relative;
        float: left; }
      .page .company #staff .staff-box dl dt:after {
        content: ":";
        position: absolute;
        display: inline-block;
        top: 0;
        right: 0; }
      .page .company #staff .staff-box dl dd {
        padding-left: 5.5em; }
  @media screen and (min-width: 681px) {
    .page .company #staff .inner-L {
      float: left;
      margin-right: 150px;
      margin-top: -235px; }
    .page .company #staff .inner-R {
      float: right;
      margin-left: 150px;
      margin-top: -155px; } }
  @media screen and (max-width: 680px) {
    .page .company #staff #staff1 {
      margin-top: 220px; } }

@media screen and (min-width: 681px) {
  .page .company #privacy .inner {
    width: 750px;
    margin: 0 auto; } }

.page .company #privacy h3 {
  font-size: 1.25rem;
  padding: 0 0 5px;
  border-bottom: 1px solid #533b32;
  color: #533b32;
  padding-left: 30px;
  background: url(images/bg_stl.png) left top no-repeat; }

.page .kodawari .inner-box {
  background-color: #eeebeb;
  margin-bottom: 20px;
  padding: 20px; }
  .page .kodawari .inner-box h4 {
    font-size: 1rem; }
  .page .kodawari .inner-box p {
    font-size: 1rem;
    margin-top: 5px; }
  .page .kodawari .inner-box .row {
    margin-right: -10px;
    margin-left: -10px; }
  .page .kodawari .inner-box .col-sm-7, .page .kodawari .inner-box .col-sm-6, .page .kodawari .inner-box .col-sm-5, .page .kodawari .inner-box .col-sm-4, .page .kodawari .inner-box .col-sm-3, .page .kodawari .inner-box .col-sm-2, .page .kodawari .inner-box .col-sm-1 {
    padding-right: 10px;
    padding-left: 10px; }
  .page .kodawari .inner-box #barrier_r03 .barrier_L {
    width: 230px;
    float: left; }
    @media screen and (max-width: 680px) {
      .page .kodawari .inner-box #barrier_r03 .barrier_L {
        width: 200px; } }
  .page .kodawari .inner-box #barrier_r03 .barrier_R {
    float: right;
    margin-top: 10px; }

.page .kodawari .inner-box.step h3 {
  text-align: left;
  background-color: #ffe33f;
  padding: 4px 4px 0;
  border-radius: 25px;
  line-height: 1;
  font-size: 1.5625rem;
  margin-top: 5px; }

.page .kodawari .inner-box.step .step1 h3:before {
  content: url(images/taishin_s01.png); }

.page .kodawari .inner-box.step .step2 h3:before {
  content: url(images/taishin_s02.png); }

.page .kodawari .inner-box.step .step3 h3:before {
  content: url(images/taishin_s03.png); }

.page .kodawari .inner-box.step .step1 h3:before, .page .kodawari .inner-box.step .step2 h3:before, .page .kodawari .inner-box.step .step3 h3:before {
  margin-right: 15px;
  vertical-align: middle;
  line-height: 1;
  display: inline-block; }

.page .kodawari .inner-box.step .step1:after, .page .kodawari .inner-box.step .step3:before {
  content: url(images/kodawari_arrow.png);
  display: block;
  text-align: center; }

@media screen and (min-width: 681px) {
  .page .kodawari .inner-box.step .step1 p, .page .kodawari .inner-box.step .step2 p, .page .kodawari .inner-box.step .step3 p {
    padding-left: 140px; }
  .page .kodawari .inner-box.step .step2 {
    position: relative;
    min-height: 130px; }
  .page .kodawari .inner-box.step .step-image {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 500px; } }

@media screen and (max-width: 680px) {
  .page .kodawari .inner-box.step {
    padding: 10px; }
    .page .kodawari .inner-box.step .step1 h3:before, .page .kodawari .inner-box.step .step2 h3:before, .page .kodawari .inner-box.step .step3 h3:before {
      transform: scale(0.7, 0.7);
      display: block;
      margin: 0; }
    .page .kodawari .inner-box.step .step2 {
      margin-bottom: 10px; }
    .page .kodawari .inner-box.step h3 {
      font-size: 1.125rem;
      text-align: center;
      border-radius: 10px;
      line-height: 1.6; }
    .page .kodawari .inner-box.step p {
      font-size: 0.875rem; } }

.page .kodawari .faq-block .faq-box {
  padding: 0;
  border-bottom: 1px solid #533b32; }

.page .kodawari .faq-block .faq-box:first-child {
  border-top: 1px solid #533b32; }

.page .kodawari .faq-block .question {
  position: relative;
  margin-left: 40px;
  vertical-align: middle;
  padding: 0; }
  .page .kodawari .faq-block .question h3 {
    font-size: 1.25rem;
    color: #533b32;
    margin: 0;
    padding: 0; }

.page .kodawari .faq-block .question:before {
  content: url(images/faq_Q.png);
  position: absolute;
  top: -20px;
  left: -55px;
  transform: scale(0.45, 0.45); }

.page .kodawari .faq-block .answer {
  display: none;
  padding: 0;
  position: relative;
  margin-left: 40px;
  margin-top: 10px; }

.page .kodawari .faq-block .answer:before {
  content: url(images/faq_A.png);
  position: absolute;
  top: -20px;
  left: -55px;
  transform: scale(0.45, 0.45); }

@media screen and (min-width: 681px) {
  .page .kodawari .faq-block {
    width: 870px;
    margin: 20px auto; } }

.page .kodawari h2 {
  text-align: center;
  margin-top: 50px; }

.page .kodawari h3 {
  text-align: center;
  margin-top: 25px;
  font-size: 1.5rem; }
  @media screen and (max-width: 680px) {
    .page .kodawari h3 {
      font-size: 1.375rem; } }

.page .kodawari .dannetsu_intro {
  background: url(images/bg_dannetsu.png) right center no-repeat;
  height: 350px; }

.page .kodawari #dannetsu h4 {
  font-size: 1.25rem;
  margin-top: 0; }
  @media screen and (max-width: 680px) {
    .page .kodawari #dannetsu h4 {
      font-size: 1.125rem; } }

.page .kodawari .point1:before {
  content: url(images/point01.png);
  display: block;
  margin: 5px 0 -5px 0; }

.page .kodawari .point2:before {
  content: url(images/point02.png);
  display: block;
  margin: 5px 0 -5px 0; }

.page .kodawari .point3:before {
  content: url(images/point03.png);
  display: block;
  margin: 5px 0 -5px 0; }

.page .kodawari .plate {
  background-color: #fff;
  padding: 15px;
  margin-left: 20px;
  box-shadow: 3px 3px 15px #999; }
  @media screen and (max-width: 680px) {
    .page .kodawari .plate {
      margin: 0; } }
  .page .kodawari .plate li {
    font-size: 1.125rem;
    margin-bottom: 5px; }
  .page .kodawari .plate .finish {
    background-color: #ffe33f;
    text-align: center;
    padding: 3px 5px;
    font-size: 1.25rem;
    margin-top: 10px; }

.page .kodawari .voice {
  border-bottom: 1px solid #533b32;
  margin-bottom: 0; }
  @media screen and (min-width: 681px) {
    .page .kodawari .voice {
      display: table; }
      .page .kodawari .voice dt, .page .kodawari .voice dd {
        display: table-cell;
        vertical-align: middle; }
      .page .kodawari .voice dt {
        padding: 10px 10px 10px 0;
        width: 200px; }
      .page .kodawari .voice dd {
        padding-right: 10px 0 10px 10px; }
      .page .kodawari .voice h4 {
        font-size: 1.5rem; } }
  @media screen and (max-width: 680px) {
    .page .kodawari .voice dt {
      padding-top: 10px;
      text-align: center;
      width: 100%; }
    .page .kodawari .voice h4 {
      font-size: 1.125rem; } }

.page .kodawari .voice:first-child {
  border-top: 1px solid #533b32; }

.page .contact #main {
  text-align: center; }

.page .contact .form-table {
  text-align: left;
  margin: 20px auto; }

@media screen and (min-width: 681px) {
  .page .contact .form-table {
    width: 850px; }
    .page .contact .form-table dl {
      display: table;
      margin-bottom: 0; }
    .page .contact .form-table dt, .page .contact .form-table dd {
      display: table-cell;
      vertical-align: middle; }
    .page .contact .form-table dd {
      width: 600px; }
    .page .contact .form-table dt {
      width: 250px; } }

@media screen and (max-width: 680px) {
  .page .contact .form-table dl {
    margin-bottom: 0; } }

.page .contact .form-table p {
  margin: 0; }

.page .contact .form-table dt, .page .contact .form-table dd {
  padding: 10px; }

.page .contact .form-table dt {
  font-weight: bold; }

.page .contact .form-table dt span {
  font-size: 0.75rem;
  display: block;
  font-weight: normal; }

.page .contact .form-table dt.required h3:after {
  content: "※必須";
  display: inline-block;
  font-size: 0.75rem;
  padding: 2px 3px;
  border: 1px solid #e95513;
  border-radius: 5px;
  color: #e95513;
  line-height: 1;
  position: absolute;
  top: 0;
  right: -4em; }

.page .contact .form-table dt h3 {
  font-weight: bold;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block; }

.page .contact .form-table dd.p {
  margin-top: 5px; }

.page .contact .form-table .form-ex, .page .contact .form-table .form-att {
  font-size: 0.8125rem; }

.page .contact .form-table .form-att {
  margin-bottom: 0; }

.page .contact .form-table span.wpcf7-list-item {
  margin: 0 1.5em 0 0; }

.page .contact .form-table span.wpcf7-list-item.last {
  margin: 0; }

.page .contact .btn-box {
  margin-top: 20px;
  text-align: center; }
  .page .contact .btn-box .btn {
    display: inline-block; }

#voiceList .voice-list li {
  float: left;
  margin-bottom: 40px;
  text-align: left;
}

#voiceList .voice-list li a {
  display: block;
  width: 100%;
}

#voiceList .voice-list li img {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center;
  box-shadow: 1px 1px 5px #ccc;
}


/* PC */
@media screen and (min-width: 681px) {

  #voiceList {
    text-align: center;
  }

  #voiceList .voice-list li {
    margin-left: 40px;
    width: 180px;
  }

  #voiceList .voice-list li:nth-child(5n+1) {
    margin-left: 0;
  }

  #voiceList .voice-list li img {
    height: 270px;
  }

}


/* スマートフォン */
@media screen and (max-width: 680px) {

  #voiceList .voice-list li {
    margin-left: 10px;
    width: 155px;
  }

  #voiceList .voice-list li:nth-child(2n+1) {
    margin-left: 0;
  }

  #voiceList .voice-list li img {
    height: 230px;
  }

}

#workList {
  text-align: center; }
  #workList h2 {
    font-size: 1.5rem; }
  #workList #inner-box {
    background-color: #eeebeb;
    margin-bottom: 20px;
    padding: 20px 40px;
    overflow: hidden; }
    @media screen and (max-width: 680px) {
      #workList #inner-box {
        padding: 20px;
        margin-left: -15px;
        margin-right: -15px; } }
  #workList #cat-list {
    overflow: hidden;
    margin: 15px auto 30px; }
    #workList #cat-list a {
      display: block;
      background-color: #533b32;
      color: #fff;
      text-decoration: none;
      border-radius: 10px;
      padding: 5px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 0.9375rem; }
    #workList #cat-list a:hover, #workList #cat-list .on a {
      background-color: #ffe33f;
      color: #533b32; }
    @media screen and (min-width: 681px) {
      #workList #cat-list li {
        display: table;
        width: 100px;
        float: left;
        margin-left: 7px; }
      #workList #cat-list li:first-child {
        margin-left: 0; }
      #workList #cat-list a {
        width: 100px;
        height: 100px; }
      #workList #cat-list .line3 a {
        line-height: 1; } }
    @media screen and (max-width: 680px) {
      #workList #cat-list li {
        display: table;
        width: 160px;
        float: left;
        margin-left: 10px;
        margin-bottom: 10px; }
      #workList #cat-list li:nth-child(2n+1) {
        margin-left: 0; } }
  @media screen and (min-width: 681px) {
    #workList #example-list > li {
      margin-left: 40px; }
    #workList #example-list > li:nth-child(5n+1) {
      margin-left: 0; } }
  @media screen and (max-width: 680px) {
    #workList #example-list > li {
      margin-left: 10px;
      width: 155px; }
    #workList #example-list > li:nth-child(2n+1) {
      margin-left: 0; } }

#example-single #after-box, #example-single #before-box {
  margin-top: 80px;
  background-color: #eeebeb;
  margin-bottom: 20px;
  padding: 15px 15px; }
  #example-single #after-box ul, #example-single #before-box ul {
    margin: -15px 0;
    height: 170px; }
  #example-single #after-box li, #example-single #before-box li {
    width: 145px;
    height: 145px;
    margin: 10px;
    position: relative;
    overflow: hidden; }
    #example-single #after-box li img, #example-single #before-box li img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #example-single #after-box h3, #example-single #before-box h3 {
    margin-top: -80px;
    text-align: center;
    margin-bottom: 0; }

#example-single #meta-box {
  padding: 30px 0 50px; }
  #example-single #meta-box dl {
    display: table;
    border-bottom: 1px solid #533b32;
    margin-bottom: 0;
    width: 100%; }
  #example-single #meta-box dt, #example-single #meta-box dd {
    display: table-cell;
    padding: 5px;
    vertical-align: middle; }
  @media screen and (min-width: 681px) {
    #example-single #meta-box {
      width: 850px;
      margin: 0 auto; }
      #example-single #meta-box dt {
        width: 220px; } }
  @media screen and (max-width: 680px) {
    #example-single #meta-box {
      font-size: 0.875rem; }
      #example-single #meta-box dt {
        width: 8em; } }

#example-single #contents-box {
  text-align: center; }
  #example-single #contents-box h1 {
    font-size: 1.875rem; }
  #example-single #contents-box h2 {
    font-size: 1.25rem;
    margin-top: 0; }
    #example-single #contents-box h2 li {
      display: inline-block;
      padding: 5px; }
  @media screen and (max-width: 680px) {
    #example-single #contents-box h1 {
      font-size: 1.375rem; }
    #example-single #contents-box h2 {
      font-size: 1.125rem; }
    #example-single #contents-box p {
      text-align: justify;
      font-size: 0.875rem; } }

/* ページトップボタン */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.5;
  box-sizing: content-box;
  line-height: 1; }

#page_top a {
  width: 60px;
  height: 60px;
  text-decoration: none; }

#page_top a::before {
  font-family: FontAwesome;
  content: '\f139';
  font-size: 60px;
  color: #000; }

#page_top a:hover {
  opacity: 1; }

/* PCで電話番号リンクを無効に */
@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default; } }

/* slick設定 */
.slick-prev:before, .slick-next:before {
  color: rgba(0, 0, 0, 0.5);
  font-size: 30px; }

.slick-prev, .slick-next {
  width: 30px;
  height: 30px; }

/* rpc設定 */
.wcp-img-wrap {
  text-align: left;
  width: 100% !important; }

.fixed-height-image {
  height: 240px !important; }

@media screen and (max-width: 681px) {
  .fixed-height-image {
    height: 100px !important; } }
