@charset "UTF-8";

html{
	background-image: url(../img/back_01.webp);
}

body {
	padding: 0;
	margin: 0;
}
body * {
	box-sizing: border-box;
}

ul {
	padding: 0;
	margin: 0;
}
li {
	list-style-type:none;		/*リストマーカー無しにする*/
}

a{
	text-decoration: none;
}

/* ヘッダー */
.header{
	text-align: center;
	background-color: rgba(255,255,255,0.6);
	padding: 0 0 40px;
	background: linear-gradient(rgba(212, 29, 91, 0.2), rgba(120, 28, 70, 0.0));
  background-size: cover;
}

.header_inner{
	max-width: 900px;
	margin: auto;
	color: #8c7f5f;
}

.header_in1{
	/*padding: 3px;*/
}
.header_in1 h1 {
	margin: 0 0 30px;
	padding: 0 0 1px;
	font-size: 13px;
	color: #999;
	background-color: #333;
}

.header_in2 {
	font-size: 90px;
	/* display: flex; */
	/* align-items: center; */
	padding: 120px 0 40px;
}
.header_in2 img.top_logo {
	width: 150px;
	display: ;
}

/* .header_in2:before, .header_in2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}

.header_in2:before {
	margin-right: .4em;
}

.header_in2:after {
	margin-left: .4em;
} */

.header_detail_box {
	display: flex;
	/* align-items: center; */
}

.header_in3 {
	padding-bottom: 10px;
	font-size: 18px;
	color: #d31d5b;
	font-weight: bold;
}

.header_in6 {
	padding: 5px 0 0;
	font-size: 12px;
	color: #ccc;
}

.header_in4 {
	margin-right: 1px;
	width: 40%;
	/* height: 40px; */
	line-height: 1.3;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	/* background: rgba(180,161,119,0.4); */
	background-color: #333;
	/* border-radius: 5px; */
	padding: 10px 0;
}
.header_in4 .area {
	color: #d31d5b;
}
.header_in4 a {
	color: #fff;
}
a.link_tel {
	color: #fff;
}

.header_in5 {
	width: 30%;
	padding: 20px;
	text-align: left;
	color: #fff;
	font-size: 18px;
	margin-right: 1px;
	background-color: #333;
}
.header_in5-box {
	margin: 2px 0;
}
.header_in5-box span {
	background: #d31d5b;
	color: #fff;
	font-size: 14px;
	padding: 2px 6px;
	display: inline-block;
	border-radius: 5px;
	text-shadow: none;
	margin-right: 8px;
}

.header_guide {
	width: 30%;
	background-color: #333;
	display: flex;
	align-items: center;
	text-align: left;
	padding: 20px;
}
.header_guide ul li {
	font-size: 14px;
	color: #d31d5b;
}



/* background: linear-gradient(#e66465, #9198e5); */



.head_menu{
	position: absolute;
	top: 23px;
	width: 100%;
}
.head_menu_inner{
}

.logo-area{
	display: none;
}

ul.menu_box {
	display: flex;
	font-family: serif;
	padding: 0;
	margin: 0;
	background-color: #333;
	color: #fff;
}

ul.menu_box li{
	width: 20%;
	text-align: center;
}
ul.menu_box li a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	padding: 5px 0px;
}
ul.menu_box li a strong{
	font-size: 13px;
}

.mainbox_out{
}

.mainbox {
    max-width: 1200px;
    margin: auto;
}
.mainbox_1000 {
    max-width: 1000px;
    margin: auto;
}
.mainbox_900 {
    max-width: 900px;
    margin: auto;
}
.mainbox_800 {
    max-width: 800px;
    margin: auto;
}

.sec_topbox {
	background-color: rgba(255,255,255,0.5);
	padding: 10px 0 40px;
}

.main_1 {
}
.main_2 {
    margin-bottom: 20px;
    border: solid 1px;
    border-radius: 10px;
	margin-top: 20px;
	padding: 1px 20px 30px;
	background-color: rgba(255,255,255,0.4);
}

