@charset "UTF-8";

/*
Theme Name: protimes_new
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
caption,
article,
canvas,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/*ブログのテーブルのスタイルが無効になるため記述*/

body {
  line-height: 1;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body * {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

article,
footer,
header,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

a:link {
  display: block;
  transition: .3s;
}

a:link:hover {
  opacity: 0.6;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top !important;
}

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

input,
select {
  vertical-align: middle;
  /*-webkit-appearance: none;*/
}

.noto {
  font-family: 'Noto Sans JP', sans-serif !important;
}

.notoserif {
  font-family: 'Noto Serif JP', serif !important;
}

.en-r {
  font-family: 'Roboto', sans-serif !important;
}

/*-------201908フレックスボックス用のCSS追加-------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


/*//////////////////////////////
		header
//////////////////////////////*/
header {
  width: 100%;
  /*	height: 162px;*/
  background-color: #fff;
  z-index: 9999 !important;
  position: absolute;
}

.globalnavArea.fixed {
  position: fixed;
  top: 0;
  left: 0;
  left: -7.5px;
  width: 100vw;
}

header.fixed .headbnr_topTEXT {
  display: none;
}

header.fixed .headbnr_wrapper {
  margin-top: -32px;
}

.headbnr {
  width: 1162px;
  margin: 20px auto 10px auto;
}

.headbnr .headbnr_topTEXT {
  font-size: 80%;
}

.headbnr_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headbnr_wrapper h1 {
  /* width: 530px;
	height: 110px; */
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}

.headbnr_wrapper h1 span.storeText {
  font-size: 28px;
  color: #EB6120;
  position: absolute;
  right: 0;
  top: 20px;
  font-weight: 700;
}

.headbnr_wrapper img#dokutoru {
  /* width: 100%;
  height: auto; */
  float: left;
}

.headbnr_wrapper a img#storeName {
  display: block;
  height: auto;
  float: left;
  /*margin-top: 5px;*/
}

div.headbnr_contact {
  /* margin-top: 28px; */
  line-height: 1.2;
}

div.headbnr_contact p {
  font-weight: bold;
}

div.headbnr_contact p span {
  color: #EB6120;
  font-size: 34px;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

div.headbnr_contact p span img {
  height: 30px;
  width: auto;
  display: inline-block;
  margin: 4px 5px 0 0;
}

/* .headbnr_wrapper .cube_btn_wrap{
  margin-top: 23px;
} */
.headbnr_wrapper .cube_btn {
  font-size: 20px;
  width: 210px;
  height: 50px;
  line-height: 25px;
}

.headbnr_wrapper .cube_btn span {
  display: inline-block;
  padding: 0 4px;
  font-size: 17px;
  margin-right: 3px;
  color: #ff4119;
  background-color: #ffe300;
  font-weight: bold;
  border-radius: 3px;
}

.headbnr_wrapper .btn_icon {
  height: 40px;
  margin-top: 5px;
  margin-right: 15px;
}

header button {
  display: none;
  border: none;
  padding: 0 8px;
  width: 40px;
  height: 43px;
  color: #fff;
  background-color: #000;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 5px;
  border-radius: 5px;
  z-index: 100;
  text-align: center;
  outline: none;
  border-bottom: 3px solid #999;
}

/*   ハンバーガーボタン3本線   */
header button span.bar {
  display: block;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

header button span.bar1 {
  margin: -8px 0 4px;
}

header button .close {
  letter-spacing: 1px;
  display: none;
}

header button .menu {
  display: block;
}

header button span {
  color: #000;
}

/*  メニューアクティブ時  */
header button.active span.bar {
  width: 23px;
}

header button.active .bar1 {
  transform: rotate(45deg);
  margin: -1px 5px;
}

header button.active .bar2 {
  opacity: 0;
}

header button.active .bar3 {
  transform: rotate(-45deg);
  margin: 9px 3px;
}

header button.active .menu {
  display: none;
}

header button.active .close {
  display: block;
}

.globalnavArea {}

.glovalnav {
  background-color: #000;
  padding: 3px 0;
}

.glovalnav ul {
  width: 980px;
  margin: 0 auto;
}

.glovalnav ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  height: 20px;
  padding: 12px 0;
}

.glovalnav ul li a::before {
  position: absolute;
  bottom: 8px;
  right: calc(50% - 31px);
  content: '';
  width: 30px;
  height: 3px;
  background: #808080;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.glovalnav ul li a::after {
  position: absolute;
  bottom: 8px;
  left: calc(50% - 31px);
  content: '';
  width: 30px;
  height: 3px;
  background: #eb6120;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.glovalnav ul li a:hover::before,
.glovalnav ul li a:hover::after {
  transform: scale(1, 1);
}

.glovalnav ul li.active a::before,
.glovalnav ul li.active a::after {
  transform: scale(1, 1);
}

.glovalnav ul li {
  float: left;
  width: calc(99% / 7);
  text-align: center;
  position: relative;
}

li.show_btn {
  border-radius: 5px;
  background: linear-gradient(180deg, rgb(15, 164, 186) 0%, rgb(15, 164, 186) 54%, rgb(12, 132, 150) 100%);
}

@media screen and (max-width: 767px) {
  li.show_btn {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .glovalnav ul li:nth-last-child(2):after {
    display: none;
  }
}

.glovalnav ul li a:hover {
  opacity: 1;
}

.glovalnav ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #808080;
  right: 0;
  top: 7px;
  transform: rotate(10deg);
}

.glovalnav ul li:last-child::after {
  display: none;
}

/*.glovalnav ul li span{
  display: block;
  text-align: center;
  color: #808080;
  font-size: 12px;
  margin-top: 8px;
}*/

@media screen and (max-width: 1200px) {

  .headbnr ul {
    width: 980px;
  }

  .headbnr ul li .cube_btn_wrap {
    margin-top: 14px;
  }

  .headbnr ul li .cube_btn {
    font-size: 16px;
    width: 160px;
    height: 40px;
    padding: 10px;
    line-height: 20px;
  }

  .headbnr .btn_icon {
    margin-top: 9px;
    height: 24px;
  }

  .headbnr ul li .cube_btn span {
    font-size: 14px;
    padding: 0 4px;
    margin-right: 2px;
  }
}

@media screen and (max-width: 1000px) {

  .headbnr ul {
    width: 750px;
  }

  .glovalnav ul {
    width: auto;
    padding: 0 10px;
  }

  .headbnr ul li .cube_btn_wrap {
    margin-top: 5px;
  }

  .headbnr .btn_icon {
    margin-top: 2px;
  }

  .headbnr ul li .cube_btn {
    font-size: 12px;
    width: 130px;
    height: 28px;
    padding: 10px;
    line-height: 14px;
  }

  .glovalnav ul li::after {
    height: 30px;
    top: 7px;
  }

  .headbnr ul li .cube_btn span {
    font-size: 10px;
  }

  /*.glovalnav ul li span {
    font-size: 10px;
    margin-top: 5px;
  }*/
  .glovalnav ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    height: 24px;
    padding: 10px 0;
  }
}

@media screen and (min-width: 767px) {
  .headbnr_wrapper {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  header.fixed {
    position: static;
  }

  header.fixed .headbnr_wrapper {
    margin-top: 0;
  }

  .headbnr {
    margin: 0;
  }

  .headbnr .btn_icon {
    margin: 6px 0 0 6px;
  }

  .headbnr_wrapper .cube_btn {
    width: 40px;
    height: 40px;
    padding: 0;
    position: fixed;
    top: 10px;
    right: 13%;
  }

  .headbnr_wrapper .sp .cube_btn_tel {
    width: 40px;
    height: 40px;
    padding: 0;
    position: fixed;
    top: 10px;
    right: 25%;
  }

  .headbnr_wrapper .sp .cube_btn_tel .btn_icon {
    margin: 0 2px 0px 10px;
  }

  .cube_btn_tel::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(assets/img/common/btn-ptn01.png) repeat;
  }

  .headbnr_wrapper .btn_icon img {
    width: 80%;
    height: auto;
    margin-top: 5px;
  }

  .headbnr_wrapper .arrow01::after {
    display: none;
  }

  .headbnr_wrapper img#dokutoru {
    /* width: 15%; */
    width: 62%;
    height: auto;
    margin-left: 2%;
    margin-top: 3%;
  }

  .headbnr_wrapper a img#storeName {
    width: 17%;
    height: auto;
    margin-top: 8px;
  }

  .headbnr_wrapper h1 span.storeText {
    right: 0;
    font-size: 7px;
    top: 15px;
    left: 178px;
  }

  .headbnr_wrapper h1 {
    height: 60px;
    position: relative;
  }

  .headbnr_wrapper h1 p span {
    font-size: 14px;
    left: 140px;
    top: 13px;
  }

  header button {
    display: block;
  }

  header button::after {
    content: "MENU";
    margin-top: -5px;
    width: calc(1000% / 7);
    font-weight: bold;
    transform-origin: left center;
    transform: scale(0.7);
    position: absolute;
    left: 0;
    bottom: 4px;
  }

  .glovalnav ul li.active a::before,
  .glovalnav ul li.active a::after {
    display: none;
  }

  header button.active::after {
    content: "CLOSE";
  }

  .glovalnav ul li::after {
    width: 15px;
    height: 15px;
    background: url(assets/img/common/top-arrow05.png) center / cover no-repeat;
    right: auto;
    left: 10px;
    top: 18px;
    transform: rotate(0);
  }

  .glovalnav ul li:last-child::after {
    display: block;
  }

  /* .headbnr .btn_icon {
    height: 100%;
    margin-top: 0;
  }*/
  .headbnr ul {
    width: 100%;
    display: block;
  }

  .headbnr ul li {
    float: left;
  }

  .headbnr ul li:nth-child(5) {
    float: right;
    padding-right: 50px;
  }

  .headbnr ul li:last-child {
    float: right;
    padding-right: 5px;
  }

  .headbnr ul li:last-child .cube_btn {
    background: #eb6120;
  }

  .headbnr ul li .cube_btn::after {
    display: none;
  }

  .headbnr ul li .cube_btn_wrap {
    margin-top: 0;
  }

  .headbnr ul li .cube_btn {
    margin-top: 10px;
    text-align: center;
    width: 28px;
    height: 28px;
    padding: 6px;
    line-height: 14px;
  }

  .headbnr ul li .cube_btn .btn_icon {
    margin-right: 0;
  }

  .headbnr ul li:nth-child(5) .cube_btn .btn_icon {
    height: 18px;
    margin-top: 5px;
  }

  .headbnr ul li h1 {
    height: 36px;
    padding: 12px 0 12px 5px;
  }

  .globalnavArea {
    width: 100%;
  }

  .hlogo {
    margin-top: 20px;
    margin-left: 10px;
    height: 20px;
    float: left;
  }

  .glovalnav {
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 2;
    background-color: #fff;
  }

  .glovalnav ul {
    margin-top: 0;
    width: 100%;
    float: none;
    padding: 0;
  }

  .glovalnav ul li {
    float: none;
    width: auto;
    background: #000;
    margin-right: 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }

  .glovalnav ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    height: auto;
    padding: 15px 0 15px 35px;
  }
}

@media screen and (max-width: 736px) {

  /* .headbnr_wrapper img#dokutoru{
		display: none;
	} */
  .headbnr_wrapper a img#storeName {
    width: 35%;
    height: auto;
    margin: 5px 0 0 10px;
  }

  .headbnr_wrapper h1 span.storeText {
    right: 0;
    font-size: 13px;
    top: 15px;
    left: 160px;
  }

  .headbnr_wrapper h1 {
    margin-top: 0px;
  }

  span#campany_nameTOP {
    left: 15px !important;
    top: 40px !important;
  }
}

@media screen and (max-width: 320px) {

  /* .headbnr_wrapper img#dokutoru{
	display: none;
} */
  .headbnr_wrapper a img#storeName {
    width: 23%;
    height: auto;
    margin: 10px 0 0 10px !important;
  }

  span#campany_nameTOP {
    left: 85px;
  }

  .headbnr_wrapper h1 span.storeText {
    right: 0;
    font-size: 10px;
    top: 17px;
    left: 130px;
  }

  .top-contact ul li:nth-child(2) .cube_btn,
  .top-contact ul li:nth-child(4) .cube_btn {
    font-size: 4vw;
  }
}

/* /////////////////////////////
      footer
///////////////////////////// */
footer {
  /*padding-bottom: 80px;*/
}

footer .glovalnav ul li a {
  height: 20px;
}

footer .glovalnav ul li::after {
  height: 33px;
}

.omakase {
  padding: 40px 0;
  background-color: #eb6120;
}

.omakase .wrapper {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.omakase .wrapper .ttl {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 900;
  background-color: #fff;
  margin-bottom: 20px;
}

.omakase .wrapper ul {
  display: inline-block;
  margin-right: 50px;
  font-size: 16px;
  line-height: 35px;
  vertical-align: top;
}

.omakase .wrapper ul li {
  position: relative;
  padding-left: 30px;
}

.omakase .wrapper ul li a {
  position: relative;
  display: inline;
  color: #000;
}

.omakase .wrapper ul li a:hover {
  opacity: 1;
}

.omakase .wrapper ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.omakase .wrapper ul li a:hover::after {
  transform: scale(1, 1);
}

.omakase .wrapper ul li::before {
  content: "";
  position: absolute;
  background-color: #ef9200;
  width: 10px;
  height: 10px;
  left: 0;
  top: 12px;
  border-radius: 5px;
}

.omakase .wrapper ul li a {
  font-weight: 900;
}

.omakase .wrapper ul li.footer-line2 {
  margin-bottom: 142px;
}

.ttlpickup {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 900;
}

.faccess {
  padding: 40px 0;
  width: 980px;
  margin: 0 auto;
}

.faccess ul li {
  position: relative;
  width: 100%;
  float: left;
  height: 160px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.faccess ul li .flogo {
  display: block;
  /* width: 60%;*/
  margin-bottom: 20px;
}

.faccess ul li .fcontact {
  font-size: 16px;
  line-height: 30px;
}

.faccess ul li .big {
  font-size: 30px;
  font-weight: 600;
}

.faccess ul li .fcontact a {
  display: inline-block;
}

.faccess ul li .fbn_navi {
  position: absolute;
  bottom: 0;
  left: 0;
}

.faccess ul li .copyright {
  position: absolute;
  font-size: 14px;
  right: 35%;
  bottom: 0;
}

#lower footer .sec-inner {
  max-width: 1162px;
  margin: 0 auto;
}

.fLogowrap {
  position: relative;
  width: 400px;
}

p.ftxt {
  padding: 10px 0 0 60px;
  font-size: 16px;
}

.faccess span.f_storeName {
  font-weight: 900;
  position: absolute;
  top: 12px;
  font-size: 24px;
}

.footbnr {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 10000;
  box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.3);
}

