/* common */

section h3{
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
    color: rgba(89,89,29,1.00);
    font-size: 120%;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
}

section h4{
    text-align: center;
    border: 1px solid rgba(90,90,43,1.00);
    padding: 5px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}

.recruit p{
    margin-bottom: 0.5em;
}

.youkou th{
    background: rgba(90,90,43,0.1);
    border-radius: 5px;
    margin-bottom: 5px;
    }
    
    .youkou td{
        margin-bottom: 10px;
    }
    
    .works dt{
        font-weight: bold;
        color: rgba(69,98,5,1.00);
    }
    
    .works dd{
        margin-bottom: 20px;
        margin-left: 1em;
    }
    
    .works p{
        line-height: 1.5;
    }
    
    .kinmuchi dt{
        font-weight: bold;
        color: rgba(69,98,5,1.00);
        border-bottom: 1px dotted rgba(69,98,5,1.00);
        margin-bottom: 8px;
    }
    
    .kinmuchi dd{
        margin-bottom: 10px;
    }
    
    .kinmuchi dd ul{
    /*display: flex;*/
    flex-wrap: wrap;
    list-style-type: none;
    }
    
    .kinmuchi dd li{
    padding: 10px 10px;
    line-height: 3em;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin: 10px!important;
    }
.kinmuchi dd li a{
    text-decoration: none; 
	padding: 10px;
    }
.kinmuchi dd li a:hover{
    text-decoration: none;
    padding: 10px;
    border-radius: 3px;
    background-color: #F8BD9A;
    color: #262626;
    }

.workstime dt{
    font-weight: bold;
    border-bottom: 1px dotted rgba(67,57,16,1.00);
    margin-bottom: px;
}

.workstime dd{
    display: inline-block;
    margin-right: 15px;
}

.workstime dd::before{
    content: "●";
    color: rgba(67,57,16,0.2);
    margin-right: 5px;
}

.salary dt{
    font-weight: bold;
    line-height: 1.3;
    text-indent: -1em;
    padding-left: 1em;
}

.salary dd{
    margin-left: 1em;
    margin-bottom: 0.7em;
}

.flow{
    background: rgba(82,87,34,0.05);
    padding: 10px;
    margin-bottom: 20px;
}

.flow h4{
    margin-top: 0;
}

.flow ul{
    display: flex;
    justify-content:center;
    margin-bottom: 10px;
}

.flow li{
    border: 1px solid rgba(126,116,31,1.00);
    color: rgba(126,116,31,1.00);
    border-radius: 50%;
    width: 18vw;
    height: 18vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    position: relative;
}

.flow li:last-of-type::after{
    display: none;
}

.flow li::after{
    content: "▲";
    transform: rotate(90deg);
    font-size: 60%;
    position: absolute;
    right: -13px;
    top: calc(50% - 0.8em);
    
}