.main_1_centerbox{
	width: 63%;
	margin-right: 5px;
	padding: 15px;
}

.center_title2{
	background-color: #bbdde7;
}

.main_1_rightbox{
	width: 30%;
	margin-left: 5px;
	padding: 15px;
}

.twitte_img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.twitte_img img{
	width: 100%;
}

.center_title1{
	color: #fff;
	font-size: 20px;
	padding: 5px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
	border-bottom: solid 1px;
	border-top: solid 1px;
	background-color: #333;
	background-image: url(../img/back_02.png);
}

.center_title{
	text-align: center;
}

.center_title2_in1{
	font-size: 30px;
	color: #ebe23c;
	text-shadow    :
       2px  2px 1px #003366,
      -2px  2px 1px #003366,
       2px -2px 1px #003366,
      -2px -2px 1px #003366,
       2px  0px 1px #003366,
       0px  2px 1px #003366,
      -2px  0px 1px #003366,
       0px -2px 1px #003366;
			 padding: 20px 0;
}

.center_title2_in3{
	font-size: 40px;
	color: #f6536c;
	text-shadow    :
       2px  2px 1px #003366,
      -2px  2px 1px #003366,
       2px -2px 1px #003366,
      -2px -2px 1px #003366,
       2px  0px 1px #003366,
       0px  2px 1px #003366,
      -2px  0px 1px #003366,
       0px -2px 1px #003366;
			 padding-top: 10px;
}

.center_title2_in4{
	padding-bottom: 10px;
}

.center_title2_in5{
	padding-bottom: 10px;
	font-size: 11px;
}

.center_title3{
	margin-top: 10px;
    background-color: #9d8279;
		color: #fff;
}

.center_title3_in1{
 padding-top: 20px;
 font-size: 25px;
}

.center_title3_in2{
 padding-bottom: 20px;
}

.center_title3_in3{
	font-size: 30px;
color: #ebe23c;
text-shadow    :
		 2px  2px 1px #003366,
		-2px  2px 1px #003366,
		 2px -2px 1px #003366,
		-2px -2px 1px #003366,
		 2px  0px 1px #003366,
		 0px  2px 1px #003366,
		-2px  0px 1px #003366,
		 0px -2px 1px #003366;
}

.center_title3_in4{

}

.center_title3_in5{
	font-size: 40px;
	color: #fff;
	text-shadow    :
 			2px  2px 1px #003366,
 		 -2px  2px 1px #003366,
 			2px -2px 1px #003366,
 		 -2px -2px 1px #003366,
 			2px  0px 1px #003366,
 			0px  2px 1px #003366,
 		 -2px  0px 1px #003366,
 			0px -2px 1px #003366;
			padding-bottom: 10px;
}

.center_title3_in6{
	padding-bottom: 10px;
    font-size: 11px;
}

.center_title4{
	margin-top: 5px;
    background-color: #000;
    color: #fff;
}

.center_title4_in1{
	font-size: 30px;
     color: #ebe23c;
		 padding: 20px 0;
		 text-shadow    :
	  			2px  2px 1px #003366,
	  		 -2px  2px 1px #003366,
	  			2px -2px 1px #003366,
	  		 -2px -2px 1px #003366,
	  			2px  0px 1px #003366,
	  			0px  2px 1px #003366,
	  		 -2px  0px 1px #003366,
	  			0px -2px 1px #003366;
}

.center_title4_in2{

}

.center_title4_in3{
	font-size: 40px;
     color: #f6536c;
		 text-shadow    :
	  			2px  2px 1px #003366,
	  		 -2px  2px 1px #003366,
	  			2px -2px 1px #003366,
	  		 -2px -2px 1px #003366,
	  			2px  0px 1px #003366,
	  			0px  2px 1px #003366,
	  		 -2px  0px 1px #003366,
	  			0px -2px 1px #003366;
					padding-bottom: 10px;
}

