/* ==============================================================================
	CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html {
  /* font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif; */
  font-family: "UDDigital1";
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
textarea,
pre,
code,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

div,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
pre,
code,
blockquote,
th,
td {
  word-break: break-all;
}

br {
  letter-spacing: 0;
}

fieldset,
img {
  border: 0;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #333;
}

input[type="submit"] {
  cursor: pointer;
}

select {
  background-color: #ffffff !important;
}

address,
caption,
cite,
code,
dfn,
var {
  font-style: normal;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

del,
u {
  text-decoration: none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  /* font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif; */
  font-family: "UDDigital1";
  -webkit-text-size-adjust: 100%;
  scrollbar-face-color: #ffffff;
  scrollbar-3dlight-color: #553f09;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-darkshadow-color: #553f09;
  scrollbar-arrow-color: #553f09;
  scrollbar-track-color: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3 {
  font-size: 15px;
}

ul {
  list-style-type: none;
}

li {
  margin: 0px;
  padding: 0px;
}

table {
  font-size: 15px;
}

table tr {
  vertical-align: top;
}

em {
  font-style: normal;
}

/*=================================================
 * CSS for PC
 * ================================================= */

body {
  position: relative;
  color: #333;
  background: url(../img/all/pc_bg.jpg) no-repeat top center fixed;
  background-size: cover;
}

header,
nav,
main,
aside,
footer,
#link_bnr {
  position: relative;
  z-index: 2;
  width: 650px;
  margin: 0 auto;
}

body:before {
  content: "";
  width: 650px;
  height: 100%;
  position: fixed;
  z-index: -2;
  top: 0;
  left: calc(50% - 325px);
  background: #fff;
}

/** header **/

header {
  position: relative;
  width: 650px;
  height: 100vh;
  -webkit-height: 100lvh;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header .topimg {
  position: relative;
  background: url(../img/all/text.png) no-repeat 50% 50%;
  background-size: 375px auto;
  height: calc(100vh - 110px);
  -webkit-height: calc(100lvh - 110px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  header .topimg {
    background: url(../img/all/text.png) no-repeat 50% 50%;
    background-size: contain;
  }
}

header h1 {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
}

header #topnews {
  height: 110px;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header #topnews h2 {
  font-family: "FontA";
  font-size: 24px;
  line-height: 30px;
  color: #90a1c9;
}

header #topnews p {
  font-size: 15px;
  line-height: 20px;
}

header #topnews p a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  color: #fff;
}

/** navToggle **/

#navToggle {
  display: none;
}
@media screen and (max-width: 650px) {
  #navToggle {
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
    background: #9c1b1e;
    position: fixed;
    top: 0;
    right: calc(50% - 325px);
    z-index: 10002;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .opennav #navToggle {
    color: #000;
    background: rgba(156, 27, 30, 0);
  }
  #navToggle button {
    position: fixed;
    z-index: 10002;
    top: 0;
    right: calc(50% - 325px);
    cursor: pointer;
    display: block;
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 0;
    background: none;
    padding: 19px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #navToggle button span,
  #navToggle button span:before,
  #navToggle button span:after {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .opennav #navToggle button span,
  .opennav #navToggle button span:before,
  .opennav #navToggle button span:after {
    background: #000;
  }
  #navToggle button span {
    position: absolute;
    top: 18px;
    right: 20px;
  }
  #navToggle button span:before,
  #navToggle button span:after {
    content: "";
    display: block;
    clear: both;
  }
  #navToggle button span:before {
    position: absolute;
    top: 8px;
    right: 0;
  }
  #navToggle button span:after {
    position: absolute;
    top: 16px;
    right: 0;
  }
  #navToggle .closebt span {
    position: absolute;
    top: 25px;
    right: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #navToggle .closebt span:before {
    content: "";
    clear: both;
    position: absolute;
    top: 0;
    right: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    opacity: 0;
  }
  #navToggle .closebt span:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
  }
  #navToggle button em {
    width: 35px;
    font-family: "FontA";
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 18px;
    right: 17px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .opennav #navToggle button em {
    color: #000;
  }
}

