@charset "utf-8";

/*--------------------------------------------------------
★レスポンシブ■タブレット対応
--------------------------------------------------------*/

@media screen and (max-width: 1280px) {
	/* layout */
	html{
		width: 1280px;
	}
	body {
		width: 1280px;
	}
	/* header */
	header{
		position: relative;
		display: block;
		width: 1280px;
	}
	.pc_header{
		width: 1280px;
	}
	.first_view:before{
		width: 1280px;
		left: 0;
	}
	article{
		position: relative;
		display: block;
		width: 1280px;
	}

	footer{
		width: 1280px;
	}
}
/*@media screen and (max-width: 783px){
	.first_view {
	    margin-top: 170px;
	}
}*/

/*--------------------------------------------------------
★レスポンシブ■ヘッダ部分
--------------------------------------------------------*/
@media screen and (min-width: 481px) {
	.pc_none{
		display: none!important;
	}
}
@media screen and (max-width: 480px) {
	/* header */
	header{
		position: fixed;
		max-width: 480px;
		width: 100%;
		height: auto;
		padding: 0;
		z-index: 100;
		background: #FFF;
		top: 0;
	}

	/* スマホ用メニュー */
	#rd_header{
		position: fixed;
		display: block;
		top: 0;
		width: 100%;
		height: 50px;
		margin: 0;
		z-index: 10000;
		background: #FFF;
		box-shadow:0 3px 1px rgba(0,0,0,0.2);
	}






	/*#rd_logo{
		position: relative;
	}*/
	/*#rd_logo h2{
		position: absolute;
		top: 10px;
		left: 18px;
		font-size: 28px;
		z-index: 10000;
		font-family: 'Ryumin Medium KL', 'ヒラギノ明朝 Pro W3', serif;
		color: #282828;
	}
	#rd_logo a:hover{
		opacity: 0.8;
	}*/


	#rd_logo{
		position: relative;
	}
	#rd_logo h2 a{
		position: absolute;
		top: 4px;
		left: 15px;
		background: url(../images/logo.svg)no-repeat;
		background-size: contain;
		width: 97px;
		height: 44px;
		z-index: 20000;
		display: block;
	}
	#rd_logo h2:hover{
		opacity: .7;
		cursor: pointer;
	}

	.envelope {
		position: absolute;
		width: 70px;
		height: 50px;
		display: block;
		top: 0px;
		right: 70px;
		border-left: 1px solid #f4f4f4;
	}
	.envelope i{
		font-size: 26px;
		margin-top: 8px;
		margin-left: 22px;
		color: #CC0212;
	}
	.envelope i:after{
		position: absolute;
		content: "お問い合わせ";
		bottom: 4px;
		left: 3px;
		font-size: 10px;
		color: #000;
	}


	#rd_gnav{
		position: absolute;
		display: block;
		float: right;
		width: 70px;
		height: 50px;
		top: 0;
		right: 0;
		text-align: center;
		border-left: 1px solid #f4f4f4;
	}
	#rd_gnav:before{
		position: absolute;
		content: "メニュー";
		top: 26px;
		left: 16px;
		font-size: 10px;
		color: #000;
	}
	#rd_gnav li{
		position: relative;
		display: inline-block;
		text-decoration: none;
		width: 47.2%;
		height: 10px;
	}
	#rd_gnav li a{
		position: relative;
		display: inline-block;
		text-decoration: none;
		list-style: none;
		font-size: 10px;
		text-align: center;
		color: #000;
		line-height: 1.5em;
		width: 100%;
		height: 10px;
		padding: 32px 2% 8px;
		border-radius: 3px;
		z-index: 10000;
	}
	#rd_gnav li:first-child a{
		/* background: url(../images/rd_contact.svg) no-repeat center 28%; */
		-webkit-background-size: 25px;
		background-size: 25px;
	}
	@media only screen and (orientation:landscape) {
		#rd_header{
			position: absolute;
			background: url(../images/texture.jpg) repeat top left;
			-webkit-background-size: 500px;
			background-size: 500px;
		}
		#topcontrol{
			display: none!important;
		}
	}
	#panel-btn-icon{
		position: absolute;
		display: block;
		top: 34%;
		left: 35%;
		width: 24px;
		height: 2px;
		margin: 2px 0 0 -7px;
		background: #CC0212;
		transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 40%;
	  left: 0;
	  width: 24px;
	  height: 2px;
	  background: #CC0212!important;
	  transition: .3s;
	}
	#panel-btn-icon:before{
	  margin-top: -8px;
	}
	#panel-btn-icon:after{
	  margin-top: 6px;
	}
	#panel-btn .close{
	  background: transparent;
	  background: #FFF!important;
	}
	#panel-btn .close:before, #panel-btn .close:after{
	  margin-top: 0;
	  background: #CC0212!important;
	}
	#panel-btn .close:after{
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:before{
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	}
	#panel{
		position: absolute;
		display: none;
		width: 100%;
		height: auto;
		z-index: 1000;
		top: 50px;
		margin: 0;
		padding: 0 0 155px;
		text-align: center;
	}
	#panel li{
		background: rgba(204,2,18);
	}
	#panel li a{
		position: relative;
		display: block;
		padding: 9px 5%;
		width: 90%;
		font-size: 12px;
		border-bottom: 1px dotted #B5B5B6;
		line-height: 100%;
		text-decoration: none;
		color: #FFF;
	}
	#panel li a:after{
		content: "\f054";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		top: 8px;
		right: 7%;
	}
	#panel li a:hover{
		color: #FFF;
		background: rgba(204,2,18,0.8);
	}
	.dropdown{
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
        background: #cc0212;
	}
	.dropdown li{
		padding: 0;
	}
	.dropdown li > ul li{
		text-indent: 1em;
		background: rgba(215,247,246,0.8);
	}
	.dropdown li > ul li a{
		color: #FFF;
		width: 94%;
		padding: 0 0 0 6%;
		background: rgba(215,247,246,0.8);
	}

}

