@charset "utf-8";

/* Body
------------------------------ */
body {
  /*box-shadow: none;*/
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.text_link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding-left: 0;
  text-indent: 0;
}
.text_link:after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
  border-bottom: 1px solid #cc0212;
  margin: -2px auto 0;
  border-radius: 1px;
}
.text_link:hover {
  text-decoration: none;
}
.text_link:hover:after {
  width: 100%;
}
/* layout
------------------------------ */
.wrapper {
  position: relative;
  display: block;
  clear: both;
  float: none;
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}
/* Common
------------------------------ */
.float::before,
.float::after {
  content: " ";
  display: block;
  clear: both;
}
.fl_l {
  position: relative;
  float: left;
}
.fl_r {
  position: relative;
  float: right;
}
.align {
  text-align: center;
}
img {
  vertical-align: top;
}
a {
  text-decoration: none;
}
.title_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* Header
------------------------------ */
.pc_header {
  /*position: fixed;*/
  position: relative;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 185px;
  background: #fff;
}
.pc_header .fl_l {
  margin-top: 5px;
}
.pc_header .logo {
  display: inline-block;
  vertical-align: middle;
}
.pc_header .logo a {
  display: inline-block;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 217px;
  height: 110px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.pc_header .logo a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.pc_header .top_wel {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.pc_header .fl_r {
  margin: 25px 0;
}
.pc_header .top_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pc_header .top_tel {
  width: 269px;
  height: auto;
  margin: 5px 0 8px;
}
.pc_header .top_time {
  line-height: 1.2;
}
.top_info {
  width: 400px;
}
.pc_header .set {
  margin-left: 30px;
}
.pc_header .top_book {
  width: 208px;
  height: 65px;
  background-color: #cc0212;
  line-height: 65px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}
.pc_header .top_book img {
  width: 26px;
  height: 18px;
  margin-right: 3px;
  vertical-align: baseline;
}
.pc_header .top_book:hover {
  cursor: pointer;
  opacity: 0.7;
}
.pc_header .nav {
  position: absolute;
  bottom: 0;
  background: #000;
  height: 50px;
  width: 100%;
}

.pc_header .nav ul {
  /*position: absolute;*/
  height: 47px;
  line-height: 47px;
  font-size: 0;
}
.pc_header .nav li {
  display: inline-block;
  text-decoration: none;
  position: relative;
  height: 47px;
}
.pc_header .nav li a {
  display: inline-block;
  padding: 0 42.9px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.pc_header .nav li :hover {
  cursor: pointer;
  border-bottom: 3px solid #cc0212;
  color: #cc0212;
}
.pc_header .nav li:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  background: #5e5e5e;
  width: 2px;
  height: 75%;
}
.pc_header .nav li:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #5e5e5e;
  width: 2px;
  height: 75%;
}
.pc_header .nav li.fix_add {
  display: none;
}

/* fixed menu */
.nav.clone-nav {
  top: -200%;
  transition: 0.6s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 10;
  padding-top: 0;
  box-shadow: 0 3px 0px rgba(54, 53, 58, 0.2);
}
.customize-support .nav.is-show {
  top: 32px;
}
.nav.is-show {
  top: 0;
  height: 80px;
  margin-top: 0;
}
.nav.is-show ul.wrapper {
  width: 1190px;
  height: 60px;
  line-height: 60px;
  padding: 10px 0;
}
.nav.is-show li.fix_add {
  display: inline-block;
}
.nav.is-show li.fix_add:first-child::before,
.nav.is-show li.fix_add:last-child::before,
.nav.is-show li.fix_add:last-child::after {
  display: none;
}
.nav.is-show li.fix_add:first-child a {
  width: 150px;
  text-indent: -9999px;
  background: url(../images/logo02.svg) no-repeat center left;
  -webkit-background-size: contain;
  background-size: contain;
  padding: 0;
  margin-right: 20px;
}
.nav.is-show li.fix_add:first-child a:hover {
  opacity: 0.7;
  border-bottom: 0;
}
.nav.is-show li.fix_add:last-child a {
  background: #cc0212;
}
.nav.is-show li.fix_add:last-child a:hover {
  color: #fff;
  opacity: 0.7;
  border-bottom: 0;
}
.nav.is-show li {
  height: 60px;
}
.nav.is-show li a {
  padding: 0 20px;
}

/* first_view
------------------------------ */
.first_view {
  width: 100%;
  height: 540px;
  /*margin-top: 185px;*/
  background: url(../images/first_view.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.first_view:before {
  position: absolute;
  content: "";
  top: 185px;
  left: 50px;
  background: url(../images/first_view_before.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 540px;
}

.customize-support .first_view:before {
  top: 217px;
}

/* main_title */
.main_title {
  position: relative;
  display: block;
  width: 100%;
  height: 340px;
  /*margin-top: 185px;*/
  background: url(../images/a_first_view.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main_title h1,
.main_title p {
  position: absolute;
  display: block;
  width: 840px;
  height: 84px;
  color: #fff;
  font-size: 44px;
  line-height: 1.2;
  text-align: center;
  background: url(../images/main_title_pattern.png) repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 38px 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main_title h1 span,
.main_title p span {
  position: relative;
  display: block;
  color: #ffde3e;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
  margin-top: 10px;
}
/*.customize-support .a_first_view:before {
	top: 217px;
}*/

/* greeting
------------------------------ */

#greeting {
  padding: 88px 0 93px 0;
}
#greeting .garage {
  width: 484px;
  height: 330px;
}
#greeting .garage_p {
  width: 570px;
}
#greeting .garage_p h2 {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 1px;
}
#greeting .garage_p h2 span {
  color: #cc0212;
}
#greeting .garage_p p {
  margin-top: 30px;
}

/*///////////////////////////////
********************************/

#reason,
#way,
#entrust,
#support,
#price,
#access,
#example,
#contact {
  padding-top: 70px;
  margin-top: -70px;
  display: block;
}