/** nav **/
nav {
  position: fixed;
  z-index: 9998;
  width: 300px;
  top: 0;
  right: calc(50% - 625px);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

nav .menu ul {
  position: relative;
  text-align: left;
  margin: 0 0 40px 0;
  padding: 140px 0 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav .menu ul:before {
  content: "";
  width: 170px;
  height: 90px;
  background: url(../img/all/nav_logo.png) no-repeat;
  background-size: 170px auto;
  position: absolute;
  top: 25px;
  left: 50px;
}
nav .menu li {
  position: relative;
}
nav .menu li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  color: #000;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav .menu li a span {
  width: 100%;
  font-family: "FontA";
  font-size: 13px;
  line-height: 16px;
  color: #b40004;
}
nav .menu li a em {
  width: 100%;
  font-family: "UDDigital1";
  font-size: 18px;
  line-height: 20px;
}

nav .navinfo {
  text-align: left;
  padding: 0 0 0 50px;
}
nav .navinfo div {
  font-family: "UDDigital1";
  margin: 0 0 20px 0;
}
nav .navinfo div:last-of-type {
  margin-bottom: 0;
}
nav .navinfo div p {
  font-size: 16px;
  line-height: 18px;
  padding: 0 0 0 20px;
}
nav .navinfo div:nth-of-type(1) p {
  background: url(../img/all/nav_i1.png) no-repeat 0 0;
  background-size: 18px auto;
}
nav .navinfo div:nth-of-type(2) p {
  background: url(../img/all/nav_i2.png) no-repeat 0 0;
  background-size: 18px auto;
}
nav .navinfo div:nth-of-type(3) p {
  background: url(../img/all/nav_i3.png) no-repeat 0 0;
  background-size: 18px auto;
}

nav .navinfo div a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  padding: 0 0 0 38px;
}
nav .navinfo div a:after {
  content: "";
  width: 30px;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 13px;
  left: 0;
}

@media screen and (max-width: 650px) {
  nav {
    width: 100vw;
    height: 100vh;
    right: -100vw;
    background: url(../img/all/sp_nav_bg.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 150px;
  }
  .opennav nav {
    top: 0;
    right: 0;
    overflow: visible;
    overflow-y: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .opennav nav::-webkit-scrollbar {
    display: none;
  }

  nav .menu ul {
    padding-left: 60px;
  }
  nav .menu ul:before {
    content: "";
    width: 170px;
    height: 90px;
    background: url(../img/all/nav_logo.png) no-repeat;
    background-size: 170px auto;
    position: absolute;
    top: 25px;
    left: calc(50% - 85px);
  }
}

/** main **/

main {
  display: block;
  text-align: left;
  overflow: hidden;
  background: #fff;
}

/***********************
greet
************************/

#greet {
  position: relative;
  text-align: left;
  padding: 30px 0 0 0;
  background: url(../img/all/greet_bg.jpg) no-repeat top center;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#greet h3 {
  margin-bottom: 30px;
}

#greet .txt {
  position: relative;
  /* font-size: 16px; */
  line-height: 25px;
  padding: 0 30px 30px 30px;
}

#greet .greet_title {
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid #000;
  margin: 0 30px 30px 30px;
}
#greet .greet_title img {
  width: 100%;
  height: auto;
}

#greet .greet_img {
  font-size: 0;
  line-height: 0;
}
#greet .greet_img img {
  width: 100%;
  height: auto;
}

/***********************
news
************************/

#news {
  color: #fff;
  background: url(../img/all/news_bg.jpg) no-repeat top center;
  background-size: cover;
  height: 450px;
  padding: 30px 0;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#news h3 {
  margin: 0 0 30px 0;
}
#news h3 em:after {
  border-color: #b7282d;
}

