@charset "utf-8";

/*********************
* 料金案内
*********************/

/* PC */
@media print,screen and (min-width: 1001px) {
#fee .page_header {
	background-image: url(../images/fee/main.jpg);
}

#fee .s2 {
  margin-top: 120px;
  padding: 100px 0;
  position: relative;
}

#fee .s2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
	width: 56.25vw;
  height: 100%;
  background-color: #f8f8f8;
  border-radius: 40px 0 0 40px;
}

#fee .s2 .sidebar {
  width: 50%;
  height: 50vh;
  position: sticky;
  top: 118px;
  left: 10px;
}

#fee .s2 .sidebar h3 {
	font-size: 1.286em;
}

#fee .s2 .sidebar ul {
  width: 340px;
  margin-top: 30px;
}

#fee .s2 .sidebar ul li {
  font-size: 1.143em;
  font-weight: 700;
	letter-spacing: .1em;
}

#fee .s2 .sidebar ul li + li {
  margin-top: 10px;
}

#fee .s2 .sidebar ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #425744;
  text-decoration: none;
  border: 1px solid #425744;
  background-color: #fff;
  border-radius: 30px;
  padding: 7px 25px 7px 10px;
  position: relative;
}
#fee .s2 .sidebar ul li.active a {
  color: #fff;
  border-color: #49c2d0;
  background-color: #49c2d0;
}
#fee .s2 .sidebar ul li.fee1.active a,
#fee .s2 .sidebar ul li.fee6.active a {
  border-color: #49c2d0;
  background-color: #49c2d0;
}
#fee .s2 .sidebar ul li.fee2.active a,
#fee .s2 .sidebar ul li.fee7.active a {
  border-color: #988bdc;
  background-color: #988bdc;
}
#fee .s2 .sidebar ul li.fee3.active a {
  border-color: #ff6363;
  background-color: #ff6363;
}
#fee .s2 .sidebar ul li.fee4.active a {
  border-color: #f479b3;
  background-color: #f479b3;
}
#fee .s2 .sidebar ul li.fee5.active a {
  border-color: #76dcad;
  background-color: #76dcad;
}

#fee .s2 .sidebar ul li a::before {
	content: "";
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  color: #425744;
  text-align: center;
  line-height: 40px;
  background: url(../images/fee/img03.png) no-repeat center;
  background-size: contain;
  margin-right: 20px;
}

#fee .s2 .sidebar ul li.active a::before {
  color: #fff;
  background-image: url(../images/fee/img02.png);
}

#fee .s2 .sidebar ul li a::after {
  content: "";
	width: 15px;
	height: 14px;
	background: url(../images/common/icon_arrow02_grn.png) no-repeat center;
	background-size: contain;
  margin-left: auto;
}

#fee .s2 .sidebar ul li.active a::after {
  background-image: url(../images/common/icon_arrow02_w.png);
}

#fee .s2 .sidebar img.img1 {
	position: absolute;
	top: -85px;
	left: 300px;
}

#fee .s2 .sidebar img.img2 {
	position: absolute;
	top: -60px;
	left: 280px;
}

#fee .s2 .right {
  width: 50%;
}

#fee .s2 .right .item {
  margin-bottom: 20px;
  margin-top: -118px;
  padding-top: 118px;
}

#fee .s2 .right .item_inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 8.34%;
  position: relative;
}

#fee .s2 .right .item h3 {
  font-size: 2.143em;
  letter-spacing: .1em;
  margin-bottom: 20px;
  position: relative;
}

#fee .s2 .right .item h3 img {
  margin-right: 20px;
  vertical-align: middle;
}

#fee .s2 .right .item h3 span {
  display: block;
  font-size: .6em;
  line-height: 1;
  letter-spacing: 0;
  color: #ff6363;
  margin-bottom: -5px;
}

#fee .s2 .right #fee3.item h3 > div {
  display: inline-block;
  vertical-align: middle;
}

#fee .s2 .right .item p {
  font-size: 1.143em;
  position: relative;
}

#fee .s2 .right .item p img.img3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65px;
}