#reason .scroll {
  background-image: url(../images/bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 85px;
  padding-bottom: 100px;
}

#reason h2 span:last-of-type:after {
  position: absolute;
  content: "";
  top: -18px;
  right: -23px;
  background: url(../images/five_wow.png) no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  width: 36px;
  height: 28px;
}
#reason h2 {
  font-size: 42px;
  line-height: 1.4;
  color: #fff;
  font-size: 34px;
}
#reason h2 span:first-of-type {
  font-size: 34px;
  display: block;
}
#reason h2 .five {
  font-size: 50px;
  color: #ffde3e;
}
#reason h2 span:last-of-type {
  position: relative;
}
#reason .reason1,
#reason .reason2 {
  background-color: #fff;
  border: 7px solid #cc0212;
  padding: 25px;
  margin-top: 25px;
}

#reason .reason1 .step {
  width: 219px;
  height: 80px;
  border-radius: 4px;
  background: #f4f4f4;
  padding: 14px 10px 14px 22px;
  box-sizing: border-box;
  display: inline-block;
  margin: 20px 46px 18px 0;
  position: relative;
}
#reason .reason1 .step:last-of-type {
  margin-right: 0;
}
#reason .reason1 .step:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background-image: url(../images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 28px;
}
#reason .reason1 .step:last-of-type:after {
  display: none;
}

#reason .reason1 .step_in {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
#reason .reason1 .step_in .red {
  font-size: 17px;
  font-weight: bold;
  color: #cc0212;
  line-height: 1.5;
}

#reason .reason1 .ps1,
#reason .reason1 .ps2 {
  width: 490px;
  height: 68px;
  display: inline-block;
  padding: 10px 5px 10px 10px;
  box-sizing: border-box;
  background-color: #ffde3e;
  position: relative;
}
#reason .reason1 .ps1:before {
  position: absolute; /*絶対配置*/
  content: ""; /*空に*/
  border-bottom: 10px solid #ffde3e; /*三角を作る*/
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: 100%; /*下にフィット*/
  left: 68%; /*中央配置*/
}
#reason .reason1 .ps2:before {
  position: absolute; /*絶対配置*/
  content: ""; /*空に*/
  border-bottom: 10px solid #ffde3e; /*三角を作る*/
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: 100%; /*下にフィット*/
  left: 12%; /*中央配置*/
}
#reason .reason1 .ps1 span {
  font-weight: bold;
}
#reason .reason1 .ps2 {
  margin-left: 48px;
}

#reason .reason1 .step_in h4 {
  font-size: 19px;
  line-height: 1.5;
}
#reason .reason1 .step img {
  width: 66px;
  height: 51px;
  display: inline-block;
  margin-left: 10px;
}
#reason .reason2 {
  width: 537px;
  box-sizing: border-box;
}
#reason .reason1 .no,
#reason .reason2 .no {
  font-size: 32px;
  line-height: 1.3;
  border-bottom: 1px dashed #b3b3b3;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  padding-left: 90px;
}

#reason .reason1 h3,
#reason .reason2 h3 {
  display: block;
  position: relative;
}
#reason .reason1 .star1:before {
  position: absolute;
  content: "";
  background-image: url(../images/star1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 73px;
  height: 73px;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
}
#reason .reason2 .star2:before {
  position: absolute;
  content: "";
  background-image: url(../images/star2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 73px;
  height: 73px;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
}
#reason .reason2 .star3:before {
  position: absolute;
  content: "";
  background-image: url(../images/star3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 73px;
  height: 73px;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
}
#reason .reason2 .star4:before {
  position: absolute;
  content: "";
  background-image: url(../images/star4.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 73px;
  height: 73px;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
}
#reason .reason2 .star5:before {
  position: absolute;
  content: "";
  background-image: url(../images/star5.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 73px;
  height: 73px;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
}
#reason .reason1 h3 .underline,
#reason .reason2 h3 .underline {
  background: -ms-linear-gradient(
    #fdfdfd 54%,
    #ffde3e 46%,
    #ffde3e 83%,
    #ffffff 35%
  );
  background: linear-gradient(
    #fdfdfd 54%,
    #ffde3e 46%,
    #ffde3e 83%,
    #ffffff 35%
  );
}
/* entrust
------------------------------ */
#entrust {
  background: #ffde3e;
}
#entrust .wrapper {
  padding: 80px 0;
}
#entrust .title_img {
  background-image: url(../images/entrust_title.svg);
  height: 84px;
}
#entrust .sv {
  width: 346px;
  display: inline-block;
  margin-left: 16px;
  margin-top: 55px;
  position: relative;
}
#entrust .sv:first-of-type {
  margin-left: 0;
}
#entrust .sv img {
  width: 346px;
  height: 240px;
  margin: 0 0 4%;
}

