@charset "utf-8";

/*==================================================
common
green color:#055305;
==================================================*/

body {
    font-family: 'Zilla Slab', sans-serif;
    
}

.green {
    color: #055305;
}

.forPC {
    display: block;
}

.forSP {
    display: none;
}
.center {
    text-align: center;
}

.left {
    text-align: left;
}
.btn {
    display: inline-block;
    min-width: 280px;
    padding: 1em;
    background-color: #055305;
    color: #fff;
    border: 1px solid;
    margin: 2em auto;
    font-size: .8em;
    text-decoration: none;
    transition: all .3s ease;
}

.btn:hover {
    background-color: #fff;
    color: #055305;
}
.border-btn {
    display: inline-block;
    margin: 2em 0;
    padding:1em 8em;
    color:#666;
    font-size:.8em;
    border: 1px solid;
    text-decoration: none;
}
.blend {
    position: relative;
}

.blend::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1e9a1e;
    opacity: .15;
    mix-blend-mode: multiply;
    z-index: 3;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5em;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 99;
}

.header .title {
    display: block;
    font-weight: 800;
    font-size: 1.8em;
    line-height: 1;
/*    letter-spacing: 0.1em;*/
    text-align: center;
}
.header .title .tagline{
    display: block;
    font-size:.48em;
    font-weight: 600;
    padding:0.75em 0 0;
    letter-spacing: .1em;
    margin: 0 auto;
    text-align: center;
}
/*
.header .title img{
    height: 100%;
    width:auto;
}
*/

.header .menu-btn {
    position: absolute;
    top: calc(50% - 1em);
    left: 20px;
    color: #055305;
    z-index: 99;
}

.header .menu-btn::before {
    content: 'MENU';
    display: block;
    position: absolute;
    width: 4.5em;
    top: .7em;
    left: 2em;
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
}

.header .menu-btn.on::before {
    content: 'CLOSE';
}
.bread-column-wrp{
    margin-top: 102px;
}
.bread-column{
    display: flex;
    justify-content: flex-start;
    width:100%;
    margin: 0 auto;
    padding:5px 40px;
}
.bread-column li{
    padding:0.5em 1em;
    font-size:.8em;
}

.main-img-wrp {
    width: 100%;
    height: 55vh;
    position: relative;
}

.slide-wrp{
    display: block;
    height: 55vh;
    margin: 0;
    padding: 0;
    background-color:#055305;
    position: relative;
}
.slide{
    width: 100%;
    height: 55vh;
    overflow: hidden;
    margin: 0;
    padding:0;
    position: relative;
}
.mainimg{
    width: 100%;
    height: 55vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}
.mainimg.bg-black::before {
    content: '';
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.2);
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 60%);
    z-index:3;
}
.mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.main-title-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 10;
}

.main-title-wrp .main-title {
    display: block;
    text-align: center;
    width:100%;
    font-size:3em;
    font-weight: 800;
    margin: 0 auto .5em;
    letter-spacing: .05em;
}
/*
.main-title-wrp .main-title figure{
    margin-bottom: .5em
}
.main-title-wrp .main-title1{
    width:100%;
    height: 5em;
}
.main-title-wrp .main-title2{
    width:100%;
    height: 3.6em;
}
.main-title-wrp .main-title .flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width:100%;
}
.main-title-wrp .main-title img{
    height: 100%;
    width:auto;
}
*/

.main-title-wrp .lead {
    display: block;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
}
.main-img-wrp .sns-wrp{
    display: inline-block;
    position: absolute;
    bottom:20px;
    right:20px;
    z-index: 4;
}
/*follow */
.follow-wrp{
    margin-top:2em;
}
.follow-wrp p{
    padding-right: 1em !important;
}
#atftbx {
    display: flex !important;
}
.sns-wrp::before{
    content: 'SHARE Thailand Golf Journey';
    display: block;
    color:#fff;
    font-size:.9em;
    font-weight: 600;
    padding: 1em 0;
    text-align: center;
}

.inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px 50px;
    margin-bottom: 50px;
}

.contents-wrp .inner {
    padding: 20px;
    margin-bottom: 0;
}

