@charset "UTF-8";
/*** media ***/
/*** font-size ***/
/*** wide-size ***/
/*** color ***/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Sawarabi+Mincho&display=swap");
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "M PLUS Rounded 1c", sans-serif, "Noto Sans JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1.15;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

p,
li {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  padding: 0.8rem 0;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.8s;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

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

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

/** pc or sp **/
.pc {
  display: none;
}

.sp {
  display: block;
}

@media only screen and (min-width: 1000px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/* Material iconsを利用する */
.icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: "liga";
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

body {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 1000px) {
  body {
    font-size: 1.4rem;
  }
}

/** header **/
header {
}
header .news {
  background-color: red;
}
header .news p {
  color: white;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem;
}
header .header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem 0;
  justify-content: center;
}
@media only screen and (min-width: 1000px) {
  header .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .header.fade {
  display: flex;
}
header .header.fade.fadeout {
  display: none;
}
header .header h1 {
  font-size: 3rem;
}
header .header h1 a {
  color: black;
}
@media only screen and (min-width: 1000px) {
  header .header h1 {
    text-align: left;
  }
}
header .header h1 span {
  display: block;
  font-size: 1.4rem;
}
header .header h1 span.ci_sub {
  display: inline-block;
  font-size: 1.6rem;
}
header .header div {
  display: none;
}
@media only screen and (min-width: 768px) {
  header .header div {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
@media only screen and (min-width: 1000px) {
  header .header div {
    justify-content: flex-end;
  }
}
header .header div p {
  color: #EB6942;
  text-align: right;
}
header .header div p.tel {
  font-size: 4rem;
  line-height: 0.5;
}
header .header div p.tel a {
  color: #EB6942;
}
header .header div p.tel::before {
  content: "";
  margin-right: 0.8rem;
  background-image: url(/module/img/common/ic_tel.svg);
  display: inline-block;
  background-size: 40px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
}
header .header div p.tel span {
  font-size: 1.8rem;
}
header .header div p.contact {
  margin-left: 1rem;
}
header .header div p.contact a {
  background-color: #EB6942;
  color: white;
  font-size: 2.4rem;
  padding: 1.2rem 2.8rem;
  border-radius: 10px;
}
header .header div p.contact a:after {
  content: "";
  margin-left: 0.8rem;
  background-image: url(../img/ic_arrow.svg);
  display: inline-block;
  background-size: 10px;
  height: 16px;
  width: 10px;
  vertical-align: middle;
}

/** main **/
main .main {
  background-color: #FFFF72;
  padding: 0 20px;
  padding-top: 20px;
}
@media only screen and (min-width: 1000px) {
  main .main {
    padding: 0;
    padding-top:30px;
  }
}
main .main div {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  main .main div {
    height: 550px;
  }
}
main .main div .ph01 {
  position: absolute;
  left: 0;
  top: 39vw;
  width: calc(391px - 0%);
}
@media only screen and (min-width: 768px) {
  main .main div .ph01 {
    top: 33vw;
    width: auto;
  }
}
@media only screen and (min-width: 1000px) {
  main .main div .ph01 {
    top: 5rem;
  }
}
main .main div .ph02 {
  margin-top: 70vw;
}
@media only screen and (min-width: 768px) {
  main .main div .ph02 {
    margin-top: 50vw;
  }
}
@media only screen and (min-width: 1000px) {
  main .main div .ph02 {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
main .main div h3 {
  font-size: 2.4rem;
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  main .main div h3 {
    font-size: 4rem;
    right: inherit;
  }
}
@media only screen and (min-width: 1000px) {
  main .main div h3 {
    top: 20rem;
    left: 15px;
  }
}
main .main div h3 strong {
  font-size: 2.8rem;
  font-weight: 600;
  color: #EB6942;
  border-bottom: 4px solid #EB6942;
}
@media only screen and (min-width: 768px) {
  main .main div h3 strong {
    font-size: 5.4rem;
    border-bottom: 7px solid #EB6942;
  }
}
main .news {
  padding: 1.5rem;
  color: red;
  line-height: 1.6;
}
main section {
  /** form **/
}
main section h2 {
  font-size: 2.6rem;
  color: white;
  padding: 1.8rem 20px;
  background-size: auto auto;
  background-color: #ff659e;
/*   background-image: repeating-linear-gradient(-4545deg, transparent, transparent 10px, rgb(235, 86, 66) 10px, rgb(235, 86, 66) 20px); */
  text-align: left;
}
@media only screen and (min-width: 768px) {
  main section h2 {
    text-align: center;
    padding: 1.8rem 0 2.6rem;
    font-size: 4.6rem;
  }
}
@media only screen and (min-width: 768px) {
  main section h2 span {
    border-bottom: 5px solid #FFFF72;
  }
}
main section.section1 {
  background-color: #FFF7DF;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1000px) {
  main section.section1 {
    padding-bottom: 80px;
  }
}
main section.section1 div {
  max-width: 1060px;
  margin: 0 20px;
  position: relative;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media only screen and (min-width: 1000px) {
  main section.section1 div {
    margin: 0 auto;
  }
}
main section.section1 div ul {
  text-align: left;
  padding: 4vw;
}
@media only screen and (min-width: 768px) {
  main section.section1 div ul {
    padding: 8vw;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section1 div ul {
    padding: 75px 0 75px 150px;
  }
}
main section.section1 div ul li {
  font-size: 2.2rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  main section.section1 div ul li {
    font-size: 3.2rem;
  }
}
main section.section1 div ul li::before {
  content: "";
  margin-right: 0.8rem;
  background-image: url(../img/ic_check.svg);
  display: inline-block;
  background-size: 20px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  main section.section1 div ul li::before {
    background-size: 30px;
    height: 30px;
    width: 30px;
  }
}
main section.section1 div img {
  display: none;
}
@media only screen and (min-width: 1000px) {
  main section.section1 div img {
    display: block;
    position: absolute;
    right: 0;
    bottom: -80px;
  }
}
main section.section_contact {
  background-size: auto auto;
  background-color: rgb(255, 250, 121);
  background-image: repeating-linear-gradient(-4545deg, transparent, transparent 10px, rgb(255, 236, 145) 10px, rgb(255, 236, 145) 20px);
}
main section.section_contact div {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  padding: 3rem 0 5rem;
}
@media only screen and (min-width: 1000px) {
  main section.section_contact div {
    padding: 10rem 0;
  }
}
main section.section_contact div p {
  font-size: 2.6rem;
}
@media only screen and (min-width: 768px) {
  main section.section_contact div p {
    font-size: 4.6rem;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section_contact div p {
    text-align: left;
    padding-left: 150px;
  }
}
main section.section_contact div p.btn {
  padding-top: 2rem;
}
@media only screen and (min-width: 1000px) {
  main section.section_contact div p.btn {
    padding-left: 200px;
  }
}
main section.section_contact div p.btn a {
  background-color: #4c944c;
  color: white;
  font-size: 2rem;
  padding: 1.2rem 2.8rem;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  main section.section_contact div p.btn a {
    font-size: 3rem;
  }
}
main section.section_contact div p.btn a:after {
  content: "";
  margin-left: 0.8rem;
  background-image: url(../img/ic_arrow.svg);
  display: inline-block;
  background-size: 10px;
  height: 16px;
  width: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  main section.section_contact div p.btn a:after {
    background-size: 15px;
    height: 24px;
    width: 15px;
  }
}
main section.section_contact div img {
  display: none;
}
@media only screen and (min-width: 1000px) {
  main section.section_contact div img {
    display: block;
    position: absolute;
    right: 6rem;
    bottom: 0;
  }
}
main section.section2 {
  background-color: #FFF7DF;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1000px) {
  main section.section2 {
    padding-bottom: 8rem;
  }
}
main section.section2 .title {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding: 2.5rem 20px 0;
}
@media only screen and (min-width: 768px) {
  main section.section2 .title {
    padding: 4.5rem 20px 0;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section2 .title {
    padding-top: 9rem;
  }
}
main section.section2 .title h3 {
  font-size: 3.1rem;
  color: #ff659e;
  line-height: 1.1;
  padding-bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
  main section.section2 .title h3 {
    font-size: 4.1rem;
    padding-bottom: 7rem;
  }
}
main section.section2 .title h3 span {
  border-bottom: 4px solid #FFFF72;
}
@media only screen and (min-width: 768px) {
  main section.section2 .title h3 span {
    border-bottom: 7px solid #FFFF72;
  }
}
main section.section2 .title h3 span strong {
  font-size: 4.4rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  main section.section2 .title h3 span strong {
    font-size: 7.4rem;
  }
}
main section.section2 .title img {
  display: none;
}
@media only screen and (min-width: 1000px) {
  main section.section2 .title img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
main section.section2 .point {
  max-width: 1060px;
  margin: 0 20px 2.5rem;
  border: 12px solid #ff659e;
  border-radius: 10px;
  background-color: white;
  padding: 3rem;
}
@media only screen and (min-width: 1000px) {
  main section.section2 .point {
    margin: 0 auto 5rem;
    padding: 6rem;
  }
}
main section.section2 .point:last-child {
  margin-bottom: 0;
}
main section.section2 .point h3 img {
  width: calc(190px - 10%);
}
@media only screen and (min-width: 768px) {
  main section.section2 .point h3 img {
    width: auto;
  }
}
main section.section2 .point p {
  font-size: 1.8rem;
  text-align: left;
  margin-top: 2rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  main section.section2 .point p {
    font-size: 2.4rem;
  }
}
main section.section2 .point p.lead {
  font-size: 2.6rem;
  color: #ff659e;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  main section.section2 .point p.lead {
    font-size: 3.1rem;
  }
}
main section.section2 .point p.lead span {
  border-bottom: 2px solid #FFFF72;
}
@media only screen and (min-width: 768px) {
  main section.section2 .point p.lead span {
    border-bottom: 4px solid #FFFF72;
  }
}
main section.section3 {
  text-align: center;
}
main section.section3 h2 strong {
  font-weight: 500;
  color: #FFFF72;
}
main section.section3 h3 {
  font-size: 2.5rem;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  margin: 3rem auto;
}
@media only screen and (min-width: 1000px) {
  main section.section3 h3 {
    max-width: 1060px;
    border-top: 4px solid black;
    border-bottom: 4px solid black;
    font-size: 4.5rem;
  }
}
main section.section3 p {
  padding: 1.5rem 20px;
}
@media only screen and (min-width: 1000px) {
  main section.section3 p {
    padding: 3rem 0;
  }
}
main section.section3 p img {
  width: 100%;
  max-width: 880px;
}
main section.section4 {
  background-color: #FFF7DF;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1000px) {
  main section.section4 {
    padding-bottom: 8rem;
  }
}
main section.section4 h2 {
  background-size: auto auto;
  background-color: #5cbd5c;
/*   background-image: repeating-linear-gradient(-4545deg, transparent, transparent 10px, rgb(66, 196, 235) 10px, rgb(66, 196, 235) 20px); */
}
main section.section4 .title {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
main section.section4 .title h3 {
  font-size: 3.1rem;
  color: #5cbd5c;
  padding: 4rem 20px;
}
@media only screen and (min-width: 768px) {
  main section.section4 .title h3 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section4 .title h3 {
    text-align: left;
    padding: 8rem 0;
  }
}
main section.section4 .title img {
  display: none;
}
@media only screen and (min-width: 768px) {
  main section.section4 .title img {
    right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section4 .title img {
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
  }
}
main section.section4 .voice {
  max-width: 1060px;
  margin: 0 20px 2.5rem;
  border: 12px solid #5cbd5c;
  border-radius: 10px;
  background-color: white;
  padding: 3rem;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 1000px) {
  main section.section4 .voice {
    margin: 0 auto 5rem;
    padding: 6rem;
  }
}
main section.section4 .voice:last-child {
  margin-bottom: 0;
}
main section.section4 .voice h3 img {
  width: calc(190px - 10%);
}
@media only screen and (min-width: 768px) {
  main section.section4 .voice h3 img {
    width: auto;
  }
}
main section.section4 .voice p {
  font-size: 1.8rem;
  text-align: left;
  margin-top: 2rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  main section.section4 .voice p {
    font-size: 2.4rem;
  }
}
main section.section4 .voice p.lead {
  font-size: 2.2rem;
  color: #5cbd5c;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  main section.section4 .voice p.lead {
    font-size: 3.1rem;
  }
}
main section.section4 .voice p.lead span {
  border-bottom: 4px solid #FFFF72;
}
main section.section5 {
  background-color: #FFF7DF;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1000px) {
  main section.section5 {
    padding-bottom: 8rem;
  }
}
main section.section5 .qa {
  max-width: 1060px;
  margin: 2.5rem 20px 0;
  border: 12px solid #d24343;
  border-radius: 10px;
  background-color: white;
  padding: 1.5rem;
}
@media only screen and (min-width: 1000px) {
  main section.section5 .qa {
    margin: 5rem auto 0;
    padding: 6rem;
  }
}
main section.section5 .qa dl {
  text-align: left;
  border-bottom: 2px solid #d24443;
  margin-bottom: 2rem;
}
main section.section5 .qa dl:last-child {
  border: none;
  margin-bottom: 0;
}
main section.section5 .qa dl dt {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.6;
  text-indent: -4rem;
  margin-left: 4.8rem;
}
@media only screen and (min-width: 768px) {
  main section.section5 .qa dl dt {
    margin-bottom: 2rem;
    font-size: 3.1rem;
    text-indent: -5rem;
    margin-left: 5.8rem;
  }
}
main section.section5 .qa dl dt::before {
  content: "Q.";
  font-size: 3.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  main section.section5 .qa dl dt::before {
    font-size: 4.5rem;
  }
}
main section.section5 .qa dl dt br {
  display: none;
}
@media only screen and (min-width: 1000px) {
  main section.section5 .qa dl dt br {
    display: block;
  }
}
main section.section5 .qa dl dd {
  font-size: 2.1rem;
  font-weight: 500;
  color: #d24343;
  padding-bottom: 2rem;
  line-height: 1.6;
  text-indent: -4rem;
  margin-left: 4.8rem;
}
@media only screen and (min-width: 768px) {
  main section.section5 .qa dl dd {
    font-size: 3.1rem;
    text-indent: -5rem;
    margin-left: 5.8rem;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section5 .qa dl dd {
    margin-left: 10.8rem;
  }
}
main section.section5 .qa dl dd::before {
  content: "A.";
  font-size: 3.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  main section.section5 .qa dl dd::before {
    font-size: 4.5rem;
  }
}
main section.section5 .qa dl dd br {
  display: none;
}
@media only screen and (min-width: 1000px) {
  main section.section5 .qa dl dd br {
    display: block;
  }
}
main section.section_contact_bottom {
  background-size: auto auto;
  background-color: rgb(255, 250, 121);
  background-image: repeating-linear-gradient(-4545deg, transparent, transparent 10px, rgb(255, 236, 145) 10px, rgb(255, 236, 145) 20px);
  padding: 2.5rem 0;
}
@media only screen and (min-width: 1000px) {
  main section.section_contact_bottom {
    padding: 5rem 0;
  }
}
main section.section_contact_bottom div {
  max-width: 1260px;
  margin: 0 20px;
  background-color: white;
  padding: 1.5rem 3rem 3rem;
  border: 12px solid #FFEC91;
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section_contact_bottom div {
    margin: 0 auto;
    padding: 6rem;
  }
}
main section.section_contact_bottom div p {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div p {
    font-size: 3.5rem;
  }
}
main section.section_contact_bottom div p.tel {
  font-size: 2.6rem;
  line-height: 0.8;
  color: #4c944c;
  margin-top: 2rem;
}
main section.section_contact_bottom div p.tel a {
  color: #4c944c;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div p.tel {
    font-size: 5.6rem;
  }
}
/* main section.section_contact_bottom div p.tel::before {
  content: "";
  background-image: url(/module/img/common/ic_tel.svg);
  display: inline-block;
  background-size: 20px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
} */
@media only screen and (min-width: 768px) {
/*   main section.section_contact_bottom div p.tel::before {
    margin-right: 0.8rem;
    background-size: 40px;
    height: 40px;
    width: 40px;
  } */
}
main section.section_contact_bottom div p.tel span {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div p.tel span {
    font-size: 2.4rem;
  }
}
main section.section_contact_bottom div p.btn {
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div p.btn {
    padding-top: 4rem;
  }
}
main section.section_contact_bottom div p.btn a {
  background-color: #4c944c;
  color: white;
  font-size: 2rem;
  padding: 1.2rem 2.8rem;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div p.btn a {
    font-size: 3rem;
  }
}
main section.section_contact_bottom div p.btn a:after {
  content: "";
  margin-left: 0.8rem;
  background-image: url(../img/ic_arrow.svg);
  display: inline-block;
  background-size: 10px;
  height: 16px;
  width: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div p.btn a:after {
    background-size: 15px;
    height: 24px;
    width: 15px;
  }
}
main section.section_contact_bottom div img {
  display: none;
}
@media only screen and (min-width: 1000px) {
  main section.section_contact_bottom div img {
    display: block;
    position: absolute;
    right: 0;
    bottom: -6.2rem;
  }
}
main section.section6 {
  background-color: #FFF7DF;
}
main section.section6 .inner {
  max-width: 1060px;
  margin: 0 20px;
  background-color: white;
  padding: 2rem;
  text-align: left;
}

#tenpo_imgs img {
  padding: 0 10px;

}

@media only screen and (min-width: 768px) {
  main section.section6 .inner {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section6 .inner {
    margin: 0 auto;
    padding: 6rem;
  }
}
main section.section6 .inner p {
  font-size: 2rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner p {
    font-size: 2.4rem;
    line-height: 2;
  }
}
main section.section6 .inner p.president {
  text-align: right;
  line-height: 1.4;
  padding-bottom: 3rem;
}
main section.section6 .inner ul {
  margin: 3rem 0;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
main section.section6 .inner ul li {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner ul li {
    width: 50%;
  }
}
main section.section6 .inner table {
  width: 100%;
  margin-top: 5rem;
}
main section.section6 .inner table th {
  border-bottom: 2px solid black;
  padding: 1rem;
  font-size: 1.4rem;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner table th {
    padding: 2rem;
    font-size: 2.4rem;
  }
}
main section.section6 .inner table td {
  border-bottom: 2px solid black;
  padding: 1rem;
  font-size: 1.6rem;
}
main section.section6 .inner table td a {
  color: black;
}
main section.section6 .inner table td a.goo {
  color: white;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0.8rem 1.4rem;
  background-color: red;
  border-radius: 100px;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner table td {
    padding: 2rem;
    font-size: 2.4rem;
  }
}
main section.section6 .inner .btn {
  text-align: center;
  padding: 3rem 0;
}
main section.section6 .inner .btn .btn_line {
  margin: 0 auto;
  padding: 2rem;
  font-size: 2rem;
  color: white;
  background-color: #27B927;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner .btn .btn_line {
    font-size: 3rem;
    padding-left: calc(100px + 2rem);
  }
  main section.section6 .inner .btn .btn_line::before {
    content: url(/module/img/home/ic_line.svg);
    position: absolute;
    left: 2rem;
  }
}
main section.section6 .inner .btn .btn_line strong {
  font-size: 2.6rem;
  color: #EBEB42;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner .btn .btn_line strong {
    font-size: 3.6rem;
  }
}
main section.section6 .inner .btn .btn_line strong::after {
  content: "";
  margin-left: 0.8rem;
  background-image: url(/module/img/common/ic_arrow_y.svg);
  display: inline-block;
  background-size: 12px;
  height: 20px;
  width: 12px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner .btn .btn_line strong::after {
    background-size: 15px;
    height: 24px;
    width: 15px;
  }
}
main section.btn_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #27B927;
  z-index: 8888;
}
main section.btn_bottom .btn {
  text-align: center;
}
main section.btn_bottom .btn .btn_line {
  font-size: 2rem;
  color: white;
  position: relative;
  border-radius: 10px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1rem;
  border: solid 2px white;
  margin: 1.5rem 20px;
}
main section.btn_bottom .btn .btn_line span br {
  display: block;
}
@media only screen and (min-width: 768px) {
  main section.btn_bottom .btn .btn_line span br {
    display: none;
  }
}
main section.btn_bottom .btn .btn_line img {
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  main section.btn_bottom .btn .btn_line {
    font-size: 3rem;
    display: inline-block;
    margin: 1.5rem auto;
  }
}
main section.btn_bottom .btn .btn_line strong {
  font-size: 2.4rem;
  color: #EBEB42;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  main section.btn_bottom .btn .btn_line strong {
    font-size: 3rem;
    color: white;
  }
}
main section#contact_form {
  background-color: #FFF7DF;
}

.form_notice{
    font-size: 1.8rem;
    background: #06c755;
    color: #fff;
    border-radius: 8px;
    line-height: 3.2rem;
    padding: 2rem 1.8rem!important;
    margin:0px 0px!important;
}

main section#contact_form div {
  max-width: 1060px;
  margin: 0 20px;
  padding: 2rem 0;
}
@media only screen and (min-width: 768px) {
  main section#contact_form div {
    margin: 0 auto;
    padding: 4rem;
  }
}
main section#contact_form div dl {
  text-align: left;
  margin-top: 28px;
}
main section#contact_form div dl dt {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  main section#contact_form div dl dt {
    font-size: 3rem;
  }
}
main section#contact_form div dl dt span {
  font-size: 1.6rem;
  padding: 0.2rem 0.8rem;
/*   background-color: #d24343; */
  color: white;
  vertical-align: middle;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  main section#contact_form div dl dt span {
    /*font-size: 2.4rem;*/
  }
}
main section#contact_form div dl dt label {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  main section#contact_form div dl dt label {
    font-size: 3rem;
  }
}
main section#contact_form div dl dt label #checkbox01 {
  height: 21px;
  width: 50px;
}
main section#contact_form div dl dd {
  padding: 2rem 0;
}
main section#contact_form div dl dd input,
main section#contact_form div dl dd textarea {
  width: 100%;
  background-color: white;
  border: solid 2px #d24343;
  border-radius: 10px;
  font-size: 2rem;
  padding: 1.5rem 1rem;
}
main section#contact_form div dl dd textarea {
  height: 300px;
}
main section#contact_form div dl dd .scroll {
  height: 100px;
  background-color: white;
  border: 1px solid #EB6942;
  padding: 1rem;
  overflow-y: scroll;
  line-height: 1.8;
  border-radius: 10px;
}