#news_in {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nbox {
  text-align: left;
  margin: 0 0 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nbox:last-of-type {
  margin-bottom: 0;
}

.nbox h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px 0;
}

.nbox .n_txt {
  /* font-size: 16px; */
  line-height: 1.6;
  margin: 0 0 5px 0;
}

.nbox .date {
  font-size: 14px;
  line-height: 16px;
}

/***********************
money
************************/

#money {
  padding: 30px 0 20px 0;
  background: #f7f3ec;
}

#money h3 {
  margin: 0 0 30px 0;
}

.money_img1 {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.money_img1 img {
  width: 100%;
  height: auto;
}

.money_img1 p {
  font-family: "UDDigital1";
  font-size: 22px;
  line-height: 30px;
  color: #1e2e53;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 30px;
  left: 100px;
}
@media screen and (max-width: 650px) {
  .money_img1 p {
    font-size: 4vw;
    line-height: 1.4;
    position: absolute;
    top: 2vw;
    left: 30px;
  }
}

.money_img2 {
  position: relative;
  font-size: 0;
  line-height: 0;
  padding: 0 30px 30px 30px;
}
.money_img2 img {
  width: 100%;
  height: auto;
}

.money_sub {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin: 0 0 60px 0;
  padding: 0 30px;
}
.money_sub span {
  color: #ff0000;
}

.money_txt {
}
.money_txt h4 {
  position: relative;
  font-family: "UDDigital1";
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 10px;
  color: #fff;
  background: #830003;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.money_txt h4 em {
  position: relative;
  z-index: 3;
}
.money_txt div {
  position: relative;
}
.money_txt div:before {
  content: "";
  width: 270px;
  height: 270px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -30px;
}
.money_txt div:nth-of-type(odd):before {
  left: -135px;
}
.money_txt div:nth-of-type(even):before {
  right: -135px;
}

.money_txt div:nth-of-type(odd) h4 {
  margin-right: 30px;
  padding-left: 30px;
}
.money_txt div:nth-of-type(even) h4 {
  margin-left: 30px;
  padding-right: 30px;
}

.money_txt h4:after {
  content: "";
  width: 230px;
  height: 120px;
  position: absolute;
  z-index: 2;
  top: -35px;
}
.money_txt div:nth-of-type(odd) h4:after {
  left: 0;
  background: url(../img/all/money_h4_l.png) no-repeat;
  background-size: contain;
}
.money_txt div:nth-of-type(even) h4:after {
  right: 0;
  background: url(../img/all/money_h4_r.png) no-repeat;
  background-size: contain;
}

.money_txt p {
  position: relative;
  z-index: 2;
  /* font-size: 16px; */
  line-height: 25px;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 0 30px;
}

.money_txt p span {
  background: #ffff99;
}

/***********************
store
************************/

#store {
  position: relative;
  text-align: left;
  padding: 30px 0 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#store .store_img1 {
  margin: 30px 0;
  width: 100%;
  height: auto;
  aspect-ratio: 750 / 985;
  background: url(../img/all/store_img1.gif) no-repeat;
  background-size: cover;
  overflow: hidden;
}

#store .store_img1 .scrolling_box {
  animation: SCfadeIn 2s ease 0s 1 normal;
  padding-top: 170px;
  transform: rotate(-10deg);
}
@keyframes SCfadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#store .store_img1 .scrolling_box ul {
  display: table;
  margin: 0 auto 5px auto;
}

#store .store_img1 .scrolling_box li {
  display: table-cell;
}

#store .store_img1 .scrolling_box li img {
  display: block;
  width: auto;
  height: 300px;
}

#store .store_img1 .sc_infinite {
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 20s;
}
#store .store_img1 .sc_infinite[data-num="0"] {
  animation-name: RightAnime;
}
#store .store_img1 .sc_infinite[data-num="1"] {
  animation-name: LeftAnime;
}