.center_title4_in4{
 padding-bottom: 10px;
}

.center_title4_in5{
	padding-bottom: 10px;
 font-size: 11px;
}

.center_blog {
	background-color: #f9f5ef;
	/* border: solid 1px; */
	padding: 10px;
	margin-bottom: 10px;
	box-shadow: 1px 0 8px 0 #ccc;
}

.center_blog_in1{
	padding-top: 3px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #b4a177;
    margin-bottom: 16px;
    background: rgba(180,161,119,.2);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
		font-family: serif;
}

.center_blog_in2{
 padding-bottom: 10px;
 text-align: left;
}

.center_blog_in2 span{
	color: red;
}

.center_blog_in3{
 display: flex;
 align-items: center;
 justify-content: center;
}

.center_blog_in3 img{
	width: 100%;
}

.center_blog2{
	font-size: 18px;
    font-weight: 600;
    /* padding-bottom: 5px; */
    border-bottom: solid 1px;
		margin-top: 25px;
}



.center_blog2_in1 {
    background:#f00;        /*背景色*/
    overflow:hidden;
}

.center_blog2_in1 p {
    margin:0;
    font-size:1.5em;         /*文字サイズ*/
    color:#fff;              /*文字の色*/
    animation: flowing 10s linear infinite;    /*アニメーション*/
    transform:translateX(100%);                /*最初の位置*/
}

.center_blog2_in2{
	display: flex;
	padding: 10px;
	justify-content: center;
}

.center_blog2_in3{
	width: 25%;
     display: flex;
     justify-content: center;
     align-items: center;
}

.center_blog2_in3 img{
	width: 100%;
}

.center_blog2_in4{
	width: 70%;
     padding-left: 10px;
}


/* コロナエリア */
.colona_area {
	text-align: center;
}
.center_blog3 {
	font-size: 18px;
	font-weight: 600;
	padding: 5px;
	border-bottom: solid 1px;
	margin-top: 10px;
	background-color: #333;
	color: #fff;
}
.center_blog3_in1 {
    background:#b65c9c;        /*背景色*/
    overflow:hidden;
}
.center_blog3_in1 p {
    margin:0;
    font-size:1.5em;         /*文字サイズ*/
    color:#fff;              /*文字の色*/
    animation: flowing 10s linear infinite;    /*アニメーション*/
    transform:translateX(100%);                /*最初の位置*/
}
.center_blog3_in2{
	display: flex;
	padding: 10px;
	justify-content: center;
}
.center_blog3_in3{
	width: 25%;
     display: flex;
     justify-content: center;
     align-items: center;
}
.center_blog3_in3 img{
	width: 100%;
}
.center_blog3_in4{
	width: 70%;
}
.center_blog4_in2{
	padding: 10px;
}

.center_blog4_in3{
	width: 30%;
	margin: auto;
}

.center_blog4_in3 img{
	width: 100%;
}

.center_blog4_in4{
}

ul.colona{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 10px;
}
ul.colona li {
	padding: 10px;
	display: inline-block;
}
.colona{
	padding: 5px;
}

.cast_title{
	margin: 16px 0 8px;
background: #b4a177;
color: #fdf7eb;
padding: 3px 0;
text-indent: 1em;
font-weight: bold;
}