/** footer **/
footer {
  background-color: white;
  padding-bottom: 8rem;
}
footer .inner {
  display: none;
}
@media only screen and (min-width: 1000px) {
  footer .inner {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1.5rem 0;
  }
}
footer .inner h1 {
  text-align: left;
  font-size: 3rem;
}
footer .inner h1 a {
  color: black;
}
footer .inner h1 span {
  display: inline-block;
  font-size: 1.4rem;
}
footer .inner div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .inner div p {
  color: #EB6942;
  text-align: right;
}
footer .inner div p.tel {
  font-size: 4rem;
  line-height: 0.5;
}
.yoyaku_auto-loan footer .inner div p.tel {
  font-size: 4rem;
  line-height: 1.2;
}
footer .inner div p.tel a {
  color: #EB6942;
}
/* footer .inner div p.tel::before {
  content: "";
  margin-right: 0.8rem;
  background-image: url(/module/img/common/ic_tel.svg);
  display: inline-block;
  background-size: 40px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
} */
footer .inner div p.tel span {
  font-size: 1.8rem;
}
footer .inner div p.contact {
  margin-left: 1rem;
}
footer .inner div p.contact a {
  background-color: #EB6942;
  color: white;
  font-size: 2.4rem;
  padding: 1.2rem 2.8rem;
  border-radius: 10px;
}
footer .inner div p.contact a:after {
  content: "";
  margin-left: 0.8rem;
  background-image: url(../img/ic_arrow.svg);
  display: inline-block;
  background-size: 10px;
  height: 16px;
  width: 10px;
  vertical-align: middle;
}
footer address {
  background-color: #EAEAEA;
  padding: 2.5rem 0;
  text-align: center;
}

