@charset "UTF-8";

.shousaiTitle {
  border-bottom: 1px solid #dfe0e1;
}

ul.shousaiTitleText {
  padding: 8px 0;
}

ul.shousaiTitleText .seriesLabel {
  text-align: left;
}

ul.shousaiTitleText h3 {
  font-size: 13px;
  font-weight: normal;
}

ul.shousaiTitleText h2 {
  font-size: 29px;
  margin: 2px 0 0 0;
  font-weight: bold;
  line-height: 120%;
}

.shousaiImgWrapper {
  border-bottom: 1px solid #dfe0e1;
  word-break: break-all;
}
ul.shousaiImgUl {
  display:table;
}

li.shousaiImgLiImg {
  position: relative;
  background: #f4f4f5;
  text-align: center;
  vertical-align: middle;
  width: 460px;
  height: 350px;
  display:table-cell;
  padding: 0;
  overflow: hidden;
}
li.shousaiImgLiImg img {
  vertical-align:middle;
  max-width: 460px;
  max-height: 350px;
  margin: 0 auto;
  padding: 0;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
ul.shousaiImgUl00 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.shousaiImgUl00 li.shousaiImgLiImg {
  display: block;
  width: 40%;
}
ul.shousaiImgUl00 li.shousaiImgLiImg + li {
  width: 60%;
  padding: 10px 0 10px 10px;
}
.shousaiImgWrapper .thumblist {
  width: 100%;
  overflow: hidden;

  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 10px;
}
.shousaiImgWrapper .thumblist .slick-track > li{
  box-sizing: border-box;
  width: 10%;
  padding: 5px 5px;
  border: solid 2px #dedede;
  cursor: pointer;
}
.shousaiImgWrapper .thumblist .slick-track > li + li{
  margin-left:10px;
}
.shousaiImgWrapper .thumblist .slick-track > li.thumbnail-current{
  border: solid 2px #007aff;
}
.shousaiImgWrapper .thumblist img {
  display: block;
  height: 120px;
  margin: 0 auto;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.lity #shousaiLightBox a,
.thumblist-item a,
.swiper-slide a,
.shousaiImgLiImg a,
.lity li.shousaiImgLiImg a {
  pointer-events:none;
}
#shousaiLightBox .plus_icon {
  display: none;
}
.movie_link {
  display: -webkit-box;display: -ms-flexbox;display: flex;
}
.icon360_btn.icon360::before {
  background-position: center;
}
.icon360_btn {
  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;
  background: #021567;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  width: 12em;
}
.youtube_icon::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../img/page/youtube-brands.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.youtube_icon {
  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;
  background: #FF0000;
  color: #fff;
  border-radius: 4px;
  margin: 0 5px 0 0;
  font-size: 12px;
  width: 8em;
}
.icon360_btn:hover,
.youtube_icon:hover {
  opacity: .8;
}

@media (max-width:768px) {
  .thumblist-item {
    padding: 0 5px;
  }
}
@media (max-width:600px) {
  ul.shousaiImgUl00 li.shousaiImgLiImg {
    position: relative;
    display: block;
    width: 100%;
  }
  ul.shousaiImgUl00 li.shousaiImgLiImg + li {
    width: 100%;
    padding: 0;
  }
  .shousaiImgList {
    display: none;
  }
  .lity li.shousaiImgLiImg {
    width: 100%;
    display: block;
  }
  .lity li.shousaiImgLiImg img {
    max-width: 100%;
    max-height: 100%;
  }
  .lity .swiper-slide {
    padding: 10px 0 10px 10px;
    background: #fff;
  }
  #shousaiLightBox a,
  .thumblist-item a,
  .swiper-slide a {
    pointer-events: painted;
  }
  #shousaiLightBox .plus_icon {
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
  }
  #shousaiLightBox .plus_icon img {
    width: 100%;
  }
  .lity #shousaiLightBox .plus_icon {
    display: none;
  }
  .movie_link {
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  }
  .youtube_icon {
    margin: 0 0 .2em 0;
  }
  .youtube_icon,
  .icon360_btn {
    padding: .2em 0;
  }
}