#way .scroll {
  padding: 90px 0 120px 0;
  background-image: url(../images/bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#way .title_img {
  background-image: url(../images/way_title.svg);
  height: 70px;
  position: relative;
  margin: 0 0 10px;
}
#way h2:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 250px;
  background: url(../images/black_left.png);
  width: 30px;
  height: 50px;
}
#way h2:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 250px;
  background: url(../images/black_right.png);
  width: 30px;
  height: 50px;
}
#way .show {
  text-align: center;
  margin-bottom: 20px;
}
#way .group {
  width: 531px;
  background-color: #fff;
  display: inline-block;
  margin-top: 40px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  text-align: right;
}
#way .g_1,
#way .g_2,
#way .g_3,
#way .g_4,
#way .g_5,
#way .g_6 {
  position: relative;
  background-size: contain;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
}
#way .g_1 {
  background-image: url(../images/way1.jpg);
  background-position: -60px;
}
#way .g_2 {
  background-image: url(../images/way2.jpg);
  background-position: -80px;
}
#way .g_3 {
  background-image: url(../images/way3.jpg);
  background-position: -70px;
}
#way .g_4 {
  background-image: url(../images/way4.jpg);
  background-position: -120px;
}
#way .g_5 {
  background-image: url(../images/way5.jpg);
  background-position: -40px;
}
#way .g_6 {
  background-image: url(../images/way6.jpg);
  background-position: -140px;
}
#way .g_1:before {
  position: absolute;
  content: "";
  background: url(../images/01.png);
  background-size: contain;
  width: 91px;
  height: 54px;
  top: -25px;
  left: -20px;
}
#way .g_2:before {
  position: absolute;
  content: "";
  background: url(../images/02.png);
  background-size: contain;
  width: 91px;
  height: 54px;
  top: -25px;
  left: -20px;
}

#way .g_3:before {
  position: absolute;
  content: "";
  background: url(../images/03.png);
  background-size: contain;
  width: 91px;
  height: 54px;
  top: -25px;
  left: -20px;
}
#way .g_4:before {
  position: absolute;
  content: "";
  background: url(../images/04.png);
  background-size: contain;
  width: 91px;
  height: 54px;
  top: -25px;
  left: -20px;
}
#way .g_5:before {
  position: absolute;
  content: "";
  background: url(../images/05.png);
  background-size: contain;
  width: 91px;
  height: 54px;
  top: -25px;
  left: -20px;
}
#way .g_6:before {
  position: absolute;
  content: "";
  background: url(../images/06.png);
  background-size: contain;
  width: 91px;
  height: 54px;
  top: -25px;
  left: -20px;
}
#way .group:nth-child(even) {
  margin-left: 30px;
}
#way .group .group_p {
  width: 310px;
  min-height: 300px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  text-align: left;
}
#way .group h3 {
  border-bottom: 2px solid #cc0212;
  margin-bottom: 15px;
  position: relative;
  font-size: 20px;
}
#way .group h3 span:last-of-type {
  font-weight: normal;
  position: absolute;
  right: 0;
  font-size: 14px;
  line-height: 2.5;
}
#support .scroll {
  padding-top: 90px;
  padding-bottom: 115px;
  background-image: url(../images/bg3.png);
  display: block;
}
#support h2 {
  /*background-image: url(../images/nice_surve.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1106px;
	height: 68px;*/
  margin: 0 auto 40px;

  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000,
    1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
  font-size: 44px;
  display: inline-block;
  position: relative;
}
#support h2:before {
  position: absolute;
  content: "";
  top: 12px;
  left: -80px;
  background: url(../images/yellow_left.png) no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  width: 30px;
  height: 50px;
}
#support h2:after {
  position: absolute;
  content: "";
  top: 14px;
  right: -80px;
  background: url(../images/yellow_right.png) no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  width: 30px;
  height: 50px;
}
#support .pack {
  width: 100%;
  display: block;
}
#support .price {
  padding: 50px 45px;
  background-color: #fff;
}
#support .packing {
  margin: 0 0 6%;
}
#support .packing:last-of-type {
  margin: 0;
}
#support .packing h3 {
  font-size: 28px;
  color: #fff;
  background-color: #000;
  padding: 5px 0;
  text-align: center;
  width: 1000px;
}
#support .packing table {
  width: 1000px;
  text-align: center;
}
#support .packing table th,
#support .packing table td {
  border: 1px solid #c6c4c3;
}
#support .packing table th {
  padding: 10px 0;
  width: 283px;
}
#support .packing table td {
  padding: 5px 0;
}
#support .packing .tax {
  margin: 1em 0 0;
}
/*table詳細*/
#support .packing table .first {
  background-color: #f4f4f4;
  font-weight: bold;
  width: 151px;
}
#support .packing table .color1 {
  background-color: #fded5a;
}
#support .packing table .color2 {
  background-color: #ffd62c;
}
#support .packing table .color3 {
  background-color: #ffa836;
}
#support .packing table .red {
  color: #cc0212;
  font-size: 24px;
  font-family: "Hiragino Sans";
  font-weight: 700;
}
#support .packing table th h4 {
  font-size: 18px;
}
#support .packing table th img {
  width: 176px;
  height: auto;
}
#support .packing table th p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  margin: 4% 0 0;
}
#support .packing:nth-of-type(4) .color1 img {
  width: 256px;
}