.footbnr ul {
  width: auto;
  max-width: 1162px;
  margin: 0 auto;
  padding: 0 10px;
  height: 80px;
  display: block;
}

.footbnr ul li a:hover {
  opacity: 1;
}

.footbnr ul li {
  float: right;
}

.footbnr ul li:first-child {
  float: left;
}

.footbnr ul li .telnum {
  margin-top: 20px;
  height: 40px;
}

.footbnr ul li .telnum img {
  height: 100%;
  width: auto;
}

.footbnr ul li .cube_btn {
  margin-top: 10px;
  display: block;
  padding: 10px;
  height: 35px;
}

.footbnr ul li:first-child .cube_btn {
  position: relative;
  margin-top: 10px;
  text-align: center;
  width: 28px;
  height: 28px;
  padding: 6px;
  line-height: 14px;
  background: #eb6120;
}

.footbnr ul li:first-child .cube_btn::after {
  position: absolute;
  content: "電話する";
  width: 200%;
  font-weight: bold;
  transform-origin: left center;
  transform: scale(0.5);
  left: 0;
  bottom: 0px;
  z-index: 1;
}

.footbnr ul li:first-child .cube_btn .btn_icon {
  height: 20px;
}

.footbnr ul li:nth-child(2) .cube_btn {
  margin-top: 10px;
  font-size: 20px;
  line-height: 35px;
  height: 35px;
  padding: 10px 40px 10px 20px;
  text-align: center;
}

.footbnr ul li:nth-child(2) .cube_btn .btn_icon {
  margin: 9px 6px 0 0;
  height: 18px;
}

.footbnr ul li:last-child .cube_btn {
  margin-top: 10px;
  margin-right: 5px;
  padding: 10px 40px 10px 20px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

.footbnr ul li:last-child .cube_btn::after,
.footbnr ul li:nth-child(2) .cube_btn::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 23px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}

.footbnr ul li:last-child .cube_btn .btn_txt {
  padding-right: 0;
}

.txt_mini {
  font-size: 18px !important;
  font-weight: 800;
}

.footbnr ul li:last-child .cube_btn .btn_icon {
  margin: 9px 6px 0 0;
  height: 20px;
}

/*.footbnr ul li .cube_btn span.pc{
  display: inline-block;
}*/
.footbnr ul li .cube_btn span.yellow {
  display: inline-block;
  vertical-align: text-top;
  padding: 0 2px;
  line-height: 20px;
  margin: 6px 3px 0;
  font-size: 15px;
  color: #ff4119;
  background-color: #ffe300;
  font-weight: bold;
  border-radius: 3px;
}

.footbnr ul li .cube_btn .btn_icon {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .footbnr ul li .telnum {
    margin-top: 23px;
    height: 34px;
  }

  .footbnr ul {}

  .footbnr ul li .cube_btn {
    height: 20px;
  }

  .footbnr ul li:last-child .cube_btn {
    margin-top: 18px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 20px;
  }

  .footbnr ul li:last-child .cube_btn .btn_icon {
    margin: 2px 6px 0 0;
    height: 18px;
  }

  .footbnr ul li .cube_btn span.yellow {
    font-size: 13px;
    line-height: 16px;
    margin: 3px 3px 0;
  }

  .footbnr ul li:last-child .cube_btn::after,
  .footbnr ul li:nth-child(2) .cube_btn::after {
    top: 16px;
    width: 8px;
    height: 8px;
  }

  .footbnr ul li:nth-child(2) .cube_btn {
    margin-top: 18px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
  }

  .footbnr ul li:nth-child(2) .cube_btn .btn_icon {
    margin: 3px 6px 0 0;
    height: 15px;
  }

}

@media screen and (max-width: 1000px) {
  .omakase .wrapper {
    width: auto;
    padding: 0 10px;
  }

  .faccess {
    width: auto;
    padding: 40px 10px;
  }

  .omakase .wrapper .ttl {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.3;
  }

  .omakase .wrapper ul {
    margin-right: 20px;
    font-size: 14px;
    line-height: 30px;
  }

  .omakase .wrapper ul li.footer-line2 {
    margin-bottom: 0px;
  }

  .faccess ul li .fcontact {
    font-size: 14px;
  }

  .faccess ul li .copyright {
    font-size: 10px;
  }

  footer .glovalnav ul li a {
    height: 20px;
    line-height: 20px;
  }

  footer .glovalnav ul li::after {
    height: 20px;
    top: 10px;
  }

  .footbnr ul {
    height: 60px;
  }

  .footbnr ul li .telnum {
    margin-top: 20px;
    height: 20px;
  }

  .footbnr ul li .cube_btn {
    height: 20px;
  }

  .footbnr ul li .cube_btn {
    height: 17px;
  }

  .footbnr ul li:last-child .cube_btn {
    margin-top: 10px;
    margin-right: 5px;
    font-size: 13px;
    line-height: 17px;
  }

  .footbnr ul li:last-child .cube_btn .btn_icon {
    margin: 2px 6px 0 0;
    height: 15px;
  }

  .footbnr ul li .cube_btn span.yellow {
    font-size: 11px;
    line-height: 14px;
  }

  .footbnr ul li:last-child .cube_btn::after,
  .footbnr ul li:nth-child(2) .cube_btn::after {
    top: 15px;
    width: 6px;
    height: 6px;
  }

  .footbnr ul li:nth-child(2) .cube_btn {
    margin-top: 10px;
    font-size: 13px;
    line-height: 17px;
    height: 17px;
  }

  .footbnr ul li:nth-child(2) .cube_btn .btn_icon {
    margin: 4px 6px 0 0;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footbnr ul li .cube_btn span.pc {
    display: none;
  }

  .faccess {
    text-align: center;
    width: 100%;
    padding: 0;
  }

  .faccess ul li .flogo {
    margin: 20px auto 20px 0%;
  }

  .faccess span.f_storeName {
    top: 22px;
  }

  .faccess ul li {
    width: 100%;
    float: none;
    height: auto;
    flex-direction: column;
  }

  .faccess ul li .fcontact {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 10px;
  }

  .faccess ul li .copyright {
    position: static;
    font-size: 12px;
    padding: 20px 0 40px;
  }

  .fLogowrap {
    width: 100%;
  }

  .fLogowrap a img {
    width: 70%;
    height: auto;
  }

  .fLogowrap p.ftxt {
    padding: 10px 0 0 28%;
    font-size: 13px;
  }

  .footbnr {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 10000;
    box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.3);
  }

  .footbnr ul {
    width: auto;
    padding: 0 5px;
    height: 60px;
    display: block;
  }

  .footbnr ul li {
    float: right;
  }

  .footbnr ul li:first-child {
    float: left;
  }

  .footbnr ul li .cube_btn {
    margin-top: 10px;
    display: block;
    padding: 10px;
    height: 20px;
  }

  .footbnr ul li:first-child .cube_btn {
    position: relative;
    margin-top: 10px;
    text-align: center;
    width: 28px;
    height: 28px;
    padding: 6px;
    line-height: 14px;
    background: #eb6120;
  }

  .footbnr ul li:first-child .cube_btn::after {
    position: absolute;
    content: "電話する";
    width: 200%;
    font-weight: bold;
    transform-origin: left center;
    transform: scale(0.5);
    left: 0;
    bottom: 0px;
    z-index: 1;
  }

  .footbnr ul li:first-child .cube_btn .btn_icon {
    height: 20px;
  }

  .footbnr ul li:nth-child(2) .cube_btn {
    margin-top: 10px;
    font-size: 14px;
    line-height: 12px;
    height: 24px;
    padding: 8px 0 8px 10px;
    text-align: center;
  }

  .footbnr ul li:nth-child(2) .cube_btn .btn_icon {
    margin: 5px 3px 0 0;
    height: 14px;
  }

  .footbnr ul li:last-child .cube_btn {
    margin-top: 10px;
    margin-right: 5px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .footbnr ul li:last-child .cube_btn .btn_txt {
    padding-right: 0;
    top: 0;
  }

  .footbnr ul li:last-child .cube_btn .btn_icon {
    margin: 1px 3px 0 0;
    height: 17px;
  }

  /*.footbnr ul li .cube_btn span.yellow {
    padding: 0 2px;
    font-size: 10px;
    color: #ff4119;
    background-color: #ffe300;
    font-weight: bold;
    border-radius: 3px;
  }*/
  .footbnr ul li .cube_btn .btn_icon {
    margin-right: 0;
  }

  .footbnr ul li .cube_btn .btn_txt {
    position: relative;
    top: 5px;
  }

  .footbnr ul li:last-child .cube_btn::after,
  .footbnr ul li:nth-child(2) .cube_btn::after {
    display: none;
  }

  .ffb {
    padding: 30px 0;
    width: 50px;
    margin: 0 auto;
  }

}

/* /////////////////////////////
      common
///////////////////////////// */
.pc {
  display: block;
}

.sp {
  display: none;
}

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

.ta-c {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.cube_btn_wrap {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 4px;
  transition: 0.2s all ease 0s;
}

.cube_btn {
  position: relative;
  padding: 15px;
  font-weight: bold;
  text-decoration: none;
  background: #ff4119;
  color: #fff;
  box-shadow: 0 4px 0 #b03318;
  border-radius: 5px;
}

.cube_btn_tel {
  position: relative;
  padding: 15px;
  font-weight: bold;
  text-decoration: none;
  background-color: #eb6120;
  color: #fff;
  box-shadow: 0 4px 0 #b03318;
  border-radius: 5px;
}

.cube_btn.sp {
  display: none;
}

.cube_btn_wrap:hover {
  padding-top: 2px;
  padding-bottom: 2px;
}

.cube_btn_wrap:hover .cube_btn {
  box-shadow: 0 2px 0 #b03318;
}

.cube_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(assets/img/common/btn-ptn01.png) repeat;
}


.cube_btn_wrap a:link:hover {
  opacity: 1;
}

.btn_icon {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-right: 10px;
  width: auto;
}

.btn_icon img {
  height: 100%;
  width: auto;
}

.btn_txt {
  display: inline-block;
  font-weight: bold;
}

.btn_txt_fix {
  font-size: 18px;
}

.arrow01,
.arrow02 {
  position: relative;
}

.arrow01::after {
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
  content: "";
  width: 10px;
  height: 18px;
  background: url(assets/img/common/top-arrow01.png) center / cover no-repeat;
}

.arrow02::after {
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  content: "";
  width: 24px;
  height: 24px;
  background: url(assets/img/common/top-arrow04.png) center / cover no-repeat;
}

div.wpcf7 .ajax-loader {
  display: none;
}

h2 {
  font-weight: 900;
}

h3 {
  position: relative;
  vertical-align: middle;
  margin-bottom: 10px;
  font-weight: 900;
}

h3 p {
  display: inline-block;
  font-weight: 900;
  font-size: 22px;
  line-height: 48px;
  padding: 0 10px;
}

h3 span {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #eb6120;
}

h4.l-box01 {
  position: relative;
  padding-left: 25px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
}

h4.l-box01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 4px solid #eb6120;
}

h4.l-box01.cl-ptn02::before {
  border: 4px solid #ef9201;
}

#lower .mainvidual .mainimg {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  height: 220px;
}

.case-main {
  background: url(assets/img/case/main-case.jpg) right / cover no-repeat;
}

.voice-main {
  background: url(assets/img/voice/main-voice.png) right / cover no-repeat;
}

.aeon_loan-main {
  background: url(assets/img/aeon_loan/aeon_loan_main_img.jpg) right / cover no-repeat;
}

.blog-main {
  background: url(assets/img/blog/main-blog.jpg) right / cover no-repeat;
}

.blog1-main {
  background: url(assets/img/blog/main-blog1.jpg) right / cover no-repeat;
}

.blog2-main {
  background: url(assets/img/blog/main-blog2.jpg) right / cover no-repeat;
}

.recruit-main {
  background: url(assets/img/blog/main-recruit.jpg) right / cover no-repeat;
}

.estimate-main {
  background: url(assets/img/estimate/main-estimate.png) right / cover no-repeat;
}

.amamori-main {
  background: url(assets/img/estimate/main-amamori.jpg) right / cover no-repeat;
}

.tvcm-main {
  background: url(assets/img/protimes_tvcm/main-tvcm.jpg) right / cover no-repeat;
}

.cashless-main {
  background: url(assets/img/cashless/main-cashless.jpg) right / cover no-repeat;
}

.line-main {
  background: url(assets/img/line/main-line.jpg) right / cover no-repeat;
}

.present-main {
  background: url(assets/img/present/main-present.png) right / cover no-repeat;
}

.tour-main {
  background: url(assets/img/tour/main-tour.png) right / cover no-repeat;
}

#pan {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 10px;
}

#pan ul li {
  float: left;
  font-size: 14px;
  font-weight: bold;
}

#pan ul li a {
  position: relative;
  color: #eb6120;
  font-weight: bold;
  padding-right: 20px;
  margin-right: 10px;
}

#pan ul li a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #eb6120;
  border-right: 1px solid #eb6120;
  transform: rotate(45deg);
}

#pan ul li a.home {
  padding-left: 20px;
}

#pan ul li a.home::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(assets/img/common/icon-home.png) center / cover no-repeat;
}

#page_title .mainimg {
  position: relative;
}

#page_title h2 {
  position: absolute;
  font-size: 56px;
  text-align: center;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.page_ttl_small {
  font-size: 40px;
  font-weight: bold;
}

.wp-pagenavi {
  text-align: center;
  padding: 50px 0;
}

.wp-pagenavi .pages,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  display: none;
}

.wp-pagenavi span.current {
  background-color: #000;
  color: #fff;
  font-weight: normal;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  font-size: 22px;
  padding: 0 !important;
  border: 1px solid #000;
}

h2.u-line01 {
  font-size: 40px;
  padding: 40px 0 20px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 5px solid #eb6120;
}

h2.u-line_new {
  padding-bottom: 50px;
  width: 800px;
}

h2.u-line01::before {
  position: absolute;
  content: "";
  left: calc(50% - 15px);
  bottom: -16px;
  border-right: 10px solid transparent;
  border-top: 15px solid #eb6120;
  border-left: 10px solid transparent;
}