ul.shousaiImgUl table {
  font-size: 13px;
  width: 610px;
  border-top:  1px solid #dedede;
  border-left: 1px solid #dedede;
}

ul.shousaiImgUl td {
  padding: 3px 5px;
  color: #444;
  font-weight: normal;
  border-right:  1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

ul.shousaiImgUl th {
  width: 130px;
  border-bottom: 1px solid #dedede;
  padding: 3px 5px;
  background: #f2f2f2;
  color: #878787;
  font-weight: normal;
  vertical-align: top;
}

td.shousaiImgMony {
  color: #ef6055 !important;
  font-weight: bold !important;
  padding: 7px 5px !important;
  font-size: 23px;
}

ul.shousaiSetubiUl {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  margin: 10px 0 0 0;
}

ul.shousaiSetubiUl li {
  font-size: 12px;
  color: #adadad;
  border: 1px solid #adadad;
  padding: 0 5px;
  margin-right: 5px;
  margin-bottom: 7px;
}

ul.shousaiSetubiUl li.shousaiAri {
  color: #326695;
  background: #eaf0f8;
  border: 1px solid #c1dbf2;
}

.shousaiImgList {
  border-top: 1px solid #dedede;
}

ul.shousaiImgListUl {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px 10px;
  padding-top: 10px;
}

ul.shousaiImgListUl li {
  width: 16%;
  text-align: center;
}
ul.shousaiImgListUl img {
  vertical-align:middle;
  max-height: 120px;
  padding: 0;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
ul.shousaiImgListUl::after {
  content: "";
  width: 16%;
  display: inline-block;
}
ul.shousaiImgListUl::before {
  order: 6;
  content: "";
  width: 16%;
  display: inline-block;
}

.shousaiImgList p {
  text-align: left;
  font-size: 11px;
  color: #666;
  margin-top: 3px;
  margin-bottom: 5px;
}

h2.shousaiH2 {
  text-align: center;
  font-size: 29px;
  margin: 45px 0 20px 0;
  font-weight: bold;
}

table.shousaiJyouhouTable {
  font-size: 13px;
  width: 100%;
  border-top:  1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right:  1px solid #dedede;
  margin: 10px 0;
}

table.shousaiJyouhouTable td {
  padding: 3px 5px;
  color: #444;
  font-weight: normal;
  border-right:  1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

table.shousaiJyouhouTable th {
  width: 140px;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding: 3px 5px;
  background: #f2f2f2;
  color: #878787;
  font-weight: normal;
}

p.shousaiJyouhouBtn {
  margin-top: 15px;
}

p.shousaiJyouhouBtn a {
  text-align: center;
  display: block;
  color: #2c68ba;
  border: 1px solid #8badd8;
  background: #eaf0f8;
  width: 100%;
  padding: 9px 0;
  font-size: 17px;
}

p.shousaiJyouhouBtn a::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f0fe';
  color: #2c68ba;
  font-size: 20px;
  vertical-align: -2px;
  margin-left: 5px;
  font-weight:500;
}

p.shousaiJyouhouBtn a:hover , p.shousaiJyouhouText a:hover  {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: .3s;
}

p.shousaiJyouhouText {
  font-size: 12px;
  margin: 5px 0 12px 0;
  padding: 0 10px;
}

p.shousaiJyouhouText a {
  color: #2c68ba;
  text-decoration: underline;
}


.shousaiHeyaList,
.shousaiHeyaBox {
  width: 100%;
}

.shousaiHeyaList table {
  width: 100%;
  border-right:  1px solid #dedede;
  border-left:  1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.shousaiHeyaList label {
  position: relative;
}

.shousaiHeyaList tr {
  border-top: 1px solid #dedede;
}

tr.buildListTrBoNo {
  border: none;
}

.shousaiHeyaList th {
  border-bottom: 1px solid #dedede;
  background: #f4f4f5;
  font-size: 13px;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}

.shousaiHeyaList td {
  font-size: 13px;
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}

span.buildListPrise {
  color: #ef6055;
  font-size: 23px;
  font-weight: bold;
}

a.buildListSyousaiBtn {
  font-size: 16px;
	margin-left: 20px;
}

a.buildListSyousaiBtn:hover {
  color: #7699c0;
}

a.buildListKiniiriBtn {
  border: 1px solid #457ab5;
  color: #457ab5;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

a.buildListKiniiriBtn::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f005';
  color: #457ab5;
  font-size: 15px;
  margin-right: 2px;
  margin-left: 3px;
  font-weight: 300;
}

a.buildListKiniiriBtn:hover {
  background: #eaf0f8;
}

.shusaiMap iframe {
  width: 100%;
  height: 400px;
}

.shousaiBtnWapper {
  background: #eaf0f8;
  border-top: solid 2px #0a599c;
  padding: 25px;
  margin: 30px 0;
}

.shousaiBtnWapper h4 {
  text-align: center;
  color: #0a599c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.shousaiBtnWapper .aboutShiten {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  padding: 10px 0 15px 0;
}
.shousaiBtnWapper dl {
  width: 60%;
  padding-right: 10px;
}
.shousaiBtnWapper ul {
  width: 40%;
}
.shousaiBtnWapper dl dt {
  border-left: solid 4px #0a599c;
  padding-left: .4em;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.shousaiBtnWapper dl dd {
  font-size: 14px;
  line-height: 1.4;
}
.shousaiBtnWapper .aboutShiten ul li {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.shousaiBtnWapper ul li {
  font-weight: 600;
  font-size: 18px;
  color: #ef6055;
  margin-bottom: 5px;
}
.shousaiBtnWapper ul li span {
  display: inline-block;
  border: solid 1px #0a599c;
  margin-right: 5px;
  color: #0a599c;
  font-size: 14px;
  width: 5em;
  text-align: center;
}
ul.shousaiBtnUl {
  width: 100%;
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

li.shousaiBtnli01 {
  width: 50%;
}

li.shousaiBtnli01 {
  display: block;
}

li.shousaiBtnli01 a {
  position: relative;
  display: block;
  background: #0a599c;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 43px 0;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 8px solid #0d3e67;
}

li.shousaiBtnli01 a:hover::after {
  color: #0d3e67;
  transition: .3s;
  background: #ccca3e;
}

li.shousaiBtnli01 a:hover::before {
  color: #ccc;
  transition: .3s;
}

li.shousaiBtnli01 a span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 60px;
  text-align: center;
  font-size: 17px;
  color: white;
  background: #ff785b;
  border: 0;
}
li.shousaiBtnli01 a span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 30px solid #ff785b;
  border-right: 30px solid #ff785b;
  border-bottom: 10px solid transparent;
}

li.shousaiBtnli01 a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0e0';
  color: #fff;
  font-size: 27px;
  vertical-align: -2px;
  margin-right: 7px;
  font-weight:900;
}

li.shousaiBtnli02 {
  background: #fff;
  -webkit-box-flex: 1;-ms-flex: 1;flex: 1;
  text-align: center;
  padding: 10px 0;
}

li.shousaiBtnli02 h6{
  color: #1d2088;
}

li.shousaiBtnli02 h5 {
  color: #8c8c8c;
  font-size: 11px;
  font-weight: normal;
  line-height: 140%;
}

li.shousaiBtnli02 p {
  font-size: 42px;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
  letter-spacing:-0.03em;
}

li.shousaiBtnli02 p::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f095';
  color: #1d2088;
  font-size: 29px;
  vertical-align: 5px;
  font-weight:900;
}


li.shousaiBtnli03 {
  background: #fff;
  width: 165px;
  text-align: center;
  padding: 20px 0;
}

li.shousaiBtnli03 h6 {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 15px;
}

li.shousaiBtnli03 a:hover {
  background: #e2f2ff;
  transition: .3s;
  border:1px solid #457ab5;
  border-bottom:4px solid #457ab5;
}

li.shousaiBtnli03 a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #999;
  padding: 12px 18px;
  font-size: 14px;
  color: #457ab5;
  border-bottom:4px solid #999;
}

li.shousaiBtnli03 a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f005';
  color: #457ab5;
  font-size: 17px;
  vertical-align: -1px;
  margin-right: 2px;
  font-weight:500;
}


