@charset "utf-8";


#container {
	border: 3px solid p_ink;
	position: relative;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-color: linear-gradient(158deg, rgba(34, 155, 250, 0.74), rgba(46, 187, 247, 0.74) 10%, rgba(24, 166, 242, 0.74) 50%, rgba(100, 155, 255, 0.74) 94%, rgba(152, 102, 255, 0.74));
	background-size: cover;
	background-attachment:fixed;
	/*--背景画像の固定--*/
	background-position: left bottom;
	/*--背景画像の位置--*/
	z-index: 1;
	display: flex;
}


.original-gradient {
  height: 200px;
  width: 90%;
  background-image: 
}

#container .outlead {
	border: 3px solid r_ed;	
	width: 450px;
	position: sticky;
	left: 5%;
	z-index: 2;
	margin: 0 auto;
}
#container .outlead .inner{
	border: 3px solid r_ed;	
	width: 380px;
	position: fixed;
	margin: 0 auto 0 5vw;
	top: 150px;
}



#container .mainbox {
	border: 3px solid r_ed;	
	width: 450px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 10px;
	box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
	 box-shadow: 0 0 0 8px rgba(255,255,255,.35);
}

@media all and (max-width: 750px) {
	#container .mainbox {
		width: 100vw;
		background-color: #fff;
		position: relative;
		z-index: 2;
		margin: 0 auto;
		box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
		overflow: hidden;
	}
}

/*************/


/*------------------------------------------------------------
	menu
------------------------------------------------------------*/


#gHeader {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	z-index: 100;
	border: 2px solid g_reen;
}


.fixbtn {
	border: 5px solid r_ed;
	width: 100px;
	height: 70px;
	position: fixed;
	right: -25px;
	top: 80px;
	z-index: 100;
	filter: drop-shadow(0px 3px 3px rgba(85, 53, 32, 0.4));
	display: none;
}

.fixbtn:hover {
	right: -23px;
}




/***/

#gHeader .s_head {
	border: 5px solid r_ed;
	width: 20%;
	height: 50px;
	position: fixed;
	right: 0;
}

#gHeader .s_head .menu {
	border: 5px solid b_lue;
	position: absolute;
	right: 10px;
	top: -15px;
	z-index: 200;
}

#gHeader .s_head .menu a {
	padding: 0px 13px;
	display: block;
	transition: .7s;
}

#gHeader .s_head .menu a:hover {
	opacity: .5;
}

#gHeader .s_head .menu img {
	width: 45px;
}

#gHeader.header_fixed .menu img {
	width: 45px;
}



.menuBox {
	padding: 0 23px 38px 0;
	width: 350px;
	max-width: 350px;
	position: fixed;
	top: 0;
	right: -400px;
	display: block;
	box-sizing: border-box;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	transition: right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition: right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	z-index: 1000;
	overflow-x: hidden;
	transform: translate3d(0, 0, 0);
	box-shadow: 2px 0px 15px -5px rgba(0, 0, 0, 0.85), 0px 0px 3px 0px rgba(181, 165, 92, 0.8);
	background-color: #fff;
	text-align: center;
}


.menuBox.on {
	right: -0px;
	transform: translate3d(0, 0, 0);
	border: 2px solid r_ed;
	background-color: #fff;
}

.menuBox .close_btn {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 55px;
	transform: translate3d(0, 0, 0);
}

.menuBox .close_btn a {
	padding: 10px;
	display: block;
}

.menuBox .close_btn img,
#gHeader.header_fixed .close_btn img {
	width: 70px;
}

#gHeader nav {
	border: 2px solid r_ed;
	margin-top: 120px;
	margin-left: 0px;
}

.menuBox .tit_menu {
	border: 1px solid r_ed;
	width: 80%;
	position: absolute;
	top: 13px;
	left: 10px;

}



#gHeader nav li a {
	transition: .5s;
	border: 1px solid g_reen;
}

#gHeader nav li a:hover {
	opacity: .5;
}

#gHeader nav a span {
	font-family: 'Noto Sans JP', serif;
	font-weight: 200;
	font-size: 75%;
	opacity: .8;
	display: block;
}

.menuBox nav ul {
	margin: 90px 0 0 40px;
	border: 3px solid b_lue;	
	width: 280px;
}
.menuBox nav .btn_omousikomi {
	margin: 40px 0 0 40px;
	border: 3px solid b_lue;	
	width: 280px;
}

.menu_inq{
	width: 62%;
	margin: 60px auto !important;
	display: block;
	transition: .4s;
	position: relative;
	border: 3px solid r_ed;	
	left: 8%;
}
.menu_inq:hover{
	opacity: .5;
}

.ryokojouken{
	background-color: #40A48A;
	border: 3px solid #40A48A;	
	width: 110% !important;
	margin-bottom: -50px;
}
.ryokojouken a{
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 1.6em 0 10em;
}




.menuBox nav li {
	margin: 0 0 0 0;
	display: block;
	border-bottom: 1px dotted #fff;
	padding-bottom: 0em;
}

.menuBox nav li a {
	border: 1px solid g_reen;
	font-weight: 700;
	font-size: 1.7rem;
	text-decoration: none;
	color: #fff;
	line-height: 1;
}


