@charset "utf-8";
@media screen and (max-width : 768px) {
/*------------------------------------------------------------------------------------------
*
*
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------
*
    #main_visual
*
------------------------------------------------------------ */
#main_visual img {
    width: 100%;
    margin: 0 auto;
}
#main_visual h1:after {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background: #0c1c3f;
}

#section_intro {
    padding: 40px 15px 0;
}
#section_intro .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
#section_intro .list a {
    display: block;
    width: 46%;
    text-align: left;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 0 10px 10px;
    background: url(/golf/common/image_common/icon_arrow_circle_down.png) no-repeat right 10px center;
}
#section_intro .list a span {
    display: block;
    line-height: 1.3;
    font-size: 14px;
}
#section_intro .prof {
}
#section_intro .prof img {
    width: 150px;
    margin-right: 20px;
    float: left;
}
#section_intro .prof .content p.title {
    font-size: 20px;
    color: #18a511;
    font-weight: bold;
    margin-bottom: 25px;
}
#section_intro .prof .content p.player {
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    color: #18a511;
    border: solid 1px #18a511;
    margin-bottom: 10px;
}
#section_intro .prof .content p.name {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 17px;
    line-height: 1.3;
}
#section_intro .prof .content p.name span {
    display: block;
    color: #18a511;
    font-size: 14px;
    font-weight: normal;
}
#section_intro .prof .content p.text {
    font-size: 16px;
    line-height: 1.9;
}

/* ------------------------------------------------------------
*
    #tours_content
*
------------------------------------------------------------ */
#tours_content {
    padding: 40px 0 0;
}
#tours_content * {
    box-sizing: border-box;
}
#tours_content_inner {
    width: auto;
    margin: 0 15px;
}
#tours_content .list_title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    border-left: 3px solid #18a511;
}
#tours_content .tab-list {
    display: flex;
    justify-content: space-between;
}
#tours_content .year-list {
    display: flex;
}
#tours_content .year {
  display: none;
}
#tours_content .year.active {
  display: block;
}
#tours_content .year-list {
    margin-bottom: 20px;
    font-size: 18px;
}
#tours_content .year-list li {
    margin-right: 20px;
}
#tours_content .year-list li.active {
    color: #18a511;
}
#tours_content .tab-list li {
    width: 49%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    color: #868686;
    margin-bottom: 10px;
    background: #efefef;
    border-radius: 5px 5px 0 0;
}
#tours_content .tab-list li.active {
  background-color: #18a511;
  color: #fff;
}
#tours_content .tab-list li:hover {
    opacity: 0.75;
}
#tours_content .tours_wrap {
    width: 100%;
    overflow-x: scroll;
}
#tours_content table {
    display: none;
    width: 710px;
    table-layout: auto;
    border-collapse: collapse;
    font-size: 13px;
    position: relative;
}
#tours_content table:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(/golf/contract-players/image/icon_scroll.png) no-repeat center center;
    background-size: 80px;
    z-index: 2;
    top: 135px;
    left: 50vw;
    margin-top: -50px;
    margin-left: -60px;
}
#tours_content table.scroll:after {
    width: 0;
    height: 0;
    background: none;
}
#tours_content table.active {
    display: table;
}
#tours_content table tr:nth-child(2n+1) {
   background-color: #efefef;
}
#tours_content table tr.win {
    background: #faf2ce;
}
#tours_content table span.red {
    color: #c1272d;
}
#tours_content table tr th {
    background: #000;
    padding: 10px;
    color: #fff;
    height: 33px;
}
#tours_content table tr th:nth-child(1) {
    width: 155px;
}
#tours_content table tr th:nth-child(2) {
    width: 170px;
}
#tours_content table tr th:nth-child(3),
#tours_content table tr td:nth-child(3) {
    width: 85px;
}
#tours_content table tr th:nth-child(4),
#tours_content table tr td:nth-child(4) {
    width: 60px;
}
#tours_content table tr th:nth-child(5),
#tours_content table tr td:nth-child(5) {
    width: 80px;
}
#tours_content table tr th:nth-child(6),
#tours_content table tr th:nth-child(7),
#tours_content table tr th:nth-child(8),
#tours_content table tr th:nth-child(9) {
    width: 40px;
}
#tours_content table tr td {
    padding: 10px;
    line-height: 1.2;
}
#tours_content table tr th:nth-child(n+3),
#tours_content table tr td:nth-child(n+3)
 {
  text-align: center;
}

/* ------------------------------------------------------------
*
    #gallery_content
*
------------------------------------------------------------ */
#gallery_content {
    padding: 40px 0 40px;
}
#gallery_content_inner {
    width: auto;
    margin: 0 15px;
}
#gallery_content .list_title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    border-left: 3px solid #18a511;
}
#gallery_content ul.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#gallery_content ul.gallery li {
    width: 48%;
    margin-bottom: 20px;
}
#gallery_content ul.gallery li a {
    display: block;
}
#gallery_content ul.gallery li a:hover {
    opacity: 1;
}
#gallery_content ul.gallery li a img {
    width: 100%;
}

/* ------------------------------------------------------------
*
    #list_content
*
------------------------------------------------------------ */
#list_content {
    padding: 40px 0;
    background: #f5f5f5;
}
#list_content * {
    box-sizing: border-box;
}
#list_content_inner {
    width: auto;
    margin: 0 15px;
}
#list_content .list .item {
	width: 100%;
	margin-bottom: 20px;
}
#list_content .list .item img {
    width: 100%;
}
#list_content .list .item .content {
    padding: 20px;
    background: #fff;
}
#list_content .list .item .content p.player {
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    color: #18a511;
    border: solid 1px #18a511;
    margin-bottom: 10px;
}
#list_content .list .item .content p.name {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 17px;
    line-height: 1.3;
}
#list_content .list .item .content p.name span {
    display: block;
    color: #18a511;
    font-size: 14px;
    font-weight: normal;
}
#list_content .list .item .content a {
    display: block;
    color: #fff;
    background: #18a511 url(/golf/common/image_common/icon_arrow_circle_w.png) no-repeat right 10px center;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
#contents_area a.back {
    display: block;
    margin: 40px auto;
    width: 220px;
    text-align: left;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 10px 10px 40px;
    background: url(/golf/common/image_common/icon_arrow_circle_left.png) no-repeat left 10px center;
}
#contents_area a.back span {
    display: block;
    line-height: 1.3;
    font-size: 16px;
}

}