@charset "UTF-8";

/***********************************************/
/* 目次 */
/*=============================================*/
/*   00.setting                                */
/*   01.common                                 */
/*   02.button                                 */
/*   03.title                                   */
/*   04.header                                */
/*   05.content                                */
/*   06.footer                                */
/*   99.other                                  */
/*=============================================*/
/***********************************************/
/* reset */
/***********************************************/
html,
body,
a,
abbr,
acronym,
address,
area,
b,
bdo,
big,
blockquote,
button,
caption,
cite,
code,
col,
colgroup,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
i,
img,
ins,
kbd,
label,
legend,
li,
map,
object,
ol,
p,
param,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

img,
abbr,
acronym,
fieldset {
  border: 0;
}

q:before,
q:after {
  content: '';
}

code,
pre {
  white-space: pre;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

nav ul,
li {
  list-style: none;
}

/***********************************************/
/* default */
/***********************************************/
html {
  overflow-y: scroll;
}

body {
  background: #FFF;
  color: #000;
  font: 13px/1.231 Arial, MS PGothic, Meiryo, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

h1 {
  font-size: 146.5%;
}

h2 {
  font-size: 138.5%;
}

h3 {
  font-size: 131%;
}

h4 {
  font-size: 123.1%;
}

h5 {
  font-size: 116%;
}

h6 {
  font-size: 108%;
}

hr,
legend {
  display: none;
}

img {
  vertical-align: middle;
}

fieldset {
  display: inline;
}

.clearfix {
  zoom: 1;
}

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

/* topへ戻る */
#page_top {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 999;
}
#page_top img {
  width:100%;
  max-width: 120px;
}

.bounce {
  animation: fuwafuwa 4s infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}


/*=============================================*/
/*main_bottom*/
/*=============================================*/
.main_bottom {
  background: #c0272d;
  padding: 40px 0;
}

/*=============================================*/
/*00.setting*/
/*=============================================*/
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

/*=============================================*/
/*01 common*/
/*=============================================*/
html {
  font-size: 62.5%;
}

/***********************************************/
/* commons */
/***********************************************/
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  overflow: hidden;
}

p,
span,
li,
dt,
dd,
th,
td {
  font-size: 2.0rem;
  line-height: 1.8;
}

a {
  color: #000;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #c0272d;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
}

.sp_only {
  display: none;
}

.page_container {
  width: 100%;
  max-width: 980px;
  margin: auto;
  position: relative;
}
.page_container1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
p.sub_txt {
  font-size: 2.0rem;
}

section.bg_red {
  padding: 120px 0 0;
  background: #c0272d;
}

section.bg_black {
  padding: 120px 0 100px;
  background: #FFC80B;
  margin-top: -4px;
}

.welfare::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 20px;
  background-image: url(../img/top_bottom.png);
  background-size: cover;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-bottom: -230px;
  background-color: #fcf0d7;
}

