@charset "utf-8";
/* CSS Document */

#menu_btn,
#menu_btn span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
#menu_btn {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
	cursor: pointer;
	background: var(--color_main);
	/* border-radius: 50%; */
}
.open #menu_btn {
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	opacity:1;
}
#menu_btn span {
	position: absolute;
	left: 25%;
	width: 50%;
	height: 2px;
	background-color: #fff;
}
#menu_btn span:nth-of-type(1) {
	top: 17px;
}
#menu_btn span:nth-of-type(2) {
	top: 26px;
}
#menu_btn span:nth-of-type(3) {
	top: 34px;
}
.open #menu_btn span:nth-of-type(1) {
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
	top: 17px;
}
.open #menu_btn span:nth-of-type(2) {
	opacity: 0;
}
.open #menu_btn span:nth-of-type(3) {
	-webkit-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
	top: 24px;
}
#menu_btn em {
	font-size: 11px;
	color: #fff;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
}
#menu {
	background: rgb(255 255 255 / 95%);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity .9s ease, visibility .9s ease;
	transform: scale(0.9);
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.open #menu {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
#menu > div {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu > div p {
	color: #fef0e1;
}
#menu ul.c-gnav {
	display: block;
	height: auto;
	text-align: left;
	border-right: solid 1px #eaeaea;
	padding-right: 10%;
	margin-right: 10%;
}
#menu ul.c-gnav li {
  margin: 0;
	padding: 1em 0;
  opacity: 0;
  transition: opacity .1s ease;
  transform: translateX(10px);
}
#menu ul.c-gnav li a {
	padding: 0.3em 0 0.8em;
	display: inline-block;
}
#menu ul.c-gnav li a br {
	display: none;
}
#menu ul.c-gnav li a .ttl {
	font-size: 1.1rem;
	font-weight: bold;
	color: var(--color_text);
}
#menu ul.c-gnav li a:hover .ttl {
	color: var(--color_main);
}
#menu ul.c-gnav li a .desc {
	color: var(--color_main);
	font-size: 0.85rem;
	opacity: 1;
	top: 8px;
}
.open #menu ul.c-gnav li, .open #menu #info ul li, .open #menu #info p, .open #menu #info #head_contact {
	opacity: 1;
	transform: translateX(0px);
	transition:  transform 1s ease, opacity .9s ease;
	transition-delay: 0.2s;
}
.open #menu ul.c-gnav li:nth-child(2) {
	transition-delay: 0.25s;
}
.open #menu ul.c-gnav li:nth-child(3) {
	transition-delay: 0.3s;
}
.open #menu ul.c-gnav li:nth-child(4) {
	transition-delay: 0.35s;
}
.open #menu ul.c-gnav li:nth-child(5) {
	transition-delay: 0.4s;
}
.open #menu ul.c-gnav li:nth-child(6) {
	transition-delay: 0.45s;
}
.open #menu ul.c-gnav li:nth-child(7) {
	transition-delay: 0.5s;
}
.open #menu ul.c-gnav li:nth-child(8) {
	transition-delay: 0.55s;
}
.open #menu ul.c-gnav li:nth-child(9) {
	transition-delay: 0.6s;
}
#menu #info {
	text-align: left;
	/* margin-left: 20%; */
}
#menu #info ul li, #menu #info p, #menu #info #head_contact {
	opacity: 0;
	color: var(--color_text);
}
.open #menu #info p {
	transition-delay: 0.45s;
}
.open #menu #info #head_contact {
	transition-delay: 0.5s;
	margin-top: 1em;
}
#menu #info #ccopy {
	font-size: 0.95rem;
	letter-spacing: 2px;
}
#menu #info #menu_logo {
	font-size: 1.7rem;
  line-height: 1.2;
  margin: 0.5em auto 1em;
  width: 260px;
}
#menu #info small {
	font-size: 0.9rem;
	position: relative;
	top: -4px;
	margin-right: 3px;
}
#menu #info #menu_tel {
  font-size: 2.4rem;
  font-weight: 500;
	color: var(--color_text);
  margin-left: 10px;
  letter-spacing: 1px;
  text-align: left;
}
#menu #info #menu_tel + p {
	font-size: 0.8rem;
	margin: -12px 0 40px 38px;
}
#menu #info ul li span {
  color: var(--color_main);
	font-size: 1.3rem;
}
#menu .c-gnav>.menu-item>.sub-menu {
	display: none !important;
}
header#header #head_contact {
	position: absolute;
	right: 2vw;
	top: 3px;
}
#head_contact h3 {
	font-weight: normal;
	text-align: center;
	font-family: 'Shippori Mincho' , 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#head_contact h3 em {
	color: var(--color_main);
	font-weight: bold;
	font-size: 110%;
}
#head_contact h3 em::before, #head_contact h3 em::after {
	content: "|";
	transform: rotate(-25deg);
	display: inline-block;
	margin: 0 0.2em;
	position: relative;
	top: -0.5px;
}
#head_contact h3 em::after {
	transform: rotate(25deg);
}
#head_contact #head_tel {
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 33px;
    background: url(../../../../uploads/icon_tel.svg) no-repeat top 4px left;
    background-size: 26px;
    color: var(--color_main);
    line-height: 1;
    float: left;
    font-family: "Times New Roman", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#head_contact #head_tel small {
	display: block;
	font-size:0.8rem;
	letter-spacing: 0;
}
#head_contact .btn {
	font-size: 1rem;
	width: 250px;
	min-width: unset;
	padding: 16px 20px 17px 35px;
	float: right;
	margin-left: 10px;
	background: url(../../../../uploads/icon_mail.svg) no-repeat center left 15px var(--color_main);
	background-size: 18px;
}
#head_contact .btn:hover {
	background: url(../../../../uploads/icon_mail.svg) no-repeat center left 15px var(--color_link);
	background-size: 18px;
}
#head_contact .btn::after, #head_contact .btn::before {
	display: none;
}
#head_contact address {
	font-size: 0.83rem;
}
#menu #info #head_contact h3 em {
	display: block;
}
#menu #info #head_contact #head_tel {
	font-size: 2.2rem;
	line-height: 1.6;
	float: none;
    display: block;
	background: url(../../../../uploads/icon_tel.svg) no-repeat top 16px left;
    background-size: 28px;
	margin: 0 auto;
    width: 8.5em;
}
#menu #info #head_contact #head_tel + p {
	text-align: center;
	margin: -10px 0 15px;
}
#menu #info #head_contact .btn {
	float: none;
    display: block;
	width: 320px;
	margin: auto;
    width: 320px;
}
.post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
	font-family: 'Shippori Mincho' , 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.post_content h2 {
    font-size: 2.4rem;
	color: var(--color_main);
	margin: 2em 0 1em !important;
}
.wp-block-group.has-swl-main-background-color h2 {
	color: #fff;
}
.post_content h3 {
	margin: 2em 0 1em;
	color: var(--color_main);
	font-size: 1.8rem;
}
.post_content h2 + h3 {
    margin: 1em 0 1em;
}
.post_content .swell-block-column h3 {
    font-size: 1.6rem;
    margin: 0 0 1em;
}
.post_content .ttl {
	margin-bottom: 1.5em;
}
.post_content .ttl p {
    color: var(--color_link);
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 0 0.2em 3px;
    line-height: 1.5;
    font-family: "Times New Roman", "游明朝", 'Noto Serif Japanese', "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.post_content .ttl h2 {
	margin: 0 0 1em !important;
    /* letter-spacing: 3px; */
}
.post_content .bg .ttl h2, .post_content .bg .ttl p {
	color: #fff;
}
/* .post_content h3 {
	font-size: 1.7rem;
    margin: 1.5em 0 1em;
    background: none;
    font-weight: 500;
    padding: 0;
    letter-spacing: 2px;
    color: var(--color_main);
    line-height: 1.3;
} */
.post_content h3.is-style-section_ttl {
	color: var(--color_main);
}
.post_content .ttl h3 {
	margin-top: -0.1em;
}
.single .post_content h3 {
	font-size: 1.25rem;
}
.page .post_content h2 + h3, .single .post_content h2 + h3 {
	margin: 1em 0 1em;
}
.post_content h3::before {
}
.post_content h4 {
}
.page .post_content h5 {
	font-size: 1.1rem;
	margin: 1.5em 0 0.5em;
}
.post_content p em {
    border-bottom: solid 1px #e3ca53;
    font-weight: bold;
}