@keyframes LeftAnime {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-50%, 0);
  }
}
@keyframes RightAnime {
  from {
    transform: translate(-50%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 650px) {
  #store .store_img1 .scrolling_box {
    padding-top: 26%;
  }
  #store .store_img1 .scrolling_box li img {
    width: auto;
    height: 46vw;
  }
}

#store .store_img2 {
  position: relative;
  font-size: 0;
  line-height: 0;
  padding: 32px;
}
#store .store_img2 img {
  width: 100%;
  height: auto;
}

.store_txt {
  padding: 30px;
}

.store_txt h4 {
  font-family: "UDDigital1";
  font-size: 30px;
  line-height: 30px;
  color: #b40004;
  text-align: left;
  margin: 0 0 20px 0;
}
.store_txt h4 span {
  display: block;
  font-size: 18px;
  line-height: 18px;
}

.store_txt p {
  /* font-size: 16px; */
  line-height: 25px;
  text-align: left;
  margin: 0 0 10px 0;
}
.store_txt p img {
  width: 100%;
  height: auto;
}
.store_txt p:last-of-type {
  margin-bottom: 0;
}

#store .img_slide_bg {
  background: #ae1f24;
  padding: 30px 0;
}

#store .slick-prev:after,
#store .slick-next:after {
  border-color: #ae1f24 !important;
}
#treatment .slick-prev:after,
#treatment .slick-next:after {
  border-color: #1e2e53 !important;
}

/***********************
treatment
************************/

#treatment {
  padding: 30px 0 0 0;
  background: #fff;
}

#treatment h3 {
  margin: 0 0 30px 0;
}

.tre_img {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.tre_img img {
  width: 100%;
  height: auto;
}

#treatment .img_slide_bg {
  background: #1e2e53;
  padding: 30px 0;
}

.tre_box {
  background: #fff;
  margin: 0 30px -1000px 30px;
  padding-bottom: 1000px;
}

.tre_box .img {
  font-size: 0;
  line-height: 0;
  margin: 0 0 15px 0;
}
.tre_box .img img {
  width: 100%;
  height: auto;
}

.tre_box h4 {
  font-family: "UDDigital1";
  font-size: 24px;
  line-height: 30px;
  color: #b40004;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 10px;
}

#store .tre_box h4 {
  color: #1e2e53;
}
#treatment .tre_box h4 {
  color: #b40004;
}

.tre_box p {
  /* font-size: 16px; */
  line-height: 25px;
  text-align: left;
  padding: 0 15px 15px 15px;
}

.tre_box p span {
  background: #ffff99;
}

/***********************
qa
************************/

#qa {
  padding: 30px 0 50px 0;
  background: #f7f3ec;
}

.qa_list {
  margin: 20px 30px 30px 30px;
}

.qa_list li {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  padding: 10px 0 10px 25px;
}
.qa_list li span {
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
}
.qa_list li a {
  color: #b40004;
  text-decoration: underline;
}

#qa h3 {
  margin: 0 0 30px 0;
}

#qa h4 {
  font-family: "UDDigital1";
  font-size: 30px;
  line-height: 34px;
  color: #1e2e53;
  text-align: right;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  #qa h4 {
    font-size: 8vw;
    line-height: 1.2;
  }
}

.qa_in {
  margin: 0 0 50px 0;
  padding: 0 30px;
}
.qa_in:last-of-type {
  margin-bottom: 0;
}

.qabox {
  position: relative;
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #ede5d0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qabox .acdbt {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  padding: 0 40px 0 30px;
}

.qabox .acdbt:before {
  font-family: "UDDigital1";
  content: "Q";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qabox .acdbt:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/all/qa.png) no-repeat;
  background-size: 30px auto;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: absolute;
  top: -5px;
  right: 0;
}
.qabox .acdbt.open:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.qabox .acdbox {
  position: relative;
  /* font-size: 16px; */
  line-height: 25px;
  margin: 10px 0 0 0;
}

/***********************
flow
************************/