#support .packing
/*table詳細*/
#support .packing .tax {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 50px;
}
#support .limited,
#support .keep,
#support .wash {
  width: 100%;
  display: block;
}
#support .limited {
  margin: 50px 0 0;
}
#support .keep {
  margin: 20px 0;
}
#price .scroll {
  display: block;
  padding: 90px 0 100px;
}
#price .title_img {
  background-image: url(../images/price_title.svg);
  height: 65px;
  position: relative;
}
.acd-check {
  display: none;
}
#price h2:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 340px;
  background: url(../images/black_left.png);
  width: 30px;
  height: 50px;
}
#price h2:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 340px;
  background: url(../images/black_right.png);
  width: 30px;
  height: 50px;
}
#price .menu h3 {
  background: #cc0212;
  color: #fff;
  font-size: 24px;
  padding: 5px 20px;
  margin: 30px 0;
}
#price .menu table {
  width: 540px;
  font-size: 18px;
  margin-bottom: 25px;
}
#price .menu th,
#price .menu td {
  padding: 8px;
  border: 1px solid #c6c4c3;
  box-sizing: border-box;
}
#price .menu th {
  background: #f4f4f4;
  text-align: left;
}
#price .menu td {
  text-align: right;
}
#price .menu table span {
  font-size: 0.8em;
}
#price .menu .acd-content:first-of-type th {
  width: 186px;
}
#price .menu .acd-content:first-of-type td {
  width: 353px;
}
#price .menu .acd-content:first-of-type p {
  display: inline-block;
  width: 53%;
}
#price .menu .acd-content:first-of-type p:nth-of-type(2n) {
  width: auto;
}
#price .menu .acd-content:nth-of-type(2) th,
#price .menu .acd-content:nth-of-type(3) th {
  width: 310px;
}
#price .menu .acd-content:nth-of-type(2) td,
#price .menu .acd-content:nth-of-type(3) td {
  width: 230px;
  vertical-align: middle;
}
#price .menu .acd-content {
  margin: 0 0 6%;
}
#price .menu .acd-content:last-of-type {
  margin: 0;
}
#price .menu .caution {
  position: relative;
  padding-left: 1.1em;
}
#price .menu .caution::before {
  content: "◆";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
}
#price .menu .caution.caution_red {
  color: #cc0212;
  font-weight: bold;
}

/*個別*/

#price .card {
  margin-top: 65px;
  margin-bottom: 70px;
  border: 2px dashed #c6c4c3;
  text-align: center;
}
#price .card h3 {
  font-size: 20px;
  margin: 25px 0 15px;
}
#price .card p {
  display: inline-block;
  vertical-align: top;
  width: 198px;
  height: 44px;
  line-height: 44px;
  background-color: #f4f4f4;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 15px;
}
#price .card .c_card {
  width: 420px;
  height: 62px;
  margin-bottom: 15px;
}

/*ラインタイトルデザイン*/
.line_t {
  position: relative;
  margin-bottom: 20px;
}
.line_left {
  position: absolute;
  left: 0;
  top: 50%;
  /*transform: translateY(-50%);*/
  width: 430px;
  height: 3px;
  background-color: #000;
}
.line_left:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  right: 0;
  background-color: #cc0212;
}
.line_title {
  text-align: center;
  font-size: 24px;
}
.line_right {
  position: absolute;
  right: 0;
  top: 50%;
  /*transform: translateY(-50%);*/
  width: 430px;
  height: 3px;
  background-color: #000;
}
.line_right:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  left: 0;
  background-color: #cc0212;
}
/*ラインタイトルデザイン*/
#price .table_m {
  margin: 5px 0 70px;
}
#price .table_m .table_title {
  height: 42px;
}
#price .table_m .icon1 {
  width: 54px;
  height: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
#price .table_m tr {
  height: 55px;
}
#price .table_m th {
  padding: 8px 15px;
  border: 1px solid #000;
  background-color: black;
  text-align: left;
  color: #fff;
}
#price .table_m td {
  padding: 7px 5px 0px 5px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px dotted #c6c4c3;
  width: 267px;
  box-sizing: border-box;
  line-height: 1.3;
}
#price .table_m tr:last-of-type td {
  border-bottom: 1px solid #000;
}
#price .table_m td p {
  font-size: 16px;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
}
#price .table_m td span {
  font-size: 14px;
  vertical-align: middle;
  font-weight: normal;
  margin-top: 10px;
}
#price .table_m .b_no {
  border-bottom: none;
}