.shousaiJyouhouBtnWrapper {
  margin-bottom: 5px;
}

.shousaiJyouhouBtn {
  background: #eaf0f8;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  color: #457ab5;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #457ab5;
}

.shousaiJyouhouBtn:hover {
  background: #c1d0e5;
}

.shousaiJyouhouBtn::after {
  font-family: 'Font Awesome 5 Free';
  content:'表示する' '\f358';
  color: #457ab5;
  font-size: 18px;
  font-weight: bold;
}

.shousaiJyouhouBtn.shousaiJyouhouBtnActive::after {
  font-family: 'Font Awesome 5 Free';
  content: '非表示にする''\f35b';
  color: #ef6055;
  font-size: 18px;
  font-weight: bold;
}

.shousaiJyouhouBtn.shousaiJyouhouBtnActive {
  color: #ef6055;
  background: #f6d6d3;
  border: 1px solid #ef6055;
}

.shousaiJyouhouBtn.shousaiJyouhouBtnActive:hover {
  color: #ef6055;
  background: #ecbfbb;
}

.shousaiJyouhouBtnIn {
  display: none;
}

.shousaiJyouhouBtnIn {
  padding: 10px;
}
.shousaiJyouhouBtnIn dt {
 font-weight: 600;
 font-size: 14px;
 color: #1d2088;
}
.shousaiJyouhouBtnIn dd {
 font-size: 12px;
}
.shousaiJyouhouBtnIn dd:not(:last-of-type) {
 border-bottom: solid 1px #dedede;
 padding-bottom: .5em;
 margin-bottom: .5em;
}

