/* ==========================================================================
   normalize
   ========================================================================== */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* ==========================================================================
   reset
   ========================================================================== */

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
	color: black;
	font-size: 16px;
	background: #ff7d00;
	line-height: 1.64;
}

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

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #999999;
}

a:link,
a:visited,
a:focus,
a:hover,
a:active {
	border: none;
	outline: none;
}

ul,
ol {
	list-style: none;
}

img {
	outline: none;
	line-height: 1;
	vertical-align: top;
}

em {
	font-style: normal;
}

/* ==========================================================================
   general
   ========================================================================== */

html,
body {
	height: 100%;
	min-width: 1024px;
}

.wrapper {
	position: relative;
	min-height: 100%;
}

.content {
	margin-bottom: 0 !important;
	padding: 60px 0 195px 0;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 195px;
}

.container {
	position: relative;
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 38px;
	padding-right: 38px;
}

.white {
	color: white;
}

.white a {
	color: white;
}

.white a:hover {
	color: #e6e6e6;
}

.grey {
	color: #999999;
}

.grey a {
	color: #999999;
}

.grey a:hover {
	color: gray;
}

.orange {
	color: #ff7d00;
}

.orange a {
	color: #ff7d00;
}

.orange a:hover {
	color: #ff9733;
}

a.orange {
	color: #ff7d00;
}

a.orange:hover {
	color: #ff9733;
}

.black {
	color: black;
}

.black a {
	color: black;
}

.black a:hover {
	color: #1a1a1a;
}

.bg-orange {
	background-color: #ff7d00;
}

.bg-shaded {
	background: url('../img/common/bg-shaded.png') repeat;
	padding: 14px;
}

.box {
	background-color: white;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.radius {
	border-radius: 6px;
	position: relative;
}

.box-double {
	position: relative;
	border: 2px solid white;
	z-index: 1;
}

.box-double:before {
	content: '';
	display: block;
	position: absolute;
	border: 2px solid #ff7d00;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.left {
	float: left;
}

.right {
	float: right;
}

.subtitle {
	position: relative;
	top: -16px;
	display: inline-block;
	text-align: center;
	height: 36px;
	line-height: 36px;
	padding: 0 24px;
	color: #ff7d00;
	font-size: 17px;
	font-weight: normal;
	background: #000;
	border-radius: 18px;
}

.title-radius {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 32px;
	border-radius: 15px;
	padding: 0 20px;
}

.arrow-black {
	display: inline-block;
	line-height: 18px;
	height: 18px;
}

.arrow-black:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -1px;
	background: url('../img/common/arrow-black.png') no-repeat;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	vertical-align: middle;
}

/* ==========================================================================
   header
   ========================================================================== */

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	height: 60px;
	background: url('../img/common/header-bg.png') repeat #ff7d00;
	line-height: 1;
}

.header-logo {
	float: left;
}

.btn-google_play {
	float: right;
	margin: 10px 0 10px 8px;
}

.btn-apple_store {
	float: right;
	margin: 10px 0 10px 20px;
}

.twitter {
	float: right;
	margin: 20px 0 0 8px;
}

.fb-like {
	float: right;
	margin: 20px 0 0 0;
}

/* ==========================================================================
   footer
   ========================================================================== */

.footer {
	background: url('../img/common/footer-grass.png') repeat-x center top black;
}

.footer-link {
	color: white;
	font-size: 12px;
	margin-top: 30px;
}

.footer-link > li {
	display: inline-block;
	line-height: 12px;
	height: 12px;
	margin-left: 20px;
}

.footer-link > li:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -1px;
	background: url('../img/common/footer-link-arrow.png') no-repeat;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	vertical-align: middle;
}

.footer-link > li:first-child {
	margin-left: 0;
}

.footer-link > li > a {
	color: white;
	text-decoration: underline;
}

.footer-link > li > a:hover {
	color: #e6e6e6;
}

.footer-logo-golf {
	margin-top: 30px;
}

.footer-recruit-wrap {
	margin-top: 15px;
	position: relative;
	font-size: 10px;
	line-height: 1;
}

.footer-recruit-wrap a {
	display: block;
	text-decoration: underline;
	color: white;
}

.footer-recruit-wrap a:hover {
	color: #e6e6e6;
}

.footer-recruit-wrap .recruit-logo {
	float: left;
	margin-bottom: 10px;
}

.footer-recruit-wrap .recruit-lifestyle {
	float: left;
	margin: 18px 0 10px 10px;
}

.footer-recruit-wrap .recruit-group {
	clear: both;
}

.pagetop {
	position: absolute;
	top: -48px;
	left: 986px;
	z-index: 1;
	overflow: hidden;
	width: 38px;
	height: 52px;
}

.pagetop.fixed {
	position: fixed;
	bottom: -42px;
	top: auto;
	-webkit-transition: bottom .15s ease-in-out;
}

.pagetop.fixed.visible {
	bottom: 0;
}

.pagetop > a {
	position: absolute;
	top: 10px;
	transition: top .2s;
}

.pagetop > a:hover {
	top: 0;
}

.footer-majo {
	background: url('../img/common/footer-majo.png') no-repeat;
	position: absolute;
	right: 34px;
	top: -93px;
	width: 146px;
	height: 97px;
	z-index: 1;
}

/* ==========================================================================
   content
   ========================================================================== */