#flow {
  background: #fff;
  padding: 30px 0 20px 0;
}

#flow h3 {
  margin: 0 0 30px 0;
}

#flow .flow_p {
  /* font-size: 16px; */
  line-height: 25px;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 30px 60px 30px 30px;
  border-bottom: 1px solid #ede5d0;
}

.flow_box_bg {
  margin: 0 0 0 30px;
  border-left: 1px solid #b7282d;
}

.flow_box {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 30px 0 20px;
}
.flow_box:last-of-type {
  padding-bottom: 20px;
}

.flow_box h4 {
  font-family: "UDDigital1";
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 15px 0 15px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flow_box .step {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  font-family: "FontA";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding-top: 10px;
  color: #fff;
  background: #b7282d;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flow_box .step em {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  line-height: 28px;
}

.flow_box .img {
  font-size: 0;
  line-height: 0;
  margin: 0 0 15px 0;
  border: 5px solid #f7f3ec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flow_box .img img {
  width: 100%;
  height: auto;
}

.flow_box p {
  /* font-size: 16px; */
  line-height: 25px;
  text-align: left;
}

.flow_box p span {
  background: #ffff99;
}

/***********************
info
************************/

#info {
  background: #f7f3ec;
  padding: 30px 0 50px 0;
}

#info h3 {
  margin: 0 0 30px 0;
}
#info h3 span {
  font-size: 55px;
}

#info .infobox {
  text-align: left;
  margin: 0 30px;
  padding: 30px 0;
  border-bottom: 1px solid #ede5d0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#info .infobox:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

#info .infobox h4 {
  font-family: "UDDigital1";
  font-size: 20px;
  line-height: 22px;
  color: #b40004;
  margin: 0 0 20px 0;
}

#info .infobox p {
  /* font-size: 16px; */
  line-height: 25px;
}
#info .infobox p:only-child {
  padding-right: 30px;
}

#info .infobox .gmap {
  font-size: 0;
  line-height: 0;
}

/***********************
appli
************************/

#appli {
  text-align: center;
  padding: 50px 30px 110px 30px;
  background: url(../img/all/appli.png) no-repeat bottom center rgb(183, 40, 45);
  background: url(../img/all/appli.png) no-repeat bottom center,
    linear-gradient(135deg, rgba(183, 40, 45, 1) 0%, rgba(171, 28, 33, 1) 100%);
  background-size: 100% auto, auto;
}

#appli h3 {
  position: relative;
  color: #fff;
  margin: 0 0 30px 0;
}
#appli h3 em {
  display: block;
  font-family: "UDDigital1";
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 10px 0;
}
#appli h3 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "FontA";
  font-size: 13px;
  line-height: 20px;
}
#appli h3 span:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: calc(50% - 25px);
}

#appli a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  text-align: center;
  margin: 0 0 2px 0;
  padding: 0 0 0 50px;
  color: #000;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#appli a:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
}

#appli a em {
  width: 100%;
  font-family: "UDDigital1";
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 5px 0;
}
#appli a span {
  font-family: "UDDigital1";
  font-size: 16px;
  line-height: 25px;
  background: #ede5d0;
  padding: 0 15px;
  border-radius: 12.5px;
}

#appli a.appli_tel {
  box-shadow: 50px 0px 0px 0px #1e2e53 inset;
}
#appli a.appli_mail {
  box-shadow: 50px 0px 0px 0px #1e2e53 inset;
}
#appli a.appli_line {
  box-shadow: 50px 0px 0px 0px #1e2e53 inset;
}

#appli a.appli_tel:after {
  background: url(../img/all/appli1.png) no-repeat;
  background-size: 50px auto;
}
#appli a.appli_mail:after {
  background: url(../img/all/appli2.png) no-repeat;
  background-size: 50px auto;
}
#appli a.appli_line:after {
  background: url(../img/all/appli3.png) no-repeat;
  background-size: 50px auto;
}

