@charset "utf-8";

@media print, screen and (min-width : 769px) {
/*------------------------------------------------------------------------------------------
*
*
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------
*
    #main_visual
*
------------------------------------------------------------ */
#main_visual {
    border-top: solid 1px #ddd;
}
#main_visual h1 {
    position: relative;
    z-index: 2;
}
#main_visual img {
    max-width: 1200px;
    min-width: 980px;
    width: 100%;
    margin: 0 auto;
}
#main_visual h1:after {
    display: block;
    content: "";
    margin-top: -50px;
    width: 100%;
    height: 70px;
    background: #0c1c3f;
}
#section_intro {
    padding: 60px 0 0;
}
#section_intro .list {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
#section_intro .list a {
    display: block;
    width: 290px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 14px 0;
}
#section_intro .list a span {
    display: inline-block;
    height: 20px;
    background: url(/golf/common/image_common/icon_arrow_circle_down.png) no-repeat right center;
    padding-right: 25px;
    line-height: 1.2;
    font-size: 16px;
}
#section_intro .prof {
    width: 980px;
    display: flex;
    justify-content: space-between;
}
#section_intro .prof img {
    width: 310px;
	height: auto;
    object-fit: cover;
    margin-right: 40px;
}
#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: 60px 0 0;
}
#tours_content * {
    box-sizing: border-box;
}
#tours_content_inner {
    width: 980px;
    margin: 0 auto;
}
#tours_content .list_title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    border-left: 3px solid #18a511;
}
#tours_content .year-list,
#tours_content .tab-list {
    display: flex;
}
#tours_content .year {
  display: none;
}
#tours_content .year.active {
  display: block;
}
#tours_content .year-list {
    margin-bottom: 30px;
    font-size: 18px;
}
#tours_content .year-list li {
    margin-right: 20px;
}
#tours_content .year-list li.active {
    color: #18a511;
}
#tours_content .year-list li:hover {
    cursor: pointer;
    opacity: 0.75;
}
#tours_content .tab-list li {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #868686;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #efefef;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}
#tours_content .tab-list li.active {
  background-color: #18a511;
  color: #fff;
}
#tours_content .tab-list li:hover {
    opacity: 0.75;
}
#tours_content table {
    display: none;
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    font-size: 13px;
}
#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;
}
#tours_content table tr th:nth-child(1) {
    width: 180px;
}
#tours_content table tr th:nth-child(2) {
    width: 360px;
}
#tours_content table tr th:nth-child(3),
#tours_content table tr td:nth-child(3) {
    width: 100px;
}
#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: 50px;
}
#tours_content table tr td {
    padding: 10px 7px;
    line-height: 1.3;
}
#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: 60px 0 70px;
}
#gallery_content_inner {
    width: 980px;
    margin: 0 auto;
}
#gallery_content .list_title {
    margin-bottom: 30px;
    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: 230px;
    margin-bottom: 20px;
}
#gallery_content ul.gallery li a {
    display: block;
}
#gallery_content ul.gallery li a img {
    width: 100%;
}

/* ------------------------------------------------------------
*
    #list_content
*
------------------------------------------------------------ */
#list_content {
    padding: 60px 0 20px;
    background: #f5f5f5;
}
#list_content * {
    box-sizing: border-box;
}
#list_content_inner {
    width: 980px;
    margin: 0 auto;
}
#list_content .list {
	width: 980px;
	display: flex;
	flex-wrap:wrap; 
	justify-content: space-between;
}
#list_content .list .item {
	width: 310px;
	margin-bottom: 40px;
}
#list_content .list .item img {
    width: 100%;
}
#list_content .list .item.amb img {
    width: 260px;
}
#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: 60px auto;
    width: 420px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 14px 0;
}
#contents_area a.back span {
    display: inline-block;
    height: 20px;
    background: url(/golf/common/image_common/icon_arrow_circle_left.png) no-repeat left center;
    padding-left: 25px;
    line-height: 1.2;
    font-size: 16px;
}

}