@media all and (min-width: 960px){
	.sp, #menu_btn {
		display:none !important;
	}
	.flo {
	  overflow: hidden;
	}
	.flo_r {
	  float: right;
	}
	.flo_l {
	  float: left;
	}
	.w200 {max-width: 200px;}
	.w300 {max-width: 300px;}
	.w400 {max-width: 400px;}
	.w500 {max-width: 500px;}
	.w600 {max-width: 600px;}
	.w700 {max-width: 700px;}
	.w800 {max-width: 800px;}
	.w900 {max-width: 900px;}
	.w1000 {max-width: 1000px;}
	.w1100 {max-width: 1100px;}
	.w1200 {max-width: 1200px;}
	.w200, .w300, .w400, .w500, .w600, .w700, .w800, .w900, .w1000, .w1100, .w1200 {
		margin-left: auto;
		margin-right: auto;
	}

	h2 {
	}


	/* original style------------------------------ */
	.l-header__bar {
		display: none;
	}
	header#header {
		/* border-bottom: solid 3px var(--color_main); */
	}
	/* [data-scrolled="true"] header#header {
		height: 75px;
	} */
	header#header .l-container {
		/* max-width: none; */
		padding: 0 2vw;
		position: relative;
	}
	.-parallel-bottom .l-header__inner {
    padding-top: 4px;
	}
	header#header  .l-header__logo .c-catchphrase {
		/* position: absolute;
    left: 300px;
    width: 400px; */
		text-align: left;
		line-height: 1.3;
		margin-top: 5px;
		font-weight: normal;
	}
	header#header .l-header__logo {
		display: block;
		padding: 3px 0;
		min-height: 90px;
	}
	header#header .l-header__logo #logo {
		width: 300px;
		display: block;
	}
	header#header .l-header__logo #logo, header#header .l-header__logo .c-headLogo {
		/* float: left; */
		margin-top: 10px;
	}
	header #gnav {
		border-top: solid 1px var(--color_main);
	}
	[data-scrolled="true"] header #gnav {
		margin-top: 5px;
	}
	header .c-gnav {
	}
	header .c-gnav>.menu-item {
	}
	header .c-gnav>.menu-item>a {
	}
	header .c-gnav>.menu-item>a .ttl {
		font-size: 1rem;
		line-height: 1.3;
		font-weight: bold;
		color: var(--color_main);
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	header .c-gnav>.menu-item>a:hover .ttl {
		color: var(--color_link);
	}
	header .c-gnav>.menu-item>a .ttl b {
		display: none;
	}
	header .c-gnav>.menu-item>a span.desc {
		font-size: 0.8rem;
		opacity: 1;
		color: var(--color_main);
	}
	#body_wrap .c-gnav>.menu-item>a::after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: #e3ca53;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .3s;
  }
  #body_wrap .c-gnav>.menu-item>a:hover::after, #body_wrap .c-gnav>.menu-item>a.current::after {
  	transform-origin: left top;
  	transform: scale(1, 1);
  }
	.c-gnav>.menu-item>.sub-menu {
		background: #f5f4e1;
		width: 34em;
	}
	.c-gnav>.menu-item>.sub-menu li {
		width: 49%;
		display: inline-block;
		vertical-align: middle;
	}
	.tel span {
		font-size: 0.7rem;
		display: block;
		padding-left: 30px;
	}
	.tel a {
		font-size: 1.5rem;
		background: url(../../../../uploads/icon_tel.png) no-repeat center left;
		background-size: 24px;
		padding-left: 30px;
	}
	.wp-block-table td, .wp-block-table th {
		vertical-align: middle;
	}

	#content.l-content {
		margin-bottom: 0;
	}

	#before_footer_widget {
		background: #e1edc4;
		margin: 0 auto 0;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#before_footer_widget .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
		margin-left: 50px;
	}
	footer#footer {
		/* margin-top: 4em; */
	}
	footer#footer #f_contact {
		background: url(../../../../uploads/bg_contact_new.jpg) no-repeat;
		background-size: cover;
		text-align: center;
		margin: auto;
		position: relative;
		padding: 4em 0;
	}
	footer#footer #f_contact > section {
	}
	footer#footer #f_contact hgroup {
		margin-bottom: 20px;
	}
	footer#footer #f_contact hgroup p {
		margin: 0;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1;
		color:var(--color_main);
		font-family: 'Shippori Mincho' , 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}
	footer#footer #f_contact hgroup h3 {
		text-align: center;
		font-size: 2.2rem;
		line-height: 1.4;
		color:var(--color_main);
		font-family: 'Shippori Mincho' , 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}
	footer#footer #f_contact p {
		font-size: 1rem;
		margin: 0 0 1.5em 0;
		letter-spacing: 1px;
		text-align: center;
	}
	footer .l-footer__inner {
		padding: 4em 2vw;
	}
	footer .l-footer__inner p, footer .l-footer__inner a, footer .l-footer__inner address, footer .l-footer__inner dl {
		font-size: 0.95rem;
	}
	footer .l-footer__inner > .flex_cl {
		position: relative;
	}
	footer .l-footer__inner #ft_l {
		width: 40%;
	}
	footer .l-footer__inner #ft_l #f_logo {
		width: 300px;
		margin-bottom: 1em;
	}
	footer .l-footer__inner #ft_l address {
		margin: 0 0 0.5em;
		font-style: normal;
	}
	footer .l-footer__inner #ft_l dl {
    overflow: hidden;
  }
  footer .l-footer__inner #ft_l dl dt, footer .l-footer__inner #ft_l dl dd {
    float: left;
    margin-bottom: 0.2em;
  }
  footer .l-footer__inner #ft_l dl dt {
    width: 3em;
    clear: both;
  }
  footer .l-footer__inner #ft_l dl dd {
    width: calc(100% - 4em);
  }
	footer .l-footer__inner #ft_r {
		width: 54%;
		min-height: 200px;
	}
	footer .l-footer__inner #ft_r h3 {
    text-align: right;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.8;
    font-weight: 500;
	}
	footer .l-footer__inner #ft_r .l-footer__nav {
		justify-content: flex-end;
    /* position: absolute; */
    bottom: 0;
    right: 0;
	}
	footer .l-footer__inner #ft_r .l-footer__nav a {
		border: none;
		font-weight: normal;
	}
	footer .l-footer__inner #ft_r h3 {
        text-align: right;
        font-size: 1.7rem;
        line-height: 1.5;
        font-weight: 500;
        color: var(--color_main);
        font-family: 'Shippori Mincho', 'Noto Serif Japanese', Garamond, "游明朝", "Times New Roman", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        margin-bottom: 1em;
	}
	.l-footer__widgetArea {
		width: 60%;
	}
	footer .l-footer__inner .w-footer__box, footer .l-footer__inner .l-footer__widgetArea {
		padding: 0;
	}
	footer .l-footer__inner .widget_nav_menu ul li {
		float: left;
		min-width: 12em;
	}
	footer .l-footer__inner .widget_nav_menu ul li:nth-child(odd) {
		clear: both;
	}
	footer .l-footer__inner .widget_nav_menu a {
		border: none !important;
	}
	footer .l-footer__inner .widget_nav_menu a br {
		display: none;
	}
	.l-footer a.btn {
		color: #fff ;
	}
	.l-footer a.btn:hover {
		color: #fff ;
	}
	footer .l-footer__inner .l-footer__foot {
		padding-top: 4em;
		padding-bottom: 1em;
	}
	footer .l-footer__inner .copyright {
		text-align: center;
	}

	.btn, [class*=is-style-btn_] a, .swell-block-button__link, .wp-block-button__link {
        background: url(../../assets/img/arrow.svg) no-repeat center right 20px var(--color_main);
        background-size: 20px;
        color: #fff !important;
        font-size: 1.1rem;
        font-weight: normal;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        line-height: 1.3;
        padding: 24px 80px 25px 40px;
        border: none;
        border-radius: 3px;
        min-width: 380px;
        display: inline-block;
        text-align: center;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
	}
	.btn::before, .swell-block-button__link::before, .wp-block-button__link::before {
		content: "";
		position: absolute;
		display: block;
		height: 1px;
		background: #fff;
		transition: all .3s ease-out;
		width: 34px;
		top: 50%;
		right: 15px;
		transition: all .6s cubic-bezier(.3,0,.15,1);
	}
	.btn::after, .swell-block-button__link::after, .wp-block-button__link::after {
	  width: 9px;
	  top: calc(50% - 3px);
	  right: 14px;
	  transform: rotate(40deg);
	  content: "";
	  position: absolute;
	  display: block;
	  height: 1px;
	  background: #fff;
	  transition: all .6s cubic-bezier(.3,0,.15,1);
	}
	.btn:hover, [class*=is-style-btn_] a:hover, .swell-block-button__link:hover, .wp-block-button__link:hover {
		background: url(../../assets/img/arrow.svg) no-repeat center right 20px var(--color_link);
        background-size: 20px;
	}
	[class*=is-style-btn_] a:hover {
		filter: brightness(120%);
		color: #fff;
		box-shadow: none;
	}
	a.btn.left {
		margin-left: 0;
	}
	a.btn.right {
		margin-right: 0;
	}
	.full_r > figure {
		margin-right: calc(50% - 50vw) !important;
	}
	.full_l > figure {
		margin-left: calc(50% - 50vw) !important;
	}
	.post_content #anshin > div {
		max-width: unset;
	}
}