#formwrap {
  padding-top: 100px;
}
#formwrap .center {
  margin-top: 5rem;
}
#formwrap h3 {
  margin: 5rem 0 1rem;
  font-size: 2.5rem;
}
#formwrap .formtable {
  max-width: 1000px;
  margin: 2rem auto 0;
  padding: 1.5rem 0;
  border: 1px solid black;
  border-collapse: collapse;
  border-spacing: 0;
}
#formwrap .formtable tr {
  text-align: left;
}
#formwrap .formtable tr th {
  padding: 1rem;
  border: 1px solid black;
}
#formwrap .formtable tr td {
  padding: 1rem;
  border: 1px solid black;
}

.submit {
  margin: 2rem 0 2rem;
  background-color: #EB6942;
  color: white;
  font-size: 2rem;
  padding: 1.2rem 2.8rem;
  border-radius: 10px;
  border: none;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .submit {
    font-size: 3rem;
  }
}
.submit:after {
  content: url(/module/img/common/ic_arrow.svg);
  margin-left: 0.8rem;
}
.submit:hover {
  opacity: 0.6;
  transition: 0.8s;
}

.submit_back {
  margin: 2rem 0 2rem;
  background-color: #ccc;
  color: white;
  font-size: 2rem;
  padding: 1.2rem 2.8rem;
  border-radius: 10px;
  border: none;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .submit_back {
    font-size: 3rem;
  }
}
.submit_back:after {
  content: url(/module/img/common/ic_arrow.svg);
  margin-left: 0.8rem;
}
.submit_back:hover {
  opacity: 0.6;
  transition: 0.8s;
}

