@charset "utf-8";
/* ==========================================================

title : コンシェルジュサービス
scope : コンシェルジュサービス

memo：なにか注意事項があれば記載

last modify : 2018/12/4 TCI_goto 新規作成

========================================================== */
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#wrapper {
  background: url(/sakae/concierge/image-cmn/bg-contents.png) repeat;
  width: 100%;
}
#contents {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 1em;
  width: 100%;
}
.breadcrumb li:last-child {
  width: auto;
}
img {
  margin: 0;
  padding: 0;
  width: 100%;
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 736px) {
  #contents {
    padding-top: 0;
  }
}

/*----------------------------------------
  .parts
----------------------------------------*/

/* .ttl_h2_type01
----------------*/
.ttl_h2_type01 {
  background: url(/sakae/concierge/image-cmn/bg-ttl-type01.gif) repeat 0 0 / 8.4% auto;
  border-left: solid 10px #433204;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝","Yu Mincho",YuMincho,"HGS明朝E",serif;
  font-size: 157%;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: .1em;
  padding: .9% 1.5%;
}

@media screen and (max-width: 736px) {
  .ttl_h2_type01 {
    border-left: solid .6rem #433204;
    font-size: 6.5vw;
    padding: 2%;
  }
}

/* .ttl_h3_type01
----------------*/
.ttl_h3_type01 {
  border-bottom: 1px solid #b9aa57;
  color: #4c3e04;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","游明朝","Yu Mincho",YuMincho,"HGS明朝E",serif;
  font-size: 160%;
  letter-spacing: .1em;
  padding-left: 1.5em;
  position: relative;
}
.ttl_h3_type01::before {
  background: url(/sakae/concierge/image-cmn/ico-star.png) no-repeat;
  background-size: .9em;
  content: "";
  display: block;
  height: 1.2em;
  position: absolute;
  top: .25em;
  left: .2em;
  width: 1.2em;
}

@media screen and (max-width: 736px) {
  .cont_box02 .ttl_h3_type01 {
    font-size: 5vw;
  }
}

/* .ttl_h3_type02
----------------*/
.ttl_h3_type02 {
  border-bottom: solid 1px #4a653c;
  color: #365725;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝","Yu Mincho",YuMincho,"HGS明朝E",serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .09em;
  line-height: 1.3;
  padding: 0 .8% .7% .2%;
}

@media screen and (max-width: 736px) {
  .ttl_h3_type02 {
    font-size: 5.3vw;
  }
}

/* .ttl_h4_type01
----------------*/
.ttl_h4_type01 {
  color: #372904;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1.3;
  padding-left: 1.3em;
  position: relative;
}
.ttl_h4_type01::before {
  background: url(/sakae/concierge/image-cmn/ico-star.png) no-repeat center / 1em;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  left: 0;
  top: .05em;
  width: 1.2em;
}

@media screen and (max-width: 1024px) and (min-width: 737px) {
  .adj_spacing {
    letter-spacing: .06em;
  }
}

@media screen and (max-width: 736px) {
  .ttl_h4_type01 {
    font-size: 5vw;
  }
}

