<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* colors */
/* font-styles */
/* font-familys */

.ready {
    opacity: 0;
}
.loaded {
  opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
    -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
    -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
    transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
}

#thePrice {
  text-align: center;
  margin: -2% 0 3%;
  font-size: 16px;
}
#thePrice strong {
  font-size: 28px;
  font-family: Times, "Times New Roman", serif;
  margin: 0 5px 0 0;
}

#changePrice {
  text-align: center;
  margin: -2% 0 3%;
  font-size: 12px;
}
#changePrice strong {
  font-size: 24px;
  font-family: Times, "Times New Roman", serif;
  margin: 0 5px 0 0;
}
.price-notice {
  text-align: center;
  margin: -2% 0 3%;
  color: #c0272d;
  line-height: 24px;
  font-weight: bold;
}
.price-notice b {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.plan-cate {
  text-align: center;
  margin: -10px 0 20px;
}
.plan-cate span,
.plan-cate em {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: bold;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 600;
}
.plan-cate span {
  color: #fff;
  background-color: #d19f59;
  padding: 1px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 0;
}
.plan-cate span em {
  color: #3b3127;
  position: relative;
  top: -1px;
}
.plan-cate em {
  margin: 0 5px;
}

.plan-campaign {
  text-align: center;
  margin: 20px 0;
}
.plan-campaign img{
	
}
.plan-campaign dl{
	width: 96%;
	margin: 5px auto 0;
}
.plan-campaign dl dt{
	text-align: center;
	font-weight: 600;
	color: #d19f59;
}
.plan-campaign dl dd{
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}

.ex-slide {
  position: relative;
}
.ex-slide img.stamp {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
  width: 50%;
  max-width: 280px;
}

html[lang=en] .ex-slide img.stamp 
{	width: 70%;
	max-width: 504px;
}


.ex-slide ul {
  position: relative;
}
.ex-slide ul li {
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.ex-slide ul li.show {
  position: relative;
}
.ex-slide .ex-thumbs {
  margin: 0 -1%;
}
.ex-slide .ex-thumbs em {
  position: relative;
  cursor: pointer;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 23%;
  margin: 2% 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
}
.ex-slide .ex-thumbs em:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 2px solid #0AA0D2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ex-slide .ex-thumbs em:hover:before,
.ex-slide .ex-thumbs em.active:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  opacity: 1;
  width: 98%;
  height: 98%;
}

section {
  margin: 5% 0 0;
}

.sec-in {
  background: url(../../assets/img/common/bg_stripe.png);
  padding: 10px;
}
.sec-in .sub-sec {
  margin: 20px 0 0;
}
.sec-in .sub-sec h4 {
  color: #d19f59;
  font-size: 14px;
  line-height: 24px;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 600;
  background: url(../../assets/img/plan-common/ico_camera.png) no-repeat left 5px;
  -moz-background-size: 20px auto;
  -o-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  padding: 0 0 5px 25px;
}
.sec-in .sub-sec h4 small {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  font-weight: 500;
}
.sec-in .sub-sec:first-of-type {
  margin: 0;
}

ul.ppup {
  margin: 0 -1%;
}
ul.ppup li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 31.3%;
  margin: 1%;
}
ul.ppup li:nth-child(n + 7):not(:nth-child(n + 13)){
  display: none;
}
ul.ppup.low01 li:nth-child(n + 4):not(:nth-child(n + 13)){
  display: none;
}
ul.ppup li a {
  display: block;
  line-height: 0;
}