/*--------------------------------------------------------
★レスポンシブ■コンテンツ部分
--------------------------------------------------------*/
@media screen and (max-width: 480px) {
	html{
		max-width: 480px;
		width: 100%;
		-webkit-text-size-adjust: 100%!important;
		overflow-x: hidden;
	}
	body {
		max-width: 480px;
		min-width: 320px;
		width: 100%;
		overflow-x: hidden!important;
		box-shadow: none;
		font-size: 16px;
		line-height: 22pt;
		letter-spacing: .02em;
		-webkit-text-size-adjust: 100%!important;
	}

	/* Common
	------------------------------ */
	.sp_none{
		display: none;
	}
	article{
		width: 100%;
	}
	.fl_l,.fl_r{
		clear: both;
		float: none;
	}
    #wpadminbar {
        position: fixed;
    }
    .customize-support #rd_header{
        margin-top: 46px;/*管理メニューの高さ*/
    }
    #reason, #way, #entrust, #support,
    #price, #access, #example, #contact{
        padding-top: 30px;
        margin-top: -30px;
    }

	/* layout
	------------------------------ */
	.wrapper{
		width: 92%;
		padding: 0 4%;
	}
	/* Header
	------------------------------ */
	/* main_contents
	------------------------------ */
    #index .main_contents h2{
        font-size: 7vw;
        line-height: 1.4;
        text-align: center;
        margin: 0 0 4%;
    }

/*.customize-support .pc_header {
	position: static;
}
.customize-support .first_view:before {
	position: static;
}*/


.first_view{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.first_view img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.first_view:before{
	display: none;
}

/*.a_first_view{
	background: url(../images/a_first_view_sp.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	margin-top: 0px;
	width: 100%;
	position:relative;
	z-index: -1;
	height: 40vh;
}
.a_first_view:before{
	display: none;
}*/

/* main_title */
.main_title{
	width: 100%;
	height: 0;
	padding-bottom: 60%;
    margin: 50px 0 0;
}
.main_title h1,.main_title p{
	width: 90%;
	height: 0;
	font-size: 20px;
	padding: 38px 0 80px;
}
.main_title h1 span,.main_title p span{
	font-size: 16px;
}




#greeting{
    padding: 15% 0;
}
#greeting .garage_p h2{
	margin-bottom: 20px;
}
#greeting .garage {
    width: 100%;
    height: auto;
}
#greeting .garage_p {
    width: 100%;
}
#greeting .garage_p p {
    margin-top: 20px;
}
#reason .scroll{
	padding: 15% 0 20%;
}
#reason .reason1 .no, #reason .reason2 .no {
   padding-left: 0;
   margin-top: 0px;
}
#reason .reason1 .star1:before,
#reason .reason2 .star2:before,
#reason .reason2 .star3:before,
#reason .reason2 .star4:before,
#reason .reason2 .star5:before {
    top: -80px;
    left: 0px;
    transform: translateY(0%);
}