h2.u-line01 span {
  color: #eb6120;
  font-weight: 900;
}

h2.u-line01 span.big {
  font-size: 52px;
}

h2.u-line02 {
  font-size: 46px;
  text-align: center;
  padding: 50px 0 20px;
  margin-bottom: 20px;
  position: relative;
}

h2.u-line02::before {
  position: absolute;
  bottom: 0px;
  right: calc(50% - 50px);
  content: '';
  width: 50px;
  height: 5px;
  background: #000;
}

h2.u-line02::after {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 51px);
  content: '';
  width: 50px;
  height: 5px;
  background: #eb6120;
}

h2.u-line02 span {
  color: #eb6120;
  font-weight: 900;
}

h2.u-line02 span.big {
  font-size: 50px;
}

h2.u-line02 span.small {
  color: #000;
  font-size: 30px;
}

.l-line::before {
  position: absolute;
  content: "";
  background-color: #000;
  left: 0;
  bottom: calc(50% + 1px);
  width: 5px;
  height: 50%;
}

.l-line::after {
  position: absolute;
  content: "";
  background-color: #eb6120;
  left: 0;
  top: 50%;
  width: 5px;
  height: 50%;
}

.l-line {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  position: relative;
  font-size: 28px;
}

.l-line span {
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #eb6120;
}

.sec-inner {
  max-width: 1162px;
  padding: 0 10px;
  margin: 0 auto;
}

#lower .sec-inner {
  max-width: 980px;
  width: auto;
  margin: 0 auto;
  padding: 0 10px;
}

#pageTop {
  display: none;
  position: fixed;
  z-index: 10000;
  right: 40px;
  bottom: 90px;
  width: 50px;
}

#lower {
  overflow: hidden;
  padding-top: 210px;
}

.top-pickup ul {
  width: 1162px;
  margin: 0 auto;
  display: flex;
  padding-top: 5px;
  flex-wrap: wrap;
}

.top-pickup ul li {
  width: 30%;
  height: auto;
  margin: 0 10px;
  position: relative;
}

.top-pickup ul li .sl-img {
  background-color: #fff;
  height: 190px;
}

/*.top-pickup .bx-wrapper .bx-next {
  right: 0;
  background-color: rgba(0,0,0,0.8);
}
.top-pickup .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important;
}
.top-pickup .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  border-radius: 5px;
}
.top-pickup .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  border-radius: 5px;
}
.top-pickup .bx-wrapper .bx-prev {
  left: 0;
  background-color: rgba(0,0,0,0.8);
}
.top-pickup .bx-wrapper .bx-prev::after{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: calc(50% - 10px);
  left: 15px;
  transform: rotate(45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.top-pickup .bx-wrapper .bx-next::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: calc(50% - 10px);
  right: 15px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}*/

#lower .paging {
  text-align: center;
  width: 460px;
  margin: 60px auto;
}

#lower .paging a {
  border: 1px solid #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
}

#lower .paging .prev {
  float: left;
  width: 150px;
}

#lower .paging .next a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: calc(50% - 3px);
  right: 12px;
}

#lower .paging .next {
  float: right;
  width: 150px;
}

#lower .paging .prev a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  top: calc(50% - 3px);
  left: 12px;
}

#lower .paging .back {
  width: 120px;
  margin: 0 auto;
}

#lower .paging .back a {
  background-color: #000;
  color: #fff;
}

#detail_container .comment {
  margin-top: 60px;
}

#detail_container .comment .ttl {
  position: relative;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 0 15px 40px;
  margin-bottom: 10px;
  border-bottom: 3px solid #eb6120;
}

#detail_container .comment .ttl::before {
  position: absolute;
  left: 0;
  content: "";
  height: 30px;
  width: 30px;
  background: url(assets/img/case/icon-fukudashi.png) center / cover no-repeat;
}

#detail_container .comment.tanto .ttl::before {
  width: 25px;
  background: url(assets/img/case/icon-comment.png) center / cover no-repeat;
}

#detail_container .comment .txt {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}

#detail_container .comment.tanto .sub_ttl {
  margin-bottom: 30px;
  padding-left: 1.5em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

#detail_container .comment.tanto .txt {
  width: 50%;
  flex-grow: 1;
  font-weight: normal;
}

#detail_container .comment.tanto .tanto_inner {
  display: flex;
}

#detail_container .comment.tanto .tanto_img {
  max-width: 300px;
  width: 100%;
  margin-left: 50px;
  padding-right: 2em;
  flex-grow: 0;
}

#detail_container .comment.tanto .btnArea.ptn01 .cube_btn {
  width: 375px;
}

#page_title_center {
  text-align: center;
}

#page_title_center h2 {
  font-size: 46px;
  padding-top: 40px;
}

#page_title_center span {
  color: #888888;
  display: block;
  border-bottom: 3px solid #000;
  position: relative;
  padding-bottom: 25px;
  margin-top: 10px;
}

#page_title_center span:before {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 3px solid #eb6120;
  position: absolute;
  bottom: 0;
  margin-bottom: -3px;
}

@media screen and (max-width: 1300px) {
  h2.u-line01 {
    font-size: 40px;
  }

  h2.u-line02 {
    font-size: 36px;
  }

  h2.u-line02 span.small {
    font-size: 28px;
  }

  h2.u-line01 span.big {
    font-size: 48px;
    font-weight: 900;
  }
}

@media screen and (max-width: 1200px) {
  h2.u-line01 {
    font-size: 28px;
  }

  h2.u-line01 span.big {
    font-size: 40px;
  }

  h2.u-line02 {
    font-size: 24px;
  }

  h2.u-line02 span.small {
    font-size: 18px;
  }

  h3 p {
    display: inline-block;
    font-weight: 900;
    font-size: 18px;
  }

}

@media screen and (max-width: 1000px) {

  #lower .mainvidual .mainimg {
    height: 150px;
  }

  #page_title h2 {
    font-size: 36px;
  }

  .page_ttl_small {
    font-size: 28px;
    font-weight: bold;
  }

  .sec-inner {}

  .cube_btn_wrap {
    padding-bottom: 3px;
  }

  .cube_btn {
    box-shadow: 0 4px 0 #b03318;
  }

  .cube_btn_wrap:hover {}

  .glovalnav ul li a::before,
  .glovalnav ul li a::after {
    position: absolute;
  }

  .cube_btn_wrap:hover {
    padding-bottom: 1px;
  }

  h2.u-line01 {
    font-size: 22px;
  }

  h2.u-line01 span.big {
    font-size: 30px;
  }

  h2.u-line02 {
    font-size: 22px;
  }

  h2.u-line02 span.small {
    font-size: 17px;
  }

  h3 p {
    font-size: 16px;
  }

  h3 span {
    font-size: 30px;
  }

  h4.l-box01 {
    font-size: 18px;
  }

  /*.top-pickup .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 60px;
  }
  .top-pickup .bx-wrapper .bx-prev::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 7px);
    left: 10px;
  }
  .top-pickup .bx-wrapper .bx-next::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 7px);
    right: 10px;
  }*/
  #page_title_center h2 {
    font-size: 40px;
  }

  #page_title_center h2 span {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  #lower {
    padding: 60px 0;
  }

  main {
    padding: 60px 0 0;
  }

  h2.u-line01 {
    font-size: 20px;
    line-height: 1.5;
  }

  h2.u-line02 {
    font-size: 20px;
    line-height: 1.5;
  }

  h2.u-line01 span.big {
    font-size: 24px;
  }

  h3 p {
    font-size: 14px;
    padding: 0;
  }

  .top-pickup ul {
    flex-direction: column;
    width: 96%;
    margin: 0 auto;
  }

  .top-pickup ul li {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .top-pickup ul li .sl-ttl {
    font-size: 18px;
  }

  .l-line {
    line-height: 30px;
    height: 30px;
    font-size: 21px;
  }

  .l-line::before,
  .l-line::after {
    width: 3px;
  }

  .wp-pagenavi span,
  .wp-pagenavi a {
    width: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  #lower .mainvidual .mainimg {
    height: 78px;
  }

  #pan {
    width: auto;
    padding: 15px 3%;
    background-color: #f1f2f6;
  }

  #pan ul li {
    font-size: 10px
  }

  #pan ul li a {
    padding-right: 12px;
  }

  #pan ul li a::after {
    top: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #eb6120;
    border-right: 1px solid #eb6120;
    transform: rotate(45deg);
  }

  #pan ul li a.home {
    padding-left: 12px;
  }

  #pan ul li a.home::before {
    width: 10px;
    height: 10px;
  }

  #page_title h2 {
    left: 5%;
    font-size: 20px;
  }

  .page_ttl_small {
    font-size: 17px;
    font-weight: bold;
  }

  .cube_btn:active {
    box-shadow: 0 3px 0 #b03318;
  }

  .btn_txt {
    text-align: left;
    padding-right: 10px;
  }

  .btn_txt_fix {
    font-size: 16px;
  }

  .pc,
  .pc.btn_txt,
  .pc,
  .glovalnav ul li span {
    display: none;
  }

  .glovalnav ul li a:hover::before,
  .glovalnav ul li a:hover::after {
    display: none;
  }

  .cube_btn.sp {
    display: block;
  }

  .sp {
    display: block;
  }

  .sec-inner,
  #lower .sec-inner {
    width: auto;
    padding: 0 10px;
  }

  #pageTop {
    right: 20px;
    bottom: 80px;
    width: 30px;
  }

  #lower .paging {
    margin: 40px auto;
    width: 100%;
  }

  #lower .paging a {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
  }

  #lower .paging .prev,
  #lower .paging .next {
    width: 32%;
  }

  #lower .paging .next a::before {
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    right: 4%;
  }

  #lower .paging .prev a::before {
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    left: 4%;
  }

  #lower .paging .back {
    width: 28%;
  }

  #detail_container .comment {
    margin-top: 40px;
  }

  #detail_container .comment .ttl {
    font-size: 20px;
    line-height: 24px;
    padding-left: 30px;
  }

  #detail_container .comment .txt {
    font-size: 13px;
  }

  #detail_container .comment .ttl::before {
    height: 24px;
    width: 24px;
  }

  #detail_container .comment.tanto .sub_ttl {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 20px;
    text-align: center;
  }

  #detail_container .comment.tanto .tanto_inner {
    flex-direction: column;
    align-items: center;
  }

  #detail_container .comment.tanto .txt {
    width: auto;
    padding-left: 0;
  }

  #detail_container .comment.tanto .tanto_img {
    margin: 20px auto 0;
    padding: 0;
  }

  #detail_container .comment.tanto .btnArea.ptn01 .cube_btn {
    width: 90vw;
  }

  #page_title_center h2 {
    padding-top: 30px;
    font-size: 32px;
  }

  #page_title_center span {
    font-size: 13px;
    border-bottom: 2px solid #000;
    padding-bottom: 18px;
    margin-top: 8px;
  }

  #page_title_center span:before {
    border-bottom: 2px solid #eb6120;
    margin-bottom: -2px;
  }
}

/* 余白 */
.mb40 {
  margin-bottom: 40px;
}

/* /////////////////////////////
      top page
///////////////////////////// */
.toppage {
  overflow: hidden;
  padding-top: 230px;
  display: block;
}

.mainvidual {
  background: url(assets/img/top/mv-bg.png) repeat;
  /*background: url(assets/img/top/mv-bg.png) repeat;*/
}

.mainvidual .mainimg {
  max-width: 1162px;
  padding: 0 10px;
  margin: 0 auto;
}

.top-choice h2 {
  height: 60px;
}

.top-choice h2 .cube_btn_wrap {
  vertical-align: top;
  margin-left: 20px;
}

.top-choice h2 .cube_btn {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  width: 170px;
  background-color: #eb6120;
}

.top-choice h2 .cube_btn.arrow02::after {
  top: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
}

.top-choice ul li {
  float: left;
  width: calc((99% / 3) - 8px);
  margin-left: 12px;
}

.top-contact ul li a.sp {
  display: none;
}

.top-choice ul li:first-child {
  margin-left: 0;
}

.top-choice .btnArea {
  padding: 30px 0;
  text-align: center;
  height: 80px;
}

.top-choice .btnArea .cube_btn {
  background-color: #eb6120;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 0;
  width: 800px;
  height: 30px;
}

.top-contact {
  padding: 30px 0;
  background-color: #f1f2f5;
}

.top-contact h2 {
  font-size: 32px;
  margin-bottom: 25px;
}

.top-contact ul li {
  float: left;
  position: relative;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  margin-left: 20px;
}

.top-contact ul li:nth-child(odd) {
  margin-left: 0
}

.top-contact ul li .cube_btn_wrap {
  position: absolute;
  left: 30px;
  bottom: 16px;
}

.top-contact ul li:nth-child(2) .cube_btn {
  width: 420px;
  padding: 12px 15px 12px 30px;
  font-size: 25px;
  line-height: 31px;
  height: 31px
}

.top-contact ul li:nth-child(2) .cube_btn span {
  display: inline-block;
  padding: 0 4px;
  font-size: 19px;
  color: #ff4119;
  background-color: #ffe300;
  font-weight: bold;
  margin-right: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}

.btnArea.ptn01 {
  padding: 30px 0;
  text-align: center;
}

.btnArea.ptn01 .cube_btn {
  width: 520px;
  height: 25px;
  font-size: 19px;
  line-height: 25px;
  margin: 0 10px;
  background: #eb6120;
}

.btnArea.ptn01 .cube_btn.arrow02::after {
  top: calc(50% - 10px);
  right: 15px;
  content: "";
  width: 20px;
  height: 20px;
}

.top-event h2 p {
  position: absolute;
  width: 190px;
  left: calc(50% - 520px);
}

.top-event ul li {
  /*float: left;*/
  font-size: 18px;
  line-height: 36px;
}

.top-event ul li:first-child {
  /*width: 490px;*/
  margin-right: 30px;
}

.top-event ul li:last-child {
  /*width: 632px;*/
  height: 220px;
  border: 4px solid #eb6120;
  padding: 10px 0;
  border-radius: 5px;
}

.top-event ul li .caution {
  margin-bottom: 15px;
  font-size: 16px;
}

.top-event ul li ul {
  /*width: 580px;*/
  margin: 0 auto;
}

.top-event ul li ul li {
  float: none;
  overflow: visible !important;
  padding: 15px 0;
  margin: 0 auto !important;
  width: 96% !important;
  height: auto !important;
  border-bottom: 1px solid #333;
}

.top-event ul li ul li:last-child {
  border: 0 !important;
  padding: 20px 0;
}