#price .maker .maker_g {
  display: inline-block;
  margin-right: 14px;
  margin-left: 14px;
  margin-top: 20px;
  text-align: center;
}
#price .maker .maker_g img {
  width: 187px;
  height: 30px;
  margin-bottom: 10px;
}
#example {
  background: #ffde3e;
}
#example .wrapper {
  padding: 70px 0 110px;
}
#example .ex_g a {
  color: #000;
}
#example .ex_g a:hover {
  color: #cc0212;
  transition: 0.3s;
}
#example .title_img {
  background-image: url(../images/example_title.svg);
  height: 65px;
  position: relative;
}
#example h2:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 310px;
  background: url(../images/black_left.png);
  width: 30px;
  height: 50px;
}
#example h2:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 310px;
  background: url(../images/black_right.png);
  width: 30px;
  height: 50px;
}
#example .ex_p {
  text-align: center;
  margin: 20px 0 30px;
}
#example .ex_g {
  width: 345px;
  text-align: center;
  display: inline-block;
  margin-right: 25px;
}
#example .ex_g:nth-of-type(3) {
  margin-right: 0;
}
#example .ex_g img {
  width: 346px;
  height: 240px;
  display: block;
  object-fit: cover;
}
#example .btn {
  margin-top: 30px;
}
#example .ex_g p {
  background: #fff;
  padding: 10px 0;
  font-weight: 600;
}

#access .scroll {
  padding: 90px 0 110px;
  background: url(../images/bg4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#access h2 {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000,
    1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
  font-size: 44px;
  display: inline-block;
  position: relative;
}
#access h2:before {
  position: absolute;
  content: "";
  top: 12px;
  left: -80px;
  background: url(../images/yellow_left.png);
  width: 30px;
  height: 50px;
}
#access h2:after {
  position: absolute;
  content: "";
  top: 14px;
  right: -80px;
  background: url(../images/yellow_right.png);
  width: 30px;
  height: 50px;
}
#access .ex_p {
  text-align: center;
  margin: 20px 0 35px;
  color: #fff;
}
#access table {
  text-align: left;
  border: 1px solid #000;
}
#access table th {
  background: #ffde3e;
  border: 1px solid #000;
  width: 160px;
  padding: 10px 15px;
  box-sizing: border-box;
}
#access table td {
  border: 1px solid #000;
  width: 350px;
  padding: 11px 16px;
  box-sizing: border-box;
  background: #fff;
}
#access dl {
  color: #fff;
}
#mention .scroll {
  padding: 120px 0 100px;
  background: #1e1e1e;
  color: #fff;
}
#mention .left_m {
  width: 530px;
}
#mention .border_m {
  border-bottom: 1px solid #fff;
}
#mention h2 {
  font-size: 40px;
  display: inline-block;
}
#mention .list {
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
  color: #fff;
}
#mention .list:hover {
  color: #cc0212;
  cursor: pointer;
}
#mention dt {
  margin: 16.5px 0 5px;
  font-size: 14px;
}
#mention dd {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
#mention dd a {
  text-decoration: none;
  color: #fff;
}
#mention dd a:hover {
  color: #cc0212;
  cursor: pointer;
}
#mention .abema {
  width: 500px;
  height: 80px;
  display: block;
}
#mention .abema:hover {
  opacity: 0.7;
  cursor: pointer;
}
#contact .scroll {
  padding: 100px 0 90px;
}
#contact .title_img {
  background-image: url(../images/contact_title.svg);
  height: 65px;
  position: relative;
  margin: 0 0 30px;
}
#contact h2:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 250px;
  background: url(../images/black_left.png);
  width: 30px;
  height: 50px;
}
#contact h2:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 250px;
  background: url(../images/black_right.png);
  width: 30px;
  height: 50px;
}
#contact .yoyaku {
  margin-bottom: 80px;
}
#contact .yoyaku p {
  display: inline-block;
}
#contact .yoyaku .yoyaku_l {
  margin-left: 30px;
}
#contact .tel_bg {
  width: 1100px;
  height: 203px;
  margin: 10px 0 80px;
}

#contact01 p + #booking-package-locale-ja {
  margin: 20px 0 80px;
  padding: 0 10%;
}

#booking-package .sat,
#booking-package .sun,
#booking-package_calendarPage .holidayPanel {
  color: #cc0212;
}
#booking-package_schedulePage button,
#booking-package .bookingButton,
#booking-package_inputFormPanel .returnButton {
  background: #cc0212;
}
#booking_package_input_menu1 + .description {
  font-size: 14px;
}
#booking-package_inputFormPanel select {
  font-size: 16px;
  cursor: pointer;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