#reason .reason1 .star1:before,
#reason .reason2 .star2:before,
    #reason .reason2 .star3:before,
    #reason .reason2 .star4:before,
    #reason .reason2 .star5:before{
    width: 60px;
        top: -23%;
        left: -6%;
    transform: translateY(-50%);
}

#reason {
    padding-top: 0;
    margin-top: 0;
}
#reason h2{
	text-align: left;
}
#reason h2 .five{
	font-size: 38px;
}
#reason h2:after {
    bottom: 80px;
    right: -5px;
}
    #reason h2 span:first-of-type{
        font-size: 6vw;
    }
#reason h2 span:last-of-type:after{
    width: 25px;
    top: -12px;
    right: -15px;
}
#reason .reason1 h3,
#reason .reason2 h3 {
    font-size: 6.5vw;
    line-height: 1.4;
    text-align: center;
    margin: 3% 0 0;
}
    #reason .reason1 span:last-of-type{
        display: block;
    }
    #reason .reason1,
    #reason .reason2 {
        padding: 4%;
        width: auto;
        border: 0;
}



#reason .reason1 .ps1{
  width: 100%;
  height: auto;
}
#reason .reason1 .ps2 {
  width: 100%;
  margin-left: 0;
  height: auto;
}

#reason .reason1 .step {
    width: 100%;
    text-align: center;
    padding: 4%;
}
#reason .reason1 .step:after {
    content: "";
    position: absolute;
    top: 85px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 28px;
}
#reason .reason1 .ps1:before {
   display: none;
}


#entrust{
	padding: 15% 0;
}
    #index #entrust .title_img{
        background-image:url(../images/entrust_title_sp.svg);
        height: 100px;
    }
#entrust .sv {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
}
#entrust .sv img {
    width: 100%;
    height: auto;
}
    #entrust .wrapper{
        padding: 0 4%;
    }

#way .scroll{
    padding: 15% 0;
}
    #way .title_img{
       background-size:90%;
    }
#way h2:before{
	left: 0;
    width: 18px;
    height: 39px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
#way h2:after{
	right: 0;
	width: 18px;
    height: 39px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
#way .show {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 25px;
}
#way .group{
	width: 100%;
	height: auto;
    padding-top: 200px;
    background-position: top;
}
    #way .group .pict {
        width: auto;
        height: 240px;
        overflow: hidden;
    }
#way .group:nth-child(even) {
    margin-left: 0px;
}
#way .group .group_p {
   width: 100%;
    min-height: auto;
}
#way .group .way1 {
    width: 100%;
    height: auto;
}
#way .group:before {
    left: 0px;
}
    #support .scroll>.wrapper{
        width: 100%;
        padding: 0;
    }
#support .scroll{
    padding: 15% 0;
}
    #index #support h2 {
    font-size: 6.3vw;
}
    #support h2:before {
        left: 40px;
        height: 35px;
        top:-8px;
    }
    #support h2:after {
        right: 30px;
        height: 35px;
        top: -8px;
    }
#support .price {
    padding: 4% 0 0;
    background: none;
}
#support .packing h3 {
    font-size: 18px;
    width: 100%;
}
#support .packing table {
    width: 100%;
}
#support .packing table th{
	display: block;
	padding: 0;
}
#support .packing table td{
	display: block;
}
#support .packing table .red{
	font-size: 20px;
}
#support .packing table .color1,
#support .packing table .color2,
#support .packing table .color3 {
   padding: 10px;
}


#support .pack{
	display: none;
}
#support .pack_sp{
	width: 100%;
	display: block;
	margin-top: 20px;
}
#support .limited,
#support .keep,
#support .wash {
   display: none;
}
#support .limited_sp,
#support .keep_sp,
    #support .wash_sp{
	width: 100%;
	display: block;
	margin-top: 3%;
}
    #support .limited_sp{
        margin-top: 6%;
    }
