@charset "UTF-8";
/*共通CSS*/
html {
  font-size: 62.5%;
}

.ds_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc_sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jc_sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

a {
  text-decoration: none;
}

.wrap {
  width: 710px;
  margin: 0 auto;
}

.inner {
  background-color: #fff;
  padding: 1rem 1rem 2rem 1rem;
}

body {
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック', sans-serif;
}

header {
  margin-bottom: 15px;
}

header h1 {
  height: 305px;
  background-image: url(../images/header_PC_bg.png);
  background-repeat: no-repeat;
}

/*main*/
section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 67rem;
  padding: 1rem;
  margin: 0 auto 3rem auto;
  background-image: url(../images/border_bg.png);
}

section:last-child {
  margin-bottom: 0;
}

section h2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ff7d73;
  padding: 0.5rem;
  border-radius: 0.4rem;
  margin-bottom: 0.7rem;
  width: 100%;
}

section h2 a {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-position: under;
  border-left: 0.5rem solid #ffe073;
  margin-right: 1rem;
  padding-left: 1rem;
}

section .container {
  margin-bottom: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section .content {
  width: 38rem;
}

section .price {
  margin-bottom: 1.2rem;
}

section .price .small {
  font-size: 1.1rem;
  text-align: right;
}

section .price .price_ti {
  font-size: 1.6rem;
  text-align: right;
  margin-bottom: 0.4rem;
  letter-spacing: -0.025em;
}

section .price .price_ti span {
  font-size: 4.8rem;
  color: #f00;
}

section .price .price_ti span span {
  font-size: 1.8rem;
}

section .caption {
  letter-spacing: -0.075em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 1rem;
  background-color: #ff7d73;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .caption .point {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 70px;
  text-align: center;
}

section .caption .description {
  font-size: 1.6rem;
  background-color: #fff0b9;
  color: #ff7d73;
  padding: 0 0.8rem;
  width: calc(100% - 70px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section ul li {
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  margin-bottom: 2.2rem;
  position: relative;
  padding-left: 16px;
}

section ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff7d73;
  position: absolute;
  top: 3px;
  left: 0;
}

section ul li:last-child {
  margin-bottom: 0;
}

section .contact {
  width: 240px;
  height: 40px;
  margin: auto;
}

section .contact a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../images/contact_btn03.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.container_img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24rem;
  height: 19rem;
  border: 0.2rem solid #ff7d73;
  background-position: center;
  background-image: url(../images/Italy_img.png);
  margin-top: 0.3rem;
  background-size: contain;
}

.p_li {
  line-height: 3;
}

.d_li {
  line-height: 1.25;
}

.fd_rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*main*/
footer {
  margin-top: 2rem;
}

footer .to_top {
  width: 3rem;
  height: 3rem;
  margin: 0 2rem 0 auto;
  background-color: #ffcbc7;
  position: relative;
}

footer .to_top a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-indent: 105%;
  white-space: nowrap;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #fff;
  border-left: 7px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

footer .to_top a:hover {
  background-color: #ff7d73;
}
