@charset "utf-8";
/* CSS Document */

div.iframeWrap {
position: relative;
width: 100%;
}
div.iframeWrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.dateMD {
	width:100%;
	height: auto;
	border: none;
}

/*padding margin borderを含めた幅*/
* {
/*	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;*/
	box-sizing:border-box;
}

html, body {
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
	font-size: 16px;
}


body, h1, h2, h3, h4, h5, p, img, div, table, tr, th, td, hr {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

ul, li, dl, dt, dd, ol {
	list-style-type: none;
}


body {
/*	-webkit-text-size-adjust: 100%; /*スマートフォンの縦横文字自動調整 */
	border-collapse: collapse;
font-family: 'Arial','メイリオ', Meiryo,'Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

html,body{
	z-index:0;
}
body {
	font-size: 16px;
	overflow: auto;
	word-break: break-all;
/*background-image: url("http://kagayagolf.co.jp/img/img/gif/grid1000an.gif");*/
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

p {
	color:#333;
}

span {
	text-decoration:none;
}

p.space {
	line-height: 0.5;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	font-size: 16px;
/*	font-weight: bold;*/
}

#wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	height: auto;
	z-index: 0;
}

#wrapper img.head-logo {
	display: block;
	width: 100%;
	height: auto;
}

#inner {
	overflow: hidden;
	height: auto;
	width: 100%;
}

.subhead {
	font-size: 1rem;
	font-weight: bold;
	padding: 0.625rem; 
}

#roundcounter {
	position: absolute;
	right:0;
	bottom: 0;
}


/**********************************************************************/

#mainWrapper {
	position: relative;
}

.contentsWrapper {
	position: relative; 
	display: table;
	table-layout: fixed;
	width: 100%;
	height: auto;
}

.contentsWrapper > div#contentsArea1 {
	position: absolute;
	top: 0;
	left: 0;
	display: table-cell;
	background: #f00;
	width: 50%;
	height: 500px;
	padding: 0 0 0 1em;
	border: 1px solid #fff;
	border-bottom: none;
	border-right: none;
}

.contentsWrapper > div#contentsArea2 {
	display: table-cell;
	background: #fff;
	width: 50%;
	height: auto;
	padding: 10px;
	border: 1px solid #fff;
	border-bottom: none;
}

.contentsWrapper > div#contentsArea3 {
	display: table-cell;
	background: #fff;
	width: 100%;
	height: auto;
	padding: 0;
	border: 1px solid #fff;
	border-bottom: none;
	border-right: none;
}

.contentsWrapper > div#contentsArea4 {
	display: table-cell;
	background: #fff;
	width: 100%;
	height: auto;
	padding: 0 0 0 1em;
	border: 1px solid #fff;
	border-bottom: none;
	border-right: none;
}

/******************************************/


.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**********************************************/
.contentsWrapper > .contentsBoxes {
	display: table-cell;
	background: #fff;
	width: 100%;
	height: auto;
	padding: 10px;
	border: 1px solid #000;
}

.contentsWrapper > div#contentsBoxes1 {
	display: table-cell;
	background: #fff;
	width: 33.33%;
	height: auto;
	padding: 10px;
	border: 1px solid #000;
}

.contentsWrapper > div#contentsBoxes2 {
	display: table-cell;
	background: #fff;
	width: 33.33%;
	height: auto;
	padding: 10px;
	border: 1px solid #000;
}

.contentsWrapper > div#contentsBoxes3 {
	display: table-cell;
	background: #fff;
	width: 33.33%;
	height: auto;
	padding: 10px;
	border: 1px solid #000;
}

.contentsWrapper > div#contentsBoxes4 {
	display: table-cell;
	background: #fff;
	width: 100%;
	height: auto;
	padding: 10px;
/*  border: 1px solid #000;*/
}

.contentsWrapper > div#contentsBoxes5 {
	display: table-cell;
	background: #fff;
	width: 33.33%;
	height: auto;
	padding: 10px;
	border: 1px solid #000;
}

.contentsWrapper > div#contentsBoxes6 {
	display: table-cell;
	background: #fff;
	width: 33.33%;
	height: auto;
	padding: 10px;
	border: 1px solid #000;
}