.breadcrumb {
	float: left;
	font-size: 9px;
	margin: 38px 0 15px;
	color: white;
}

.breadcrumb li {
	display: inline;
	font-size: 10px;
}

.breadcrumb li a {
	text-decoration: underline;
}

.breadcrumb li a:hover {
	color: #e6e6e6;
}

.breadcrumb li a,
.breadcrumb li span {
	color: white;
	line-height: 1.8;
}

.breadcrumb li:before {
	content: ">";
	display: inline;
	padding: 0 0.5em;
}

.breadcrumb li:first-child:before {
	content: "";
	display: none;
}

.nav {
	clear: both;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.nav li {
	margin-left: 6px;
}

.main {
	margin-top: 30px;
}

.btm-sandou-link {
	font-weight: bold;
	font-size: 14px;
	margin: 40px 0 80px;
}

.btm-sandou-link > li {
	display: inline-block;
}

.btm-sandou-link > li:first-child {
	margin-right: 20px;
}

.btm-sandou-link a {
	color: white;
}

.btm-sandou-link a:hover {
	color: #e6e6e6;
}

/****************** TOP ******************/

.home .main-logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -512px;
	z-index: 100;
	transition: all .25s;
	opacity: 0;
	z-index: -1;
}

.home .main .bg-shaded {
	padding: 3px 14px 14px;
}

.home .main-logo.loading {
	opacity: 1;
}

.no-opacity .home .main-logo {
	display: none;
}

.no-opacity .home .main-logo.loading {
	display: block;
}

.home .majibu {
	float: right;
	display: inline-block;
	margin-bottom: 17px;
}

.home .top-majibu-wrap {
	position: relative;
}

.home .top-majibu-wrap .top-majibu-link {
	position: absolute;
	top: 30px;
	left: 30px;
}

.home .top-majibu-note {
	position: absolute;
	left: 343px;
	top: 156px;
}

.home .top-points > li {
	width: 300px;
	float: left;
	margin-left: 10px;
	padding: 10px;
}

.home .top-points > li.first-child {
	margin-left: 0;
}

.home .top-points > li > div {
	margin-top: 10px;
	padding: 20px 0;
}

.home .top-points .h50 {
	height: 50px;
}

.home .top-points .lh50p {
	line-height: 50px;
}

.home .note-wrap {
	padding: 20px 40px;
}

.home .banner-list {
	margin-left: 19px;
	margin-bottom: 24px;
}

.home .banner-list > li {
	margin-left: 9px;
}

.home .banner-list > li:first-child {
	margin-left: 0;
}

/****************** about ******************/

.about .main {
	margin-bottom: 120px;
}

.about .main h1 {
	text-align: center;
}

.about .p05e {
	padding: .5em;
}

.about .box-1 {
	padding-bottom: 20px;
}

.about .box-movie {
	padding-bottom: 30px;
}

.about .col-2 {
	padding-bottom: 35px;
}

.about .col-2 > div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 0 30px;
	border-right: 2px solid #ff7d00;
}

.about .note-wrap {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	text-align: left;
	padding: 0 20px;
}

/****************** manners ******************/

.manners .main {
	margin-bottom: 130px;
}

.manners .box {
	padding: 68px 42px;
}

.manners .answer {
	background: url('../img/manners/a.png') no-repeat 38px 5px;
	padding: 20px 0 80px 100px;
}

.manners .answer-2 .left {
	width: 188px;
}

.manners .answer-2 .right {
	width: 557px;
}

.manners .grey-radius {
	display: inline-block;
	font-size: 12px;
	color: white;
	background: #999999;
	line-height: 26px;
	height: 26px;
	border-radius: 13px;
	padding: 0 10px;
}

.manners .image-wrap {
	position: relative;
}

.manners .image-wrap .link {
	position: absolute;
	line-height: 0;
}

.manners .answer-4 .image-wrap .link {
	bottom: 33px;
	right: 126px;
}

.manners .answer-5 .image-wrap .link {
	bottom: 16px;
	left: 22px;
}

.manners .answer-5 {
	padding-bottom: 0;
}

.manners .majo {
	position: absolute;
	top: -105px;
	right: 40px;
	background: url('../img/common/majo.png') no-repeat;
	width: 98px;
	height: 114px;
}

/****************** manners ******************/

.manners_range .main {
	margin-bottom: 130px;
}

.manners_range .box {
	padding: 67px 36px 60px;
}

.manners_range .majo {
	position: absolute;
	right: 103px;
	top: -90px;
	background: url('../img/manners_range/majo.png') no-repeat;
	width: 98px;
	height: 90px;
}

.manners_range .scene > .left {
	width: 116px;
}

.manners_range .scene > .left > .dotted {
	margin: 6px 0;
	background: url('../img/manners_range/dotted.png') repeat-y 45px top;
}

.manners_range .scene > .right {
	width: 707px;
	padding-left: 49px;
}

.manners_range .scene > .right h2 {
	margin-left: -49px;
}

.manners_range .scene-1 > .left > .dotted {
	height: 1063px;
}

.manners_range .scene-2 > .left > .dotted {
	height: 2387px;
}

.manners_range .section-4-fig-wrap {
	position: relative;
}

.manners_range .movie-frame {
	background: url('../img/manners_range/section-5-frame.png') no-repeat;
	width: 326px;
	height: 218px;
	padding: 44px 0 0 27px;
}