.top-event dl {
  display: table;
  width: 100%;
  padding: 0 10px;
}

.top-event dd {
  display: table-cell;
  height: 40px;
  vertical-align: top;
}

.top-event ul li .date {
  width: 140px;
  font-size: 16px;
  line-height: 26px;
}

.top-event ul li .cate {
  width: 130px;
}

.top-event ul li .cate p {
  font-size: 12px;
  line-height: 26px;
  width: 120px;
  color: #fff;
  background-color: #ccc;
  text-align: center;
}

.seminar-cate01 {
  background-color: #3488d0 !important;
}

.seminar-cate02 {
  background-color: #ae7ac4 !important;
}

.seminar-cate03 {
  background-color: #795548 !important;
}

.seminar-cate04 {
  background-color: #CDDC39 !important;
}

.seminar-cate05 {
  background-color: #dc39a2 !important;
}

.seminar-cate06 {
  background-color: #e64d3d !important;
}

.top-news .portfolio {
  background-color: #ef9200;
}

.top-news .pickup {
  background-color: #ff5722;
}

.top-news .voice {
  background-color: #E878CC;
}

.top-news .staff-blog {
  background-color: #75ba21;
}

.top-event ul li .ttl {
  width: 620px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 26px;
}

.top-event ul li .date_over {
  text-decoration: line-through;
  color: #888888;
}

.top-event ul li .cube_btn_wrap {
  width: 70px;
  margin-right: 5px;
}

.top-event ul li .cube_btn {
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 30px;
  transition: 0s;
}

.top-event ul li .cube_btn_wrap:last-child {
  margin-right: 0;
}

.top-event ul li .cube_btn.mapbtn {
  background: #53ae21;
  box-shadow: 0px 4px 0px #3f8518;
}

.top-event ul li .cube_btn_wrap:hover .cube_btn.mapbtn {
  box-shadow: 0 2px 0 #3f8518;
}

.top-event ul li .end .cube_btn {
  border: 0;
}

.top-event ul li .endbtn {
  font-size: 14px;
  border-radius: 5px;
  font-weight: bold;
  color: #ff4119;
  border: 2px solid #ff4119;
  width: 200px;
  margin-left: 15px;
  position: relative;
}

.top-event ul li .dtlbtn {
  font-size: 14px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #ff4119;
  width: 200px;
  margin-left: 15px;
  position: relative;
}

.top-event ul li .dtlbtn:after {
  position: absolute;
  top: calc(60% - 10px);
  right: 15px;
  content: "";
  width: 8px;
  height: 15px;
  background: url(assets/img/common/top-arrow01.png) center / cover no-repeat;
}

.top-event ul li .end .cube_btn:active {
  -ms-transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.top-event ul li .cube_btn.arrow01::after {
  top: calc(50% - 4px);
  right: 5px;
  width: 5px;
  height: 9px;
}


.top-map {
  padding: 30px 0;
  background-color: #f1f2f5;
}

.top-map ul {
  background-color: #fff;
  border: 5px solid #000;
}

.top-map ul li {
  float: left;
  width: 50%;
}

.top-map .ttlArea {
  position: relative;
  background-color: #000;
  padding: 10px 0 15px;
}

.top-map .ttlArea .icon {
  position: absolute;
  width: 150px;
  left: 10px;
  top: -30px;
}

.top-map .ttlArea .ttl {
  margin-left: 170px;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
}

.top-map .txtArea {
  padding: 50px 30px 0 30px;
}

.top-map .txtArea .area {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 900;
}

.top-map .txtArea .place {
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.top-map .txtArea .place::after {
  content: "";
  position: absolute;
  background-color: #eb6120;
  width: 10px;
  height: 10px;
  left: 0;
  top: 3px;
  border-radius: 50%;
}

.top-map .txtArea .etc {
  padding: 20px 0;
  font-size: 18px;
  line-height: 20px;
  color: #eb6120;
  border: 2px solid #eb6120;
}

.top-example h2,
.top-voice h2,
.top-blog h2 {
  display: inline-block;
  text-align: left;
}

.top-example h2 .icon,
.top-voice h2 .icon,
.top-blog h2 .icon {
  float: left;
  width: 126px;
}

.top-example h2 .txt,
.top-blog h2 .txt {
  padding-left: 10px;
  padding-top: 9px;
  line-height: 54px;
  float: left;
  font-weight: 900;
}

.top-voice h2 .txt {
  padding-left: 10px;
  padding-top: 30px;
  line-height: 54px;
  font-weight: 900;
  float: left;
}

.top-voice .ta-c p.txt_sub {
  position: relative;
  top: -60px;
  font-size: 24px;
  font-weight: 700;
}

.top-voice .ta-c p.txt_sub span {
  font-size: 50%;
  font-weight: 700;
}

.top-example,
.top-voice {
  position: relative;
}

.top-example::before,
.top-voice::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 280px;
  bottom: 0;
  left: 0;
  background-color: #fdf4e6;
}

.top-member::before {
  content: "";
  position: absolute;
  width: 100%;
  /*height: 320px;*/
  bottom: 0;
  left: 0;
  background-color: #f1f2f5;
}

.top-pickup::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  background-color: #fdf4e6;
}

.top-pickup::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  left: 0;
  background-color: #fdf4e6;
}

.top-example .intro,
.top-voice .intro {
  font-size: 18px;
  line-height: 1.5;
  padding: 20px 0;
}

#intro_new {
  padding-top: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.toppage .bx-wrapper {
  margin: 20px auto 0 !important;
}

.toppage .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important;
}

.toppage .bx-wrapper .bx-prev {
  left: 0;
  background-color: rgba(0, 0, 0, 0.8)
}

.toppage .bx-wrapper .bx-prev::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: calc(50% - 10px);
  left: 15px;
  transform: rotate(45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.toppage .bx-wrapper .bx-next {
  right: 0;
  background-color: rgba(0, 0, 0, 0.8)
}

.toppage .bx-wrapper .bx-next::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: calc(50% - 10px);
  right: 15px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.toppage .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  border-radius: 5px;
}

.top-example .bx-wrapper .bx-controls-direction a,
.top-voice .bx-wrapper .bx-controls-direction a {
  margin-top: -90px;
}

.sl-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.sl-img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sl-status {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 10px;
  width: 100px;
  height: 100px;
}

.sl-status.before {
  background: url(assets/img/top/top-situation03.png) center / cover no-repeat;
}

.sl-status.half {
  background: url(assets/img/top/top-situation02.png) center / cover no-repeat;
}

.sl-status.after {
  background: url(assets/img/top/top-situation01.png) center / cover no-repeat;
}

.sl-info {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 30px;
}

.sl-point {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  padding: 0 10px;
  margin-right: 5px;
  background-color: #fff;
  color: #eb6120;
  border: 2px solid #eb6120;
}

.portfolio-wrapper li.sl-point {
  margin-right: 5px;
}

.sl-city {
  float: left;
  margin-right: 10px;
}

.sl-name {
  float: left;
}

.sl-plan {
  font-size: 18px;
}

.sb-cate {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 45px;
  color: #fff;
  width: 100%;
}

.sb-cate.blog {
  background-color: rgba(235, 97, 32, 0.8) !important;
}

.sb-cate.blog2 {
  background-color: rgba(239, 146, 0, 0.8) !important;
}

.sl-ttl {
  text-decoration: underline;
  line-height: 60px;
  background-color: #fff;
}

.top-staffblog .bx-wrapper .bx-controls-direction a {
  margin-top: 0;
  top: 5.5vw;
}

/*.top-pickup .bx-wrapper .bx-controls-direction a {
  margin-top: 0;
  top: 4vw;
}*/
.top-staffblog {
  position: relative;
}

.top-staffblog::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  bottom: -40px;
  left: 0;
  background-color: #fdf4e6;
}

#staffblogBanner {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}

#staffblogBanner .blogbannerBox {
  width: 570px;
  height: 200px;
  margin: 5px;
}

.top-pickup {
  position: relative;
  padding: 40px 0;
}

.top-pickup h3 {
  font-size: 24px;
}

.toppage .sl-txtAra {
  padding-top: 10px;
  min-height: 90px;
}

.top-about {
  position: relative;
}

.top-about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  bottom: 0;
  left: 0;
  background-color: #fdf4e6;
}

.top-about .triangle-imgwrap {
  position: relative;
}

.top-about .triangle-imgwrap .cube_btn_wrap {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.top-about .triangle-imgwrap .about_new {
  width: 220px;
}

.top-about .triangle-imgwrap .cube_btn {
  background-color: #eb6120;
  padding: 10px;
}

.top-about .triangle-imgwrap .cube_btn .btn_txt {
  text-align: center;
  line-height: 1.5;
  padding-left: 25px;
}

.top-about .txt {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.top-about ul>li {
  position: relative;
  float: left;
  padding: 15px 0 30px;
  width: auto;
}

.top-about ul>li .triangle-img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.top-about ul>li:first-child {
  margin-right: 77px;
}

.top-about ul>li .ttl {
  position: relative;
  height: 60px;
}

.top-about ul>li .icon {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.top-about ul>li .icon img {
  height: 100%;
  width: auto;
}

.top-about ul>li .txt {
  /*display: inline-block;*/
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #EB6120;
  padding-left: 10px;
}

.top-about ul>li li {
  position: relative;
  float: none;
  font-weight: bold;
  padding: 0 0 0 30px;
  width: auto;
  font-size: 16px;
  line-height: 35px;
}

.top-about ul>li li::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #eb6120;
}

.top-about ul>li ul {
  margin: 10px 0 30px;
}

.top-about ul>li .img {
  margin-top: 10px;
  padding: 0 20px;
}

.top-about ul>li .img iframe {
  width: 100%;
  height: 295px;
}

.top-member {
  position: relative;
  background-color: #f1f2f5;
}

.top-member ul.greeting li {
  float: left;
}

.top-member ul.greeting li:first-child {
  width: 300px;
}

.top-member ul.greeting li:last-child {
  position: relative;
  margin-left: 40px;
  padding: 40px 0 40px 40px;
  width: 780px;
}

.top-member ul.greeting li p {
  position: relative;
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
}

.top-member ul.greeting li p.sign {
  float: right;
  text-align: left;
  margin-top: 20px;
}

.top-member ul.greeting li p.sign span {
  font-weight: 900;
}

.top-member ul.greeting li p.sign span.big {
  font-size: 20px;
}

.top-member ul.greeting li .triangle-img {
  left: 0;
  top: 0;
  height: 300px;
  position: absolute;
}

.top-member ul.greeting li .triangle-img img {
  width: auto;
  height: 100%;
}

.staff-slider li {
  float: left;
  width: calc(19% - 4px);
  margin-right: 5px;
}

.staff-slider li:last-child {
  margin-right: 0;
}

.staff-slider img {
  height: 100%;
  width: auto;
  max-width: none;
}

.staff-slider .sl-img {
  position: relative;
  height: calc((1162px / 5) - 14px);
  background-color: #fff;
}

.staff-slider .sl-img::before {
  position: absolute;
  content: "";
  width: 114px;
  height: 61px;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  background: url(assets/img/common/triangle-02.png) center / cover no-repeat;
}

/*.blog-slider li .sl-img,.pickup-slider li .sl-img{
  height: 180px;
}*/
.toppage .staff-list {
  position: relative;
}

.toppage .staff-list .bx-wrapper .bx-controls-direction a {
  margin-top: -70px;
}


.top-news {
  padding: 40px 0;
}

.top-news h2 {
  margin-bottom: 20px;
}

.top-news ul {
  width: 900px;
  float: right;
}

.top-news ul li {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.top-news dl {
  display: table;
  width: 100%;
}

.top-news dl dd {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}

.top-news dl dd.date {
  width: 110px;
  color: #888888;
  font-size: 16px;
  line-height: 26px;
}

.top-news dl dd.cate {
  font-size: 12px;
  line-height: 26px;
  width: 120px;
  color: #fff;
  text-align: center;
}

.top-news dl dd.ttl {
  font-size: 16px;
  line-height: 26px;
  padding-left: 10px;
}

.slider-wrapper {
  width: 1162px;
  margin: 0 auto;
}

.top-list {
  padding: 40px 0;
  background-color: #f1f2f5;
}

.toplist_new {
  margin-bottom: 40px;
}

.top-list .cube_btn {
  display: block;
  height: 25px;
  padding: 15px 20px;
}

.top-list .cont03 .btn_icon {
  margin-right: 15px;
  float: left;
}

.top-list .cont03 .btn_txt {
  display: block;
}

.top-list .arrow02::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(assets/img/common/top-arrow04.png) center / cover no-repeat;
}

.top-list .cont03 {
  margin: 15px 0 25px;
  display: flex;
  flex-wrap: wrap;
}

.top-list .cont03 li {
  font-size: 19px;
  line-height: 25px;
  width: 32.6666%;
  margin: 0 1% 1% 0;
}

.top-list .cont03 li:nth-of-type(3n) {
  margin-right: 0;
}

.top-list .cont03 li .cube_btn_wrap,
.top-list .cont04 li .cube_btn_wrap {
  width: 100%;
}

.top-list .cont03 li .cube_btn {
  background-color: #eb6120;
}

.top-list .cont03 li:last-child .cube_btn {
  padding: 7px 15px;
  height: 41px;
  line-height: 20px;
}

.top-list .cont03 li:last-child .btn_icon {
  margin-top: 9px;
  width: auto;
  height: 25px;
}

.top-list .cont03 li:first-child {
  margin-left: 0;
}

.top-list .cont04 {
  margin-top: 15px;
}

.top-list .cont04 .btn_icon {
  margin-right: 5px;
}

.top-list .cont04 li {
  float: left;
  width: calc((99% / 4) - 18px);
  margin-left: 24px;
  font-size: 24px;
  line-height: 25px;
}

.top-list .cont04 li span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 25px;
}

.top-list .cont04 li .cube_btn {
  padding: 15px 10px;
  background: #ef9201;
}

.top-list .cont04 li .cube_btn {
  box-shadow: 0 4px 0 #9e6000;
}

.top-list .cont04 li .cube_btn_wrap:hover .cube_btn {
  box-shadow: 0 2px 0 #9e6000;
}

.top-list .cont04 li .cube_btn .btn_txt {
  padding-right: 20px;
}

.top-list .arrow02::after {
  right: 10px;
}

.top-list .cont04 li:first-child {
  margin-left: 0;
}

.top-flow {
  padding: 40px 0;
}

.top-flow .ttl {
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 15px;
}

.top-flow ul {
  /*display: flex;
  flex-wrap: nowrap;*/
  max-width: 100%;
  height: 80px;

}

.top-flow ul li {
  float: left;
}

.top-flow ul li a {
  display: block;
}

.top-flow ul li a img {
  height: 80px;
  width: auto;
}

.top-flow ul.sp {
  display: none;
}

.news-link {
  margin-top: 20px;
  text-align: right;
}

.news-link a {
  position: relative;
  font-size: 16px;
  padding-right: 20px;
  color: #000;
}

.news-link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #eb6120;
  border-bottom: 1px solid #eb6120;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1300px) {
  .top-choice h2 .cube_btn {
    font-size: 18px;
    line-height: 21px;
    padding: 15px;
    width: 150px;
  }
}

