@charset "utf-8";
@media print, screen and (min-width:751px){
/*--------------------------------------------
   サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,html,input,textarea {
  font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, sans-serif;
}
body {
  min-width: 1150px;
  background:url(../Images/common/cts_bg01.jpg) repeat-y;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
a {
  text-decoration: none;
  color: #750f18;
}
a:hover {
  text-decoration: underline;
}
table {
  width: 100%;
}
.for_sp {
  display: none;
}

/*--------------------------------------------
  header
--------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 24px 0;
  background-color: #1a1a1a;
  box-shadow: 0 0 8px 1px #1a1a1a;
  z-index: 9999;
}
#header .hdr_inner {
  width: 1150px;
  margin: 0 auto;
}
#header .hdr_logo a {
  display: block;
  float: left;
}
#header .hdr_logo a:hover {
  opacity: 0.8;
}
#header .hdr_right {
  float: right;
}
#header .hdr_right ul li {
  float: left;
}
#header .hdr_right ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 17px 0 0 0;
  margin-right: 30px;
  text-decoration: none;
  position: relative;
}
#header .hdr_right ul li.last a {
  line-height: 21px;
  border: 1px solid #fff;
  background:url(../Images/common/cart_icon01.png) no-repeat right 20px center;
  padding: 12px 48px 12px 20px;
  margin-right: 0;
  transition: 0.4s;
}
#header .hdr_right ul li a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: #fff;
  transition: .4s;
}
#header .hdr_right ul li a:hover:after {
  width:100%;
}
#header .hdr_right ul li.last a:hover {
  color: #1a1a1a;
  border: 1px solid #fff;
  background:url(../Images/common/cart_icon01_hover.png) no-repeat right 20px center, #fff;
}
#header .hdr_right ul li.last a:hover:after {
  width: 0;
}
/*--------------------------------------------
  wrapper
--------------------------------------------*/
#wrapper {
  padding-top: 95px;
}
/*--------------------------------------------
  mainimge
--------------------------------------------*/
#mainimage {
  width: 100%;
  position: relative;
}
#mainimage .mainimage_text {
  position: absolute;
  top: 0;
  left: 0;
}
#mainimage .mainimage_text img {
  width: 100%;
  height: auto;
}
#mainimage .sp-buttons {
  position: absolute;
  bottom: 0;
  z-index: 999;
}
#mainimage .sp-button {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  margin: 4px 10px;
}
#mainimage .sp-selected-button {
  background: #fff;
}
.under #mainimage {
  height: 365px;
  margin-bottom: 20px;
  background: url(../Images/contact/h2_bg4.jpg) no-repeat;
  background-size: cover;
  background-position: center;

}
.under #mainimage h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  padding-top: 170px;
  text-shadow: 1px 1px 3px #545454;
}
.under #mainimage span{
    text-align: center;
    color: #fff;
    display: block;
    font-size: 17px;
    text-shadow: 1px 1px 3px #545454;
}

/*--------------------------------------------
  contents
--------------------------------------------*/
.under #cts_inner {
  width: 1100px;
  padding: 40px 0 100px;
  margin: 0 auto;
}


/*--------------------------------------------
  footer
--------------------------------------------*/
#footer {
  width: 100%;
  background: #1a1a1a;
  padding: 40px 0;
}
#footer .ftr_inner {
  width: 1150px;
  padding-bottom: 50px;
  margin: 0 auto 15px;
  border-bottom: 1px solid #fff;
}
#footer .left_col {
  float: left;
}
#footer .left_col .ftr_logo {
  margin-bottom: 5px;
}
#footer .left_col .ftr_txt {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  padding-left: 90px;
}
#footer .right_col {
  float: right;
}
#footer .right_col ul {
  float: left;
  margin-right: 30px;
}
#footer .right_col ul:last-child {
  margin-right: 0;
}
#footer .right_col ul li {
  color: #fff;
  list-style-type: disc;
  margin-left: 1.2em;
}
#footer .right_col ul li:nth-child(n+2) {
  margin-top: 10px;
}
#footer .right_col ul li a {
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
#footer .right_col ul li.last {
  list-style-type: none;
  margin-left: 0;
}
#footer .right_col ul li.last a {
  line-height: 21px;
  border: 1px solid #fff;
  background:url(../Images/common/cart_icon03.png) no-repeat right 10px center;
  padding: 6px 40px 6px 12px;
  margin-right: 7px;
  text-decoration: none;
  transition: 0.4s;
}
#footer .right_col ul li.last a:hover {
  color: #1a1a1a;
  border: 1px solid #fff;
  background:url(../Images/common/cart_icon03_hover.png) no-repeat right 10px center, #fff;
}
#copyright {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.pagetop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  transition: 0.3s;
}
.pagetop a {
  display: block;
  text-decoration: none;
  background-color:#fff;
}
.pagetop:hover {
    opacity: 0.85 ;
}
}