#qa [class*=is-style-btn_].-size-l a {
	min-width: 100%;
	padding: 24px 80px 25px 40px;
}
#qa .post_content > .wp-block-group {
	padding-bottom: 0;
}
#qa .post_content .swell-block-accordion__item {
	margin-bottom: 2em;
	background: #fff;
}
#qa .post_content .swell-block-accordion__title {
	background: var(--color_main_thin);
	padding: 1.5em;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
#qa .post_content .swell-block-accordion__title:hover {
	background: rgb(0 43 123 / 15%);
}
#qa .post_content .swell-block-accordion__label strong {
    padding: 12px 17px 15px;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#qa .post_content .swell-block-accordion__label {
    padding-left: 50px;
    font-size: 1.2rem;
}
#qa .post_content .swell-block-accordion__label strong {
    background: var(--color_main);
    color: #fff;
	font-family: 'Shippori Mincho', 'Noto Serif Japanese', Garamond, "游明朝", "Times New Roman", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#qa .post_content .swell-block-accordion__body p {
    margin: 0 0 0 58px;
}

@media all and (min-width: 768px) {
	.flex_cl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.flex_cl.cl_2 > section, .flex_cl.cl_2 > li {
		width: 47%;
	}
	.flex_cl.cl_3 > section, .flex_cl.cl_3 > li {
		width: 31%;
		margin-bottom: 8%;
	}
	.flex_cl.cl_4 > section, .flex_cl.cl_4 > li {
		width: 23%;
	}
	.flex_cl .od1 {
		order: 1;
	}
	.flex_cl .od2 {
		order: 2;
	}
	footer#footer #f_contact ul li {
		padding: 0 1%;
	}
	footer#footer #f_contact ul li a {
		min-width: 350px;
	}
	footer#footer #f_contact ul li#btn_tel a {
		font-size: 2.9rem;
		position: relative;
		background: url(../../../../uploads/icon_tel.svg) no-repeat top 9px left;
		background-size: 33px;
		color: var(--color_main);
		line-height: 1;
		font-family: "Times New Roman", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		padding: 0 0 0 45px;
		letter-spacing: 1px;
	}
	footer#footer #f_contact ul li#btn_tel p {
		margin: -5px 0 0 -14px;
		font-size: 0.9rem;
	}
}

@media all and (min-width: 960px) and (max-width: 1150px) {

}

@media all and (min-width: 960px) and (max-width: 1300px) {
}