.manners_range .point-wrap {
	position: absolute;
	left: 238px;
	bottom: 0;
}

.manners_range .section-4-ol {
	margin-left: -13px;
}

.manners_range .section-4-ol > li {
	float: left;
	width: 162px;
	margin-left: 16px;
}

.manners_range .section-4-ol > li:first-child {
	margin-left: 0;
}

.manners_range .section-4-ol > li p {
	padding: 10px 0 0 13px;
}

.manners_range .box-column {
	padding: 38px 36px;
}

.manners_range .column-1 {
	position: relative;
}

.manners_range .column-1 .btn {
	position: absolute;
	left: 309px;
	top: 124px;
}

/****************** manners ******************/

.manners_course .main {
	margin-bottom: 130px;
}

.manners_course .box {
	padding: 67px 36px 60px;
}

.manners_course .majo {
	position: absolute;
	right: 86px;
	top: -102px;
	background: url('../img/manners_course/majo.png') no-repeat;
	width: 100px;
	height: 102px;
}

.manners_course .scene > .left {
	width: 116px;
}

.manners_course .scene > .left > .dotted {
	margin: 6px 0;
	background: url('../img/manners_course/dotted.png') repeat-y 45px top;
}

.manners_course .scene > .right {
	width: 707px;
	padding-left: 49px;
}

.manners_course .scene > .right h2 {
	margin-left: -49px;
}

.manners_course .scene-1 > .left > .dotted {
	height: 1543px;
}

.manners_course .scene-2 > .left > .dotted {
	height: 1782px;
}

.manners_course .section-1-wrap {
	position: relative;
}

.manners_course .section-1-wrap .btn {
	position: absolute;
	bottom: 37px;
	left: 142px;
}

.manners_course .box-column {
	padding: 23px 36px 33px;
}

.manners_course .column-subtitle {
	position: relative;
	top: -46px;
	background: black;
	border-radius: 15px;
	height: 30px;
	line-height: 30px;
	color: white;
	font-size: 15px;
	padding: 0 20px;
	display: inline-block;
}

.manners_course .column-box {
	position: relative;
	border-radius: 7px;
	border: 4px solid #ccc;
	padding: 30px 25px 60px;
}

.manners_course .column-box a {
	color: #ff7d00;
}

.manners_course .column-box a:hover {
	color: #ff9733;
}

.manners_course .column-content {
	text-align: left;
	padding: 0 0 0 120px;
	background: url('../img/manners_course/column-fig-1.png') no-repeat left top;
}

.manners_course .column-content.fig-2 {
	background-image: url('../img/manners_course/column-fig-2.png');
}

.manners_course .fukidash {
	display: inline-block;
	position: relative;
	color: white;
	font-size: 18px;
	background-color: #808080;
	border-radius: 7px;
	padding: 16px;
}

.manners_course .fukidash:before {
	content: '';
	position: absolute;
	left: -7px;
	top: 0;
	background: url('../img/manners_course/column-fukidashi.png') no-repeat;
	width: 7px;
	height: 32px;
}

.manners_course .ng {
	margin-top: 15px;
	padding-left: 60px;
	background: url('../img/manners_course/column-ng.png') no-repeat;
	min-height: 50px;
	font-size: 15px;
	line-height: 1.7;
	font-weight: bold;
}

.manners .box-btm,
.manners_range .box-btm,
.manners_course .box-btm {
	padding: 30px 0;
}

.manners .box-btm-link-wrap,
.manners_range .box-btm-link-wrap,
.manners_course .box-btm-link-wrap {
	display: inline-block;
}

.manners .box-btm-link-wrap > div,
.manners_range .box-btm-link-wrap > div,
.manners_course .box-btm-link-wrap > div {
	width: 295px;
}

.manners .box-btm-link-wrap > div:first-child,
.manners_range .box-btm-link-wrap > div:first-child,
.manners_course .box-btm-link-wrap > div:first-child {
	margin-right: 45px;
}

.manners .box-btm-links,
.manners_range .box-btm-links,
.manners_course .box-btm-links {
	display: inline-block;
	font-weight: bold;
}

.manners .box-btm-links > li,
.manners_range .box-btm-links > li,
.manners_course .box-btm-links > li {
	margin-left: 20px;
}

.manners .box-btm-links > li:first-child,
.manners_range .box-btm-links > li:first-child,
.manners_course .box-btm-links > li:first-child {
	margin-left: 0;
}

/****************** muryo ******************/

.muryo .main {
	margin-bottom: 130px;
}

.muryo .ml20 {
	margin-left: 20px;
}

.muryo .majo,
.tenpo .majo {
	position: absolute;
	top: -105px;
	right: 79px;
	background: url('../img/common/majo.png') no-repeat;
	width: 98px;
	height: 114px;
}

.muryo .box {
	position: relative;
	padding-bottom: 45px;
}

.muryo .link-text a {
	position: absolute;
	top: 207px;
	left: 87px;
	display: inline-block;
	background: url('../img/muryo/link-belongings.png') no-repeat;
	width: 510px;
	height: 31px;
}

.muryo .link-text a:hover {
	background: url('../img/muryo/link-belongings_hv.png') no-repeat;
	left: 91px;
}