.thanks {
  margin-top: 5rem;
  font-size: 2.5rem;
}

.homebtn {
  margin: 5rem 0;
}



#head .tel,
#head .open_time,
#head .muryo_diyal{
  color:#000;
  }
#head .tel{
  font-size:36px;
  background:url(../img/icon_tel.png) no-repeat 0 2px ;
  }
/*?3???_?C????*/
#head .muryo_diyal{
  clear:both;
  margin-top:0px;
  background:#C00;
  font-size:16px !important;
  font-weight:bold;
  display:inline-block;
  padding:2px 5px;
  line-height:16px;
  clear:both;
  color:#000;
  margin-right:25px;
}
#head .rinji{
  background:#FE0;
  display:inline-block;
  color:#E00;
  font-size:18px;
  line-height:20px;
  font-weight:bold;
  text-align:center;
  width:100%;
  margin: 0 auto 10px auto;
  padding:10px;
  }

/*???S??’2?R*/

/*???S??’2?R*/
#head div#logo,
#head .tenpo_two #logo{
/*width:360px;*/
width:100%;
}
#head div#logo p.sp_none {
text-align:center;
margin-bottom:15px;
}

#head div#right,
#head .tenpo_two #right{ width:555px;}
#head .bgtel{/*width:368px;*/ /*  ?a-187px*/}
#head .icon_tenpo{}

