*{
	box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
body,ul,li,p,h1,h2,h3,h4{
	margin:0;
	padding:0;
	list-style: none;
}
a{display:block;}
img{width:100%;}
.sp_only{
    display:none;
}
.mainVisual{
    height: 240px;
}
.mainVisual .mainImg{
    height: 240px;
}
.text_sm span {
    display: block;
    color: #1c6104;
    font-weight: bold;
    font-size: 1.2em;
}
.golf_map_inner {
    width: 728px;
    display: inline-block;
}
.golf_map_inner p, .searchPanel p {
    color: #426104;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1.1em;
}
.searchPanel {
    position: relative;
    padding: 15px;
    width: 380px;
    font-size: 1.4rem;
    display: inline-block;
    border: 1px solid #999;
    vertical-align: top;
}
.golf_map ul{
	position:relative;
	background:url(/assets/images/special/guam/golf/map.jpg);
	height: 265px;
    background-size: 100% auto;
    font-size: 0.85em;
}
.golf_map ul li{
	position:absolute;
}
.golf_map li img {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 5px;
}
.golf_map ul li a {
    background: #fff;
    border-radius: 50px;
    padding: 5px 25px 5px 15px;
    border: 2px solid #c01b07;
    font-weight:bold;
    position:relative;
}
.golf_map ul li a:after {
    content: '';
    position: absolute;
    margin-left: 3px;
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
}
.golf_map .gicc{
	left: 65%;
    top: 15%;
}
.golf_map .starts{
    left: 23%;
    top: 10%;
}
.golf_map .mangi{
    left: 58%;
    top: 40%;
}
.golf_map .taro{
    left: 50%;
    top: 78%;
}
.golf_map .cop{
	left: 0%;
    top: 60%;
}
.golf_map .lc{
	left: 3%;
    top: 35%;
}
.golf_map .wwhc{
	left: 55%;
    top: 58%;
}
.golf_list{
    background: #426104;
    padding: 15px 0;
}
.golf_list h2 {
    color: #fff;
}
.concept h3 {
    font-family: "Noto Sans JP";
    font-size: 1.8em;
    margin-bottom: 8px;
    font-weight: bold;
    color: #1c6104;
}
.concept h4 {
    font-weight: bold;
    font-size: 1.2em;
}
.conceptInner{
	background: #fff;
    padding: 15px;
}
.conceptInner .conceptImg{
	width: 320px;
	height:240px;
    margin-bottom:15px;
}
.conceptInner .conceptText {
    width: 750px;
    margin-bottom:15px;
}
.conceptInner.text_only .conceptText{
    width: 96%;
    margin: 15px auto;
    float: none;
}
.conceptInner.text_only h3{
    font-size: 1.5em;
    text-align: center;
}
.conceptInner table{
	width: 80%;
    margin: 15px 0;
    font-size: 0.9em;
}
.conceptInner table th,.conceptInner table td{
	border: 1px solid #999;
    padding: 3px 5px;
}
.conceptInner table th{
	background:#eee;
}
.reserve{
	clear:both;
}
.conceptText .tourPrice{
	margin:8px 0;
}

.course_list {
    border: 2px solid #426104;
    margin: 15px auto;
    width: 96%;
    clear: both;
}
.ttl_course {
    background: #426104;
    color: #fff;
    text-align: center;
    padding: 8px 0;
}
.course_list>ul {
    padding: 15px;
}
.course_list>ul>li {
    padding: 8px;
    border-bottom: 1px dotted #666;
    font-weight:bold;
}
.course_list a {
    position: relative;
}
.course_list a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
}
.course_price{
    color:#c00;
    margin-left:8px;
}
.ranking-title:before{
    content:none;
}
.icon_list {
    display: inline-block;
    margin-left: 15px;
}
.icon_list li {
    display: inline-block;
}
.icon_list img {
    vertical-align: bottom;
}
.reserve.otherpage a {
    background: #fff;
    color:#f90;
    border: 2px solid #f90;
    margin-top: 12px;
}

@media screen and (max-width:768px) { 
.pc_only{
	display:none;
}
.sp_only{
    display:block;
}
.mainVisual {
    height: auto;
}
.mainVisual .mainBg{
	height:auto;
}
.mainBg img{
    vertical-align: bottom;
}
.mainVisual .mainImg {
    height: auto;
    width: 100%;
    background: inherit!important;
}
.searchPanel{
    width:100%;
        font-size: 1rem;
}
.golf_map{
    position: relative;
    margin:0;
}

.golf_map h2{
    position: absolute;
    top: -30px;
    background: #1c6104;
    color: #Fff;
    font-size: 0.9em;
    padding: 3px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.golf_map_inner {
    width: 100%;
    margin-top: 15px;
    border-top: 2px solid #1c6104;
    border-bottom: 2px solid #1c6104;
}
.golf_map_inner p{
    display: none;
}
.searchPanel p{
    margin-bottom:0;
}
.golf_map ul{
	background:none;
	height:auto;
    overflow: hidden;
}
.golf_map ul li {
	position:relative;
	left: 0!important;
    top: 0!important;
}

.golf_map ul li a {
    border-radius:0;
    border: none;
    font-size: 0.9em;
    border-bottom: 1px dotted #666;
}
.conceptInner{
    padding:8px;
    width: 96%;
    margin: 15px auto;
}
.concept h3 {
    font-size: 1.2em;
    margin-bottom: 8px;
    line-height: 1.3em
}
.conceptInner.text_only h3{
    font-size:1.1em;
}
.concept h4{
	font-size: 1.1em;
    line-height: 1.3em;
}
.conceptInner .conceptImg{
	height:auto;
	width: 40%;
    margin: 0 auto;
}
.conceptInner .conceptImg img{
	position:relative;
	transform: none;
	top:0;
	left:0;
}
.conceptInner .conceptText{
    width: 96%;
}
.conceptText p{
    font-size: 0.8em;
}
.conceptInner table{
    font-size:0.9em;
    width: 100%;
}
.conceptInner table tr:not(.course_data) {
    display: none;
}
.conceptText .tourPrice{
    margin:8px 0;
    font-size: 1.5em;
}
.reserve a{
    font-size: 0.9em;
    font-weight: bold;
}
.course_list{
    width:100%;
}
.ttl_course{
    padding: 3px 0;
}
.course_list>ul {
    padding: 0 8px;
}
.course_list>ul>li{
    padding:5px 0;
    line-height: 1.3em;
}
.course_list a{
    padding-right: 8px;
}
.course_list a:after{
    right:0;
}
.course_price{
    display: inline-block;
}
.icon_list {
    display: block;
    margin-left: 0px;
    margin-top: 5px;
}
.icon_list li{
    width:25px;
}
}