#fee .s2 .right .item .icon {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border: 1px solid;
  border-radius: 5px;
  margin-left: 5px;
  padding: 3px;
  vertical-align: middle;
}
#fee .s2 .right .item .icon.icon1 {
  color: #f00;
  border-color: #f00;
}
#fee .s2 .right .item .icon.icon2 {
  color: #ff7800;
  border-color: #ff7800;
}

#fee .s2 .right .tbl_price {
  width: 100%;
  table-layout: auto;
  margin-top: 20px;
}
#fee .s2 .right #fee1 .tbl_price,
#fee .s2 .right #fee5 .tbl_price {
  table-layout: fixed;
}

#fee .s2 .right .tbl_price thead tr th {
  width: 25%;
  font-size: 1.143em;
  font-weight: 700;
  border-left: 1px solid #fff;
  padding: 10px 0;
}
#fee .s2 .right .tbl_price thead tr th:first-of-type {
  width: 50%;
  border-left: none;
  border-radius: 20px 0 0 0;
}
#fee .s2 .right .tbl_price thead tr th:last-of-type {
  border-radius: 0 20px 0 0;
}
#fee .s2 .right #fee1 .tbl_price thead tr th {
  width: auto;
  background-color: #c8edf1;
}
#fee .s2 .right #fee1 .tbl_price thead tr th:first-of-type {
  width: auto;
  background-color: #a2e0e7;
}
#fee .s2 .right #fee2 .tbl_price thead tr th {
  background-color: #e0dcf4;
}
#fee .s2 .right #fee2 .tbl_price thead tr th:first-of-type {
  background-color: #cac4ed;
}
#fee .s2 .right #fee3 .tbl_price thead tr th {
  background-color: #ffd0d0;
}
#fee .s2 .right #fee3 .tbl_price thead tr th:first-of-type {
  background-color: #ffafaf;
}
#fee .s2 .right #fee4 .tbl_price thead tr th {
  background-color: #fcd7e8;
}
#fee .s2 .right #fee4 .tbl_price thead tr th:first-of-type {
  background-color: #fabbd8;
}
#fee .s2 .right #fee5 .tbl_price thead tr th {
  width: auto;
  background-color: #d6f4e6;
}
#fee .s2 .right #fee5 .tbl_price thead tr th:first-of-type {
  width: auto;
  background-color: #b9edd5;
}
#fee .s2 .right #fee6 .tbl_price thead tr th {
  background-color: #c8edf1;
}
#fee .s2 .right #fee6 .tbl_price thead tr th:first-of-type {
  background-color: #a2e0e7;
}
#fee .s2 .right #fee7 .tbl_price thead tr th {
  background-color: #e0dcf4;
}
#fee .s2 .right #fee7 .tbl_price thead tr th:first-of-type {
  background-color: #cac4ed;
}

#fee .s2 .right .tbl_price tbody tr th {
  font-size: 1.143em;
  line-height: 1.3;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
}
#fee .s2 .right .item:not(#fee1) .tbl_price tbody tr th {
  font-weight: 700;
  text-align: left;
}
#fee .s2 .right .item:not(#fee1) .tbl_price tbody tr th small {
  font-size: .875em;
  font-weight: 400;
}

#fee .s2 .right .tbl_price tbody tr td {
  font-size: 1.143em;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  vertical-align: middle;
}

#fee .s2 .right .tbl_menu1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px;
}

#fee .s2 .right .tbl_menu1 dt {
  flex-shrink: 0;
  width: 200px;
  font-size: 1.286em;
  font-weight: 700;
}
#fee .s2 .right .tbl_menu1 dt img {
  transform: scale(.7);
  vertical-align: middle;
}

#fee .s2 .right .tbl_menu1 dd {
  width: calc(100% - 200px);
  font-size: 1.143em;
}

#fee .s2 .right .tbl_menu1 dt:first-of-type,
#fee .s2 .right .tbl_menu1 dd:first-of-type {
  margin-bottom: 20px;
}

#fee .s2 .right .tbl_menu1 dd > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#fee .s2 .right .tbl_menu1 dd > div span {
  width: 50%;
}

#fee .s2 .right .tbl_menu2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
}

#fee .s2 .right .tbl_menu2 dt {
  flex-shrink: 0;
  width: 200px;
  font-size: 1.286em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