.muryo .step {
	display: inline-block;
	background: url('../img/muryo/step-bg.png') no-repeat;
	width: 820px;
	height: 74px;
	line-height: 0;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 14px;
}

.muryo .check {
	text-align: center;
}

.muryo .check span {
	display: inline-block;
	color: white;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	height: 32px;
	padding: 0 20px;
	border-radius: 16px;
	background-color: #a9a9a9;
}

.muryo .note-wrap {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	line-height: 1.6;
	text-align: left;
	padding: 0 112px;
}

.muryo .note-wrap a {
	color: #ff7d00;
}

.muryo .note-wrap a:hover {
	color: #ff9733;
}

.muryo .tl-wrap {
	display: inline-block;
	text-align: left;
}

.muryo .figure {
	display: inline-block;
	line-height: 1.7;
	font-size: 13px;
	text-align: left;
}

.muryo .figure p {
	margin-top: 5px;
}

.muryo .figure-1 {
	display: block;
}

.muryo .figure-1 > div {
	margin: 0 auto;
	width: 204px;
}

.muryo .figure-2 > div {
	width: 204px;
}

.muryo .figure-2 > div:first-child {
	margin-right: 56px;
}

.muryo .figure-3 > div {
	width: 375px;
	margin-left: 38px;
}

.muryo .figure-3 > div:first-child {
	width: 184px;
	margin-left: 0;
}

.muryo .figure-3 > div.last-child {
	width: 184px;
}

.muryo .bring .thumb {
	position: relative;
	left: -32px;
}
.muryo .bring-item {
	padding: 30px 70px;
}
.muryo .bring-item .list {
	width: 50%;
	list-style: none;
	text-align: left;
	font-size: 16px;
}
.muryo .bring-item .right {
	position: relative;
	left: 28px;
}
.muryo .bring-other {
	margin: 0 24px;
	padding-bottom: 50px;
	background-color: #eee;
	border-radius: 12px;
}
.muryo .bring-other h3 {
	padding: 30px 0;
}
.muryo .bring-other .list {
	padding: 0 40px;
	list-style: none;
	text-align: left;
	font-size: 14px;
}
.muryo .bring-other .attention .list {
	color: #e60012;
}
.muryo .app-links {
	display: table;
	margin: 28px auto 0;
}
.muryo .app-links > li {
	display: table-cell;
	padding: 0 0 0 10px;
}
.muryo .app-links > li:first-child {
	padding: 0 10px 0 0;
}

/****************** search ******************/

.search .main {
	margin-bottom: 120px;
}

.search .search-tab {
	margin-left: 112px;
	position: relative;
	z-index: 2;
}

.search .search-tab li {
	float: left;
	position: relative;
	margin-left: 28px;
}

.search .search-tab li:first-child {
	margin-left: 0;
}

.search .search-tab li a {
	display: block;
	background: url('../img/search/icon-search-off.png') no-repeat 20px center #e6e6e6;
	border-radius: 10px 10px 0 0;
	position: relative;
	color: #999;
	font-size: 20px;
	text-align: center;
	height: 55px;
	width: 348px;
	line-height: 55px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1) inset;
}

.search .search-tab li span {
	display: none;
	position: absolute;
	top: 55px;
	left: 161px;
	background: url('../img/search/tip.png') no-repeat;
	width: 26px;
	height: 12px;
}

.search .search-tab li.active a {
	background-image: url('../img/search/icon-search-on.png');
	background-color: black;
	color: #ff7d00;
	box-shadow: none;
	cursor: default;
}

.search .search-tab li.active span {
	display: block;
}

.search .search-box {
	padding: 50px 112px;
	position: relative;
	z-index: 1;
}

.search .accordion-wrap {
	display: none;
}

.search .chiiki {
	margin-top: 15px;
}

.search .chiiki.first-child {
	margin-top: 0;
}

.search .chiiki > a,
.search .chiiki > span {
	display: block;
	position: relative;
	background: #ff7d00;
	color: white;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
	line-height: 46px;
	height: 46px;
	border-radius: 6px;
	cursor: pointer;
	text-decoration: none;
}

.search .chiiki > span {
	cursor: default;
}

.search .chiiki > a:after {
	content: '';
	display: block;
	position: absolute;
	right: 14px;
	top: 13px;
	background: url('../img/search/icon-arrow-down-white-off.png') no-repeat;
	width: 20px;
	height: 20px;
}

.search .chiiki > a.active:after {
	background-image: url('../img/search/icon-arrow-down-white-on.png');
}

.search .chiiki-wrap {
	padding: 5px 30px 0;
	margin-bottom: 15px;
}

.search .todouhuken > a,
.search .todouhuken > span {
	display: block;
	position: relative;
	color: #ff7d00;
	font-size: 16px;
	border-radius: 6px;
	border: 3px solid #ff7d00;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-decoration: none;
}

.search .todouhuken > a:after,
.search .todouhuken > span:after {
	content: '';
	display: block;
	position: absolute;
	right: 7px;
	top: 6px;
	background: url('../img/search/icon-arrow-down-orange-off.png') no-repeat;
	width: 18px;
	height: 18px;
}

.search .todouhuken > a.active:after,
.search .todouhuken > span.active:after {
	background-image: url('../img/search/icon-arrow-down-orange-on.png');
}

.search .todouhuken-wrap {
	margin: 10px 0 0;
}

