<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	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: auto;
}

.text_sm span {
    display: block;
    color: #1c6104;
    font-weight: bold;
    font-size: 1.2em;
}

.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&gt;ul {
    padding: 15px;
}
.course_list&gt;ul&gt;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;
}
.recommendPlan2 .recommend_text li{
    background:none;
    padding:0;
}
.icon_list {
    display: inline-block;
    margin-left: 15px;
}
.icon_list li {
    display: inline-block;
}
.icon_list img {
    vertical-align: bottom;
}

.table_cont h3{
    text-align: center;
}
.table_cont table{
    margin: 0 auto;
    border: 1px solid #666;
    font-size: 0.9em;
}
.table_cont table th,.table_cont table td{
    border: 1px solid #666;
}
.table_course table{
    width: 80%;
}
.table_course th{
    width:20%;
}
.table_course td{
    padding:5px;
}
@media screen and (max-width:768px) { 
.pc_only{
	display:none;
}
.sp_only{
    display:block;
}
section h2{
    margin-bottom:10px;
}
.mainVisual {
    height: auto;
}
.mainVisual .mainBg{
	height:auto;
}
.mainBg img{
    vertical-align: bottom;
}
.mainVisual .mainImg {
    height: auto;
    width: 100%;
    background: inherit!important;
}
.point .recommend_cont {
    display: flex;
}
.point .recommend_img{
    height: 80px;
    width: 30%;
    flex: 0 0 30%;
}
.point .recommend_img img{
    min-height: auto;
}
.point .recommend_text {
    padding: 0px 0px 15px 5px;
}
.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: 80%;
    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&gt;ul {
    padding: 0 8px;
}
.course_list&gt;ul&gt;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;
}
.table_cont table{
    width:96%;
    display:block;
    overflow-x:scroll;
    white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
}</pre></body></html>