/*#tokutoku {
	font-size: 14px;
}*/
.balloon1 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #EA4335;
}

.balloon1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #EA4335;
}

.balloon1 p {
	margin: 0;
	padding: 0;
}
/* 点滅 */
.blinking{
	display:block;
	color:#fff;
	font-size:20px;
	width:150px;
	padding:10px;
	text-align:center;
	-webkit-animation:blink 2.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*フォーム*/
.sp, .tb {
    display: none;
}
.kessai{
    box-sizing: border-box;
    display: block;
    margin: 40px auto 20px;
    max-width: 650px;
}
.white_block {
    position: relative;
    padding: 1.5em 2em 2em;
    margin: 2em 0;
    color: #EA4335;
    background: #f1f1f1;
    border-top: solid 5px #fbbc05;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.form_wrap {
    width: 1080px;
    margin: 0 auto;
}
dl{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}
.table_dl dt, .table_dl dd {
    display: table-cell;
    padding: 30px 25px 30px 0;
}
.white_block dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}
form dt {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 0px 25px!important;
    width: 40%;
	vertical-align: middle;
}
form dt.required:after {
    content: '必須';
    background: #ed6a50;
}
form dt::after {
    font-weight: normal;
    font-size: 12px;
    line-height: 1em;
    position: relative;
    top: -0.12em;
    left: 5px;
    margin-left: 12px;
    display: inline-block;
    padding: 5px 12px;
    content: '任意';
    color: #fff;
    background: #8b9c9e;
}
form dt.cF::after {
    content: '';
    color: none;
    background: none;
	clear:both;
}
form dd {
    /* border-bottom: 1px solid #e5e5e5; */
    padding-bottom: 25px;
}
label {
    cursor: pointer;
}
input, textarea, select, label {
    font-size: 100%;
    font-family: inherit;
    vertical-align: middle;
}
form dd .parts_01 {
    box-sizing: border-box;
    border: 1px solid #dde7e9;
    width: 100%;
    background: #f6f6f6;
    padding: 18px 12px 16px 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #292929;
    font-size: 14px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    appearance: none;
    border: 1px solid #dde7e9;
    border-radius: 2px;
    padding: 14px 30px 14px 6px;
    background: url(../img/form_select.png) no-repeat scroll right center;
    background-size: 18px 6px;
    font-size: 13px;
}
form dd .parts_02 {
    width: 210px;
    padding-left: 20px;
    box-sizing: border-box;
}
.label {
    border-radius: 5px;
    cursor: pointer;
    display: block;
    padding: 5px;
}
.label:hover {
    background: #eee none repeat scroll 0 0;
}
@media screen and (max-width: 1100px){
.form_wrap {
    width: 96%;
    margin: 0 auto;
}
}

@media screen and (max-width: 480px) {
.kessai{
	padding:2%;
	max-width: 650px;
	margin:0;
}
.white_block h2{margin: 1em 2%;}

#form .white_block {
    padding: 0px;
	margin:0px;
}
.table_dl dt, .table_dl dd {
    display: inherit;
    padding: 30px 25px 30px;
	width: 100%;
	box-sizing: border-box;
	margin:0;
}
form dt {
	padding: 30px 25px 0px!important;
}
ul{padding:0;}
}

/*フォーム*/


.mainlogo{}
.mainlogo img{
	width:380px;
	margin:0 0 30px!important;
}
.bg{
	padding: 1.5em 2em 2em;
    margin: 2em 0;
    color: #EA4335;
    background: #f1f1f1;
    border-top: solid 5px #34a853;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.bg2{
	background-color:#e6e6e6;
	padding:20px;
}
.l_box{
	font-size: 48px;
	line-height: 70px;
}
.r_box{
	font-size: 24px;
	text-align:right;
}
.l_box, .r_box{
	font-family: Shingo B;
	font-weight:bold;
	display:block;
}

.seminar{
    width: 100%;
    background: url(../img/p_bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}
.flexbox{
	display:flex;
	padding:0;
	margin:0;
	align-items: stretch;
}
.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #34A853;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
	text-align:center;
    padding: 15px 20px;
    margin: 0;
}