#fee .s2 .right .tbl_menu2 dd {
  width: calc(100% - 200px);
  margin-bottom: 20px;
}

#fee .s2 .right .tbl_menu3 {
  background: url(../images/fee/img14.png) no-repeat left top;
  background-size: 68px auto;
  margin-top: 30px;
  padding-left: 88px;
}

#fee .s2 .right .tbl_menu3 dt {
  font-size: 1.286em;
  font-weight: 700;
  margin-bottom: 5px;
}

#fee .s2 .right .tbl_menu3 dt img {
  display: none;
}

#fee .s2 .right .tbl_menu3 dd ul li {
  list-style: none;
  text-indent: -15px;
  padding-left: 15px;
}

#fee .s2 .right .tbl_menu3 dd ul li + li {
  margin-top: 5px;
}

#fee .s2 .right .tbl_menu3 dd ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #231815;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}

#fee .s2 .right .tbl_menu3 dd .btn1 {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#fee .s2 .right #fee4 .tbl_price + p {
  font-size: 1em;
  margin-top: 5px;
}

#fee .s2 .right .item .img4 {
  position: absolute;
  top: -80px;
  right: 25px;
}

#fee .s3 {
  margin: 160px 0;
}

#fee .s3_box {
  align-items: flex-start;
  border-top: 1px solid #ddd;
  padding-top: 70px;
}

#fee .s3_box .caption {
  width: 50%;
  font-size: 2.571em;
}

#fee .s3_box .caption .f_en {
  font-size: .5em;
}

#fee .s3_box .text {
  width: 45.84%;
}

#fee .s3_box .text dl {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#fee .s3_box .text dl dt {
  width: calc(100% - 75px);
}

#fee .s3_box .text dl dt h3 {
  font-size: 1.286em;
  font-weight: 500;
  line-height: 1.3;
}

#fee .s3_box .text dl dd {
  width: 75px;
  font-size: 1.286em;
  text-align: right;
  padding-right: 20px;
}

} /* @media print,screen and (min-width: 1001px) */



/* SP */
@media screen and (max-width: 1000px) {
#fee .page_header {
	background-image: url(../images/fee/main_sp.jpg);
}

#fee .s1 {
	margin: 13vw 0 7vw;
}

#fee .s1 ul {
  background-color: #dc000c;
  border-radius: 10px;
  padding: 5vw;
}

#fee .s1 ul li {
  width: calc(100% / 3 - 1vw);
  text-align: center;
}

#fee .s1 ul li a {
  display: block;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  border-radius: 30px;
  padding: 2vw 0;
}

#fee .s2 {
  margin-bottom: 5vw;
  padding: 13vw 0;
  position: relative;
}

#fee .s2 .contents_inner {
  margin-top: -15vw;
  padding-top: 15vw;
}

#fee .s2 .sidebar {
  width: 100%;
  margin-bottom: 10vw;
}

#fee .s2 .sidebar .caption {
  text-align: center;
}

#fee .s2 .sidebar .caption .border {
  margin-left: auto;
  margin-right: auto;
}

#fee .s2 .sidebar h3 {
	font-size: 1.077em;
  text-align: center;
}

#fee .s2 .sidebar ul {
  width: 80.625vw;
  margin: 7vw auto 0;
}

#fee .s2 .sidebar ul li {
  font-size: 1.077em;
  font-weight: 700;
}

#fee .s2 .sidebar ul li + li {
  margin-top: 1.5vw;
}

#fee .s2 .sidebar ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  border: 1px solid #425744;
  background-color: #fff;
  border-radius: 30px;
  padding: 7px 25px 7px 10px;
  position: relative;
}
#fee .s2 .sidebar ul li.fee1 a,
#fee .s2 .sidebar ul li.fee6 a {
  border-color: #49c2d0;
  background-color: #49c2d0;
}
#fee .s2 .sidebar ul li.fee2 a,
#fee .s2 .sidebar ul li.fee7 a {
  border-color: #988bdc;
  background-color: #988bdc;
}
#fee .s2 .sidebar ul li.fee3 a {
  border-color: #ff6363;
  background-color: #ff6363;
}
#fee .s2 .sidebar ul li.fee4 a {
  border-color: #f479b3;
  background-color: #f479b3;
}
#fee .s2 .sidebar ul li.fee5 a {
  border-color: #76dcad;
  background-color: #76dcad;
}

