@charset "Shift_JIS";

/* ============= font ================= */
body {
	background: #fff;
}

/* ============= font ================= */
@font-face {
	font-family: 'jtb-dom';
	font-weight: normal;
	font-style: normal;
	src: url("/_fonts/jtb-dom.ttf") format("truetype"), url("/fonts/jtb-dom.woff") format("woff"), url("/fonts/jtb-dom.svg#jtb-dom") format("svg");
}
*{
	box-sizing: border-box;
}

/* ============= link ================= */
a{
	transition: opacity 0.3s;
}
a:hover {
	opacity: 0.7;
	text-decoration: none !important;
}

/* ============= contents_area ================= */
#contents_area{
	margin-top: 25px;
	font-size: 1.5rem;
}

h2 { 
	font-weight: bold;
	font-size: 2.8rem;
}

/* ============= mainvis ================= */
.mainvis h1 {
    font-weight: bold;
    border: solid 1px #dadada;
    background: url(/myjtb/images/logo_card.gif) no-repeat 900px 10px;
    min-width: 960px;
    max-width: 1120px;
    font-size: 3.2rem;
}
.mainvis h1 span {
    display: block;
    padding: 10px;
    line-height: 35px;
    border-left: solid 6px #c81528;
}
.mainvis-box {
    background: #f5f5f5;
    padding: 15px;
    margin: 10px 0;
}
.mainvis-txt{
	margin: 20px 0;
	font-size: 1.6rem;
	line-height: 1.5;
}
.memberbtn-box {
    display: flex;
    margin: 10px auto;
}
.memberbtn-box p {
    margin-left: 8px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 1.6rem;
    border-radius: 20px;
}
.memberbtn-box a {
    color: #fff !important;
}
.member-newbtn {
    background: linear-gradient(135deg, #c81528, #f56e7c);
    color: #fff;
}
.member-loginbtn {
    background: linear-gradient(135deg, #246e36, #a6ba11);
    color: #fff;
}

/* ============= contents_area カセット ================= */
.contents_area-box {
    padding: 10px;
}

.contents_area-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background: #f5f5f5;
    margin-top: 5px;
    padding-bottom: 20px;
    padding-top: 12px;

}

.contents_area-list {
    margin: 20px 0 0 20px;
    width: calc((100% - 80px) / 3);
    padding-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
}
.contents-img {
    margin-top: 10px;
    text-align: center;
}
.contents-txt {
    margin: 10px 15px 0;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: normal;
    height: 7rem;
}
.contents-btn {
    display: flex;
    align-items: stretch;
    margin: 10px 15px 0 10px;
    height: 6rem;
}
.contents-btn a {
    position: relative;
    display: block;
    padding: 13px 10px 13px 5px;
    color: #fff !important;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.2 !important;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contents-btn a {
    border-bottom: solid 3px #641215;
    background: #b00f15 !important;
}
.contents-btn a:after {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'jtb-dom' !important;
    text-decoration: none;
    content: "\e905";
    speak: none;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ============= campaign ================= */
.campaign-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background: #f5f5f5;
    margin-top: 5px;
    padding-bottom: 20px;
    padding-top: 12px;
}

.campaign-box {
    background: #fff;
    width: 600px;
    margin: 20px 0 0 20px;
    padding: 20px;
    text-align: center;
    display: block;
    position: relative;
    background-image: linear-gradient(-45deg, transparent 0 10px, #FFD700 10px 20px, transparent 20px calc(100% - 20px), #FFD700 calc(100% - 20px) calc(100% - 10px), transparent calc(100% - 10px));
    border: 1px solid #333;
    border-radius: 5px;
}
.catch-title {
    font-size: 2.4rem;
    color: #333;
    font-weight: 600;
}
.catch-title span {
    font-size: 1.6rem;
    color: #333;
}
.campaign-btn {
    color: #fff !important;
    font-weight: 700;
    font-size: 1.6rem;
    background: #b00f15;
    border-radius: 25px;
    width: 250px;
    padding: 3px 15px;
    margin: 10px auto 5px;
    display: flex;
    position: relative;
}
.campaign-btn:after {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'jtb-dom' !important;
    text-decoration: none;
    content: "\e905";
    speak: none;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* ============= スマホ ================= */

@media screen and (max-width: 768px) {

/* contents_area */
    #contents_area {
      min-width: 0;
      max-width: unset;
    }
    h2 {
      font-size: 2.0rem;
    }
/* mainvis */
    .mainvis h1 {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      background: none;
      font-size: 2.4rem;
    }
/* contents_area カセット */
    .contents_area-list {
      margin: 10px 0 0 10px;
      width: calc((100% - 30px) / 2);
    }
    .contents-txt {
      margin: 5px 10px 0;
      height: 15rem;
    }
    .contents-btn {
      margin: 5px 10px 0 10px;
      align-items: center;
    }
    .contents-btn a {
      padding: 5px 30px 5px 5px;
      font-size: 1.3rem;
      height: 7rem;
    }
    .contents-img img{
      width: 95%;
    }
/* member_information */
    #member_information .contents-txt {
      height: 7rem;
    }
    #member_information .contents-btn a {
      height: 5rem;
    }
/* campaign */
   #campaign .campaign-box {
      margin: 20px 10px;
    }
}