@media screen and (max-width: 1200px) {

  .top-example h2 .icon,
  .top-voice h2 .icon,
  .top-blog h2 .icon {
    width: 106px;
  }

  .top-example h2 .txt,
  .top-voice h2 .txt,
  .top-blog h2 .txt {
    padding-top: 4px;
    line-height: 46px;
  }

  .staff-slider .sl-img {
    height: calc((980px / 5) - 14px);
  }

  .top-contact ul li .cube_btn {
    padding: 10px;
  }

  .top-contact ul li:nth-child(2) .cube_btn {
    width: 260px;
    font-size: 16px;
    line-height: 20px;
  }

  .top-contact ul li:nth-child(3) .cube_btn span {
    font-size: 16px;
  }

  .top-contact ul li:nth-child(3) .cube_btn {
    width: 360px;
    padding: 10px 0 10px 60px;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
  }

  .top-contact ul li:nth-child(4) .cube_btn {
    width: 260px;
    font-size: 16px;
    line-height: 20px;
  }

  .slider-wrapper {
    width: 980px;
  }

  .sl-img {
    height: 19vw;
  }

  /*.blog-slider li .sl-img, .pickup-slider li .sl-img {
    height: 14vw;
  }*/
  .top-event ul li {
    float: left;
    font-size: 14px;
    line-height: 28px;
  }

  .top-event ul li .caution {
    font-size: 12px;
  }

  .top-event ul li:first-child {
    width: 360px;
    /* margin-right: 30px; */
  }

  .top-event ul li:last-child {
    width: calc(100% - 398px);
    height: 200px;
  }

  .top-event ul li ul {
    width: 600px;
  }

  .top-event ul li ul li,
  .top-event ul li ul li:last-child {
    padding: 10px 0;
  }

  .top-example .bx-wrapper .bx-controls-direction a,
  .top-voice .bx-wrapper .bx-controls-direction a {
    top: 6vw;
    margin-top: 0;
  }

  .top-event ul li .date {
    width: 170px;
    font-size: 12px;
    line-height: 26px;
  }

  .top-event ul li .cate p {
    font-size: 10px;
    line-height: 26px;
    width: 100px;
  }

  .top-event ul li .cube_btn_wrap {
    width: 60px;
  }

  .top-event ul li .ttl {
    width: 180px;
    font-size: 14px;
    line-height: 26px;
  }

  .top-event ul li .cube_btn {
    font-size: 12px;
  }

  .top-map .ttlArea .ttl {
    margin-left: 160px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
  }

  .top-map .ttlArea .icon {
    width: 150px;
    top: -30px;
  }

  .top-map .txtArea {
    padding: 40px 20px 0;
  }

  .top-map .txtArea .area {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .top-map .txtArea .place {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .top-map .txtArea .etc {
    padding: 15px 0;
    font-size: 16px;
  }

  .btnArea.ptn01 .cube_btn {
    width: 420px;
  }

  .btnArea.ptn01 .cube_btn.arrow02::after {
    right: 10px;
  }

  .btnArea.ptn01 .cube_btn {
    width: 420px;
    font-size: 15px;
  }

  .top-member ul.greeting li:last-child::before {
    border-top: 100px solid #fdf3ee;
    border-bottom: 100px solid transparent;
  }

  .top-member ul.greeting li:first-child {
    width: 220px;
  }

  .top-member ul.greeting li .triangle-img {
    height: 220px;
  }

  .top-member ul.greeting li:last-child {
    position: relative;
    margin-left: 30px;
    padding: 30px 0 30px 30px;
    width: 700px;
  }

  .top-member ul.greeting li p {
    font-size: 16px;
    line-height: 1.5;
  }

  .top-member ul.greeting li p.sign span.big {
    font-size: 18px;
  }

  .bx-wrapper .staff-slider .sl-img {
    height: calc((980px / 5) - 14px);
  }

  .top-about ul>li .ttl {
    height: 50px;
  }

  .top-about ul>li .txt {
    font-size: 18px;
    line-height: 25px;
  }

  .top-about ul>li li {
    font-size: 14px;
    line-height: 30px;
  }

  .top-about ul>li .img iframe {
    height: 25vw;
  }

  .top-list .cont03 li {
    font-size: 16px;
  }

  .top-list .cont04 li {
    font-size: 18px;
  }

  .top-list .cont04 li span {
    font-size: 13px;
  }

  .top-list .cont03 li:last-child .btn_icon {
    margin-top: 8px;
  }

  .top-list .cont03 li:last-child .cube_btn {
    padding: 8px 15px;
    height: 39px;
    line-height: 18px;
  }

  .top-flow ul,
  .top-flow ul li a img {
    height: 6.6vw;
  }
}

@media screen and (max-width: 1000px) {
  .top-event h2 p {
    width: 100px;
    left: calc(50% - 200px);
  }

  .top-choice h2 {
    height: 34px;
  }

  .sl-img {
    height: 150px;
  }

  .slider-wrapper {
    width: 750px;
    margin: 0 auto;
  }

  .staff-slider .sl-img {
    height: calc((750px / 5) - 14px);
  }

  .staff-slider .sl-img::before {
    width: 84px;
    height: 45px;
  }

  .top-choice .btnArea {
    height: 60px;
  }

  .top-choice h2 .cube_btn {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 15px;
    width: 120px;
  }

  .top-choice h2 .cube_btn.arrow02::after {
    top: calc(50% - 6px);
    right: 15px;
    width: 12px;
    height: 12px;
  }

  .top-choice .btnArea .cube_btn {
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0;
    width: 500px;
    height: 25px;
  }

  .arrow02::after {
    top: calc(50% - 9px);
    right: 20px;
    width: 18px;
    height: 18px;
  }

  .arrow01::after {
    top: calc(50% - 6px);
    right: 10px;
    width: 6px;
    height: 11px;
  }

  .top-contact ul li:nth-child(2) .cube_btn_wrap,
  .top-contact ul li:nth-child(4) .cube_btn_wrap {
    left: 15px;
    bottom: 10px;
  }

  .top-contact ul li:nth-child(2) .cube_btn,
  .top-contact ul li:nth-child(4) .cube_btn {
    width: 210px;
    font-size: 12px;
    line-height: 15px;
  }

  .top-contact ul li:nth-child(2) .cube_btn {
    font-size: 14px;
  }

  .top-contact ul li:nth-child(3) .cube_btn_wrap {
    left: 15px;
    bottom: 10px;
  }

  .top-contact ul li:nth-child(3) .cube_btn {
    width: 274px;
    padding: 10px 0 10px 60px;
    font-size: 14px;
    line-height: 15px;
    height: 15px;
  }

  .top-contact ul li:nth-child(3) .cube_btn span {
    font-size: 12px;
  }

  .top-contact h2 {
    font-size: 20px;
  }

  .top-example h2 .icon,
  .top-voice h2 .icon,
  .top-blog h2 .icon {
    width: 80px;
  }

  .top-example h2 .txt,
  .top-voice h2 .txt,
  .top-blog h2 .txt {
    padding-top: 4px;
    line-height: 36px;
  }

  .toppage .sl-txtAra {
    min-height: auto;
  }

  h3.l-line {
    float: none;
  }

  .top-news ul {
    float: none;
    margin: 0 auto;
    width: 750px;
    clear: both;
  }

  .sl-status {
    width: 60px;
    height: 60px;
  }

  .top-map .ttlArea .icon {
    width: 120px;
    top: -25px;
  }

  .top-map .ttlArea .ttl {
    margin-left: 140px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }

  .top-map .txtArea .area {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .top-map .txtArea .place {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .top-map .txtArea .etc {
    padding: 5px 0;
    font-size: 14px;
  }

  .btnArea.ptn01 .cube_btn {
    width: 320px;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 10px;
  }

  .btnArea.ptn01 .cube_btn.arrow02::after {
    top: calc(50% - 7px);
    right: 15px;
    width: 14px;
    height: 14px;
  }

  .bx-wrapper .staff-slider .sl-img {
    height: 142px;
  }

  .top-about .txt {
    font-size: 14px;
  }

  .top-about ul>li .ttl {
    height: 40px;
  }

  .top-about ul>li .txt {
    font-size: 14px;
    line-height: 20px;
  }

  .top-about ul>li ul {
    height: 96px;
  }

  .top-about ul>li li {
    font-size: 13px;
    line-height: 24px;
  }

  .top-about ul>li .img iframe {}

  .top-example .bx-wrapper .bx-controls-direction a,
  .top-voice .bx-wrapper .bx-controls-direction a {
    top: 45px;
  }

  .toppage .staff-list .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    top: 44px;
  }

  .top-staffblog .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    top: 42px;
  }

  /* .top-pickup .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    top: 30px;
  }*/
  .top-member ul.greeting li:last-child::before {
    border-top: 80px solid #fdf3ee;
    border-right: 220px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 220px solid #fdf3ee;
  }

  .top-member ul.greeting li:first-child {
    width: 180px;
  }

  .top-member ul.greeting li .triangle-img {
    height: 180px;
  }

  .top-member ul.greeting li:last-child {
    margin-left: 30px;
    padding: 30px 0 30px 30px;
    width: 510px;
  }

  .top-member ul.greeting li p {
    font-size: 14px;
    line-height: 1.5;
  }

  .top-member ul.greeting li p.sign span.big {
    font-size: 16px;
  }

  .sb-cate {
    font-size: 12px;
    line-height: 30px;
  }

  .sl-ttl {
    font-size: 12px;
    line-height: 40px;
  }

  .top-event ul li:first-child {
    width: 100%;
    margin-right: 0;
  }

  .top-event ul li:last-child {
    width: calc(100% - 8px);
    height: auto;
  }

  .top-event ul li .caution {
    margin-top: 20px;
  }

  .top-event ul li ul {
    width: 700px;
  }

  .top-event ul li .ttl {
    width: 320px;
  }

  .sl-point {
    font-size: 10px;
    padding: 0 5px;
    line-height: 20px;
    height: 20px;
  }

  .sl-info {
    font-size: 14px;
    line-height: 25px;
  }

  .sl-plan {
    font-size: 16px;
  }

  .toppage .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 60px;
  }

  .toppage .bx-wrapper .bx-prev::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 7px);
    left: 10px;
  }

  .toppage .bx-wrapper .bx-next::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 7px);
    right: 10px;
  }

  .top-staffblog .btnArea.ptn01 .cube_btn_wrap:nth-child(2) .cube_btn {
    height: 20px;
  }

  .top-example::before,
  .top-staffblog::before,
  .top-voice::before {
    height: 280px;
  }

  .top-staffblog::before {
    height: 160px;
  }

  .top-voice::before {
    height: 220px;
  }

  .top-member::before {
    height: 220px;
  }

  .top-pickup::before {
    height: 150px;
  }

  .top-pickup::before {
    height: 80px;
  }

  /* .blog-slider li .sl-img, .pickup-slider li .sl-img {
    height: 116px;
  }*/
  .top-list .cube_btn {
    height: 16px;
    padding: 12px 15px;
  }

  .top-list .cont03 {
    margin: 5px 0 10px;
  }

  .top-list .cont03 li {
    font-size: 12px;
    line-height: 15px;
  }

  .top-list .cont03 li:last-child .btn_icon {
    margin-top: 7px;
    height: 16px;
  }

  .top-list .cont03 li:last-child .cube_btn {
    padding: 5px 15px;
    height: 30px;
    line-height: 15px;
  }

  .top-list .arrow02::after {
    top: calc(50% - 7px);
    right: 10px;
    width: 14px;
    height: 14px;
  }

  .top-list .cont04 {
    margin-top: 5px;
  }

  .top-list .cont04 li .cube_btn {
    padding: 10px;
  }

  .top-list .cont04 .btn_icon {
    margin-right: 5px;
  }

  .top-list .cont04 li {
    font-size: 14px;
    line-height: 15px;
  }

  .top-list .cont04 li span {
    font-size: 10px;
    line-height: 15px;
  }

  .top-flow .ttl {
    font-size: 18px;
    line-height: 1.5;
  }

  .top-about ul>li .img {
    padding: 0
  }

  h3.l-line {
    line-height: 40px;
    font-size: 28px;
  }

  h3.l-line span {
    font-size: 14px;
  }

  .top-news dl dd {
    height: 30px;
  }

  .top-news dl dd.date {
    width: 100px;
    font-size: 14px;
    line-height: 24px;
  }

  .top-news dl dd.ttl {
    font-size: 14px;
    line-height: 24px;
  }

  .top-list .cont04 li .cube_btn .btn_txt {
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .toppage {
    padding-top: 100px;
  }

  .mainvidual .intro {
    padding: 20px 3%;
    background-color: #fdf4e6;
  }

  .mainvidual .intro .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
  }

  .mainvidual .intro .txt {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
  }

  .top-choice h2 {
    height: auto;
  }

  .top-choice ul li,
  .top-contact ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .top-choice h2 .cube_btn_wrap {
    display: block;
    width: 100%;
    vertical-align: bottom;
    margin-left: 0;
  }

  .sl-img {
    height: 56vw;
  }

  .btnArea.ptn01 {
    padding: 20px 0;
    height: auto;
  }

  .top-example .bx-wrapper .bx-controls-direction a,
  .top-voice .bx-wrapper .bx-controls-direction a {
    top: calc(28vw - 30px);
  }

  .top-map ul li {
    float: none;
    width: 100%;
  }

  .top-choice .btnArea {
    height: 40px;
  }

  .top-choice .btnArea .cube_btn_wrap {
    width: 100%;
  }

  .top-choice .btnArea .cube_btn {
    font-size: 13px;
    width: 100%;
    /*line-height: 15px;*/
    padding: 10px 0;
    /*height: 30px;*/
    border-radius: 3px;
  }

  .top-choice .btnArea .cube_btn .btn_icon {
    height: 20px;
    margin-top: 5px;
  }

  .btn_icon {
    margin-right: 5px;
  }

  .arrow02::after {
    top: calc(50% - 6px);
    right: 5px;
    width: 12px;
    height: 12px;
  }

  .btnArea.ptn01 .cube_btn.arrow02::after {
    top: calc(50% - 6px);
    right: 5px;
    width: 12px;
    height: 12px;
  }

  .top-choice .btnArea {
    height: auto;
    padding: 20px 0;
  }

  .top-event dl {
    display: block;
    padding: 0;
  }

  .top-event dd {
    float: left;
    padding: 0 10px;
    display: block;
    height: auto;
    margin-bottom: 10px;
  }

  .top-event ul li .date {
    width: auto;
    font-size: 12px;
    line-height: 20px;
  }

  .top-event ul li .cate {
    width: auto;
  }

  .top-event ul li .cate p {
    line-height: 20px;
  }

  .top-event ul li .ttl {
    line-height: 20px;
    width: calc(100% - 20px);
  }

  .top-event ul li .dtlbtn,
  .top-event ul li .endbtn {
    width: 100%;
    margin: 0 auto;
    /*padding: 0 10px;*/
  }

  .top-event ul li .ta-c {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  .top-event ul li .cube_btn_wrap {
    width: calc(50% - 4px);
    margin-right: 5px;
  }

  .top-event ul li .cube_btn {
    width: 100%;
  }

  .top-contact ul li:nth-child(2) .cube_btn_wrap {
    left: 5vw;
    bottom: 4vw;
  }

  .top-contact ul li:nth-child(4) .cube_btn_wrap {
    left: 5vw;
    bottom: 2.5vw;
  }

  .top-contact ul li:nth-child(2) .cube_btn,
  .top-contact ul li:nth-child(4) .cube_btn {
    width: calc(84vw - 20px);
    height: 6vw;
    padding: 2vw 10px;
    font-size: 4.4vw;
    line-height: 6vw;
  }

  .top-contact ul li:nth-child(3) .cube_btn span {
    padding: 1vw;
    font-size: 3vw;
  }

  .top-contact ul li:nth-child(3) .cube_btn_wrap {
    left: 5vw;
    bottom: 3vw;
  }

  .top-contact ul li:nth-child(3) .cube_btn {
    width: 78vw;
    padding: 2.5vw 0 2.5vw 6vw;
    font-size: 4.4vw;
    height: 5vw;
    line-height: 5vw;
  }

  .top-contact ul li:nth-child(3) .cube_btn .btn_icon {
    margin-right: 5px;
  }

  .top-contact ul li:nth-child(3) .cube_btn span {
    display: inline-block;
    padding: 0 1vw;
  }

  /*.top-pickup .bx-wrapper .bx-controls-direction a {
    top: calc(22vw - 30px);
  }*/
  .top-about ul>li .img iframe {
    height: 52vw;
  }

  .top-example h2 .icon,
  .top-voice h2 .icon,
  .top-blog h2 .icon {
    width: 100px;
    float: none;
    margin: 0 auto 10px;
  }

  .top-example h2 .txt,
  .top-voice h2 .txt,
  .top-blog h2 .txt {
    text-align: center;
    padding: 0 10px 0;
    line-height: 1.2;
  }

  .top-choice h2 .cube_btn {
    vertical-align: bottom;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 15px;
    width: calc(100% - 30px);
  }

  .top-choice h2 .cube_btn.arrow02::after {
    top: calc(50% - 7px);
    right: 10px;
    width: 12px;
    height: 12px;
  }

  .top-example .intro,
  .top-voice .intro {
    padding: 0 10px;
    font-size: 14px;
  }

  .top-voice .intro {
    margin-top: -50px;
  }

  .top-example::before,
  .top-voice::before {
    height: 180px;
  }

  .top-voice h2.u-line_new {
    width: 100%;
    height: 120px;
  }

  .top-voice h2 .txt {
    float: none;
    font-size: 24px;
    padding-top: 10px;
  }

  .top-voice .ta-c p.txt_sub {
    top: -100px;
    font-size: 20px;
  }

  .top-staffblog::before {
    height: 0;
  }

  .top-member::before {
    height: 220px;
  }

  .top-pickup {
    padding-bottom: 0;
  }

  .top-pickup::before {
    height: 150px;
  }

  .top-map .ttlArea {
    min-height: 60px;
  }

  .top-map .ttlArea .icon {
    width: 80px;
    top: 0;
    left: 0;
  }

  .top-map .ttlArea .ttl {
    margin-left: 90px;
  }

  .top-event {
    position: relative;
  }

  .top-event::before {
    content: "";
    background-color: #f1f2f5;
    display: block;
    height: 250px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .top-event ul {
    position: relative;
    background-color: #fff;
  }

  .top-event ul li ul li {
    padding: 15px 0;
  }

  .top-event ul li:last-child {
    padding: 0;
  }

  .top-event ul li:first-child {
    line-height: 1.8;
    padding-bottom: 10px;
  }

  .top-event h2 p {
    position: static;
    width: 100px;
    margin: 0 auto;
  }

  .top-contact h2 {
    font-size: 18px;
    line-height: 1.5;
  }

  .slider-wrapper {
    width: 90%;
  }

  /*.blog-slider li .sl-img, .pickup-slider li .sl-img {
    height: 44vw;
  }*/
  .top-staffblog .bx-wrapper .bx-controls-direction a {
    top: calc(22vw - 15px);
  }

  .top-member ul.greeting li:first-child {
    width: 100%;
  }

  .top-member ul.greeting li .triangle-img,
  .top-member ul.greeting li .triangle-img img {
    width: 100%;
    height: auto;
  }

  .top-member ul.greeting li:last-child {
    margin-left: 0;
    padding: 10px;
    width: calc(100% - 20px);
  }

  #staffblogBanner {
    width: 96%;
    margin: 0 auto;
    flex-direction: column;
  }

  #staffblogBanner .blogbannerBox {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }

  .top-about::before {
    height: 300px;
  }

  .top-about .txt {
    line-height: 1.5;
    padding: 0 10px;
    margin-bottom: 25px;
  }

  .top-about ul>li ul {
    margin: 20px 0 20px;
    height: auto;
  }

  .top-about ul>li .ttl {
    text-align: left;
    /* padding-left: 90px;*/
  }

  .top-about ul>li .txt {
    padding: 0;
    font-size: 23px;
    line-height: 1.3;
  }

  .top-about ul>li {
    float: none;
    padding: 0 0 20px;
    width: 100%;
  }

  .top-about ul>li li {
    padding: 0 0 0 20px;
    margin-right: 0;
  }

  .top-about ul>li li:first-child {
    margin-right: 0;
  }

  .top-about ul>li li::before {
    top: 6px;
    left: 0;
  }

  .top-about .triangle-imgwrap .cube_btn {
    width: 55%;
    height: 30px;
    position: absolute;
    bottom: -5px;
    right: -7%;
  }

  .top-about .triangle-imgwrap .cube_btn .btn_txt {
    font-size: 14px;
    padding: 0 0 5px 3%;
    line-height: 1.2;
  }

  .top-map .txtArea {
    padding: 20px 10px;
  }

  h3.l-line {
    line-height: 30px;
    font-size: 20px;
  }

  h3.l-line span {
    font-size: 12px;
  }

  .top-news dl dd {
    float: left;
    display: block;
  }

  .top-news dl dd.ttl {
    clear: both;
    float: none;
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .top-news ul,
  .top-event ul li ul {
    width: auto;
    padding: 10px;
  }

  .btnArea.ptn01 .cube_btn {
    width: 90vw;
    margin: 0;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 10px 0;
  }

  .btnArea.ptn01 .cube_btn_wrap:nth-child(2) {
    margin-top: 10px;
  }

  .top-staffblog .btnArea.ptn01 .cube_btn_wrap:nth-child(2) .cube_btn {
    height: 40px;
  }

  .top-staffblog .btnArea.ptn01 .cube_btn_wrap:nth-child(2) .cube_btn .btn_icon {
    height: 20px;
    margin-top: 10px;
  }

  .top-list .cont03 {
    margin-bottom: 1em;
    display: block;
  }

  .top-list .cont03 li,
  .top-list .cont04 li {
    width: 100%;
    margin: 0 0 2% 0;
  }

  .top-list .cont03 li:last-child .cube_btn {
    height: 16px;
    padding: 12px 15px;
  }

  .top-list .cont03 li:last-child .btn_icon {
    margin-top: 0;
  }

  .top-list .cont03 li {
    font-size: 13px;
  }

  .top-list .cont04 li .cube_btn {
    line-height: 19px;
    font-size: 16px;
    height: 20px;
  }

  .txt_mini {
    line-height: 19px;
    font-size: 16px !important;
  }

  .top-list .cont04 .btn_icon {
    margin: 0 10px 0 5px;
  }

  .top-list .cont04 li span {
    font-size: 12px;
    line-height: 19px;
  }

  .top-flow ul.pc {
    display: none;
  }

  .top-flow ul.sp {
    display: block !important;
    margin-bottom: 15px;
    height: 19vw;
  }

  .top-flow ul li a img {
    height: 19vw;
  }

  .news-link {
    margin-top: 0;
  }

  .news-link a {
    font-size: 14px;
  }

  .news-link a::after {
    width: 8px;
    height: 8px;
  }

  .fLogowrap p.ftxt {
    font-size: 10px;
  }

  /*20190611*/
  .top-list .cont04 {
    display: block;
  }


  /*SNSlink*/
  .top-sns ul {
    display: block;
    text-align: center;
  }

  .top-sns ul li {
    margin-right: 0;
  }


}

@media screen and (max-width: 320px) {
  .headbnr_wrapper a img#storeName {
    margin-top: -4px;
  }

  .headbnr_wrapper h1 p span {
    font-size: 14px;
    left: 57px;
    top: 24px;
  }

  .headbnr_wrapper .cube_btn {
    right: 15%;
    height: 38px;
  }

  .headbnr_wrapper .sp .cube_btn_tel {
    right: 28%;
    height: 38px;
  }

  .top-voice h2 .txt {
    font-size: 22px;
  }

  .top-voice .ta-c p.txt_sub {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    line-height: 1.3;
  }

  .top-pickup ul li .sl-ttl {
    font-size: 16px;
  }

  .top-about ul>li .txt {
    font-size: 20px;
  }

  .top-about .triangle-imgwrap .cube_btn {
    width: 45%;
    height: 20px;
    bottom: -7px;
    right: -9%;
  }

  .top-about .triangle-imgwrap .cube_btn .btn_txt {
    font-size: 12px;
    padding: 0 0 0px 3%;
    line-height: 1.2;
    top: -3px;
    position: relative;
  }

  .omakase .wrapper ul {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }

  .omakase .wrapper ul li {
    padding-left: 5%;
  }
}