#head{
    background:#fff;
  zoom:100%;
  clear:both;
  margin:0 auto 0;
  text-align: left;
  }

#head:after{
  content:"";
  display:block;
  clear:both;
} 

#head #fontSize{
  float:right;
  height:26px;
  list-style-type:none;
  zoom:100%;
  }
#head #fontSize:after{
  content:"";
  display:block;
  clear:both;
} 
#head #fontSize li{
  height:26px;
  line-height:26px;
  float:left;
  margin-left:2px;
}
#head #fontSize .changeBtn{ cursor:pointer;   }

#head #logo{float:left;
  padding-top:10px;
  }
#head #right{float:right;}


#head #logo h1{
  margin:0px 10px 15px 10px;
  color:#FFFFFF;
  font-size:16px;
  padding:5px;
  text-align:center;
  line-height:1.5em;
  letter-spacing: -0.1em;
    border-radius: 3px;        /* CSS3‘??A */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome?p */  
    -moz-border-radius: 3px;   /* Firefox?p */    
  }
#head #logo h1 strong{
  display:block;
  
  font-size:24px;
  
  }


#head #logo h1,
.foot_t_sub{
background:#3F170B;
}
#head table{  margin:0 0 0 0; border-collapse:collapse; }
#head table td{ vertical-align:top;
}
#head .upMenu{
  text-align:right;
  }
#head #right .upMenu p{
  float:right;
  }