.contentsWrapper > div > div {
	height: 100%;
	border: 1px solid #fff;
}


.accordionWrapper:last-of-type {
  border-bottom: 1px solid rgb(223, 86, 86);
}
.accordionOnOff {
  position: relative;
  cursor: pointer;
  border-top: 1px solid rgb(223, 86, 86);
}
.accordionOnOff.open {
  border-bottom: 1px solid rgb(223, 86, 86);
}
.accordionOnOff:hover {
	height: 100%;
  background-color: rgb(223, 86, 86, 0.25);
}
.accordionOnOff::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(./img/svg/down.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 16px;
  right: 20px;
  transition: transform .2s;
}
.accordionOnOff.open::after {
  position: absolute;
  transform: rotateZ(180deg);
  top: 16px;
}
.accordionBoxes {
  display: none;
}

/*************** 暫定的 **************/

#footer {
	width: 100%;
	height: 500px;
	background: #a0d8ef;
/*  border: 1px solid #69F;*/
	padding: 0;

	background-image: url(http://kagayagolf.co.jp/img/img/png/0524_a01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 200px;
	opacity: 0.7;
}


#footer p {
	font-size: 90%;
}
/*  position: absolute;
  top: 0px;
  text-align:left;
  padding: 1em;;
  font-size: 100%;
  color: #333;
  width: 100%;
  background: #03f;
}
*/
#footer p#msg, #footer-mobile p#msg-mob {
	padding: 1em;
	color: #900;
}


#footer p#by {
	position: absolute;
	bottom: 0px;
	text-align:center;
	color: #fff;
	width: 100%;
}

#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer ul li {
	margin:0;
	padding:0;
	font-size:90%; float:left; display:inline;
}

#footer ul a {
	display:block;
}

#footer-mobile {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: #a0d8ef;
/*  border: 1px solid #69F;*/
	padding: 0;

	background-image: url(http://kagayagolf.co.jp/img/img/png/0524_a01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
	opacity: 0.3;
}


/*
dt{

display: block;

width: 20%;

clear: left;

float: left;

}

dd{

display: block;

width: 80%;

float: left;

}
*/

ul.none {
	padding: 0;
	margin: 0;
}

li.none {
	padding: 0;
	margin: 0 1rem 0 1rem;
	list-style-type: none;
}


li.normal {
	padding: 0;
	margin: 0 1rem 0 1rem;
}


dt.up {
	display: block;
	width: 18%;
	clear: right;
	float: right;
	margin: 0 0 0 1em;
	text-align: right;
	height: 1em;
}

dt.up dd {
	display: block;
	width:50%;
	float: right;
}

.hitorigoto {
	color: #060;
}

.maeda-photo {
	width: 48%;
	padding: 0 1%;
	float: left;
	margin: 0 auto;
}

.photo {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*.h2 {
  font-size: 1rem;
  font-weight: bold;
}
*/
.photo-OneQuarter {
	width: 25%;
	float: right;
	padding: 0.25rem;
}

.photo-OneThird {
	width: 33.33%;
	float: right;
	padding: 0.25rem;
}

.photo-OneHalf {
	width: 50%;
	float: right;
	padding: 0.25rem;
}

.clearBoth {
	clear: both;
}


#headtitle {
	position: absolute;
	top: 3em;
	right: 0;
	color: #fff;
	font-size: 1rem;
	display: block;
	font-weight: bold;
	padding: 0.625rem; 
}

.ic-size {
	width: 32px;
	height: 32px;
}

div.headicon {
	width: 32px;
	height: 32px;
	float: left;
}

div.headmenu {
	width: 100%;
	position: relative;
	display: block;
	float: left;
}

div.headmenu h2 {
	position: absolute;
	left: 32px;
	bottom: 0px;
}

div.headmenu h2 a {
	display: block;
	color: #6cf;
}

/**************************ここを消してみる************************************************************************
#top-navi {
	width: 100%;
	background: #fff;
}

#top-navi h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
}


#top-navi ul {
	top: 0;
	left: 0; 
	background: #FFC;
	margin: 0;
	padding: 0.5em 0.5em;
	list-style-type: none;
}

#top-navi ul li.menu {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 20%;
	vertical-align: middle;
	background: #fff;
}

#top-navi ul li.menu a {
	display: block;
	width: 100%;
	float: none;
	width: 100%;
	text-decoration: none;
}
*************************************************************************************/