/*20190118追加　展開メニュー*/
.glovalnav>ul>li:hover .nav_clist {
  display: block;
  -webkit-animation: nav_active 1s ease 0s 1 alternate;
  animation: nav_active 1s ease 0s 1 alternate;
}

@-webkit-keyframes nav_active {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes nav_active {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

ul.nav_clist {
  display: none;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 162px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
}

.glovalnav ul li .nav_clist>li {
  border-bottom: 1px solid white;
  position: relative;
  float: none;
  width: 162px;
  overflow: hidden;
}

.glovalnav ul li .nav_clist li::after,
.glovalnav ul li .nav_clist li:last-child::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 10px;
  background-color: rgba(0, 0, 0, 0);
}

.glovalnav>ul>li>.nav_clist>li>a {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: left;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 35px 10px 12px;
  font-size: 14px;
  text-decoration: none;
}

.glovalnav>ul>li>.nav_clist>.blog>a {
  font-size: 12px;
}

.glovalnav>ul>li>.nav_clist>li>a:hover {
  background: #eb6120;
}

.nav_clist>li>a.current {
  background: #eb6120;
}

.nav_clist>li:hover .nav_glist {
  display: block;
  -webkit-animation: nav_active 1s ease 0s 1 alternate;
  animation: nav_active 1s ease 0s 1 alternate;
}

.glovalnav ul li.active .nav_clist li a::before,
.glovalnav ul li.active .nav_clist li a::after {
  transform: scale(0, 0);
}

.glovalnav ul li .nav_clist li a:hover::before,
.glovalnav ul li .nav_clist li a:hover::after {
  transform: scale(0, 0);
}

@media screen and (max-width: 767px) {

  .pc_br {
    display: none;
  }

  .headbnr {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
  }

  header button {
    position: fixed;
  }

  .glovalnav ul li .nav_clist {
    position: relative;
    display: block;
  }

  .glovalnav ul li .nav_clist li {
    background: #606060;
  }

  .glovalnav ul li .nav_clist>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 0.8em;
    color: #fff;
    display: block;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    position: relative;
    background: #808080;
  }

  .glovalnav ul li .nav_clist>li::after {
    background: none;
  }
}

/*-------------------------------
footbnr
----------------------------------*/

.footbnr {
  transition: .5s;
  bottom: 0;
}

.footbnr.hide {
  transform: translateY(100%);
}

.sp_link,
.sp_link a {
  pointer-events: none;
}

@media screen and (max-width: 767px) {

  a.sp_none,
  .sp_none {
    display: none;
  }

  ul.nav_clist {
    width: 100%;
  }

  .glovalnav ul li .nav_clist>li {
    width: 100%;
  }

  .sp_link,
  .sp_link a {
    pointer-events: auto;
  }

  #form-address01 {
    height: 54px !important;
  }

  .csr_idea_list .csr_list_box h3 .ttl_s {
    width: 100%;
    display: block;
    float: none;
  }
}

/*20190620 header*/
span#campany_nameTOP {
  position: absolute;
  top: 70px;
  left: 160px;
  display: block;
  width: auto;
  height: auto;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  span#campany_nameTOP {
    top: 35px;
    left: 95px;
    font-size: 12px;
  }
}

/*
@media screen and (max-width: 320px) {
.headbnr_wrapper img#dokutoru{
	width: 13%;
	height: auto;
}
span#campany_nameTOP{
	left: 85px;
}
.headbnr_wrapper h1 span.storeText{
	top: 20px;
    left: 85px;
}
.top-contact ul li:nth-child(2) .cube_btn,
.top-contact ul li:nth-child(4) .cube_btn{
	font-size: 4vw;
}
}*/
/*20190620ここまで*/
/*エディタースタイル反映*/
.blog_wrap .single_post_detail h2 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 3px double #FFA12B;
  clear: both;
}