.bg_normal {
  padding: 120px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

/***********************************************/
/*   02.button                                 */
/***********************************************/





/***********************************************/
/*   03.title                                   */
/***********************************************/
h2 {
  font-size: 4.2rem;
  text-align: center;
}

h3 {
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  width: 100%;
}


.midashi_red {
  color: #c0272d;
  margin-bottom: 80px;
}

.midashi_red:before {
  background: #c0272d;
}

h4 {
  display: inline-block;
  font-size: 4.8rem;
  text-align: center;
  color: #de4261;
}

h2.color_yellow {
  font-size: 50px;
  color: #FFC80B;
  margin-bottom: 40px;
}

.main_bottom2 {
  text-align: center;
}

.white {
  font-size: 40px;
  color: #ffffff;
  letter-spacing: 9px;
  font-weight: bold;
}

.font-l {
  color: #FFC80B;
  font-size: 81px;
  font-weight: bold;
  display: inline-block;
  margin-top: -30px;
}

.manager {
  width: 100%;
  max-width: 81px;
  vertical-align: sub;
  padding-right: 8px;
}

/***********************************************/
/*   04.header                                */
/***********************************************/


.nav_box {
  display: inline-block;
}

.header_nav ul {
  padding: 12px 0;
  font-size: 0;
}

.header_nav li {
  display: inline-block;
  margin-right: 20px;
}

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

.header_nav li:last-child a {
  padding: 22px 10px;
  border-radius: 5px;
  background: rgba(232, 76, 108, 1);
  background: -moz-linear-gradient(top, rgba(232, 76, 108, 1) 0%, rgba(232, 76, 108, 1) 50%, rgba(222, 66, 97, 1) 51%, rgba(222, 66, 97, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232, 76, 108, 1)), color-stop(50%, rgba(232, 76, 108, 1)), color-stop(51%, rgba(222, 66, 97, 1)), color-stop(100%, rgba(222, 66, 97, 1)));
  background: -webkit-linear-gradient(top, rgba(232, 76, 108, 1) 0%, rgba(232, 76, 108, 1) 50%, rgba(222, 66, 97, 1) 51%, rgba(222, 66, 97, 1) 100%);
  background: -o-linear-gradient(top, rgba(232, 76, 108, 1) 0%, rgba(232, 76, 108, 1) 50%, rgba(222, 66, 97, 1) 51%, rgba(222, 66, 97, 1) 100%);
  background: -ms-linear-gradient(top, rgba(232, 76, 108, 1) 0%, rgba(232, 76, 108, 1) 50%, rgba(222, 66, 97, 1) 51%, rgba(222, 66, 97, 1) 100%);
  background: linear-gradient(to bottom, rgba(232, 76, 108, 1) 0%, rgba(232, 76, 108, 1) 50%, rgba(222, 66, 97, 1) 51%, rgba(222, 66, 97, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e84c6c', endColorstr='#de4261', GradientType=0);
  color: #fff;
}

.header_nav li a {
  font-size: 1.4rem;
  font-weight: bold;
}

.header_nav li a:hover {
  text-decoration: none;
}

/************************************************/
/*   05.content                                */
/************************************************/
.main_v_wrap {
  background: #c0272d;
  position: relative;
}

.main_v_wrap .photo_box img {
  width: 100%;
}
.add{
    position: absolute;
    width: 100%;
    max-width: 980px;
    text-align: center;
    left: 50%;
    margin-top: 8%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.top-btn{
  position: absolute;
    width: 100%;
    max-width: 260px;
    right: -7%;
    margin-top: -38%;
    transform: translate(-50%, -50%);
}
.top-btn:hover{
  opacity: 0.8;
}

.top-bottom{
  margin-top:-8%;
  width: 100%;
}
.box{
  position: relative;
}

.open{
  width:100%;
}


.h2-1{
  margin-bottom:40px;
}
.h2-2{
  margin-bottom:100px;
  margin-top: 100px;
}

.font30 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.steamWrap {
  width: 100%;
}
.steamBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}
.steamBox > img {
  width: 100%;
  display: block
}
.steam01 {
  position: absolute;
  right: 0;
  animation: steam01 10s infinite linear;
  opacity: 0
}
.steam02 {
  position: absolute;
  left: 0;
  animation: steam02 14s infinite linear;
  opacity: 0
}
.steam03 {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  animation: steam02 12s infinite linear;
  animation-delay: 6s;
  opacity: 0
}
.steam01 img, .steam03 img {
  width: 532px;
  height: 800px
}
.steam02 img {
  width: 399px;
  height: 600px
}

/***********************************************/
/* 豊富な特典!*/
/***********************************************/
.line{
  display: flex;
  align-items: center;
  background: #c0272d;
  text-align: center;
}
.icon-left{
  background-color: #871c1f;
  width: 100%;
  max-width: 50px;
  padding:2%;
}

.line span{
  color: #FFC80B;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 20px;
  line-height: 1.2;
  display: block;
}
.walfare-ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.walfare-ul li{
  width: 100%;
  max-width: 460px;
}
.walfare-ul:last-child{
  margin-bottom: 0;
}




/***********************************************/
/* 主な業態紹介*/
/***********************************************/
#iekei{
  padding-top: 150px;
}

.bk-img{
  background: url(../img/bk.png);
  background-repeat: repeat-y;
  padding-bottom: 120px;
  background-size: cover;
}

.shop-col2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.shop-col2:last-child{
  margin-bottom: 0;
}
.col2-li{
  width: 100%;
  max-width: 580px;
}


/* 6店舗 */
.shop{
  display: flex;
  justify-content: space-between;
}
.shop li:first-child{
  width: 100%;
  max-width: 380px;
  margin-right: 20px;
}

.shop-type{
  margin-bottom: 20px;
}

.shopname{
  width: 40%;
  margin-bottom: 20px;
}
.shop-txt{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: justify;
}

/* キャストとは */
.cast-txt{
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 30px;
}
.cast-txt span{
  font-weight: bold;
  font-size: 1.8rem;
  color: #c0272d;
}
.bg-white{
  background: white;
  padding: 60px;
  margin-top: 120px;
}

.box4{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.box4:last-child{
  margin-bottom: 0;
}

.red-box{
  width: 100%;
  text-align: center;
  /* color: white; */
  font-weight: bold;
  position: relative;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-logo {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title{
  color: #c0272d;
  font-size:2.4rem ;
}
.red-box-txt{
  font-size:1.4rem ;
  margin: 0 calc(50% - 50vw);
}




/***********************************************/
/* 勤務地から探す*/
/***********************************************/
.col3{
  margin:80px 0;
  display: flex;
  justify-content: space-between;
}

.col3 li{
width: 100%;
height: 100px;
background: #FFC80B;
outline: 2px solid rgb(255, 255, 255);
outline-offset: -8px;
position: relative;
margin: 0 20px;
}


.col3-li p{
  width: 100%;
  text-align: center;
  color: #c0272d;
  font-weight: bold;
  line-height: 1.4;
  font-size: 3rem;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.col3-li p:hover{
  color: #000;
}


/***********************************************/
/* 以下はデザイン部分 ここをカスタマイズします*/
/***********************************************/
aside table.contact_table {
  width: 100%;
}

aside table.contact_table tr {
  font-size: 0;
}

aside table.contact_table tr th {
  display: inline-block;
  width: 27%;
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

aside table.contact_table tr.privacy_wrap {
  margin-bottom: 50px;
  padding-top: 15px;
  text-align: center;
  /* background: #f0f0f0; */
}

aside table.contact_table tr.privacy_wrap th {
  width: 100%;
  padding-top: 20px;
  display: block;
  line-height: 1.0;
  text-align: center;
}

aside table.contact_table tr.privacy_wrap th a {
  /* display: block;
  margin-top: 0.5em;
  font-size: 1.2rem; */
  text-decoration: underline;
}

aside .contact_table th span {
  padding-left: 8px;
  font-size: 2.2rem;
  color: #c0272d;
}

aside .contact_table td {
  position: relative;
  display: inline-block;
  width: 73%;
  padding-bottom: 15px;
}

aside .contact_table tr.privacy_wrap td {
  display: inline-block;
  width: 100%;
  padding: 10px 0 15px;
  text-align: center;
}

aside .contact_table tr.privacy_wrap td .checkbox_label {
  /*    display: inline-block; */
  width: 100%;
  padding-left: 12px;
  text-align: left;
}

aside .contact_table td input {
  background: #f0f0f0;
  border: 2px solid #f0f0f0;
  box-sizing: border-box;
}

aside .contact_table td input[type="number"] {
  width: 100%;
  height: 50px;
}

aside .contact_table td input[type="text"] {
  position: relative;
  width: 100%;
  height: 50px;
}

aside .contact_table tr:last-child {
  text-align: center;
}

aside p.sub_txt {
  margin-bottom: 40px;
  text-align: center;
}

.radio_label input,
.checkbox_label input {
  display: none;
}

.radio_label input+label,
.radio01_parts {
  padding-left: 48px;
  position: relative;
  margin-right: 150px;
  line-height: 1;
}

.radio_label input+label::before,
.radio01_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 50%;
}

.radio_label input:checked+.radio01_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #de4261;
  border-radius: 50%;
}

.checkbox_label input {
  display: none;
}

.checkbox_label input+label,
.check01_parts {
  padding-left: 50px;
  position: relative;
  line-height: 1;
}

.checkbox_label input+label::before,
.check01_parts::before {
  content: "";
  display: block;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
}

.checkbox_label input:checked+.check01_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #c0272d;
  border-radius: 50%;
}

.errorText {
  position: absolute;
  left: 0;
  font-size: 1.4rem;
  color: #f00;
  z-index: 999;
}

.privacy_wrap {
  padding-bottom: 20px;
}

.privacy_wrap .errorText {
  width: 100%;
  text-align: center;
}

/* checkbox複数選択 */
.check_several {
  display: inline-block;
}

/***********************************************/
/*   06.footer                                */
/***********************************************/
#footer {
  background: #FFC80B;
  padding: 40px 0 30px;
  position: relative;
}
.inner {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
#footer-logo {
  text-align: center;
}
#footer address{
	color: #c0272e;
	font-style: normal;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
  font-weight: bold;
}

/***************************************/
/* Table Box  */
/***************************************/
.table_wrap {
  margin-bottom: 100px;
}

.base_table {
  width: 100%;
  margin-bottom: 100px;
}
.base_table:last-child {
  margin-bottom: 0;
}

.base_table th {
  width: 8em;
  font-size: 2rem!important;
  text-align: center;
  color: #FFC80B;
  background-color: #000;
  border-bottom: 8px solid #FFC80B;
  border-right: 8px solid #FFC80B;
  vertical-align: middle;
}

.base_table td {
  background-color: #fff;
  border-bottom: 8px solid #FFC80B;
}

.base_table th {
  padding: 0.5em 0;
  font-size: 16px;
  font-weight: bold;
}

.base_table td {
  padding: 0.5em 1.5em;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  vertical-align: middle;
}

/* 湯気 */
/* 湯気 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}
@keyframes steam01 {
  0% {
    bottom: -60px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 1);
    opacity: 0
  }
  11% { opacity: 0.1 }
  33% {
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 0.5
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.4
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(60deg);
    transform: scaleY(2, 1.8);
    opacity: 0
  }
}
@keyframes steam02 {
  0% {
    bottom: -40px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0
  }
  11% { opacity: 0.1 }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.4
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 1.2)
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(50deg);
    transform: scaleY(1.2, 1.4);
    opacity: 0
  }
}

/*=============================================*/
/*media query   Tablet*/
/*=============================================*/
@media only screen and (max-width: 1024px) {
  .page_container {
    width: 96%;
  }

  .nav_box {
    display: block;
    text-align: center;
    clear: both;
  }
}

/*=============================================*/
/*sp/
/*=============================================*/
@media only screen and (max-width: 768px) {

  /*=============================================*/
  /*main_bottom*/
  /*=============================================*/
  .main_bottom {
    padding: 40px 0;
  }

  h2.color_yellow {
    font-size: 3rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  section.bg_red {
    padding: 60px 0 0;
  }
  section.bg_black {
    padding: 60px 0 50px;
  }

  .white {
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  .y-box {
    background-color: #FFC80B;
    color: #333;
    padding: 2px;
    box-sizing: border-box;
    display: inline-block !important;
    font-size: 1.8rem;
    vertical-align: middle;
    margin: 0 2px;
  }

  .font-l {
    font-size: 2.2rem;
    margin-top: inherit;
  }



  /*=============================================*/
  /*form_area*/
  /*=============================================*/
  .bg_normal {
    padding: 50px 0;
  }

  .form_title {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: #c0272d;
    box-sizing: border-box;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
  }

   /*=============================================*/
  /*sp*/
  /*=============================================*/

  .add{
        max-width: 320px;
  }

  .top-btn{
      max-width: 160px;
      right: -10%;
      margin-top: -65%;
  }
  
  .point_box_wrap{
    margin-top: 10%;
  }
  
  .point_box {
    display: flex;
  }
  .point_box2{
    margin-bottom: 50px;
  }
  .point_box2 li{
    padding:0 10px;
  }
  .h2-1{
    margin-bottom:20px;
  }
  .h2-2{
    margin-bottom: 50px;
    margin-top: inherit;
  }
  
  
  .point_box img {
    max-width: 85px;
  } 
  .font30 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

 
  

  /***********************************************/
/* 豊富な特典!*/
/***********************************************/

.icon-left{
  max-width: 40px;
  padding:2%;
}

.line span{
  font-size: 1.3rem;
  margin-left: 10px;
  text-align: left;
}
.walfare-ul{
  display: block;
  margin-bottom: 0;
}
.walfare-ul li{
  max-width: inherit;
  margin-bottom: 10px;
}

.welfare::after {
  margin-top: -100px;
  background-size: contain;
}

.h3{
  width: 50%;
  margin-top: 60px;
}


/***********************************************/
/* 主な業態紹介*/
/***********************************************/
.bk-img{
  padding-bottom: 60px;
  background-size: contain;
}
.page_container1200{
  width:85%;
  margin: 0 auto;
}

.shop-col2{
  display: block;
  margin: 0 auto;
}
.col2-li{
  width: 100%;
  max-width: inherit;
  margin-bottom: 20px;
}


/* 6店舗 */
#iekei {
  padding-top: 80px;
}

.shop{
  display: block;
  background: rgb(255 255 255 / 70%);
  padding: 15px;
}

.shop li img{
 margin-bottom: 20px;
}
.shop li:first-child{
  display: flex;
  align-items: center;
}

.shop-type{
  margin-bottom: 20px;
}

.shopname{
  width: 19%;
  margin-bottom: inherit;
}
.shop-txt{
  font-size: 1.4rem;
  margin-bottom: 10px;
}

/* キャストとは */

.cast-title{
width:90%;
margin: 30px 0 0;
}

.cast-txt{
  text-align: justify;
  font-size: 1.5rem;
  margin: 30px 0;
}
.cast-txt span{
  font-size: 1.5rem;
}
.bg-white{
  padding: 15px;
  margin-top: 60px;
}

.box4{
  display: block;
  margin-bottom: 20px;
  background: #ffd200;
}
.box4:last-child{
  margin-bottom: 0;
}
.cast-img{
  width: 100%;
}

.red-bg{
  width: 100%;
  box-sizing: border-box;
}
.center {
  position: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
  padding: 3%;
}

.title{
  font-size:1.8rem ;
}
.red-box-txt{
  font-size:1.3rem ;
  margin: inherit;
}
.red-box-txt span{
  display: none;
}
.center-logo {
  top: 35%;
}



/***********************************************/
/* 勤務地から探す*/
/***********************************************/
.col3{
  margin: 40px 0;
}

.col3 li{
max-width: inherit;
height: 80px;
margin: 0 5px;
}


.col3-li p{
  font-size: 1.8rem;
}

/*===============================================
TOPへ戻る
===============================================*/

  #page_top img {
    max-width: 80px;
}

  
  /*===============================================
footer
===============================================*/
  #footer {
    padding: 4% 0;
    overflow: hidden;
  }

  #footer address {
    right: 10%;
}