/*#top-navi li:nth-child(1) {
	background: url("http://kagayagolf.co.jp/img/img/png/ball32_gree.png") no-repeat;
}

#top-navi li:nth-child(2) {
	background: url("http://kagayagolf.co.jp/img/img/png/community32_green.png") no-repeat;
}

#top-navi li:nth-child(3) {
	background: url("http://kagayagolf.co.jp/img/img/png/group32_green.png") no-repeat;
}
*/
/**************************ここを消してみる************************************************************************

#top-navi ul li a:link {
	color: #39f;
}


#top-navi ul li a:visited {
	color: #39f;
}

#top-navi ul li a:hover {
	color: #fff;
	background: #39f;
}
******************************************************************************************/

/***** 会員権ボタン **********/

#market-navi {
/*  position: relative;*/
	width: 100%;
	background: #fff;
}

#market-navi h3 {
	margin: 0;
	padding: 0 0.25rem;
	font-size: 1.1rem;
}

#market-navi ul {
/*  position: absolute;*/
	top: 0;
	left: 0; 
	background: #fff;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#market-navi ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 20%;
	vertical-align: middle;
	background: #090;
/*  text-align: center;*/
}

#market-navi ul li.long {
	width: 40%;
/*  text-align: center;*/
}

#market-navi ul li a {
	display: block;
	width: 100%;
	float: none;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 0.25em;
}


/*#top-navi li:nth-child(1) {
	background: url("http://kagayagolf.co.jp/img/img/png/ball32_gree.png") no-repeat;
}

#top-navi li:nth-child(2) {
	background: url("http://kagayagolf.co.jp/img/img/png/community32_green.png") no-repeat;
}

#top-navi li:nth-child(3) {
	background: url("http://kagayagolf.co.jp/img/img/png/group32_green.png") no-repeat;
}
*/
.icon-alba {
	width: 80%;
}
#market-navi ul li a:link {
	color: #fff;
}
#market-navi ul li a:visited {
	color: #fff;
}
#market-navi ul li a:hover {
	color: #f00;
	background: #fff;
	border: 1px solid #090;
}

img.rj, div.rj, table.rj {
	float: right;
}
img.lj, div.lj, table.lj {
	float: left;
}
img.cj, div.cj, table.cj {
	margin: 0 auto;
}
p.rj, input.rj, th.rj, td.rj, caption.rj, blockquote.rj, h1.rj, h2.rj, h3.rj, h5.rj, ul.rj, li.rj, ol.rj dl.rj, dt.rj, dd.rj {
	text-align: right;
}
p.lj, input.lj, th.lj, td.lj, caption.lj, blockquote.lj, h1.lj, h2.lj, h3.lj, h5.lj, ul.lj, li.lj, ol.lj dl.lj, dt.lj, dd.lj {
	text-align: left;}
p.cj, input.cj, th.cj, td.cj, caption.cj, blockquote.cj, h1.cj, h2.cj, h3.cj, h5.cj, ul.cj, li.cj, ol.cj dl.cj, dt.cj, dd.cj {
	text-align: center;
}

/***** responsive ********************/

#roundcounter {
	position: absolute;
	top: 0;
	right: 0;
}
#roundcounter2 {
	display: none;
}

.commercial-img {
	display: block;
	border: none;
	padding: 0;
	width: 50%;
	height: auto;
	float: left;
}
.inline {
	display: inline;
}
.commercial-thumb {
	width: 20%;
	height: auto;
}

/*****footer***************/
#footer {
	display: block;
}
#footer-mobile {
	display: none;
}

@media screen and (max-width:1280px) {
#roundcounter {
	position: absolute;
	top: 0;
	right: 0;
}
.picture {
	display: block;
}
#headtitle {
	font-size: 1rem;
	display: block;
}
div.headicon {
	width: 32px;
	height: 32px;
	float: left;
}
div.headmenu {
	display: block;
	float: left;
}
#box-1 {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 33.333%;
	background: #f00;
}
#box-2 {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 33.333%;
	background: #0f0;
}
#box-3 {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 33.333%;
	background: #00f;
}
}

