@charset "UTF-8";
/* princesscruises.css */
/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }

  #header1 {
    position: relative;
    background-color: #00558e;
  }
  #header1 > img {
    display: block;
  }
  #header1 #header1_txt {
    background-color: #fff;
    width: 94%;
    padding: 15px 3%;
    text-align: center;
  }
  #header1 #header1_txt img {
    display: inline-block;
  }
  #header1 #title1 img {
    width: 16%;
    margin-bottom: 10px;
  }
  #header1 #title2 img {
    width: 73.8%;
    margin-bottom: 10px;
  }
  #header1 #title3 img {
    width: 100%;
    margin-bottom: 10px;
  }
  #header1 #title4 img {
    width: 87.03%;
    margin-bottom: 10px;
  }

  #header2 {
    background-color: #00558e;
    padding-bottom: 10px;
  }

  #header2_txt {
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  #header2_txt h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 6%;
  }

  #header2_txt p {
    font-size: 13px;
    line-height: 1.4em;
    margin-top: 10px;
    padding-left: 6%;
  }

  article h2 {
    background-color: #3a5899;
    margin-top: 50px;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }

  article h2 span {
    display: block;
    font-size: 14px;
    margin-bottom: 0.3em;
  }

  article#point h3 {
    background-color: #a2daf5;
    border: #3a5899 1px solid;
    margin-top: 5px;
    text-align: left;
    font-size: 16px;
    padding: 8px;
    font-weight: bold;
    color: #3a5899;
    margin-bottom: 15px;
    margin-top: 60px;
    position: relative;
    padding-left: 70px;
  }

  article#point h3:after {
    width: 55px;
    height: 55px;
    position: absolute;
    top: -13px;
    left: 10px;
    content: "";
    background-size: 55px 55px;
  }

  article#point h3#point1:after {
    background-image: url(/princesscruises2019/images/charm1.png);
  }

  article#point h3#point2:after {
    background-image: url(/princesscruises2019/images/charm2.png);
  }

  article#point h3#point3:after {
    background-image: url(/princesscruises2019/images/charm3.png);
  }

  article#point h3#point4:after {
    background-image: url(/princesscruises2019/images/charm4.png);
  }

  article#point h3#point5:after {
    background-image: url(/princesscruises2019/images/charm5.png);
  }

  article#point h3#point6:after {
    background-image: url(/princesscruises2019/images/charm6.png);
  }

  article article p {
    font-size: 13px;
    color: #333;
    line-height: 1.6em;
    margin-bottom: 1.6em;
  }

  .clm1_ctn p {
    font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 1.8em;
  }

  .clm2_left {
    margin-bottom: 1.8em;
  }

  .clm2_left p {
    font-size: 13px;
    line-height: 1.8em;
  }

  .clm2_right {
    line-height: 1.8em;
  }

  .clm2_right img {
    width: 100%;
    height: auto;
  }

  .clm2_right p {
    text-align: center;
    font-size: 13px;
    color: #666;
  }

  #point2_strong {
    background-color: #a2daf5;
    padding: 8px;
    text-align: center;
  }
  #point2_strong p {
    margin-bottom: 0 !important;
    font-weight: bold;
  }
  #point2_strong p span {
    font-size: 16px;
  }

  #anser_voice p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.8em;
  }

  #button_ctn {
    border: #3a5899 1px solid;
    padding: 10px;
    margin: 20px auto;
    width: 90%;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }

  #button_ctn h4 {
    font-size: 14px;
    color: #3a5899;
    margin: 5px;
  }

  .button {
    text-align: center;
  }

  .button a {
    display: inline-block;
    border: 1px solid #d4d698;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    box-shadow: 2px 2px 2px 2px #aaa;
    background: #065fac;
    /* Old browsers */
    background: -moz-linear-gradient(top, #065fac 0%, #162f8b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #065fac 0%, #162f8b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #065fac 0%, #162f8b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }

  #button_list li {
    margin-bottom: 20px;
  }

  #princess_plus_ctn {
    width: 95%;
    margin: 0 auto;
  }

  #medallion_ctn {
    width: 95%;
    margin: 0 auto;
  }

  #covid19_announce {
    margin: 20px 5%;
    border: #3a5899 1px solid;
    padding: 20px;
    font-size: 13px;
    line-height: 1.6;
  }

  #contact_ctn {
    margin: 20px 5% 20px 5%;
    border: #3a5899 1px solid;
    background-color: #f3f6fb;
    font-size: 13px;
    line-height: 1.6;
    padding: 20px;
  }
  #contact_ctn h5 {
    font-size: 16px;
    font-weight: bold;
    background-color: #3a5899;
    color: #fff;
    padding: 3px 8px;
    text-align: center;
    margin-bottom: 0.5em;
  }
  #contact_ctn p {
    text-align: center;
    margin-bottom: 1.6em;
  }

  #pamphlet_6course {
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: center;
  }
  #pamphlet_6course a {
    display: inline-block;
    background-color: #3a5899;
    border: 1px solid #3a5899;
    color: #fff;
    display: inline-block;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 12px;
    width: 90%;
  }
  #pamphlet_6course a:hover {
    border: 1px solid #ecf000;
    color: #ecf000;
    transition: 0.3s;
  }

  #campaign h3 {
    background-color: #fbfbe1;
    margin: 50px 0 20px 0;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 10px 75px;
    color: #3a5899;
    position: relative;
    border-top: #d4d698 1px solid;
    border-bottom: #d4d698 1px solid;
  }
  #campaign h3 span {
    font-size: 12px;
  }
  #campaign h3 span.heiyou {
    background-color: #f00;
    display: inline-block;
    padding: 6px;
    border-radius: 6px;
    color: #fff;
  }

  #campaign h3:before {
    position: absolute;
    top: 0px;
    left: 10px;
    display: block;
    content: "";
    width: 65px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #campaign h3.otoku2 {
    padding-left: 140px;
  }
  #campaign h3.otoku2:before {
    position: absolute;
    top: 0px;
    left: 10px;
    display: block;
    content: "";
    width: 131px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .fukidashi_parent {
    display: inline-block;
    position: relative;
  }

  .fukidashi {
    position: absolute;
    display: inline-block;
    right: -20px;
    top: -3.5em;
    background-color: #e9ab1a;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 5px;
  }
  .fukidashi:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 5px;
    margin-left: 0;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 20px 0 0;
    border-color: #e9ab1a transparent transparent transparent;
  }

  #campaign h3.otoku1:before {
    background-image: url(../images/icon_hayawari.png);
  }

  #campaign h3.otoku2:before {
    background-image: url(../images/icon_s_hayawari.png);
  }

  #campaign h3.otoku2:before:before {
    background-image: url(../images/icon_s_hayawari2.png);
  }

  .hayawari1 {
    color: #f00;
  }
  .hayawari1:before {
    background-image: url(/princesscruises2019/images/icon_s_hayawari1.png);
    height: 20px;
    width: 34px;
    display: inline-block;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1;
    margin-right: 5px;
  }

  .hayawari2 {
    color: #f00;
  }
  .hayawari2:before {
    background-image: url(/princesscruises2019/images/icon_s_hayawari2.png);
    height: 20px;
    width: 34px;
    display: inline-block;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1;
    margin-right: 5px;
  }

  .s_hayawari1 {
    background-image: url(/princesscruises2019/images/icon_s_hayawari1_bg.jpg);
    background-size: 73px 45px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 80px !important;
    margin-bottom: 10px;
  }

  .s_hayawari2 {
    background-image: url(/princesscruises2019/images/icon_s_hayawari2_bg.jpg);
    background-size: 73px 45px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 80px !important;
    margin-bottom: 10px;
  }

  #konnnani_otoku {
    margin: 20px auto;
    width: 60%;
    border: 1px solid #e9ab1a;
    border-radius: 10px;
  }
  #konnnani_otoku h4 {
    background-color: #e9ab1a;
    padding: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  #konnnani_otoku p {
    padding: 8px;
    font-size: 12px;
    text-align: center;
    line-height: 1.6em;
  }
  #konnnani_otoku p span {
    color: #e9ab1a;
    font-weight: bold;
  }

  .about {
    margin-top: 30px;
  }
  .about h4 {
    color: #e9ab1a;
    font-size: 14px;
    border-bottom: 1px solid #e9ab1a;
    padding-bottom: 3px;
  }
  .about p {
    font-size: 12px;
    text-align: left;
  }

  #campaign h3.otoku3:before {
    background-image: url(../images/icon_muryou.png);
  }

  #campaign h3.otoku4:before {
    background-image: url(../images/icon_ccwari.png);
  }

  .campaign_t1 {
    width: 95%;
    margin: 20px auto;
    border: 3px solid #e8b717;
    border-radius: 10px;
  }

  #campaign h3:after {
    position: absolute;
    top: 5px;
    right: 10px;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background-size: contain;
  }

  h3.otoku45 {
    background-color: transparent !important;
    color: #3b5899 !important;
    font-size: 12px !important;
    margin: 15px !important;
    padding: 10px 10px 10px 70px !important;
  }

  h3.otoku45:before {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    display: block;
    content: "";
    width: 60px !important;
    height: 60px !important;
    background-image: url(../images/chumoku.png);
    background-size: 60px 60px !important;
  }

  h3.otoku45 span.heiyou {
    color: #fff;
    background-color: #f00;
    display: inline-block;
    padding: 6px;
    border-radius: 6px;
  }

  .otoku45_h2 {
    font-size: 12px !important;
    margin-top: 0;
  }

  #theme_cruise p {
    font-size: 12px;
    margin-bottom: 1em;
    line-height: 1.8em;
  }
  #theme_cruise h3 {
    background-color: #3b5899;
    margin: 30px 0 15px 0;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 10px 75px;
    position: relative;
    color: #fff;
  }
  #theme_cruise h3:before {
    position: absolute;
    top: -20px;
    left: 0;
    display: block;
    content: "";
    width: 65px;
    height: 75px;
    background-size: cover;
  }
  #theme_cruise h3.theme1:before {
    background-image: url(../images/theme1.png);
  }
  #theme_cruise h3.theme2:before {
    background-image: url(../images/theme2.png);
  }
  #theme_cruise h3.theme3:before {
    background-image: url(../images/theme3.png);
  }
  #theme_cruise h4 {
    font-size: 13px;
    font-weight: bold;
    color: #3b5899;
    margin-bottom: 0.3em;
  }

  .photo3 {
    margin-top: 20px;
  }

  .photo4 {
    margin-top: 20px;
  }

  .attention_table {
    width: 95%;
    margin: 0 auto;
  }
  .attention_table th {
    border: 1px solid #0063aa;
    background-color: #d3e6f8;
    padding: 6px;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: bold;
  }
  .attention_table td {
    border: 1px solid #0063aa;
    padding: 6px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
  }
  .attention_table td span {
    color: #0063aa;
  }

  .target_table {
    width: 95%;
    margin: 0 auto;
  }
  .target_table th {
    border: 1px solid #0063aa;
    background-color: #d3e6f8;
    padding: 6px;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: bold;
  }
  .target_table td {
    border: 1px solid #0063aa;
    padding: 6px;
    font-size: 12px;
    line-height: 1.4;
  }
  .target_table td span {
    color: #0063aa;
  }

  .otoku_sp {
    background-color: #3b5899;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    line-height: 1.6;
  }
  .otoku_sp span {
    color: #fff;
    font-weight: bold;
  }

  #whats_cc {
    width: 90%;
    margin: 20px auto;
    border: 1px solid #3a5899;
    padding: 10px;
  }
  #whats_cc h4 {
    font-size: 116%;
    font-weight: bold;
    background-color: #3a5899;
    color: #fff;
    margin-left: -10px;
    padding: 10px;
    margin-bottom: 10px;
  }
  #whats_cc #whats_cc_1 p {
    font-size: 108%;
    line-height: 1.6;
    margin-bottom: 1.4em;
  }
  #whats_cc #whats_cc_2 h5 {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
  #whats_cc #whats_cc_2 h5:first-child {
    margin-top: 0;
  }
  #whats_cc #whats_cc_2 ul {
    padding: 5px 10px;
  }
  #whats_cc #whats_cc_2 ul li {
    list-style: disc outside;
    margin-left: 1.6em;
  }
  #whats_cc #whats_cc_3 {
    position: relative;
  }
  #whats_cc #whats_cc_3 img {
    width: 100%;
  }

  .text_in_img img {
    margin-bottom: 5px;
  }

  .attention {
    border: 1px solid #0063aa;
    color: #0063aa;
    padding: 5px;
    font-size: 12px;
  }

  .attention_list {
    margin: 0 2.5%;
    margin-bottom: 1.6em;
    font-size: 10px;
  }

  .attention_list li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6em;
  }

  .attention_list li:before {
    content: "※";
  }

  .discount_table {
    width: 95%;
    margin: 0 auto;
  }

  .discount_table thead th {
    background-color: #d2e9f7;
    border: 1px solid #999;
    padding: 5px;
    font-size: 12px;
    text-align: center;
  }

  .discount_table tbody th {
    border: 1px solid #999;
    padding: 5px;
    font-size: 12px;
  }

  .discount_table td {
    border: 1px solid #999;
    padding: 5px;
    font-size: 12px;
  }

  .discount_table td.price {
    text-align: right;
    color: #f00;
  }

  p.table_attention {
    text-align: left !important;
    color: #f00;
  }

  #captens_circle_ctn:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  #captens_circle_ctn img {
    float: left;
    margin-right: 2em;
  }

  .example {
    background-color: #fffff2;
    border: #d4d698 1px solid;
    padding: 5px;
    font-size: 12px;
  }

  #diamond_princess .button {
    margin-top: 30px;
  }

  .schedule_table {
    width: 95%;
    font-size: 12px;
    line-height: 1.6em;
    margin: 10px auto;
  }

  .schedule_table thead th {
    border: 1px solid #999;
    padding: 3px;
    background-color: #0070af;
    text-align: center;
    color: #fff;
  }

  .schedule_table tbody th {
    border: 1px solid #aaa;
    background-color: #eeeeee;
    font-weight: bold;
    vertical-align: top;
    padding: 5px;
    font-size: 12px;
    line-height: 1.8em;
  }
  .schedule_table tbody th:nth-child(1) {
    padding: 0;
    border-bottom: none !important;
  }
  .schedule_table tbody th:nth-child(1) img {
    display: block;
  }
  .schedule_table tbody th:nth-child(2) {
    border-top: none !important;
  }

  .schedule_table tbody th span {
    font-size: 80%;
    font-weight: normal;
  }

  .schedule_table td {
    line-height: 1.6em;
    border: 1px solid #999;
    padding: 5px;
  }

  .schedule_table td.code {
    text-align: center;
  }

  .schedule_table td.harbor {
    white-space: nowrap;
  }

  .schedule_table td.point img {
    width: 20%;
    height: auto;
  }

  .schedule_table td.date br {
    display: none;
  }

  .schedule_table td.harbor br {
    display: none;
  }

  .schedule_table th,
