@charset "utf-8";

/*
----------------------------------------
750
----------------------------------------
*/

@media screen and ( max-width: 750px ) {

	#header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		border-bottom: solid 1px #ccc;
		z-index: 999999;
	}

	#header .logo {
		max-height: 60px;
	}

	#header .logo img {
		height: 100%;
		max-height: 60px;
		max-width: auto;
	}

	#header .h-txt,
	#header .part,
	#header .bnr {
		display: none;
	}

	/* sp-btn */

	#sp-btn {
		display: block;
		width: 60px;
		height: 60px;
		padding: 10px;
		border: solid 1px #ccc;
		box-sizing: border-box;
		margin: 0 !important;
		text-align: center;
		position: fixed;
		top: 0;
		right: 0;
	}

	#sp-btn div,
	#sp-btn div span {
		display: inline-block;
		box-sizing: border-box;
		transition: all .5s;
	}

	#sp-btn div {
		position: relative;
		width: 30px;
		height: 21px;
	}

	#sp-btn div span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #000;
	}

	#sp-btn div span:nth-of-type(1) {
		top: 0;
	}

	#sp-btn div span:nth-of-type(2) {
		top: 9px;
	}

	#sp-btn div span:nth-of-type(3) {
		bottom: 0;
	}

	#sp-btn p {
		font-family: 'Roboto Slab', serif;
		font-size: 1.1rem;
		line-height: .9;
		text-transform: uppercase;
		margin: 0;
	}

	#sp-btn.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	#sp-btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	#sp-btn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	/* g-anv */

	#g-nav {
		padding: 0;
	}

	#g-nav > ul.wrap {
		flex-direction: column;
		border: none;
	}

	#g-nav > ul > li {
		display: block;
		width: 100%;
		border: none;
		border-bottom: solid 1px #555;
	}

	/* sub-menu */

	#g-nav li ul {
		position: relative;
		top: 0;
		left: 0;
		visibility: visible;
		opacity: 1;
		transition: all 0s;
	}

	#g-nav li a[href='#'] {
		background: #333;
		position: relative;
	}

	#g-nav li a[href='#']:after {
		font-family: 'FontAwesome';
		content: '\f107';
		font-size: 2rem;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate( 0, -50% );
	}

	#g-nav li a[href='#'].active:after {
		content: '\f106';
	}

	#g-nav li:last-child ul {
		left: 0;
	}

	#g-nav li:hover ul {
		top: 0;
	}

	#g-nav li ul li {
		border-top: solid 1px #ccc;
		border-bottom: 0;
	}

	#g-nav li ul li:first-child {
		border-top: 0;
	}

	#g-nav li ul a {
		text-align: center;
		white-space: normal;
		background: #555;
		color: #fff;
	}

	#g-nav li ul a:hover {
		background: #777;
	}

	#page-ttl .box h2 {
		font-size: 2.2rem;
	}

	#contents h1 {
		font-size: 2.1rem;
	}

	#contents h2 {
		font-size: 2rem;
	}

	#contents h3 {
		font-size: 1.9rem;
	}

	/* layout */

	html {
		margin-top: 0 !important;
	}

	#wrapper {
		padding-top: 103px;
	}

	#container {
		display: block;
		padding-bottom: 30px;
	}

	#contents {
		width: 100% !important;
	}

	#contents section {
		margin-bottom: 20px;
	}

	#sidebar {
		width: 100% !important;
		padding: 0 !important;
	}

	#sidebar .back-link a {
		margin-bottom: 0;
	}

	#sidebar .bnr,
	#sidebar .part {
		display: none;
	}

	#bottom-nav {
		display: none;
	}

	footer .wrap {
		padding: 20px 10px;
	}

	footer .store-info {
		max-width: 100%;
	}

	footer .flex {
		flex-direction: column;
		margin: 0;
	}

	footer .store-img {
		max-width: 100%;
		padding-bottom: 0;
	}

	.copyright {
		padding: 20px 20px 100px 20px;
	}

	#bottom-fix {
		width: 100%;
		left: 0;
		right: auto;
		bottom: 0;
		align-items: center;
		background: #fafafa;
	}

	#bottom-fix .tel {
		display: block;
		margin: 0 auto;
		box-sizing: border-box;
		font-size: 1.3rem;
	}

	#bottom-fix .tel a {
		display: block;
		line-height: 1;
	}

	#bottom-fix .tel span {
		display: block;
		font-size: 4rem;
	}

	#bottom-fix .tel span:before {
		font-family: 'FontAwesome';
		content: '\f095';
		font-size: 2rem;
		margin-right: 5px;
	}

	#bottom-fix .contact {
		display: block;
	}

	#bottom-fix .contact a,
	#page-top a {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 3rem;
	}

	/* column */

	.flex .box.pic {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.flex.reverce .box.pic {
		padding: 0;
	}

	.flex .box.txt {
		width: 100%;
	}

	.flex.box-02 .box,
	.flex.box-03 .box,
	.flex.box-04 .box,
	.flex.box-05 .box,
	.flex.box-06 .box {
		width: 100%;
	}

	/* flow */

	.flow.flex .box {
		padding: 30px 0 0 0;
		margin-top: 30px;
	}

	.flow.flex .box:first-child {
		padding: 0;
		margin-top: 0;
	}

	.flow.flex .box:before {
		font-family: 'FontAwesome';
		content: '\f107';
		font-size: 4rem;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate( -50%, -50% );
	}

	/* slider */

	.slider.thumb-slider {
		margin: 30px 0 0 0;
	}

	.slider figure {
		line-height: .8;
	}

	.slider.thumb-slider + .thumb figure {
		padding: 3px 2px;
	}

	/* bnr */

	#contents .bnr {
		display: block;
	}

	#contents .bnr figure {
		padding: 0;
	}

	/* post */

	#contents .post {
		padding: 20px 20px 10px 20px;
		margin-bottom: 20px;
	}

	.post .flex {
		flex-direction: column;
	}

	.post .flex > .thumb {
		width: 100%;
		padding: 0;
	}

	.post .flex > .thumb + .txt {
		width: 100%;
	}

	.post .flex > .txt p {
		margin-bottom: 10px;
	}

	.post .more a {
		display: block;
		text-align: center;
		padding: 2px 25px;
	}

	.post-nav {
		flex-direction: column;
		margin: 20px 0;
	}

	.post-nav a img,
	.post-nav .back-link {
		display: none;
	}

	.post-nav .prev, .post-nav .next {
		width: 100%;
	}

	.post-nav .prev a, .post-nav .next a {
		box-sizing: border-box;
		background: #fafafa;
		padding: 10px 3rem;
		margin: 5px 0;
		border-radius: 5px;
	}

	.post-nav .prev a:before {
		left: 10px;
	}

	.post-nav .prev a:hover:before {
		left: 5px;
	}

	.post-nav .next a:before {
		right: 10px;
	}

	.post-nav .next a:hover:before {
		right: 5px;
	}

	/* contact */

	#contact #contents .tel {
		display: block;
		text-align: center;
		line-height: 1;
		margin-top: 40px;
	}

	#contact #contents .date {
		display: block;
		text-align: center;
		border: none;
		margin: 0;
	}

	#contact .form-table tr {
		display: flex;
		flex-direction: column;
	}

	/* faq */

	#faq-menu.flex {
		flex-direction: column;
	}

	#faq-menu.flex .box {
		width: 100%;
	}

	/* voice */

	#voice .faq-list {
		margin: 20px 0 0 0;
		padding: 0;
		background: transparent;
	}

	.faq-01 dt:before, .faq-01 dd:before {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
	}

	.faq-01 dt {
		font-size: 1.8rem;
		padding-left: 4rem;
	}

	.faq-01 dd {
		padding-left: 4rem;
	}

	/* case */

	#case .case-box {
		margin-bottom: 20px;
	}

	#case .case-box h2 {
		font-size: 2.1rem;
		margin: 10px 0;
	}

	#case .case-box .read br {
		display: none;
	}

	#case .staff-box .pic {
		width: 100%;
		text-align: center;
	}

	#case .staff-box .txt {
		width: 100%;
		margin-top: 15px;
	}

	#case .staff-box .txt::after {
		position: absolute;
		left: 50%;
		top: -25px;
		border-bottom: 15px solid #fff;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		transform: translateX( -50% );
	}

}