@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

/*
	font-family: 'Noto Serif JP', serif;
	font-family: 'Noto Sans JP', sans-serif;
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/


  

/* CSS Document */

html {
	font-size:10px;
}
body {
	position:relative;
	font-size:1rem;
	line-height:1.7;
	font-family: 'Noto Sans JP', sans-serif;
	color:#000000;
	min-width:1000px;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
	/*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 1040px) {
html {
	/*
	font-size:0.962vw;
	font-size:1.058vw;
	font-size:1.154vw;
	*/
}
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
}
}
@media screen and (max-width: 767px) {
html {
	font-size:2.868vw;
}
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
	line-height:1.7;
	padding:0;
	padding-top: 16.949vw;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
}

* {
	font-style: normal;
	font-weight: 400;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


a {color: #000000; text-decoration: none; transition: .5s;}
a:hover {color: #666666; text-decoration:underline; transition: .5s;}

main a {color: #000000; text-decoration: underline;	transition: .5s;}
main a:hover {color: #666666; text-decoration:none;	transition: .5s;}

a:hover img ,
a.opacity:hover ,
footer .footer_in .f_contents section dl a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
header h2 a:hover img ,
footer dl dt a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
	zoom:1;
}
a:before, a:after,
a:hover:before, a:hover:after{
	text-decoration: none !important;
	display: inline-block;
}
img {
	width: 100%;
	height: auto;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden; /* Chrome and Safari */
	-moz-backface-visibility:hidden; /* Firefox */
	-ms-backface-visibility:hidden; /* Internet Explorer */
}
.no-kerning {
	-webkit-font-feature-settings: normal;
	-moz-font-feature-settings: normal;
	-ms-font-feature-settings: normal;
	-o-font-feature-settings: normal;
	font-feature-settings: normal;
}
/*共通*/
.sp , .sp_img {
	display: none;
}
@media screen and (max-width: 767px) {
img {
	max-width: none;
	width: 100%;
	height: auto;
}
.pc {
	display: none;
}
.sp , .sp_img {
	display: block;
}
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}

span:before {
	font-family: "FontAwesome";
	content: "\f090";
}
span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
}

*/






/*header*/
h1 {
	display:none;
}
header {
	position:relative;
	width:1000px;
	margin:0 auto;
}
header:before {
	position: absolute;
	top:-150px;
	left:-295px;
	z-index:-1;
	width:605px;
	height:605px;
	display:block;
	background:#f5f1d3;
	border-radius:50%;
	content:'';
}
header:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header h2 {
	float:left;
	padding-top:45px;
	padding-bottom:30px;
	margin-left:30px;
	width:240px;
}
header .box_r {
	float:right;
	padding-top:58px;
	padding-right:20px;
}
header .box_r:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header .box_r dl {
	float:right;
	display:table;
	margin-bottom:20px;
}
header .box_r dl dt ,
header .box_r dl dd {
	display:table-cell;
	vertical-align:middle;
}
header .box_r dl dt {
	font-size:1.2rem;
	padding-right:1em;
}
header .box_r dl dd ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header .box_r dl dd ul li {
	float:left;
	width:24px;
	margin-right:10px;
}
header .box_r dl dd ul li:last-child {
	margin-right:0;
}
header .box_r nav:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header .box_r nav ul {
	float:right;
	line-height:1.1;
}
header .box_r nav ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header .box_r nav ul li {
	float:left;
	font-size:1.4rem;
	margin-right:3.5em;
}
header .box_r nav ul li:last-child {
	margin-right:0;
}
header .box_r nav ul li a ,
header .box_r nav ul li a span {
	position:relative;
	display:block;
	font-weight:700;
	letter-spacing:.2em;
	text-decoration:none;
}
header .box_r nav ul li a:hover {
	color:#c70026;
	text-decoration:none;
}
header .box_r nav ul li a span:before,
header .box_r nav ul li a span:after {
	position: absolute;
	left: calc(50% - .2em);
	content: '';
	width: 0;
	height: 2px;
	background: #c70026;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
header .box_r nav ul li a span:before {
	top: -.6em;
}
header .box_r nav ul li a span:after {
	bottom: -.6em;
}
header .box_r nav ul li a:hover span:before,
header .box_r nav ul li a:hover span:after {
	width: calc(100% + .2em);
}
@media screen and (max-width: 1040px) {
header {
	width:96%;
}
header:before {
	top:-150px;
	left:-180px;
	width:500px;
	height:500px;
}
header h2 {
	padding-top:45px;
	padding-bottom:30px;
	margin-left:0;
	width:240px;
}
header .box_r {
	padding-top:58px;
	padding-right:0;
}
header .box_r dl {
	margin-bottom:20px;
}
header .box_r dl dt {
	font-size:1.2rem;
	padding-right:1em;
}
header .box_r dl dd ul li {
	width:24px;
	margin-right:10px;
}
header .box_r nav ul li {
	font-size:1.4rem;
	margin-right:3em;
}
}
@media screen and (max-width: 767px) {
header {
	display:none;
}
}



/*f_contact*/
.f_contact {
	position:relative;
	margin-bottom:25px;
}
.f_contact:before {
	position: absolute;
	top:0;
	left:50%;
	z-index:-1;
	width:50%;
	height:100%;
	background:#ecffda;
	display:block;
	content:'';
}
.f_contact .box {
	position:relative;
	width:1000px;
	margin:0 auto;
}
.f_contact .box:before {
	position: absolute;
	top:0;
	left:90px;
	z-index:-1;
	width:calc(100% - 90px);
	height:100%;
	background:#ecffda;
	display:block;
	content:'';
}
.f_contact .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.f_contact .box .img {
	position:relative;
	top:-20px;
	margin-bottom:-20px;
	float:left;
	width:410px;
}
.f_contact .box .box_r {
	float:right;
	width:570px;
	padding:20px 0 25px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing:.1em;
}
.f_contact .box .box_r h3 {
	font-size:3.4rem;
	font-weight:500;
	line-height:1.1;
	letter-spacing:.2em;
	margin-bottom:.6em;
}
.f_contact .box .box_r .com {
	font-size:1.4rem;
	margin-bottom:3em;
}
.f_contact .box .box_r .btn ,
.f_contact .box .box_r .f_contact_btn {
	font-size:1.3rem;
	line-height:1.1;
}
.f_contact .box .box_r .btn a ,
.f_contact .box .box_r .f_contact_btn a {
	display:inline-block;
	white-space:nowrap;
	background:#FFF;
	border:solid 1px #000000;
	padding:.7em 1.5em;
	text-decoration:none;
	color:#000;
}
.f_contact .box .box_r .btn a span ,
.f_contact .box .box_r .f_contact_btn a span {
	position:relative;
	display:block;
}
.f_contact .box .box_r .btn a span:after ,
.f_contact .box .box_r .f_contact_btn a span:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	margin-left:.5em;
}
.f_contact .box .box_r .btn a:hover ,
.f_contact .box .box_r .f_contact_btn a:hover {
	background:#000000;
	border:solid 1px #000000;
	color:#FFFFFF;
}
@media screen and (max-width: 1040px) {
.f_contact {
	margin-bottom:25px;
}
.f_contact:before {
	position: absolute;
	top:0;
	left:50%;
	z-index:-1;
	width:50%;
	height:100%;
	background:#ecffda;
	display:block;
	content:'';
}
.f_contact .box {
	width:96%;
}
.f_contact .box:before {
	position: absolute;
	top:0;
	left:90px;
	z-index:-1;
	width:calc(100% - 90px);
	height:100%;
	background:#ecffda;
	display:block;
	content:'';
}
.f_contact .box .img {
	position:relative;
	top:-20px;
	margin-bottom:-20px;
	width:45%;
}
.f_contact .box .box_r {
	width:52%;
	padding:20px 0 25px;
	letter-spacing:.1em;
}
.f_contact .box .box_r h3 {
	font-size:3.0rem;
	letter-spacing:.1em;
	margin-bottom:.6em;
}
.f_contact .box .box_r .com {
	font-size:1.4rem;
	margin-bottom:2.5vw;
}
.f_contact .box .box_r .btn ,
.f_contact .box .box_r .f_contact_btn {
	font-size:1.3rem;
}
.f_contact .box .box_r .btn a ,
.f_contact .box .box_r .f_contact_btn a {
	padding:.7em 1.5em;
}
.f_contact .box .box_r .btn a span:after ,
.f_contact .box .box_r .f_contact_btn a span:after {
	margin-left:.5em;
}
}
@media screen and (max-width: 767px) {
.f_contact {
	margin-bottom:10vw;
}
.f_contact:before {
	position: absolute;
	top:0;
	left:50%;
	z-index:-1;
	width:50%;
	height:100%;
	background:#ecffda;
	display:block;
	content:'';
}
.f_contact .box {
	width:100%;
}
.f_contact .box:before {
	position: absolute;
	top:0;
	left:5vw;
	z-index:-1;
	width:calc(100% - 5vw);
	height:100%;
	background:#ecffda;
	display:block;
	content:'';
}
.f_contact .box .img {
	position:relative;
	top:-4vw;
	left:0;
	margin-bottom:-4vw;
	float:none;
	width:96%;
}
.f_contact .box .box_r {
	float:none;
	width:100%;
	padding:4vw 4%;
	padding-left:8vw;
	letter-spacing:.1em;
}
.f_contact .box .box_r h3 {
	font-size:2.0rem;
	letter-spacing:.1em;
	margin-bottom:.6em;
}
}


/*f_banner*/
.f_banner {
	position:relative;
	margin-bottom:25px;
	text-align:center;
}
.f_banner ul {
	text-align:center;
	font-size:0;
	max-width:1000px;
	margin:0 auto;
	margin-bottom:20px;
}
.f_banner ul:last-child {
	margin-bottom:0;
}
.f_banner ul li {
	display:inline-block;
	margin-right:30px;
}
.f_banner ul li:last-child {
	margin-right:0;
}
.f_banner ul li img {
	width:auto;
	max-width:100%;
	height:auto;
}
@media screen and (max-width: 1040px) {
.f_banner ul {
	max-width:96%;
}
}
@media screen and (max-width: 767px) {
.f_banner {
	margin-bottom:10vw;
}
.f_banner ul {
	max-width: none;
	width:96%;
}
.f_banner ul li {
	display:block;
	margin-right:0;
	margin-bottom:5vw;
	text-align:center;
}
.f_banner ul li:last-child {
	margin-bottom:0;
}
}



/*footer*/
footer {
	background:#c70026;
	padding-bottom:20px;
}
footer .box {
	position:relative;
	width:1000px;
	margin:0 auto;
	padding:125px 0 90px;
	color:#FFF;
	font-size:1.2rem;
}
footer .box a ,
footer .box a:hover {
	color:#FFF;
}
footer .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
footer .box .logo {
	position:absolute;
	top:20px;
	right:0;
	left:0;
	z-index:5;
	width:120px;
	margin:0 auto;
}
footer .box .box_l {
	float:left;
	width:280px;
}
footer .box .box_l p {
	font-weight:700;
	padding-bottom:.3em;
	margin-bottom:.8em;
	border-bottom: solid 1px #FFFFFF;
	letter-spacing:.2em;
}
footer .box .box_l address {
	display:block;
	margin-bottom:20px;
	font-size:1.1rem;
}
footer .box .box_l address span {
	display:block;
	font-size:1.4rem;
	font-weight:700;
	letter-spacing:.2em;
}
footer .box .box_l address em {
	margin-right:.5em;
}
footer .box .box_l dl {
	display:table;
}
footer .box .box_l dl dt ,
footer .box .box_l dl dd {
	display:table-cell;
	vertical-align:middle;
}
footer .box .box_l dl dt {
	font-size:1.2rem;
	padding-right:1em;
}
footer .box .box_l dl dd ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
footer .box .box_l dl dd ul li {
	float:left;
	width:24px;
	margin-right:10px;
}
footer .box .box_l dl dd ul li:last-child {
	margin-right:0;
}
footer .box .box_r {
	float:right;
}
footer .box .box_r p {
	font-weight:700;
	padding-bottom:.3em;
	margin-bottom:.8em;
	border-bottom: solid 1px #FFFFFF;
	letter-spacing:.2em;
}
footer .box .box_r .box_in:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
footer .box .box_r .box_in ul {
	float:left;
	margin-right:2em;
}
footer .box .box_r .box_in ul:last-child {
	margin-right:0;
}
footer .box .box_r .box_in ul li {
	margin-bottom:.5em;
}
footer .box .box_r .box_in ul li:last-child {
	margin-bottom:0;
}
footer .copy {
	display:block;
	text-align:center;
	font-size:1.0rem;
	color:#FFF;
}
@media screen and (max-width: 1040px) {
footer {
	padding-bottom:20px;
}
footer .box {
	width:96%;
	padding:125px 0 90px;
	font-size:1.2rem;
}
footer .box .logo {
	position:absolute;
	top:20px;
	z-index:5;
	width:120px;
}
footer .box .box_l {
	width:280px;
}
footer .box .box_l p {
	padding-bottom:.3em;
	margin-bottom:.8em;
	letter-spacing:.1em;
}
footer .box .box_l address {
	margin-bottom:20px;
	font-size:1.1rem;
}
footer .box .box_l address span {
	font-size:1.4rem;
	letter-spacing:.1em;
}
footer .box .box_l address em {
	margin-right:.5em;
}
footer .box .box_l dl dt {
	font-size:1.2rem;
	padding-right:1em;
}
footer .box .box_l dl dd ul li {
	width:24px;
	margin-right:10px;
}
footer .box .box_r p {
	padding-bottom:.3em;
	margin-bottom:.8em;
	letter-spacing:.1em;
}
footer .box .box_r .box_in ul {
	margin-right:2em;
}
footer .box .box_r .box_in ul li {
	margin-bottom:.5em;
}
footer .copy {
	font-size:1.0rem;
}
}
@media screen and (max-width: 767px) {
footer {
	padding-bottom:10vw;
}
footer .box {
	width:92%;
	padding:10vw 0;
	font-size:1.4rem;
}
footer .box .logo {
	position: relative;
	top: inherit;
	right:inherit;
	left:inherit;
	width:60%;
	margin:0 auto;
	margin-bottom:5vw;
}
footer .box .box_l {
	float:none;
	width:100%;
}
footer .box .box_l p {
	text-align:center;
}
footer .box .box_l address {
	margin-bottom:5vw;
	font-size:1.4rem;
	text-align:center;
}
footer .box .box_l address span {
	font-size:1.4rem;
}
footer .box .box_l dl {
	text-align:center;
	margin:0 auto;
}
footer .box .box_l dl dt {
	font-size:1.4rem;
}
footer .box .box_l dl dd ul li {
	width:8vw;
	margin-right:5vw;
}
footer .box .box_l dl dd ul li:last-child {
	margin-right:0;
}
footer .box .box_r {
	display:none;
}
footer .copy {
	font-size:1.2rem;
}
}

.side_fix {
	position:fixed;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:0;
}
.side_fix .side_cart {
	position:relative;
	margin-bottom:30px;
}
.side_fix .side_cart a {
	position:relative;
	display:block;
	width:40px;
	padding:10px 0;
	border-radius:.4em 0 0 .4em;
	background:#000;
	line-height:40px;
	color:#FFF;
	text-decoration:none;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
.side_fix .side_cart a span {
	position: relative;
	white-space:nowrap;
	font-size:1.4rem;
    text-combine-upright: all;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
}
.side_fix .side_cart a span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f07a";
	font-size:1.6rem;
	font-weight:600;
	margin-bottom:.3em;
}
.side_fix .side_mypage {
	position:relative;
}
.side_fix .side_mypage a {
	position:relative;
	display:block;
	width:40px;
	padding:10px 0;
	border-radius:.4em 0 0 .4em;
	background:#000;
	line-height:40px;
	color:#FFF;
	text-decoration:none;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
.side_fix .side_mypage a span {
	position: relative;
	white-space:nowrap;
	font-size:1.4rem;
}
.side_fix .side_mypage a span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c0";
	font-size:1.6rem;
	font-weight:600;
	margin-bottom:.3em;
}
.side_fix .side_cart a:hover ,
.side_fix .side_mypage a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}



/*main*/
main {
	position:relative;
	display:block !important;
	width:1000px;
	margin:0 auto;
	padding:0 0 60px;
	padding-left:110px;
	font-size:1.2rem;
}
main:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
main .wrap {
	float:right;
	width:900px;
	background:#FFF;
	border: solid 1px #7f7f7f;
	padding:30px 35px;
	line-height:1.8;
	letter-spacing:.2em;
}
main .wrap:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
main .wrap article {
	float:right;
	width:570px;
}
main .wrap aside {
	float:left;
	width:160px;
}
main .wrap aside section {
	margin-bottom:40px;
}
main .wrap aside section:last-child {
	margin-bottom:0;
}
main .wrap aside section h3 {
	font-weight:700;
	padding:0 .4em;
	padding-bottom:.2em;
	margin-bottom:.6em;
	border-bottom: solid 1px #7f7f7f;
}
main .wrap aside section ul {
	padding-left:.8em;
}
main .wrap aside section ul li {
	margin-bottom:.5em;
	letter-spacing:.1em;
}
main .wrap aside section ul li:last-child {
	margin-bottom:0;
}
main .wrap aside section ul li a {
	display:block;
	font-weight:700;
}
main .wrap aside section.side_cat ul li a {
	display:table;
	width:100%;
}
main .wrap aside section.side_cat ul li a span ,
main .wrap aside section.side_cat ul li a em {
	display:table-cell;
	vertical-align:middle;
	font-weight:700;
}
main .wrap aside section.side_cat ul li a span {
	width:25px;
}
main .wrap aside section.side_cat ul li a em {
	padding-left:.8em;
}
@media screen and (max-width: 1040px) {
main {
	width:96%;
	padding:0 0 60px;
	padding-left:110px;
	font-size:1.2rem;
}
main .wrap {
	width:100%;
	padding:30px 20px;
	letter-spacing:.2em;
}
main .wrap article {
	float:right;
	width:75%;
}
main .wrap aside {
	float:left;
	width:20%;
}
main .wrap aside section {
	margin-bottom:40px;
}
main .wrap aside section:last-child {
	margin-bottom:0;
}
main .wrap aside section h3 {
	padding:0 .4em;
	padding-bottom:.2em;
	margin-bottom:.6em;
}
main .wrap aside section ul {
	padding-left:.8em;
}
main .wrap aside section ul li {
	margin-bottom:.5em;
	letter-spacing:.1em;
}
main .wrap aside section.side_cat ul li a span {
	width:25px;
}
main .wrap aside section.side_cat ul li a em {
	padding-left:.8em;
}
}
@media screen and (max-width: 767px) {
main {
	width:92%;
	margin:0 auto;
	padding:0 0 10vw;
	padding-left:0;
	font-size:1.4rem;
}
main .wrap {
	float:none;
	width:100%;
	padding:5vw 4vw;
	letter-spacing:.1em;
}
main .wrap article {
	float:none;
	width:100%;
	margin-bottom:10vw;
}
main .wrap aside {
	float:none;
	width:100%;
}
main .wrap aside section {
	margin-bottom:8vw;
}
main .wrap aside section.side_cat ul li a span {
	width:10vw;
}
}



/*pan*/
.pan {
	width:1000px;
	font-size:1.1rem;
	margin:0 auto;
	margin-bottom:1em;
	padding-left:100px;
}
@media screen and (max-width: 1040px) {
.pan {
	width:96%;
	font-size:1.1rem;
	margin-bottom:1em;
	padding-left:100px;
}
}
@media screen and (max-width: 767px) {
.pan {
	width:96%;
	font-size:1.3rem;
	margin-bottom:1em;
	padding-left:0;
}
}


/*page_title*/
.page_title {
	position:absolute;
	top:0;
	left:0;
	line-height:1.1;
	white-space:nowrap;
	width:110px;
}
.page_title h3 {
	position:relative;
}
.page_title span {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	transform: translateX(-50%);
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:3.6rem;
	font-weight:500;
	letter-spacing:.1em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.page_title em {
	display:block;
	font-size:1.1rem;
	font-weight:500;
	letter-spacing:.1em;
	line-height:1.3;
	padding-top:1.2em;
	text-align:center;
}
.page_title em i {
	display:block;
	font-weight:500;
	text-align:center;
}
@media screen and (max-width: 767px) {
.page_title {
	position: relative;
	top: inherit;
	left: inherit;
	line-height:1.1;
	white-space: normal;
	width:100%;
	margin-bottom:5vw;
}
.page_title h3 {
	position:relative;
}
.page_title span {
	position: relative;
	left: inherit;
	-webkit-transform: translateX(0); /* Safari用 */
	transform: translateX(0);
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:2.4rem;
	font-weight:500;
	letter-spacing:0;
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
.page_title em {
	display: block;
	font-size:1.3rem;
	font-weight:500;
	letter-spacing:.1em;
	line-height:1.3;
	padding-top:.5em;
	text-align:left;
}
.page_title em i {
	display: inline;
	font-weight:500;
	text-align:left;
	margin-left:.5em;
}
}






.form input[type="text"] ,
.form input[type="tel"] ,
.form input[type="email"] ,
.form input[type="date"] ,
.form input[type="number"] ,
.form textarea {
	width:100%;
	padding:10px 4px;
	font-size:14px;
	background:#FFFFFF;
	border: solid 1px #dddddd;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form input[type="text"]:focus ,
.form input[type="tel"]:focus ,
.form input[type="email"]:focus ,
.form input[type="number"]:focus ,
.form input[type="date"]:focus ,
.form textarea:focus {
	outline: 0;
	border: solid 1px #666666;
}
.form input[type="number"] {
	text-align:center;
}
.form textarea {
	/*width:400px;*/
	height:350px;
}
.form input.input01 {
	/*width:350px;*/
}
.form input.input02 {
	width:50%;
}
.form input.input03 {
	width:180px;
}
.form input.input04 {
	width:120px;
}
.form ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility:
}
.form ul li {
	float:left;
	width:160px;
	margin:0 25px 0 0;
}
.form ul li:last-child {
	margin:0;
}
.form .zip {
	display:inline-block;
	margin:0 1em;
	font-size:2.0rem;
}
.form .select_box01 {
	position:relative;
	overflow:hidden;
	display:inline-block;
	min-width:360px;
	min-width:20em;
	background:#fafafa;
	border: solid 1px #dddddd;
	color:#333;
	margin:0;
	padding:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form .select_box01 select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	min-width:360px;
	min-width:20em;
	margin:0;
	padding:10px 10px;
	background:transparent;
	border:0;
	outline:none;
	font-size:1.6rem;
	line-height:1.5;
	text-align:center;
}
.form .select_box01.entypo-down-dir:before {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	position:absolute;
	z-index:2;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:0;
	font-size:2.2rem;
	line-height:1;
	color:#FFF;
	display: block;
	text-align:center;
	width:50px;
}
.form .select_box01.entypo-down-dir:after {
	content:'';
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	display: block;
	background:#aaaaaa;
	width:50px;
	height:100%;
}
.form .mwform-radio-field ,
.form .mwform-checkbox-field {
	display:inline-block;
	margin:0 80px 0 0;
}
.form .mwform-radio-field:last-of-type ,
.form .mwform-checkbox-field:last-of-type {
	margin:0 ;
}
input[type=checkbox] {
	appearance: none;
	display: none;
}
input[type=checkbox] + span {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox] + span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #aaaaaa;
}
input[type=checkbox]:checked + span:before {
	content: "\f14a";
	font-weight: 400;
	color: #666666;
}
input[type=radio] {
	appearance: none;
	display: none;
}
input[type=radio] + span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio] + span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #aaaaaa;
}
input[type=radio]:checked + span:before {
	content: "\f192";
	font-weight: 400;
	color: #666666;
}
.form .btn {
	text-align:center;
	font-size:0;
	width:500px;
	margin:0 auto;
}
.form .btn dl {
	display:block;
	width:100%;
	font-size:0;
	margin:0;
	padding:0;
	text-align:center;
}
.form .btn dl dt ,
.form .btn dl dd {
	display:inline-block;
	font-size:0;
	margin:0;
	padding:0;
	text-align:center;
	width:48%;
}
.form .btn dl dd {
	margin:0 0 0 3.5%;
}
.form .btn p {
	width:48%;
	margin:0 auto;
}
.form .btn input ,
.form .btn button {
	position:relative;
	background:#806239;
	border:1px solid #806239;
	display:block;
	cursor:pointer;
	color:#ffffff;
	padding:10px 0;
	text-decoration:none;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:1.4rem;
	font-weight:bold;
	line-height:1.1;
	margin:0;
	text-decoration:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: 0;
}
.form .btn input[type=reset] ,
.form .btn button[type=reset] {
	background:#FFFFFF;
	border:1px solid #000000;
	color:#000000;
}
.form .btn input:hover ,
.form .btn button:hover ,
.form .btn input:focus ,
.form .btn button:focus {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td .select-wrap {
	margin:0;
	border:none;
	color: inherit;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background:none;
	min-width:inherit;
}
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td .select-wrap:before ,
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td .select-wrap:after {
	display:none;
}
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview th ,
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td {
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	font-size:1.5rem;
}
.mw_wp_form.mw_wp_form_input span.error {
	font-size:1.5rem;
}
.mw_wp_form_confirm .form .btn dl:first-of-type {
	display:none;
}
@media screen and (max-width: 767px) {
.form input[type="text"] ,
.form input[type="tel"] ,
.form input[type="email"] ,
.form input[type="date"] ,
.form input[type="number"] ,
.form textarea {
	padding:3vw 1vw;
	font-size:1.6rem;
}
.form textarea {
	height:60vw;
}
.form input.input02 {
	width:100%;
}
.form input.input03 {
	width:100%;
}
.form input.input04 {
	width:100%;
}
.form .btn {
	text-align:center;
	font-size:0;
	width:100%;
	margin:0 auto;
}
.form .btn p {
	width:70vw;
}
.form .btn input ,
.form .btn button {
	padding:3vw 0;
	font-size:1.5rem;
}
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview th ,
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td {
	padding-top:1.5em;
	padding-bottom:1.5em;
	font-size:1.5rem;
}
.mw_wp_form.mw_wp_form_input span.error {
	font-size:1.5rem;
}
}



/*detail contents*/
.contents {
	font-size:1.4rem;
}
.contents img {
	width:auto !important;
	max-width:100%;
}
.contents h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.contents figcaption,
.contents figure,
.contents main {
  display: block;
}
.contents figure {
  margin: 1em 0;
}
.contents hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.contents pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}
.contents b,
.contents strong {
  font-weight: inherit;
}
.contents b,
.contents strong {
  font-weight: 700;
}
.contents code,
.contents kbd,
.contents samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents dfn {
  font-style: italic;
}
.contents mark {
  background-color: #eee;
  color: #222;
}
.contents small {
  font-size: 80%;
}
.contents sub,
.contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.contents sub {
  bottom: -0.25em;
}
.contents sup {
  top: -0.5em;
}
.contents audio,
.contents video {
  display: inline-block;
}
.contents audio:not([controls]) {
  display: none;
  height: 0;
}
.contents button,
.contents input,
.contents optgroup,
.contents select,
.contents textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.contents button,
.contents input {
  overflow: visible;
}
.contents button,
.contents select {
  text-transform: none;
}
.contents button,
.contents html [type="button"],
.contents [type="reset"],
.contents [type="submit"] {
  -webkit-appearance: button;
}
.contents button::-moz-focus-inner,
.contents [type="button"]::-moz-focus-inner,
.contents [type="reset"]::-moz-focus-inner,
.contents [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.contents button:-moz-focusring,
.contents [type="button"]:-moz-focusring,
.contents [type="reset"]:-moz-focusring,
.contents [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.contents fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.contents legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.contents progress {
  display: inline-block;
  vertical-align: baseline;
}
.contents textarea {
  overflow: auto;
}
.contents [type="checkbox"],
.contents [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.contents [type="number"]::-webkit-inner-spin-button,
.contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.contents [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.contents [type="search"]::-webkit-search-cancel-button,
.contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.contents details,
.contents menu {
  display: block;
}
.contents summary {
  display: list-item;
}
.contents canvas {
  display: inline-block;
}
.contents template {
  display: none;
}
.contents [hidden] {
  display: none;
}
.contents .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.contents .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.contents .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contents .clear:before,
.contents .clear:after,
.contents .entry-content:before,
.contents .entry-content:after,
.contents .entry-footer:before,
.contents .entry-footer:after,
.contents .comment-content:before,
.contents .comment-content:after,
.contents .site-header:before,
.contents .site-header:after,
.contents .site-content:before,
.contents .site-content:after,
.contents .site-footer:before,
.contents .site-footer:after,
.contents .nav-links:before,
.contents .nav-links:after,
.contents .pagination:before,
.contents .pagination:after,
.contents .comment-author:before,
.contents .comment-author:after,
.contents .widget-area:before,
.contents .widget-area:after,
.contents .widget:before,
.contents .widget:after,
.contents .comment-meta:before,
.contents .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.contents .clear:after,
.contents .entry-content:after,
.contents .entry-footer:after,
.contents .comment-content:after,
.contents .site-header:after,
.contents .site-content:after,
.contents .site-footer:after,
.contents .nav-links:after,
.contents .pagination:after,
.contents .comment-author:after,
.contents .widget-area:after,
.contents .widget:after,
.contents .comment-meta:after {
  clear: both;
}
.contents button,
.contents input,
.contents select,
.contents textarea {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.66;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  display:block;
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: .5em .1em;
}
.contents h1:first-child,
.contents h2:first-child,
.contents h3:first-child,
.contents h4:first-child,
.contents h5:first-child,
.contents h6:first-child {
  padding-top: 0;
}
.contents h1 {
  font-size: 2.5rem;
  font-weight: 300;
}
.contents h2,
.contents .home.blog .entry-title {
  color: #666;
  font-size: 2.0rem;
  font-weight: 300;
}
.contents h3 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 300;
}
.contents h4 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 800;
}
.contents h5 {
  color: #767676;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.contents h6 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 800;
}
.contents p {
  margin: 0 0 1.5em;
  padding: 0;
}
.contents dfn,
.contents cite,
.contents em,
.contents i {
  font-style: italic;
}
.contents blockquote {
  color: #666;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.contents blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
.contents address {
  margin: 0 0 1.5em;
}
.contents pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.contents code,
.contents kbd,
.contents tt,
.contents var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.5rem;
}
.contents abbr,
.contents acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.contents mark,
.contents ins {
  background: #eee;
  text-decoration: none;
}
.contents big {
  font-size: 125%;
}
.contents blockquote {
  quotes: "" "";
}
.contents q {
  quotes: "“" "”" "‘" "’";
}
.contents blockquote:before,
.contents blockquote:after {
  content: "";
}
.contents :focus {
  outline: none;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  font-weight: 700;
}
.contents hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.contents ul,
.contents ol {
  margin: 0 0 1.5em;
  padding: 0;
}
.contents ul {
  list-style: disc;
}
.contents ol {
  list-style: decimal;
}
.contents li > ul,
.contents li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.contents dt {
  font-weight: 700;
}
.contents dd {
  margin: 0 1.5em 1.5em;
}
.contents table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
.contents thead th {
  /*border-bottom: 2px solid #bbb;*/
  padding-bottom: 0.5em;
}
.contents th {
  padding: 0.4em;
  text-align: left;
}
.contents tr {
  /*border-bottom: 1px solid #eee;*/
}
.contents td {
  padding: 0.4em;
}
.contents th:first-child,
.contents td:first-child {
  padding-left: 0;
}
.contents th:last-child,
.contents td:last-child {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  /* Typography */
  .contents {
    /* Fix image alignment */
  }
  .contents button,
  .contents input,
  .contents select,
  .contents textarea {
	  font-size: 1.8rem;
  }
  .contents h1 {
	  font-size: 3.0rem;
  }
  .contents h2,
  .contents .home.blog .entry-title,
  .contents .page .panel-content .recent-posts .entry-title {
	  font-size: 2.6rem;
  }
  .contents h3 {
	  font-size: 2.2rem;
  }
  .contents h4 {
	  font-size: 1.8rem;
  }
  .contents h5 {
	  font-size: 1.3rem;
  }
  .contents h6 {
	  font-size: 1.6rem;
  }
  .contents .entry-content blockquote.alignleft,
  .contents .entry-content blockquote.alignright {
	  font-size: 1.4rem;
  }
  .contents img.alignleft {
    float: left;
    margin-right: 1.5em;
  }
  .contents img.alignright {
    float: right;
    margin-left: 1.5em;
  }
  .contents th {
	  display:block;
  }
  .contents tr {
    /*border-bottom: 1px solid #eee;*/
  }
  .contents td {
	  display:block;
  }
}


.contents h1 {
display:block !important;
padding: 0 0 0 20px;
border-left: solid 7px #cccccc;
font-size: 3.0rem;
line-height: 1.4;
}
.contents h2 {
margin:0 0 45px 0;
padding: 0 0 4px;
font-size: 3.0rem;
border-bottom: 4px solid #cccccc;
line-height: 1.4;
}
.contents h3 {
	position:relative;
margin:0 0 35px 0;
padding: 0 0 6px;
font-size: 2.6rem;
}
.contents h3::before {
	content:'';
	position:absolute;
	bottom:-2px;
	left:0;
	width:40px;
	width:100%;
	height:1px;
	background:#cccccc;
}
.contents h3::after {
	content:'';
	position:absolute;
	bottom:-4px;
	left:0;
	width:40px;
	width:100%;
	height:1px;
	background:#cccccc;
}
.contents h4{ 
border-bottom: solid 1px #cccccc;
padding: 0 0 6px;
margin: 0 0 35px 0;
font-size: 2.0rem;
}
 
.contents h5{ 
margin: 0 0 35px 0;
font-size: 1.8rem;
}
 
.contents h6{ 
margin: 0 0 35px 0;
font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
.contents h1 {
display:block !important;
padding: 0 0 0 20px;
border-left: solid 7px #cccccc;
font-size: 2.2rem;
line-height: 1.4;
}
.contents h2 {
margin:0 0 45px 0;
padding: 0 0 4px;
font-size: 2.2rem;
border-bottom: 4px solid #cccccc;
line-height: 1.4;
}
.contents h3 {
	position:relative;
margin:0 0 35px 0;
padding: 0 0 6px;
font-size: 1.8rem;
}
.contents h3::before {
	content:'';
	position:absolute;
	bottom:-2px;
	left:0;
	width:40px;
	width:100%;
	height:1px;
	background:#cccccc;
}
.contents h3::after {
	content:'';
	position:absolute;
	bottom:-4px;
	left:0;
	width:40px;
	width:100%;
	height:1px;
	background:#cccccc;
}
.contents h4{ 
border-bottom: solid 1px #cccccc;
padding: 0 0 6px;
margin: 0 0 35px 0;
font-size: 1.6rem;
}
 
.contents h5{ 
margin: 0 0 35px 0;
font-size: 1.4rem;
}
 
.contents h6{ 
margin: 0 0 35px 0;
font-size: 1.2rem;
}
}






/*pagination*/
.pagination {
	padding:70px 0 0;
}
.pagination .pagination-box {
	text-align:center;
	font-size:0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
	display:inline-block;
	font-size:1.4rem;
	font-weight:bold;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	margin-right:10px;
	color:#AAAAAA;
	border: solid 1px #AAAAAA;
	text-decoration:none;
}
.pagination .pagination-box a:last-child ,
.pagination .pagination-box span:last-child {
	margin-right:0;
}
.pagination .pagination-box span.current {
	background:none;
	border: solid 1px #000e59;
	color:#000e59;
	font-weight:bold;
}
.pagination .pagination-box a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
@media screen and (max-width: 768px) {
.pagination {
	padding:9.126vw 0 0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
	font-size:1.4rem;
	width:4.694vw;
	height:6.78vw;
	line-height:4.694vw;
	margin-right:1.304vw;
}
}



@media screen and (max-width: 767px) {
.menu-trigger {
  width: 100%;
  height: 16.819vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index:3000;
  background:#FFF;
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.1);
}
.menu-trigger:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.menu-trigger .head_logo {
	position:relative;
	z-index:10;
	float:left;
	margin-left:3vw;
	padding-top:1vw;
	width:38vw;
}
.menu-trigger .menu_btn {
	position:relative;
	float:right;
	width:11.734vw;
	height: 14.342vw;
}
.menu-trigger .menu_btn span {
	position: absolute;
	left: 0;
	width: 7.823vw;
	height:0.522vw;
	z-index:3000;
	display:block;
	background:#c70026;
	transition: all .4s ease;
}
.menu-trigger .menu_btn span:nth-of-type(1) {
	top: 5.346vw;
}
.menu-trigger.active .menu_btn span:nth-of-type(1) {
	transform: translateY(2.8vw) rotate(-45deg);
	background:#c70026;
}
.menu-trigger .menu_btn span:nth-of-type(2) {
	top: 8.214vw;
	background:#c70026;
}
.menu-trigger.active .menu_btn span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger .menu_btn span:nth-of-type(3) {
	top: 10.952vw;
	background:#c70026;
}
.menu-trigger.active .menu_btn span:nth-of-type(3) {
	transform: translateY(-2.8vw) rotate(45deg);
	background:#c70026;
}
.fix_nav .box {
	width:100%;
	height:100%;
	overflow:auto;
}
.fix_nav {
  width: 100%;
  height: 100vh;
  padding-top: 10vh;
  background-color: rgb(199, 0, 38, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index:2000;
  transform: translate(100%);
  transition: all .5s;
  opacity:0;
}
.fix_nav.open {
  opacity:1;
  transform: translateZ(0);
}
.fix_nav .box {
	padding-bottom:10vw;
}
.fix_nav ul {
	padding-bottom:10vw;
}
.fix_nav ul li {
	border-bottom: solid 1px #FFFFFF;
}
.fix_nav ul li a {
	position:relative;
	display:block;
	font-size:1.2rem;
	color:#FFFFFF;
	padding:.8em 1.6em;
	text-decoration:none;
}
.fix_nav ul li a span {
	font-size:1.8rem;
	font-weight:700;
	padding-right:.5em;
}
.fix_nav .sns {
	text-align:center;
	padding-top:8vw;
	color:#FFF;
}
.fix_nav .sns dl {
	display:table;
	text-align:center;
	margin:0 auto;
}
.fix_nav .sns dl dt ,
.fix_nav .sns dl dd {
	display:table-cell;
	vertical-align:middle;
}
.fix_nav .sns dl dt {
	font-size:1.4rem;
	padding-right:1em;
}
.fix_nav .sns dl dd ol:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.fix_nav .sns dl dd ol li {
	float:left;
	width:8vw;
	margin-right:5vw;
}
.fix_nav .sns dl dd ol li:last-child {
	margin-right:0;
}
}