/* .btn_type01
----------------*/
.btn_type01 {
  background: -webkit-linear-gradient(90deg, #0c4032 0%, #115c48 100%);
  background: -moz-linear-gradient(90deg, #0c4032 0%, #115c48 100%);
  background: -o-linear-gradient(90deg, #0c4032 0%, #115c48 100%);
  background: -ms-linear-gradient(90deg, #0c4032 0%, #115c48 100%);
  background: linear-gradient(0deg, #0c4032 0%, #115c48 100%);
  position: relative;
}
.btn_type01 a {
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝","Yu Mincho",YuMincho,"HGS明朝E",serif;
  font-size: 18px;
  padding: .5em 2.2em .5em .5em;
  text-align: center;
}
.btn_type01:hover {
  opacity: .8;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.btn_type01 a:hover {
  text-decoration: none;
}
.btn_type01::after {
  background: url(/sakae/concierge/image-cmn/ico-outsidelink.png) no-repeat center / contain;
  content: "";
  display: block;
  height: .77em;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 1.5em;
  top: 0;
  width: .77em;
}

@media screen and (max-width: 736px) {
  .btn_type01::after {
    right: 1em;
  }
}

/* .indent_list
----------------*/
.indent_list li {
  margin-left: 1em;
  text-indent: -1em;
}

/* .inline_list
----------------*/
.inline_list {
  letter-spacing: -.4em;
}
.inline_list li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 2em;
}

/* .bullet_list
----------------*/
.bullet_list li {
  padding-left: 1em;
  position: relative;
}
.bullet_list li::before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  top: .6em;
  left: 0;
  width: 3px;
}

@media screen and (max-width: 736px) {
  .ttl_h4_type01 + .text_block_inner .bullet_list {
    padding-left: 1.3em;
  }
}

/* .table_type01
----------------*/
.table_type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 84%;
}
.table_type01 dt {
  background-color: #8da682;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  padding: .5em .8em;
  width: 28%;
}
.table_type01 dt:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}
.table_type01 dd {
  background-color: #fff;
  padding: .5em .8em;
  width: 72%;
}
.table_type01 dd:nth-of-type(n+2) {
  border-top: 1px solid #a9bda1;
}

@media screen and (max-width: 736px) {
  .table_type01 {
    display: block;
    width: 95%;
  }
  .table_type01 dt {
    display: block;
    text-align: center;
    width: 100%;
  }
  .table_type01 dt:nth-of-type(n+2) {
    border-top: none;
  }
  .table_type01 dd {
    padding: .5em .5em;
    width: 100%;
  }
  .table_type01 dd:nth-of-type(n+2) {
    border-top: none;
  }
}

/* .table_type02
----------------*/
.table_type02 {
  margin: 0 auto;
  width: 96%;
}
.table_type02 .ttl_table_type02 {
  background-color: #567d47;
  color: #fff;
  font-weight: bold;
  padding: .5em .8em;
  text-align: center;
}
.table_type02 dl {
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.table_type02 dl dt,
.table_type02 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table_type02 dl dt {
  background-color: #8da682;
  color: #fff;
  font-weight: bold;
  padding: .3em .8em;
  width: 46%;
}
.table_type02 dl dt:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}
.table_type02 dl dd {
  background-color: #fff;
  padding: .3em .8em;
  width: 54%;
}
.table_type02 dl dd:nth-of-type(n+2) {
  border-top: 1px solid #a9bda1;
}

@media screen and (max-width: 736px) {
  .table_type02 {
    width: 95%;
  }
}

/*----------------------------------------
  #main
----------------------------------------*/
#main {
  margin: 2% auto 0;
}

@media screen and (max-width: 736px) {
  #main {
    margin: 5% auto 0;
  }
}

/*----------------------------------------
  .contents_lead
----------------------------------------*/
.contents_lead {
  margin: 0 auto;
  text-align: justify;
  width: calc( 720 / 1000 * 100% )
}

@media screen and (max-width: 1024px) {
  .contents_lead {
    width: calc( 600 / 1000 * 100% );
  }
}

@media screen and (max-width: 736px) {
  .contents_lead {
    width: 92%;
  }
}

/*----------------------------------------
  .main_inner
----------------------------------------*/
.main_inner {
  margin: -2% 7% 0;
  max-width: 860px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .main_inner {
    margin: -2% auto 10%;
    width: 98%;
  }
}

@media screen and (max-width: 736px) {
  .main_inner {
    margin: -2% auto 10%;
    width: 92%;
  }
}

/*----------------------------------------
  .content
----------------------------------------*/
.content {
  padding-top: 6%;
}

@media screen and (max-width: 736px) {
  .content {
    padding-top: 0;
    margin-top: 2rem;
  }
}

/*----------------------------------------
  .content_inner
----------------------------------------*/
.content_inner {
  margin: 2.8% 2% 0;
  max-width: 824px;
  overflow: hidden;
}
.content_inner .text_block {
  float: left;
  width: 58%;
}
.content_inner .text_block .text_block_inner {
  margin: 1.02em .89em 0;
}
.content_inner .text_block .text_block_inner .content_text {
  text-align: justify;
}

.content_inner .text_block .text_block_inner .partner_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 1em;
}
.content_inner .text_block .text_block_inner .partner_company dt {
  width: 5.2em;
}
.content_inner .text_block .text_block_inner .partner_company dd {
  width: calc(100% - 5.2em);
}
.content_inner .text_block .text_block_inner .partner_company dd ul {
  letter-spacing: -.4em;
}
.content_inner .text_block .text_block_inner .partner_company dd ul li {
  display: inline;
  letter-spacing: normal;
  margin-right: .4em;
}
.content_inner .text_block .text_block_inner .partner_company dd ul li::after {
  content: "／";
  display: inline;
  margin-left: .4em;
}
.content_inner .text_block .text_block_inner .partner_company dd ul li:last-child::after {
  content: "";
}
.content_inner .text_block .text_block_inner .note_list {
  font-size: 14px;
  margin-top: 1em;
}
.content_inner .text_block .text_block_inner > * + .content_text {
  margin-top: 1em;
}
.content_inner .image_block {
  float: right;
  width: calc(320 / 824 * 100%);
}
.content_inner .text_block .ttl_h4_type01 + .text_block_inner {
  margin: .5em 0 0 1.45em;
}
.content_inner .text_block .ttl_h4_type01 + .text_block_inner .note_list {
  margin-top: 1em;
}
.content_inner .text_block .text_block_inner section:nth-of-type(n+2) {
  margin-top: 1em;
}
.none_image_block .text_block {
  float: none;
  width: 100%;
}
.content_inner .text_block .ttl_h4_type01 + .text_block_inner + .ttl_h4_type01 {
  margin-top: 3em;
}
.ttl_h3_wide > div {
  margin-top: 1.02em;
}
.ttl_h3_wide .text_block .text_block_inner {
  margin: 0 .89em;
}
.content_inner .table_block {
  margin-top: 1.5em;
}