.contents-wrp .column-large-wrp {
    width: 35%;
    border-right: 1px solid #ddd;
    position: relative;
}

.contents-wrp .column-large-wrp .headline {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.3;
    padding: 1em 0 .5em;
}

.contents-wrp .column-large-wrp .tagline {
    font-weight: 600;
    padding-bottom: 1em;
}

.contents-wrp .column-large-wrp .thumb {
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
}

.contents-wrp .column-large {
    padding-right: 60px;
    position: sticky;
    top:120px;
}
.contents-wrp .column-large p {
    font-size:1em;
}

.contents-wrp .columns {
    width: 100%;
    max-width: 65%;
    margin: 0 auto;
    padding: 0 0 0 20px;
}

.contents-wrp .columns .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contents-wrp .columns .column-title-wrp{
    width:100%;
    margin-bottom: 1em;
    padding: 0 40px 10px;
}
.contents-wrp .columns .column-title-wrp .title{
    font-size:1.5em;
    margin-bottom: .25em;
    font-weight: 600;
}
.contents-wrp .columns .column-title-wrp .lead{
    font-size:1.1em;
}
.contents-wrp .column {
    width: calc(33% - 1px);
    border-right: 1px solid #ddd;
    padding: 0 40px 10px;
    margin-bottom: 5%;
}
.contents-wrp .figure-wrp{
    width:100%;
}
.contents-wrp .thumb {
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
    position: relative;
    margin: 0 0 1.5em;
}

.contents-wrp .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.contents-wrp .category {
    display: inline-block;
    font-size: .8em;
    color: #055305;
    padding: .5em 0 0.3em;
    margin-bottom: 1.5em;
    border-bottom: 3px double;
}

.contents-wrp h2 {
    display: block;
    font-size: 1.05em;
    line-height: 1.5;
    margin-bottom: 1em;
}

.contents-wrp p {
    display: block;
    font-size: .85em;
    line-height: 1.6em;
    margin-bottom: 1em;
}
.contents-wrp .post-date{
    font-size:.9em;
    margin-bottom: 1em;
}

.contents-wrp .btn-wrp {
    font-size: 1.1em;
    margin: 1em auto 2em;
}

.picks-wrp {
}
.picks-wrp .inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 80px 50px 50px;
    border-bottom:1px solid #ddd;
}

.picks-wrp .title {
    display: block;
    width: 100%;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 2em;
}

.picks-wrp .column {
    width: 28%;
    padding: 20px;
    border: 1px solid #ddd;
    font-size: .9em;
}

.picks-wrp .column h2 {
    font-size: 1.1em;
    color: #055305;
    margin-bottom: 1em;
}

.picks-wrp .column .thumb {
    width: 100%;
    padding: 0;
    padding-bottom: 53%;
    display: block;
    margin: 0 0 1em;
    position: relative;
    overflow: hidden;
}

.picks-wrp .column .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.times-wrp .inner {
    border-top: 1px solid #ddd;
    padding: 70px 20px 50px;
}