#head .bgtel{
  padding-top:12px; 
  clear:both;
  }
#head .tel{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  padding-left:40px;
  padding-top:0px;
  padding-bottom:3px;
  line-height:1.1em;
  }
#head .tel a{
  color:#000;
}
  
#head table{}
#head table td{ padding:0 2px;}

#head .open_time{font-size:17px; font-weight:bold; padding-left:10px;}
#head .open_time span{font-size:17px; }
#head .open_time span.teikyubi{font-size:17px;  }

#head .icon_tel{ padding:3px;}

#head .icon_tenpo{
  padding-top:10px;
  }
#head .icon_tenpo p{
  background-color:#600;
  font-size:12px;
  font-weight:bold;
  padding:5px 3px 6px 3px;
  color:#FFF;
  text-align:center;
  line-height:1.1em;
  width:50px;
  
}

.head_wrap {max-width: 920px;width: 100%;margin: 0 auto;}

#logo .logo_wrap img {
  max-width:400px;
}
#logo .logo_wrap {
  display: flex;
/*  justify-content:space-around;*/
  justify-content:center;
  align-items:center;
}

#logo .logo_wrap .area_head {
  margin-left:15px;
  padding:10px;
  border-radius: 0px;
  color:#ec6919;
    background:#fff;
}

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

#logo .logo_wrap {
  margin-bottom: 20px;
  }

}

#logo{
  position:relative ;
}

.btn-english{
  position:absolute;
  right:1%;
  top:60px;
}

.btn-english a:hover{
  filter:alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

/*翻訳ページでは非表示*/
.translated-ltr .btn-english{
  display:none;
}

#access-toggle-btn
{
    font-size: 26px;
    background-color: #5eac77;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
    color: #fff;
    position: relative;
}

.access-toggle-btn-down
{
    position: absolute;
    top: 6px;
    right: 20px;

}

.box_tel{
width:45%;
padding:0;
margin:0 0 0 20px;
}

.access_wrap{
width:100%;
display:flex;
justify-content:space-between;
padding-bottom:10px;
}

/* 2020.08.05　電話番号2つ掲載に伴う追加 （フッター固定ボタンと共用）*/


.tel_part{


  }
.tel_part .tel_title{
  padding:2px 5px 1px 5px;
  color:#fff;
  text-align:center;
  margin-bottom:7px;
  font-size:16px;

}


.tel_buy .tel_title{ background:#35665d; }
.tel_tenken .tel_title{ background:#44BAD2; /*7030A0*/}
.tel_tenken02 .tel_title{ background:#7030A0;}
.tel_part .tel{ margin-bottom:10px; }

.box_access{
width:52%;

margin: 0 0 15px 0;

/*border:1px solid #5eac77;*/
/*background:#FFF;*/

}

.box_access a{
width:100%;
background:#5eac77;

}

.box_access a:hover {
text-decoration:none;
}

.box_access a p.tn{
background:#5eac77;
color:#FFF;
padding:8px 8px 0 8px;
text-decoration:none;

border:1px solid #5eac77;
}

.box_access a p.root{
  
  border:1px solid #5eac77;
  
  
background:#FFF;
color:#333;
padding:4px;
text-decoration:none;

}

.sp_only{ display:none;}

#head_menu{
  background: #ec691a;
  border-bottom: 2px solid #D0D0D0;
  padding:0px 0 0 0;
  zoom:100%;
  margin:0 0 0 0;
  width:100%;
  height: 80px;
  }

#head_menu ul{
  width: 960px;
  height: 100%;
  margin:0 auto;
  padding: 0px;
  display: flex;
  justify-content: center;
  list-style-type:none;
  background: #ec691a;
  }

#head_menu ul li:last-child{
  border-right:1px solid #D0D0D0;
  }


#head_menu ul li{
  display: flex;
  justify-content: space-between;
  align-items:center;
  /*width:100%;*/
  padding: 6px!important;
  border-left:1px solid #D0D0D0;
  /*background: #FFF;*/
}

#head_menu a{
  display: block;
  /*padding: 15px 10px;*/
    background:#ec691c;
  color:#fff;
  text-align:center;
}

#head_menu a:hover{
  text-decoration:none!important;
  transition: all 300ms 0s ease;
    color:#035637;
}

#head_menu a.icon-01{
  background:url(../img/icon-car.png) no-repeat 5px center ;
  background-size: 25px;
  /*padding: 15px 10px;*/
  padding-left: 35px;
}

#head_menu a.icon-02{
  background:url(../img/icon-pin.png) no-repeat 5px center ;
  background-size: 25px;
  /*padding: 15px 10px;*/
  padding-left: 35px;
}

#head_menu a.icon-03{
  background:url(../img/icon-hatena.png) no-repeat 5px center ;
  background-size: 25px;
  /*padding: 15px 10px;*/
  padding-left: 35px;
}

#head_menu a.icon-04{
  background:url(../img/icon-mega.png) no-repeat 5px center ;
  background-size: 25px;
  /*padding: 15px 10px;*/
  padding-left: 35px;
}

#head_menu a.icon-05{
  background:url(../img/icon-shop.png) no-repeat 5px center ;
  background-size: 25px;
  /*padding: 15px 10px;*/
  padding-left: 35px;
}

#head_menu a.icon-06{
  background:url(../img/icon-tire.png) no-repeat 5px center ;
  background-size: 25px;
  /*padding: 15px 10px;*/
  padding-left: 35px;
}

#head_menu a.icon-07{
  background:url(../img/icon-comment.png) no-repeat 5px center ;
  background-size: 25px;
  /*padding: 15px 10px;*/
  padding-left: 35px;
}

#head_menu .tnavi{
  color: #fff;

}

#head_menu ul li img{
  vertical-align:bottom;
  }






#map{
  max-width: 920px;
  width: 100%;
  margin:20px auto 0 auto;
}
#map h2{
  font-weight: bold;
  padding:20px;
  background: #fc0;
}

