@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* main 共通  */
/******************************************************/


/******************************************************/
/* topMain  */
/******************************************************/
#topMain img {
    width: 100%;
    height: auto;
}

/******************************************************/
/*  awards  */
/******************************************************/
#awards {
  padding: 20px 0;  
  
}

#awards .awards_list_wrap .awards_list .swiper-slide {
  width: 64%;
}

#awards .awards_list_wrap .awards_list li img {
  width: 100%;
  height: auto;
}  


/******************************************************/
/* topics  */
/******************************************************/
#topics {
    background: #feefe4;
    padding: 30px 0 40px;
}
#topics h2 {
    color: #e8340c;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 18px;
}
#topics h2 span {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
}
#topics .topics_area {
    padding: 0 16px;
}
#topics .topics_news {
    background: #ffffff;
    text-align: left;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
#topics .topics_news ul {
    padding-bottom: 14px;
}
#topics .topics_news li {
    padding: 11px 16px;
    background: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px) repeat-x left bottom;
    background-size: 5px 1px;
    font-size: 2.6rem;
    line-height: 1.35;
    letter-spacing: normal;
    box-sizing: border-box;
}
#topics .topics_news li .date {
    color: #e8340c;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 3px;
}
#topics .topics_news li a {
    color: #000000;
    text-decoration: none;
    display: block;
}
#topics .topics_news .btn {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.1;
    display: block;
    margin: 0 16px;
}
#topics .topics_news .btn a {
    background: #e8340c;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
}
#topics .topics_news .btn a span {
    background: url(../images/arrow_right.svg) no-repeat 15px center;
    background-size: 11px 15px;
    color: #ffffff;
    padding: 14px 15px 14px 46px;
    text-decoration: none;
    display: inline-block;
}
#topics dl#topics_sns {
    background: #ffffff;
}
#topics dl#topics_sns > dt {
    background: #e8340c;
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.12em;
    padding: 8px 10px;
}
#topics dl#topics_sns > dd {
    border-top: 1px solid #e7e7e7;
    padding: 16px 8px 16px 15px;
}
#topics dl#topics_sns > dd dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#topics dl#topics_sns > dd dl.new::before {
    content: "NEW";
    background: #e8340c;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    padding: 2px 5px 2px 5px;
    position: absolute;
    top: -8px;
    left: -20px;
    transform: rotate(-15deg);
}
#topics dl#topics_sns > dd dl dt {
    color: #333;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
}
#topics dl#topics_sns > dd dl dd {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 25px;
    width: 120px;
    flex-shrink: 0;
}
#topics dl#topics_sns > dd dl dd::before {
    content: "";
    display: block;
    background: url("../images/topics_sns_dotted.png") no-repeat;
    background-size: 15px 3px;
    width: 15px;
    height: 3px;
    position: absolute;
    top: calc(50% - 3px);
    left: 5px;
    opacity: 0.3;
}
#topics dl#topics_sns > dd dl dd ul {
    display: flex;
}
#topics dl#topics_sns > dd dl dd ul li {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: normal;
    width: 60px;
}
#topics dl#topics_sns > dd dl dd ul li a {
    color: #333;
    font-weight: 600;
}
#topics dl#topics_sns > dd dl dd ul li a span {
    display: block;
    margin-top: 6px;
}
#topics dl#topics_sns > dd dl dd ul li img {
    width: 30px;
    height: 30px;
}
#topics dl#topics_sns > dd dl dd ul li.sns_note img {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    width: 28px;
    height: 28px;
}


/******************************************************/
/* facilities  */
/******************************************************/
#facilities {
    padding: 30px 0 40px;
}
#facilities h2 {
    color: #e8340c;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 18px;
}
#facilities h2 span {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
}
#facilities .facilities_map {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
#facilities .facilities_map img {
    margin: 0 16px;
    max-width: 880px;
    width: 880px;
    height: auto;
}
#facilities .facilities_map .flick {
    background: url(../images/arrow_right_gray.svg) no-repeat left center;
    background-size: 6px auto;
    margin: 4px 16px 0;
    padding-left: 12px;
    color: #555555;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: normal;
}
#facilities .list {
    margin-top: 18px;
    border-top: 1px solid #eaebeb;
}
#facilities .list li a {
    text-decoration: none;
    position: relative;
    display: block;
}
#facilities .list li p {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    height: 40px;
    width: 100%;
    position: relative;
    display: table;
}
#facilities .list li p span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 16px;
}
#facilities .list li p::after {
    content: "";
    display: block;
    background: #e8340c url(../images/arrow_right.svg) no-repeat center center;
    background-size: 10px auto;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