/** footer **/

footer {
  position: relative;
  width: 650px;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

footer #flogo {
  position: relative;
  font-size: 0;
  line-height: 0;
}
footer #flogo img {
  width: 125px;
  height: auto;
}

#f_menu {
  position: relative;
  padding: 30px 0 30px 100px;
}
#f_menu:after {
  content: "";
  width: 220px;
  height: 450px;
  background: url(../img/all/footer.png) no-repeat;
  background-size: 220px auto;
  position: absolute;
  top: 0px;
  left: -105px;
}

#f_menu li {
  position: relative;
  text-align: right;
  margin: 0 0 30px 0;
}
#f_menu li:last-of-type {
  margin-bottom: 0;
}
#f_menu li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ede5d0;
  position: absolute;
  top: 7px;
  right: 170px;
}
#f_menu li:after {
  content: "";
  width: calc(100% - 170px);
  border-bottom: 1px solid #ede5d0;
  position: absolute;
  top: 10px;
  left: 0;
}

#f_menu a {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  font-family: "UDDigital1";
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #000;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#f_menu a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

footer #copyright {
  font-family: "UDDigital1";
  font-size: 11px;
  line-height: 20px;
  color: #bbb095;
  padding: 15% 0 100px 0;
  background: url(../img/all/copyright.gif) no-repeat top center #f7f3ec;
  background-size: 100% auto;
}
footer #copyright a {
  color: #c9ba93;
}

/** page-top **/

#page-top {
  display: none;
  width: 650px;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: calc(50% - 325px);
}

#page-top .fbt {
  width: 100%;
  display: flex;
  font-size: 0;
  line-height: 0;
  padding: 0 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#page-top a {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: calc(50% - 40px);
  height: 70px;
  font-family: "UDDigital1";
  text-align: center;
  color: #fff;
  padding-top: 28px;
  border-radius: 0;
  background: rgb(147, 200, 197);
  background: linear-gradient(
    135deg,
    rgba(147, 200, 197, 1) 0%,
    rgba(106, 153, 170, 1) 100%
  );
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#page-top a.fbt_top {
  width: 70px;
  margin-left: 10px;
}
#page-top a:after {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  top: 3px;
  left: calc(50% - 14.5px);
}
#page-top a.fbt_tel {
  background: #b7282d;
}
#page-top a.fbt_line {
  background: #1e2e53;
}
#page-top a.fbt_top {
  background: #cebe95;
  border-radius: 50%;
  padding-top: 20px;
}
#page-top a.fbt_tel:after {
  background: url(../img/all/fbt1.png) no-repeat;
  background-size: 29px auto;
}
#page-top a.fbt_line:after {
  background: url(../img/all/fbt2.png) no-repeat;
  background-size: 29px auto;
}
#page-top a.fbt_top:after {
  background: url(../img/all/fbt3.png) no-repeat;
  background-size: 29px auto;
  top: 10px;
}

#page-top a em {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
}

#page-top a.fbt_tel em,
#page-top a.fbt_line em {
  font-family: "UDDigital1";
}

#page-top a span {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/** rollover **/

.fade {
  display: inline-block;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.hover,
.fade input {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hover:hover,
.fade input:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*=================================================
 * COMMON CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: none;
  }
  a[href^="tel:"] {
    cursor: pointer;
  }
  a:hover {
    text-decoration: none;
  }

  header,
  main,
  aside,
  footer,
  #link_bnr {
    width: 100%;
    margin: 0;
  }
  footer {
    left: 0;
  }
  .opennav nav {
    right: 0;
  }
  body:before,
  #page-top {
    width: 100%;
    left: 0;
  }

  /** navToggle **/
  #navToggle,
  #navToggle button {
    right: 0;
  }
}

@media screen and (max-width: 430px) {
  .page_title {
    font-size: 11vw;
    line-height: 1;
  }
}

.img_slide_bg_wrap {
  padding: 32px;
}