#contact01 .value {
  position: relative;
}
#contact01 .row:nth-of-type(4) .value::after,
#contact01 .row:nth-of-type(5) .value::after,
#contact01 .row:nth-of-type(6) .value::after,
#contact01 .row:nth-of-type(7) .value::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 13px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: solid 6px #000;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
}
#booking-package_inputFormPanel input[type="text"] {
  font-size: 16px;
}
#contact02 {
  margin-bottom: 80px;
}
#contact02 .bg_b {
  background: #000 url(../images/contact_bg.svg) repeat center;
  color: #fff;
  font-size: 1.65em;
  text-align: center;
  padding: 44px 0 28px;
}
#contact02 .tel {
  height: 64px;
  background: url(../images/tel_w.svg) no-repeat center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 2%;
}
#mailformpro .contact01_link {
  color: #fff;
  background: #cc0212;
  padding: 1.3% 2%;
  margin-left: 2em;
}
#mailformpro .contact01_link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1%;
}
#mailformpro .contact01_link:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#mailformpro .radio_list {
  display: inline-block;
}

/*ラインタイトルデザイン*/
.line_left2 {
  position: absolute;
  left: 0;
  top: 50%;
  /*transform: translateY(-50%);*/
  width: 350px;
  height: 3px;
  background-color: #000;
}
.line_left2:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  right: 0;
  background-color: #cc0212;
}
.line_right2 {
  position: absolute;
  right: 0;
  top: 50%;
  /*transform: translateY(-50%);*/
  width: 350px;
  height: 3px;
  background-color: #000;
}
.line_right2:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  left: 0;
  background-color: #cc0212;
}
.line_left3 {
  position: absolute;
  left: 0;
  top: 50%;
  /*transform: translateY(-50%);*/
  width: 300px;
  height: 3px;
  background-color: #000;
}
.line_left3:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  right: 0;
  background-color: #cc0212;
}
.line_right3 {
  position: absolute;
  right: 0;
  top: 50%;
  /*transform: translateY(-50%);*/
  width: 300px;
  height: 3px;
  background-color: #000;
}
.line_right3:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  left: 0;
  background-color: #cc0212;
}
/*ラインタイトルデザイン*/

#contact th {
  width: 270px;
  background: #000;
  padding: 10px 15px;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  vertical-align: top;
  font-weight: normal;
}
#contact th span {
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 0px 10px;
  background: #ffde3e;
  color: #000;
}
#contact td {
  width: 830px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #000;
}
#contact .text_in {
  width: 100% !important;
  height: 40px;
  font-size: 100%;
}
#contact .post_code {
  width: 345px !important;
  height: 40px;
  font-size: 100%;
  margin-left: 10px;
  margin-bottom: 10px;
}
#contact td textarea {
  height: 170px !important;
}
#contact .radio {
  margin-left: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#contact .ml_no {
  margin-left: 0;
}
#contact .privacy_policy {
  width: 1100px;
  height: 174px;
  overflow: scroll;
  margin: 30px auto 40px;
  padding: 20px;
  border: 1px solid #bfbfbf;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.7em;
  background-color: #f4f4f4;
}