@media screen and (max-width:960px) {
#roundcounter {
	position: absolute;
	top: 0;
	right: 0;
}
.icon-alba {
	width: 70%;
}
.picture {
	display: block;
}
#headtitle {
	font-size: 1rem;
	display: block;
	padding-top: 0.5em;
}
div.headicon {
	width: 32px;
	height: 32px;
	float: left;
}
div.headmenu {
	display: block;
	float: left;
	line-height: 1.0;
}
#box-1 {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 33.333%;
	background: #f00;
}
#box-2 {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 33.333%;
	background: #0f0;
}
#box-3 {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 33.333%;
	background: #00f;
}
}

@media screen and (max-width:600px) {
#roundcounter {
	display: none;
}
#roundcounter2 {
	position: absolute;
	top: 0;
	right: 0;
}
#toplogo {
	display: none;
}
.icon-alba {
	width: 50%;
}
.picture {
	display: block;
}
#headtitle {
	font-size: 1rem;
	display: block;
}
.ic-size {
	width: 32px;
	height: 32px;
}
div.headicon {
	width: 32px;
	height: 32px;
	float: left;
}
div.headmenu {
	display: none;
}
.contentsWrapper > div {
	border: 1px solid #fff;
}
.contentsWrapper > div > div {
	border: 1px solid #fff;
}
.contentsWrapper > div#contentsArea1 {
	position: static;
	display: block;
	width: 100%;
	height: auto;
	float: none;
	border: 1px solid #fff;
}
.contentsWrapper > div#contentsArea2 {
	display: block;
	width: 100%;
	height: auto;
	float: none;
	border: 1px solid #fff;
}
.contentsWrapper > div#contentsBoxes1 {
	display: block;
	width: 100%;
	height: auto;
	float: none;
	border: 1px solid #fff;
}
.contentsWrapper > div#contentsBoxes2 {
	display: block;
	width: 100%;
	height: auto;
	float: none;
	border: 1px solid #fff;
}
.contentsWrapper > div#contentsBoxes3 {
	display: block;
	width: 100%;
	height: auto;
	float: none;
	border: 1px solid #fff;
}
.contentsWrapper > div#contentsBoxes4 {
	display: block;
	width: 100%;
	height: auto;
	float: none;
	border: 1px solid #fff;
}
#market-navi ul li {
	display: block;
	float: left;
	width: 50%;
}
#market-navi ul li.long {
	display: block;	float: left;
	width: 50%;
}

#box-1 {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 50%;
	background: #f00;
}
#box-2 {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 50%;
	background: #0f0;
}
#box-3 {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	background: #00f;
}
}


@media screen and (max-width:480px) {
#roundcounter {
	display: none;
}
#roundcounter2 {
	position: absolute;
	top: 0;
	right: 0;
}
#toplogo {
	display: none;
}
.icon-alba {
	display: block;
	float: none;
	width: 30%;
	clear: both;
}
.picture {
	display: none;
}
#headtitle {
	font-size: 1rem;
	display: none;
}
.ic-size {
	width: 32px;
	height: 32px;
}
div.headicon {
	width: 100%;
	height: 100%;
	float: none;
	text-align: center;
}
div.headmenu {
	display: none;
	float: left;
}
dt.up {
	margin: 0;
}
#top-navi {
/*	position: relative;*/
	width: 100%;
	background: #099;
}
#top-navi ul {
/*	position: absolute;*/
	top: 0;
	left: 0; 
	background: #FC6;
	margin: 0;
	padding: 0;
	list-style-type: none;
	opacity: 0.3;
}
#top-navi ul li.menu {
	display: block;
	float: left;
	width: 20%;
	vertical-align: middle;
	background: #fff;