.search .todouhuken-wrap li {
	font-size: 12px;
	padding: 14px 0;
	text-align: center;
	font-weight: bold;
	background: url('../img/search/border-dotted.png') repeat-x left top;
}

.search .todouhuken-wrap li:first-child {
	background: none;
}

.search .todouhuken-wrap li a {
	font-weight: bold;
	text-align: center;
}

.search .search-box-majo {
	position: absolute;
	top: -101px;
	right: 0;
}

.search .tab-wrap {
	position: relative;
}

.search .tab-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background-color: #fff;
	transition: opacity .25s;
	opacity: 0;
}

.search .tab-content.visible {
	position: relative;
	z-index: 2;
	opacity: 1;
}

.no-opacity .search .tab-content {
	display: none;
}

.no-opacity .search .tab-content.visible {
	display: block;
}

.search .accordion-note {
	color: #999;
	line-height: 1.75;
	font-size: 12px;
}

.search .coupon > span,
.search .coupon > a {
	vertical-align: middle;
}

.search .coupon:before {
	content: '';
	display: inline-block;
	background: url("../img/search/coupon.png") no-repeat;
	width: 43px;
	height: 17px;
	vertical-align: middle;
	margin: 0 .5em;
}

.search .coupon-inline:before {
	position: relative;
	top: -1px;
}

/****************** search_coursetel ******************/

.search_coursetel .search-box {
	padding: 50px 112px 35px;
}

/****************** faq ******************/

.faq .majo {
	position: absolute;
	top: -105px;
	right: 79px;
	background: url('../img/common/majo.png') no-repeat;
	width: 98px;
	height: 114px;
}

.faq .main {
	margin-bottom: 130px;
}

.faq .box {
	padding: 45px 100px 60px;
}

.faq .faq-wrap .question {
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 15px;
	font-weight: bold;
}

.faq .faq-wrap .question a {
	position: relative;
	display: table;
	background-color: #e0e0e0;
	border-radius: 6px;
	color: black;
	text-decoration: underline;
	width: 100%;
}

.faq .faq-wrap .question a .text {
	display: table-cell;
	padding: 14px 0;
}

.faq .faq-wrap .question a:hover {
	color: #999999;
}

.faq .faq-wrap .question a:before {
	content: '';
	display: table-cell;
	background: url('../img/faq/q-orange.png') no-repeat 13px center;
	width: 36px;
	height: 100%;
	padding-right: 10px;
}

.faq .faq-wrap .question a:after {
	content: '';
	display: table-cell;
	background: url('../img/common/icon-arrow-right-orange.png') no-repeat 10px center;
	width: 20px;
	height: 100%;
	padding: 0 18px 0 10px;
}

.faq .faq-wrap .question a .fukidashi {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -8px;
	background: url('../img/faq/fukidashi.png') no-repeat;
	width: 20px;
	height: 8px;
}

.faq .faq-wrap .question a.active {
	text-decoration: none;
	color: white;
	background: #ff7d00;
}

.faq .faq-wrap .question a.active:before {
	background-image: url('../img/faq/q-black.png');
}

.faq .faq-wrap .question a.active:after {
	background-image: url('../img/common/icon-arrow-down-white.png');
}

.faq .faq-wrap .question a.active .fukidashi {
	display: block;
}

.faq .faq-wrap .answer {
	display: none;
	margin: 10px 20px 40px 50px;
	padding: 5px 0 0 40px;
	background: url('../img/faq/a-orange.png') no-repeat left top;
}

.faq .accordion-wrap {
	line-height: 1.8;
	font-size: 13px;
}

/****************** sandou ******************/

.sandou .main {
	margin-bottom: 130px;
}

.sandou .majo {
	position: absolute;
	right: 40px;
	bottom: 47px;
	background: url('../img/sandou/majo.png') no-repeat;
	width: 90px;
	height: 80px;
}

.sandou .box {
	padding-bottom: 50px;
}

.sandou .box1 {
	padding: 60px 0;
}

.sandou .btn {
	display: inline-block;
	height: 44px;
	padding: 0 37px 0 60px;
	line-height: 44px;
	color: white;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-color: #ff7d00;
	border-radius: 6px;
}
.sandou .btn.dl {
	padding: 0 90px 0 120px;
	background-position: 80px center;
}
.sandou .btn:hover {
	background-color: #ff9733;
}

.sandou .icon-download {
	background-image: url('../img/sandou/icon-download.png');
}

.sandou .icon-window {
	background-image: url('../img/sandou/icon-window.png');
}

.sandou .divider {
	margin: 0 .5em;
}

.sandou .ichiran {
	display: inline-block;
}

.sandou .line {
	margin: 2em 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #ccc;
  padding: 0;
}

/* ==========================================================================
   delete footer spaces
   ========================================================================== */

body > img,
body > iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}

/* ==========================================================================
   slider
   ========================================================================== */

.slider {
	position: relative;
	text-align: center;
	z-index: 1;
	height: 380px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	/*background: #fff;*/
}

.film_roll {
	position: relative;
	overflow: hidden;
	height: 380px;
	transition: all .25s;
	opacity: 1;
	z-index: 1;
}

.film_roll.loading {
	opacity: 0;
}

.film_roll_wrapper {
	display: block;
	text-align: center;
	float: none;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: auto;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	width: 100%;
}