#fee .s2 .sidebar ul li a::before {
  content: "";
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: url(../images/fee/img02.png) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

#fee .s2 .sidebar ul li a::after {
  content: "";
	width: 15px;
	height: 14px;
	background: url(../images/common/icon_arrow02_w.png) no-repeat center;
	background-size: contain;
  margin-left: auto;
}

#fee .s2 .sidebar img.img1 {
	position: absolute;
	top: -5vw;
	right: 5vw;
  width: 15.625vw;
}

#fee .s2 .sidebar img.img2 {
	position: absolute;
	top: -5vw;
	right: 5vw;
  width: 25vw;
}

#fee .s2 .right {
  width: 100%;
  padding: 10vw 0 5vw;
  position: relative;
}

#fee .s2 .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5vw;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #f8f8f8;
  border-radius: 20px;
}

#fee .s2 .right .item {
  margin-bottom: 5vw;
  margin-top: -15vw;
  padding-top: 15vw;
}

#fee .s2 .right .item_inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 5%;
    position: relative;
}

#fee .s2 .right .item h3 {
  font-size: 1.385em;
  margin-bottom: 5vw;
}

#fee .s2 .right .item h3 img {
  width: 45px;
  margin-right: 1vw;
  vertical-align: middle;
}

#fee .s2 .right .item h3 span {
  display: block;
  font-size: .778em;
  line-height: 1;
  letter-spacing: 0;
  color: #ff6363;
  margin-bottom: -5px;
}

#fee .s2 .right #fee3.item h3 > div {
  display: inline-block;
  vertical-align: middle;
}

#fee .s2 .right .item p {
  position: relative;
}

#fee .s2 .right .item p span {
  display: block;
}

#fee .s2 .right .item p img.img3 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15.625vw;
}

#fee .s2 .right .item .icon {
  display: inline-block;
  font-size: .846rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border: 1px solid;
  border-radius: 5px;
  margin-left: 1.5vw;
  padding: 3px;
  vertical-align: middle;
}
#fee .s2 .right .item .icon.icon1 {
  color: #f00;
  border-color: #f00;
}
#fee .s2 .right .item .icon.icon2 {
  color: #ff7800;
  border-color: #ff7800;
}

#fee .s2 .right .tbl_price {
  width: 100%;
  table-layout: auto;
  margin-top: 3vw;
}
#fee .s2 .right #fee1 .tbl_price,
#fee .s2 .right #fee5 .tbl_price {
  table-layout: fixed;
}

#fee .s2 .right .tbl_price thead tr th {
  width: 25%;
  font-size: .923em;
  font-weight: 700;
  border-left: 1px solid #fff;
  padding: 1vw 3px;
}
#fee .s2 .right .tbl_price thead tr th:first-of-type {
  width: 50%;
  border-left: none;
  border-radius: 10px 0 0 0;
}
#fee .s2 .right .tbl_price thead tr th:last-of-type {
  border-radius: 0 10px 0 0;
}
#fee .s2 .right #fee1 .tbl_price thead tr th {
  width: auto;
  line-height: 1.3;
  background-color: #c8edf1;
}
#fee .s2 .right #fee1 .tbl_price thead tr th:first-of-type {
  width: auto;
  background-color: #a2e0e7;
}
#fee .s2 .right #fee2 .tbl_price thead tr th {
  background-color: #e0dcf4;
}
#fee .s2 .right #fee2 .tbl_price thead tr th:first-of-type {
  background-color: #cac4ed;
}
#fee .s2 .right #fee3 .tbl_price thead tr th {
  background-color: #ffd0d0;
}
#fee .s2 .right #fee3 .tbl_price thead tr th:first-of-type {
  background-color: #ffafaf;
}
#fee .s2 .right #fee4 .tbl_price thead tr th {
  background-color: #fcd7e8;
}
#fee .s2 .right #fee4 .tbl_price thead tr th:first-of-type {
  background-color: #fabbd8;
}
#fee .s2 .right #fee5 .tbl_price thead tr th {
  width: auto;
  background-color: #d6f4e6;
}
#fee .s2 .right #fee5 .tbl_price thead tr th:first-of-type {
  width: auto;
  background-color: #b9edd5;
}
#fee .s2 .right #fee6 .tbl_price thead tr th {
  background-color: #c8edf1;
}
#fee .s2 .right #fee6 .tbl_price thead tr th:first-of-type {
  background-color: #a2e0e7;
}
#fee .s2 .right #fee7 .tbl_price thead tr th {
  background-color: #e0dcf4;
}
#fee .s2 .right #fee7 .tbl_price thead tr th:first-of-type {
  background-color: #cac4ed;
}