.checkboxInput {
  display: none;
}
.inputParts {
  position:relative;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.inputParts::before{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkboxInput:checked + .inputParts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 12px;
  height: 19px;
  transform: rotate(40deg);
  border-bottom: 4px solid #ef6055;
  border-right: 4px solid #ef6055;
}

/* 閲覧中アイコン */
.browsing {
  display: inline-block;
  border: solid 1px #ef6055;
  color: #ef6055;
  font-weight: 600;
  padding: 0 .5em;
	margin-left: 24px;
}

.shousaiHeyaList .browsingBox {
  background: #fff6ec;
}

	.header_button_area{
		display: table-cell;
		width: 360px;
		vertical-align: middle;
	}

@media (max-width: 1099px) {
  li.shousaiImgLiImg {
    width: 33%;
  }
  li.shousaiImgLiImg + li {
    width: 98%;
  }
  ul.shousaiImgUl table {
    width: 100%;
  }
  li.shousaiBtnli01 {
    width: 60%;
  }
}

@media(max-width:900px) {
  li.shousaiImgLiImg img {
    max-width: 300px;
  }
  .shousaiHeyaList .buildListShousai {
    padding-left: 5px;
  }
  .shousaiHeyaList .buildListShousai:first-of-type {
    border-top: solid 1px #dedede;
  }
  .shousaiHeyaList .buildListShousai:not(:last-of-type) {
    border-bottom: solid 1px #dedede;
  }
  .shousaiHeyaList table {
    display: none;
  }
  .shousaiBtnWapper h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    text-align: left;
    line-height: 1.4;
  }
  span.buildListPrise {
    font-size: 16px;
    letter-spacing: 0;
  }
  .inputParts,
  .inputParts::before {
    width: 15px;
    height: 15px;
  }
  .checkboxInput:checked + .inputParts::after {
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
  }
  .madoriImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
  }
  .madoriImage img {
    width: 80px;
    margin-left: 10px;
  }
  li.shousaiBtnli01 {
    width: 50%;
  }
  li.shousaiBtnli01 a {
    font-size: 18px;
  }
	
	.header_button_area{
		width: 300px;
	}
	
}