#contact button {
  width: 186px;
  height: 45px;
  color: #fff;
  margin: 0 auto;
  display: block;
  position: relative;
}
#contact button:after {
  position: absolute;
  content: "";
  top: 40%;
  right: 10px;
  background: url(../images/aim.png);
  width: 19px;
  height: 9px;
  background-size: contain;
}
div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel {
  color: #fff;
}
/* bread_crumb
------------------------------ */
.bread_crumb {
  margin: 15px 0 50px;
  font-size: 0.875rem;
}
.bread_crumb span > span {
  top: 2px;
}
.bread_crumb span > span a {
  background: url(../images/house.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 13px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding-bottom: 1px;
  box-sizing: border-box;
}
.bread_crumb a:hover {
  border-bottom: 1px #000 solid;
  transition: 0.3s;
}
.bread_crumb span span span a {
  background: none;
  display: inline;
}
.bread_crumb li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.bread_crumb li:before {
  position: absolute;
  content: "＞";
  right: -27px;
  top: -1px;
}
.bread_crumb .current:before {
  display: none;
}
/*パンくず*/

.a_group {
  margin-top: 35px;
}
.a_thum {
  width: 258px;
  height: 176px;
}
.a_thum:hover {
  opacity: 0.7;
}
.a_thum img {
  max-width: 100%;
}
.a_content {
  width: 750px;
  margin-top: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c6c4c3;
}
.a_con {
  width: 465px;
  vertical-align: top;
  margin-left: 20px;
}
.a_con dt {
  font-size: 14px;
  color: #cc0212;
}
.a_con .continue {
  color: #0000ee;
}
.a_con .continue:hover {
  color: #cc0212;
}
.a_title .text_link {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}
.a_title .text_link:hover {
  color: #cc0212;
  cursor: pointer;
}
.btn_list {
  text-align: center;
}
.btn {
  display: inline-block;
  background: #cc0212;
  color: #fff;
  padding: 10px 20px;
}
.btn:hover {
  transition: 0.3s;
  background: #b7232e;
}
.a_img {
  background: url(../images/archive.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 240px;
  position: relative;
  margin-bottom: 115px;
  margin-top: 105px;
}
.book_btn {
  position: absolute;
  width: 300px;
  height: 65px;
  right: 155px;
  bottom: 75px;
  background-color: #cc0212;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
}
.book_btn img {
  width: 26px;
  height: 18px;
  margin-right: 3px;
  vertical-align: baseline;
}
.a_img .book_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.a_link:hover {
  opacity: 0.7;
  cursor: pointer;
}
.category_link {
  text-decoration: none;
  color: #000;
}
.category_link:hover {
  color: #cc0212;
}
.read_more {
  position: relative;
  display: block;
  text-align: right;
}
.read_more a {
  color: #cc0212;
  text-decoration: none;
}
.read_more a:hover {
  text-decoration: underline;
}

.page_navi {
  text-align: center;
  margin-top: 60px;
}
.page_navi li {
  display: inline-block;
}
.page_navi li a,
.page_navi li span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.page_navi li a {
  background: #e7e7e7;
  text-decoration: none;
  color: #000;
}
.page_navi li a:hover {
  opacity: 0.7;
}
.page_navi span {
  background: #cc0212;
  color: #fff;
}

/* sns
------------------------------ */
.wp_social_bookmarking_light {
  margin-top: 55px !important;
}

/* works
------------------------------ */
#works .main_title {
  background: url(../images/works_first_view.jpg);
}
.works_list {
  letter-spacing: -0.4em;
}
.works_list li {
  width: 23.3%;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  margin-right: 2.2%;
  letter-spacing: normal;
}
.works_list li:last-of-type {
  margin: 0;
}

.works_list .pict img {
  width: auto;
  height: 177px;
}
.works_list h3 {
  font-size: 1.5rem;
}
.works_list .pict {
  width: 100%;
  height: 177px;
  overflow: hidden;
}
.works_list img:hover {
  transition: 0.3s;
  opacity: 0.5;
}
.works_list li a:hover {
  color: #cc0212;
  transition: 0.3s;
}
.works_list li a {
  color: #000;
  text-decoration: none;
}
#works .tag {
  margin: 4% 0 2%;
}
#works .single .tag {
  margin: 0 0 2%;
}
#works .tag span {
  padding: 2px 9px;
  display: inline-block;
  font-size: 0.875em;
}
#works .buy {
  background: #ffa233;
}
#works .bring_in {
  background: #ffde3e;
}

#news .a_content h2 {
  margin: 0;
  text-align: left;
}

/*サイドバー*/
aside {
  width: 288px;
}
aside .category_list {
}
aside .category_list ul {
  padding: 20px 20px;
  background: #f4f4f4;
}
aside .category_list li {
  background: #fff;
  border-bottom: 1px dotted #c6c4c3;
}
aside .category_list li a {
  text-decoration: none;
  color: #000;
  position: relative;
  display: block;
  padding: 10px 10px 10px 30px;
}
aside .category_list li a:before {
  position: absolute;
  content: "";
  left: 12px;
  top: 18px;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #000;
}
aside .category_list li a:hover {
  color: #cc0212;
  background: #f5f8fa;
}
aside .leaf {
  text-align: center;
  width: 288px;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #fff;
  margin-top: 30px;
}
aside .re a {
  text-decoration: none;
  color: #000;
}
aside .re a:hover {
  color: #cc0212;
  background: #f5f8fa;
}
aside .category_list ul {
}
aside .s_date {
  font-size: 14px;
}
aside .s_title {
  font-size: 16px;
}

aside .re ul {
  padding: 20px 20px;
  background: #f4f4f4;
}
aside .re li {
  background: #fff;
  border-bottom: 1px dotted #c6c4c3;
}
aside .re li a {
  padding: 10px 10px 10px 10px;
  display: block;
}
/*サイドバー*/

/* single
------------------------------ */
.s_group {
  width: 750px;
  margin-top: 70px;
}
.s_group .a_title {
  border-bottom: 1px solid #c6c4c3;
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-weight: bold;
}
.s_group dt {
  font-size: 14px;
  color: #cc0212;
}
.single ul .prev,
.single ul .center,
.single ul .next {
  display: inline-block;
}
.single ul .center {
  text-align: center;
}
.single ul .prev {
  text-align: right;
}
.single ul .next {
  text-align: left;
}

.single ul .prev a,
.single ul .center a,
.single ul .next a {
  text-decoration: none;
  width: 186px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #cc0212;
  display: inline-block;
  margin: 65px 10px 0;
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
}
.single ul a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.single ul .prev a:after {
  position: absolute;
  content: "";
  top: 40%;
  left: 10px;
  background: url(../images/aim2.png);
  width: 19px;
  height: 9px;
  background-size: contain;
}
.single ul .next a:after {
  position: absolute;
  content: "";
  top: 40%;
  right: 10px;
  background: url(../images/aim.png);
  width: 19px;
  height: 9px;
  background-size: contain;
}
.single .page_btn {
  text-align: center;
}

