/*!
global > color
------------------------------
*/
:root {
  --color-bg-light: #f0f0f0;
  --white: #ffffff;
  --accent: #008043;
  --black: #000000;
  --color-font-accent: #008043;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content: 1080px;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: Arial, sans-serif;
}

/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a:link, a:visited{
  text-decoration: none;
  color: inherit;
}
a:hover, a:active{
  text-decoration: none;
  color:  var(--accent);
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/*!
foundation > base
------------------------------
*/
body {
  line-height: 1.87;
  font-size: 16px;
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
}

/*!
utility > utility
------------------------------
*/
.u-ptb {
  padding: 80px 0;
}

.u-mt {
  margin-top: 40px;
}

/*!
component > ボタン
------------------------------
*/
.c-button{
  display: inline-block;
  padding: 16px 40px;
  line-height: 1;
  background-color: var(--color-bg-light);
  color: var(--color-font-black);
  font-weight: bold;
	border-radius:24px;
	margin-top:1em;
}
.c-button:hover {
  background-color: var(--accent);
	color: var(--white);
}

/*!
component > 見出し
------------------------------
*/
/*! level3 */
.c-title-level3 {
  font-size: 72px;
  font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0.5em;;
	line-height:0.85em;
}
/*! level2 */
.c-title-level2 {
  font-size: 58px;
  font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0.5em;;
	line-height:0.85em;
}
/*! level1 */
.c-title-level1 {
  font-size: 42px;
  font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 16px;
}
.bold18 {
  font-size: 18px;
  font-weight: bold;
}
.bold30 {
  font-size: 30px;
  font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}
.text-sub-copy {
  font-size: 42px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 1.5em;;
	line-height:1.1em;
}
.text-center {
  text-align: center;
}
.text-small {
   font-size: 14px;
}
.bold{
	font-weight:bold;
}
.page-title{
  margin-left:311px;
	padding-top:160px;
	padding-left:15px;
  font-size: 82px;
  font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	border-left:solid 1px #c8c8c8;
}
@media screen and (max-width: 768px) {
	.page-title{
  width: 90%;
  margin: 0 auto;
	padding-top:80px;
	padding-left:0;
	border-left:none;
	}
}
.page-img {
  height: 45vh;
  background-position: center;
  background-size: cover;
  display: grid;
  place-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
	.page-img {
  height: 30vh;
	}
}
.AboutUs .page-img {
  background-image: url(../img/bg-aboutus-kv@2x.jpg);
}
.ContactUs .page-img {
  background-image: url(../img/bg-contactus-kv@2x.jpg);
}
.AboutJapaneseGolf .page-img {
  background-image: url(../img/bg-aboutjapanesegolf-kv@2x.jpg);
}
.GolfCourses .page-img {
  background-image: url(../img/bg-golfcourses-kv@2x.jpg);
}
.Packages .page-img {
  background-image: url(../img/bg-packages-kv@2x.jpg);
}
/*!
layout > container
------------------------------
*/
.l-container {
  width: 90%;
  margin: 0 auto;
}

.l-container {
  max-width: var(--width-content);
}
.l-container p.text{
	margin-bottom:2em;
  line-height: 1.9;
}
.l-container img{
	margin-bottom:0.6em;
}


/*!
layout > header
------------------------------
*/
.header, .navbar{
	background-color:var(--white);
	padding:0;
	margin:0;
}
.header-logo {
  width: 300px;
	padding-right:80px;
	border-right:solid 1px #c8c8c8;
}
@media screen and (max-width: 768px) {
.header-logo {
  width: auto;
	padding-right:0;
	border-right:none;
}
}
.header h1{
	margin-bottom:-0.1em;
}

.header-logo img{
	height:56px;
	width:56px;
	margin-right:5px;
}
/* nav-itemの文字色 */
.header .navbar .navbar-nav .nav-link {
    color: var(--black);
		padding-right:1em;
		margin-right:1em;
		font-weight:bold;
}
/* nav-item activeの文字色 */
.header .navbar .navbar-nav .active > .nav-link {
    color: var(--accent);
}
/* nav-item:focus、nav-item:hoverの文字色 */
.header .navbar .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--accent);
		border-top:5px var(--accent) solid;
		margin-top:-5px;
}
@media screen and (max-width: 768px) {
.header .navbar .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
		border-top:none;
		margin-top:0;
}
}
.navbar-toggler{
  border-color: rgba(0,0,0,0);
  background-color:var(--accent) ;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*!
layout > footer
------------------------------
*/
.footer{
	background:var(--black);
	color:var(--white);
}


.footer-kv {
  height: 50vh;
  background-image: url(../img/pic-top-footer@2x.jpg);
  background-position: center;
  background-size: cover;
  display: grid;
}
.footer .mb-2{
}


@media screen and (max-width: 768px) {
	.footer-kv {
  height: 25vh;
	}
}
.footer-list .bold{
	font-size:14px;
	margin-left:0em;
}
.footer-item {
	font-size:12px;
	margin-left:0.5em;
}

.footer-item:not(:last-child)::after {
  padding: 8px 0;
}
.footer img{
	height:120px;
	width:120px;
	margin:0 0 20px 20px;
}
.footer-copyright{
	font-size:12px;
	color:#999999;
}

/*!
component > cta
------------------------------
*/
.c-cta {
  background-color: var(--color-bg-light);
  text-align: center;
}
.c-cta:hover {
  background-color: var(--accent);
	color: var(--white);
}
.c-cta p{
	margin-bottom:-5px;
}
.text{
	margin-bottom:3em;
}
.list01, .list02{
	margin-bottom:3em;
	line-height:1.5em;
}
.list01 li{
	margin-bottom:1em;
}
.list01 li::before {
  content: "-";
  font-weight: bold;
	margin-right:0.6em;
}
.list01 li{
    padding-left: 1em;
    text-indent: -1em;
}
ol{
  counter-reset: item;
}
.list02{
	font-size:1.1em;
}
.list02 li{
	margin-bottom:0.5em;
}
.list02 li::before {
	counter-increment: item;
  content: counter(item)'.';
  font-weight: bold;
	margin-right:0.6em;
}
.list02 li{
    padding-left: 1em;
    text-indent: -1em;
}


/*!
page > top > top-kv
------------------------------
*/
.top-kv {
  height: 90vh;
  background-image: url(../img/bg-top-kv@2x.jpg);
  background-position: center;
  background-size: cover;
  display: grid;
  place-items: center;
  text-align: center;
	margin-bottom:2em;
}
@media screen and (max-width: 768px) {
	.top-kv {
  height: 50vh;
	}
}
.top-kv-inner {
  width: 100%;
}

.top-kv-main-copy {
  font-size: 45px;
  font-weight: bold;
}

.top-kv-sub-copy {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}

.GolfCourses .table a{
  text-decoration:underline;
  color:  var(--accent);
}

/*# sourceMappingURL=style.css.map */
