/*
Theme Name: INUpress
Description: inu design
Author: inu design
Version: 1.1

サイト基本色:#777777
*/


/*------------------------------------------

	サイト内汎用

------------------------------------------*/
body {
	color: #22201d;
}
body * {
	font-family: "m-plus-rounded-1c", sans-serif;
	font-weight: 400;
	font-style: normal;
}

a {
	color: #22201d;
}

.inr {
	width: 100%;
	max-width: 1250px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.txt {
	font-size: 1.8rem;
	line-height: 1.65;
}

.hx-type01 {
    width: 300px;
    font-size: 3.8rem;
    color: #e98503;
    border: #e98503 2px solid;
    border-radius: 10px;
    line-height: 1.3em;
    letter-spacing: -.03em;
    padding: 25px 0 10px;
    margin-right: auto;
    margin-left: auto;
}
.hx-type01 .sub {
	font-size: 1.8rem;
	color: #83571e;
	display: block;
}

.hx-type02 {
    font-size: 3.0rem;
    color: #83571e;
}

.hx-type03 {
    font-size: 1.8rem;
    color: #83571e;
    border-radius: 10px;
    line-height: 1.3em;
    letter-spacing: -.03em;
    margin-right: auto;
    margin-left: auto;
}
.hx-type03 .main {
	width: 170px;
    font-size: 2.4rem;
    color: #fff;
    background-color: #e98503;
    border-radius: 100px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 5px;
}

/*PC*/
@media screen and (min-width: 985px) {
	.anchor {
		padding-top: 250px;
		margin-top: -250px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 984px) {
	.anchor {
		padding-top: 68px;
		margin-top: -68px;
	}

	.hx-type01 {
	    width: 270px;
	    font-size: 2.5rem;
	    padding: 15px 0 10px;
	}
	.hx-type01 .sub {
		font-size: 1.6rem;
	}

	.hx-type02 {
	    font-size: 2.2rem;
	    color: #83571e;
	}

	.hx-type03 {
	    font-size: 1.6rem;
	    border-radius: 10px;
	}
	.hx-type03 .main {
		width: 150px;
	    font-size: 2.0rem;
	}
}/*END*/


/*------------------------------------------

	ヘッダー固定

------------------------------------------*/
#site-header {
	width: 100%;
	top: -30%;
	left: 0;
	transition: .6s;
}
.hed-fix #site-header {
	background-color: rgba(255,255,255,.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

header .gnav li {
	font-size: 2.0rem;
	text-align: center;
}
header .gnav li .sub {
	font-size: 1.3rem;
	color: #e98503;
	display: block;
}

/*PC*/
@media screen and (min-width: 985px) {
	#site-header {
		padding: 30px 50px;
	}
	header .gnav li {
		border-right: #bfbfbf 1px solid;
		padding: 0 40px;
	}
	header .gnav li:last-of-type {
		border-right: 0;
	}
}/*END*/

@media screen and (max-width: 1440px) {
	#site-header {
		padding: 20px;
	}
	#site-header .logo {
		width: 700px;
	}
	#site-header .tel {
		width: 200px;
	}
	header .gnav li {
		padding: 0 20px;
	}
}/*END*/
@media screen and (max-width: 1115px) {
	#site-header .logo {
		width: 70%;
	}
	#site-header .tel {
		width: 150px;
	}
	header .gnav li {
		font-size: 1.7rem;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 984px) {
	#menu-btn {
	    width: 54px;
	    height: 54px;
	    display: block;
	    position: fixed;
	    top: 0;
	    right: 0;
	    z-index: 999;
	    transition: .3s;
	}
	#menu-btn span:nth-of-type(1),
	#menu-btn span:nth-of-type(2),
	#menu-btn span:nth-of-type(3) {
		width: 30px;
		height: 3px;
		background-color: #e98503;
		position: absolute;
		left: 50%;
		transition: .3s;
	}
	.open #menu-btn span:nth-of-type(1),
	.open #menu-btn span:nth-of-type(2),
	.open #menu-btn span:nth-of-type(3) {
		background-color: #fff;
	}
	.open #menu-btn {
		background-color: #e98503;
	}
	#menu-btn span:nth-of-type(1) {
		top: 50%;
		transform: translate(-50%,calc(-50% - 10px));
	}
	#menu-btn span:nth-of-type(2) {
		top: 50%;
		transform: translate(-50%,-50%);
	}
	#menu-btn span:nth-of-type(3) {
		top: 50%;
		transform: translate(-50%,calc(-50% + 10px))
	}
	
	.open #menu-btn span:nth-of-type(1) {
		transform: rotate(45deg) translate(calc(-50% - -3px),9px);
	}
	.open #menu-btn span:nth-of-type(2) {
		left: -15px;
		opacity: 0;
	}
	.open #menu-btn span:nth-of-type(3) {
		transform: rotate(-45deg) translate(calc(-50% - -6px),-12px);
	}


	header .sm-logo {
		width: 55%;
		padding: 17px;
	}
	header .gnav-box {
		width: 100%;
		height: 100vh;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 99;
		transition: .3s;
	}
	.open .gnav-box {
		left: 0;
		transition: .3s;
	}
	header .gnav-box li:first-of-type {
		border-top: #bfbfbf 1px solid;
	}
	header .gnav-box li {
		border-bottom: #bfbfbf 1px solid;
		padding: 0;
	}
	header .gnav-box li a {
		display: block;
		padding: 15px 0;
	}
}/*END*/


/*------------------------------------------

	フッター

------------------------------------------*/
.footer-inr {
	padding: 80px 0;
	background-image: url(images/common/footer_bg.jpg);
	background-position: center;
	background-size: cover;
}

footer .gnav li a {
	font-size: 2.1rem;
	padding: 0 12px;
	color: #83571e;
}

footer .cpy-box {
	font-size: 1.8rem;
	color: #83571e;
}

footer address {
	font-size: 1.4rem;
	color: #83571e;
	background-color: #fee0ae;
	padding: 5px 0;
}

#page-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
}

/*PC*/
@media screen and (min-width: 985px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 984px) {
	.footer-inr {
		padding: 40px 0;
	}
	footer .footer_logo img {
		width: 110px;
	}

	#page-top {
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 10px;
	}
}/*END*/