ul.cast{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.cast_image{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cast_image_1{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #999;
    margin-right: 15px;
		background-image: url(../img/cast_img01.png);
		background-position: center;
		background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cast_image_2{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #999;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
		background-image: url(../img/cast_img02.png);
		background-position: center;
		background-size: cover;
}

.cast_image_3{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #999;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
		background-image: url(../img/cast_img04.png);
		background-position: center;
		background-size: cover;
}



.twitter_title{
	color: #715d3d;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px;
    border-top: solid 1px;
    background-image: url(../img/back_03.png);
}

.footer_out {
	background-color: #333;
	border-bottom: 1px solid #000;
	margin: 50px 0 0;
}

.footer_title{
	width: 18%;
	margin: auto;
}

.footer_title a {
	display: block;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.footer_menu_out{
	background: #222;
    color: #a8a8a8;
}

.footer_logobox  {
	padding: 1px 0 0;
}
.footer_logobox a {
	width: 100px;
	display: block;
	margin: 40px auto;
}
.footer_logobox a img {
	width: 100%;
	display: block;
}


.footer_menu{
	max-width: 1000px;
	margin:  auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 30px;
	padding-top: 15px;
}

.footer_title_1{
	font-size: 20px;
    font-weight: 600;
    font-family: serif;
		padding: 15px 0;
		color: #fff;
}


.footer_box_0001{
	width: 30%;
	margin: 0 0 50px;
}

.footer_box_0002{
	width: 40%;
	margin: 0 0 50px;
}

.footer_box_0003{
	width: 70%;
	margin: 0 0 50px;
}

.footer_box_0004{
	width: 70%;
	margin: 0 0 50px;
}


.footer_box_0001_3{
	margin-top: 10px;
    display: inline-block;
    color: #8f8262;
    border: 1px solid rgba(180,161,119,.25);
    background: rgba(221,207,186,.05);
    border-radius: 5px;
    text-align: center;
    padding: 0 12px;
}
.footer_box_0001_3 a {
	color: #8f8262;
}

.footer_center{
	width: 30%;
	margin-right: 25px;
}

.footer_left{
	width: 30%;
}

.footer_box_0004_inner{
	display: flex;
	flex-wrap: wrap;
}

.footer_box_0004_1 {
	width: 20%;
	padding: 1px;
}

.footer_box_0004_1 a{
	display: block;
    padding: 6px 0;
    text-align: center;
    color: #fff;
		background-color: #d31d5b;
    font-size: 14px;
}

.footer_end {
	text-align: center;
	background-color: #d31d5b;
	color: #fff;
	font-size: 13px;
	padding: 5px;
}

.footer_kinshi_box {
	padding: 30px;
	font-size: 14px;
	/* border: 4px double #fff; */
	margin: 40px 0 0;
	background-color: #000;
	color: #666;
}


#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}


/* アクセス⇨利用方法 */
.frow_box {
	border-bottom: 1px dotted;
}
.frow_box,
.frow_box_02 {
	padding: 10px 5px;
}
.frow_box_03 a {
	background-color: #333;
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #333;
	box-shadow: 0 0 0 1px #999 inset;
	margin: 10px 0 0;
}


/*アクセス/求人情報ページ・テーブル*/
.tbl01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #000;
}
.tbl01 th, .tbl01 td {
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #000;
	vertical-align: middle;
}
.tbl01 th {
	width: 20%;
	background-color: #fcf3dd;
}
.tbl01 td a {
	color: #000;
}


/*ロゴやサイトタイトルをセンタリング*/
.logo-area{text-align:center;margin:auto;}

@media screen and (min-width:680px) {
   #nav-drawer {
     display:none;
   }
 }

@keyframes flowing {
  100% {
    transform:translateX(-100%);    /*終了の位置*/
  }
}








.title01_span {
	box-sizing: border-box;
	padding: 2em;
	background-color: #FFF;
	margin-bottom: 0.5em;
	font-size: 2em;
	line-height: 100%;
	color: #df3c6a;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
}
.title01_center {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 100%;
	color: #df3c6a;
	text-align: center;
}

.title03 {
	margin-bottom: 0.5em;
	font-size: 1.5em;
	line-height: 100%;
	color: #333;
	border-bottom: 5px solid #DC0A75;
	line-height: 100%;
	background-color: #FE2C97;
	color: #FFF;
	padding: 0.8em 1em 0.6em;
	box-sizing: border-box;
}

.title04 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 100%;
	color: #333;
	border-left: 5px solid #333;
	line-height: 100%;
	background-color: #777;
	color: #FFF;
	padding: 0.5em 1em 0.5em;
	box-sizing: border-box;
}




.lineArea .lineAreaWrap {
	margin-bottom: 2em;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.lineArea .lineAreaWrap figure {
	width: 30%;
	margin: 0;
}
.lineArea .lineAreaWrap figure img {
	display: block;
	width: 100%;
}
.lineArea .lineAreaWrap .textArea {
	width: 65%;
}
.redBold {
	color: #df3c6a;
	font-weight: bold;
}


/***********************************************
リスト
***********************************************/
.noticeList01{
    box-sizing: border-box;
    padding: 1em;
    border-radius: 0.5em;
    background-color: #FFF;
    border: 1px solid #d5d0b9;
}
    .noticeList01 li{
        box-sizing: border-box;
        padding: 0.5em;
        list-style-type: disc;
        padding-left: 1em;
        margin-left: 1em;
        border-bottom: 1px dotted #d5d0b9;
    }
    .noticeList01 li:last-child{
        border-bottom: 0;
    }


/***********************************************
採用情報
***********************************************/
.job_jokenList02{
    box-sizing: border-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content:         space-between;
}
    .job_jokenList02 li{
        margin-bottom: 1em;
        box-sizing: border-box;
        padding: 1.2em 1em;
        width: 49%;
        background-color: #908B72;
        color: #FFF;
        text-align: center;
    }
    .job_jokenList02 li:nth-last-child(-n+2){
        margin-bottom: 0;
    }
        .job_jokenList02 li .sub{
            margin-bottom: 0.5em;
            width: 100%;
            display: block;
            font-size: 0.9rem;
            line-height: 100%;
        }
        .job_jokenList02 li .title{
            width: 100%;
            display: block;
            font-size: 1.8rem;
            line-height: 100%;
        }


.jobDl{}
    .jobDl > dt{
        padding-bottom: 0.3em;
        margin-bottom: 0.5em;
        border-bottom: 2px solid #df3c6a;
        font-size: 1.5rem;
        line-height: 120%;
    }
    .jobDl > dd{
    	margin-left: 0;
        margin-bottom: 2em;
    }

.shopDl{}
    .shopDl dt{
        background-color: #857939;
        color: #FFF;
    }
    .shopDl dd{
    	margin: 0;
    }

.qa{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
    .qa dt{
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
        border-bottom: 2px solid #333;
        font-size: 0.8em;
        line-height: 120%;
    }
    .qa dt:before{
        content: 'Q';
        font-size: 1.2em;
        color: #BC3359;
        margin-right: 0.5em;
    }
    .qa dd{
        margin-bottom: 2em;
        margin-left: 0;
        font-size: 0.8em;
        line-height: 120%;
    }
    .qa dd:before{
        content: 'A';
        font-size: 1.2em;
        color: #BC3359;
        margin-right: 0.5em;
    }


.job_jokenList03{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
    .job_jokenList03 li{
        width: 49%;
    }
    .job_jokenList03 li:nth-child(2n) a{
        padding: 1em 1em;
    }
    .job_jokenList03 li a{
        height: 80px;
    }

.job_jokenList04{}
    .job_jokenList04 li{
        width: 100%;
    }
    .job_jokenList04 li a{
        display: block;
        width: 100%;
        height: auto;
    }


.btn02,
.btn02:hover {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #FFF;/*ボタン色*/
  color: #EB5382;
  border: solid 1px #EB5382;
  border-bottom: solid 4px #EB5382;
  border-radius: 3px;
  display: block;
  width: 100%;
  text-align: center;
}
    .btn02 .sub{
      display: block;
      font-size: 0.7em;
      text-align: center;
    }
    .btn02 .title{
      display: block;
      font-size: 1.2em;
      text-align: center;
    }




/***********************************************
ご利用の流れ （追加ページ）
***********************************************/
.flowList01 {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flowList01 li {
    width: 65px;
    position: relative;
    text-align: center;
    font-size: 20px;
    background-color: #D5D0B9;
}
.flowList01 li span {
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: #333;
    color: #FFF;
    display: block;
    width: 100%;
}
.flowList01 li p {
    width: 100%;
    padding: 18px;
    box-sizing: border-box;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    font-size: 16px;
    margin: 0;
}
.flowList01 li::after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/icon_arr01_gray.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    position: absolute;
    top: 50%;
    right: -34px;
}
.flowList01 li:last-child::after{
    display: none;
}





/***********************************************
LINE ページ
***********************************************/
.lineTokuten{
    margin-bottom: 2em;
    display: block;
    width: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.lineTokuten figure{
    width: 30%;
}
    .lineTokuten figure img{
        display: block;
        width: 100%;
    }


    .lineTokutenArea{
        margin-bottom: 2em;
        display: block;
        width: 65%;
        text-align: center;
    }
    .lineTokutenArea ul{
        margin-bottom: 1em;
        background-color: #FFF;
        box-sizing: border-box;
        padding: 2rem;
        border: 4px solid #857939;
        text-align: center;
        display: block;
        width: 100%;
    }
    .lineTokutenArea ul li{
        font-size: 1.3em;
    }
        .lineTokutenArea ul li span{
            color: #FF5500;

        }
    .lineTokutenArea p{
        text-align: left;
    }




.lineArea{}
.lineArea p{
    margin-bottom: 1em;
}
.lineArea .lineAreaWrap{
    margin-bottom: 2em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.lineArea .lineAreaWrap figure{
    width: 30%;
}
    .lineArea .lineAreaWrap figure img{
        display: block;
        width: 100%;
    }
.lineArea .lineAreaWrap .textArea{
    width: 65%;
}
    .lineArea .lineAreaWrap .textArea p{}
    .lineArea .lineAreaWrap .textArea textarea{
        box-sizing: border-box;
        padding: 1em;
        width: 100%;
        height: 200px;
        text-align: left;
    }

.lineCaution{}
    .lineCaution h3{
        margin-bottom: 1em;
    font-size: 1.2em;
    border-bottom: 1px solid #FFF;
        color: #FFF;
    }
    .lineCaution ul{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .lineCaution ul li{
        margin-bottom: 0.5em;
        font-size: 0.8em;
        line-height: 1.3em;
        color: #FFF;
    }


.job_jokenList03{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
    .job_jokenList03 li{
        width: 49%;
    }
    .job_jokenList03 li:nth-child(2n) a{
        padding: 1em 1em;
    }
    .job_jokenList03 li a{
        height: 80px;
    }

.job_jokenList04{}
    .job_jokenList04 li{
        width: 100%;
    }
    .job_jokenList04 li a{
        display: block;
        width: 100%;
        height: auto;
    }


.btn02,
.btn02:hover {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #FFF;/*ボタン色*/
  color: #EB5382;
  border: solid 1px #EB5382;
  border-bottom: solid 4px #EB5382;
  border-radius: 3px;
  display: block;
  width: 100%;
  text-align: center;
}
    .btn02 .sub{
      display: block;
      font-size: 0.7em;
      text-align: center;
    }
    .btn02 .title{
      display: block;
      font-size: 1.2em;
      text-align: center;
    }

.card{
    box-sizing: border-box;
    padding: 1rem;
    text-align: center;
}
    .card i{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        display: block;
        height: auto;
        color: #857939;
        font-size: 4em;
    }
    .card p{
        text-align: center;
        margin-bottom: 2rem;
    }




/*アクセスページ
****************************************/
.shopDl02 .title05 a {
  background-color: #908b72;
  color: #fff;
  display: block;
  padding: 20px;
  margin: 10px 0;
}

.yurai {
    margin: 1px 0;
    padding: 20px;
    border: 1px solid #857939;
    background-color: #fff;
}
.yurai_title {
    padding: 10px;
    background-color: #857939;
    color: #FFF;
    border: 1px solid #857939;
    box-shadow: 0 0 1px 1px #fff inset;
    border-radius: 5px;
}
.yurai p{
    padding: 10px;
}


table.weather {
  margin: 20px 0;
}
table.weather td {
  border: 1px solid #857939;
  background-color: #fff;
  padding: 10px;
  vertical-align: middle;
  width: 50%;
  text-align: center;
}
table.weather td img{
  margin: 0 auto;
}


.moyori_eki_title {
    font-size: 1.2em;
    margin: 30px 0 10px;
}
.rosen {
    border: 1px solid #857939;
    padding: 10px 20px;
    background-color: #fff;
}
.rosen ul {
    box-sizing: border-box;
    padding: 10px 0;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: left;
    justify-content:         left;
}
ul.rosen_box02 {
    box-sizing: border-box;
    padding: 10px 0;
    border-top: 1px dotted #ddd;
}
.rosen li {
    margin: 2px;
    box-sizing: border-box;
    display: inline-block;
    background: linear-gradient(#f4f4f4, #eee);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px 1px #fff inset;
    text-align: center;
}
.rosen li.rosen_title {
    width: 20%;
    border: 1px solid #857939;
    background: #857939;
    color: #fff;
}


#spContactBtnArea {
	display: none;
}





/* ------------------------------
　　トップページ & システムページ
-------------------------------*/
.system_subtitle {
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin: 45px 0 20px;
	border-bottom: 1px solid #000;
}

.system_box ul {
	display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -ms-flex-wrap:wrap;/*--- IE10用 ---*/
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content:        center;
}
.system_box ul li {
	box-sizing: border-box;
	width: 23%;
	padding: 15px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	/* border-radius: 50%; */
	margin: 5px;
	box-shadow: 0 0 0px 1px inset;
}

.system_box01 ul li {
	background-color: #896742;
	border: 1px solid #896742;
}
.system_box02 ul li {
	background-color: #583637;
	border: 1px solid #583637;
}
.system_box03 ul li {
	background-color: #812d2d;
	border: 1px solid #812d2d;
}



table.new_system_tb {
  width: 100%;
  text-align: center;
  border-collapse:collapse;
}
.new_system_tb .top_th {
	background-color: #333;
	padding: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	/* border-top: 1px solid; */
}
.new_system_tb th {
	padding: 5px;
	background-color: #d31d5b;
	color: #fff;
	border-bottom: 2px solid #333;
}
.new_system_tb td {
  padding: 20px 0 15px;
  border-bottom: 1px solid #000;
  background-color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: bold;
  width: 33%;
}

.new_system_tb .bottom_td div {
	font-size: 15px;
}
.new_system_tb .bottom_td div span {
	font-size: 28px;
	display: inline-block;
	margin-right: 10px;
	color: #d31d5b;
}


.new_system_op {
	border: 1px solid #b65c9c;
	background-color: #fff;
}
.new_system_op .new_system_op_inner {
	padding: 20px;
	font-size: 18px;
}
.new_system_op .new_system_op_title {
	text-align: center;
	background-color: #b65c9c;
	padding: 4px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	/* border-top: 1px solid; */
}
.new_system_op .new_system_op_inner p {
	margin: 5px 0;
}
.new_system_op p.text_color {
	color: #b65c9c;
}
.new_system_op span.text_m {
	font-size: 120%;
	/*font-weight: bold;*/
}
.new_system_op span.text_l {
	font-size: 140%;
	font-weight: bold;
}
.new_system_op .new_system_op_bottom_text .op_bottom_text002 {
	display: inline-block;
	font-size: 120%;
	padding: 0 3px;
	border-bottom: 5px solid #b65c9c;
}
.new_system_op .new_system_op_bottom_text .op_bottom_text003 {
	margin: 20px 0 0;
	font-size: 84%;
}
.new_system_op_bottombox {
	font-size: 14px;
	padding: 10px;
}
.new_system_op_bottombox br {
	display: none;
}