.title_map i{
  margin-right: 4px;
}

#map .left_map{
  /*float:left;*/
  width:920px;
}

#map .left_map .map_canvas{
   border:solid #CCCCCC 2px;
  }
.map_canvas_size{
   width:100%;
   height:500px;
   }

#map .btn_map{
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 2px dashed #e5e5e5;
}

#map .left_map .btn_map_up{
  display:inline-block;
  margin:40px 0;
  }
#map .left_map .btn_map_up a{
  background:#008DF3;
  border-radius: 8px;
  padding:10px;
  color:#FFF;
  font-size:15px;
  
  } 
#map .left_map .btn_map_up a:hover{
  background:#0061a7;
  transition:0.4s;
}

#map .right_gaiyou{
  width:920px;
  margin-bottom: 15px;
}

#map .right_gaiyou .pic img{
  margin-bottom: 10px;
  width: 100%;
}

#map .right_gaiyou table{
  border-collapse:collapse;
  border:solid #9a9a9a 1px;
}

#map .right_gaiyou table th{
  border:solid #9a9a9a 1px;
  background-color:#ffeda5;
  text-align:center;
  padding:8px;}

#map .right_gaiyou table td{
  border:solid #9a9a9a 1px;
  padding:8px;
}





@media only screen and (max-width:768px){
  /*表示・非表示*/
.sp_none{ display:none !important;}
.sp_only{ display:block;}

main section h2 {
  font-size: 2rem;
  text-align: center;
}

#head div#logo {
  padding: 20px 10px;
}

#access-toggle-btn {
  display: none;
  }

main section.section6 .inner table th {
  padding: 0.1rem;
  width: 28%;
  text-align: left;
}

#head_menu{ display:none;}

.navi_3c{
  margin-bottom:10px;
  border-bottom: 2px solid #d0d0d0;
}
.navi_3c ul{
  list-style-type:none;
  display:flex;
  justify-content: space-between;
}
.navi_3c ul li{
  width:33%;
  background:#fff;
  border-right: 1px solid #d0d0d0;
  padding:10px 0 10px 0;
  line-height:2.2;
  font-size:14px;
  text-align:center;
}

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

.navi_3c ul li a{
  color:#ec6919;
}
.navi_3c ul li img{ vertical-align:bottom; margin-bottom: 10px;}

.navi_4c ul li{
  width:25%;
  }


.navi_3c .btn_top a{
  box-sizing:border-box;
  width:100%;
  
  float:left;
  display:inline-block;
  /*clear:both;*/

  font-size:11px;
  font-weight:bold;
  text-align:center;
  color:#000;
  padding:4px 3px;
  margin-bottom:3px;
  background-color:#FC0;
  border:1px solid #EEE;
  
}
.navi_3c .btn_top_c2 a{
  width:50%;
}

/*　TEL ポップアップ　*/

#popup_contact .tel_list{}
#popup_contact .tel_list *{ box-sizing:border-box;}
#popup_contact .tel_list p{
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
#popup_contact .tel_list ul{
  list-style-type:none;
  }
#popup_contact .tel_list ul li{
  margin-bottom:1em;
  text-align: left;
  padding: 10px;
  }
#popup_contact .tel_list ul li a{
  padding-top:0.6em;
  background: #2f9912;
  background: -moz-linear-gradient(top, #2f9912 0%, #219900 100%);
  background: -webkit-linear-gradient(top, #2f9912 0%,#219900 100%);
  background: linear-gradient(to bottom, #2f9912 0%,#219900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9912', endColorstr='#219900',GradientType=0 );
  color:#FFF;

  display:flex;
align-items: center;
flex-direction:column;
/*justify-content: center;*/
  }
#popup_contact .tel_list ul li span{
   font-weight:bold;
}
#popup_contact .tel_list ul li .tenpo_name{
  text-align:center;
  width:88%;
  background:#352207;
  border:0;
  line-height:1.2em;
  padding:0.4em;
  font-size: 3vw;
  display:block;
  margin:10px auto 0 auto;
  
  }

#popup_contact .tel_list ul li .tel_no{
  /*width:100%;*/
  /*padding:0.5em;*/
  /*margin-left:10%;*/
  font-size:4.6vw;
  }



#popup_contact .tel_list ul li .opening_hours{
  background: #2f9912;
  background: -moz-linear-gradient(top, #2f9912 0%, #219900 100%);
  background: -webkit-linear-gradient(top, #2f9912 0%,#219900 100%);
  background: linear-gradient(to bottom, #2f9912 0%,#219900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9912', endColorstr='#219900',GradientType=0 );
  color:#FFF;
  padding-bottom: 10px;
    font-size: 3.8vw;
}

#popup_contact .popup_contact_back {
background: #2f9912;
  background: -moz-linear-gradient(top, #2f9912 0%, #219900 100%);
  background: -webkit-linear-gradient(top, #2f9912 0%,#219900 100%);
  background: linear-gradient(to bottom, #2f9912 0%,#219900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9912', endColorstr='#219900',GradientType=0 );
  color:#FFF;
  padding-bottom:10px;
}

#popup_contact .caution {
    color:#de0000;
    border:#de0000 solid 2px;
    font-size:16px !important;
    font-weight:bold;
    padding:4px 0;
    margin-bottom:8px;  
}

#popup_contact .caution2 {
  line-height: 1em;
  margin:5px 0;
}

#popup_contact .tel_title_1{
  padding:5px 5px;
  background: #35665d;
  text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 10px auto 0 auto;
    width:84%;
    display:block;
    color:#fff;
}

#popup_contact .tel_title_2{
  padding:5px 5px;
  background: #44BAD2;
  text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 10px auto 0 auto;
    width:84%;
    display:block;
    color:#fff;
}