.btn_contact a{
    display: block;
    background: #9c272d;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/* mobile only*/
@media all and (max-width: 767px) {
 
    .youkou th , .youkou td{
        display: block;
    }
    
}

/* PC only*/
@media all and (min-width: 768px) {
 
    section h3{
        font-size: 190%;
        margin-bottom: 30px;
        line-height: 1.7;
    }
    
    .textbox{
        text-align: center;
        margin-bottom: 35px;
        font-size: 120%;
    }
    
    section h4{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 6em;
        height: 6em;
        margin-bottom: 3.0px;
        border-radius: 50%;
        margin: 0 auto 30px;
        font-size: 120%;
        background: rgba(90,90,43,0.03);
    }
    
    table.youkou{
        width: 100%;
        margin-bottom: 50px;
        border-top: 1px solid rgba(51,61,9,0.4);
    }
    
    .youkou th , .youkou td{
    border-bottom: 1px solid rgba(51,61,9,0.4);
    padding: 20px;
    }
    
    .youkou th{
    border-radius: 0;
    text-align: left;
    width: 6em;
    }
    
    .flow{
        padding: 30px;
        margin: 0 auto 30px;
        text-align: center;
        width: 80%;
    }
    
    .flow h4{
        margin-bottom: 0;
    }
    
    .flow ul{
        margin-bottom: 25px;
    }
    
    .flow li{
        width: 160px;
        height: 160px;
        margin: 0 30px;
        font-size: 130%;
        font-weight: bold;
    }
    
    .flow li::after{
        right: -40px;
        font-size: 90%;
    }
    
    .btn_contact{
        text-align: center;
    }
    
    .btn_contact a{
        padding: 15px;
        border-radius: 50px;
        width: 50%;
        transition: all 0.7s;
        font-size: 120%;
        margin: 0 auto;
    }
    
    .btn_contact a:hover{
        background: rgba(180,158,12,1.00);
    }

}

@media all and (min-width: 1200px) {

}
.rc_img {
    background-image: url(../../index/img/mainimg/saiyou.jpg);
    height: 300px;
    background-size: contain;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.kaisyagaiyou {
    width: 100%;
}
.kaisyagaiyou table {
    margin: 0 auto;
    width: 55%;
    border: 2px solid #C49A6C;
}
.kaisyagaiyou th {
    width: 30%;
    
}.kaisyagaiyou td {
    font-size: 1rem;
    
}
@media all and (max-width: 767px) {
	.rc_img {
    height: 150px;

}
	.kaisyagaiyou table {
    width: 100%;
}
 
    .kaisyagaiyou th , .kaisyagaiyou td{
    display: block;
		font-size: 1rem;
    text-align: center;
    width: 100%;
    }
	.kaisyagaiyou td{
    background-color: #EEEEE9;
    }
}
.g_title {
    font-size: 1rem;
    text-align: center;
    background-color: #C49A6C;
    font-weight: normal;
}
.gnai {

    font-weight: normal;
    font-size: 1rem;
    text-align: right;
}
@media all and (max-width: 767px) {
	.gnai {
    padding: 0px;
}
}
.area_head {
    padding: 10px;
    border-radius: 3px;
    background-color: #EEEEE9;
}
.kome {
    text-align: right;
    margin: 0;
    padding: 0;
    font-weight: normal!important;
}


.recruit_wrap {
    padding: 20px;
}

.h2_title4 {
  background: #594533;
  color: #fff;
  font-size: 3.5rem;
  margin: 0;
  padding: 15px 30px;
}
.h2_title3 {
  font-size: 3.5rem;
  margin: 0;
  padding: 15px 30px;
}

/*.hotel_img {
    background-image: url(images/recruit/slide_01.png);
    background-size: cover;
    height: 300px;
    background-position: right top;
}*/

.r_title {
    text-align: center;
    font-weight: bold;
}
.r_title_s {
    background-image: -webkit-linear-gradient(0deg,rgba(255,110,0,1.00) 0.86%,rgba(255,181,125,1.00) 67.36%,rgba(255,255,255,1.00) 87.22%);
    background-image: -moz-linear-gradient(0deg,rgba(255,110,0,1.00) 0.86%,rgba(255,181,125,1.00) 67.36%,rgba(255,255,255,1.00) 87.22%);
    background-image: -o-linear-gradient(0deg,rgba(255,110,0,1.00) 0.86%,rgba(255,181,125,1.00) 67.36%,rgba(255,255,255,1.00) 87.22%);
    padding: 5px 10px;
    background-image: linear-gradient(90deg,rgba(255,110,0,1.00) 0.86%,rgba(255,181,125,1.00) 67.36%,rgba(255,255,255,1.00) 87.22%);
    font-weight: bold;
    color: #FFFFFF;
    display: block;
}
.r_prtxt {
    padding: 30px;
    border: 2px solid #7D5740;
    font-size: 150%;
    text-align: center;
}
.sentaku {
    overflow-y: hidden;
    display: flex;
    text-align: center;
    padding-left: 4em;
}
.sentaku_btn01 a,.sentaku_btn02 a {
    display: block;
    text-align: center;
    background-color: #C49A6C;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 0;
    font-size: 150%;
    width: 450px;
}
.sentaku_btn01 a:hover,.sentaku_btn02 a:hover {
    color: #131313;
    background-color: #F4D9BB;
    text-decoration: none;
}
.recruit_01 {
    padding: 15px;
    border: 2px solid #ADADAD;
    overflow-y: hidden;
}
.recruit_01 p {
    font-size: 120%;
    line-height: 1.5em;
}
.r_naiyou01 {
    padding-right: 15px;
  padding-left: 15px;	
}
.t_txt {
    margin: 0 1.2em;
}
.r_naiyou01 {
	
}
.r_naiyou02 {
   	
}
.pad_left10 {
    text-indent: 10px;
}
.txt_indent1 {
    text-indent: 1em;
}
.txt_indent2 {
    text-indent: 2em;
}
.mar_left10 {
    margin-left: 10px;
}
.mar_left20 {
    margin-left: 20px;
}
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

.r_contact {
    display: flex;
    text-align: center;
    width: 100%;
    margin-top: 50px;
}
.r_contact_btn01 {

}
.r_contact_btn01 p {
    line-height: 85px;
}
.r_contact_btn01 a {
    display: block;
    text-align: center;
    background-color: #C49A6C;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 150%;
    width: 450px;
    height: 85px;
    margin-left: 30px;
	border: 2px solid #5F4120;
}
.r_contact_btn01 a:hover {
    color: #1F1F1F;
    text-decoration: none;
}
.r_contact_btn02 {
    display: block;
    text-align: center;
    background-color: #FFFFFF;
    color: #1E1E1E;
    text-decoration: none;
    font-size: 150%;
    width: 450px;
    height: 85px;
    padding-top: 15px;
    margin-left: 40px;
    border: 2px solid #5F4120;
}
.r_info1 {
    clear: left;	
}
@media screen and (max-width: 767px) {
	.h2_title4 {
  background: #594533;
  color: #fff;
  font-size: 2rem;
  margin: 0;
  padding: 15px 30px;
}
.h2_title3 {
  font-size: 2rem;
  margin: 0;
  padding: 15px 30px;
}
	.recruit_wrap {
    padding: 0px;
}
	.r_naiyou01 {
    padding-right: 0px;
  padding-left: 0px;	
}
	.r_prtxt {
    padding: 5px;


}
	.r_contact {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 50px;
}
	.r_contact_btn01 a {
    display: block;
    text-align: center;
    background-color: #C49A6C;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 150%;
    width: 100%;
    height: 85px;
    margin-left: 0px;
	border: 2px solid #5F4120;
}
	.r_contact_btn02 {
    display: block;
    text-align: center;
    background-color: #FFFFFF;
    color: #1E1E1E;
    text-decoration: none;
    font-size: 120%;
    width: 100%;
    height: 85px;
    padding-top: 15px;
    margin-left: 0px;
    border: 2px solid #5F4120;
}
	
}


    /*ベース*/
    section.typeA{
    	display: flex;
    	flex-wrap: wrap;
    }
    section.typeA::after {
    	content: '';
    	width: 100%;
    	height: 3px;
    	order: -1;
    	display: block;
    	background: rgba(196,154,108,1.00);
    }
    section.typeA .tabLabel {	/* タブ */
    margin-right: 30px;
    padding: 10px 12px;
    flex: 1;
    order: -1;
    border-radius: 8px 8px 0 0;
    color: #444;
    background-color: rgba(125,123,121,1.00);
    transition: .5s;
    cursor: pointer;
    text-align: center;
    font-size: 150%;
    }
    section.typeA .tabLabel:nth-last-of-type(1){ margin-right: 0; }
    section.typeA input {		/* ラジオボタン非表示 */
    	display: none;
    }
    section.typeA .content {	/* 本文 */
    	width: 100%;
    	height: 0;
    	overflow: hidden;
    	opacity: 0;
    }
    /*アクティブ設定*/
    section.typeA input:checked + .tabLabel {
    	color: #fff;
    	background: rgba(196,154,108,1.00);
    }
    section.typeA input:checked + .tabLabel + .content {
    	padding: 15px;
    	height: auto;
    	overflow: auto;
    	box-shadow: 0 0 5px rgba(0,0,0,.2);
    	transition: .5s opacity;
    	opacity: 1;
    }
.content {
    border-right: 3px solid #C49A6C;
	border-left: 3px solid #C49A6C;
	border-bottom: 3px solid #C49A6C;
}
.error {
    color: #ED0D11!important;
	border: none!important;
}

.spacer {
    height: 10px;
}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