#facilities .list li img {
    width: 100%;
    height: auto;
}


/******************************************************/
/* topSection  */
/******************************************************/
#main .topSection {
    position: relative;
    margin-top: 10px;
}
#main #section01 {
    background: url(../images/smp_top_section01-bnr-img.png) no-repeat center center;
    background-size: cover;
}
#main #section02 {
    background: url(../images/smp_top_section02-bnr-img.png) no-repeat center center;
    background-size: cover;
}
#main #section03 {
    background: url(../images/smp_top_section03-bnr-img.png) no-repeat center center;
    background-size: cover;
}
#main #section04 {
    background: url(../images/smp_top_section04-bnr-img.png) no-repeat center center;
    background-size: cover;
}
#main #section01 .inbox,
#main #section02 .inbox,
#main #section03 .inbox,
#main #section04 .inbox {
    height: 90.625vw;
}
#main #section01 .message,
#main #section02 .message,
#main #section03 .message,
#main #section04 .message {
    background: rgba(255,255,255,0.9);
    color: #333333;
    box-sizing: border-box;
    padding: 15px 21px 10px;
    border-radius: 4px;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
}
#main .topSection .message h2 {
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
}
#main #section01 .message h2::before {
    content: "";
    display: block;
    background: url(../images/top_section01-bnr-icon.png) no-repeat;
    background-size: 23px 16px;
    width: 23px;
    height: 16px;
    margin-right: 6px;
}
#main #section02 .message h2::before {
    content: "";
    display: block;
    background: url(../images/top_section02-bnr-icon.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin-right: 6px;
}
#main #section03 .message h2::before {
    content: "";
    display: block;
    background: url(../images/top_section03-bnr-icon.png) no-repeat;
    background-size: 23px 21px;
    width: 23px;
    height: 21px;
    margin-right: 6px;
}
#main #section04 .message h2::before {
    content: "";
    display: block;
    background: url(../images/top_section04-bnr-icon.png) no-repeat;
    background-size: 22px 18px;
    width: 22px;
    height: 18px;
    margin-right: 6px;
}
#main #section05 .message h2::before {
    content: "";
    display: block;
    background: url(../images/top_section05-bnr-icon.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin-right: 6px;
}
#main .topSection .message p {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: normal;
}
#main .topSection .message p.btn {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 8px;
}
#main .topSection .message p.btn a {
    background: #ffffff;
    color: #333333;
    border: 2px solid #cccccc;
    border-radius: 4px;
    display: block;
    padding: 12px 22px 13px 20px;
    text-decoration: none;
    position: relative;
}
#main #section01 .message p.btn a {
    border-color: #f2c517;
}
#main #section02 .message p.btn a {
    border-color: #abcd74;
}
#main #section03 .message p.btn a {
    border-color: #6fc7e7;
}
#main #section04 .message p.btn a {
    border-color: #91b7fd;
}
#main .topSection .message p.btn a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #555555;
    border-top: 1px solid #555555;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}
/* #section05 */
#main #section05 {
    padding-bottom: 43px;
}
#main #section05 .rbox {
    margin-bottom: 14px;
}
#main #section05 .lbox {
    padding: 0 26px 0 36px;
}
#main #section05 .message {
    background: none;
    border-left: 3px solid #e60012;
    color: #333333;
    padding-left: 18px;
    text-align: left;
}
#main #section05 .message p.btn a {
    background: #e60012;
    color: #ffffff;
    border-color: #f8a1a8;
}
#main #section05 .message p.btn a::after {
    border-color: #ffffff;
}



}