#popup_contact .tel_title_3{
  padding:5px 5px;
  background: #7030A0;
  text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 10px auto 0 auto;
    width:84%;
    display:block;
    color:#fff;
}

#popup_contact .time_dayoff {
  margin-top:10px;
}

/*　フッター固定Navi　*/
#foot{ padding-bottom:70px; }
.sp_foot_contact{
  padding: 0 !important}
.sp_foot_contact{
  background-color:#fff;
  width:100%;
  right:0;
  bottom:0px;
  text-align:center;
  position:fixed;
  z-index:100;

}

.sp_foot_contact ul{
  display:flex;
  list-style-type: none;
  }
.sp_foot_contact ul li{
  padding:0 !important;
  
  }
.sp_foot_contact ul li img{vertical-align:middle;}    
.sp_foot_contact ul li.btn_foot-contact{ width:46%; background:#04b31d;}
.sp_foot_contact ul li.btn_foot-list{  width:40%; background:#ffa316;}
.sp_foot_contact ul li.btn_foot-pagetop{ width: 14%; background:#facd89;}
.sp_foot_contact ul li a{padding:0;}


#map .left_map,
#map .right_gaiyou{
  width:100%;
  }

#map div#right_gaiyou{
    width:100%;
}

#map h2{
  padding:10px;
  background:#fc0;
  color: #000;
  font-size:20px;
  text-align: left;
  }

#map .left_map .btn_map_up{
  display: flex;
  justify-content: center;
  margin:28px 0;
  }
#map .left_map .btn_map_up a{
  background:#008DF3;
  border-radius: 8px;
  padding:10px;
  color:#FFF;
  font-size:15px;

  }
#map .left_map .btn_map_up a:hover{
  background:#0061a7;
  transition:0.4s;
}





}

#main1c .page_title {

    position: relative;
    padding: 45px 0 34px;
    color: #333;
    text-align: center;
    line-height: 1.5;
    font-size: 25px;
    font-family: ヒラギノ角ゴ StdN;
    letter-spacing: 0.05em;
    border-bottom: 4px solid #ec6a1a;
    background-color: #fff7c4;
    background-position: top -80px left 200px;
    background-repeat: no-repeat;
        font-weight: 100;
        margin-bottom: 16px;

  }

  @media only screen and (max-width: 768px) {
    #main1c .page_title {
        font-size: 18px;
        padding: 20px 0;
    }
}



#contact{
  max-width: 920px;
  width: 100%;
  margin:0 auto;
}

#Contact input[type="text"]{ padding:2px;}


#Contact span.rei{ color:#666666; font-size:12px;}
#Contact div#form_error{ padding:5px; margin-top:5px; width:100%; }
#Contact div#form_error p{ font-size:100%; color:red; font-weight:bold; margin:0px; }
#Contact table.tbl_form{
  background-color:#cccccc;
  margin-bottom:18px;
  }
#Contact table th{
  border:1px solid #ffffff;
  padding:4px;
  background:url(../img/common/bg_th.jpg);
  font-weight:normal;
  text-align:center;
  font-size:13px;

  }
#Contact table.tbl_form{}
#Contact table.tbl_form td{
  border:1px solid #ffffff;
  padding:4px;
  background-color:#FFFFFF;
  font-size:13px;
  }
#Contact span.hissu{
  color:#FFFFFF;
  font-size:11px;
  background-color:#FF0000;
  line-height:1.1em;
  }
#Contact span.kome{
  color:#FF0000;
  }
#Contact span.rei{
  color:#666666;
  }

#Contact table.tbl_form td table.in_tbl{
  background-color:#ffffff;
  margin:0;
  border-collapse:collapse;

  }
#Contact table.tbl_form td table.in_tbl td{
  padding:4px;
  background:none;
  border:1px solid #CCCCCC;
  }

#Contact span.kome{ color:#FF0000;}
#Contact span.rei{ color:#666666;}

#Contact div#contact_tel{
  text-align:center;
  }
#Contact div#contact_tel h3{
  text-align:center;
  background:none;
  }
#Contact div#contact_tel p{
  margin:0;
  }
#Contact table td.sub_tbl{ text-align:left;}
#Contact table td.sub_tbl table{ margin:0; background-color:#FFFFFF; border-collapse: collapse;}
#Contact table td.sub_tbl table th{ border:dotted #999999; border-width:0 0 1px 0;text-align:left; font-size:11px;}
#Contact table td.sub_tbl table td{ border:dotted #999999; border-width:0 0 1px 0;}
#Contact table td.bg_rd{ background-color:#FFDFDF;}
#Contact span.err_txt{ color:#FF0000; font-size:11px;}





.radio-group {
  margin:10px;
  padding-bottom:10px;}
.radio-group input {

}
.radio-group  div{
  float:left;
  position: relative;
  margin:0 5px 5px 0;
  height:42px;


}

.radio-group input {
  position: absolute;
  left: 0px;
  outline:none;
}
.radio-group label {
  display:block;
  cursor: pointer;
  font-size:18px;
  font-weight:bold;
  padding: 5px 15px 5px 28px;
  border: solid 1px #CCC;
  background-color:#EEE;
  background-image:url(../../img/yoyaku/bg_radio_off.gif);
  background-position: 4px center;
  background-repeat:no-repeat;


}
.radio-group label:hover{
  background-color:#CCC;

  }
.radio-group label.checked  {
  color:#fff;
  border:solid 1px #666;
  background-color:#09C;
  background-image:url(../../img/yoyaku/bg_radio_on.gif);
/*  background-position: 4px  center;
  background-repeat:no-repeat;*/
}




.formBtn{
  text-align:center;
  margin:10px;
  }
.formBtn input{
  cursor:pointer;
  padding:5px;
  text-align:center;
  font-size:14px;

  }


  #container {
    text-align: left;
  }