.menuBox nav .anim2 {
	position: relative;
	top: 20px;
	left: 140px;
	width: 80%;
	margin-bottom: -200px;
}
.menuBox .menu_btn  {
	position: relative;
	top: 20px;
	transition: .3s;
	filter: drop-shadow(0px 8px 6px rgba(0,0,0,0.1));
}
.menuBox .menu_btn:hover  {
	position: relative;
	top: 15px;
}
.menuBox .menu_tel {
	position: relative;
	width: 95%;
	display: block;
	margin: 85% auto 0;
	border:3px solid r_ed;
}





.btn_shadow_menu{
	filter: drop-shadow(0px 5px 5px rgba(109,90,84,0.6));
	transition: .5s;

}

.menuinner {
	border: 2px solid r_ed;
	font-size: 90%;
	position: relative;
	left: 1em;
	margin-top: 1em;
	line-height: 2.5;
}

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

	.fixbtn {
		border: 5px solid r_ed;
		width: 100px;
		height: 70px;
		position: fixed;
		right: -25px;
		top: 80px;
		z-index: 100;
		filter: drop-shadow(0px 3px 3px rgba(85, 53, 32, 0.4));
		display: none;
	}


	#gHeader {
		width: 100%;
		height: 40px;
		position: absolute;
		top: 0;
		z-index: 100;
	}

	#gHeader .s_head {
		border: 5px solid r_ed;
		width: 15%;
		height: 50px;
		position: fixed;
		z-index: 100;
	}

	#gHeader .s_head .menu {
		position: absolute;
		left: -1vw;
		top: -9vw;
		width: 70px;
		z-index: 200;
	}

	#gHeader .s_head .menu a {
		padding: 17px 20px 0 10px;
		display: block;
		transition: .7s;
	}

	#gHeader .s_head .menu img {
		width: 90px;
	}

	#gHeader.header_fixed .menu img {
		width: 80px;
	}

	#gHeader.header_fixed .menu img {
		width: 20px;
	}

	.menuBox {
		padding: 0 23px 38px 0;
		width: 100vw;
		display: block;
		position: fixed;
		top: 0;
		right: -100%;
		height: 100%;
		max-height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		transition: right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		-webkit-transition: right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		-ms-transition: right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		z-index: 1000;
		overflow-x: hidden;
		transform: translate3d(0, 0, 0);
		box-shadow: 2px 0px 1px -5px rgba(0, 0, 0, 0.05), 0px 0px 4px 0px rgba(181, 165, 92, 0.6);
		/* 背景色 */
	}

	.menuBox.on {
		width: 85vw;
		max-width: 85vw;
		right: 0%;
		transform: translate3d(0, 0, 0);
		border: 2px solid r_ed;
		box-shadow: 2px 0px 1px -5px rgba(0, 0, 0, 0.05), 0px 0px 4px 0px rgba(181, 165, 92, 0.6);
		/* 背景色 */
	}

	.menuBox .close_btn {
		position: absolute;
		left: 71vw;
		top: 2.2vw;
		transform: translate3d(0, 0, 0);
	}

	.menuBox .close_btn a {
		padding: 10px;
		display: block;
	}

	.menuBox .close_btn img,
	#gHeader.header_fixed .close_btn img {
		width: 45px;
	}

	.menuBox nav ul {
		border: 1px solid g_reen;
		margin: 50px 0 0 9vw !important;
		padding-top: 30px;
	}

	.menuBox nav ul li {
		margin: 0;
		font-size: 110%;
	}

	.menuBox nav ul li a {
		border: 0px solid r_ed;
		font-weight: 700;
		font-size: 100%;
	}

	.menu_inq{
		width: 60%;
		position: relative;
		left: 5vw;
	}
}




/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

::selection {
	background: #F7A7A4;
	color: #fff;
}

/*Firefox*/
::-moz-selection {
	background: #F7A7A4;
	color: #fff;
}

a {
	color: #707070;
}


/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
}
html {
	font-size: 62.5%;
}
body,table,input,textarea,select,option,p,div,a,span {
	font-family: 'Noto Sans JP', sans-serif;
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display: block;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a[href^="tel:"] {
	cursor: pointer;
}
@media all and (min-width: 750px) {
	.sp {
		display: none !important;
	}
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #707070;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
	background-color: #fff;
	border: 5px solid p_ink;
	overflow: hidden;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

@media all and (max-width: 750px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}

	#main {
		background-size: cover;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	.visual img {
		margin: 0px auto 0;

	}
}

/*------------------------------------------------------------
	文字サイズ
------------------------------------------------------------*/

h2 {
	font-size: 2.75rem;
	font-weight: 700;
	letter-spacing: 4px;
	text-align: center;
	margin: 15px 0;
	color: #331F27;
}

h3 {
	font-size: 2.7rem;
	font-weight: 700;
}

h4 {
	font-size: 2.06rem;
	font-weight: 700;
}

p {
	font-size: 1.25rem;
	letter-spacing: 1px;
	line-height: 1.7em;
}


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

	h2 {
		font-size: 2.8rem;
		font-weight: 900;
	}

	h2 a {
		font-size: 4rem;
		font-weight: 900;
	}

	h3 {
		font-size: 2.65rem;
		font-weight: 700;
	}

	h4 {
		font-size: 2.06rem;
		font-weight: 700;
	}

	p {
		font-size: 1.3rem;
		letter-spacing: 1px;
		line-height: 1.7em;
	}

}