/*table*/
    .packing_sp{
        margin: 0 0 6%;
        background: #fff;
        padding:4%;
    }
    .packing_sp:last-of-type{
        margin: 0;
    }
    .acd-check{
        display: none;
    }
    .acd-label{
        position: relative;
        display: block;
        text-align: center;
    }
    #support .acd-label{
        border: 1px solid #C6C4C3;
        margin: 4% 0 0;
        padding: 0 4%;
    }
    .acd-label:first-of-type{
        margin: 0;
    }
    #support .packing_sp label:first-of-type {
        background: #FDED5A;
    }
    #support .packing_sp label:nth-of-type(2){
        background: #ffd62c;
    }
    #support .packing_sp label:nth-of-type(3){
        background: #ffa836;
    }
    #support h3{
        color: #fff;
        padding: 1% 2%;
        font-size: 4.7vw;
        margin: auto;
        text-align: center;
        background: #494949;
        border: 1px #797979 solid;
    }
    .acd-label h4{
        font-size: 4.4vw;
        margin: 4% 0;
        line-height: 1;
    }
    #support .acd-label p:first-of-type{
        line-height: 1.4;
        margin: 4% 0 0;
    }
    #support .acd-label p:last-of-type{
        text-align: right;
        font-size: .9em;
        color: #cc0212;
        margin-right: 1em;
    }
    .acd-label img{
        width:100%;
    }
    
    .packing_sp .caution{
        position: relative;
        padding-left: 1.1em;
        font-size: .9em;
        line-height: 1.4;
        margin: 2% 0 0;
    }
    .packing_sp .single img{
        width: 60%;
    }
    .packing_sp .caution::before{
        position: absolute;
        left: 0;
        content: '※';
        display: inline-block;
        width: 1em;
        height: 1em;
    }
    .acd-label::after{
        content: '';
        display:inline-block;
        position: absolute;
        width: 8px;
        height: 8px;
        border-top: solid 2px #cc0212;
        border-right: solid 2px #cc0212;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 0.44em;
        right: 1em;
        margin: auto;
        transform-origin: 8px center;
    }
    .acd-content{
        height: 0;
        opacity: 0;
        transition: .3s;
        visibility: hidden;
        border: 1px solid #C6C4C3;
        border-top: 0;
    }
    .acd-content table{
        width: 100%;
    }
    #support .acd-content td{
        border: 1px solid #C6C4C3;
        padding: 0 5%;
    }
    #support .acd-content tr td:first-of-type{
        text-align: center;
        background:#f7f7f7;
    }
    #support .acd-content tr td:last-of-type{
        color: #cc0212;
        font-weight:600;
        text-align: right;
    }
    
    .acd-check:checked + .acd-label + .acd-content{
        height: auto;
        opacity: 1;
        padding: 4%;
        visibility: visible;
    }
    .acd-check:checked + .acd-label::after{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        transition: .3s;
    }
    .qa_list a{
        padding: 0 0 2px;
    }
    .qa_list a:hover{
        border-bottom: 1px solid #cc0212;
        transition: .3s;
    }
#price .scroll {
    padding: 15% 0;
}
    #price .title_img{
        height: 50px;
}
#price h2:before{
    left: 30px;
    width: 18px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
#price h2:after{
    right:30px;
	width: 18px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
    #price .menu h3{
        font-size: 5vw;
        padding: 4% 4% 0;
        margin: 4% 0 0;
    }
    #price .menu h3 span{
        display: inline-block;
    }
    #price .menu h3{
        position: relative;
    }
    #price .acd-label h3 span:last-of-type{
        text-align: right;
        font-size: .8rem;
        margin-right: 1em;
        display: block;
    }
    #price .acd-label::after{
        border-color: #fff;
    }
    #price .menu .acd-content {
        margin: 0 0 4%;
        box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    }
    #price .menu .acd-content:first-of-type th,
    #price .menu .acd-content:first-of-type td,
    #price .menu .acd-content:nth-of-type(2) th,
    #price .menu .acd-content:nth-of-type(3) th,
    #price .menu .acd-content:nth-of-type(2) td,
    #price .menu .acd-content:nth-of-type(3) td{
        width:100%;
    }
    #price .menu th, #price .menu td{
        font-size: 1rem;
        display: block;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        }
    #price .menu th{
        border-bottom: 0;
        border-top: 0;
    }
    #price .menu .fl_l tr:first-of-type th{
        border-top: 1px solid #C6C4C3;
    }
    #price .menu .float+p{
        margin-top: 4%;
    }
    #price .menu .acd-content:first-of-type p{
        width: auto;
    }
    #price .menu .caution{
        line-height: 1.4;
        margin: 0 0 2%;
    }