.schedule_table td {
    text-align: center;
    display: block;
    border-top: none;
  }

  table.common_table_type1 tr:first-child th {
    border-top: 1px solid #aaa;
  }

  .bg_red {
    background-color: #f00;
    color: #fff;
    padding: 5px;
  }

  #otoku2_attenthon {
    font-size: 13px;
    font-weight: bold;
    margin-top: 1.8em;
  }
  #otoku2_attenthon span {
    color: #f00;
  }

  #captain_mark {
    width: 47px;
    float: left;
    margin: 0 15px 15px 0;
  }

  #campaign_more {
    margin-top: 50px;
    text-align: center;
  }
  #campaign_more p {
    font-size: 12px;
    font-weight: bold;
  }
  #campaign_more p span {
    background-color: #f00;
    padding: 6px;
    color: #fff;
  }
  #campaign_more img {
    margin-top: 20px;
    width: 20%;
  }

  .theme_icon {
    width: 100%;
    margin-top: 5px;
  }

  /* common class / */
  .sp_none {
    display: none !important;
  }

  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }

  /* / common class */
}
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }

  #header1 {
    position: relative;
    background-color: #00558e;
  }
  #header1 img {
    display: block;
  }
  #header1 #header1_txt {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 44.25%;
    height: 83.3%;
  }
  #header1 #title1 {
    position: absolute;
    width: 21.5%;
    top: 0;
    left: 0;
  }
  #header1 #title2 {
    position: absolute;
    width: 100%;
    top: 5%;
    left: 0%;
  }
  #header1 #title3 {
    position: absolute;
    width: 100%;
    top: 22%;
    left: 0%;
  }
  #header1 #title4 {
    position: absolute;
    width: 100%;
    top: 42%;
    left: 0%;
  }

  #header2 {
    background-color: #00558e;
  }

  #header2:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  #mainimage2 {
    float: right;
    width: 53%;
    height: auto;
  }

  #header2_txt {
    padding: 3%;
    float: left;
    width: 47%;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    box-sizing: border-box;
  }

  #header2_txt h2 {
    font-size: calc(150% + 4 * (100vw - 600px) / 400);
    font-weight: bold;
    margin-top: 20px;
    padding-left: 6%;
  }

  #header2_txt p {
    font-size: calc(90% + 4 * (100vw - 600px) / 400);
    line-height: 1.4em;
    margin-top: 10px;
    padding-left: 6%;
  }

  article h2 {
    background-color: #3a5899;
    margin-top: 50px;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 246.15%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }

  article h2 span {
    display: block;
    font-size: 75%;
    margin-bottom: 0.3em;
  }

  #contents > article {
    padding: 0 0 20px 0;
  }

  article#point h3 {
    background-color: #a2daf5;
    border: #3a5899 1px solid;
    margin-top: 5px;
    text-align: left;
    font-size: 182%;
    padding: 8px;
    font-weight: bold;
    color: #3a5899;
    margin-bottom: 30px;
    margin-top: 60px;
    position: relative;
    padding-left: 130px;
  }

  article#point h3:after {
    width: 110px;
    height: 110px;
    position: absolute;
    top: -35px;
    left: 10px;
    content: "";
  }

  article#point h3#point1:after {
    background-image: url(/princesscruises2019/images/charm1.png);
  }

  article#point h3#point2:after {
    background-image: url(/princesscruises2019/images/charm2.png);
  }

  article#point h3#point3:after {
    background-image: url(/princesscruises2019/images/charm3.png);
  }

  article#point h3#point4:after {
    background-image: url(/princesscruises2019/images/charm4.png);
  }

  article#point h3#point5:after {
    background-image: url(/princesscruises2019/images/charm5.png);
  }

  article#point h3#point6:after {
    background-image: url(/princesscruises2019/images/charm6.png);
  }

  article article p {
    font-size: 130%;
    color: #333;
    line-height: 1.6em;
    margin-bottom: 1.6em;
  }

  .clm1_ctn {
    width: 94%;
    margin: 0 auto;
    padding: 0 3%;
  }

  .clm1_ctn p {
    font-size: 123.1%;
    line-height: 1.8em;
    margin-bottom: 1.8em;
  }

  .clm2_ctn:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .clm2_ctn {
    width: 94%;
    margin: 0 auto;
    padding: 0 3%;
  }

  h2 + .clm2_ctn {
    margin-top: 30px;
  }

  .clm2_left {
    float: left;
    width: 58%;
  }

  .clm2_left p {
    font-size: 123.1%;
    line-height: 1.8em;
  }

  .clm2_right {
    float: right;
    width: 40%;
    line-height: 1.8em;
  }

  .clm2_right img {
    width: 100%;
    height: auto;
  }

  .clm2_right p {
    text-align: center;
    font-size: 123.1%;
    color: #666;
  }

  #point2_strong {
    background-color: #a2daf5;
    padding: 8px;
    text-align: center;
  }
  #point2_strong p {
    margin-bottom: 0 !important;
    font-weight: bold;
  }
  #point2_strong p span {
    font-size: 200%;
  }

  #anser_voice p {
    font-size: 108%;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.8em;
  }

  #button_ctn {
    border: #3a5899 1px solid;
    padding: 10px;
    margin: 20px auto;
    width: 90%;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }

  #button_ctn h4 {
    font-size: 153.9%;
    color: #3a5899;
    margin: 5px;
  }

  .button {
    text-align: center;
  }

  .button a {
    display: inline-block;
    border: 1px solid #d4d698;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 120%;
    line-height: 1.6em;
    box-shadow: 2px 2px 2px 2px #aaa;
    background: #065fac;
    /* Old browsers */
    background: -moz-linear-gradient(top, #065fac 0%, #162f8b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #065fac 0%, #162f8b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #065fac 0%, #162f8b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }

  #button_list {
    display: flex;
    justify-content: center;
  }
  #button_list li {
    margin: 20px;
  }

  #princess_plus_ctn {
    width: 90%;
    margin: 0 auto;
  }

  #medallion_ctn {
    width: 90%;
    margin: 30px auto;
  }

  #covid19_announce {
    margin: 20px 5%;
    border: #3a5899 1px solid;
    padding: 20px;
    font-size: 123.1%;
    line-height: 1.6;
  }

  #contact_ctn {
    margin: 20px 5% 20px 5%;
    border: #3a5899 1px solid;
    background-color: #f3f6fb;
    font-size: 123.1%;
    line-height: 1.6;
    padding: 20px;
  }
  #contact_ctn h5 {
    font-size: 16px;
    font-weight: bold;
    background-color: #3a5899;
    color: #fff;
    padding: 3px 8px;
    text-align: center;
    margin-bottom: 0.5em;
  }
  #contact_ctn p {
    text-align: center;
    margin-bottom: 1.6em;
  }

  #pamphlet_6course {
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: center;
  }
  #pamphlet_6course a {
    display: inline-block;
    background-color: #3a5899;
    border: 1px solid #3a5899;
    color: #fff;
    display: inline-block;
    padding: 10px 50px;
    text-decoration: none;
    font-size: 123.1%;
  }
  #pamphlet_6course a:hover {
    border: 1px solid #ecf000;
    color: #ecf000;
    transition: 0.3s;
  }

  #campaign h3 {
    background-color: #3b5899;
    margin: 90px 0 40px 0;
    font-size: 174%;
    font-weight: bold;
    padding: 10px 0 10px 150px;
    position: relative;
    color: #fff;
  }
  #campaign h3 span.heiyou {
    background-color: #f00;
    display: inline-block;
    padding: 6px;
    border-radius: 6px;
  }

  .campaign_t1 {
    width: 95%;
    margin: 20px auto;
    border: 6px solid #e8b717;
    border-radius: 10px;
  }

  #campaign h3:before {
    position: absolute;
    top: -10px;
    left: 10px;
    display: block;
    content: "";
    width: 129px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .fukidashi_parent {
    display: inline-block;
    position: relative;
  }

  .fukidashi {
    position: absolute;
    display: inline-block;
    right: -20px;
    top: -2.5em;
    background-color: #e9ab1a;
    font-size: 80%;
    padding: 5px 8px;
    border-radius: 5px;
  }
  .fukidashi:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 5px;
    margin-left: 0;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 20px 0 0;
    border-color: #e9ab1a transparent transparent transparent;
  }

  #campaign h3.otoku1:before {
    background-image: url(../images/icon_hayawari.png);
  }

  #campaign h3.otoku2:before {
    background-image: url(../images/icon_s_hayawari2.png);
  }

  .hayawari1 {
    color: #f00;
  }
  .hayawari1:before {
    background-image: url(/princesscruises2019/images/icon_s_hayawari1.png);
    height: 20px;
    width: 34px;
    display: inline-block;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1;
    margin-right: 5px;
  }

  .hayawari2 {
    color: #f00;
  }
  .hayawari2:before {
    background-image: url(/princesscruises2019/images/icon_s_hayawari2.png);
    height: 20px;
    width: 34px;
    display: inline-block;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1;
    margin-right: 5px;
  }

  .s_hayawari1 {
    background-image: url(/princesscruises2019/images/icon_s_hayawari1_bg.jpg);
    background-size: 146px 90px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 150px !important;
    margin-bottom: 10px;
  }

  .s_hayawari2 {
    background-image: url(/princesscruises2019/images/icon_s_hayawari2_bg.jpg);
    background-size: 146px 90px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 150px !important;
    margin-bottom: 10px;
  }

  #konnnani_otoku {
    margin: 20px auto;
    width: 60%;
    border: 1px solid #e9ab1a;
    border-radius: 10px;
  }
  #konnnani_otoku h4 {
    background-color: #e9ab1a;
    padding: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 138.5%;
    text-align: center;
  }
  #konnnani_otoku p {
    padding: 8px;
    font-size: 123.1%;
    text-align: center;
    line-height: 1.6em;
  }
  #konnnani_otoku p span {
    color: #e9ab1a;
    font-weight: bold;
  }

  .about {
    margin-top: 30px;
  }
  .about h4 {
    color: #e9ab1a;
    font-size: 116%;
    border-bottom: 1px solid #e9ab1a;
    padding-bottom: 3px;
  }
  .about p {
    font-size: 100%;
    text-align: left;
  }

  #campaign h3.otoku3:before {
    background-image: url(../images/icon_muryou.png);
  }

  #campaign h3.otoku4:before {
    background-image: url(../images/icon_ccwari.png);
  }

  #campaign h3.otoku5:before {
    background-image: url(../images/otoku5.png);
  }

  #campaign h3.otoku6:before {
    background-image: url(../images/otoku6.png);
  }

  .arrow_ctn {
    margin-top: 30px;
    font-size: 130%;
    text-align: center;
    line-height: 1.4;
  }
  .arrow_ctn span {
    background-color: #f00;
    padding: 3px;
    color: #fff;
  }
  .arrow_ctn:after {
    margin-top: -10px;
    content: "";
    background-image: url(/princesscruises2021/images/arrow.png);
    width: 100%;
    height: 64px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }

  h3.otoku45 {
    background-color: transparent !important;
    color: #3b5899 !important;
    font-size: 153.9% !important;
    margin: 15px !important;
    padding: 10px 10px 10px 70px !important;
  }

  h3.otoku45:before {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    display: block;
    content: "";
    width: 60px !important;
    height: 60px !important;
    background-image: url(../images/chumoku.png);
    background-size: 60px 60px !important;
  }

  h3.otoku45 span.heiyou {
    color: #fff;
    background-color: #f00;
    display: inline-block;
    padding: 6px;
    border-radius: 6px;
  }

  .otoku1_1 h4 {
    color: #c527ad;
    background-color: #ffe6ff;
    font-weight: bold;
    font-size: 146.5%;
    padding: 8px;
  }
  .otoku1_1 p {
    font-size: 123.1%;
    padding: 8px;
  }

  .otoku1_2 h4 {
    color: #b18409;
    background-color: #fbffe6;
    font-weight: bold;
    font-size: 146.5%;
    padding: 8px;
  }
  .otoku1_2 p {
    font-size: 123.1%;
    padding: 8px 8px 0 8px;
    margin-bottom: 0;
  }
  .otoku1_2 .tyuuki {
    font-size: 12px;
    padding: 8px;
  }
  .otoku1_2 h5 {
    font-size: 123.1%;
    color: #2f2fb1;
    padding: 3px 8px;
    border-bottom: 1px dotted #2f2fb1;
    font-weight: bold;
  }

  .tyuuki {
    font-size: 12px;
  }

  .otoku1_2 + .attention_list {
    margin-top: 1.6em;
  }

  .otoku45_h2 {
    font-size: 28px !important;
    margin-top: 0;
  }

  #theme_cruise p {
    font-size: 108%;
    margin-bottom: 1em;
    line-height: 1.8em;
  }
  #theme_cruise h3 {
    background-color: #3b5899;
    margin: 30px 0 15px 0;
    font-size: 174%;
    font-weight: bold;
    padding: 10px 0 10px 75px;
    position: relative;
    color: #fff;
  }
  #theme_cruise h3:before {
    position: absolute;
    top: -20px;
    left: 0;
    display: block;
    content: "";
    width: 65px;
    height: 75px;
    background-size: cover;
  }
  #theme_cruise h3.theme1:before {
    background-image: url(../images/theme1.png);
  }
  #theme_cruise h3.theme2:before {
    background-image: url(../images/theme2.png);
  }
  #theme_cruise h3.theme3:before {
    background-image: url(../images/theme3.png);
  }
  #theme_cruise h4 {
    font-size: 138.5%;
    font-weight: bold;
    color: #3b5899;
    margin-bottom: 0.3em;
  }

  #otoku2-2 h4 {
    font-size: 138.5%;
    font-weight: bold;
    color: #fff;
    background-color: #4992d2;
    padding: 8px 3%;
  }
  #otoku2-2 p {
    padding: 8px 3%;
    font-size: 123.1%;
  }
  #otoku2-2 table {
    width: 94%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
    font-size: 123.1%;
    margin: 1em 3%;
  }
  #otoku2-2 table th {
    border: 1px solid #999;
    background-color: #f0f0f0;
    font-weight: normal;
    vertical-align: top;
    padding: 8px;
    line-height: 1.8em;
    white-space: nowrap;
  }
  #otoku2-2 table td {
    vertical-align: top;
    border: 1px solid #999;
    padding: 8px;
    line-height: 1.8em;
  }
  #otoku2-2 table td:nth-child(2) {
    white-space: nowrap;
  }
  #otoku2-2 table td p:last-child {
    margin-bottom: 0 !important;
  }
  #otoku2-2 .attention_list {
    padding: 8px 3%;
  }

  .attention_table th {
    border: 1px solid #0063aa;
    background-color: #d3e6f8;
    padding: 6px;
    font-size: 108% !important;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: bold;
  }
  .attention_table td {
    border: 1px solid #0063aa;
    padding: 6px;
    font-size: 108% !important;
    line-height: 1.4;
    font-weight: bold;
  }
  .attention_table td span {
    color: #0063aa;
  }

  .target_table th {
    border: 1px solid #0063aa;
    background-color: #d3e6f8;
    padding: 6px;
    font-size: 108% !important;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: bold;
  }
  .target_table td {
    border: 1px solid #0063aa;
    padding: 6px;
    font-size: 108% !important;
    line-height: 1.4;
  }
  .target_table td span {
    color: #0063aa;
  }

  .otoku_sp {
    background-color: #3b5899;
    color: #fff;
    font-size: 115%;
    text-align: center;
    padding: 10px;
    line-height: 1.6;
  }
  .otoku_sp span {
    color: #fff;
    font-weight: bold;
  }

  #whats_cc {
    width: 94%;
    margin: 0 auto;
    border: 1px solid #3a5899;
    padding: 10px;
  }
  #whats_cc h4 {
    font-size: 116%;
    font-weight: bold;
    background-color: #3a5899;
    color: #fff;
    margin-left: -10px;
    padding: 10px;
    margin-bottom: 10px;
  }
  #whats_cc #whats_cc_1 {
    width: 45%;
    float: left;
  }
  #whats_cc #whats_cc_1 p {
    font-size: 108%;
    line-height: 1.6;
    margin-bottom: 1.4em;
  }
  #whats_cc #whats_cc_2 {
    width: 50%;
    float: right;
  }
  #whats_cc #whats_cc_2 h5 {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
  #whats_cc #whats_cc_2 h5:first-child {
    margin-top: 0;
  }
  #whats_cc #whats_cc_2 ul {
    padding: 5px 10px;
  }
  #whats_cc #whats_cc_2 ul li {
    list-style: disc outside;
    margin-left: 1.6em;
  }
  #whats_cc #whats_cc_3 {
    width: 45%;
    position: relative;
    float: left;
  }
  #whats_cc #whats_cc_3 img {
    width: 100%;
  }

  .attention {
    border: 1px solid #0063aa;
    color: #0063aa;
    padding: 5px;
  }

  .photo3 {
    margin-top: 20px;
  }

  .photo3:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .photo3 li {
    width: 32%;
    float: left;
    margin-left: 2%;
  }

  .photo3 li:first-child {
    margin-left: 0;
  }

  .photo3 li img {
    width: 100%;
    height: auto;
  }

  .photo4 {
    margin-top: 20px;
  }

  .photo4:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .photo4 li {
    width: 24%;
    float: left;
    margin-left: 1%;
  }

  .photo4 li:first-child {
    margin-left: 0;
  }

  .photo4 li img {
    width: 100%;
    height: auto;
  }

  .text_in_img img {
    width: 80%;
    height: auto;
    margin-top: 20px;
  }

  .attention {
    border: 1px solid #0063aa;
    color: #0063aa;
    padding: 5px;
    font-size: 108% !important;
  }

  .attention_list {
    margin-bottom: 1.6em;
  }

  .attention_list li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6em;
  }

  .attention_list li:before {
    content: "※";
  }

  .discount_table {
    width: 100%;
  }

  .discount_table thead th {
    background-color: #d2e9f7;
    border: 1px solid #999;
    padding: 5px;
    font-size: 100%;
    text-align: center;
  }

  .discount_table tbody th {
    border: 1px solid #999;
    padding: 5px;
    font-size: 100%;
  }

  .discount_table td {
    border: 1px solid #999;
    padding: 5px;
    font-size: 100%;
  }

  .discount_table td.price {
    text-align: right;
    color: #f00;
  }

  p.table_attention {
    text-align: left !important;
    color: #f00;
  }

  #captens_circle_ctn:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  #captens_circle_ctn img {
    float: left;
    margin-right: 2em;
    width: 100px;
  }

  .example {
    background-color: #fffff2;
    border: #d4d698 1px solid;
    padding: 5px;
    font-size: 108%;
  }

  #diamond_princess .button {
    margin-top: 30px;
  }

  .schedule_table {
    width: 100%;
    font-size: 123.1%;
    line-height: 1.6em;
  }

  .schedule_table tr:nth-child(2n) {
    background-color: #fafafa;
  }

  .schedule_table thead th {
    border: 1px solid #999;
    padding: 3px;
    background-color: #0070af;
    text-align: center;
    color: #fff;
  }

  .schedule_table tbody th {
    border: 1px solid #999;
    padding: 5px;
    font-weight: bold;
  }
  .schedule_table tbody th:nth-child(1) {
    width: 25%;
  }
  .schedule_table tbody th:nth-child(2) {
    width: 35%;
  }

  .schedule_table tbody th span {
    font-size: 80%;
    font-weight: normal;
  }

  .schedule_table td {
    line-height: 1.6em;
    border: 1px solid #999;
    padding: 5px;
  }
  .schedule_table td:nth-child(3) {
    width: 15%;
  }

  .schedule_table td.date {
    white-space: nowrap;
  }

  .schedule_table td.price {
    text-align: right;
  }

  .schedule_table td.code {
    text-align: center;
  }

  .schedule_table td.harbor {
    white-space: nowrap;
    text-align: center;
  }

  .schedule_table td.point {
    width: 80px;
  }

  .schedule_table td.point img {
    width: 100%;
    height: auto;
  }

  .bg_red {
    background-color: #f00;
    color: #fff;
    padding: 5px;
  }

  #otoku2_attenthon {
    font-size: 13px;
    font-weight: bold;
    margin-top: 1.8em;
  }
  #otoku2_attenthon span {
    color: #f00;
  }

  #captain_mark {
    width: 94px;
    float: left;
    margin: 0 15px 15px 0;
  }

  #campaign_more {
    margin-top: 50px;
    text-align: center;
  }
  #campaign_more p {
    font-size: 116%;
    font-weight: bold;
  }
  #campaign_more p span {
    background-color: #f00;
    padding: 6px;
    color: #fff;
  }
  #campaign_more img {
    margin-top: 20px;
    width: 20%;
  }

  #schedule_comment {
    background-color: #3a5899;
    margin-top: 0px;
    padding: 0px 0 15px 0;
    color: #fff;
    text-align: center;
    font-size: 153.9%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }

  .theme_icon {
    width: 100%;
    margin-top: 5px;
  }

  .theme_beauty {
    background-image: url(/princesscruises2019/images/icon_beauty.png);
  }

  /* common class / */
  .pc_none {
    display: none !important;
  }

  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }

  /* / common class */
  /* / common class */
  /*-----------------------------------------------------
  Yahoo UI Library Font-size Adjustment
  Copyright (c) 2006, Yahoo! Inc. All rights reserved.
  http://developer.yahoo.com/yui/license.txt
  http://developer.yahoo.com/yui/fonts/

  10px = 77%     11px = 85%     12px = 93%     13px = 100%
  14px = 108%    15px = 116%    16px = c 17px = 131%
  18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
  22px = 167%    23px = 174%    24px = 182%    25px = 189%
  26px = 197%
  ------------------------------------------------------*/
}
/*--=== / PC ONLY min-width: 768px ===-- */

/*# sourceMappingURL=princesscruises.css.map */