.times-wrp .issue-img-wrp {
    width: 60%;
    padding:0 5%;
}
.times-wrp .issue-img-wrp .flex{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.times-wrp .issue-img-wrp .thumb-1 {
    width: 32%;
    border: 1px solid #ddd;
}

/*
.times-wrp .issue-img-wrp .thumb-2 {
    width: 60%;
    border: 1px solid #ddd;
}
*/

.times-wrp .issue-img-wrp .thumb {
    border: 1px solid #ddd;
}

.times-wrp .issue-img-wrp .thumb img {
    width: 100%;
    height: auto;
}

.issue-info-wrp {
    width: 40%;
}

.issue-info-wrp h3 {
    display: block;
    font-size: 1.9em;
    font-weight: 600;
}

.issue-info-wrp h4 {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    padding: 1em 0;
}
.issue-info-wrp .vol{
    display: inline-block;
    margin: 1em auto;
    font-size:1em;
}

.issue-info-wrp p {
    display: block;
    font-size: 1em;
    line-height: 1.6;
    padding: .5em 0;
}

.about{
    background-color:#f9f9f9;
}
.about .inner{
    width:100%;
    padding:60px 20px;
}
.about .title{
    font-size:1.8em;
    text-align: center;
    width:100%;
    font-weight: 600;
    margin-bottom: 2em;
}
.about .lead{
/*    font-size:1.05em;*/
    line-height: 1.6;
}
.about .about-info-wrp{
    display: flex;
    justify-content: space-between;  
}
.about .thumb {
    width:25%;
}
.about .thumb img{
    width:100%;
    height: auto;
}
.about .editor-info-wrp{
    width:50%;
    padding:0 30px;
}
.about .category-list-wrp{
    width:20%;
    padding:0 30px;
    border-left: 1px solid #ddd;
}
.about .editor-title,
.about .category-title,
.about .tag-title{
    font-size:1.3em;
    font-weight: 600;
    margin-bottom: 1em;
}
.about .editor-info-wrp p{
    margin-bottom: 2em;
}
.about .category-list a{
    display: inline-block;
    padding:0.5em 0;
    color:#055305;
}
.about .tag-title{
    margin-top: 2em;
}
.about .tag-list li{
    display: inline-block;
    margin-bottom: .5em;
}
.about .tag-list a{
    font-size:.86em;
    padding:0.5em 1em .5em 0;
    color:#055305;
}
.about .editor-inner{
    border-bottom:3px double #ccc;
    margin-bottom: 2em;
}

.sponsor-info-wrap{
    width:100%;
/*    border-top:1px solid #ccc;*/
    padding:0 20px 50px;
}
.sponsor-info-wrap .frame{
    display: block;
    border:3px double #055305;
    padding:30px;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    color:#055305;
    text-decoration: none;
    background-color:#fff;
}
.sponsor-info-wrap .title{
    font-size:1.2em;
    margin-bottom: 1em;
}
.sponsor-info-wrap p{
    font-size:.9em;
    line-height: 1.5em;
}

/*footer */
.footer{
    background-color:#222;
    padding:40px;
}

/*
.footer .inner::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin: 2px 0 1em;
    background-color: #055305;
}
*/

/*
.footer .sns-wrp{
    width:100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2em;
}
*/
.footer .footer-link{
    display: flex;
    justify-content: center;
    width:100%;
    max-width:900px;
    margin: 0 auto 2em;
}
.footer .footer-link li{
}
.footer .footer-link li a{
    display: block;
    padding:1em;
    font-size:0.8em;
    color:#fff;
}

.footer .copyright {
    display: block;
    width:100%;
    text-align: center;
    font-size: .8em;
    color:#fff;
}

@media screen and (max-width:767px) {
    .forPC {
        display: none !important;
    }
    .forSP {
        display: block !important;
    }
    .header {
        padding:15px;
    }
    .header .title {
        font-size:1.2em;
    }
    .header .menu-btn{
        top:1em;
    }
    .header .menu-btn::before {
        content: '';
    }
    .header .menu-btn.on::before {
        content: '';
    }
    .bread-column-wrp{
        margin-top: 65px;
    }
    .bread-column{
        padding:5px 10px;
    }
    .mainimg {
        height: 66vh;
    }
    .main-title-wrp .main-title {
        margin: 1em auto;
        font-size:2em;
    }
/*
    .main-title-wrp .main-title1 {
        width:100%;
        height: auto;
    }
    .main-title-wrp .main-title1 img{
        width:100%;
        height: auto;
    }
    .main-title-wrp .main-title2 {
        height: auto;
        margin: 1.5em auto .6em;
    }
    .main-title-wrp .main-title2 img{
        display: inline-block;
        width:auto;
        height:11vw;
    }
*/

    .main-title-wrp .lead {
        display: block;
        text-align: center;
        font-size: 1.2em;
    }
    .border-btn{
        margin: 0 auto;
    }
    .btn {
        margin: 0 auto 2em;
    }

    .inner {
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 40px 20px;
        margin-bottom: 40px;
    }

    .contents-wrp .inner {
        display: block;
        padding: 40px 20px 30px;
    }

    .contents-wrp .column-large-wrp {
        width: 100%;
        border-right: none;
    }
    .contents-wrp .column-large-wrp .meta-wrp{
        width:100%;
    }

    .contents-wrp .column-large-wrp .headline {
        font-size: 1.4em;
        padding: 1em 0;
    }

    .contents-wrp .column-large-wrp h2 {
        padding-bottom: 1em;
    }

    .contents-wrp .column-large-wrp .thumb {
        width: 100%;
        padding: 0;
        padding-bottom: 100%;
        margin-bottom: 20px;
    }

    .contents-wrp .column-large {
        padding-right: 0;
    }

    .contents-wrp .columns {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .contents-wrp .columns .column-title-wrp{
        padding:0;
    }
    .contents-wrp .columns .column-title-wrp .lead{
        font-size:1em;
        line-height: 1.5;
    }
    .contents-wrp .column {
        width: 100%;
        border-right: none;
        padding: 0 0 30px;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 30px;
        border-bottom:1px solid #ddd;
    }
    .contents-wrp .figure-wrp{
        width: 37%;
        margin: 0 5% 0 0;
    }
    .contents-wrp .thumb {
/*
        width: 37%;
        padding: 0;
        padding-bottom: 37%;
*/
    }
    .contents-wrp .meta-wrp{
        width:58%;
    }
    .contents-wrp p {
        font-size: .8em;
        line-height: 1.8em;
        margin-bottom: 0;
    }
    .contents-wrp .btn-wrp {
        font-size: 1.1em;
        margin-bottom: 2em;
    }

    .picks-wrp .inner {
        display: block;
        flex-wrap: wrap;
        padding: 3em 20px 1em;
    }

    .picks-wrp .title {
        font-size: 1.4em;
        margin-bottom: 2em;
    }

    .picks-wrp .column {
        width: 100%;
        padding: 20px;
        border: 1px solid #ddd;
        font-size: .9em;
        margin-bottom: 1.5em;
    }

    .picks-wrp .column h2 {
        font-size: 1.1em;
        color: #055305;
        margin-bottom: 1em;
    }
    .picks-wrp .column p {
        line-height: 1.5;
    }

    .picks-wrp .column .thumb {
        width: 100%;
        padding: 0;
        padding-bottom: 53%;
        display: block;
        margin: 0 0 1.5em;
    }

    .picks-wrp .column .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    .times-wrp .inner {
        border-top: 1px solid #ddd;
        padding: 40px 20px 0;
        flex-direction: column-reverse;
    }

    .times-wrp .issue-img-wrp {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 0;
    }

    .times-wrp .issue-img-wrp .thumb-1 {
        width: 32%;
        border: 1px solid #ddd;
    }

    .times-wrp .issue-img-wrp .thumb-2 {
        width: 64%;
        border: 1px solid #ddd;
    }

    .times-wrp .issue-img-wrp .thumb {
        border: 1px solid #ddd;
    }

    .times-wrp .issue-img-wrp .thumb img {
        width: 100%;
        height: auto;
    }

    .issue-info-wrp {
        width: 100%;
    }

    .issue-info-wrp h3 {
        font-size: 1.5em;
    }

    .issue-info-wrp h4 {
        font-size: 1.2em;
        padding: 1em 0;
    }

    .issue-info-wrp p.agency {
        padding: 1em 0 2em;
        text-align: center;
        font-size:0.8em;
    }
    .about .inner{
        padding:40px 10px;
    }
    .about .title{
        font-size:1.3em;
        margin-bottom: 1em;
    }
    .about .about-info-wrp{
        display: block;
    }
    .about .thumb{
        margin-bottom: 2em;
    }
    .about .thumb,
    .about .editor-info-wrp,
    .about .category-list-wrp{
        width:100%;
        border:none;
        padding:0 20px;
    }
    .about .editor-title, .about .category-title, .about .tag-title{
        font-size:1.1em;
        margin-top: 1em;
    }
    .footer{
    }
    .footer .footer-link{
        display: block;
    }
    .footer .footer-link li{
        text-align: center;
    }
    .footer .copyright {
        width:100%;
        font-size: .8em;
    }


}
