@charset "utf-8";


#container {
	border: 3px solid p_ink;
	position: relative;
}


#container .leftbox_pc {
	border: 10px solid b_lueviolet;
	width: calc(50vw - 250px);
	height: 110%;
	width: 110%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-color: #B5DAEE;
	background-size: cover;
	background-attachment:fixed;
	/*--背景画像の固定--*/
	background-position: left bottom;
	/*--背景画像の位置--*/
	animation: GradientBackground 0s ease infinite;
	filter: blur(10px);
	z-index: 1;
}

#container .leftbox_pc::after,
#container .rightbox_pc::after
 {
	content: '';
}

#container .rightbox_pc {
	border: 3px solid b_lueviolet;
	width: calc(50vw - 250px);
	height: 110%;width: 110%;
	position: fixed;
	top: 0;
	right: 0;
	background: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-color: #B5DAEE;
	background-size: cover;
	background-attachment:fixed;
	/*--背景画像の固定--*/
	background-position: right bottom;
	/*--背景画像の位置--*/
	animation: GradientBackground 0s ease infinite;
	filter: blur(10px);
	z-index: 1;
}



@keyframes GradientBackground {
	0% {
		background-position: 50% 0%;
	}
	50% {
		background-position: 0% 100%;
	}
	100% {
		background-position: 50% 0%;
	}
}

#container .mainbox {
	width: 500px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

@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 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 200;
}

#gHeader .s_head .menu a {
	padding: 8px 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: #dd6c1b;
	text-align: center;
	border-left: 7px solid #d89c1a;
}


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

.menuBox .close_btn {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 68px;
	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: 60px;
	margin-left: 0px;
}

.menuBox .tit_menu {
	border: 1px solid r_ed;
	width: 75%;
}



#gHeader nav li a {
	font-weight: 400;
	font-size: 110%;
	letter-spacing: 1px;
	transition: .5s;
	border: 1px solid g_reen;
}

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

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

.menuBox nav ul {
	border-top: 2px solid #fff;
	margin: 30px 0 0 29px;
	padding-top: 8px;
}

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

.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: 5%;
		height: 50px;
		position: fixed;
		z-index: 100;
	}

	#gHeader .s_head .menu {
		position: absolute;
		left: -12vw;
		top: 2.7vw;
		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);
		background-color: #92CDD1;
		/* 背景色 */
	}

	.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);
		background-color: #92CDD1;
		/* 背景色 */
	}

	.menuBox .close_btn {
		position: absolute;
		left: 67vw;
		top: 4.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: 0px solid g_reen;
		margin: 1.5em 0 0 29px;
	}

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

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




/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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;
	}

}