.blog_wrap .single_post_detail {
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.7;
  color: #000000;
}

.blog_wrap .single_post_detail p {
  margin-bottom: 20px;
}

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

.blog_wrap .single_post_detail h1 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-bottom: 10px;
  border-left: 4px solid #FFA12B;
  border-bottom: 1px dotted #FFA12B;
  clear: both;
  height: auto;
  font-weight: bold;
}

.blog_wrap .single_post_detail h2 {
  margin-bottom: 20px;
}

.blog_wrap .single_post_detail h3,
.blog_wrap .single_post_detail h4,
.blog_wrap .single_post_detail h5,
.blog_wrap .single_post_detail h6 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px dotted #FFA12B;
}

.blog_wrap .single_post_detail .alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.blog_wrap .single_post_detail .alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

.blog_wrap .single_post_detail .aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

.blog_wrap .single_post_detail ul,
.blog_wrap .single_post_detail ol {
  margin: 0 0 20px 0;
}

.blog_wrap .single_post_detail ul li,
.blog_wrap .single_post_detail ol li {
  margin-bottom: 5px;
  padding-left: 20px;
}

.blog_wrap .single_post_detail .reference {
  background: #EEEEEA;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.blog_wrap .single_post_detail a.ex_link {
  padding-right: 15px;
}

.blog_wrap .single_post_detail p a {
  display: inline-block;
  font-weight: bold;
  color: #1a73e8;
  border-bottom: 2px solid #1a73e8;
}

/*TOPページ施工事例３件以下の場合のスタイル*/
ul.portfolio-wrapper {
  display: flex;
  justify-content: center;
  position: relative
}

ul.portfolio-wrapper li {
  width: 370px;
  height: auto;
  margin-right: 27px;
}

ul.portfolio-wrapper li:last-child {
  margin-right: 0;
}

ul.portfolio-wrapper li.sl-point {
  width: auto;
}

ul.staff-slider {
  display: flex;
  flex-wrap: wrap;
}

ul.staff-slider li {
  float: none;
}

@media screen and (max-width: 767px) {
  ul.portfolio-wrapper {
    display: block;
  }

  ul.portfolio-wrapper li {
    width: 100%;
    margin-right: 0;
  }

  .blog_wrap .single_post_detail p a {
    font-weight: normal;
    border-bottom: 1px solid #1a73e8;
  }
}

/*20200521newno1 start*/
/*980px以上用(PC用)*/
section#newno1 {
  width: 1162px;
  margin: 15px auto;
  text-align: center;
}

@media screen and (max-width:480px) {

  /*　画面サイズが480pxからはここを読み込む　*/
  section#newno1 {
    width: 100%;
    margin: 15px auto;
    text-align: center;
  }
}

/*20200521newno1 end*/

/* add footer menu start */
.FooterScroll {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 9999;
  font-size: 12px;
  line-height: 1.2;
  padding: 10px 0;
}

.FooterScroll .inner {
  width: 1160px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.FooterCotents ul {
  display: flex;
  background: white;
  padding: 0 4px;
  width: 432px;
  height: 100%;
}

.FooterCotents ul li {
  padding: 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.FooterCotents ul li img {
  width: 100%;
}

.FooterCotents ul li a {
  display: block;
}

.FooterCotents ul li a:hover {
  opacity: 0.7;
}

.pageTop {
  margin-left: 10px;
}

.FooterCotents .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .FooterScroll .inner {
    width: 100%;
  }

  .FooterCotents ul {
    width: auto;
    background: none;
    padding: 0 6px;
  }

  .FooterCotents ul li img {
    width: auto;
    height: 55px;
  }

  .FooterCotents .sp {
    display: flex;
  }

  .FooterCotents .pc {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .FooterCotents ul li img {
    width: auto;
    height: 44px;
  }
}

/* add footer menu end */

/*20200605newno1*/
/*980px以上用(PC用)*/
section#newno1 {
  width: 1162px;
  margin: 15px auto;
  text-align: center;
}

@media screen and (max-width:480px) {

  /*　画面サイズが480pxからはここを読み込む　*/
  section#newno1 {
    width: 100%;
    margin: 15px auto;
    text-align: center;
  }
}

/*20200605newno1*/


/* SNS link start */
section.footer_links {
  background: #fff;
  padding: 40px 0;
}

section.footer_links div.sec-inner {
  width: 100%;
  margin: 0 auto;
}

section.footer_links div.sec-inner ul {
  margin: 0 auto;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

section.footer_links div.sec-inner ul li::before {
  display: none;
}

section.footer_links div.sec-inner ul li {
  /*width: 28%;*/
  margin-bottom: 0;
  padding: 0;
  margin-right: 2%;
}

section.footer_links div.sec-inner ul li:last-child {
  margin-right: 0px;
}

section.footer_links div.sec-inner ul li a {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
}

section.footer_links div.sec-inner ul li a img {
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 767px) {

  /*footer_links*/
  section.footer_links {
    padding: 40px 0;
  }

  section.footer_links div.sec-inner {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }

  section.footer_links div.sec-inner ul {
    width: 90%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  section.footer_links div.sec-inner ul li {
    width: 47%;
    margin-bottom: 5%;
  }

  section.footer_links div.sec-inner ul li:last-child {
    margin-bottom: 0;
  }
}



/* add footer form top start */
#Top30Form .sec-inner {
  width: 980px;
  margin: 40px auto 0px;
}

#FooterCommonForm10 {
  margin-bottom: 40px;
}

#FooterCommonForm10Bg {
  background: #ff7e00;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 20px 20px 0;
  box-sizing: border-box;
}

#FooterCommonForm10Bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(assets/img/common/btn-ptn01.png) repeat;
}

#FooterCommonForm10Bg>div {
  position: relative;
  z-index: 2;
}

#FooterCommonForm10Inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#FormBox,
#FormTitle10Sub {
  background: #fff;
  border-radius: 10px;
  border: 5px solid rgb(255 166 77 / 0.7);
}

#FormBox {
  width: 510px;
  margin-bottom: 40px;
}

#TelBox {
  width: 375px;
}

#FormTitle10Sub {
  text-align: center;
  padding-bottom: 20px;
}

#FormTitle10Sub a {
  pointer-events: none;
}

#FormStaff {
  position: absolute;
  right: 0;
  bottom: 0;
}

#FormTitle10 {
  margin-bottom: 20px;
}

#FormTitle10 img {
  margin-top: -34px;
  margin-left: -16px;
}

#FooterCommonForm10 table {
  width: 90%;
  margin: 10px auto;
  background: #fff;
}

#FooterCommonForm10 table th {
  width: 25%;
  overflow: hidden;
  padding: 10px 0px;
  font-size: 12px;
  text-align: left;
}

#FooterCommonForm10 table th p {
  display: block;
  position: relative;
  font-weight: bold;
}

#FooterCommonForm10 table th p span {
  position: absolute;
  right: 0;
  background: #cb0e12;
  color: #fff;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 3px;
}

#FooterCommonForm10 table tr:nth-child(1) th p span {
  background: #B0B0B0;
}

.checkbox-10sec span.wpcf7-list-item {
  display: inline-flex;
  margin-left: 5%;
  margin-bottom: 10px;
}

#FooterCommonForm10 table td {
  padding: 5px;
}

#FooterCommonForm10 table td input[type="checkbox"] {
  position: relative;
  top: 0px;
  appearance: auto;
}

#FooterCommonForm10 table td input[type="text"],
#FooterCommonForm10 table td input[type="tel"] {
  margin-left: 5%;
  padding: 8px 5px;
  width: 90%;
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  background: #fcf8d9;
}

#FooterCommonForm10Submit {
  position: relative;
  display: block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #00a00c;
  border-bottom: solid 2px #017d0a;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  width: 300px;
  text-align: center;
  margin: 0 auto 20px;
}

#FooterCommonForm10Submit .wpcf7-spinner {
  display: none;
}

#FooterCommonForm10Submit:active {
  border-bottom: solid 2px #00a00c;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#FooterCommonForm10Submit input[type="submit"] {
  border: 0;
  outline: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: transparent;
  margin-left: 16px;
  padding: 4px 0 0;
}

@media screen and (max-width: 767px) {
  #FormBox {
    margin-bottom: 20px;
  }

  #Top30Form .sec-inner {
    width: 100%;
    box-sizing: border-box;
  }

  #FooterCommonForm10Bg {
    padding: 10px 10px 0;
  }

  #FooterCommonForm10Inner {
    flex-direction: column;
  }

  #FormBox,
  #TelBox {
    width: 100%;
    box-sizing: border-box;
  }

  #FormTitle10 img {
    margin-top: -14px;
    margin-left: -10px;
  }

  #FooterCommonForm10 table {
    width: 90%;
    margin: 10px auto;
  }

  #FooterCommonForm10 table th {
    width: 30%;
  }

  .checkbox-10sec span.wpcf7-list-item {
    font-size: 12px;
  }

  #FormTitle10Sub {
    padding: 0;
    margin-bottom: 20px;
  }

  #FormTitle10Sub a {
    display: flex;
    align-items: flex-start;
    padding: 0 5px;
    pointer-events: auto;
  }

  #FormTitle10Sub picture img {
    width: 100%;
  }

  #FormStaff {
    display: none;
  }

  #FooterCommonForm10 table td input[type="checkbox"] {
    top: -2px;
  }
}

@media screen and (max-width: 320px) {
  #FooterCommonForm10Submit {
    width: 240px;
  }
}

/* add footer form top end */

/* add top snsbar 20200609 */
.SnsBar__Big {
  margin: 40px auto;
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .SnsBar__Big {
    flex-wrap: wrap;
  }

  .SnsBar__Big li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*2021 0730 banner*/
.tochi-section {
  margin-top: 10px;
}

/* add google coment start */
#kuchikomi_wrap {
  margin: 0;
  padding: 0;
  font-family: Lato, Noto Sans JP, 游ゴシック Medium, 游ゴシック体, Yu Gothic Medium, YuGothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif
}

#kuchikomi_wrap.kuchikomi_wrap {
  position: relative
}

#kuchikomi_wrap .head {
  width: 100%;
  box-sizing: border-box;
  max-width: 1162px;
  padding: 20px 20px 20px 160px;
  margin: 40px auto 0;
  z-index: 0;
  background: #dc0000;
  position: relative
}

#kuchikomi_wrap .footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 900px;
  padding: 20px 0;
  background: #dc0000;
  z-index: 2
}

#kuchikomi_wrap .resultcontent {
  margin: 0 auto !important
}

#kuchikomi_wrap.kuchikomi_wrap {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 40px
}

#kuchikomi_wrap.kuchikomi_wrap h2 {
  border-top: 0;
  color: #fff;
  background: transparent !important;
  padding: 0;
  margin: 0;
  line-height: 1em;
  max-width: 100% !important;
  text-align: left !important
}

#kuchikomi_wrap .read_more {
  text-align: right
}

#kuchikomi_wrap .read_more a {
  text-decoration: none;
  display: inline-block;
  margin: 15px 0;
  font-size: 13px;
  line-height: 1.42;
  padding: .35em .8em;
  font-weight: 400;
  border: 1px solid #c7d0db;
  background: transparent;
  background-color: transparent;
  background-image: none;
  border-radius: .2em;
  vertical-align: bottom;
  background-color: #e6eaef;
  background-image: linear-gradient(0, #c7d0db, #fff);
  color: #444;
  text-shadow: 0 1px 1px #a8b6c7
}

#kuchikomi_wrap .result_info {
  overflow: hidden;
  margin: 10px 0 5px;
  font-weight: 700
}

#kuchikomi_wrap .result_info .star-rating {
  margin: 0 10px;
  font-size: 22px;
  line-height: 22px;
  float: left;
  font-weight: 700
}

#kuchikomi_wrap .result_info .result_review,
#kuchikomi_wrap .result_info .star-num {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  float: left
}

#kuchikomi_wrap.kuchikomi_wrap>ul {
  background-color: #fff;
  height: 250px;
  max-width: 1162px;
  overflow-y: scroll;
  list-style: none;
  padding: 10px 20px;
  margin: 0;
  clear: left;
  resize: vertical;
  box-shadow: 0 0 7px 0 #efefef inset;
  border: solid 1px #eee;
  box-sizing: border-box
}

#kuchikomi_wrap.kuchikomi_wrap>ul li {
  border-bottom: 1px dashed #ccc;
  padding-top: 5px;
  padding-bottom: 20px
}

#kuchikomi_wrap .result_title {
  font-size: 18px;
  font-weight: 400
}

#kuchikomi_wrap .star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 22px;
  margin-top: 2px;
  margin-bottom: 9pt;
  float: left
}

@media screen and (max-width: 640px) {
  #kuchikomi_wrap .star-rating {
    font-size: 22px;
    margin-top: -5px;
  }
}

#kuchikomi_wrap .star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #fc3
}

#kuchikomi_wrap .star-rating-back {
  color: #ccc
}

#kuchikomi_wrap .result_time {
  line-height: 24px;
  height: 14px;
  margin: 0 10px 9pt;
  float: left;
  font-size: 15px
}

#kuchikomi_wrap .result_author {
  line-height: 24px;
  height: 14px;
  margin-bottom: 9pt;
  font-size: 15px
}

#kuchikomi_wrap .result_txt {
  clear: left;
  font-size: 15px
}

#kuchikomi_wrap .result_txt_box {
  position: relative;
  margin-top: 5px
}

#kuchikomi_wrap .result_txt_box label {
  height: 1.5em;
  cursor: pointer;
  text-align: center;
  font-size: 42px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .95) 90%);
  background: -moz-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .95) 90%);
  background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .95) 90%);
  background: -ms-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .95) 90%);
  background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .95) 90%)
}

#kuchikomi_wrap .result_txt_box input:checked+label {
  background: inherit
}

#kuchikomi_wrap .result_txt_box label:after {
  content: "続きをよむ";
  font-size: 9pt;
  line-height: 28px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  box-shadow: 0 0 5px 0 #d8d8d8;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  background-color: #ff5f01;
  opacity: .9;
  width: 12rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

#kuchikomi_wrap .result_txt_box input {
  display: none
}

#kuchikomi_wrap .result_txt_box .result_txt {
  overflow: hidden;
  height: auto;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -ms-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  color: #333
}

#kuchikomi_wrap .result_txt_box label+.result_txt {
  height: 4.5em
}

#kuchikomi_wrap .result_txt_box input:checked+label:after {
  content: "閉じる"
}

