@charset "utf-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ==========================================================================
   Main Styles
   ========================================================================== */

/* Base
   ========================================================================== */

body {
  color: #666;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2;
}
a {
  color: #119936;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #119936;
  text-decoration: none;
}

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;
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style: none;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}

/* Header
   ========================================================================== */

.header {
  height: 55px;
  position: relative;
  z-index: 1000000;
}
.header-logo {
  float: left;
  padding: 10px 0 0 10px;
}
.header-logo h1 img {
  height: auto;
  width: 188px;
}
.header-btn {
  float: right;
}
.header-btn span {
  background: url(/sp/assets/images/header/header_menu_open.png) 0 0 no-repeat;
  -webkit-background-size: 67px 55px;
  background-size: 67px 55px;
  cursor: pointer;
  display: block;
  height: 55px;
  width: 67px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.header-btn.active span {
  background: url(/sp/assets/images/header/header_menu_close.png) 0 0 no-repeat;
  -webkit-background-size: 67px 55px;
  background-size: 67px 55px;
  width: 67px;
}

/* Drawer
   ========================================================================== */

.container {
  position: relative;
  overflow: hidden;
}
.container-inner {
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.wrapper {
  position: relative;
}
.black {
  display: none;
}
.black.active {
  background-color: rgba(0,0,0,0.8);
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 99999;
}
.drawer {
  background-color: #fff;
  height: 100%;
  padding-bottom: 100px;
  position: absolute;
  -webkit-transform: translateX(291px);
  transform: translateX(291px);
  -webkit-transition: ease .3s;
  transition: ease .3s;
  padding-top: 55px;
  top: 0;
  right: 0;
  width: 291px;
  z-index: 100000;
}
.drawer.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
  overflow: auto;
}
.container-inner.cover .header {
  background-color: #fff;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}
.container-inner.cover .wrapper {
  margin-top: 55px;
}


/* .drawer-btn */

.drawer-btn-reserve {
  background: url(/sp/assets/images/home/home_btn_bg.png) 0 0 repeat;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 4.7%;
}
.drawer-btn-reserve a {
  background-color: #d93600;
  border-radius: 3px;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.drawer-btn-reserve span {
  background: url(/sp/assets/images/home/home_btn_arrow.png) 0 center no-repeat;
  -webkit-background-size: 19px 19px;
  background-size: 19px 19px;
  display: inline-block;
  padding-left: 25px;
}
.drawer-btn-user {
  padding: 15px 4.7%;
}
.drawer-btn-user ul {
  overflow: hidden;
}
.drawer-btn-user li {
  float: left;
  width: 49%;
}
.drawer-btn-user li:first-child {
  margin-right: 2%;
}
.drawer-btn-user a {
  background-color: #eaeaea;
  border-radius: 3px;
  color: #515151;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.drawer-menu .head {
  color: #04240c;
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  text-align: center;
}
.drawer .home-btn-user a {
  font-size: 11px;
}
.drawer-menu ul li a,
.drawer-menu ul li span {
  cursor: pointer;
  padding: 11px 10% 11px 4.7%;
}
.drawer-menu ul.lv01 > li {
  font-size: 15px;
}
.drawer-menu ul.lv01 > li > span {
  border-bottom: 1px solid #fff;
  display: block;
  color: #fff;
}
.drawer-menu ul.lv01 > li > span.open {
  background: url(/sp/assets/images/header/drawer_menu_open.png) 95.3% center no-repeat #bbbbbb;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv01 > li > span.open.active {
  background: url(/sp/assets/images/header/drawer_menu_close.png) 95.3% center no-repeat #bbbbbb;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv01 > li > a {
  border-bottom: 1px solid #fff;
  display: block;
  color: #fff;
  text-decoration: none;
}
.drawer-menu ul.lv01 > li > a.link {
  background: url(/sp/assets/images/header/drawer_menu_arrow02.png) 93.3% center no-repeat #bbbbbb;
  display: block;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
}
.drawer-menu ul.lv02 {
  border-top: 1px solid #fff;
}
.drawer-menu ul.lv02 > li {
  font-size: 13px;
}
.drawer-menu ul.lv02 > li > a {
  background: url(/sp/assets/images/header/arow.png) 95.3% center no-repeat #eaeaea;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
  border-bottom: 1px dotted #fff;
  color: #000;
  display: block;
  text-decoration: none;
}
.drawer-menu ul.lv02 > li > a.pc {
  background: url(/sp/assets/images/header/drawer_menu_pc.png) 95.3% center no-repeat #eaeaea;
  display: block;
  -webkit-background-size: 25px auto;
  background-size: 25px auto;
}
.drawer-menu ul.lv02 > li > span {
  border-bottom: 1px solid #fff;
  color: #000;
  display: block;
}
.drawer-menu ul.lv02 > li > span.open {
  background: url(/sp/assets/images/header/drawer_menu_open.png) 95.3% center no-repeat #eaeaea;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv02 > li > span.open.active {
  background: url(/sp/assets/images/header/drawer_menu_close.png) 95.3% center no-repeat #eaeaea;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv03 > li > a {
  border-bottom: 1px dotted #000;
  color: #000;
  display: block;
  padding-left: 7.7%;
  text-decoration: none;
}
.drawer-menu ul.lv03 > li > a.link {
  background: url(/sp/assets/images/header/arow.png) 95.3% center no-repeat #f7f7f7;
  display: block;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv04 {
  display: block !important;
}
.drawer-menu ul.lv04 > li > a {
  border-bottom: 1px solid #fff;
  color: #000;
  display: block;
  padding-left: 7.7%;
  text-decoration: none;
}
.drawer-menu ul.lv04 > li > span {
  border-bottom: 1px dotted #000;
  color: #000;
  display: block;
  padding-left: 11.7%;
}
.drawer-menu ul.lv04 > li > span.open {
  background: url(/sp/assets/images/header/drawer_menu_open.png) 95.3% center no-repeat #f7f7f7;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv04 > li > span.open.active {
  background: url(/sp/assets/images/header/drawer_menu_close.png) 95.3% center no-repeat #f7f7f7;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv04 > li > a {
  border-bottom: 1px dotted #000;
  color: #000;
  display: block;
  padding-left: 11.7%;
  text-decoration: none;
}
.drawer-menu ul.lv04 > li > a.link {
  background: url(/sp/assets/images/header/arow.png) 95.3% center no-repeat #f7f7f7;
  display: block;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv05 > li > span {
  border-bottom: 1px dotted #000;
  color: #000;
  display: block;
  padding-left: 15.7%;
}
.drawer-menu ul.lv05 > li > span.open {
  background: url(/sp/assets/images/header/drawer_menu_open.png) 95.3% center no-repeat #f7f7f7;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv05 > li > span.open.active {
  background: url(/sp/assets/images/header/drawer_menu_close.png) 95.3% center no-repeat #f7f7f7;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv05 > li > a {
  border-bottom: 1px dotted #000;
  color: #000;
  display: block;
  padding-left: 15.7%;
  text-decoration: none;
}
.drawer-menu ul.lv05 > li > a.link {
  background: url(/sp/assets/images/header/arow.png) 95.3% center no-repeat #f7f7f7;
  display: block;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}


.drawer-menu ul.lv06 > li > span {
  border-bottom: 1px dotted #000;
  color: #000;
  display: block;
  padding-left: 19.7%;
}
.drawer-menu ul.lv06 > li > span.open {
  background: url(/sp/assets/images/header/drawer_menu_open.png) 95.3% center no-repeat #f7f7f7;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv06 > li > span.open.active {
  background: url(/sp/assets/images/header/drawer_menu_close.png) 95.3% center no-repeat #f7f7f7;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv06 > li > a {
  border-bottom: 1px dotted #000;
  color: #000;
  display: block;
  padding-left: 19.7%;
  text-decoration: none;
}
.drawer-menu ul.lv06 > li > a.link {
  background: url(/sp/assets/images/header/arow.png) 95.3% center no-repeat #f7f7f7;
  display: block;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}

.drawer-menu ul.lv07 > li > span {
  border-bottom: 1px dotted #000;
  color: #000;
  display: block;
  padding-left: 19.7%;
}
.drawer-menu ul.lv07 > li > span.open {
  background: url(/sp/assets/images/header/drawer_menu_open.png) 95.3% center no-repeat #f7f7f7;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv07 > li > span.open.active {
  background: url(/sp/assets/images/header/drawer_menu_close.png) 95.3% center no-repeat #f7f7f7;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.drawer-menu ul.lv07 > li > a {
  border-bottom: 1px dotted #000;
  color: #000;
  display: block;
  padding-left: 19.7%;
  text-decoration: none;
}
.drawer-menu ul.lv07 > li > a.link {
  background: url(/sp/assets/images/header/arow.png) 95.3% center no-repeat #f7f7f7;
  display: block;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}


/*
.drawer-menu ul.lv06 > li > a {
  border-bottom: 1px dotted #000;
  color: #000;
  display: block;
  padding-left: 20.7%;
  text-decoration: none;
}
.drawer-menu ul.lv06 > li > a.link {
  background: url(/sp/assets/images/header/arow.png) 95.3% center no-repeat #f7f7f7;
  display: block;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
*/


.drawer-menu ul.lv01 ul {
  display: none;
}
.drawer-menu ul.lv01 li.faq a {
  color: #777;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.drawer-menu ul.lv01 li.faq a span {
  background: url(/sp/assets/images/header/drawer_menu_faq.png) 0 center no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  display: inline-block;
  padding-left: 28px;
}
p {
  word-wrap: break-word;
}

/* golf-course */

.drawer-menu .golf-course ul.lv04 > li > span {
  padding-left: 7.7%;
}
.drawer-menu .golf-course ul.lv05 > li > a,
.drawer-menu .golf-course ul.lv05 > li > span {
  padding-left: 11.7%;
}
.drawer-menu .golf-course ul.lv06 > li > a,
.drawer-menu .golf-course ul.lv06 > li > span {
  padding-left: 15.7%;
}
.drawer-menu .golf-course ul.lv07 > li > a,
.drawer-menu .golf-course ul.lv07 > li > span {
  padding-left: 19.7%;
}

/* Main
   ========================================================================== */



/* Footer
   ========================================================================== */

/* pagetop */

.pagetop {
  margin-top: 20px;
  text-align: center;
}
.pagetop a {
  background: url(/sp/assets/images/footer/pagetop_arrow.png) center 0 no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  display: inline-block;
  font-size: 13px;
  margin: 13px 0;
  padding-top: 18px;
  text-decoration: none;
}

/* footer-sitemap */

.footer-sitemap a {
  color: #767676;
  text-decoration: none;
}
.footer-sitemap li a {
  padding: 0 4.7%;
}
.footer-sitemap > ul > li span.category {
  background: url(/sp/assets/images/footer/footer_sitemap_arrow_open.png) 95.3% center no-repeat;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  border-top: 1px solid #cccccc;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 40px;
  padding-left: 4.7%;
  line-height: 40px;
}

.footer-sitemap > ul > li a.category-link {
  padding: 0;
}

.footer-sitemap > ul > li span.category-link-span {
  background: url(/sp/assets/images/footer/footer_sitemap_arrow_category_link.png) 95.3% center no-repeat;
  -webkit-background-size: 7px auto;
  background-size: 7px auto;
  border-top: 1px solid #cccccc;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 4.7%;
}

.footer-sitemap > ul > li span.category.active {
  background: url(/sp/assets/images/footer/footer_sitemap_arrow_close.png) 95.3% center no-repeat;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
}
.footer-sitemap ul.submenu li {
  background: url(/sp/assets/images/footer/footer_sitemap_line.png) 0 100% repeat-x #f7f7f7;
}
.footer-sitemap ul.submenu li:last-child {
  background-image: none;
}
.footer-sitemap ul.submenu li a {
  background: url(/sp/assets/images/footer/footer_sitemap_arrow_link.png) 4.7% center no-repeat;
  -webkit-background-size: 5px auto;
  background-size: 5px auto;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  padding-left: 9%;
}
.footer-sitemap ul.submenu {
  border-top: 1px solid #cccccc;
  display: none;
}

/* footer-menu */

.footer-menu ul {
  border-top: 1px solid #cccccc;
}
.footer-menu li a {
  background: url(/sp/assets/images/footer/footer_menu_arrow.png) 95.3% center no-repeat #bbbbbb;
  -webkit-background-size: 7px auto;
  background-size: 7px auto;
  border-bottom: 1px solid #cccccc;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 39px;
  padding-left: 4.7%;
  line-height: 39px;
  text-decoration: none;
}
.footer-menu li.outlink a {
  background: url(/sp/assets/images/footer/footer_menu_outlink.png) 95.3% center no-repeat #bbbbbb;
  -webkit-background-size: 14px auto;
  background-size: 14px auto;
}
.footer-menu li img {
  height: auto;
  margin-left: 5px;
  vertical-align: middle;
  width: 26px;
}

/* footer-copy */

.footer-copy {
  background-color: #bbbbbb;
  color: #fff;
  font-size: 10px;
  padding: 20px 4.7%;
  text-align: center;
}

/* Commons
   ========================================================================== */

/* news-icon */

.news-icon {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  min-width: 6em;
  padding: 0 10px;
  text-align: center;
}
.news-icon-info {
  background-color: #119936;
}
.news-icon-cp {
  background-color: #eda805;
}
.news-icon-important {
  background-color: #ef4e4e;
}
.news-icon-trial {
  background-color: #128bcd;
}
.news-icon-compe {
  background-color: #fc7d58;
}
.news-icon-easy {
  background-color: #9db02f;
}
.news-icon-kids {
  background-color: #c6bd13;
}
.news-icon-student {
  background-color: #ad63b8;
}
.news-icon-event {
  background-color: #dbc500;
}

/* all */

.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}


.tdn{text-decoration: none !important;
    color: #000;}


.tdn a{text-decoration: none !important;
  color: #000;}

.txt-green{color: #119936 !important;}  

a.women-event-btn{
	color: #fff;
	font-size: 14px;
    background-color: #F26666;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.women-event-btn:hover{
	text-decoration: none;
	opacity:0.7;
}

.women-event-btn-box{
	text-align: center;
}