#price .card {
    padding: 4%;
    margin: 15% 0px;
}
#price .card h3 {
    margin: 0;
}
    #price .card h3 span{
        display: inline-block;
    }
#price .card .c_card {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}
    #price .can_fit{
        margin: 0 0 15%;
    }
    #price .menu table{
        width: 100%;
        margin-bottom: 0;
    }
    #price .can_fit div.fl_l,
    #price .can_fit div.fl_r{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    }
    #price .table_m {
        margin: 0;
        width: 100%;
    }
    #price .table_m td span{
        display: block;
    }
#price .center{
	text-align: center;
}
#price .table_m .icon1 {
    width: 54px;
    height: 40px;
    vertical-align: middle;
    margin: 12px auto 10px;
    display: block;
}
    #price .table_m td p {
        font-size: 3vw;
    }
    #price .table_m th{
        text-align: center;
    }
#price .table_m td {
    width: auto;
    padding: 2%;
}
    #price .table_m td p{
        min-height: 2.5em;
    }
#price .maker .maker_g {
    width: 32%;
    margin:0 0 3%;
    vertical-align: top;
}
#price .maker .maker_g img {
    width: 100%;
    height: auto;
}

    #example{
        padding: 15% 0;
    }
    #example .title_img {
    height: 50px;
        -webkit-background-size: 75%;
        background-size: 75%;
}
    #example .wrapper{
        padding: 0 4%;
    }
#example h2:before{
	left: 20px;
	width: 18px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
#example h2:after{
	right: 20px;
	width: 18px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
#example .ex_g {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}
    #example .ex_g:last-child{
        margin-bottom:0;
    }
#example .ex_g img {
    width:100%;
    height: auto;
}
    #access .scroll{
        padding: 15% 0;
    }
#access h2{
	font-size: 22px;
}
    #access table{
        margin: 0 0 4%;
    }
    #access .fl_r iframe{
        width: 100%
    }
#mention .list {
    margin-top: 0px;
}
#mention .border_m .fl_r{
	/*clear: both;
    float: none;*/
    float: right;
    clear: none;
}
#mention .left_m {
    width: 100%;
    margin: 0 0 8%;
}
#mention h2 {
    font-size: 22px;
}
#mention .abema {
    width: 100%;
    height: auto;
}
#mention .scroll {
    padding: 15% 0;
}
    #mention iframe{
        width: 100%;
    }
#access .ex_p {
    text-align: left;
    margin: 4% 0;
}
#access h2:before{
	top: 0px;
	left: -40px;
	width: 24px;
    height: 40px;
    background-size: contain;
}
#access h2:after{
	top: 0px;
	right: -40px;
	width: 24px;
    height: 40px;
    background-size: contain;
}




/*ラインタイトルデザイン*/

.line_left{
	width: 25%;
	top: 35%;
}
.line_left:before{
	width: 40%;
}
.line_right{
	width: 25%;
	top: 35%;
}
.line_right:after{
	width: 40%;
}
/*ラインタイトルデザイン*/

/*ラインタイトルデザイン*/
.line_left2{
	width: 25%;
	top: 60%;
}
.line_left2:before{
	width: 40%;
}
.line_right2{
	width: 25%;
	top: 60%;
}
.line_right2:after{
	width: 40%;
}
.line_left3{
	width: 15%;
	top: 60%;
}
.line_left3:before{
	width: 40%;
}
.line_right3{
	width: 15%;
	top: 60%;
}
.line_right3:after{
	width: 40%;
}
/*ラインタイトルデザイン*/

    #index #contact .title_img {
    height: 50px;
    margin-bottom: 25px;
        background-size: 90%;
        -webkit-background-size: 90%;
}
#contact h2:before {
    left: 0px;
    width: 18px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
#contact h2:after{
	right: 0px;
	width: 18px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