#fee .s2 .right .tbl_price tbody tr th {
  line-height: 1.3;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  padding: 2vw;
  vertical-align: middle;
}
#fee .s2 .right .item:not(#fee1) .tbl_price tbody tr th {
  font-weight: 700;
  text-align: left;
}
#fee .s2 .right .item:not(#fee1) .tbl_price tbody tr th small {
  font-size: .923em;
  font-weight: 400;
}

#fee .s2 .right .tbl_price tbody tr td {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 1vw 3px;
  vertical-align: middle;
}

#fee .s2 .right .tbl_price tbody tr td small {
  font-size: .923em;
}

#fee .s2 .right .tbl_menu1 {
  margin-top: 5vw;
}

#fee .s2 .right .tbl_menu1 dt {
  font-size: 1.077em;
  font-weight: 700;
}
#fee .s2 .right .tbl_menu1 dt img {
  transform: scale(.6);
  vertical-align: middle;
}

#fee .s2 .right .tbl_menu1 dd {
  padding-left: 8.5vw;
  margin-bottom: 3vw;
}

#fee .s2 .right .tbl_menu1 dd > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#fee .s2 .right .tbl_menu1 dd > div span {
  width: 50%;
}

#fee .s2 .right .tbl_menu2 {
  margin-top: 5vw;
}

#fee .s2 .right .tbl_menu2 dt {
  font-size: 1.077em;
  font-weight: 700;
}

#fee .s2 .right .tbl_menu2 dd {
  font-size: .923em;
  margin-bottom: 3vw;
}

#fee .s2 .right .tbl_menu3 {
  margin-top: 7vw;
}

#fee .s2 .right .tbl_menu3 dt {
  font-size: 1.077em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3vw;
}

#fee .s2 .right .tbl_menu3 dt img {
  display: block;
  width: 20.625vw;
  margin: 0 auto 2vw;
}

#fee .s2 .right .tbl_menu3 dd ul li {
  list-style: none;
  font-size: .923em;
  line-height: 1.3;
  text-indent: -15px;
  padding-left: 15px;
}

#fee .s2 .right .tbl_menu3 dd ul li + li {
  margin-top: 2vw;
}

#fee .s2 .right .tbl_menu3 dd ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #231815;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

#fee .s2 .right .tbl_menu3 dd .btn1 {
  margin-top: 7vw;
}

#fee .s2 .right #fee4 .tbl_price + p {
  font-size: .923em;
  margin-top: 2vw;
}

#fee .s2 .right .item .img4 {
  position: absolute;
  top: -9vw;
  right: 3vw;
  width: 21.875vw;
}

#fee .s3 {
  margin-bottom: 15vw;
}

#fee .s3_box {
  margin-top: -15vw;
  padding-top: 15vw;
}

#fee .s3_box .caption {
  width: 100%;
  text-align: center;
  margin-bottom: 7vw;
}

#fee .s3_box .caption .border {
  margin-left: auto;
  margin-right: auto;
}

#fee .s3_box .text {
  width: 100%;
}

#fee .s3_box .text dl {
  display: flex;
  align-items: flex-start;
  width: 90%;
  border-bottom: 1px dashed #ddd;
  margin: 0 auto 3vw;
  padding-bottom: 3vw;
}

#fee .s3_box .text dl dt {
  width: 80%;
}

#fee .s3_box .text dl dt h3 {
  font-size: 1.077em;
  line-height: 1.3;
}

#fee .s3_box .text dl dd {
  width: 20%;
  font-size: 1.077em;
  text-align: right;
  padding-top: calc(1em + 3px);
}

} /* @media screen and (max-width: 1000px) */