.pict img {
  width: 100%;
  height: auto;
}
.works_single h1 {
  font-size: 24px;
  color: #fff;
  background: #000;
  padding: 0.3em 0.8em;
  border-left: 6px solid #cc0212;
  margin: 0 0 4%;
}
.single .pict_list {
  font-size: 0;
  margin: 3% 0;
}
.single .pict_list li {
  width: 48.4%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}
.single .pict_list li:last-of-type {
  margin: 0;
}
.single .pict_list li img {
  width: 100%;
  height: auto;
}
.single .float + div {
  text-align: center;
  margin: 4% 0 0;
}
.sub .single .btn,
#thanks .btn,
#yonmaruyon .btn {
  position: relative;
  padding: 15px 50px 14px 20px;
  line-height: 1;
}
.single .btn::after,
#thanks .btn::after,
#yonmaruyon .btn::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 14px;
  background: url(../images/aim.png);
  width: 19px;
  height: 9px;
  background-size: contain;
}
.single .btn:hover {
  background: #000;
  transition: 0.3s;
}

/* news single
------------------------------ */

/* work single
------------------------------ */
.works_single .fl_r {
  width: 46%;
}
.works_single .fl_l {
  width: 50%;
}
.works_single li {
  margin: 0 0 2%;
}
.works_single li:last-of-type {
  margin: 0;
}
.works_single li:last-of-type p:first-of-type {
  margin: 4% 0;
}
.works_single .fl_r li:last-of-type::after {
  content: none;
}
.works_single .fl_r li::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: radial-gradient(
    circle farthest-side,
    #707070,
    #707070 60%,
    transparent 60%,
    transparent
  );
  background-size: 4px;
  margin: 7px 0 0px;
}

/* sub page
------------------------------ */
.sub article h2 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 30px;
}
.sub section {
  margin: 0 0 100px;
}
.sub .btn {
  background: #cc0212;
  color: #fff;
  padding: 20px 30px;
  display: inline-block;
  text-decoration: none;
}

/* thanks
------------------------------ */
#thanks01 img {
  width: 350px;
}
#thanks01 .tel {
  margin: 2% 0;
}
#thanks01 div:last-of-type,
#yonmaruyon01 div:last-of-type {
  text-align: center;
}
#thanks01 .btn,
#yonmaruyon01 .btn {
  margin: 3% 0 0;
}

/* footer
------------------------------ */
footer {
  background: #000;
  color: #fff;
  padding-bottom: 20px;
}
footer .logo a {
  background: url(../images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 260px;
  height: 136px;
  z-index: 20000;
  display: block;
  margin: 40px 0px 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer .fl_l h2 a:hover {
  opacity: 0.7;
  cursor: pointer;
  color: #fff;
}
.footer_left {
  width: 370px;
}
footer .fl_l img {
  width: 249px;
  height: 46px;
}
footer .fl_l p {
  font-size: 14px;
}
footer .fl_r {
  text-align: right;
  width: 720px;
}
footer .fl_r .top_btn {
  width: 188px;
  height: 48px;
  background: #029f80;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  border-radius: 0 0 4px 4px;
}
footer .fl_r .top_btn i {
  margin-right: 5px;
}
footer .fl_r .top_btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
footer .pc_menu {
  margin-top: 50px;
  display: inline-block;
  margin-left: 40px;
}
footer .pc_menu li {
  margin-left: 50px;
  margin-bottom: 10px;
  text-align: left;
}
footer .pc_menu li a {
  text-decoration: none;
}
footer .pc_menu .text_link {
  color: #fff;
}
footer .pc_menu a:hover {
  color: #cc0212;
}
footer .copy_r {
  margin-top: 60px;
  padding-bottom: 10px;
  text-align: right;
  font-size: 12px;
}
footer .copy_r .text_link {
  color: #fff;
}
footer .copy_r a {
  text-decoration: none;
}
footer .copy_r a:hover {
  color: #cc0212;
}
/* slider
------------------------------ */
.top_slider .pc_none {
  display: none !important;
}
.top_slider .sp_none {
  display: block !important;
}
.top_slider img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}
.top_slider .slick-slide > div > li {
  background-color: #333;
}
.top_slider a {
  display: block;
  transition: 0.3s;
}
.top_slider a:hover {
  opacity: 0.7;
}

/* page top */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10000000 !important;
  border: 1px solid #cc0212;
  background: #cc0212;
  border-radius: 20%;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #ff7882;
}
#pagetop.show a {
  display: block;
}
#pagetop a {
  display: none;
  width: 50px;
  height: 50px;
  position: relative;
}
#pagetop a:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}
#pagetop.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#pagetop:hover {
  opacity: 0.7;
}
#pagetop a:hover {
  opacity: 0.7;
}

@media all and (-ms-high-contrast: none) {
  #greeting .right2 .pd {
    padding: 10px 25px;
  }
  #greeting .right2 .pd2 {
    padding: 10px 25px;
  }
  #greeting .right2 .pd3 {
    padding: 10px 25px;
  }
  #greeting .right2 .pd4 {
    padding: 10px 28px;
  }
  #greeting .right2 .pd5 {
    padding: 10px 27px;
  }
}