.film_roll_shuttle {
	text-align: left;
	float: none;
	position: relative;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	margin: 0 !important;
	padding: 0 !important;
	z-index: auto;
}

.film_roll_shuttle.vertical_center:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.film_roll_child {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.film_roll_prev,
.film_roll_next {
	position: absolute;
	top: 50%;
	width: 92px;
	height: 46px;
	margin: -23px 0 0 0;
	padding: 0;
	cursor: pointer;
	transition: all .15s ease;
	text-indent: -9999px;
}

.film_roll_prev {
	left: -46px;
	background: url('../img/top/slider-prev.png') no-repeat;
}

.film_roll_prev:hover {
	left: -36px;
}

.film_roll_next {
	right: -46px;
	background: url('../img/top/slider-next.png') no-repeat;
}

.film_roll_next:hover {
	right: -36px;
}

.film_roll_pager {
	display: inline-block;
	position: absolute;
	bottom: -22px;
	text-align: center;
	font-size: 0;
	left: 50%;
	margin-left: -13px;
}

.film_roll_pager > li {
	float: left;
	margin-left: 10px;
}

.film_roll_pager > li:first-child {
	margin-left: 0;
}

.no-js .film_roll_pager {
	display: none;
}

.film_roll_pager a {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	transition: all .15s ease;
	background: #fff;
	text-indent: -9999px;
	overflow: hidden;
}

.film_roll_pager a:hover {
	background: #666;
}

.film_roll_pager a.active {
	background: #000;
	cursor: default;
}

.film_roll_pager a,
a.film_roll_prev,
a.film_roll_next {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.film_roll,
.film_roll_pager {
	transition: all .15s;
	opacity: 1;
}

.film_roll.loading,
.film_roll_pager.loading {
	opacity: 0;
}

/* ==========================================================================
   extended classes
   ========================================================================== */

.ir {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.container:before,
.search .search-tab:before,
.film_roll_shuttle:before,
.film_roll_pager:before,
.nav:before,
.manners .box-btm-links:before,
.manners_range .box-btm-links:before,
.manners_course .box-btm-links:before,
.fl-group:before,
.fr-group:before,
.cf:before,
.container:after,
.search .search-tab:after,
.film_roll_shuttle:after,
.film_roll_pager:after,
.nav:after,
.manners .box-btm-links:after,
.manners_range .box-btm-links:after,
.manners_course .box-btm-links:after,
.fl-group:after,
.fr-group:after,
.cf:after {
	content: " ";
	display: table;
}

.container:after,
.search .search-tab:after,
.film_roll_shuttle:after,
.film_roll_pager:after,
.nav:after,
.manners .box-btm-links:after,
.manners_range .box-btm-links:after,
.manners_course .box-btm-links:after,
.fl-group:after,
.fr-group:after,
.cf:after {
	clear: both;
}

.img {
	line-height: 0;
}

.pos {
	position: static;
}

.por {
	position: relative;
}

.poa {
	position: absolute;
}

.pof {
	position: fixed;
}

.fr-group > li,
.fr {
	float: right;
}

.fc {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.nav > li,
.manners .box-btm-links > li,
.manners_range .box-btm-links > li,
.manners_course .box-btm-links > li,
.fl-group > li,
.fl {
	float: left;
}

.cb {
	clear: both;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.vb {
	vertical-align: bottom;
}

.db {
	display: block;
}

.di-group > li,
.di {
	display: inline;
}

.dib-group > li,
.dib {
	display: inline-block;
}

.dt {
	display: table;
}

.dtr {
	display: table-row;
}

.dtc {
	display: table-cell;
}

.tdu {
	text-decoration: underline !important;
}

.fwb {
	font-weight: bold;
}

.fwn {
	font-weight: normal;
}

.wsnw {
	white-space: nowrap;
}

.text-overflow-hidden {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.nav > li:first-child,
.manners .box-btm-links > li:first-child,
.manners_range .box-btm-links > li:first-child,
.manners_course .box-btm-links > li:first-child,
.fl-group > li:first-child,
.fr-group > li:first-child,
.di-group > li:first-child,
.di-group > .di:first-child,
.dib-group > li:first-child,
.dib-group > .dib:first-child {
	margin-left: 0;
}

.nav > li:last-child,
.manners .box-btm-links > li:last-child,
.manners_range .box-btm-links > li:last-child,
.manners_course .box-btm-links > li:last-child,
.fl-group > li:last-child,
.fr-group > li:last-child,
.di-group > li:last-child,
.di-group > .di:last-child,
.dib-group > li:last-child,
.dib-group > .dib:last-child {
	margin-right: 0;
}

.nav > li.last-child,
.manners .box-btm-links > li.last-child,
.manners_range .box-btm-links > li.last-child,
.manners_course .box-btm-links > li.last-child,
.fl-group > li.last-child,
.fr-group > li.last-child,
.di-group > li.last-child,
.di-group > .last-child.di,
.dib-group > li.last-child,
.dib-group > .last-child.dib {
	margin-right: 0;
}

/* ==========================================================================
   helper classes
   ========================================================================== */

.border-box {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.trans-opacity {
	opacity: 1;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.trans-opacity:hover {
	opacity: .6;
	-ms-filter: "alpha(opacity=60)";
}

.p10 {
	padding: 10px;
}

.mt0 {
	margin-top: 0;
}

.mt1 {
	margin-top: 1px;
}

.mt2 {
	margin-top: 2px;
}

.mt3 {
	margin-top: 3px;
}

.mt4 {
	margin-top: 4px;
}

.mt5 {
	margin-top: 5px;
}

.mt6 {
	margin-top: 6px;
}

.mt7 {
	margin-top: 7px;
}

.mt8 {
	margin-top: 8px;
}

.mt9 {
	margin-top: 9px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.mt75 {
	margin-top: 75px;
}

.mt80 {
	margin-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

.mt90 {
	margin-top: 90px;
}

.mt95 {
	margin-top: 95px;
}

.mt100 {
	margin-top: 100px;
}

.mt105 {
	margin-top: 105px;
}

.mt110 {
	margin-top: 110px;
}

.mt115 {
	margin-top: 115px;
}

.mt120 {
	margin-top: 120px;
}

.mt125 {
	margin-top: 125px;
}

.mt130 {
	margin-top: 130px;
}

.mb20 {
	margin-bottom: 20px;
}


.fz10 {
	font-size: 10px;
}

.fz11 {
	font-size: 11px;
}

.fz12 {
	font-size: 12px;
}

.fz13 {
	font-size: 13px;
}

.fz14 {
	font-size: 14px;
}

.fz15 {
	font-size: 15px;
}

.fz16 {
	font-size: 16px;
}

.fz17 {
	font-size: 17px;
}

.fz18 {
	font-size: 18px;
}

.fz19 {
	font-size: 19px;
}

.fz20 {
	font-size: 20px;
}

.fz21 {
	font-size: 21px;
}

.fz22 {
	font-size: 22px;
}

.fz23 {
	font-size: 23px;
}

.fz24 {
	font-size: 24px;
}

.fz25 {
	font-size: 25px;
}

.fz26 {
	font-size: 26px;
}

.fz27 {
	font-size: 27px;
}

.fz28 {
	font-size: 28px;
}

.lh100 {
	line-height: 1;
}

.lh110 {
	line-height: 1.1;
}

.lh120 {
	line-height: 1.2;
}

.lh130 {
	line-height: 1.3;
}

.lh140 {
	line-height: 1.4;
}

.lh150 {
	line-height: 1.5;
}

.lh160 {
	line-height: 1.6;
}

.lh170 {
	line-height: 1.7;
}

.lh180 {
	line-height: 1.8;
}

.lh190 {
	line-height: 1.9;
}

.lh200 {
	line-height: 2;
}

.ttl_otoku_index_01 {
	width: 524px;
	height: 83px;
	background-image: url(../img/otoku/index/title.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	margin-bottom: 10px;
	display: block;
}
.ttl_otoku_index_02 {
	width: 532px;
	height: 63px;
	background-image: url(../img/otoku/index/cnt-1.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	margin-bottom: 50px;
	display: block;
}
.ttl_otoku_index_03 {
	width: 922px;
	height: 37px;
	background-image: url(../img/otoku/index/ttl_02.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	margin-bottom: 10px;
	display: block;
}
ul.otoku_index_bnr {
	text-align: center;
}
ul.otoku_index_bnr li a {
	display: block;
	width: 902px;
	height: 125px;
}
.otoku_index_bnr_01 {
	width: 902px;
	height: 125px;
	background-image: url(../img/otoku/index/bnr_01.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 5px solid #FFFFFF;
	display: block;
}
.otoku_index_bnr_02 {
	width: 902px;
	height: 125px;
	background-image: url(../img/otoku/index/bnr_02.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 5px solid #FFFFFF;
	display: block;
}
.otoku_index_bnr_03 {
	width: 902px;
	height: 125px;
	background-image: url(../img/otoku/index/bnr_03.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	border-radius: 10px;
	border: 5px solid #FFFFFF;
	display: block;
}
.main.otoku_index {
	margin-bottom: 155px;
}
.ttl_otoku_goods_01 {
	width: 688px;
	height: 50px;
	background-image: url(../img/otoku/goods/title.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	margin-bottom: 20px;
	display: block;
}
.ttl_otoku_goods_02 {
	width: 499px;
	height: 15px;
	background-image: url(../img/otoku/goods/cnt-1.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	margin-bottom: 40px;
	display: block;
}
.ttl_otoku_lesson_01 {
	width: 756px;
	height: 48px;
	background-image: url(../img/otoku/lesson/title.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	margin-bottom: 20px;
	display: block;
}
.ttl_otoku_lesson_02 {
	width: 419px;
	height: 40px;
	background-image: url(../img/otoku/lesson/cnt-1.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	margin-bottom: 30px;
	display: block;
}
.txt_bold {
	font-weight: bold;
}
.mr10 {
	margin-right: 10px;
}
.subtitle.otoku_goods {
	padding-left: 50px;
	padding-right: 50px;
}
.tenpo .search-box {
	padding-top: 20px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.tenpo .accordion-wrap {
	display: none;
}

.tenpo .chiiki {
	margin-top: 15px;
}

.tenpo .chiiki.first-child {
	margin-top: 0;
}

.tenpo .chiiki > a,
.tenpo .chiiki > span {
	display: block;
	position: relative;
	background: #ff7d00;
	color: white;
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	line-height: 46px;
	height: 46px;
	border-radius: 6px;
	cursor: pointer;
	text-decoration: none;
	padding-left: 20px;
}

.tenpo .chiiki > span {
	cursor: default;
}

.tenpo .chiiki > a:after {
	content: '';
	display: block;
	position: absolute;
	right: 14px;
	top: 13px;
	background: url('../img/search/icon-arrow-down-white-off.png') no-repeat;
	width: 20px;
	height: 20px;
}

.tenpo .chiiki > a.active:after {
	background-image: url('../img/search/icon-arrow-down-white-on.png');
}

.tenpo .chiiki-wrap {
	padding-top: 5px;

	padding-bottom: 0;
	margin-bottom: 15px;
}

.tenpo .todouhuken > a,
.tenpo .todouhuken > span {
	display: block;
	position: relative;
	color: #ff7d00;
	font-size: 16px;
	border-radius: 6px;
	border: 3px solid #ff7d00;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-decoration: none;
}

.tenpo .todouhuken > a:after,
.tenpo .todouhuken > span:after {
	content: '';
	display: block;
	position: absolute;
	right: 7px;
	top: 6px;
	background: url('../img/search/icon-arrow-down-orange-off.png') no-repeat;
	width: 18px;
	height: 18px;
}

.tenpo .todouhuken > a.active:after,
.tenpo .todouhuken > span.active:after {
	background-image: url('../img/search/icon-arrow-down-orange-on.png');
}

.tenpo .todouhuken-wrap {
	margin: 10px 0 0;
}

.tenpo .todouhuken-wrap li {
	font-size: 12px;
	padding: 14px 0;
	text-align: center;
	font-weight: bold;
	background: url('../img/search/border-dotted.png') repeat-x left top;
}

.tenpo .todouhuken-wrap li:first-child {
	background: none;
}

.tenpo .todouhuken-wrap li a {
	font-weight: bold;
	text-align: center;
}

.tenpo .search-box-majo {
	position: absolute;
	top: -101px;
	right: 0;
}

.tenpo .tab-wrap {
	position: relative;
}

.tenpo .tab-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background-color: #fff;
	transition: opacity .25s;
	opacity: 0;
}

.tenpo .tab-content.visible {
	position: relative;
	z-index: 2;
	opacity: 1;
}

.no-opacity .tenpo .tab-content {
	display: none;
}

.no-opacity .tenpo .tab-content.visible {
	display: block;
}

.tenpo .accordion-note {
	color: #999;
	line-height: 1.75;
	font-size: 12px;
}

.tenpo .coupon > span,
.tenpo .coupon > a {
	vertical-align: middle;
}

.tenpo .coupon:before {
	content: '';
	display: inline-block;
	background: url("../img/search/coupon.png") no-repeat;
	width: 43px;
	height: 17px;
	vertical-align: middle;
	margin: 0 .5em;
}

.tenpo .coupon-inline:before {
	position: relative;
	top: -1px;
}
.tenpo .container {
}
.tenpo .main {
	margin-bottom: 170px;
}
.chiiki-wrap dl {
	text-align: left;
	padding-bottom: 10px;
}
.chiiki-wrap dl dt {
	width: 130px;
	float: left;
	color: #FF7D00;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.chiiki-wrap dl dd {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url('../img/search/border-dotted.png');
	padding-left: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
.chiiki-wrap .link.arrow-black {
	padding-left: 20px;
}
.pc{
}
.sp{
	display: none;
	}
#golmajoVoice {
	position: relative;
	padding-left: 120px;
	margin-bottom: 20px;
}
#golmajoVoice:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	width: 90px;
	height: 80px;
	margin-top: -40px;
	background-image: url(../img/sandou/majo.png);
	background-size: 90px 80px;
}
#golmajoVoice:after {
	background: 0 0;
}
#golmajoVoice p {
	background-color: #000000;
	position: relative;
	height: auto;
	color: #ffffff;
	border-radius: 5px;
	text-align: left;
	padding-top: 22px;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 22px;
	font-weight: bold;
}
#golmajoVoice p:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: 0;
	height: 0;
	display: block;
	border: 0 solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 10px solid #000000;
	margin-top: -5px;
}
dl.press dt {
	font-weight: bold;
	margin-bottom: 3px;
}
dl.press dd {
	margin-bottom: 15px;
}
dl.press dd.end {
	margin-bottom: 0px;
}
.youtube {
	width: 560px;
	height: 315px;
	margin-left: auto;
	margin-right: auto;
}
.youtube iframe {
  width: 560px;
  height: 315px;
}
.slider #golmajoVoice {
	position: absolute;
	left: 450px;
	top: 205px;
}
.slider #golmajoVoice p {
	background-color: #000000;
	position: relative;
	height: auto;
	color: #ffffff;
	border-radius: 5px;
	text-align: left;
	padding-top: 22px;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 22px;
	font-weight: bold;
	width:350px;
}
.home .main {
	margin-bottom: 130px;
}

/* ==========================================================================
   appbanner
   ========================================================================== */
.appbanner {
	position: relative;
}
.appbanner a {
	display: inline-block;
}
.appbanner-link {
	position: absolute;
}
.appbanner-link.appstore {
	right: 313px;
	bottom: 34px;
}
.appbanner-link.googleplay {
	right: 60px;
	bottom: 34px;
}