/*	text-align: center;*/
}
#top-navi ul li.menu a {
	display: block;
	width: 100%;
	float: none;
	width: 100%;
	text-decoration: none;
}
/*#top-navi li:nth-child(1) {
	background: url("http://kagayagolf.co.jp/img/img/png/ball32_gree.png") no-repeat;
}
#top-navi li:nth-child(2) {
	background: url("http://kagayagolf.co.jp/img/img/png/community32_green.png") no-repeat;
}
#top-navi li:nth-child(3) {
	background: url("http://kagayagolf.co.jp/img/img/png/group32_green.png") no-repeat;
}
*/
#top-navi ul li a:link {
	color: #fff;
}
#top-navi ul li a:visited {
	color: #fff;
}
#top-navi ul li a:hover {
	color: #090;
	background: #fff;
}
#market-navi ul li {
	display: block;
	float: left;
	width: 50%;
}
#market-navi ul li.long {
	display: block;
	float: left;
	width: 50%;
}
.contentsWrapper > div#contentsArea1 {
	display: block;
	width: 100%;
	height: auto;
	float: none;
}
.contentsWrapper > div#contentsArea2 {
	display: block;
	width: 100%;
	height: auto;
	float: none;
}
.contentsWrapper > div#contentsArea3 {
	display: block;
	width: 100%;
	height: auto;
	float: none;
}
.contentsWrapper > div#contentsBoxes1 {
	display: block;
	width: 100%;
	height: auto;
	float: none;
}
.contentsWrapper > div#contentsBoxes2 {
	display: block;
	width: 100%;
	height: auto;
	float: none;
}
.contentsWrapper > div#contentsBoxes3 {
	display: block;
	width: 100%;
	height: auto;
	float: none;
}
.contentsWrapper > div#contentsBoxes4 {
	display: block;
	width: 100%;
	height: auto;
	float: none;
}
#box-1 {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	background: #666;
}
#box-2 {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	background: #999;
}
#box-3 {
	margin: 0;
	padding: 0;
	display: none;
	width: 100%;
	background: #ccc;
}
.commercial-img {
	display: block;
	float: none;
	width: 100%;
	height: auto;
}
.maeda-photo {
	width: 100%;
	padding 0 1%; 
	margin: 0 auto;
}
#footer {
	display: none;
}
#footer-mobile {
	position: relative;
	display: block;
	z-index: auto;
}
}

.cmbox {
	margin: 0;
	padding: 0;
	width: 33.33%
}
.cmbox label {
	display: block;
	margin: 0 auto;
	padding: 0;
	color: #90C;	font-weight: bold;
	background :#96F;
	cursor: pointer;
	transition: all 0.5s;
}
.cmbox label:hover {
	background :#85baef;
}
.cmbox input {
	display: none;
}
.cmbox .cmshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
/*
.cssacc:checked + .cmshow {
	height: auto;
	padding: 5px;
	background: #eaeaea;
	opacity: 1;
}
*/
/***** responsive end ********************/

/***** new ribon **********/
.ribon {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 1px;
}
.ribon:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	height: auto;
	background: red;
	content: "New";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
/*	ont-family: 'Arial';
	font-weight: bold;*/
/*	padding: 5px 10px;*/
	left: -30px;
	top: 3px;
	transform: rotate(-30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* navi menu */
h3.coursename {
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

p.titlename {
	display: inline;
	font-size: 1em;
	font-weight: bold;
}

.naviyoko-menu, .writer-headline, .writer-subhead, .navi-subhead, writer-subname {
	display: inline;
}

.writer-subname {
	float: right;
}
}

@media screen and (max-width: 480px) {
h3.coursename {
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
p.titlename {
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
.writer-subname {
	float: none;
	margin-left: 45px;
}
.navi-subhead {
	display: inline;
}
.naviyoko-menu {
	display: none;
}
.writer-subhead {
	display: inline;
}

.writer-headline {
	display: none;
}
}

h3.GolfCourseName {
	font-size: 1.25rem;
	font-weight: bold;
}

@media screen and (max-width: 1280px) {
h3.GolfCourseName {
	font-size: 1.25rem;
	font-weight: bold;
}
}
@media screen and (max-width: 960px) {
h3.GolfCourseName {
	font-size: 1rem;
	font-weight: bold;
}
}
@media screen and (max-width: 600px) {
h3.GolfCourseName {
	font-size: 1.0rem;
	font-weight: bold;
}
}
@media screen and (max-width: 480px) {
h3.GolfCourseName {
	font-size: 1.0rem;
	font-weight: 700;
}
}