@media screen and (max-width: 736px) {
  .content_inner {
    margin: 1.5rem auto 0;
    width: 98%;
  }
  .content_inner .text_block .text_block_inner .adj_h4 {
    padding-left: 1.54rem;
  }
  .ttl_h2_type01 + .content_inner {
    margin: 1rem auto 0;
  }
  .content_inner .text_block {
    float: none;
    width: 100%;
  }
  .content_inner .text_block .text_block_inner {
    margin: 1rem 0 0;
  }
  .content_inner .image_block {
    float: none;
    margin: 1rem auto 0;
    width: 80%;
  }
  .content_inner .text_block .ttl_h4_type01 + .text_block_inner {
    margin: .5em 0 0 0;
  }
  .ttl_h3_wide > div {
    margin-top: 1rem;
  }
  .ttl_h3_wide .text_block .text_block_inner {
    margin: 0;
  }
  .content_inner .text_block .ttl_h4_type01 + .text_block_inner + .ttl_h4_type01 {
    margin-top: 1.5rem;
  }
}

/*----------------------------------------
  .service_list
----------------------------------------*/
.service_list {
  background: url(/sakae/concierge/image-cmn/bg-pattern-linklist.jpg) repeat;
  margin: 5% 0 4.2%;
}
.service_list_inner {
  margin: 0 auto;
  max-width: 860px;
  padding: 2% 0 3%;
  width: 90%;
}
.service_list .ttl {
  background: url(/sakae/concierge/image-cmn/ico-bell-linklist.png) no-repeat top center;
  color: #806411;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝","Yu Mincho",YuMincho,"HGS明朝E",serif;
  font-size: 125%;
  padding-top: 1.2em;
  position: relative;
  text-align: center;
}
.service_list .ttl:before,
.service_list .ttl:after {
  background-color: #806411;
  content: '';
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 27%;
}
.service_list .ttl:before {
  left:0;
}
.service_list .ttl:after {
  right: 0;
}

.linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 1.5em;
}
.link_btn {
  background: linear-gradient(180deg,#387166,#034b3c);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 31.7%;
}
.link_btn.onbysite{
  background: #034b3c;
}
.link_btn a {
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝","Yu Mincho",YuMincho,"HGS明朝E",serif;
  font-size: 113%;
  letter-spacing: .04em;
  margin: 0 auto;
  padding: .3em;
  position: relative;
  text-align: center;
  width: 100%;
}
.link_btn:hover {
  opacity: .8;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.link_btn.onbysite:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.link_btn a:hover {
  text-decoration: none;
}
.link_btn a::after {
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  border-width: .1em;
  content: '';
  height: .5em;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: rotate(45deg) translateY(-50%);
  width: .5em;
}

@media screen and (max-width: 1024px) and (min-width: 737px) {
  .view_tab {
    display: block;
  }
}

@media screen and (max-width: 850px) and (min-width: 737px) {
  .adj_aline a {
    letter-spacing: 0;
    padding: .3em .3em .3em 6%;
    text-align: left;
  }
}

@media screen and (max-width: 736px) {
  .service_list_inner {
    padding: 6% 0 6.8%;
  }
  .service_list .ttl {
    background-size: 10% auto;
    font-size: 6vw;
    line-height: 1;
    padding-top: 8%;
  }
  .service_list .ttl:before,
  .service_list .ttl:after {
    width: 10%;
  }
  .linklist {
    display: block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 5%;
  }
  .link_btn {
    margin: 1.5em auto 0;
    width: 96%;
  }
    .link_btn:first-child {
    margin: 0 auto;
  }
  .link_btn a {
    padding: .5em;
  }
  .link_btn a::after {
    right: 15%;
  }
  .adj_aline a {
    letter-spacing: .04em;
    padding: .5em;
    text-align: center;
  }
}