#kuchikomi_wrap .result_txt_box input:checked~.result_txt {
  height: auto;
  padding-bottom: 30px;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -ms-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s
}

#kuchikomi_wrap .g_logo {
  top: 21px;
  left: 26px;
  box-sizing: border-box;
  width: 120px;
  background: #fff;
  padding: 10px 10px 5px;
  margin-right: 3px;
  position: absolute;
  border-radius: 32px
}

#kuchikomi_wrap .g_logo:before {
  content: '';
  border: 14px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: 17px;
  left: -6px;
  transform: rotate(-23deg);
  z-index: -1
}

#kuchikomi_wrap .g_logo img {
  display: block;
  width: 100%;
  z-index: 1
}

@media screen and (max-width:900px) {
  #kuchikomi_wrap.kuchikomi_wrap {
    padding: 2%;
    height: 100%
  }

  #kuchikomi_wrap.kuchikomi_wrap>ul {
    padding: 2%
  }

  #kuchikomi_wrap .read_more a {
    margin-top: 2%
  }

  #kuchikomi_wrap .resultcontent {
    margin: 0 0 5% !important
  }
}

@media screen and (max-width:640px) {
  #kuchikomi_wrap .result_info {
    margin: 2% 0
  }

  #kuchikomi_wrap .result_info>div {
    display: block;
    margin-left: 0
  }

  #kuchikomi_wrap .result_title {
    font-size: 13px
  }

  #kuchikomi_wrap .result_info .star-rating {
    margin: 0 10px;
    font-size: 13px;
    line-height: 13px;
    float: left
  }

  #kuchikomi_wrap .result_info .result_review,
  #kuchikomi_wrap .result_info .star-num {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    float: left
  }

  #kuchikomi_wrap .result_txt {
    font-size: 13px
  }

  #kuchikomi_wrap .head {
    padding: 20px 10px 10px;
  }

  #kuchikomi_wrap .resultcontent {
    margin: 0 0 5% !important;
    height: 300px !important
  }

  #kuchikomi_wrap .g_logo {
    border: solid 2px #dc0000;
    top: -36px;
    left: 20px;
    width: 150px;
    padding: 6px 20px 3px;
    border-radius: 25px
  }

  #kuchikomi_wrap .g_logo:before {
    border: 13px solid transparent;
    border-bottom-color: #fff;
    top: 14px;
    left: -8px;
    z-index: 0
  }

  #kuchikomi_wrap .result_author,
  #kuchikomi_wrap .result_time {
    height: 9pt;
    font-size: 9pt
  }
}

@media screen and (max-width:300px) {
  #kuchi_widget01.kuchikomi_wrap h2 {
    line-height: 1.3em;
    margin-bottom: 10px
  }

  #kuchi_widget01 .result_info .result_review {
    line-height: 1.8em;
    font-weight: 400
  }

  #kuchi_widget01 .result_author {
    clear: both
  }

  #kuchi_widget01 .head {
    padding: 20px 8px 4px;
    height: auto
  }

  #kuchi_widget01 #kuchikomi_wrap ::-webkit-scrollbar {
    width: 10px
  }

  #kuchi_widget01 #kuchikomi_wrap ::-webkit-scrollbar-track {
    background: #fff;
    border-left: solid 1px #ececec
  }

  #kuchi_widget01 #kuchikomi_wrap ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff
  }

  #kuchi_widget01.kuchikomi_wrap>ul {
    padding: 3%
  }

  #kuchi_widget01 .g_logo {
    left: 18px
  }
}

#kuchikomi_fv01 {
  background: #dc0000
}

#kuchikomi_fv01 .star-rating-front {
  color: #ffe833
}

#kuchikomi_fv01 .result_info .result_review,
#kuchikomi_fv01 .result_info .star-num {
  color: #fff
}

#kuchikomi_fv01 .g_logo img {
  border-style: none;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle
}

#kuchikomi_wrap .result_txt_box label:after {
  background-color: #ff5f01
}

#kuchikomi_wrap .star-rating-front {
  color: #fc3
}

#kuchikomi_wrap .result_info .result_review,
#kuchikomi_wrap .result_info .star-num,
#kuchikomi_wrap.kuchikomi_wrap h2 {
  color: #fff
}

@media screen and (max-width:1024px) {
  #kuchikomi_wrap {
    padding: 0 2%
  }
}

@media screen and (max-width:640px) {
  #kuchikomi_wrap .g_logo {
    border: solid 2px #dc0000
  }
}

/* add google coment end */

section.campaign-info {
  margin: 40px 0 20px;
}

section.campaign-info div.sec-inner ul li {
  text-align: center;
}



#c-gmbreviews {
  max-width: 1162px;
  margin: 50px auto 0;
  box-shadow: 0 0 7px 0 #efefef inset;
  border: solid 1px #eee;
  box-sizing: border-box;
}

.c-gmbreviews__head {
  background: #dc0000;
  padding: 20px 20px 20px 160px;
  color: #FFF;
  font-weight: 400;
  position: relative;
}

.c-gmbreviews__head h2 {
  font-size: 18px;
  font-weight: 400;
}

.c-gmbreviews__shopinfo {
  font-size: 22px;
  font-weight: 400;
  display: inline-flex;
  margin-top: 10px;
}

.c-gmbreviews__starrating {
  position: relative;
  margin-right: 20px;
}

.c-gmbreviews__ratingfront {
  position: absolute;
  color: #fc3;
  overflow: hidden;
}

.c-gmbreviews__ratingback {
  color: #ccc;
}

.c-gmbreviews__scrolls {
  height: 250px;
  overflow: scroll;
  padding: 0px 20px 10px;
}

.c-gmbreviews__listChild {
  font-size: 15px;
  line-height: 1.5;
  border-bottom: 1px dashed #ccc;
  padding-top: 16px;
  padding-bottom: 20px;
  position: relative;

}

.c-gmbreviews__userData {
  display: flex;
  margin-bottom: 8px;
  white-space: nowrap;
}

.c-gmbreviews__morelinkwrapper {
  display: flex;
  justify-content: flex-end;
}

.c-gmbreviews__maintext {
  white-space: pre-line;
}

.c-gmbreviews__maintext.moreText {
  height: 70px;
  overflow: hidden;
  position: relative;
}

.c-gmbreviews__maintext.moreText::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom,
      transparent 0%,
      #ffffff 100%);
}

.c-gmbreviews__maintext.openmoretext {
  height: auto;
  padding-bottom: 60px;
}

.c-gmbreviews__maintext.openmoretext::after {
  display: none;
}

.c-gmbreviews__glogo {
  top: 21px;
  left: 26px;
  box-sizing: border-box;
  width: 120px;
  background: #fff;
  padding: 10px 10px 5px;
  margin-right: 3px;
  position: absolute;
  border-radius: 32px;
}

.c-gmbreviews__glogo img {
  width: 120px;
}

.c-gmbreviews__glogo::before {
  content: '';
  border: 14px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: 17px;
  left: -6px;
  transform: rotate(-23deg);
}

.c-gmbreviews__morelink {
  text-decoration: none;
  margin: 15px 0;
  font-size: 13px;
  line-height: 1.42;
  padding: 0.35em 0.8em;
  font-weight: 400;
  border: 1px solid #c7d0db;
  background: transparent;
  background-color: transparent;
  background-image: none;
  border-radius: 0.2em;
  vertical-align: bottom;
  background-color: #e6eaef;
  background-image: linear-gradient(0, #c7d0db, #fff);
  color: #444;
  text-shadow: 0 1px 1px #a8b6c7;
}

.c-gmbreviews__moretextbtn {
  cursor: pointer;
  background-color: #ff5f01;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 10px;
  position: absolute;
  display: flex;
  width: 120px;
  left: calc(50% - 60px);
  justify-content: center;
  bottom: 20px;
  z-index: 1;
}

.c-gmbreviews__moretextbtn:hover {
  opacity: .8;
}

.flat+.c-gmbreviews__moretextbtn {
  display: none;
}

@media screen and (max-width: 767px) {
  #c-gmbreviews {
    margin: 50px 10px 0;
  }

  .c-gmbreviews__glogo {
    top: -36px;
    left: 20px;
    width: 150px;
    padding: 6px 20px 3px;
    border-radius: 25px;
    border: solid 2px #eb6120;
  }

  .c-gmbreviews__head {
    padding: 20px 10px 16px;
  }

  .c-gmbreviews__head h2 {
    font-size: 13px;
  }

  .c-gmbreviews__shopinfo {
    font-size: 13px;
  }

  .c-gmbreviews__maintext,
  .c-gmbreviews__userData {
    font-size: 13px;
  }

  .c-gmbreviews__starrating {
    margin-right: 10px;
  }
}

/* 20230922 float bnr */
.float_bnr {
  z-index: 10000;
  display: none;
  width: 300px;
  position: fixed;
  bottom: 110px;
  right: 30px;
}

@media screen and (max-width: 767px) {
  .float_bnr {
    width: 94%;
    bottom: 70px;
    right: 3%;
  }
}

.float_bnr_img a {
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s;
}

.float_bnr_img a:hover {
  opacity: 0.7;
}

.float_bnr_img a::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 10%;
  height: 150%;
  background: #fff;
  transform: rotate(45deg);
  animation: reflect 5s ease-in-out infinite;
}

@keyframes reflect {

  0%,
  75% {
    transform: rotate(45deg) scale(0);
    opacity: 1;
  }

  100% {
    transform: rotate(45deg) scale(100);
    opacity: 0;
  }
}

.float_bnr_close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 99px;
  position: absolute;
  top: -18px;
  right: -17px;
  transition: opacity 0.3s;
  background-color: #217e90;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 767px) {
  .float_bnr_close {
    top: -21px;
    right: -2%;
  }
}

.float_bnr_close:hover {
  opacity: 0.7;
}

.float_bnr_close::before,
.float_bnr_close::after {
  content: "";
  width: 60%;
  height: 2.5px;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #fff;
}

.float_bnr_close::before {
  rotate: 45deg;
}

.float_bnr_close::after {
  rotate: -45deg;
}

.glovalnav ul li a.nav_parent {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .glovalnav>ul>li:hover .nav_clist {
    display: block;
    -webkit-animation: nav_active 1s ease 0s 1 alternate;
    animation: nav_active 1s ease 0s 1 alternate;
  }

  .glovalnav>ul>li>.nav_clist>li>a:hover {
    background: #eb6120;
  }

  .glovalnav ul li .nav_clist {
    position: relative;
    display: none;
  }
}

/* トップ 動画 
---------------------------------------------------------- */
.top-voice h2.u-line03 {
  font-size: 46px;
  text-align: center;
  padding: 50px 0 20px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-voice h2.u-line03 {
    padding: 50px 0 0;
    margin-bottom: 0;
  }
}

.top-voice h2.u-line03 span {
  color: #eb6120;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .top-voice h2 .txt {
    float: none;
    font-size: 24px;
    padding-top: 10px;
  }
}

/* youtube動画レスポンシブ対応210818*/
.wrapyoutube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.wrapyoutube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* トップ 動画 ここまで */
#Top30Form {
  margin-top: 40px;
}

/* 店長挨拶 ここから */
.top-manager {
  margin-bottom: 40px;
}

.top-manager-inner {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .top-manager-inner {
    display: block;
  }
}

.top-manager-title h2 {
  font-size: 32px;
}

.top-manager-title h2 span {
  display: inline;
  color: #000;
}

@media screen and (max-width: 767px) {
  .top-manager-title h2 {
    font-size: 24px;
  }

  .top-manager-title h2 span {
    display: none;
  }
}

.top-manager-image {
  flex: none;
}

@media screen and (max-width: 767px) {
  .top-manager-image {
    max-width: 500px;
    margin: 0 auto;
    padding: 5px 0 5px 5px;
    text-align: center;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fdf4e5;
  }

  .top-manager-image .img {
    display: block;
    width: 30%;
    max-width: 200px;
  }

  .top-manager-image .img-txt {
    width: 65%;
    margin-left: 5%;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    text-align: left;
  }
}

.top-manager-content {
  line-height: 1.6;
  width: calc(100% - 200px);
  margin-left: 32px;
}

.top-manager-btn-wrap button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border: none;
}

.top-manager .top-manager-btn {
  max-width: 170px;
  margin: 20px auto 0;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.top-manager .top-manager-btn-wrap .top-manager-btn {
  display: block;
  width: 100%;
  padding: 15px 5px;
  background: #ff6900;
  border-radius: 999px;
}

.top-manager .top-manager-btn-wrap .top-manager-btn:hover {
  background: rgba(255, 105, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .top-manager-content {
    height: 200px;
    width: 100%;
    margin-left: 0;
    transition: height 1s;
    overflow: hidden;
  }

  .top-manager-content.is-open {
    height: auto;
  }
}

/* 店長挨拶 ここまで */
/* 30秒お見積もり ここから */
.top-30sec-estimate {
  max-width: 980px;
  margin: 40px auto;
}

.top-30sec-estimate table td {
  text-align: left;
}

/* 30秒お見積もり ここまで */
/* 定期点検ブログ ここから */
.tenken {
  max-width: 1164px;
  margin: 48px auto;
}

.tenken_head {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 36px;
  background: #EB6120;
}

.tenken_head img {
  margin: 0 20px;
}

.tenken_txt {
  margin: 31px 0 29px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.tenken_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tenken_item {
  width: calc((100% - 36px) / 4);
}

.tenken_img {
  width: 100%;
  height: 180px;
}

.tenken_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tenken_name {
  margin-top: 18px;
  font-size: 16px;
}

.tenken .btnArea.ptn01 {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tenken {
    margin: 10px 10px 0;
  }

  .tenken_head {
    padding: 10px 0;
    font-size: 20px;
  }

  .tenken_head img {
    width: 20px;
    margin: 0 10px;
  }

  .tenken_txt {
    margin: 20px 0;
    font-size: 16px;
  }

  .tenken_list {
    gap: 20px 0;
  }

  .tenken_item {
    width: calc(98% / 2);
  }

  .tenken_img {
    height: 30vw;
  }

  .tenken_name {
    margin-top: 10px;
    font-size: 14px;
  }
}

.platinum-bnr-wrap {
  text-align: center;
  margin-top: 20px;
}

a.tougane_head_link {
  display: inline;
  text-decoration: underline;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

/* 定期点検ブログ ここまで */

#No1 {
  text-align: center;
  background-color: #fdf4e5;
}

#No1 img {
  margin-inline: auto;
}