/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 768px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
#footer .f_navi li {
    width: 30%;
    margin: 10px 14px 0 0;
}
.bld{
  font-weight: bold;
  background: none;
  font-size: 1em;
  clear:both;
}
.fin{
  background: none;
  font-size: 70%;
  clear:both;
  color:#918C8C;
}

.arrow-sp{
    display: none;
}

.p01{
    padding: 10px;
    border: solid 1px #6D4032;
}

.main_visual{
    padding: 38px 40px 56px;
}

.main_visual h2{
    padding: 35px 0 5px;
    margin-bottom: 20px;
}

.box01{
    padding: 20px;
    background-color: #fff;
}
.box_a1 {
    position: relative;
    margin: 2em auto;
    padding: 0.5em 1em;
    border: solid 3px #e84d5d;
    background: #FFF;
    border-radius: 0 5px 5px 5px;
    width: 80%;
}
.box_a1 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #e84d5d;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

#side .freespace .title{
    text-align: center;
}

#side .freespace .photo{
    text-align: center;
}

#index table span {
    color: #e74d5c;
    font-size: 18px;
    font-weight: bold;
    word-break: break-all;
    vertical-align: middle;
}

#side .freespace .btn-internal{
    font-size: 100%;
    padding-left: 15px;
}

/*table*/
@media screen and (min-width: 600px){
.table-layout th {
  width: 35%;
}
}
@media screen and (min-width: 600px){
.table-layout td {
  width: 20%;
}
}
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.bld{
  font-weight: bold;
  background: none;
  font-size: 1em;
  clear:both;
}

.fin{
  background: none;
  font-size: 70%;
  clear:both;
  color:#918C8C;
}
.arrow-sp{
    display: block;
    margin: 0 !important;
}
.box_a1 {
    position: relative;
    margin: 3em auto;
    padding: 0.5em 1em;
    border: solid 3px #e84d5d;
    background: #FFF;
    border-radius: 0 5px 5px 5px;
}
.box_a1 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #e84d5d;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
/*table*/
.t-box thead{
  display:none;
}
.t-box th,.t-box td{
  display:block;
  width:100%;
  padding:10px 0 10px 0;
}

.t-box-list table td::before {
  content: attr(data-label);
  text-align:left;
  font-weight: bold;
  display:block;
  background:#f5f5f5;
  padding:4px;
}

.table-layout{
    margin: 0 auto;
}

.table-layout table {
  width: 100%;
  border-collapse: collapse;
}

.table-layout th,
.table-layout td {
  padding: 15px 10px 11px;
  border: 1px solid #6D4032;
  text-align: center;
  line-height: 1.7;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-all;
}

.table-layout th {
  color: #6e3e2c;
  font-size: 16px;
  font-weight: bold;
  background-color: #FFDEDF;
}

.table-layout td {
  color: #333;
  background-color: #FFF;
}

.table-layout::-webkit-scrollbar {
  height: 5px;
}

.table-layout::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.table-layout::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

/*table CSS:overflow */
.t-box01{
    margin: 0 auto;
}

.t-layout02{
    width: 100%;
    overflow-x:scroll;
}

.t-layout02 table{
    white-space: nowrap;
}

.t-layout02::-webkit-scrollbar{height:8px;}/*バーの太さ*/
.t-layout02::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.t-layout02::-webkit-scrollbar-thumb{background:#9CA1A6;}/*バーの色*/

/*効かせたtable CSS*/

#index table span {
    color: #e74d5c;
    font-size: 18px;
    font-weight: bold;
    word-break: break-all;
    vertical-align: middle;
}

.box01{
    padding: 20px;
    background-color: #fff;
}

.p01{
    padding: 10px;
    border: solid 1px #6D4032;
}
#side .freespace .photo{
    text-align: center;
}
#side .freespace .photo img{
    width: 40%;
}
.ligne01{
    word-break: break-all;
}

}


@media screen and (min-width: 600px) {
  .search_form {
    text-decoration: none;
    display: inline-block;
    padding: 7px 32px;
  }

  .search_form:hover{
    opacity: 0.7;
  }
  .search_form .search_img1{
        float: left;
    }
    .search_form .search_img2{
        margin-left: 10px;
        max-width: 290px;
        padding-top: 5px;
    }
}

@media screen and (max-width: 599px) {
    .search_form {
        text-decoration: none;
        display: inline-block;
        padding: 6px;
        width: 100%;
        text-align: center;
    }

    .search_form .search_img1{
        width: 70%;
        max-width: 170px;
    }
    .search_form .search_img2{
        width: 100%;
        max-width: 318px;
    }
}

.wrap_sokyu a {
    display: block;
    color: #e84d5d;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    background-color: #FFF;
    box-shadow: 1px 5px 0px #e2e2e2;
    border: solid 3px #e84d5d;
    border-radius: 0 5px 5px 5px;
    margin: 2em auto;
    width: 80%;
    padding: 0.5em 1em;
    text-decoration: none;
}