#contact .yoyaku .yoyaku_l {
    margin-left: 0px;
}
#contact .tel_bg {
    width: 100%;
   	height: auto;
    margin: 10px 0 40px;
}
.line_title {
    font-size: 20px;
    line-height: 1.2;
}
#contact th{
	display: block;
	width: 100%;
	border: 1px solid #000;
}
#contact td{
	display: block;
	width: 100%;
}
#contact .post_code{
	width: 60%!important;
}
#contact .privacy_policy {
    width: 100%;
}
    #contact h2{
        margin: 0 0 6%;
    }
    #contact .scroll {
        padding: 15% 0;
    }
    #contact02 {
        margin-bottom: 15%;
    }
    #contact02 .tel{
        -webkit-background-size: 89% auto;
        background-size: 89% auto;
        margin: 0;
    }
    #contact02 .bg_b {
        font-size: 5vw;
        padding: 2%;
        margin: 10% 0 0;
    }
    #contact01 p+#booking-package-locale-ja{
        padding: 0;
        margin: 0 0 15%;
    }
    #mailformpro .contact01_link{
        padding: 2% 4%;
        margin: 2% 0 0;
        display: block;
        text-align: center;
    }
    #mailformpro .contact01_link::before{
        margin-right: 2%;
    }
    #mailformpro .radio_list{
        margin-right: 2%;
    }
#contact .radio{
	margin-left: 0;
}
    #booking-package_calendarPage .symbolPanel{
        padding: 1px 0!important;
    }
.s_group {
    width: 100%;
}
aside{
	width: 100%;
    margin-bottom: 8%;
}
aside .leaf {
    width: 100%;
}
.a_tel{
	width: 100%;
}
.book_btn {
    width: 80%;
    height: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 75px;
    background-color: #cc0212;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 65px;
    text-align: center;
}

/* footer
------------------------------*/
    footer .logo a{
        width: 100%;
        background-position: center; 
    }

footer{
	width: 100%;
	text-align: center;
	padding-bottom: 100px;
	padding-top: 20px;
}
footer .fl_l,
    footer .fl_r{
	width: auto;
}
footer .fl_l p {
    font-size: 14px;
    padding-top: 15px;
    margin-top: 0;
    text-align: left;
}
footer .name p{
    width: 100%;
    text-align: center;
}
footer .fl_l h2 a {
    margin: 30px auto 0;
}
footer .f_menu,
    footer .pc_menu{
	display: none;
}
footer .copy_r {
    margin-top: 30px;
    text-align: center;
}
#pagetop {
    position: fixed;
    bottom: 40px;
    right: 20px;
}

/* news - archive */
.a_thum{
    display: none;
}
.a_content{
	width: 100%;
	margin-top: 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid #c6c4c3;
}
.a_con{
	width: 100%;
	margin: 0;
}
    
/* news - single */
.single ul .prev,.single ul .center,
.single ul .next{
	position: relative;
	display: inline-block;
	width: 30%;
	margin-right: 2%;
	vertical-align: top;
}
.single ul .next{
	margin-right: 0;
}
.single ul .prev a,
.single ul .center a,
.single ul .next a{
	width: 100%;
	margin: 0;
	text-align: center;
	line-height: 1;
	padding: 10px 2%;
    height: auto;
}
.single ul .prev a::after,
.single ul .next a::after{
	display: none;
}


/* works - archive */
#works .archive ul li{
	display: block;
	width: 100%;
	margin: 0 auto 50px;
}
#works .archive ul li:nth-child(4n){
	margin: 0 auto 50px;
}
    .works_list .pict img {
        width: 100%;
        height: auto;
    }
    .works_list .pict {
        height: auto;
        overflow: auto;
    }

/* works - single */
#works .single h1{
	font-size: 20px;
}
#works .single .fl_l{
	width: 100%;
	margin-bottom: 30px;
}
#works .single .fl_r{
	width: 100%;
}
#works .single dl{
	margin-bottom: 35px;
}
#works .single dl dt{
	padding: 10px 0 8px;
}
#works .single dl dd{
	padding: 10px 0 8px;
}
#works .single a.btn{
	margin: 40px auto 30px;
}
#works .single iframe{
	margin-top: 0;
}
    /* slider
    ------------------------------ */
    .top_slider{
        margin: 50px 0 0;
    }
    .top_slider .slick-list{
        max-height: 300px;
    }
    .top_slider .sp_none{
        display: none!important;
    }
    .top_slider .pc_none{
        display: block!important;
        width: 100%;
    }
    /* page_navi
    ------------------------------ */
    .page_navi{
        margin: 0 0 8%;
    }
    .wp_social_bookmarking_light {
        margin-top: 30px !important;
    }
}