@charset "UTF-8";
/*! インデックス */
.cl {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl {
  height: 1%;
}

/*----------------------------------
content
----------------------------------*/
.gt-news {
  margin: 20px 0;
}

.gt-news p {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  color: #000;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.8);
}
.gt-news p a {
  padding: 10px;
  text-align: center;
  display: block;
  color: #950300;
  font-size: 114.286%;
  font-weight:bold;
  /*text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF, 
  -1px 1px 0 #FFF, 1px -1px 0 #FFF, 
  0px 1px 0 #FFF,  0-1px 0 #FFF, 
  -1px 0 0 #FFF, 1px 0 0 #FFF;*/
  text-shadow: 1px 1px 0 #FFF;
  letter-spacing: 0.05em;
}
.gt-news p a:hover span {
  text-decoration: underline;
}

.gt-news p a span {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}

.gt-news p a span:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 0px;
  height: 0px;
  margin-top: -4px;
  border-width: 4px 4px 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #598C34;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
}

.gt-anct p {
  background: #fff;
  border:2px solid #aaa;
  padding:9px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  text-align:center;
  font-size:110%;
}

section {
  margin-top: 20px;
}

section:first-child {
  margin-top: 0;
}

#service {
  margin-top: 20px;
}

#news {
  margin-top: 30px;
}
#news h3 {
  margin-bottom: 17px;
}
#news .news-list {
  margin-top: 17px;
}

.recommend h3 {
  margin-bottom: 17px;
}
.recommend > p {
  margin-top: 15px;
  text-align: right;
}

#art-reco {
  margin-top: 30px;
}

header h1 {
  position:relative;
}

#h-top + h1{
  padding-bottom:20px;
}
#h-top.wrap{
  padding-bottom:10px;
}

header h1 span.ico-saiyo-s {
  position:absolute;
  right:0;
  padding:4px 0;
}

header h1 span.ico-saiyo-s:hover {
  background:#ebf5fe;
}

header h1 span.ico-saiyo-s a {
  letter-spacing:10px;
  font-size:125%;
  border:2px solid #2a73b7;
  border-radius: 4px;
  padding:6px 72px 6px 90px;
  color:#2a73b7;
  background-image: url(/common/img/ico-saiyo-s.png);
  background-repeat: no-repeat;
  background-position:32px 4px;
}

header h1 span.ico-saiyo-s a:hover {
  text-decoration:none;
}





/* add 2019.1.21 */

header h1 span.ico-english {
  position: absolute;
  right: 280px;
  padding: 2px 0;
}
header h1 span.ico-english a {
  border:2px solid #9b0a0a;
  border-radius: 4px;
  padding: 4px 23px 4px 10px;
  color: #9b0a0a;
  font-size: 143%;;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
header h1 span.ico-english a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #9b0a0a;
}
header h1 span.ico-english:hover {
  background:#f9e1e1;
}
header h1 span.ico-english:hover a {
  text-decoration:none;
}