.page-inq {
  margin: 8% 0;
  text-align: center;
  line-height: 24px;
}
.page-inq div {
  margin: 0 0 5px;
}
.page-inq div b {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #d19f59;
  font-size: 15px;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 600;
}
.page-inq em {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.page-inq strong {
  display: block;
  font-size: 22px;
  font-family: Times, "Times New Roman", serif;
}
.page-inq strong span {
  font-size: 28px;
  line-height: 32px;
}
.page-inq strong span a {
  color: #3b3127;
}

.btns {
  margin: 8% 0;
}
.btns a {
  max-width: 320px;
  line-height: 24px;
}
.btns a small {
  display: block;
}
.btns a span {
  white-space: nowrap;
  font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif;
}
.btns a span strong {
  font-size: 20px;
  font-family: Times, "Times New Roman", serif;
  font-weight: normal;
}

.tabs ul {
  margin: 0 -0.5%;
}
.tabs ul li {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
    width: 49%;
    max-width: 200px;
    margin: 0 0.5%;
    padding: 5px;
    color: #d19f59;
    font-size: 15px;
    font-family: "Noto Sans Japanese", serif;
    font-weight: 600;
    background-color: #F3E2D0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tabs.v1 ul li {
  width: 32.3%;
  max-width: 240px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.2;
}
.tabs.v1 li small {
    font-size: 9px;
}
.tabs.v1 li.v1 {
    padding: 13px 0px; 
}
.tabs ul li.selected,
.tabs ul li:hover {
  color: #fff;
  background-color: #d19f59;
}
.detail {
  display: none;
}

.detail.show {
  display: block;
}

.icons {
  margin: 3% 0 1.5%;
}
.icons ul {
  text-align: center;
  margin: auto;
}
.icons ul li {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 60px;
  margin: 10px;
}
.icons ul li:after {
  content: '＋';
  display: block;
  color: #d19f59;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: -19px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icons ul li:last-of-type:after,
.icons ul li.noPlus:after {
  display: none !important;
}
.icons ul.type2 {
  width: 100%;
  max-width: auto;
}

.dls {
  margin: auto;
  max-width: 900px;
}
.dls dl dt {
  color: #d19f59;
  font-size: 16px;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 600;
  border-bottom: 1px solid #d19f59;
  padding: 3px 10px;
}
.dls dl dd {
  padding: 10px;
}
.dls dl dd ul li {
  position: relative;
  padding-left: 1.1em;
  line-height: 22px;
  margin: 0 0 5px;
}
.dls dl dd ul li small {
  font-size: 12px;
}
.dls dl dd ul li:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #E7CFAB;
  position: absolute;
  top: 5px;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.frame {
  margin: 3% auto;
}
.frame .frame-body ul li {
  position: relative;
  padding-left: 1.1em;
  line-height: 24px;
  margin: 5px 0;
}
.frame .frame-body ul li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.rec-opt {
  position: relative;
  padding: 15px 0;
  
}
.rec-opt:not(:first-of-type) {
    border-top: 1px solid #d19f59;
}
.rec-opt img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 30%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rec-opt .rec-dtl {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 70%;
  font-size: 11px;
  line-height: 18px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rec-opt .rec-dtl p b {
  display: inline;
}

html[lang=en] .rec-opt .rec-dtl p:not(:last-child)
{	margin-bottom: 10px;
}

.rec-opt .rec-dtl h4 {
  display: block;
  color: #d19f59;
  font-size: 14px;
  font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  margin: 3px 0;
}

html[lang=en] .rec-opt .rec-dtl h4 {
	font-family: Times, "Times New Roman", "Courier", "Palantino", serif;
	font-weight: normal;
}

.rec-opt .rec-dtl .price strong {
  font-size: 18px;
  font-family: Times, "Times New Roman", serif;
  font-weight: normal;
}
.rec-opt a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rec-opt:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.opt-in {
  padding: 10px 0;
}
.opt-in h5 {
  text-align: center;
  color: #d19f59;
  line-height: 20px;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 600;
  border-bottom: 1px solid #d19f59;
  padding: 0 0 8px;
}
.opt-in h5 b {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.opt-in ul li {
  position: relative;
  padding: 15px 0;
  line-height: 0;
  border-top: 1px solid #E9CFAE;
}
.opt-in ul li:first-of-type {
    border: 0;
}

.opt-in ul li img {
  display: inline-block;
  /*vertical-align: middle;
  *vertical-align: auto;*/
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  width: 30%;
  max-width: 135px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.opt-in ul li div {
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 70%;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.opt-in ul li div strong {
  display: block;
  position: relative;
  padding-left: 1.1em;
  color: #d19f59;
  font-size: 14px;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 600;
}
.opt-in ul li div strong:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #3b3127;
  position: absolute;
  top: 5px;
  left: 0;
}
.opt-in ul li div strong:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 8px;
  left: 2px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.opt-in ul li div p {
  padding-left: 1.5em;
}
.opt-in ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opt-in ul li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.detail-sub {
  padding: 20px 0;
}
.detail-sub h6 {
  position: relative;
  background-color: #E9CFAE;
  border-bottom: 1px solid #d19f59;
  font-size: 15px;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 600;
  padding: 3px 10px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.detail-sub h6 b {
  position: absolute;
  top: 50%;
  left: 60px;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 8px;
  color: #fff;
  background-color: #c0272d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sch-in {
  padding: 10px 0;
}
.sch-in table {
  width: 100%;
  font-size: 13px;
  line-height: 22px;
  border-collapse: separate;
}
.sch-in table tr th {
  width: 40%;
  text-align: right;
  vertical-align: top;
}
.sch-in table tr th strong {
  display: block;
  text-align: left;
  color: #d19f59;
  font-size: 14px;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 600;
  margin: 0 0 8px;
}
.sch-in table tr th img {
  position: relative;
  top: 3px;
}
.sch-in table tr td {
  width: 60%;
  padding: 0 0 0 10px;
  line-height: 22px;
}
.sch-in table tr td .split {
  padding: 10px 0;
}
.sch-in table tr td .split:first-child {
  padding: 0 0 10px;
  border-bottom: 1px solid #EFDABF;
}
.sch-in table tr td b {
  display: block;
  color: #d19f59;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 600;
}
.sch-in table tr td.down {
  padding-top: 1.8em;
}
.sch-in .btns {
  margin: 2% 0 0;
}
.sch-in .btns a {
  position: relative;
}
.sch-in .btns a:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.sch-in .btns a:hover:before {
  border-top: 1px solid #3b3127;
  border-right: 1px solid #3b3127;
}
.sch-in table.thatDay tr {
  width: 100%;
}
.sch-in table.thatDay tr th,
.sch-in table.thatDay tr td {
  padding: 15px 0;
  border-bottom: 1px solid #EFDABF;
}
.sch-in table.thatDay tr th em,
.sch-in table.thatDay tr td em {
  font-size: 16px;
  font-weight: bold;
}
.sch-in table.thatDay tr td {
  padding: 15px 0 15px 10px;
}
.sch-in .notes {
  margin: 10px 0 0;
}
.sch-in .notes ul li {
  position: relative;
  padding-left: 1.1em;
  font-size: 13px;
  line-height: 24px;
  margin: 5px 0;
}
.sch-in .notes ul li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.sch-in table.tweak tr {
  display: block;
  width: 100%;
  padding: 15px 0;
}
.sch-in table.tweak tr td ul li {
  position: relative;
  padding-left: 1.1em;
  font-size: 13px;
  line-height: 24px;
  margin: 5px 0;
}
.sch-in table.tweak tr td ul li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.sch-in table.tweak tr:first-of-type {
  padding: 0 0 15px;
  border-bottom: 1px solid #EFDABF;
}

.sch-tabs {
  margin: 30px auto 0;
  max-width: 700px;
}
.sch-tabs ul li {
  cursor: pointer;
  display: block;
  padding: 10px 30px 10px 10px;
  position: relative;
  line-height: 22px;
  border: 1px solid #3b3127;
  margin: 10px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sch-tabs ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 1px solid #3b3127;
  border-right: 1px solid #3b3127;
  -moz-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.sch-tabs ul li.selected,
.sch-tabs ul li:hover {
  color: #fff;
  background-color: #aa262c;
  border: 1px solid #aa262c;
}
.sch-tabs ul li.selected:before,
.sch-tabs ul li:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.sch-wrap .sch-elem {
  display: none;
}
.sch-wrap .sch-elem.show {
  display: block;
}
.indent_1 {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}

/* */
.plan-phone-notice
{	text-align: center;
	font-size: 0.95em;
}
.plan-phone-notice:not(:first-child)
{	margin-top: 30px;
}
.plan-phone-notice:not(:last-child)
{	margin-bottom: 30px;
}
.plan-phone-notice &gt; strong
{	color: #D19F59;
	font-size: 1.85em;
	line-height: 1.2em;
	font-weight: bold;
	display: block;
}

@media screen and (min-width: 500px) {
  .rec-opt .rec-dtl {
    font-size: 12px;
    line-height: 21px;
    padding-left: 15px;
  }
  .rec-opt .rec-dtl p b {
    display: block;
  }
  .rec-opt .rec-dtl h4 {
    font-size: 21px;
    margin: 8px 0;
  }
  .rec-opt .rec-dtl .price strong {
    font-size: 24px;
  }
}
@media screen and (min-width: 600px) {
  #thePrice {
    letter-spacing: 1px;
  }
  #thePrice strong {
    font-size: 32px;
  }
  #changePrice {
    letter-spacing: 1px;
  }
  #changePrice strong {
    font-size: 28px;
  }

  .sec-in {
    padding: 15px;
  }
  .sec-in .sub-sec h4 {
    font-size: 16px;
  }

  .page-inq {
    margin: 5% 0;
    line-height: 28px;
  }
  .page-inq div {
    margin: 0 0 10px;
  }
  .page-inq div b {
    font-size: 16px;
  }
  .page-inq strong {
    font-size: 24px;
  }
  .page-inq strong span {
    font-size: 30px;
  }

  .btns {
    margin: 5% 0;
  }
  .btns a {
    line-height: 28px;
  }
  .btns a small {
    font-size: 16px;
  }
  .btns a span strong {
    font-size: 26px;
  }

  .icons {
    margin: 2% 0 1%;
  }
  .icons ul li {
    width: 85px;
    margin: 15px;
  }
  .icons ul li:after {
    content: '＋';
    display: block;
    color: #d19f59;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: -27px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .dls dl {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 47%;
    margin: 1% 1.5%;
  }
  .dls dl dt {
    font-size: 18px;
    padding: 5px 10px;
  }

  .rec-opt {
    padding: 15px 10px;
  }
  .rec-opt .rec-dtl {
    font-size: 16px;
    line-height: 26px;
    font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif;
  }
  
  html[lang=en] .rec-opt .rec-dtl {
	font-family: Times, "Times New Roman", "Courier", "Palantino", serif;
  }
  
  .rec-opt .rec-dtl h4 {
    font-size: 28px;
    margin: 10px 0;
  }
  .rec-opt .rec-dtl .price strong {
    font-size: 28px;
  }

  .opt-in h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0;
    padding: 0 0 10px;
  }
  .opt-in ul li {
    padding: 15px 10px;
  }

  .detail-sub {
    padding: 20px 10px;
  }

  .sch-in {
    padding: 0;
  }
  .sch-in table {
    font-size: 14px;
    line-height: 24px;
  }
  .sch-in table tr th {
    background-color: #F6F3EE;
    padding: 15px;
  }
  .sch-in table tr th strong {
    font-size: 16px;
  }
  .sch-in table tr td {
    padding: 15px 0 15px 15px;
  }
  .sch-in table tr td b {
    font-size: 16px;
    margin: 0 0 3px;
  }
  .sch-in table tr td.down {
    padding: 15px 0 15px 15px;
  }
  .sch-in .btns {
    margin: 5% 0 0;
  }
  .sch-in table.thatDay tr th {
    padding: 15px;
  }
  .sch-in table.tweak tr,
  .sch-in table.tweak tr:first-of-type {
    padding: 0;
  }

  .sch-tabs ul li {
    text-align: center;
    font-size: 15px;
    font-family: "Noto Sans Japanese", serif;
    font-weight: 600;
  }
  
	.plan-phone-notice
	{	font-size: 1em;
	}
	.plan-phone-notice &gt; strong
	{	font-size: 2.35em;
	}
}
@media screen and (min-width: 700px) {
  .opt-in ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 50%;
  }
  .opt-in ul li:first-of-type,
  .opt-in ul li:nth-of-type(2) {
        border: 0;
  }
}
@media screen and (min-width: 800px) {
  .ex-slide img.stamp {
    top: -15px;
    left: -15px;
  }

  #thePrice strong {
    font-size: 36px;
  }

  .plan-cate {
    margin: -20px 0 25px;
  }

  .plan-campaign {
    margin: 40px 0;
  }
  .plan-campaign img {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
  }
  .plan-campaign dl{
    width: 80%;
    max-width: 500px;
  }
  .plan-campaign dl dt{
    font-size: 16px;
  }
  .plan-campaign dl dd{
    font-size: 13px;
    line-height: 1.6em;
  }

  .sec-in {
    padding: 20px;
  }
  .sec-in .sub-sec h4 {
    font-size: 18px;
    background: url(../../assets/img/plan-common/ico_camera.png) no-repeat left 3px;
    -moz-background-size: 25px auto;
    -o-background-size: 25px auto;
    -webkit-background-size: 25px auto;
    background-size: 25px auto;
    padding-left: 30px;
  }

  ul.ppup li {
    width: 23%;
  }
  ul.ppup li:nth-child(n + 7):not(:nth-child(n + 13)){
    display: inline-block;
  }
  ul.ppup.low01 li:nth-child(n + 4):not(:nth-child(n + 13)){
    display: inline-block;
  }

  .tabs ul li {
    padding: 8px;
  }

  .dls dl {
    width: 30.3%;
  }

  .rec-opt {
    padding: 15px;
  }
  .rec-opt img {
    width: 34%;
  }
  .rec-opt .rec-dtl {
    width: 66%;
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
  }
  .rec-opt .rec-dtl h4 {
    font-size: 34px;
  }
  .rec-opt .rec-dtl .price strong {
    font-size: 34px;
  }

  .opt-in ul li {
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .opt-in ul li div {
    font-size: 13px;
    line-height: 24px;
  }
  .opt-in ul li div strong {
    font-size: 16px;
  }
  .opt-in ul li div strong:before {
    top: 7px;
  }
  .opt-in ul li div strong:after {
    top: 10px;
  }

  .detail-sub {
    padding: 20px;
  }
  .detail-sub h6 small {
    font-family: "Open Sans", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-left: 4em;
  }
  html[lang=en] .detail-sub h6 small 
  {	margin-left: 0.5em;
  }

  .sch-in table tr th,
  .sch-in table tr td {
    border-bottom: 1px solid #EFDABF;
  }
  .sch-in table tr th {
    width: 230px;
    padding: 20px;
  }
  .sch-in table tr th img {
    max-width: 160px;
  }
  .sch-in table tr td {
    width: auto;
    padding: 20px 0 20px 20px;
  }
  .sch-in table tr td .split {
    padding: 15px 0;
  }
  .sch-in table tr td .split:first-child {
    padding: 0 0 15px;
  }
  .sch-in table tr td.down {
    padding: 20px 0 20px 20px;
  }
  .sch-in .btns {
    text-align: right;
    margin: 10px 0 0;
  }
  .sch-in .btns a {
    text-align: center;
  }
  .sch-in table.thatDay tr th {
    padding: 20px;
    position: relative;
  }
  .sch-in table.thatDay tr th em {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .sch-in table.thatDay tr td {
    padding: 20px 0 20px 20px;
  }
    .tabs.v1 ul li {
        font-size: 15px;
        line-height: inherit;
        padding: 8px;
    }
    .tabs.v1 li small {
        font-size: 15px;
    }
    .tabs.v1 li.v1 {
        padding: 8px;
    }
	
	.plan-phone-notice
	{	font-size: 1.05em;
	}
	.plan-phone-notice &gt; strong
	{	font-size: 2.5em;
	}
}

/* =================================================== */
@media screen and (min-width: 1040px) {
	.ex-slide img.stamp 
	{	top: -20px;
		left: -20px;
	}

	.rec-opt {
		padding: 20px;
	}
	.rec-opt .rec-dtl {
		font-size: 24px;
		line-height: 36px;
		padding-left: 20px;
	}
	.rec-opt .rec-dtl h4 {
		font-size: 40px;
	}

	html[lang=en] .rec-opt .rec-dtl 
	{	font-size: 22px;
		line-height: 1.4em;
	}
	html[lang=en] .rec-opt .rec-dtl h4
	{	font-size: 36px;
		line-height: 1.2em;
	}

	.rec-opt .rec-dtl .price strong {
		font-size: 40px;
	}

	.opt-in ul li {
		padding: 20px;
	}

	.sch-in table tr th {
		width: 260px;
	}
	.sch-in table tr th img,
	.sch-in table.thatDay tr th img {
		max-width: 180px;
	}
	.sch-in table tr th em,
	.sch-in table.thatDay tr th em {
		font-size: 18px;
	}

	.page-inq div b {
		font-size: 18px;
	}
	.page-inq strong {
		font-size: 28px;
	}
	.page-inq strong span {
		font-size: 38px;
		line-height: 40px;
	}

	.plan-phone-notice &gt; strong
	{	font-size: 2.75em;
	}
}

/* =================================================== */
#colorbox,
#cboxWrapper 
{	overflow: visible !important;
}
</pre></body></html>