#footer-logo img{
width:15%;
}

  /***********************************************/
  /*   01.common                                 */
  /***********************************************/
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block;
  }

  p {
    font-size: 1.4rem;
  }


  /***********************************************/
  /*   03.title   */
  /***********************************************/

  h3 {
    font-size: 2.2rem;
    margin-bottom: 60px;
  }

  h3:before {
    bottom: -15px;
    width: 28px;
    height: 4px;
  }

  h4 {
    display: inline-block;
    font-size: 2.0rem;
    text-align: center;
    color: #de4261;
  }

  /***********************************************/
  /*   04.header  */
  /***********************************************/
  header {
    padding-bottom: 0;
  }

  .header_box {
    margin: 10px 0;
    padding: 0;
  }

  .logo_box {
    width: 60%;
    float: left;
    display: none;
  }

  .logo_box img {
    width: 100%;
    max-width: 234px;
  }

  .nav_box {
    width: 30%;
    float: right;
    clear: none;
  }

  .header_nav ul {
    padding: 0;
  }

  .header_nav ul li {
    display: block;
  }

  .header_nav li:last-child a {
    display: block;
    padding: 10px 6px;
  }

  /***********************************************/
  /*   05.content   */
  /***********************************************/

 
  p.sub_txt {
    font-size: 1.6rem;
  }

  .mark_box {
    padding: 5%;
    box-sizing: border-box;
    font-size: 0;
    line-height: 100%;
    margin-bottom: 10px;
  }

  .mark_box p {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: justify;
    box-sizing: border-box;
    padding: inherit;
  }

  .slick-prev:before,
  .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #de4261;
    z-index: 2;
  }

  .slick-prev:before {
    content: '\f137';
  }

  .slick-next:before {
    content: '\f138';
  }

  .slick-next,
  .slick-prev {
    z-index: 1;
  }

  .slick-next {
    right: -10px;
  }

  .slick-prev {
    left: -10px;
  }

  .slick-slider {
    margin-bottom: 20px;
  }

  .bo_dot {
    margin: 90px 0 40px;
  }

  .bo_dot:before {
    top: -40px;
  }

  div.faq_q,
  div.faq_a {
    padding: 0 10px 0;
  }

  div.faq_q p span {
    padding-right: 0.4em;
    font-size: 2.0rem;
    color: #de4261;
  }

  div.faq_q p {
    padding: 0.1em 1.2em 0.8em 2.0em;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 1.6rem;
    text-indent: -2.0em;
    line-height: 1.0;
  }

  div.arrow_close p::after {
    width: 18px;
    height: 12px;
    background-size: 100%;
  }

  div.faq_q p::after {
    width: 18px;
    height: 12px;
    background-size: 100%;
  }

  div.faq_a p {
    padding-left: 2.0em;
    padding-bottom: 60px;
    font-size: 1.6rem;
    text-indent: -2.2em;
  }

  div.faq_a p span {
    padding-right: 0.4em;
    font-size: 2.0rem;
  }

  aside table.contact_table tr th {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }

  aside table.contact_table tr th span {
    font-size: 0.8em;
  }

  aside .contact_table td {
    display: block;
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
  }

  aside .contact_table td.radio_sex {
    font-size: 1.8rem;
  }

  aside .contact_table td.radio_sex .sex_male {
    margin-right: 30%;
  }

  aside table.contact_table tr.privacy_wrap th {
    width: 100%;
    padding-top: 26px;
    text-align: center;
    font-size: 1.5rem;
  }

  aside .contact_table tr.privacy_wrap td {
    width: 100%;
    padding: 20px 0 20px;
    font-size: 1.8rem;
  }

  aside .contact_table td input[type="text"] {
    font-size: 1.6rem;
    padding: 0.5em 0.5em;
    height: auto;
  }

  aside p.sub_txt {
    font-size: 1.4rem
  }

  aside table.contact_table tr.privacy_wrap {
    margin-bottom: 50px;
    background: #f0f0f0;
    text-align: center;
  }

  aside table.contact_table tr.privacy_wrap th span {
    font-size: 0.8em;
  }

  /* aside table.contact_table tr.privacy_wrap th a {
    margin-top: 1em;
    font-size: 1.1rem;
  } */
  .radio_label input+label,
  .radio01_parts {
    padding-left: 48px;
    margin-right: 70px;
    font-size: 1.8rem;
  }

  .radio01_parts.mr_sp {
    margin-right: 0;
  }

  aside .contact_table tr.privacy_wrap td .checkbox_label {
    padding-left: 0;
    text-align: center;
  }

  aside .contact_table tr.privacy_wrap td .check01_parts {
    font-size: 1.6rem;
  }

  .checkbox_label input+label::before,
  .check01_parts::before,
  .radio_label input+label::before,
  .radio01_parts::before {
    width: 20px;
    height: 20px;
  }

  .checkbox_label input:checked+.check01_parts::after,
  .radio_label input:checked+.radio01_parts::after {
    top: 3px;
    left: 7px;
  }

  .col_5 {
    font-size: small;
    text-align: left;
  }

  /*=============================================*/
  /*footer_box*/
  /*=============================================*/
  .footer_box {
    position: fixed;
    z-index: 888;
    bottom: 0;
    width: 100%;
    text-align: center;
    /* opacity: 0.8; */
  }

  /***************************************/
  /* Table Box  */
  /***************************************/
  .base_table th {
    font-size: 1.4rem!important;
    border-bottom: inherit;
    border-right: inherit;
  }

  .base_table td {
    padding: 0.8em;
    font-size: 1.3rem;
  }

  .base_table {
    margin-bottom: 50px;
}

  .base_table th,
  .base_table td {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    box-sizing: border-box;
  }

 
}

/***********************************************/
/*   Thanks Page                                */
/***********************************************/
.thanks-page .ttl-orange {
  margin-bottom: 1em;
}

.thanks-page {
  padding: 80px 0;
}

.thanks-page .center {
  text-align: center;
}

.thanks-page .back_home {
  margin: 3em 0;
  text-align: center;
}

.thanks-page .back_home a {
  font-size: 1.8rem;
  color: #de4261;
  text-decoration: underline;
}