@media(max-width:767px) {
  table.shousaiJyouhouTable th {
    width: 100px;
  }
  li.shousaiBtnli01 {
    width: 100%;
  }
  li.shousaiBtnli01 a {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    line-height: 1.2;
    padding: 20px 3em 20px 0;
  }
}

@media(max-width:600px) {
  ul.shousaiImgUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.shousaiTitleText h3 {
    font-size: 12px;
    line-height: 1.4;
  }
  ul.shousaiTitleText h2 {
    font-size: 18px;
    margin: 5px 0;
		word-break: break-all;
  }
	
	.shousaiHeader{
		display: table;
	}
	
	.header_button_area{
		display: table-cell;
		width: 54px;
	}
	
  li.shousaiImgLiImg {
    width: 100%;
    height: auto;
  }
  ul.shousaiSetubiUl {
    margin: 0 0 5px 0;
  }
  li.shousaiImgLiImg + li,
  ul.shousaiImgUl > li {
    width: 100%;
  }
  ul.shousaiImgUl table {
    margin: 10px 0;
  }
  ul.shousaiImgListUl {
    margin: 0;
  }
  ul.shousaiImgListUl li {
    padding: 5px 0;
  }
  h2.shousaiH2 {
    font-size: 22px;
  }
  .shousaiJyouhouTable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  table.shousaiJyouhouTable th {
    width: 30%;
  }
  table.shousaiJyouhouTable td {
    width: 70%;
    border-right: 0;
  }
  .shousaiBtnWapper {
    padding: 15px 10px;
  }
  .shousaiBtnWapper h4 {
    font-size: 16px;
  }
  .shousaiBtnWapper dl {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .shousaiBtnWapper ul {
    width: 100%;
  }
  li.shousaiBtnli01 a span {
    right: 5px;
  }
  li.shousaiBtnli01 a {
    font-size: 4.5vmin;
  }
  li.shousaiBtnli01 a::before {
    font-size: 20px;
  }
  li.shousaiBtnli02 {
    padding: 10px 5px;
  }
  li.shousaiBtnli02 p {
    font-size: 10vmin;
  }
  .headerContact {
    display: none;
  }
  #floatContact {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 14px 10px;
    z-index: 1000;
  }
  #floatContact.none {
    display: none;
  }
  #floatContact a {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 10px 5px;
    white-space: nowrap;
  }
  #floatContact a.telContact {
    background: #1687e6;
    box-shadow: 0 4px #285479;
  }
  #floatContact a.telContact::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f095';
    color: #fff;
    margin-right: .4em;
  }
  #floatContact a.webContact {
    background: #f75f3f;
    box-shadow: 0 4px #c14110;
  }
  #floatContact a.webContact::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0e0';
    color: #fff;
    margin-right: .4em;
  }
	
}
@media(min-width: 601px) {
  li.shousaiBtnli01 a:hover {
    background: #0d3e67;
    transition: .3s;
    color: #ccc;
  }
  
	
	.shousaiHeader{
		display: table;
		width: 100%;
	}
	
	ul.shousaiTitleText{
		display: table-cell;
	}
	
	ul.shousaiTitleText h2{
  font-size: 26px;
  margin: 2px 0 0 0;
  font-weight: bold;
  line-height: 120%;
		word-break: break-all;
	}
	
	.header_button_wrapper{
		display: table;
		margin-right: 0;
		margin-left: auto;
	}
	
  .headerContact {
    /**position: absolute;
    top: 8px;
    right: 146px;**/
    text-align: center;
		display: table-cell;
		padding: 0 24px 0 0;
		vertical-align: middle;
  }
	
  .headerContact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    background-color: #ff785b;
    color: white;
    border-radius: 4px;
    padding: 6px;
  }
	
  .headerContact a::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0e0';
    color: #fff;
    font-size: 18px;
    vertical-align: -2px;
    margin-right: 7px;
    font-weight: 900;
  }
	
	.doFavoriteEvent, .doFavoriteEvent_active{
		position: static;
		display: table-cell;
	}
	
  #floatContact {
    display: none;
  }
}