.box_qa {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box_qa .box-qa-title {
    font-size: 2.0em;
    background: #4285F4;
    padding: 20px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box_qa p {
    padding: 15px 20px;
    margin: 0;
}

.box-qa-title dt {
	position:relative;
	padding-left: 40px;
}
.box_qa dd {
    padding: 10px 0 10px 60px;
    margin: 0 0 13px 0;
    font-weight: normal;
	position:relative;
}
.box-qa-title dt:before{
	content: "Q.";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;	
}

.box_qa dd:before{
	content: "A.";
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #292929;	
}
.bread{
    padding: 1.5em 2em 2em;
    margin: 2em 0;
    color: #EA4335;
    background: #f1f1f1;
    border-top: solid 5px #EA4335;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.bread p {
    margin: 0; 
    padding: 0;
}
li{list-style:none;}
.flexbox li{width:50%;margin-left:2%;}
.flexbox li:first-child{margin-left:0;}


p {
	font-size:20px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0;
	line-height: 1.8;
	margin-bottom: 24px;
	color: #292929;
	font-family: Arial, sans-serif;
	letter-spacing: initial;
}
.center{
	text-align:center;
	margin: 0 auto;
    display: block;
}
.fR{
	float: right;
    margin-left: 40px;
}
.fL{
	float: left;
    margin-right: 40px;
}
.fR:after,.fL:after{
	content: '';
	clear:both;
	overflow:hidden;
}
h2{
	font-size: 36px;
	font-family:Shingo B;
	text-align:center;
	position: relative;
	margin: 2em;
	line-height:1.4em;
	color:#292929;
}
.seminar .wrap h2{color:#fff;}
.seminar .wrap .white_block h2{color:#292929;}

h3{
	font-size: 36px;
	font-family:Shingo B;
	margin: 0;
	padding:1em 0;
	line-height:1.4em;
	color:#fff;
	text-shadow:1px 1px 1px #292929;
}
h3.q{
	font-size: 36px;
	font-family:Shingo B;
	text-align:center;
	margin: 0;
	padding:1em 0;
	line-height:1.4em;
	color:#292929;
	background-color: #f1f1f1;
	text-shadow:none;
}

h4{
	font-size: 24px;
	font-family:Shingo B;
	margin: 0;
	padding:0.5em 0 1em;
	line-height:1.4em;
}
h2:after{
	content: '';
	border-bottom:5px solid #EA4335;
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
h2.blue:after{
	content: '';
	border-bottom:5px solid #4285F4;
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cta{
	position:relative;
	background-color:#fff;
}
.cta_btn{
	
}
.cta a img.cta_btn2{
	margin-top:40px!important;
}

.fL{float:left;}
.oH{overflow:hidden;}
.size-table{
	margin: 0;
	box-sizing: border-box;
    width: 100%;
    border-bottom: solid 1px #D3CFCB;
	position:relative;

}
.size-table table {
    width: 100%;
    font-size: 18px;
    margin-bottom: 1px;
	border-collapse:collapse;
}
.size-table table tr th:first-child {
    border-left: none;
}
.size-table table tr th {
	color:#fff;
    text-align: center;
    padding: 10px 0;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #eeeeef;
    background-color: #34A853;
    width: 30%;
}
.size-table table tr td {
	background-color:#f1f1f1;
	padding: 14px 30px;
    border: solid 1px #D3CFCB;
    border-bottom: solid 1px #D3CFCB;
}
.size-table table tr:last-child td {
	/*border-top: 3px double #D3CFCB;
    border-bottom: none;*/
}
.size-table table tr td:first-child {
    border-left: none;
}
.order-box {
    border: 5px solid #fe9a00;
    border-radius: 10px;
    padding: 1em;
    margin: 1.5em 0;
}
.letter {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fdfdfd;
}
.effect2 {
    position: relative;
}
.pr-text {
    box-sizing: border-box;
    padding: 20px;
    border: 1px #555 solid;
    font-size: 17.5px;
	overflow: hidden;
}
.f90 {
    font-size: 90%;
}
.letter-p {
    background: url(https://s3-ap-northeast-1.amazonaws.com/golflive/product/img/bg-noteline.gif) repeat scroll 0% 0% transparent;
    line-height: 40px;
}
.tsuishin {
    font-family: "Ryumin Bold KL", "游明朝","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: italic;
	color:#292929;
}
.f150 {
    font-size: 150%;
}
.f220 {
    font-size: 220%;
}
.f240 {
    font-size: 240%;
}

.line {
    text-decoration: line-through;
}
.f80 {
    font-size: 80%;
}
.red {
    color: #EA4335;
}
.orange{
	color:#FBBC05;
}
.blue{
	color:#4285F4;
}

b, strong {
    font-weight: 700;
}
.video iframe{
	position:absolute;
	top:50px;
	left:50px;}
.video2 iframe{
	position:absolute;
	top:38px;
	left:50px;}

.btn{
}
.btn a{
display: block;
cursor: pointer;
width: 300px;
margin: 0 auto;
padding: 20px;
color: #fff;
text-align: center;
text-decoration: none;
background-color:#fbbc05;
font-weight:bold;
border-radius: 5px;
text-shadow: #7e4d13 1px 1px 0px;
box-shadow: 0 6px 0 #bb5900, 0 12px 0 rgba(0, 0, 0, 0.2);
-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.btn a:hover {
    background-color: #ff7900;
    box-shadow: 0 3px 0 #bb5900, 0 6px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.btn a:active {
    color: #ddd;
    background-color: #bb5900;
    box-shadow: 0 0 0 #bb5900, 0 0 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    transition-duration: 0.1s;
}
span.kounyuu{
font-size: 150%;
line-height: 50px;
font-weight: bold;
	}
	
.kotei img {
    width: 180px;
    bottom: 0px;
    position: fixed;
    right: 0;
	z-index:2000;
}
.kotei a img{
	transition: 0.4s ;}
.kotei a:hover img{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
body {
	margin:0;
    text-align: left;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.1em;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.bold{font-weight:bold;}

#fixedbox {
    background-color: #ff6;
    box-shadow: 0 10px 6px -6px #777777;
    font-size: 110%;
    font-weight: bold;
    height: 40px;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}

#tokutoku img {
	display: block;
	margin: 0 auto;
}

.main_title {
    width: 100%;
	background: url("../img/main_bg.jpg") no-repeat;
	background-position: center top;
	background-size:cover;
	background-attachment:fixed;
}

.main_title h1 {
	width: 1000px;
	margin: 0 auto;
}

.title2{
	width: 100%;
	background: url("../img/bg_obara.jpg") no-repeat;
	background-position: center top;
	background-size:cover;
	background-attachment:fixed;
}

#tokutoku .pc{
	display:inherit;
}

#tokutoku .sp{
	display:none;
}

.contents01 {
	width: 100%;
	background-color: #fff;
/*	background-image: url("https://www.transparenttextures.com/patterns/concrete-wall-2.png");
 This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	?/*background: url("../img/bg.jpg") no-repeat;
	background-position: center top;
	background-size:cover;
	background-attachment:fixed;*/
}
.contents02 {
	width: 100%;
	background: url("../img/p_bg2.jpg") no-repeat;
	background-position: center top;
	background-size:cover;
	background-attachment:fixed;
}

.flame{
    width: 100%;
    height: auto;
    /*background: url(../img/flame_1102.png) top center repeat-y;*/
	padding: 0;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
	position:relative;
	padding: 20px 0;
	overflow:hidden;

}
.wrap2 {
	width: 1000px;
	margin: 0 auto;
}

.btn {
    margin: 0 auto;
}
.btn a {
    display: block;
    cursor: pointer;
    width: 460px;
    height: 50px;
	line-height: 50px;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    /*background: url(../img/btn.png);*/
    border-radius: 12px;
    box-shadow: 0 6px 0 #7e4d13, 0 12px 0 rgba(0,0,0,0.2);
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.btn a:hover {
    background-color: #ff7900;
    box-shadow: 0 3px 0 #7e4d13, 0 6px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.btn a:active {
    color: #ddd;
    background-color: #bb5900;
    box-shadow: 0 0 0 #7e4d13, 0 0 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    transition-duration: 0.1s;
}
.relative{position:relative;}
.review{padding:0 4%;}
.reviewbox img{
	display:inline!important;
}
/* footer */

footer {
    background: #292929;
    color: #909090;
    padding-top: 20px;
    margin: 0 auto -28px;
}
.box {
    width: 999px;
    margin: 0 auto;
}
.nvfooter {
    padding: 20px;
    margin: 0;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}
.ftmenu {
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 89%;
}
.ftmenu li:first-child {
    border-left: none;
    padding-left: 0;
}
.ftmenu li {
    font-size: 12px;
    padding: 0 18px 0 18px;
    display: inline;
    line-height: 1;
    border-right: 1px solid #555;
}
footer a {
    color: #909090!important;
}
.back {
    float: right;
}
.pt20 {
    padding-top: 20px;
}
.logo {
    background: url(../img/gp_logo_w.png) no-repeat;
    background-size: 225px;
    width: 225px;
	height: 35px;
    text-indent: -9999px;
    margin: 57px auto 0;
}
address {
    font-size: 10px;
    text-align: center;
    font-style: normal;
    padding: 25px 0;
}

	
@media screen and (max-width: 480px) {
.pr-text img{max-width:100px;}
.l_box {
	font-size: 28px;
	line-height: 38px;
}
.r_box {
    font-size: 12px;
    text-align: right;
}
#tokutoku{}
h2{
	margin: 2em 2%;
}
.size-table table {
    width: 100%;
    font-size: 12px;
    margin-bottom: 1px;
	border-collapse:collapse;
}

.kotei img {
    width: 30%;
    bottom: 0px;
    position: fixed;
    right: 0;
	z-index:2000;
}

.video iframe {
    position: absolute;
    top: 8%;
    left: 14%;
    width: 70%;
    height: auto;
}
.video2 iframe {
    position: absolute;
    top: 11%;
    left: 15%;
    width: 70%;
    height: auto;
}
#tokutoku img { 
    width: 100%;
    height: auto;
}
.btn2 {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0 auto 5%;
}
.center {
    text-align: center;
}
.btn2 a{
display: block;
cursor: pointer;
width: 90%;
margin: 0 auto;
padding: 20px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #fe9c01;
border-radius: 5px;
box-shadow: 0 6px 0 #bb5900, 0 12px 0 rgba(0, 0, 0, 0.2);
-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
box-sizing: border-box;
}
.btn2 a:hover {
    background-color: #ff7900;
    box-shadow: 0 3px 0 #bb5900, 0 6px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.btn2 a:active {
    color: #ddd;
    background-color: #bb5900;
    box-shadow: 0 0 0 #bb5900, 0 0 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    transition-duration: 0.1s;
}
.main_title {
    background-position: -130px;
	background-attachment:inherit;
}
.main_title h1 {
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
}
#tokutoku .mainlogo img{width:70%;}
.wrap, .wrap2 { 
	width: 100%;
	padding:20px 2%;
	box-sizing: border-box;
}

#tokutoku .pc{
	display:none;	
}

#tokutoku  .sp{
	display:inherit;
}
.reviewbox img{
	width:100px!important;
}
/* footer */
footer {
    background: #292929;
    color: #fff;
    padding-top: 20px;
    margin: 0 auto -28px;
}
.box {
    width: 100%;
    margin: 0 auto;
}
.nvfooter {
    padding: 0;
    margin: 0;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}
.nvfooter {
    display: inherit;
	overflow: hidden;
}
.ftmenu {
    margin: 0;
    font-size: 89%;
    height: auto;
    float: none;
    padding: 0;
}
.ftmenu li:first-child {
    border-left: none;
	padding-left: 20px;
}
.ftmenu li {
    text-align: center;
    font-size: 12px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #505050;
	border-right: none;
}
footer a {
    padding: 18px;
    display: block;
}
.ftmenu li a{
	display:block;
　　background-color: #292929;
    text-decoration: none;
}

.ftmenu li a:hover{
　　background-color: #ff0000;
    text-decoration: none;
}

}