@media (max-width: 767px) {
	body {
   		font-size: 1.3rem;
    	line-height: 1.74;
	}
	.page .wrapper{
		padding-bottom: 480px;
	}	
	/* ---------------------------------------------------------
		header
	----------------------------------------------------------*/
    #header {
        top: 0;
        position: fixed;
		background-color: #874769;
		height: 60px;
        margin-top: 0;
	}
	#header .hd_tp {
		height: inherit;
	}
	#header .hd_tp .logo {
		top: 1vw;
    	left: 3vw;
	}
	#header .hd_tp .logo a {
		min-width: 180px;
	}
  	#header .inner .global_nav > * {
    	transition: all 0.3s ease;
  	}
  	#header .inner .global_nav .menubtn {
    	width: 10vw;
    	height: 10vw;
    	position: fixed;
    	z-index: 9999;
    	right: 2vw;
    	border-radius: 0;
    	top: calc(1vw + 8px);
    	background-color: rgba(255,255,255, 0.8);
  	}
  	#header .inner .global_nav .menubtn .open > * {
    	height: 4px;
    	background-color: #874769;
    	position: absolute;
   		top: 0;
    	bottom: 0;
    	left: 0;
    	right: 0;
    	margin: auto;
    	width: 5vw;
    	transition: width 0.3s;
  	}
	#header .inner .global_nav .menubtn .open > *.bar1 {
    	top: -12px;
    	transition: all 0.3s ease;
  	}
  	#header .inner .global_nav .menubtn .open > *.bar3 {
    	top: 12px;
    	transition: all 0.3s ease;
  	}
  	.global_nav > ul {
    	display: block;
    	width: 100%;
    	height: 100vh;
    	background-color:rgba(135,71,105,.85);
   	 	margin: 0 auto;
    	position: fixed;
    	top: 60px;
    	left: -100%;
    	z-index: 9;
    	opacity: 0;
    	transition: all 0.5s ease;
		text-align: center;
  	}
  	.global_nav > ul > li {
    	display: block;
    	height: auto;
    	width: 100%;
		border-bottom: 1px solid #47142b;
  	}
 	.global_nav > ul > li a {
		display: block;
    	padding: 3.5vw 0 3.4vw;
    	font-size: 4vw;
		color: #fff;
  	}
  	#header .inner .global_nav.menuon .menubtn .open > *.bar1 {
    	top: 0px;
    	transform: rotate(315deg);
  	}
  	#header .inner .global_nav.menuon .menubtn .open > *.bar2 {
    	width: 0;
  	}
  	#header .inner .global_nav.menuon .menubtn .open > *.bar3 {
    	top: 0px;
    	transform: rotate(-315deg);
  	}
  	#header .inner .global_nav.menuon > ul {
    	width: 100%;
    	left: 0;
    	opacity: 1;
    	overflow: auto;
    	-webkit-overflow-scrolling: touch;
  	}
	
	/*スタイル
	-----------------------------*/	
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.section {
		padding: 20px 0;
	}
	/*タイトルスタイル
	-----------------------------*/
	.ttl_line{
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	.ttl_line:before {
		bottom: -10px;
		width: 10%;
	}
	.ttl_line span {
		font-size: 1.8rem;
	}	
	.ttl_bbm{
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.ttl_bbm:before {
		bottom: -5px;
	}
	/*ボタン*/
	.read_btn {
		margin-top: 30px;
	}
	.arrow::before{
		width: 6px;
		height: 6px;
		margin-top: -4px;
	}
	.arrow:hover::before {
		width: 6px;
		height: 6px;
		margin-top: -4px;
	}
	.section_quickmenu {
		padding: 20px 0;
	}
	.section_quickmenu ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.section_quickmenu ul li:first-child {
		width: 100%;
		margin-right: 0;
	}
	.section_quickmenu ul li:nth-child(5) {
		margin-right: 0;
	}
	.section_quickmenu ul li a {
		font-size: 1.3rem;
		padding: 15px 0;	
	}
	.section_quickmenu ul li a span {
		margin-right: -18px;
	}
	.section_quickmenu ul li a span:before{
		top: 3px;
		height: 15px;
		margin-left: -18px;
	}
	.section_quickmenu ul li:nth-child(1) a span:before {
		background-size: 15px 15px;
		width: 15px;
	}
	.section_quickmenu ul li:nth-child(2) a span:before {
		background-size: 15px 15px;
		width: 15px;
	}
	.section_quickmenu ul li:nth-child(3) a span:before {
		background-size: auto 15px;
		width: 11px;
	}
	.section_quickmenu ul li:nth-child(4) a span:before {
		background-size: auto 15px;
		width: 13px;
	}
	.section_quickmenu ul li:nth-child(5) a span:before {
		background-size: 15px auto;
		width: 15px;
		top: 8px;
	}
	
	/*---------------------------------------------------------
		home
	----------------------------------------------------------*/
	#mv {
  		height: 40vh;
	}
	.section_movie .container  {
		width: 100%;
		margin: 0 auto;
	}	
	
	/*ニュース一覧（共通）*/
	.newslist .date {
		font-size: 1.2rem;
	}
	.newslist > ul li a .txt {
		display: block;
		margin-top: 5px;
	}
	.newslist > ul li a {
		padding: 10px;
	}
	.newslist > ul li a:after {
		right: 10px;
    	width: 8px;
    	height: 8px;
	}
	.newslist > ul li a:after {
		right: 10px;
    	width: 8px;
    	height: 8px;
	}
	.newslist > ul li a .label {
		padding: 0 10px;
		margin: 0 0 0 10px;
		font-size: 1.0rem;
	}
	.massage h3 {
		margin-bottom: 10px;
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	
	.massagebox {
		padding: 10px;
	}
	.massagebox .blk {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.massagebox .blk dl dt {
		margin-bottom: 5px;
		font-size: 1.5rem;
	}
	.massagebox .blk dl dd {
		padding-left: 1em;
		margin-bottom: 3px;
	}
	
	/*---------------------------------------------------------
		page common
	----------------------------------------------------------*/
	.page .mainvisual{
		margin-top: 60px;
		background-position: 22%;
	}
	.hd_ttl > h1 {
		font-size: 1.8rem;
	}
	.hd_ttl > h1 > span {
		display: block;
		font-size: 2.0rem;
	}
	/*パンくず*/
	.page .topicpath {
    	font-size: 1.0rem;
		margin-bottom: 20px;
    	padding: 3px 0;
	}
	/*テーブルにスクロールバーを追加するCSS*/
	.tbl01 {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
	.tbl01::-webkit-scrollbar {
		height: 4px;
	}
 	.tbl01::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	.tbl01::-webkit-scrollbar-thumb {
		background: #999;
	}	
	
		
	/* ---------------------------------------------------------
 		news（お知らせ一覧）
	----------------------------------------------------------*/
	/*ドロップメニュー*/
	.selectbtn {
		margin-bottom: 10px;
	}
	.page_news .selectwrap{
		margin-left: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.page_news .selectwrap select{
		width: 100%;
	}
	.page_news .pagenav {
		margin-top: 10px;
	}
	/* ---------------------------------------------------------
 		news（新着情報シングル）
	----------------------------------------------------------*/
	.page_news.single .entry_box {
		padding-bottom: 10px;
	}
	.page_news.single .entry_box .entry_ttl {
		margin-bottom: 20px;
	}
	.page_news.single .entry_box .entry_ttl h3 {
		font-size: 1.8rem;
	}
	.page_news.single .entry_box .entry p {
		margin-bottom: 10px;
	}
	
	/* ---------------------------------------------------------
		course
	----------------------------------------------------------*/
	.section_course h2 {
		border-left: 5px solid #b58e40;
		padding-left: 5px;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	/*マップ*/
	.course_map {
		margin: 10px auto 0;
	}
	.course_map i a {
		width: 18px;
		height: 18px;
		border: 1px solid #b58e40;
		font-size: 1.2rem;
		line-height: 17px;
	}
	.course_blk {
		margin-bottom: 20px;
	}
	.course_blk:last-child {
		margin-bottom: 0;
	}
	.course_blk th,
	.course_blk td {
		padding: 5px;
	}
	.course_blk .data ul li:last-child {
		margin-left: 0;
		margin-top: 10px;
	}
	.course_blk .data ul li .ttl {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	.remodal h3 {
		margin-bottom: 10px;
	}
	.remodal h3 span {
		font-size: 2.0rem;
	}
		.remodal figure {
		margin: 10px auto 20px;
	}
	.remodal {
  		padding: 30px;
	}
	/* Close button */
	.remodal-close {
  		width: 30px;
  		height: 30px;
	}
	.remodal-close:before {
  		font-size: 30px;
  		line-height: 30px;
		width: 30px;
	}
	
	
	/* ---------------------------------------------------------
		price
	----------------------------------------------------------*/
	.section_price h2 {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.section_price h2 span {
		margin-right: 5px;
		font-size: 2.0rem;
	}
	.price_blk {
		margin-bottom: 20px;
	}
	.price_blk > h3 {
		border-left: 5px solid #b58e40;
		padding-left: 5px;
		font-size: 1.8rem;
	}
	.price_blk th,
	.price_blk td {
		padding: 5px;
	}
	.price_blk table thead th {
		width: 15%;
	}
	.price_blk .txt {
		margin-top: 10px;
	}
	.price_blk table.tbl02 th.ttl {
		width: 15%;
	}
	.price_blk.txt_box {
		border: 1px solid #f0e8d9;
		padding: 5px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.price_blk .txt_r{
		margin-top: 5px;
		font-size: 1.2rem;
	}
	
	/* ---------------------------------------------------------
		schedule
	----------------------------------------------------------*/
	.section_schedule .nav_link {
		padding: 5px 10px;
		margin-bottom: 20px;
	}
	.section_schedule .nav_link a {
    	padding: 0 5px 0 15px;
	}
	.section_schedule .nav_link a:before {
    	width: 10px;
    	height: 10px;
	}
	.section_schedule h2 {
		font-size: 1.4rem;
	}
	.section_schedule h2 span {
		margin-right: 5px;
		font-size: 2.0rem;
		display: block;
	}
	.schedule_blk > h3 {
		border-left: 5px solid #b58e40;
		padding-left: 5px;
		font-size: 1.8rem;
	}
	.section_schedule p.list {
		text-align: center;
		font-size: 1.1rem;
	}
	.schedule_blk {
		margin-bottom: 20px;
	}	
	.schedule_blk th,
	.schedule_blk td {
		padding: 5px;
	}
	
	/*コンペ価格*/
	.schedule_blk.price th,
	.schedule_blk.price td {
		display: block;
		padding: 5px;
	}
	.schedule_blk.price table tbody th {
		width:inherit;
		display: block;
	}
	.schedule_blk.price table tbody td.youbi {
		width: inherit;
	}
	/*台場友の会*/
	.section_schedule .schedule_blk.price.tomonokai th,
	.section_schedule .schedule_blk.price.tomonokai td {
		width: inherit;
		padding: 5px;
	}
	.section_schedule .schedule_blk.price.tomonokai table tbody th {
		width: inherit;
	}
	.privilege {
		margin-bottom: 30px;
	}
	.privilege dl dt.ttl_line{
		margin-bottom: 25px;
	}
	.privilege dl dd {
		padding: 5px;
		font-size: 1.6rem;
	}	
	
	/* ---------------------------------------------------------
		wp(tablepress css)公式競技
	----------------------------------------------------------*/
	.tablepress th,
	.tablepress td {
		padding: 5px;
	}
	/*テーブルにスクロールバーを追加するCSS*/
	.tbl_scr .tablepress {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
	.tbl_scr .tablepress::-webkit-scrollbar {
		height: 4px;
	}
	.tbl_scr .tablepress::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	.tbl_scr .tablepress::-webkit-scrollbar-thumb {
		background: #999;
	}
	
	/* ---------------------------------------------------------
		access
	----------------------------------------------------------*/
	.section_access .access_cont .add_box.row{
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
	}
	.section_access .access_cont .add_box .add {
		width: 100%;
		margin-bottom: 20px;
	}
	.section_access .access_cont .add_box .add .name {
		margin-bottom: 5px;
		font-size: 2.0rem;
	}
	.section_access .access_cont .add_box .add p > span.tel {
		margin: 0;
		font-size: 1.6rem;
	}
	.section_access .access_cont .add_box .map {
		width: 100%;
	}
	.section_access .access_cont .add_box .map .gmap {
    	height: 150px;
		padding: 0;
	}
	.section_access .access_cont .koutsuu_box h2 {
		margin-bottom: 20px;
		padding: 4px 10px;
		font-size: 1.6rem;
	}
	.section_access .access_cont .koutsuu_box dl dt {
		width: inherit;
		float: inherit;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.section_access .access_cont .koutsuu_box dl dd {
			margin-bottom: 5px;
			padding-left: 0;
	}
	
	/* ---------------------------------------------------------
		organization
	----------------------------------------------------------*/
	.section_organization .organization_blk > h2 {
		border-left: 5px solid #b58e40;
		padding-left: 5px;
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.organization_blk {
		margin-bottom: 30px;
	}
	.organization_blk th,
	.organization_blk td {
		padding: 5px;
	}
	.organization_blk table th {
		width: 25%;
	}
	.organization_blk table th.sub_ttl {
		width: 20%;
	}
	
	/* ---------------------------------------------------------
		contact
	----------------------------------------------------------*/
	.section_contact .tel_cont {
		margin-bottom: 20px;
	}
	.section_contact .tel_cont > .txt_c_lead {
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	.section_contact .tel_cont p > span {
		margin: 0 5px;
		font-size: 2.0rem;
	}
	.section_contact .tel_cont p.txt_time {
		line-height: 1.4;
	}
	.contact_box {
		margin-top: 20px;
	}
	.contact_box .txt_c_lead {
		margin-bottom: 10px;
	}
	.contact_box dl dt {
		border-top: 2px solid #f7f7f7;
		width: 100%;
		float: inherit;
		padding: 10px 0 0;
	}
	.contact_box dl dd {
		border-top: none;
		padding: 0 0 10px;
	}
	.contact_box .check_box {
		margin-top: 20px;
	}
	.contact_box .check_box .check_txt{
		margin-bottom: 5px;
	}
	.contact_box .submit {
		margin-top: 20px;
	}
	.submit_btn{
		width: inherit;
	}
		
	/* ---------------------------------------------------------
		Privacy
	----------------------------------------------------------*/
	.privacy_box .txt_lead {
		margin-bottom: 20px;
	}
	.privacy_box dl dt {
		margin-bottom: 10px;
	}
	.privacy_box dl dd {
		margin-bottom: 20px;
	}
	
	/*footer
	-----------------------------*/
	.footer {
		margin-top: 30px;
		padding-bottom: 40px;
	}
	.footer .ft_top {
		padding: 20px 0;
	}
	.footer .ft_top .ft_info h2 {
		width: 60%;
		margin-right: 0;
	}
	.footer .ft_top .ft_info .add_data {
		text-align: center;
	}
	.footer .ft_top .ft_info .add_data .tel > span {
		font-size: 1.5rem;
	}
	.footer .ft_btm {
		padding: 5px 0;
		font-size: 1.2rem;
	}
	.footer .ft_btm .copy {
		margin: 0 auto;
	}	
	.ftscontact {
    	width: 100%;
  		position: fixed;
    	bottom: 0;
    	left: 0;
		background-color: #5b1a3b;
		border-top: 1px solid #fff;
    	z-index: 9999;
  	}
  	.ftscontact a {
    	display: block;
    	text-align: center;
		color: #fff;
		padding: 10px;
		letter-spacing: 3px;
		font-weight: bold;
  	}
}


@media screen and (max-width: 374px) {
	.section_quickmenu ul li a {
		font-size: 1.1rem;
	}
	.section_quickmenu ul li:nth-child(5) a span:before {
		top: 5px;
	}
}