@charset "utf-8";

/* firefoxでページ移動の際、コンテンツが少なくても中心がずれないようにする */
html {
	overflow-y: scroll;
}
body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
form,
input,
textarea,
header,
footer,
nav {
	margin: 0;
	padding: 0;
	zoom: 1;
	color : #000000;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

ul,
ol {
	list-style-type: none;
}

img {
	border: none;
}

hr {
	display: none;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
}

a {
	outline: none;
	text-decoration: none;
}
a.televe {
    pointer-events: none;
}
@media only screen and (max-width: 480px) {
	a.televe {
		pointer-events: auto;
	}
}
a.group1 {
	transition: 0.4s;
}
a.group1:hover {
	opacity : 0.7;
}
html {
	width : 100%;
	overflow-x : hidden;
}

body {
	line-height: 1.6;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;
}

#container {
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
}

@media only screen and (max-width: 400px) {
	#container {
		overflow: hidden;
	}
}

#nonimages,
#opnimages {
	position: absolute;
	top: -1000px;
	left: -1000px;
}

#nonimages div {
	display: none;
}

#nonimages div img {
	display: none;
}

#opnimages div {
	display: none;
}

#opnimages div img {
	display: none;
}

/* -------------------------------------------------------------------
 clearfix
------------------------------------------------------------------- */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* For IE 6/7 */
.clearfix {
	zoom: 1;
}

#wrapper {
	height: 883px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin-top: 100px;
}

header {
	width : 100%;
	position: absolute;
	top : 0;
	left : 0;
	z-index : 98;
	height : 82px;
	display : -webkit-flex;
	display : flex;
	background-color : #ffffff;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.headLogo {
	position: relative;
	top : 16px;
	left : 32px;
	width : 229px;
	transition: 0.3s;
}
.headLogo img {
	width: 229px;
}

.admin_headMenuInner {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}
.headTels {
	position: absolute;
	top : 29px;
	right : 180px;
	width : auto;
	box-sizing: border-box;
	padding: 0;
	z-index: 97;
	transition: all 0.6s;
}
.headMenu {
	
}
.headMenu ul {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.headMenu li {
	display: block;
	color: #000000;
	margin : 0 16px;
}
.headMenu .main li a {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.0;
	position: relative;
	transition: .4s;
	letter-spacing: 2px;
}
.inMenuFlex .headMenu li {
	font-size: 20px;
}
.inMenuFlex .headMenu .main li a {
	font-size: 1rem;
}
.headMenu .main li span {
	display : inline-block;
	padding : 0 18px 0 14px;
}
.headMenu .main li a em {
	color: #f5371f;
	font-style : normal;
}
.headMenu .main li a::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #f5371f;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.headMenu li a:hover {
	color : #f5371f;
}
.headMenu li a:hover::after {
	width: 60%;
}
.openMenuArea {
	position: relative;
}
.openSubMenu {
	position : absolute;
	width : 100%;
	height : 37px;
	background-color : #f5371f;
	padding : 20px 0;
	top : -24px;
	left : 0;
	z-index : 96;
	transition: 0.5s;
}
.openSubMenu.active {
	top : 82px;
}
.openSubMenu::after {
	content : "";
	position : absolute;
	top : 0;
	right : 773px;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #ffffff;
}
.subMenuInner {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
	width : 930px;
	height : 39px;
	position : absolute;
	top : 20px;
	right : 325px;
}
.subMenuInner a {
	display : block;
	width : 18%;
	max-width : 215px;
	line-height : 2.4;
	background-color : #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	letter-spacing: 1px;
	border-radius : 6px;
	padding : 0 16px;
	margin : 0 10px;
	transition: 0.3s;
}
.subMenuInner a:hover {
	background-color : #f1f1f1;
	color : #f5371f;
}
.subMenuInner a::after {
	content : "→";
	position : absolute;
	top : -3px;
	right : 10px;
	font-size : 1.2rem;
	font-weight : 700;
	color : #000000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transition: 0.3s;
}
.subMenuInner a:hover::after {
	color : #f5371f;
}

.headTel {
	display: block;
	position: absolute;
	top: 32px;
	right: 200px;
	z-index: 9;
	width: 174px;
	text-align: center;
}
.headTel a {
	display: inline-block;
	margin: 0 14px;
}
.headTel span {
	display: inline-block;
	text-align: left;
	width: calc(100% - 40px);
	height: 32px;
	line-height: 1.0;
	padding-top: 5px;
	padding-left: 40px;
	font-weight: 500;
	font-size: 24px;
	color: #010101;
	text-decoration: none;
	background: url(../img/tel_mark.png) no-repeat left top 3px;
	transition: .5s;
	vertical-align: top;
}
.headSns {
	position : absolute;
	top : 11px;
	right : 80px;
	width : 100px;
	text-align : center;
	box-sizing: border-box;
	background-color : #ffffff;
	z-index : 95;
}

.headSns a {
	display : inline-block;
	margin : 12px;
	transition: 0.3s;
}
.headSns a:hover {
	opacity : 0.7;
}
.headSns .scrollImg {
	margin : 50px auto 0 auto;
	width : 40px;
	height : 180px;
	background : url(../img/scroll.svg) no-repeat center top;
	background-size : 48px;
}
.headSns .scrollArrow {
	margin : 10px auto 0 auto;
	width : 40px;
	height : 100px;
	overflow : hidden;
}
.headSns .scrollArrowInner {
	width : 40px;
	height : 100px;
	background : url(../img/scroll.svg) no-repeat center bottom;
	background-size : 40px;
	animation: arrowMove 2s infinite linear;
	transform: translate(0, -100px);
}
@keyframes arrowMove {
	to {
		  transform: translate(0, 100px);
	}
}

.overNews {
	position : absolute;
	bottom : 40px;
	right : 0;
	width : 100%;
	max-width : 600px;
	background-color : #ffffff;
	padding : 0 32px;
	box-sizing: border-box;
	z-index : 90;
	border-radius : 40px 0 0 40px;
}
.overNews .newsItem {
	text-align : left;
	font-size : 1rem;
	color : #2e2d33;
	font-weight : 500;
}
.overNews .newsItem .newsInner {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	position : relative;
	padding : 24px 0 8px 0;
}
.overNews .newsItem p {
	font-size : 1rem;
	color : #2e2d33;
	font-weight : 500;
	line-height : 1.2;
	text-align : left;
}
.overNews .newsItem .date {
	width : 90px;
}
.overNews .newsItem .comm {
	width : calc(100% - 140px);
	margin-left : 2%;
	height : 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.overNews .newsItem .new {
	width : 36px;
	padding-left : 0;
	position : relative;
	top : -5px;
}
.overNews .newsItem .new img {
	width : 8vw;
	max-width : 36px;
}
.overNews .newsItem .newsInner a {
	color : #2e2d33;
	padding : 0 !important;
}

.openMenu {
	position: fixed;
	width : 600px;
	height: calc(70vw + 100px);
	max-height: 881px;
	box-sizing: border-box;
	top: 0px;
	right: -600px;
	background-color: #ffffff;
	z-index: 98;
	transition: all 0.6s;
}
.innerSmpTels {
	padding: 30px 60px 50px 60px;
}
.inMenuLogo img {
	width : 229px;
}
.inMenuFlex {
	display : -webkit-flex;
	display : flex;
	width : calc(100% - 60px);
	box-sizing: border-box;
}
.inMenuFlex .inHeadMenu {
	width : 100%;
}
.inMenuFlex .inHeadMenu li {
	font-size : 1.4rem;
	font-weight : 400;
	border-bottom : 1px dotted #b9b9b9;
	margin : 0 60px 20px 0;
	box-sizing: border-box;
}
.inMenuFlex .inHeadMenu .right li {
	margin : 0 30px 20px 30px;
}
.inMenuFlex .inHeadMenu li span {
	display : block;
	font-size : 1rem;
	font-weight : 500;
}
.inMenuFlex .inHeadMenu li a {
	color : #000000;
	transition: 0.3s;
}
.inMenuFlex .inHeadMenu li a:hover {
	color : #f5371f;
}

.smpt40 {
	margin-top : 0;
}
@media only screen and (max-width: 1500px) {
	.headMenu li {
		margin : 0 calc(0.35vw + 8.8px);
	}
	.headMenu .main li a {
		color: #000000;
		font-size : calc(0.35vw + 10.8px);
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 1280px) {
	.headLogo {
		top : 16px;
		left : 16px;
	}
	.headTels {
		right : 140px;
	}
	.headMenu {
		display : none;
	}
	.openSubMenu::after {
		right : 584px;
	}
	.subMenuInner {
		right : 135px;
	}
	.subMenuInner a {
		width : 14%;
		max-width : 180px;
		font-size: 14px;
		line-height : 2.2;
		letter-spacing: 0px;
		padding : 4px 14px 0 14px;
		margin : 0 6px;
	}
	.subMenuInner a::after {
		top : -1px;
		right : 8px;
	}
}
@media only screen and (max-width: 1012px) {
	.openSubMenu {
		display : none;
		top : -100px;
	}
}
@media only screen and (max-width: 800px) {
	header {
		height : 60px;
	}
	.headLogo {
		top : 9px;
		left : 10px;
	}
	.headSns {
		top : 8px;
		width : 50px;
	}
	.headSns img {
		width : 32px;
	}
	.openMenu {
		width : 100%;
		height : 100vh;
		right: -100%;
		overflow : auto;
	}
	.innerSmpTels {
		padding: 5.4vw 7.2vw;
	}
	.inMenuLogo img {
		width : 50%;
		max-width : 315px;
	}
	.openMenuBlock h3 {
		font-size : calc(1.46vw + 8.3px);
	}
	.openMenuBlock h4 {
		font-size : 0.9rem;
	}
	.openMenuBlock .tel {
		font-size : calc(2.92vw + 8.7px);
	}
	.openMenuBlock .tel span {
		font-size : 1rem;
	}
	.openMenuBlock dt {
		padding : 3.2vw 0 3.2vw 7.2vw;
	}
	.openMenuBlock dd {
		padding : 3.2vw 0 3.2vw 7.2vw;
	}
	.overNews {
		bottom : -32px;
		padding : 0 3.2vw;
		border-radius : 36px 0 0 36px;
	}
	.overNews .newsItem .newsInner {
		padding : 16px 0 6px 0;
	}
	.smpt40 {
		margin-top : 0 !important;
	}
	.headSns .scrollImg {
		margin : 0px auto 0 auto;
		width : 40px;
		height : 140px;
		background : url(../img/scroll.svg) no-repeat center top;
		background-size : 36px;
	}
	.headSns .scrollArrow {
		margin : 10px auto 0 auto;
		width : 40px;
		height : 70px;
	}
	.headSns .scrollArrowInner {
		width : 40px;
		height : 70px;
		background-size : 36px;
	}
	.headSns a {
		margin : 0px;
	}
	.sideIcon {
		width : 30px;
	}
}
@media only screen and (max-width: 572px) {
	.headSns {
		display : none;
	}
}
@media only screen and (max-width: 480px) {
	.headLogo {
		top : 11px;
	}
	.openMenuBlock dt {
		padding : 3.2vw 0 3.2vw 2vw;
	}
	.openMenuBlock dd {
		padding : 3.2vw 0 3.2vw 2vw;
	}
	.headSns {
		display : none;
	}
	.openMenu .headSns {
		display : block;
	}
	.headSns a {
		margin : 2.3vw 12px;
	}
	.headSns .scrollImg img {
		width : 30px;
	}
	.innerSmpTels {
		padding: 5.4vw 5vw;
	}
	.inMenuFlex {
		width : calc(100% - 30px);
	}
	.inMenuFlex .inHeadMenu {
		width : 100%;
	}
	.inMenuFlex .inHeadMenu li {
		font-size : 1.3rem;
		margin : 0 4vw 4vw 0;
	}
	.inMenuFlex .inHeadMenu li span {
		font-size : 0.9rem;
	}
}

.smp_menu {
	position : fixed;
	top: 0;
	right: 10px;
	width: 82px;
	height: 82px;
	text-align: center;
	background-color : #ffffff;
	z-index : 99;
	transition: 0.5s;
	border-radius : 50%;
}
.smp_menu.motion {
	top: -200px;
}
.smp_menu.rev {
	position : fixed;
	top: -200px;
}
.smp_menu.active {
	position : fixed;
	top: 0;
}
.smp_menu p {
	display: block;
	position: absolute;
	top: 34px;
	left: 0;
	width: 60px;
	text-align: center;
	color: #ffffff;
	font-weight: 300;
	font-size: 12px;
}
.menu-trigger {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 36px;
	height: 82px;
	margin : 0 auto;
	transition: all .4s;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000000;
	transition: all .4s;
}
.menu-trigger p {
	position: absolute;
	top: 94px;
	left: 0;
	width: 100%;
	color : #000000;
	font-weight : 500;
	font-size : 16px;
	letter-spacing: 6px;
	text-align : center;
}
.menu-trigger span:nth-of-type(1) {
	top: 28px;
}
.menu-trigger span:nth-of-type(2) {
	top: 50px;
}
.menu-trigger.is-open span:nth-of-type(1) {
	width: 100%;
	-webkit-transform: translate3d(1px, 15px, 0) rotate(36deg);
	transform: translate3d(1px, 15px, 0) rotate(36deg);
}
.menu-trigger.is-open span:nth-of-type(2) {
	-webkit-transform: translate3d(-1px, 0, 0) rotate(-36deg);
	transform: translate3d(1px, -6.5px, 0) rotate(-36deg);
}

.cp_overLeft {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 20;
}
.smplink {
	display :  none;
}

@media only screen and (max-width: 800px) {
	.smp_menu {
		width: 60px;
		height: 60px;
	}
	.pc_headline .headMenu {
		display: none;
	}
	.headTel {
		display: none;
	}
	.headInqu {
		display: none;
	}
	.smplink {
		display : block;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 20px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 38px;
	}
}

.snsButtons {
	display: block;
}


#prev,
#next {
	display: block;
	height: 753px;
	position: absolute;
	top: 0px;
	width: 50%;
	z-index: 9999;
}

#prev {
	left: -600px;
}

#next {
	right: -600px;
}

#access {
	margin-top: -130px;
	padding-top: 130px;
}

#template {
	margin-top: -130px;
	padding-top: 130px;
}

#submit {
	margin-top: -130px;
	padding-top: 130px;
}

.submenu {
	background-color: #fff949;
	text-align: right;
	padding: 7px 0 16px 0;
}

.submenu h2 {
	text-align: center;
	color: #000000;
	margin: 20px 0;
	letter-spacing: 3px;
}

.submenu a {
	display: inline-block;
	padding: 0 8px 0 16px;
	background: url(../img/arrow.png) no-repeat left center;
	color: #303030;
	font-size: 12px;
	text-decoration: none;
}

.submenu a:hover {
	color: #000000;
	text-decoration: underline;
}

.pankuzu {
	font-size: 13px;
	color: #494949;
	padding: 6px 0 12px 4px;
	width: 100%;
	max-width: 1343px;
	margin: 0 auto;
	position: relative;
}

#wrapGlobalMenu {
	width: 100%;
	margin-bottom: 16px;
	margin-top: -17px;
	overflow: hidden;
	background-color: #4c4109;
	position: relative;
	z-index: 999;
}

#wrapTopMenu {
	width: 1183px;
	position: relative;
	margin: 0 auto;
}

.headMenu td a.bdnone {
	padding-left: 3px;
}

.smp_headbtn {
	display: none;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 6.5vw;
}

.smp_headbtn a img {
	width: 50%;
	min-width: 160px;
}

.pc_headbtn {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: 20px;
}

.wrapContents {
	width: 100%;
	position: relative;
	padding-top: 140px;
}

#p_points {
	display: block;
}

#s_points {
	display: none;
}

.pc_headline {
	display: inline;
}

.smp_headline {
	display: none;
}

.smp_centerbtn {
	display: none;
}

.pc_topimg {
	display: inline;
}

.smp_topimg {
	display: none;
}

.smp_headTel {
	display: inline-block;
	width: 49%;
	padding: 14px 0;
	text-align: center;
}

.smp_headTel a {
	font-size: 16px;
	color: #010101;
	text-decoration: none;
	font-weight: 500;
}

.smp_headTel a img {
	position: relative;
	height: 20px;
	margin-right: 8px;
	top: 4px;
}

.smp_headInqu {
	display: inline-block;
	width: 49%;
	padding: 14px 0;
	text-align: center;
}

.smp_headInqu a {
	font-size: 14px;
	color: #010101;
	text-decoration: none;
}

.smp_headInqu a img {
	position: relative;
	height: 16px;
	margin-right: 8px;
	top: 2px;
}

@media only screen and (max-width: 1200px) {
	.slide_wrap {
		left: 0;
		margin-left: 0;
		position: absolute;
		width: 100%;
	}
}
.smp_headSns  {
	text-align : center;
	padding : 6px 0;
}
.smp_headSns a {
	display : inline-block;
	margin : 0 16px;
}
@media only screen and (max-width: 800px) {
	.slide img {
		width: 100%;
		height: 60vw;
		object-fit: cover;
	}
	.pc_headline {
		display: none;
	}
	.pc_topimg {
		display: none;
	}
	.smp_topimg {
		display: inline;
	}
	.smp_headline {
		display: block;
		position: fixed;
		width: 100%;
		max-width: 100vw;
		height: 60px;
		top: 0;
		left: 0;
		box-sizing: border-box;
		transition: .5s;
	}
	.smp_headbtn {
		display: block;
	}
	.pc_headbtn {
		display: none;
	}
	.smp_centerbtn {
		display: block;
		text-align: center;
		margin-top: 36px;
	}
	.smp_centerbtn img {
		width: 60%;
		max-width: 386px;
	}
	#wrapHeaderTop {
		height: 60px;
	}
	#wrapHeaderTop #header {
		height: 60px;
	}
	#wrapHeaderTop .headLogo {
		top : 4px;
		left : 0;
		line-height: 28px;
		padding-top : 2px;
		padding-left : 4px;
	}
	.headMenuInner {
		z-index: 100;
		height: 60px;
	}
	.wrapContents {
		padding-top: 60px;
	}
}
@media only screen and (max-width: 480px) {
	.headLogo img {
		width : 200px;
	}
}


/* トップページコンテンツ */

.topImg  {
	width : 100%;
	height : calc(70vw + 100px);
	max-height : 870px;
	margin : 82px auto 0 auto;
	padding-top : 82px;
	position : relative;
	background-color : #ece9e2;;
}
.subImg  {
	width : 100%;
	height : calc(55vw + 100px);
	max-height : 550px;
	margin : 82px auto 0 auto;
	position : relative;
	background-color : #ece9e2;;
}
.pos-rel {
	position : relative;
	background-color : #c4b266;
}
.slide_body {
	width : 100%;
	height : 100%;
	overflow : hidden;
	border-radius : 80px;
	position : relative;
}
.slide_wrap {
	left: 50%;
	margin-left: -1800px;
	position: absolute;
	width: 3600px;
}

.noslide {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

.noslide img {
	width: 100%;
	max-width: 1200px;
}

.slide_body .z-true {
    animation: anime_zoom 4.6s linear;
}
.slide_body .z-false {
    transform: scale(1.15);
}

@keyframes anime_zoom {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.15);
    }
}
.slide_all {
	width : calc(100% - 320px);
	height : calc(34vw + 200px);
	max-height : 870px;
	margin : 0;
	margin-left : 250px;
}
.slide_sub {
	width : calc(100% - 120px);
	height : calc(55vw + 100px);
	max-height : 550px;
	margin : 0;
}
.topImg .no_slide {
	width : 100%;
	height : calc(70vw + 100px);
	max-height : 881px;
	margin : 0 auto;
}
.subImg .no_slide {
	width : 100%;
	height : calc(55vw + 100px);
	max-height : 550px;
	margin : 0 auto;
}
.pict {
	width : 100%;
	height : 100%;
	max-height : 881px;
	margin : 0 auto;
	position : absolute;
	top : 0;
	left : 0;
}
.slide_all img {
	width : 100%;
	height : 100%;
	object-fit : cover;
	border-radius : 80px;
}
.topImg .overTop  {
	position : absolute;
	top : 82px;
	left : 70px;
	height : 100%;
}
.subImg .overTop  {
	position : absolute;
	top : 40px;
	left : 80px;
}
.overWrap  {
	position : absolute;
	bottom : -60px;
	right : 130px;
	z-index : 89;
	width : 500px;
	padding : 30px 40px;
	border-radius : 40px;
	background-color : #ffffff;
	box-sizing: border-box;
}
.overBtn  {
	position : absolute;
	bottom : -86px;
	right : 170px;
	z-index : 95;
	width: 130px;
}
.overWrapSub  {
	position : absolute;
	bottom : -60px;
	left : 44px;
	z-index : 97;
}
.overTop .overLeft {
	width : 115px;
	height : 493px;
	text-align : left;
	padding-top : 0;
	box-sizing: border-box;
}
.overTop .overRight {
	position : absolute;
	bottom : 30px;
	left : -40px;
	z-index : 97;
}
.pp_bottom {
	position : relative;
	z-index : 90;
	top : -50px;
	text-align : center;
}
.pp_bottom img {
	position : relative;
	left : -100px;
}
.overTop .overLeftSub {
	background : url(../img/home.png) no-repeat 0 0;
	width : 242px;
	height : 321px;
	text-align : left;
	padding-top : 136px;
	box-sizing: border-box;
	text-align : center;
}
.overTop .overLeftSub.long {
	height : 341px;
	padding-top : 116px;
}
.overTop .overLeft p {
	display : inline-block;
	font-size : 32px;
	color : #000000;
	line-height : 1.7;
	font-weight : bold;
	writing-mode: vertical-rl;
	margin-left: auto;
	margin-right: auto;
	text-align : left;
}
.overTop .overLeftSub p {
	display : inline-block;
	font-size : 32px;
	color : #000000;
	line-height : 1.7;
	font-weight : bold;
	writing-mode: vertical-rl;
	margin-left: auto;
	margin-right: auto;
	text-align : left;
}
.overWrap .overRight {
	font-size : 100px;
	color : #ffffff;
	line-height : 1.4;
	font-weight : bold;
}
.overWrap .overText {
	display : inline-block;
	line-height : 1.8;
	font-weight : bold;
}
.overWrap .overText img {
	width : 98%;
}
.overWrapSub .overTextSub {
	display : inline-block;
	font-size : 180px;
	color : #f5371f;
	line-height : 1.0;
	font-weight : 900;
	padding : 0 24px;
}
.overWrapSub .overTextSub2 {
	display : inline-block;
	font-size : 140px;
	color : #f5371f;
	line-height : 1.0;
	font-weight : 900;
	padding : 0 24px;
}
.overWrapSub.short .overTextSub {
	display : inline-block;
	font-size : 180px;
	color : #f5371f;
	line-height : 1.0;
	font-weight : 900;
	padding : 0 24px;
}
.overWrapSub .overTextSub span {
	display : block;
	font-size : 20px;
	color : #f5371f;
	line-height : 1.1;
	font-weight : 400;
	padding-left : 10px;
	position : relative;
	top : 14px;
}
.overWrapSub .overTextSub2 span {
	display : block;
	font-size : 20px;
	color : #f5371f;
	line-height : 1.1;
	font-weight : 400;
	padding-left : 10px;
	position : relative;
	top : 14px;
}
.bottomScroll {
	position : absolute;
	bottom : 0;
	left: calc(50% - 25px);
	transition: 0.7s;
}
.bottomScroll.hide {
	bottom : -100px;
	transition: 0.7s;
}
.bottomScroll img {
	width : 50px;
}
.topContents {
	padding-top : 0;
}
@media only screen and (max-width: 1650px) {
	.slide_all {
		width : calc(100% - 260px);
		height : calc(18vw + 600px);
		margin-left : 200px;
	}
	.topImg .overTop  {
		left : 50px;
	}
	.subImg .overTop  {
		left : 60px;
	}
	.pp_bottom {
		top : -30px;
	}
	.overWrapSub.short .overTextSub {
		font-size : calc(10.2vw - 3px);
	}
}
@media only screen and (max-width: 1200px) {
	.slide_all {
		width : calc(100% - 210px);
		height : calc(18vw + 600px);
		margin-left : 180px;
	}
	.topImg .overTop  {
		left : 40px;
	}
	.subImg .overTop  {
		left : 70px;
	}
	.overWrap .overLeft {
		font-size : calc(3.64vw + 4.4px);
	}
	.overWrap .overRight {
		font-size : calc(5.09vw + 21.3px);
	}
	.pp_bottom {
		top : -0px;
	}
	.pp_bottom img {
		width : 40vw;
		margin-left : -10vw;
		left : 0;
	}
	.subImg .overTop  {
		position : absolute;
		top : 4vw;
		left : 8vw;
	}
	.overTop .overLeft img {
		width : 11vw;
		max-width : 115px;
	}
	.overTop .overRight img {
		width : 33vw;
		max-width : 334px;
	}
}
@media only screen and (max-width: 940px) {
	.topImg  {
		margin : 82px auto 160px auto;
	}
}
@media only screen and (max-width: 800px) {
	.topImg  {
		width : 100%;
		height : auto;
		max-height : 1170px;
		overflow : visible;
		margin : 50px auto 0 auto;
		padding-top : 8vw;
		position : relative;
		background-color : #ece9e2;;
	}
	.slide_all {
		height : calc(76vw + 100px);
		width : calc(100% - 40px);
		margin : 0 auto;
	}
	.topImg .no_slide {
		height : calc(76vw + 100px);
	}
	.overWrap  {
		position : relative;
		bottom : 0px;
		right : 0px;
		z-index : 89;
		width : 90%;
		padding : 3vw 4vw;
		border-radius : 4vw;
		width : calc(100% - 40px);
		margin : 8vw auto 0 auto;
	}
	.overBtn  {
		position : relative;
		bottom : 30px;
		right : calc(-50% + 65px);
		z-index : 95;
		width: 100%;
		margin : 0 auto;
	}
	.overWrap .overLeft {
		left : -80px;
	}
	.topImg .overTop {
		position: relative;
		top: 0px;
		left: 0px;
		width: calc(100% - 40px);
  		margin: 0 auto;
		height : auto;
	}
	.overTop .overLeft {
		width : 70%;
		max-width : 450px;
		height: auto;
		padding-top: calc(3vw + 20px);
	}
	.topImg .overTop img {
		width : 100%;
		max-width : 307px;
	}
	.overTop .overRight {
		position : absolute;
		bottom : 0px;
		left : 50%;
		z-index : 97;
		width : 50%;
	}
	.overTop .overRight img {
		width : 100%;
		max-width : 290px;
	}
	.pp_bottom img {
		width : 80%;
		margin-left : 0;
		max-width : 607px;
	}
	.menu-trigger.is-open span:nth-of-type(1) {
		width: 98%;
		-webkit-transform: translate3d(1px, 11px, 0) rotate(36deg);
		transform: translate3d(1px, 11px, 0) rotate(36deg);
	}
}
@media only screen and (max-width: 480px) {
	.slide_body {
		border-radius : 8vw;
	}
	.slide_all img {
		border-radius : 8vw;
	}
	.overWrap  {
		padding : 3vw 4vw calc(3vw + 10px) 4vw;
	}
	.overBtn  {
		bottom : 20px;
	}
}
@media only screen and (max-width: 319px) {
	.slide_wrap {
		margin : 60px auto 0 auto;
	}
	.smp_headline {
		height : 60px;
	}
	.smp_headLogo {
		text-align : left;
		padding : 6px 0 0 10px;
	}
	.smp_headLogo img {
		width : 160px;
	}
	.smp_button {
		width : 60px;
		height : 60px;
	}
	.smp_button p {
		font-size : 12px;
		padding-top : 38px;
	}
	.smp_headline .menu-trigger {
		top: 13px;
		left: 16px;
		width: 27px;
		height: 22px;
	}
	.smp_headline .menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
}
.top_container {
	position: absolute;
	font-size: 10px;
	color: #000000;
	padding: 0;
	top: 0px;
	right: 0px;
}


/*　ナビ包括-----------------------------*/
/* グローバルナビゲーション */
.panWrap  {
	width : 100%;
	max-width : 1200px;
	margin : 0 auto;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
	padding : 10px 10px 0 10px;
}
.panWrap li {
	display: inline-block;
	margin-right : 7px;
	font-size : 14px;
	color : #4b4b4b;
	font-weight : 500;
}
.panWrap li a {
	display: inline-block;
	color : #4b4b4b;
	transition: 0.3s;
}
.panWrap li:first-child a {
	padding-left : 30px;
	background : url(../img/home.png) no-repeat center left;
}
.panWrap li a:hover {
	opacity : 0.6;
}
@media only screen and (max-width: 1340px) {
	.panWrap  {
		padding : 10px 0 0 10px;
	}
}

/* コンテンツ包括
---------------------------------------------------------------------- */
.pcNavi {
	display: block;
}

.smpNavi {
	display: none;
}

.smp_mgb80 {
	margin-bottom: 0;
}

.top_images {
	position: relative;
}

.top_images p {
	position: absolute;
	top: 126px;
	left: 422px;
}

#news,
#commit,
#info {
	padding-top: 64px;
	margin-top: -64px;
}

/* メインコンテンツ包括---------------------------*/
.grayback {
	background-color : #ece9e2;
	box-sizing: border-box;
}
.grayback_n {
	background-color : #f1f1f1;
	padding-left : 0px;
	padding-right : 0px;
	box-sizing: border-box;
}
.redback {
	background-color : #f5371f;
	padding-left : 0px;
	padding-right : 0px;
	box-sizing: border-box;
}
.conceptWrap {
	width : 100%;
	max-width : 1800px;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.conceptLeft {
	width : 48%;
	padding-left : 218px;
	box-sizing: border-box;
}
.conceptLeft p {
	font-size : 1.3rem;
	color : #000000;
	font-weight : 500;
	line-height : 2.4;
	letter-spacing: 2px;
}
.conceptRight {
	width : 48%;
	background-size : contain;
	padding-bottom : 60px;
}
.conceptRight .inner {
	display : -webkit-flex;
	display : flex;
	position : relative;
}
.conceptRight .inner .youtube {
	width : calc(80% - 30px);
	border-radius : 24px;
}
.conceptRight .inner .youtube iframe {
	width : 100%;
	height : 23vw;
	max-height : 454px;
	border-radius : 24px;
}
.conceptRight .inner .irrast {
	width : 100%;
	position : relative;
	padding-left : 30px;
}
.conceptRight .inner .youtube img {
	width : 100%;
	max-width : 635px;
}
.conceptRight .inner .irrast img {
	width : 100%;
	max-width : 608px;
}
br.touten {
	display : block;
}
.overTitleImg img {
	width : 40%;
	max-width : 337px;
	position : relative;
	left : 20px;
}
@media only screen and (max-width: 1520px) {
	.conceptLeft {
		padding-left : 8vw;
	}
	br.touten {
		display : none;
	}
}
@media only screen and (max-width: 1200px) {
	.conceptLeft p {
		font-size : calc(0.34vw + 11.9px);
		line-height : 2.0;
	}
}
@media only screen and (max-width: 960px) {
	.conceptLeft {
		padding-left : 20px;
	}
}
@media only screen and (max-width: 800px) {
	.conceptWrap {
		width : 100%;
		display : block;
		text-align : center;
	}
	.conceptLeft {
		width : 96%;
		padding-left : 0px;
		margin : 0 auto;
	}
	.conceptLeft p {
		text-align : left;
	}
	.conceptRight {
		width : 96%;
		background : url(../img/irrast_back.png) no-repeat 0 0;
		background-size : contain;
		margin : 12vw auto 0 auto;
		padding-bottom : 12vw;
	}
	.conceptRight .inner .youtube iframe {
		height : 46vw;
		border-radius : 3vw;
	}
	.overTitleImg img {
		left : 10px;
	}
}
.conceptPage {
	width : 100%;
	max-width : 1460px;
	margin : 0 auto;
}
.conceptPage .inner {
	position : relative;
}
.conceptPage .inner .innerTitle {
}
.conceptPage .inner .image {
	position : absolute;
	top : 70px;
	left : 68%;
}
.conceptPage .inner img.town {
	width : 50vw;
	max-width : 535px;
}
.conceptPage .inner img.arc {
	width : 36vw;
	max-width : 360px;
}
.conceptPage .inner p {
	width : 70%;
	max-width : 944px;
	font-size : 1.1rem;
	line-height : 2.0;
	max-width : 850px;
}
.conceptPage .outer {
}
.conceptPage .outer h4 {
	line-height : 1.0;
	border-top : 1px dotted #808080;
}
.conceptPage .outer h4 span {
	font-size : 16px;
	color : #808080;
	font-weight : 700;
	background-color : #f1f1f1;
	padding-right : 10px;
	position : relative;
	top : -10px;
}
.conceptPage .outer .townFlex {
	display : -webkit-flex;
	display : flex;
}
.conceptPage .outer dt {
	padding-top : 0px;
	padding-left : 50px;
	max-width : 640px;
	width : 68vw;
}
.conceptPage .outer dt img {
	margin-right : 20px;
}
.conceptPage .outer img.image86 {
	width : auto;
	max-height : 86px;
	height : 8.6vw;
}
.conceptPage .outer img.image68 {
	width : auto;
	max-height : 68px;
	height : 6.8vw;
}
.conceptPage .outer img.image116 {
	width : auto;
	max-height : 116px;
	height : 11.6vw;
}
.conceptPage .outer dd {
	
}
@media only screen and (max-width: 1640px) {
	.conceptPage .inner .image {
		position : absolute;
		top : 130px;
		left : 62%;
		text-align : right;
	}
	.conceptPage .inner .image img {
		width : 70%;
	}
	.conceptPage .inner p {
		width : 60%;
	}
}
@media only screen and (max-width: 980px) {
	.conceptPage .inner p {
		width : 50%;
		font-size : 1rem;
		line-height : 1.8;
	}
}
@media only screen and (max-width: 800px) {
	.conceptPage .inner .image img {
		width : 60%;
	}
	.conceptPage .inner p {
		width : 50%;
		font-size : 1rem;
		line-height : 1.8;
	}
}
@media only screen and (max-width: 720px) {
	.conceptPage .inner .image img {
		width : 55%;
	}
}
@media only screen and (max-width: 640px) {
	.conceptPage .inner .image {
		position: relative;
		top : 0;
		left: 0;
		right: 0;
		text-align: center;
	}
	.conceptPage .inner .image img {
		width : 75% !important;
		max-width : 400px;
	}
	.conceptPage .inner p {
		width : 100%;
		font-size : 1.1rem;
		line-height : 1.8;
	}
	.conceptPage .outer dt {
		padding-top : 0px;
	}
}
@media only screen and (max-width: 500px) {
	.conceptPage .outer dt {
		padding-top : 0px;
		padding-left : 5vw;
		max-width : 610px;
		width : 68vw;
	}
	.conceptPage .outer dd {
		width : calc(100% - 69vw);
	}
	.conceptPage .outer dt img {
		margin-right : 2vw;
	}
	.conceptPage .outer img.image86 {
		width : auto;
		max-height : 86px;
		height : 8.6vw;
	}
	.conceptPage .outer img.image68 {
		width : auto;
		max-height : 68px;
		height : 6.8vw;
	}
	.conceptPage .outer img.image116 {
		width : auto;
		max-height : 116px;
		height : 11.6vw;
	}
}
.addText {
	font-size : 1.2rem;
	line-height : 1.8;
}

.creatorWrap {
	text-align : center;
	width : 100%;
	max-width : 1620px;
	padding : 0 10px;
	box-sizing: border-box;
	position : relative;
}
.mgt-100 {
	position : relative;
	z-index : 2;
	margin-top : -60px;
}
.creatorFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.creatorFlex .creatorItem {
	width : 31.5%;
	max-width : 500px;
	height : 31vw;
	max-height : 500px;
	background-color : #f1f1f1;
	border-radius : 32px;
	display : flex;
	flex-direction : column;
	position : relative;
}
.creatorFlex .creatorItem.bgi01 {
	background : url(../img/ttl_back01.png) no-repeat 0 0;
	background-size : 100%;
}
.creatorFlex .creatorItem.bgi02 {
	background : url(../img/ttl_back02.png) no-repeat 0 0;
	background-size : 100%;
}
.creatorFlex .creatorItem.bgi03 {
	background : url(../img/ttl_back03.png) no-repeat 0 0;
	background-size : 100%;
}
.creatorFlex .creatorItem a {
	position : relative;
	display : block;
	width : 100%;
	height : 100%;
	border-radius : 32px;
	background-color : rgba(0, 0, 0, 0.8);
	transition: 0.4s;
}
.creatorFlex .creatorItem a:hover {
	background-color : rgba(0, 0, 0, 0);
}
.creatorFlex .creatorItem a div {
	position : absolute;
	top: 50%;
	left: 50%;
	width : 100%;
	border-radius : 32px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.creatorFlex .creatorTrans {
	width : 31.5%;
	max-width : 500px;
	font-size : 0;
	height : 1px;
}
.creatorFlex .creatorItem h4 {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	font-style: normal;
}
.creatorFlex .creatorItem h5 {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 0px;
}
.creatorWrap .pp_top {
	position : absolute;
	top : -140px;
	right : 10px;
}
.pi_bottom {
	position : absolute;
	top : -140px;
	left : 10px;
	height : 180px;
}
@media only screen and (max-width: 1200px) {
	.creatorFlex .creatorItem h4 {
		font-size : calc(2.05vw + 15.4px);
	}
	.creatorFlex .creatorItem h5 {
		font-size : calc(0.68vw + 13.8px);
	}
	.creatorWrap .pp_top img {
		width : 40vw;
	}
	.pi_bottom img {
		width : 40vw;
	}
}

.creatorFlex .creatorItem .image img {
	width : 100%;
	max-width : 400px;
	height : 17vw;
	max-height : 300px;
	object-fit: cover;
	border-radius : 30px 30px 0 0;
}
.creatorFlex_c .creatorItem .image img {
	width : 100%;
	max-width : 400px;
	height : 17vw;
	max-height : 300px;
	object-fit: cover;
	border-radius : 30px 30px 0 0;
}
.t_left_s {
	text-align : left;
}
br.smp_only {
	display : none;
}
@media only screen and (max-width: 1612px) {
	.creatorFlex_c {
		padding-left : calc(100% - 1402px);
	}
}
@media only screen and (max-width: 1376px) {
	.creatorFlex_c {
		padding-left : 0px;
	}
}

@media only screen and (max-width: 1200px) {
	.creatorItem .comm {
		font-size : 0.9rem;
		margin : 12px 12px 0 12px;
		letter-spacing: 0px;
	}
	.creatorItem h4 {
		font-size : calc(0.9vw + 11px);
	}
	.creatorFlex_c .creatorItem h4 {
		font-size : 1.3rem;
		width : 25vw;
		position : relative;
		left : -10px;
		top : -17px;
		padding : 2px 0 20px 0;
		background : url(../img/ribon.png) no-repeat 0 0;
		background-size : 25vw;
	}
}
@media only screen and (max-width: 800px) {
	.mgt-100 {
		margin-top : -6vw;
	}
}
@media only screen and (max-width: 640px) {
	.creatorFlex_c .creatorItem {
		width: 24%;
		margin: 0 1%;
		border-radius: 24px;
	}
	.creatorFlex_c .creatorItem .image img {
		height : 24vw;
	}
	.creatorFlex_c .creatorItem h4 {
		font-size : 1.2rem;
		width : 30vw;
		position : relative;
		left : -10px;
		top : -17px;
		padding : 2px 0 20px 0;
		background : url(../img/ribon.png) no-repeat 0 0;
		background-size : 30vw;
	}
}
@media only screen and (max-width: 480px) {
	.creatorFlex {
		display : block;
	}
	.creatorFlex .creatorItem {
		width : 100%;
		height : 90vw;
		border-radius : 20px;
		margin-bottom : calc(2vw + 24px);
	}
	.creatorWrap {
		padding : 0 10px;
	}
	.creatorFlex .creatorItem h4 {
		font-size : calc(3.05vw + 20.4px);
	}
	.creatorFlex .creatorItem h5 span {
		background-color : #f1f1f1;
		position : relative;
		z-index : 2;
		display : inline-block;
		padding-right : 6px;
	}
	.creatorItem .image img {
		height : 90vw;
	}
	.creatorFlex .creatorItem .comm {
		display : none;
	}
	.creatorFlex .creatorItem a {
		border-radius : 20px;
	}
	.creatorFlex .creatorItem a:hover {
		background-color : rgba(0, 0, 0, 0);
	}
	.creatorFlex .creatorItem a div {
		border-radius : 20px;
	}
	.creatorFlex .creatorTrans {
		width : 100%;
	}
	.creatorWrap .pp_top img {
		width : 90vw;
	}
	.creatorWrap .pp_top {
		right : 20px;
	}
	.pi_bottom {
		left : 20px;
	}
	.pi_bottom img {
		width : 90vw;
	}
	.t_left_s {
		text-align : center;
	}
	br.smp_only {
		display : block;
	}
}
.pdta100 {
	padding-top : 100px;
}
.mgta60 {
	margin-top : 70px;
}

.creatorItem .name {
	border-left : 5px solid #2e2d32;
	padding-left : 12px;
	line-height : 1.1;
	margin : 12px 0;
}
.creatorItem .name a {
	color : #2e2d32;
	font-size : 20px;
	font-weight : 700;
}

.goodsWrap {
	position : relative;
}
.goodsBack {
	position : absolute;
	width : 1754px;
	height : 500px;
	top : 0;
	right : 0;
	background : url(../img/pink_back.jpg) no-repeat top left;
	border-radius : 24px 0 0 24px;
}
.goodsFlex {
	position : relative;
	z-index : 2;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.goodsLeft {
	width : 55%;
	font-size : 0;
}
.goodsLeft img {
	width : 33.3%;
	height : 350px;
	object-fit : cover;
}
.goodsLeft img.last {
	border-radius : 0 24px 24px 0;
}
.goodsRight {
	width : 40%;
	padding-left : 5%;
}
.mgt-10 {
	margin-top : -12px;
}
.smgt40 {
	padding-top : 0px;
}
@media only screen and (max-width: 1820px) {
.goodsBack {
		position : absolute;
		width : calc(100% - 60px);
		height : 100%;
		background : url(../img/pink_back.jpg) no-repeat top right;
	}
}
@media only screen and (max-width: 1200px) {
	.conceptLeft p {
		font-size : calc(0.34vw + 11.9px);
		line-height : 2.0;
	}
	.creatorItem .name a {
		font-size : calc(0.68vw + 11.8px);
	}
}
@media only screen and (max-width: 1098px) {
	.goodsLeft img {
		height : calc(20vw + 100px);
	}
}
@media only screen and (max-width: 480px) {
	.conceptLeft p {
		font-size : calc(0.34vw + 11px);
		line-height : 1.8;
		letter-spacing: 0;
	}
	.goodsLeft {
		width : 26%;
		font-size : 0;
	}
	.goodsLeft img {
		width : 100%;
		height : 26vw;
	}
	.goodsLeft img.first {
		border-radius : 0 4vw 0 0;
	}
	.goodsLeft img.last {
		border-radius : 0 0 4vw 0;
	}
	.goodsRight {
		width : 64%;
		padding-left : 10%;
	}
	.mgt-10 {
		margin-top : 12px;
	}
	.smgt40 {
		padding-top : 20px;
	}
}

.companyFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.companyLeft {
	width : 47%;
}
.companyRight {
	width : 47%;
}
.companyRight h3 img {
	width : 90%;
	max-width : 431px;
}
.companyRight dl {
	display : table;
	width : 100%;
	border-bottom : 1px dotted #b8b8b8;
}
.companyRight dt {
	display : table-cell;
	width : 25%;
	padding : 17px 0;
	color : #2e2d32;
	font-size : 1rem;
	font-weight : 400;
}
.companyRight dd {
	display : table-cell;
	width : 75%;
	padding : 17px 0;
	color : #2e2d32;
	font-size : 1rem;
	font-weight : 400;
}
@media only screen and (max-width: 640px) {
	.companyFlex {
		display : block;
	}
	.companyLeft {
		width : 100%;
	}
	.companyRight {
		width : 100%;
		padding-top : 6vw;
	}
}

.bannerFlex {
	width : 100%;
	max-width : 1200px;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.bannerFlex a {
	display : block;
	margin : 0 10px;
}
.bannerFlex img {
	width : 100%;
	max-width : 554px;
}
@media only screen and (max-width: 480px) {
	.bannerFlex {
		display : block;
	}
	.bannerFlex a {
		display : block;
		margin : 10px;
	}
}
 
.top_images {
	width: 100%;
	position: relative;
	z-index: 2;
	text-align: center;
	background: url(../img/top_image.jpg) repeat-x top center;
	max-height: 576px;
	font-size: 0;
	line-height: 0;
}

.aboutWrap p {
	font-size : 18px;
	letter-spacing: 1px;
	color : #6d6d6d;
	line-height : 2.4;
	padding-top : 5px;
}

@media only screen and (max-width: 1080px) {
	.aboutWrap p {
		font-size : calc(0.53vw + 12.3px);
		line-height : 2.0;
	}
}
@media only screen and (max-width: 640px) {
	.aboutWrap p {
		text-align : left !important;
	}
}

@media only screen and (max-width: 400px) {
	.aboutWrap p {
		line-height : 1.8;
		letter-spacing: 0px;
	}
}


.newsWrapOuter {
	width : 100%;
	max-width : 1620px;
	position : relative;
	padding : 0 10px;
	box-sizing: border-box;
}
.mapWrapOuter {
	width : 100%;
	max-width : 1620px;
	position : relative;
	padding : 0 10px;
	box-sizing: border-box;
}
.newsWrapInner {

}
.rtlPageTitle {
	width : 18%;
}
.rtlPageTitle strong {
	border-right : 4px solid #000000;
	display : block;
	text-align : center;
	font-size : 28px;
	color : #000000;
}
.rtlPageTitle span {
	display : none;
	position : relative;
	z-index : 2;
	font-weight : 700;
	font-style : normal;
	color : #000000;
	text-align : center;
	padding-bottom : 10px;
	line-height : 1.0;
	font-size : 54px;
	letter-spacing: 5px;
	text-indent: 0px;
}
.newsWrap {
	width : 76%;
}
.newsItem {
	border-bottom : 1px dotted #c1c1c1;
}
.newsItem a {
	padding : 30px 0 18px 0;
	display : -webkit-flex;
	display : flex;
	align-items: center;
}
.newsItem a .date {
	width : 6em;
}
.newsItem a .cate {
	width : 10em;
}
.newsItem a .cate span {
	display : inline-block;
	background-color : #f5371f;
	color : #ffffff;
	font-size : 0.9em;
	padding : 0 8px;
	line-height : 1.8;
}
.newsItem a .comm {
	width : calc(100% - 16em);
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.normalTitle {
	display : inline-block;
	color : #000000;
	line-height : 1.8;
}
.normalTitle strong {
	font-size : 18px;
	font-weight : bold;
	display : inline-block;
	border-bottom : 4px solid #000000;
}
.normalTitle span {
	display : block;
	position : relative;
	z-index : 2;
	font-weight : 700;
	font-style : normal;
	color : #000000;
	text-align : center;
	padding-bottom : 10px;
	line-height : 1.0;
}
.normalTitle span.big {
	font-size : 74px;
	letter-spacing: 8px;
	text-indent: -12px;
}
.normalTitle span.mid {
	font-size : 54px;
	letter-spacing: 5px;
	text-indent: 0px;
}
.normalTitle span.sml {
	font-size : 46px;
	letter-spacing: 3px;
	text-indent: 0px;
}
.normalTitle span.sms {
	font-size : 46px;
	letter-spacing: 3px;
	text-indent: 0px;
}
.normalTitle span.mnm {
	font-size : 36px;
	letter-spacing: 1px;
	text-indent: 0px;
}
.normalTitle span::after {
	content : "";
	position : absolute;
	bottom : 4px;
	left : 0;
	width : calc(100% - 20px);
	height : 20px;
	background-color : #ffffff;
	z-index : -1;
}
.normalTitle span.nob::after {
	content : "";
	position : absolute;
	bottom : 4px;
	left : 0;
	width : calc(100% - 20px);
	height : 20px;
	background-color : #f1f1f1;
	z-index : -1;
}
.normalTitle em {
	display : block;
	position : relative;
	z-index : 2;
	font-weight : 700;
	font-style : normal;
	color : #000000;
	text-align : center;
	padding-bottom : 10px;
	line-height : 1.0;
	margin-top : 40px;
	font-size : 46px;
	letter-spacing: 3px;
	text-indent: 0px;
	font-style: normal;
}
.normalTitle em.min {
	display : block;
	font-size : 1rem;
	font-weight : 700;
	margin-top : 16px;
	font-style : normal;
	color : #000000;
	text-align : center;
}

.reverceTitle {
	display : inline-block;
	color : #000000;
	line-height : 1.8;
}
.reverceTitle strong {
	font-size : 18px;
	font-weight : bold;
	display : inline-block;
	border-bottom : 4px solid #000000;
}
.reverceTitle em {
	font-size : 18px;
	font-weight : bold;
	display : block;
	font-style : normal;
}
.reverceTitle span {
	display : block;
	position : relative;
	z-index : 2;
	font-weight : 700;
	font-style : normal;
	color : #000000;
	text-align : left;
	padding-bottom : 10px;
	line-height : 1.0;
}
.reverceTitle span.big {
	font-size : 74px;
	letter-spacing: 8px;
	text-indent: -12px;
}
.reverceTitle span.mid {
	font-size : 54px;
	letter-spacing: 5px;
	text-indent: 0px;
}
.reverceTitle span.sml {
	font-size : 40px;
	letter-spacing: 3px;
	text-indent: 0px;
}
.reverceTitle span::after {
	content : "";
	position : absolute;
	bottom : 4px;
	left : 0;
	width : calc(100% - 20px);
	height : 20px;
	background-color : #f1f1f1;
	z-index : -1;
}
.revPageTitle {
	display : inline-block;
	color : #ffffff;
	line-height : 1.8;
}
.revPageTitle strong {
	font-size : 18px;
	font-weight : bold;
	display : inline-block;
	border-bottom : 4px solid #ffffff;
}
.revPageTitle span {
	display : block;
	position : relative;
	z-index : 2;
	font-weight : 700;
	font-style : normal;
	color : #ffffff;
	text-align : center;
	padding-bottom : 10px;
	line-height : 1.0;
	margin-top : 30px;
	font-size : 24px;
	letter-spacing: 3px;
}
@media only screen and (max-width: 1200px) {
	.reverceTitle strong {
		font-size : calc(0.57vw + 11.2px);
		letter-spacing: calc(0.23vw + 0.3px);
	}
	.reverceTitle em {
		font-size : calc(0.57vw + 11.2px);
	}
	.reverceTitle span {
		padding-bottom : calc(1.82vw + 18.2px);
		letter-spacing: 1px;
	}
	.reverceTitle span::after {
		content : "";
		position : absolute;
		bottom : calc(2vw + 10px);
		left : 0.3em;
		width : calc(100% - 2vw - 0.2em);
		height : calc(0.68vw + 11.8px);
		background-color : #f1f1f1;
		z-index : -1;
	}
	.reverceTitle span.big {
		font-size : calc(4.77vw + 16.8px);
		letter-spacing: calc(0.8vw - 1.6px);
		text-indent: calc(0.68vw + 3.8px);
	}
	.reverceTitle span.mid {
		font-size : calc(4.09vw + 4.9px);
		letter-spacing: calc(0.45vw - 0.4px);
	}
	.reverceTitle span.sml {
		font-size : calc(2.95vw + 10.6px);
		letter-spacing: calc(0.23vw + 0.3px);
	}
	.reverceTitle span.sms {
		font-size : calc(2.95vw + 10.6px);
		letter-spacing: calc(0.23vw + 0.3px);
	}
	.reverceTitle span.mnm {
		font-size : calc(1.82vw + 14.2px);
		letter-spacing: 0;
	}
	.normalTitle em {
		margin-top : calc(3vw + 9px);
		font-size : calc(3vw + 9px);
		letter-spacing: 1px;
	}
	.revPageTitle span {
		margin-top : 30px;
		font-size : calc(1.02vw + 11.8px);
		letter-spacing: 2px;
	}
}
@media only screen and (max-width: 480px) {
	.revPageTitle span {
		margin-top : 20px;
		letter-spacing: 0px;
	}
	.normalTitle.upper {

	}
	.normalTitle.lower {
		position : relative;
		top : -20px;
	}
	.mapWrapOuter {
		padding : 0;
	}
}
.orderWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: center;
	padding : 0 10px;
	box-sizing: border-box;
}
.orderWrap .orderLeft {
	width : 48%;
}
.orderWrap a {
	display : block;
	position : relative;
	width : 100%;
	height : 140px;
	font-size : 30px;
	font-weight : 700;
	line-height : 1.8;
	text-align : center;
	box-sizing: border-box;
	color : #ffffff;
	background-color : #f65640;
	border : 2px solid #f9897b;
	border-radius : 70px;
	transition: 0.3s;
	text-decoration: none !important;
}
.orderWrap a p {
	position: absolute;
	width : 90%;
	color : #ffffff;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.orderWrap a strong {
	display : inline-block;
	margin-right : 6px;
}
.orderWrap .orderLeft a {
	font-size : 36px;
	padding-top : 22px;
}
.orderWrap .orderRight a {
	font-size : 30px;
	padding-top : 40px;
}
.orderWrap a span {
	display : block;
	font-size : 14px;
	font-weight : 400;
	line-height : 1.2;
	text-align : center;
	color : #ffffff;
}
.orderWrap a strong {
	display : inline-block;
	font-size : 12px;
	color : #ffffff;
}
.orderWrap a:hover {
	background-color : #f9897b;
	border : 2px solid #f65640;
}
.orderWrap .orderRight {
	width : 48%;
}
.underTitleWord {
	font-size : 22px;
	line-height : 1.8;
	font-weight : 500;
}
.underTitleWord_s {
	font-size : 18px;
	line-height : 1.8;
	font-weight : 500;
	letter-spacing: 1px;
}
.conceptComm {
	width : 100%;
	max-width : 1000px;
	padding : 0 20px;
	font-size : 1.6rem;
	font-weight : 700;
	line-height : 1.8;
	letter-spacing: 2px;
	box-sizing: border-box;
}
.conceptComm em {
	font-style : normal;
	color : #d72036;
}
.conceptMovie {
	width : 100%;
	max-width : 1160px;
}
.conceptMovie iframe {
	width : 100%;
	max-width : 1160px;
	height : 60vw;
	max-height : 640px;
}
.twbr {
	display : none;
}
@media only screen and (max-width: 1200px) {
	.normalTitle strong {
		font-size : calc(0.57vw + 11.2px);
		letter-spacing: calc(0.23vw + 0.3px);
	}
	.normalTitle span {
		padding-bottom : calc(1.82vw + 18.2px);
		letter-spacing: 1px;
	}
	.normalTitle span::after {
		content : "";
		position : absolute;
		bottom : calc(2vw + 10px);
		left : 0.3em;
		width : calc(100% - 2vw - 0.2em);
		height : calc(0.68vw + 11.8px);
		background-color : #ffffff;
		z-index : -1;
	}
	.normalTitle span.big {
		font-size : calc(4.77vw + 16.8px);
		letter-spacing: calc(0.8vw - 1.6px);
		text-indent: calc(0.68vw + 3.8px);
	}
	.normalTitle span.mid {
		font-size : calc(4.09vw + 4.9px);
		letter-spacing: calc(0.45vw - 0.4px);
	}
	.normalTitle span.sml {
		font-size : calc(2.95vw + 10.6px);
		letter-spacing: calc(0.23vw + 0.3px);
	}
	.normalTitle span.sms {
		font-size : calc(2.95vw + 10.6px);
		letter-spacing: calc(0.23vw + 0.3px);
	}
	.normalTitle span.mnm {
		font-size : calc(1.82vw + 14.2px);
		letter-spacing: 0;
	}
	.underTitleWord {
		font-size : calc(0.91vw + 11.1px);
	}
	.underTitleWord_s {
		font-size : calc(0.57vw + 11.2px);
		letter-spacing: 0px;
	}
	.conceptComm {
		font-size : calc(1.25vw + 10.0px);
		letter-spacing: 1px;
		padding : 0 2vw;
	}
	.orderWrap a {
		font-size : calc(2.05vw + 11.4px);
		padding-top : 1rem;
		height : 7rem;
		line-height : 1.4;
	}
	.orderWrap .orderLeft a {
		font-size : calc(2.05vw + 11.4px);
	}
	.orderWrap .orderRight a {
		font-size : calc(2.05vw + 11.4px);
	}
	.orderWrap a span {
		font-size : 0.9rem;
	}
}
@media only screen and (max-width: 800px) {
	.normalTitle span.sms {
		font-size : calc(4.48vw - 0.7px);
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 480px) {
	.rtlPageTitle {
		width : 100%;
		text-align : center;
		margin : 6vw 0 4vw 0;
	}
	.rtlPageTitle strong {
		font-size : calc(0.57vw + 11.2px);
		letter-spacing: calc(0.23vw + 0.3px);
		border-right : none;
		font-weight : bold;
		display : inline-block;
		border-bottom : 4px solid #000000;
	}
	.rtlPageTitle span {
		display : block;
		font-size : calc(4.09vw + 4.9px);
		letter-spacing: calc(0.45vw - 0.4px);
		margin-top : 4vw;
	}
	.newsWrap {
		width : 100%;
	}
	.newsItem a {
		display : block;
		padding : 16px 10px 8px 10px;;
	}
	.newsItem p {
		font-size : 13px;
	}
	.newsItem .date {
		display : inline-block;
	}
	.newsItem .cate {
		display : inline-block;
	}
	.newsItem .comm {
		width : 100%
	}
	.newsItem .new {
		position : absolute;
		top : 16px;
		right : 0px;
		width : 70px;
		color : #44ac67;
		font-size : 12px;
	}
	.conceptComm {
		letter-spacing: 0px;
	}
	.orderWrap {
		display : block;
	}
	.orderWrap .orderLeft {
		width : 100%;
		padding : 0 2% 16px 2%;
		box-sizing: border-box;
	}
	.orderWrap .orderRight {
		width : 100%;
		padding : 0 2% 16px 2%;
		box-sizing: border-box;
	}
	.orderWrap a {
		padding-top : 0.6rem;
		line-height : 1.6;
		height : 7rem;
	}
	.orderWrap a span {
		text-decoration: none !important;
	}
	.orderWrap a strong {
		display : block;
	}
	.orderWrap a p {
		width : 100%;
	}
	.twbr {
		display : block;
		margin-top : 4px;
	}
}

.townFlex50 {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.townFlex50 .item {
	width : 48%;
	margin-top : 50px;
}
.townFlex50 .item dl {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.townFlex50 .item dt {
	width : 260px;
	text-align : left;
}
.townFlex50 .item dt img {
	width : calc(100% - 30px);
	max-width : 230px;
	height : 19vw;
	max-height : 190px;
	object-fit: cover;
	border-radius : 24px;
}
.townFlex50 .item dd {
	width : calc(100% - 260px);
	text-align : left;
}
.townFlex50 .item dd h4 {
	font-size : 1.3em;
	font-weight : 500;
	line-height : 1.2;
}
.townFlex50 .item dd .date {
	display : inline-block;
	font-size : 0.8em;
	font-weight : 400;
	line-height : 1.0;
	padding : 2px 12px 3px 12px;
	background-color : #ffffff;
	border-radius : 12px;
	margin : 20px 0;
}
.townFlex50 .item dd .comm {
	font-size : 1em;
	font-weight : 400;
	line-height : 1.6;
}
.townFlex50 .item dd .link a {
	display : inline-block;
	color : #000000;
	font-size : 1em;
	font-weight : 400;
	line-height : 1.8;
	margin-top : 10px;
	padding : 4px 36px 4px 0;
	text-decoration : underline;
	background : url(../img/s_arrow.png) no-repeat right center;
	transition: 0.3s;
}
.townFlex50 .item dd .link a:hover {
	color : #f5371f;
}
@media only screen and (max-width: 1200px) {
	.townFlex50 .item dt {
		width : 45%;
		text-align : left;
	}
	.townFlex50 .item dt img {
		width : 100%;
		max-width : 230px;
		border-radius : 20px;
	}
	.townFlex50 .item dd {
		width : calc(55% - 10px);
		text-align : left;
	}
}
@media only screen and (max-width: 800px) {
	.grayback_n .creatorWrap {
		padding : 0 10px;
	}
}
@media only screen and (max-width: 640px) {
	.townFlex50 {
		display : block;
	}
	.townFlex50 .item {
		width: 100%;
		calc(5vw + 8.0px);
	}
	.townFlex50 .item dt img {
		height : 32vw;
		border-radius : 20px;
	}
}

.newsListWrap {
	width : 100%;
	max-width : 1600px;
	padding : 0;
	box-sizing: border-box;
	margin : 0 auto;
}
.newsType {
	
}
.newsListWrap span.cate {
	display : inline-block;
	background-color : #f5371f;
	color : #ffffff;
	line-height : 1.6;
	padding : 2px 8px;
	margin-right : 8px;
}
.newsListWrap a.cate {
	display : inline-block;
	background-color : #d9d9d9;
	color : #666666;
	line-height : 1.6;
	padding : 2px 10px;
	margin : 4px 12px 4px 0;
	transition: 0.3s;
}
.newsListWrap a.cate:hover {
	background-color : #666666;
	color : #d9d9d9;
}
.newsList {
	
}
.newsListFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.newsListItem {
	width : 31.5%;
	margin-bottom : 40px;
}
.newsListTrans {
	width : 31.5%;
}
.newsListItem .img {
	width : 100%;
	max-width : 498px;
	height : 28vw;
	max-height : 354px;
	border-radius : 20px;
}
.newsListItem .img a {
	width : 100%;
	max-width : 498px;
	height : 28vw;
	max-height : 354px;
	border-radius : 20px;
	display : block;
	transition: 0.4s;
	overflow : hidden;
}
.newsListItem .img a img {
	width : 100%;
	max-width : 498px;
	height : 28vw;
	max-height : 354px;
	object-fit : cover;
	border-radius : 20px;
	transition: 0.4s;
}
.newsListItem .img a:hover img {
	transform:scale(1.1, 1.1);
}
.newsListItem .date {
	font-size : 13px;
	font-weight : 500;
	line-height : 40px;
}
.newsListItem .date span {
	display : inline-block;
	padding : 0 14px;
	line-height : 24px;
	background-color : #dfd7cc;
	border-radius : 12px;
	margin : 0 4px;
}
.newsListItem .ttl {
	font-size : 1.2rem;
	font-weight : 700;
	line-height : 1.6;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsListItem .comm {
	font-weight : 700;
}
.newsListItem .comm a {
	color : #000000;
}
.newsListItem .cate a {
	color : #000000;
	text-decoration: underline;
	text-underline-offset: 6px;
}
.newsDetail {

}
.newsDetail .date {
	font-size : 13px;
	font-weight : 500;
	line-height : 40px;
}
.newsDetail .date span {
	display : inline-block;
	padding : 0 14px;
	line-height : 24px;
	background-color : #dfd7cc;
	border-radius : 12px;
	margin : 0 4px;
}
.newsDetail .ttl {
	font-size : 1.2rem;
	font-weight : 700;
	line-height : 1.6;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsDetail .sns {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : flex-end;
	justify-content : flex-end;
}
.newsDetail .sns p:nth-child(2) {
	margin : 0 20px;
}
.newsDetail .sns {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : flex-end;
	justify-content : flex-end;
}
.newsDetail .photo img {
	width : 100%;
	max-width : 924px;
	height : 64vw;
	max-height : 648px;
	object-fit : cover;
	border-radius : 30px;
	transition: 0.4s;
}
.newsLeft .detailComm {
	font-size : 1.2rem;
	line-height : 1.8;
	font-weight : 400;
}
.infoListTitle  {
	font-size : 1.2rem;
	font-weight : 500;
	font-family: "Roboto Slab", serif;
	padding-bottom : 2px;
	border-bottom : 2px solid #8f8e99;
}
.infoList {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: flex-start;
}
.infoList dt {
	width : 20%;
	max-width : 180px;
	font-weight : 700;
}
.infoList dd {
	width : 80%;
	font-weight : 400;
	padding-left : 16px;
	box-sizing: border-box;
}
.primg {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	border-bottom : 2px solid #8f8e99;
}
.primg a {
	display : block;
	width : 32.5%;
	height : 24vw;
	max-height : 200px;
	border-radius : 20px;
	transition: 0.4s;
}
.primg .prTrans {
	width : 32.5%;
	height : 0;
	font-size: 0;
	line-height: 0;
}
.primg a img {
	width : 100%;
	height : 24vw;
	max-height : 200px;
	border-radius : 20px;
	object-fit: cover;
}
.primg a:hover {
	op@acity : 0.7;
}
.previwWindow.smp .newsLeft {
	width : 100%;
}
.previwWindow.smp .newsRight {
	width : 200px;
}
.previwWindow.smp .newsLeft .photo img {
	border-radius : 12px;
}
.previwWindow.smp .detailComm {
  font-size: 13px;
  line-height: 1.8;
}
.previwWindow.smp .newsLeft .ttle.mgt30 {
	margin-top : 10px;
}
.previwWindow.smp .newsLeft .ttle.mgb60 {
	margin-bottom : 20px;
}

.galleryFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	width : 100%;
	max-width : 1450px;
	padding : 0 10px;
	box-sizing: border-box
}
.galleryItem {
	width : 24%;
	margin-bottom : 40px;
}
.galleryTrans {
	width : 24%;
}
.galleryItem .img {
	width : 100%;
	max-width : 338px;
	height : 21vw;
	max-height : 260px;
	border-radius : 20px;
}
.galleryItem .img a {
	width : 100%;
	max-width : 338px;
	height : 21vw;
	max-height : 260px;
	border-radius : 20px;
	display : block;
	transition: 0.4s;
	overflow : hidden;
}
.galleryItem .img a img {
	width : 100%;
	max-width : 338px;
	height : 21vw;
	max-height : 260px;
	object-fit : cover;
	border-radius : 20px;
	transition: 0.4s;
}
.galleryItem .img a span {
	opacity : 0;
	transition: 0.4s;
	background-color : #000000;
	color : #ffffff;
	font-size : 1rem;
	position ; absolute;
	display : inline-block;
	bottom : 20px;
	text-align : center;
	left: 50%;
	padding : 2px 12px 4px 12px;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}
.galleryItem .img a:hover img {
	transform:scale(1.1, 1.1);
}
.galleryItem .img a:hover span {
	opacity : 1.0;
}

.categori h3 {
	color : #f5371f;
	font-size : 24px;
	letter-spacing : 2px;
	font-weight : 700;
	position : relative;
	line-height : 2.4;
}
.categori h3::after {
	content : "";
	position : absolute;
	bottom : 0;
	left : 0;
	width : 50px;
	height : 6px;
	background-color : #ffffff;
}
.categori p a {
	color : #000000;
	font-size : 1.2rem;
	font-weight : 500;
	line-height : 2.0;
	transition: 0.3s;
}
.categori p a:hover {
	color : #f5371f;
}
.previwWindow.smp .categori h3 {
	font-size : 20px;
	letter-spacing : 1px;
}
.previwWindow.smp .categori p a {
	font-size : 16px;
}
.pager {
	width: 100%;
	text-align: center;
}
.pager li {
	display: inline-block;
	font-size: 24px;
	line-height: 1.0;
	vertical-align: top;
}
.pager li span {
	display: inline-block;
	margin: 0 4px;
	width : 36px;
	height : 33px;
	line-height : 33px;
	padding-bottom : 3px;
	color: #000000;
	background-color : #ffffff;
	border : 1px solid #000000;
	font-weight: bold;
	vertical-align: middle;
}
.pager li a {
	display: inline-block;
	margin: 0 4px;
	width : 36px;
	height : 33px;
	line-height : 33px;
	padding-bottom : 3px;
	color: #ffffff;
	background-color : #000000;
	border : 1px solid #000000;
	font-weight: bold;
	vertical-align: middle;
	transition: 0.3s;
}
.pager li em {
	display: inline-block;
	margin: 0 14px;
	color: #ffffff;
	font-style: normal;
	vertical-align: top;
}
.pager li a.gray {
	background-color : #b3b3b3;
	border : 1px solid #b3b3b3;
	font-family: 'Arsenal', sans-serif;
	font-size : 36px;
}
.pager li a:hover {
	color: #000000;
	background-color : #e4e4e4;
}
@media only screen and (max-width: 1200px) {
	.newsLeft .ttle {
		font-size : calc(1.59vw + 12.9px);
	}
}
@media only screen and (max-width: 800px) {
	.newsListItem {
		width : 32%;
	}
	.newsListTrans {
		width : 32%;
	}
}
@media only screen and (max-width: 640px) {
	.newsLeft {
		width : 100%;
	}
	.newsRight {
		width : 200px;
	}
	.newsLeft .photo img {
		border-radius : 4vw;
	}
}
@media only screen and (max-width: 480px) {
	.newsListFlex {
		display : block;
	}
	.newsListItem {
		width : 100%;
		margin-bottom : calc(5vw + 20px);
	}
	.newsListTrans {
		width : 100%;
	}
	.newsListItem .img {
		height : 64vw;
		border-radius : 20px;
	}
	.newsListItem .img a {
		height : 64vw;
	}
	.newsListItem .img a img {
		height : 64vw;
	}
	.galleryItem {
		width : 48%;
		margin-bottom : 4vw;
	}
	.galleryTrans {
		width : 48%;
	}
	.galleryItem .img {
		height : 32vw;
	}
	.galleryItem .img a {
		height : 32vw;
	}
	.galleryItem .img a img {
		height : 32vw;
	}
	.detailComm {
		padding-top : 40px;
	}
}

.cp_overLight {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 29;
	width : 100%;
}
.cp_overLightInner {
	width : 100%;
	max-width : 1200px;
	margin : 0 auto;
}
.cp_overLightInner h2 {
	color : #ffffff;
	font-size : 60px;
	font-weight : 900;
	padding : 36px 0 0 36px;
	line-height : 1.2;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.cp_overLightInner p {
	color : #ffffff;
	font-size : 30px;
	font-weight : 400;
	padding : 0px 0 0 36px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.townPage {
	width : 100%;
	padding : 0 10px;
	box-sizing: border-box;
}
.whiteBack {
	background : url(../img/back01.png) repeat-x top left, url(../img/back02.png) repeat-x bottom left;
	background-color : #ffffff;
}
.townPage p {
	font-size : 1.1rem;
	line-height : 2.0;
	color : #000000;
	font-weight : 400;
	width : 45%;
	letter-spacing: 3px;
	min-height : 10em;
}
.townPage .flex50rev h2 {
	padding-left : 55%;
}
.townPage .flex50rev p {
	padding-left : 55%;
}
.townPage .flex50rev dl {
	padding-left : 55%;
}
.townPage .left {
	position : relative;
}
.townPage .flex50 .image {
	position : absolute;
	width : 50%;
	max-width : 650px;
	top : 0;
	right : 0; 
	text-align : right;
}
.townPage .flex50rev .image {
	position : absolute;
	width : 50%;
	max-width : 650px;
	top : 0;
	left : 0; 
	text-align : left;
}
.townPage .left .image img {
	width : 100%;
	max-width : 600px;
	height : 36vw;
	max-height : 500px;
	object-fit : contain;
}
.townPage dl {
	display : -webkit-flex;
	display : flex;
	align-items: center;
}
.townPage dt {
	width : 350px;
}
@media only screen and (max-width: 1600px) {
	.townPage .flex50 .image {
		position : absolute;
		width : calc(50% - 50px);
		max-width : 550px;
		top : calc(100px - 8vw);
		right : 50px; 
		text-align : center;
		font-size : 0;
		border-radius : calc(1.56vw + 15.0px);
	}
	.townPage .flex50rev .image {
		position : absolute;
		width : calc(50% - 50px);
		max-width : 550px;
		top : calc(100px - 8vw);
		right : 50px; 
		text-align : center;
		font-size : 0;
		border-radius : calc(1.56vw + 15.0px);
	}
}
@media only screen and (max-width: 800px) {
	.townPage p {
		font-size : 1rem;
		line-height : 1.8;
		letter-spacing: 0px;
	}
}
@media only screen and (max-width: 640px) {
	.townPage p {
		width : 100%;
		font-size : 1.1rem;
	}
	.townPage .flex50 .image {
		position : relative;
		width : calc(100% - 100px);
		max-width : 550px;
		top : 0;
		right : 0; 
		margin : 30px auto;
	}
	.townPage .flex50rev .image {
		position : relative;
		width : calc(100% - 100px);
		max-width : 550px;
		top : 0;
		right : 0; 
		margin : 30px auto;
	}
	.townPage .left .image img {
		height : 48vw;
	}
	.townPage dl {
		padding-top : 30px;
	}
	.townPage dt {
		width : 50%;
	}
	.townPage dd {
		width : 50%;
	}
	.townPage dd img {
		width : 100%;
		max-width : 242px;
	}
	.townPage .flex50rev h2 {
		padding-left : 0;
	}
	.townPage .flex50rev p {
		padding-left : 0;
	}
	.townPage .flex50rev dl {
		padding-left : 0;
	}
	.townPage p {
		min-height : 1em;
	}
}
@media only screen and (max-width: 480px) {
	.townPage.nopad {
		padding : 0 !important;
	}
	.townPage .flex50 .image {
		width : calc(100% - 50px);
		margin : 20px auto;
	}
	.townPage .flex50rev .image {
		width : calc(100% - 50px);
		margin : 20px auto;
	}
	.townPage .left .image img {
		height : 56vw;
	}
	.townPage dt .workbtn {
		line-height : 11vw !important;
		width : 100% !important;
	}
}

.addArrow {
	display : inline-block;
	text-align : center;
	font-size : 1.4rem;
	font-weight : 700;
	line-height : 1.4;
	position : relative;
	color : #000000;
	border-bottom : 4px solid #f5371d;
	padding : 0 6px 8px 6px;
	letter-spacing: 4px;
}
.addArrow::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-width: 20px 12px 0 12px;
}
.addArrow::after {
	border-color: #f5371d transparent transparent transparent;
}

.arcFlex {
	width : 100%;
	max-width : 1458px;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.arcItem {
	width : 31%;
	margin-bottom : 100px;
}
.arcTrans {
	width : 31%;
	font-size : 0;
	height : 1px;
}
.arcItem .image img {
	width : 100%;
}
.arcItem .image.radius img {
	border-radius : 20px;
	height : 28vw;
	max-height : 280px;
	object-fit: cover;
}
.arcItem h4 {
	text-align : center;
	font-size : 1.4rem;
	color : #000000;
	letter-spacing: 1px;
	font-weight : 700;
}
.arcItem h5 {
	text-align : center;
	font-size : 1rem;
	color : #000000;
	letter-spacing: 1px;
	font-weight : 400;
}
.arcDetail {
	width : 100%;
	max-width : 1000px;
}
.arcDetail .date {
	font-size : 1rem;
	color : #000000;
	font-weight : 300;
	font-style: italic;
}
.arcDetail .title {
	font-size : 1.4rem;
	color : #000000;
	font-weight : 700;
}
.arcDetail .image {
	text-align : center;
}
.arcDetail .image div.photos {
	position : relative;
	height : 100%;
	background-color : #f1f1f1;
}
.arcDetail .image div.photos p {
	position : relative;
	width : 100%;
	max-width : 998px;
	height : 56vw;
	max-height : 652px;
	border-radius : 40px;
	margin : 0 auto;
	background-color : #f1f1f1;
	text-align : center;
}
.arcDetail .image div p img {
	width : 100%;
	height : 100%;
	margin : 0 auto;
	object-fit: contain;
}
.arcDetail .bx-controls {
	position : absolute;
	width : 100%;
	height : 100%;
	top : 0;
	left : 0;
	z-index : 1;
}
.arcDetail .image .bx-viewport {
	height : auto !important;
	z-index : 2;
}
.arcDetail .image .bx-viewport .slider {
	height : auto !important;
}
.arcDetail .comm {
	width : 100%;
	max-width : 640px;
	font-size : 1rem;
	color : #000000;
	font-weight : 400;
	line-height : 2.0;
	padding-top : 60px;
}

.estRed {
	font-size : 1.8rem;
	color : #f5371f;
	font-weight : 400;
	line-height : 1.6;
	max-width : 640px;
	width : 45vw;
}
.links {
	margin-top : 10px;
	width : 49vw;
}
.links img {
	height : 80px;
}
.estComm {
	letter-spacing: 1px !important;
}
.cornerTitle {
	font-size : 1.6rem;
	color : #000000;
	line-height : 1.0;
	font-weight : 700;
	border-left : 6px solid #f5371f;
	padding-left : 16px;
	position : relative;
}
.cornerTitle::after {
	content : "";
	position : absolute;
	width : 100%;
	height : 30px;
	left : -6px;
	top : 36px;
	background: url(../img/e_line.png) repeat-x left bottom;
}
.text-center {
	text-align : center;
}
@media only screen and (max-width: 1200px) {
	.cornerTitle {
		font-size : calc(0.91vw + 13.1px);
	}
	.cornerTitle::after {
		height : calc(1.59vw + 10.9px);
		left : -6px;
		top : calc(1.59vw + 16.9px);
	}
	.estRed {
		font-size : calc(1.82vw + 8.2px);
	}
	.links img {
		height : 7.5vw;
	}
}
@media only screen and (max-width: 640px) {
	.arcItem {
		width : 48%;
		margin-bottom : 40px;
	}
	.arcTrans {
		width : 48%;
	}
	.arcItem h4 {
		font-size : 1.2rem;
		letter-spacing: 0px;
	}
	.creatorWrap.arcPadding {
		padding : 0 !important;
	}
	.normalWrap.arcPadding {
		padding : 0 !important;
	}
	.arcDetail .image div p img {
		border-radius : 30px;
	}
	.estRed {
		width : 100%;
	}
	.links {
		width : 100%;
	}
	.links img {
		height : 10vw;
	}
}
@media only screen and (max-width: 560px) {
	.text-center a {
		display : block;
		margin-left : auto;
		margin-right : auto;
	}
}

@media only screen and (max-width: 480px) {
	.arcItem h4 {
		font-size : 1.1rem;
	}
	.arcDetail .image div p img {
		border-radius : 20px;
	}
	.arcDetail .comm {
		padding-top : 40px;
	}
}
@media only screen and (max-width: 400px) {
	.cornerTitle {
		margin-top : 40px !important;
		margin-bottom: 28px;
	}
	.cornerTitle span {
		font-size : 12px;
	}
}
.nonTitle {
	font-size : 0;
	position : relative;
}
.nonTitle::after {
	content : "";
	position : absolute;
	width : 100%;
	height : 30px;
	left : 0px;
	top : 36px;
	background: url(../img/e_line.png) repeat-x left bottom;
}
.redBackTitle {
	font-size : 1.6rem;
	color : #ffffff;
	background-color : #f5371f;
	line-height : 2.4;
	font-weight : 500;
	text-align : center;
	border-radius : 20px 20px 0 0;
}
.flex30 {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.flex30 .item {
	width : 30.5%;
	background-color : #ffffff;
	border-radius : 24px;
	padding : 30px;
	box-sizing: border-box;
}
.flex30 .item .comm {
	font-size : 1.1rem;
	color : #000000;
	font-weight : 400;
	line-height : 1.8;
	letter-spacing: 1px;
}
.flex50b {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.flex50b .itemLeft {
	width : 48%;
	background-color : #f5371f;
	border-radius : 20px;
	padding : 24px 50px 30px 50px;
	box-sizing: border-box;
}
.flex50b .itemRight {
	width : 48%;
	background-color : #7d7d7d;
	border-radius : 20px;
	padding : 24px 50px 30px 50px;
	box-sizing: border-box;
}
.flex50b dl {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: center;
}
.flex50b dt {
	width : 108px;
}
.flex50b dd {
	width : calc(100% - 108px - 3vw);
}
.flex50b dl h4 {
	font-size : 1.8rem;
	color : #ffffff;
	font-weight : 400;
	line-height : 1.8;
	letter-spacing: 1px;
	padding-bottom : 10px;
	border-bottom : 1px dotted #ffffff;
}
.flex50b dl div {
	font-size : 1.1rem;
	color : #ffffff;
	font-weight : 400;
	line-height : 1.6;
	letter-spacing: 1px;
	padding-top : 12px;
}
.estateWhite {
	background-color : #ffffff;
	border-radius : 44px;
}
.estateWhite .inner {
	width : 100%;
	max-width : 1060px;
	margin : 0 auto;
}
.estateWhite .flex50 {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.estateWhite .flex50 {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.estateWhite .flex50 .flowItem {
	width : 48%;
}
.estateWhite .flex50 .flowItem {
	width : 48%;
}
.estateWhite .flex50 .flowItem.redBack {
	background-color : #f5371f;
	color : #ffffff;
	font-size : 2rem;
	line-height : 88px;
	text-align : center;
	border-radius : 12px;
}
.estateWhite .flex50 .flowLeft {
	width : 48%;
}
.estateWhite .flex50 .flowLeft .sticky {
	position : sticky;
	top : 0;
	left : 0;
}
.estateWhite .flex50 .flowRight {
	width : 48%;
}
.estateWhite .all {
	border : 6px solid #f5371f;
	padding : 30px 60px;
	box-sizing: border-box;
	border-radius : 12px;
}
.estateWhite .redall {
	background-color : #fee9e6;
	border : 6px solid #f5371f;
	padding : 30px 60px;
	box-sizing: border-box;
	border-radius : 12px;
}
.estateWhite h3 {
	color : #f5371f;
	font-size : 2rem;
	font-weight : 400;
	line-height : 1.0;
	text-align : center;
}
.estateWhite .all .comm {
	color : #000000;
	font-size : 1.1rem;
	font-weight : 400;
	line-height : 2.0;
	text-align : left;
}
.estateWhite .redall .comm {
	color : #000000;
	font-size : 1.1rem;
	font-weight : 400;
	line-height : 2.0;
	text-align : left;
	padding-left : 40px;
	background : url(../img/ck.png) no-repeat left center;
}
.conceptPage .flex50c {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.conceptPage .flex50c .itemLeft {
	width : 48%;
	background-color : #ffffff;
	border-radius : 20px;
	padding : 24px 50px 30px 50px;
	box-sizing: border-box;
}
.conceptPage .flex50c .item {
	width : 48%;
	background-color : #ffffff;
	border-radius : 20px;
	padding : 24px 50px 30px 50px;
	box-sizing: border-box;
}
.conceptPage .flex50c .itemRight {
	width : 48%;
	background-color : #ffffff;
	border-radius : 20px;
	padding : 24px 50px 30px 50px;
	box-sizing: border-box;
}
.conceptPage .flex50c dl {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	padding-bottom : 8px;
	border-bottom : 1px dotted #b9b9b9;
}
.conceptPage .flex50c dt {
	width : 136px;
	text-align : center;
}
.conceptPage .flex50c dd {
	width : calc(100% - 140px);
	color : #f5371f;
	font-size : 2rem;
	font-weight : 400;
	line-height : 1.4;
	text-align : left;
}
.conceptPage .flex50c .comm {
	color : #000000;
	font-size : 1rem;
	font-weight : 400;
	line-height : 1.8;
	text-align : left;
}
.conceptPage .flex50d {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.conceptPage .flex50d .item {
	width : 48%;
	background-color : #ffffff;
	border-radius : 20px;
	padding : 24px 50px 30px 50px;
	box-sizing: border-box;
}
.conceptPage .flex50d dl {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	padding-bottom : 8px;
	border-bottom : 1px dotted #b9b9b9;
}
.conceptPage .flex50d dt {
	width : 100px;
	text-align : center;
}
.conceptPage .flex50d dd {
	width : calc(100% - 110px);
	color : #f5371f;
	font-size : 2rem;
	font-weight : 400;
	line-height : 1.4;
	text-align : left;
}
.conceptPage .flex50d dd br {
	display : block;
}
.conceptPage .flex50d .comm {
	color : #000000;
	font-size : 1rem;
	font-weight : 400;
	line-height : 1.8;
	text-align : left;
}
.estateWhite .redBorder {
	width : 500px;
	border : 6px solid #f5371f;
	padding : 30px 60px;
	box-sizing: border-box;
	border-radius : 12px;
	color : #f5371f;
	font-size : 2rem;
	font-weight : 400;
	line-height : 1.0;
	text-align : center;
}
.estateWhite .redInner {
	background-color : #f5371f;
	padding : 30px 60px;
	box-sizing: border-box;
	border-radius : 12px;
}
.estateWhite .redInner h3 {
	color : #ffffff;
}
.estateWhite .redInner .comm {
	color : #ffffff;
	text-align : center;
}
.rightSide {
	position : relative;
	font-size : 0;
	width : 286px;
	margin-left : auto;
	z-index : 97;
}
.rightSideInner {
	position : absolute;
	top : 100px;
	left 0;
}
.banner01 {
	position : relative;
	right : 0px;
	transition: 0.4s;
}
.banner02 {
	position : relative;
	right : 0px;
	transition: 0.4s;
}
.banner01.hide {
	right : -240px;
}
.banner02.hide {
	right : -240px;
}
.opentp {
	background-color : #8c8c8c;
	color : #ffffff;
	font-size : 20px;
	width : 24px;
	line-height : 22px;
	padding-bottom : 2px;
	text-align : center;
	font-family: 'Karla', sans-serif;
	border-radius : 50%;
	position : absolute;
	top : 24px;
	left : 20px;
	cursor : pointer;
}
.opentp:hover {
	background-color : #ffffff;
	color : #8c8c8c;
	transition: 0.3s;
}
.banner01 .opentp {
	display : none;
}
.banner01.hide .opentp {
	display : block;
}
.banner02 .opentp {
	display : none;
}
.banner02.hide .opentp {
	display : block;
}
.closetp {
	background-color : #8c8c8c;
	color : #ffffff;
	font-weight : 700;
	font-size : 16px;
	width : 24px;
	line-height : 22px;
	padding-bottom : 2px;
	text-align : center;
	border-radius : 50%;
	position : absolute;
	top : 24px;
	right : 32px;
	cursor : pointer;
}
.closetp:hover {
	background-color : #ffffff;
	color : #8c8c8c;
	transition: 0.3s;
}
.banner01 a {
	
}
.banner02 a {
	
}
.smp_banner {
	display : none;
}
.esttabbr {
	display : none;
}
@media only screen and (max-width: 1340px) {
	.conceptPage .flex50c .itemLeft {
		padding : 24px 4vw 30px 4vw;
	}
	.conceptPage .flex50c .itemRight {
		padding : 24px 4vw 30px 4vw;
	}
	.conceptPage .flex50c dt {
		width : 13vw;
	}
	.conceptPage .flex50c dt img {
		width : 96%;
	}
	.conceptPage .flex50c dd {
		width : calc(100% - 13vw);
		font-size : calc(1.57vw + 9.0px);
	}
}
@media only screen and (max-width: 1200px) {
	.rightSide {
		display : none;
	}
	.smp_banner {
		display : block;
		text-align : center;
		margin-top : 40px;
	}
	.smp_banner img {
		width : 46%;
		max-width : 286px;
	}
	.flex30 .item {
		width : 30.5%;
		background-color : #ffffff;
		border-radius : 24px;
		padding : 30px calc(2.27vw + 2.8px);
		box-sizing: border-box;
	}
	.flex30 .item .comm {
		font-size : 1rem;
		line-height : 1.6;
		letter-spacing: 0px;
	}
	.flex50b .itemLeft {
		width : 48%;
		background-color : #f5371f;
		border-radius : 20px;
		padding : 24px 5vw 30px 5vw;
		box-sizing: border-box;
	}
	.flex50b .itemRight {
		width : 48%;
		background-color : #7d7d7d;
		border-radius : 20px;
		padding : 24px 5vw 30px 5vw;
		box-sizing: border-box;
	}
	.flex50b dt {
		width : 8vw;
		padding-right : 1vw;
	}
	.flex50b dt img {
		width : 100%;
	}
	.flex50b dd {
		width : calc(100% - 12vw);
	}
	.flex50b dl h4 {
		font-size : 1.6rem;
		line-height : 1.6;
		letter-spacing: 0px;
	}
	.flex50b dl div {
		font-size : 1rem;
		line-height : 1.6;
		letter-spacing: 0px;
		padding-top : 12px;
	}
	.estateWhite .flex50 .flowItem.redBack {
		font-size : calc(2.05vw + 7.4px);
		line-height : 4em;
	}
	.estateWhite h3 {
		font-size : calc(2.05vw + 7.4px);
	}
}
@media only screen and (max-width: 800px) {
	.estateWhite .all .comm {
		font-size : 1rem;
		line-height : 1.8;
	}
	.estateWhite .redall .comm {
		font-size : 1rem;
		line-height : 1.8;
		padding-left : 36px;
		background : url(../img/ck.png) no-repeat left center;
	}
	.estateWhite .all {
		border : 5px solid #f5371f;
		padding : 3vw 6vw;
	}
	.estateWhite .redall {
		border : 5px solid #f5371f;
		padding : 3vw 6vw;
	}
	.conceptPage .flex50c .itemLeft {
		padding : 2.4vw 4vw 3vw 4vw;
	}
	.conceptPage .flex50c .itemRight {
		padding : 2.4vw 4vw 3vw 4vw;
	}
	.conceptPage .flex50c dd {
		font-size : calc(1.4vw + 8.0px);
	}
	.conceptPage .flex50c dl {
		padding-top : 10px;
	}
	.conceptPage .flex50d .item {
		padding : 2.4vw 4vw 3vw 4vw;
	}
	.conceptPage .flex50d dd {
		font-size : calc(1.4vw + 8.0px);
	}
	.conceptPage .flex50d dl {
		padding-top : 10px;
	}
	.estateWhite .redBorder {
		width : 90%;
		max-width : 500px;
		border : 5px solid #f5371f;
		padding : 3vw 6vw;
		font-size : 1.6rem;
	}
	.estateWhite .redInner {
		padding : 3vw 6vw;
	}
	.redBackTitle {
		font-size : 1.3rem;
	}
}
@media only screen and (max-width: 640px) {
	.nonTitle::after {
		height : 24px;
		top : 0px;
	}
}
@media only screen and (max-width: 560px) {
	.estateWhite {
		border-radius : 24px;
	}
	.flex50b dl {
		display : block;
	}
	.flex50b dt {
		width : 100%;
		padding-right : 0;
		text-align : center;
		margin-bottom : 16px;
	}
	.flex50b dt img {
		width : 20%;
		max-width : 86px;
	}
	.flex50b dd {
		width : 100%;
	}
	.flex50b dl h4 {
		font-size : 1.3rem;
	}
	.flex30.estate {
		display : block;
	}
	.flex30.estate .item {
		width : 100%;
		border-radius : 20px;
		padding : 20px calc(2.27vw + 2.8px);
		margin-bottom : 12px;
		display : -webkit-flex;
		display : flex;
		align-items: center;
	}
	.flex30.estate .t_center {
		width : 86px;
	}
	.flex30.estate .comm {
		width : calc(100% - 100px);
		padding-left : 14px;
	}
	.conceptPage .flex50d dl {
		display : block;
		padding-bottom : 8px;
		border-bottom : 1px dotted #b9b9b9;
	}
	.conceptPage .flex50d dt {
		width : 100%;
		text-align : center;
	}
	.conceptPage .flex50d dd {
		width : 100%;
		font-size : 1.2rem;
	}
	.conceptPage .flex50d dd br {
		display : none;
	}
}
@media only screen and (max-width: 480px) {
	.estateWhite {
		background-color : #f1f1f1;
	}
	.esttabbr {
		display : block;
	}
	.flowTab.estate ul li a {
		padding: 8px 0 !important;
	}
	.estateWhite .redBorder {
		border : 4px solid #f5371f;
		padding : 4vw 6vw;
		font-size : 1.3rem;
	}
	.estateWhite .redInner {
		padding : 4vw 6vw;
	}
}
@media only screen and (max-width: 400px) {
	.estateWhite .all {
		border : 4px solid #f5371f;
		padding : 3vw 5vw;
	}
	.estateWhite .redall {
		border : 4px solid #f5371f;
		padding : 3vw 5vw;
	}
	.estateWhite .flowRight .all {
		border : 4px solid #f5371f;
		padding : 3vw 3vw;
	}
	.estateWhite .flowLeft .redall {
		border : 4px solid #f5371f;
		padding : 3vw 3vw;
	}
	.estateWhite .redall .comm {
		font-size : 1rem;
		line-height : 1.4;
		padding-left : 20px;
		background : url(../img/ck.png) no-repeat left top 2px;
		background-size : 16px;
		padding-bottom : 8px;
	}
	.redBackTitle {
		font-size : 1rem;
		border-radius: 10px 10px 0 0;
		line-height : 3.0;
	}
	.nonTitle::after {
		height : 16px;
	}
}


.storeWrap {
	padding : 0 50px;
}
.storeItem {
	margin : 0 20px;
}
.storeItem img {
	width : 100%;
	height : 21vw;
	max-height : 188px;
	object-fit : cover;
}
.storeItem p {
	font-size : 1rem;
	font-weight : 400;
	color : #000000;
	padding-top : 10px;
}
.slide-arrow  {
	position : absolute;
	top : 36%;
}
.prev-arrow {
	left : -10px;
}
.next-arrow {
	right : -10px;
}


.recruitWrap {
	width: 100%;
	position: relative;
}
.recruitWrap h2 {
	font-size : 32px;
	color : #000000;
	font-weight : 700;
}
.recruitWrap h2.underLine::after {
	content : "";
	display : block;
	border-left : 2px solid #000000;
	margin : 16px auto;
	font-size : 0;
	width : 0px;
	height : 64px;
}
.recruitWrap h3 {
	font-size : 24px;
	color : #000000;
	font-weight : 700;
	line-height : 1.1;
	border-left : 5px solid #f5371f;
	padding-left : 16px;
}
.flowTab {
	border-bottom : 2px solid #f5371f;
}
.flowTab ul {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.flowTab ul li {
	width : 32%;
	margin : 0 5px;
}
.flowTab ul li.short {
	width : 20%;
}
.flowTab ul li a {
	display : block;
	background-color : #ffffff;
	color : #8c8c8c;
	font-size : 1rem;
	font-weight : 700;
	padding : 16px 0;
	border-radius : 8px 8px 0 0;
	text-align : center;
	transition: 0.3s;
}
.flowTab ul li a.active {
	background-color : #f5371f;
	color : #ffffff;
}
.flowTab ul li a:hover {
	opacity : 0.7;
}
#flowBlock01 {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
#flowBlock01 dl {
	width : calc(15% - 40px);
	background-color : #ffffff;
	text-align : center;
	padding : 50px 20px 30px 20px;
	position : relative;
}
#flowBlock01 dl.arrow::after {
	content : "\025b6";
	position : absolute;
	top : 46%;
	right : -24px;
	font-size : 20px;
	color : #f5371f;
}
#flowBlock01 dt span {
	display : inline-block;
	width : 48px;
	text-align : center;
	background-color : #000000;
	color : #ffffff;
	font-size : 1.2rem;
	font-weight : 500;
	line-height : 48px;
	border-radius : 50%;
}
#flowBlock01 dt p {
	font-size : 1.2rem;
	font-weight : 500;
	height : 3em;
	margin-top : 10px;
	box-sizing: border-box;
	padding-top : 18px;
}
#flowBlock01 dt p.dan {
	padding-top : 0px;
}
#flowBlock01 dd {
	font-size : 1rem;
	font-weight : 400;
	line-height : 1.8;
	text-align : left;
	margin-top : 12px;
}
#flowBlock01 dd span {
	display : block;
	font-size : 0.8rem;
}
#flowBlock02 {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
#flowBlock02 dl {
	width : calc(18% - 40px);
	background-color : #ffffff;
	text-align : center;
	padding : 50px 20px 30px 20px;
	position : relative;
}
#flowBlock02 dl.arrow::after {
	content : "\025b6";
	position : absolute;
	top : 46%;
	right : -28px;
	font-size : 20px;
	color : #f5371f;
}
#flowBlock02 dt span {
	display : inline-block;
	width : 48px;
	text-align : center;
	background-color : #000000;
	color : #ffffff;
	font-size : 1.2rem;
	font-weight : 500;
	line-height : 48px;
	border-radius : 50%;
}
#flowBlock02 dt p {
	font-size : 1.2rem;
	font-weight : 500;
	height : 3em;
	margin-top : 10px;
	box-sizing: border-box;
	padding-top : 18px;
}
#flowBlock02 dt p.dan {
	padding-top : 0px;
}
#flowBlock02 dd {
	font-size : 1rem;
	font-weight : 400;
	line-height : 1.8;
	text-align : left;
	margin-top : 12px;
}
#flowBlock02 dd span {
	display : block;
	font-size : 0.8rem;
}
@media only screen and (max-width: 1200px) {
	#flowBlock01 dl {
		padding : 5vw 2vw 3vw 2vw;
	}
	#flowBlock02 dl {
		padding : 5vw 2vw 3vw 2vw;
	}
	.recruitWrap h2 {
		font-size : calc(1.59vw + 12.9px);
		margin-bottom : 10px;
	}
	.recruitWrap h3 {
		font-size : calc(0.91vw + 13.1px);
	}
}
@media only screen and (max-width: 1000px) {
	#flowBlock01 dt p {
		font-size : 1.1rem;
		margin-top : 1vw;
		padding-top : 1.8vw;
	}
	#flowBlock01 dt span {
		width : 40px;
		font-size : 1.1rem;
		line-height : 40px;
	}
	#flowBlock02 dt p {
		font-size : 1.1rem;
		margin-top : 1vw;
		padding-top : 1.8vw;
	}
	#flowBlock02 dt span {
		width : 40px;
		font-size : 1.1rem;
		line-height : 40px;
	}
	#flowBlock01 dd {
		font-size : 0.9rem;
		line-height : 1.6;
		margin-top : 8px;
	}
	#flowBlock02 dd {
		font-size : 0.9rem;
		line-height : 1.6;
		margin-top : 8px;
	}
	#flowBlock01 dl.arrow::after {
		right : -1.2rem;
		font-size : 1rem;
	}
	#flowBlock02 dl.arrow::after {
		right : -1.2rem;
		font-size : 1rem;
	}
}
@media only screen and (max-width: 800px) {
	#flowBlock01 {
		display : block;
	}
	#flowBlock01 dl {
		width : 100%;
		box-sizing: border-box;
		display : -webkit-flex;
		display : flex;
		align-items: center;
		padding : 3vw;
		margin-bottom : 30px;
	}
	#flowBlock01 dt {
		display : block;
		width : 100px;;
		text-align : center;
		margin-top : 8px;
	}
	#flowBlock01 dd {
		font-size : 1.1rem;
		display : block;
		width : calc(100% - 120px);
		text-align : left;
		padding-left : 20px;
		padding-bottom : 8px;
	}
	#flowBlock01 dl.arrow::after {
		content : "▼";
		position : absolute;
		top : 102%;
		right : 50%;
	}
	#flowBlock02 {
		display : block;
	}
	#flowBlock02 dl {
		width : 100%;
		box-sizing: border-box;
		display : -webkit-flex;
		display : flex;
		align-items: center;
		padding : 3vw;
		margin-bottom : 30px;
	}
	#flowBlock02 dt {
		display : block;
		width : 100px;;
		text-align : center;
		margin-top : 8px;
	}
	#flowBlock02 dd {
		font-size : 1.1rem;
		display : block;
		width : calc(100% - 120px);
		text-align : left;
		padding-left : 20px;
		padding-bottom : 8px;
	}
	#flowBlock02 dl.arrow::after {
		content : "▼";
		position : absolute;
		top : 102%;
		right : 50%;
	}
	.recruitWrap h2.underLine::after {
		margin : 12px auto;
		height : calc(5.09vw + 19.5px);
	}
	.flowTab ul li.short {
		width : 32%;
	}
}
@media only screen and (max-width: 640px) {
	.storeWrap {
		margin-top : 40px;
		padding : 0 30px;
	}
	.storeItem img {
		height : 25vw;
	}
}
@media only screen and (max-width: 480px) {
	.flowTab {
		margin-bottom : 20px;
	}
	#flowBlock01 dt {
		width : 70px;;
	}
	#flowBlock01 dd {
		width : calc(100% - 80px);
		padding-left : 10px;
	}
	#flowBlock02 dt {
		width : 70px;;
	}
	#flowBlock02 dd {
		width : calc(100% - 80px);
		padding-left : 10px;
	}
	.flowTab ul li a {
		padding : 12px 0;
		border-radius : 6px 6px 0 0;
	}
	.flowTab ul {
		margin-top : 20px;
	}
	.flowTab ul li {
		width : 42%;
	}
	.flowTab ul li.short {
		width : 42%;
	}
	.recruitWrap h3 {
		margin-top : 20px;
	}
	#flowBlock01 dt p {
		height : auto;
	}
	#flowBlock02 dt p {
		height : auto;
	}
	.storeWrap {
		margin-top : 40px;
		padding : 0 20px;
	}
	.storeItem img {
		height : 42vw;
	}
}


.insuFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.insuFlex div {
	width : 32%;
}
.insuFlex div a {
	display : block;
	background-color : #ffffff;
	text-align : center;
	padding : 20px 20px 16px 20px;
	border-radius : 20px;
	box-sizing: border-box;
	transition: 0.3s;
}
.insuFlex div a img {
	width : 100%;
	max-width : 276px;
}
.estateTab .menu {
	display : table;
	width : 100%;
	table-layout: fixed;
}
.estateTab .menu a {
	display : table-cell;
	vertical-align: middle;
	border-left : 3px solid #c9c9c9;
	text-align : center;
	font-size : 1.2rem;
	font-weight : 500;
	height : 120px;
	position : relative;
	color : #000000;
	transition: 0.4s;
}
.estateTab .menu a:hover {
	background-color : #ffffff;
}
.estateTab .menu a::after {
	content : "";
	position : absolute;
	left : calc(50% - 6px);
	bottom : 4px;
	width : 12px;
	height : 12px;
	border-left : 2px solid #000000;
	border-bottom : 2px solid #000000;
	transform: rotate(-45deg);
}
#kojin .estateTab .menu a {
	width : calc(16.66% - 3px);
}
#houjin .estateTab .menu a {
	width : calc(20% - 3px);
}
.estateTab .menu a:last-child {
	border-right : 3px solid #c9c9c9;
}
.hokenItems {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.hokenItems .item {
	width : 49%;
}
.hokenItems .item a {
	display : block;
	position : relative;
	min-height : 180px;
	background-color : #ffffff;
	text-align : center;
	padding : 0 30px;
	border-radius : 28px;
	box-sizing: border-box;
	transition: 0.4s;
}
.hokenItems .item a dl {
	position: absolute;
	top: 50%;
	left: 50%;
	display : table;
	width : 100%;
	padding : 0 40px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	box-sizing: border-box;
}
.hokenItems .item a dt {
	display : table-cell;
	vertical-align: middle;
	text-align : left;
}
.hokenItems .item a dl h4 {
	color : #000000;
	font-size : 1.4rem;
	font-weight : 700;
	display : -webkit-flex;
	display : flex;
}
.hokenItems .item a dl h4 span {
	color : #f5371f;
	display : inline-block;
	margin-right : 10px;
}
.hokenItems .item a dl h4 p {
	color : #000000;
	font-size : 1.4rem;
	font-weight : 700;
	padding-right : 20px;
}
.hokenItems .item a dd {
	display : table-cell;
	vertical-align: middle;
	text-align : right;
}
.hokenItems .item a dd .mark img {
	width : 3.3vw;
	max-width : 33px;
	min-width : 16px;
}
.hokenItems .item a dd .qrimg img {
	height : 10vw;
	max-height : 120px;
}
.hokenItems .item a:hover {
	background-color : #d1d1d1;
}
.songaiBlock {
	background-color : #dcdcdc;
	padding : 24px 0 30px 0;
	text-align : center;
}
.songaiBlock .flex30b {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.songaiBlock h3 {
	font-size : 1.8rem;
	color : #000000;
	line-height : 2.0;
	font-weight : 700;
	letter-spacing: 2px;
}
.songaiBlock p {
	font-size : 1rem;
	font-weight : 400;
}
.songaiItem {
	width : 30%;
	margin : 0 10px;
}
.songaiItem a {
	display : block;
	text-align : center;
	color : #000000;
	font-size : 1.2rem;
	font-weight : 500;
	background-color : #ffffff;
	padding : 20px 0 24px 0;
	border-radius : 20px;
	transition: 0.4s;
}
.songaiItem a img {
	position : relative;
	top : 6px;
	left : -6px;
}
.songaiItem a:hover{
	opacity : 0.7;
}
.songaiItem2 {
	width : 30%;
	margin : 0 10px;
}
.songaiItem2 a {
	display : block;
	text-align : center;
	color : #000000;
	font-size : 1.2rem;
	font-weight : 500;
	background-color : #ffffff;
	padding : 18px 0 10px 0;
	border-radius : 20px;
	transition: 0.4s;
}
.songaiItem2 a img {
	position : relative;
	width : 80%;
	max-width : 278px;
}
.songaiItem2 a:hover{
	opacity : 0.7;
}
@media only screen and (max-width: 1200px) {
	.estateTab .menu a {
		font-size : calc(0.91vw + 7.1px);
		height : 120px;
	}
}
@media only screen and (max-width: 800px) {
	.hokenItems .item a dl h4 {
		font-size : calc(1.67vw + 8.7px);
	}
	.hokenItems .item a {
		min-height : 18vw;
		padding : 0 3vw;
		border-radius : calc(1.67vw + 14.7px);
	}
	.hokenItems .item a dl {
		padding : 0 4vw;
	}
	.songaiItem a {
		font-size : 1.1rem;
		padding : 16px 0 20px 0;
		border-radius : 18px;
	}
	.songaiItem a img {
		height : 3vw;
		max-height : 29px;
		min-height : 18px;
	}
	.hokenItems .item a dl h4 p {
		font-size : 1rem;
	}
}
@media only screen and (max-width: 640px) {
	.estateTab .menu {
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : space-between;
		justify-content : space-between;
		flex-wrap : wrap;
		align-items: center;
	}
	.estateTab .menu a {
		font-size : calc(1.56vw + 6.0px);
		display : block;
		height : 72px;
	}
	#kojin .estateTab .menu a {
		width : 48%;
		margin : 0 1% 10px 1%;
		border : 1px solid #c9c9c9;
		border-radius : 6px;
		padding-top : 16px;
		box-sizing: border-box;
	}
	#kojin .estateTab .menu a:first-child {
		padding-top : 4px;
	}
	#houjin .estateTab .menu a {
		width : 48%;
		margin : 0 1% 10px 1%;
		border : 1px solid #c9c9c9;
		border-radius : 6px;
		padding-top : 16px;
		box-sizing: border-box;
	}
	#houjin .estateTab .menu a:first-child {
		padding-top : 4px;
	}
	.songaiBlock h3 {
		font-size : 1.3rem;
		letter-spacing: 0px;
	}
	.songaiBlock .flex30b {
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : space-between;
		justify-content : space-between;
		flex-wrap : wrap;
	}
	.songaiItem {
		width : calc(48% - 16px);
		margin : 0 8px 12px 8px;
	}
	.songaiItem2 {
		width : calc(48% - 16px);
		margin : 0 8px 12px 8px;
	}
}
@media only screen and (max-width: 480px) {
	.insuFlex {
		display : block;
	}
	.insuFlex div {
		width : 90%;
		margin : 0 auto 12px auto;
	}
	.insuFlex div a {
		padding : 10px 20px 8px 20px;
		margin-bottom : 8px;
	}
	.insuFlex div a img {
		width : 60%;
	}
	.estateTab .menu a {
		height : 64px;
	}
	.estateTab .menu a::after {
		left : calc(50% - 4px);
		bottom : 5px;
		width : 8px;
		height : 8px;
	}
	.hokenItems {
		padding-top : 10px;
		display : block;
	}
	.hokenItems .item {
		width : 100%;
	}
	.songaiItem {
		width : 90%;
		margin : 0 auto 12px auto;
	}
	.songaiItem2 {
		width : 90%;
		margin : 0 auto 12px auto;
	}
	.songaiItem a {
		font-size : 1.0rem;
	}
	.songaiItem2 a img {
		width : 50%;
	}
}

.recruitTable {
	width : 100%;
}
.recruitTable table {
	width : 100%;
	border-collapse: collapse;
	table-layout : fixed;
	word-wrap: break-word;
}
.recruitTable table th {
	font-size : 1rem;
	color : #4d4d4d;
	background-color : #f8f8f8;
	font-weight : 400;
	width : 25%;
	padding : 14px 24px;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	text-align : left;
	
}
.recruitTable table td {
	font-size : 1rem;
	color : #000000;
	background-color : #ffffff;
	font-weight : 400;
	width : 75%;
	padding : 14px 24px;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
	word-wrap: break-word;
}

.recruitImg {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 569px;
}

.recruitImg img {
	max-width: 1380px;
}

.rc_overLight {
	position: absolute;
	top: 0;
	left: calc(100% - 1136px);
	z-index: 2;
	width: 1136px;
	height: 569px;
	background: url(../img/rec_back01.png) no-repeat top left;
}

.rc_overDeep {
	position: absolute;
	top: 0;
	left: calc(100% - 902px);
	z-index: 3;
	width: 902px;
	height: 569px;
	background: url(../img/rec_back02.png) no-repeat top left;
}

.recruitItem {
	position: absolute;
	top: 170px;
	left: calc(100% - 988px);
	z-index: 4;
	width: 60%;
	max-width: 850px;
	min-width: 600px;
}

.recruitItem h2 {
	font-size: 48px;
	color: #454fb5;
	letter-spacing: 2px;
	margin: 0 0 30px 0;
	padding: 0 0 0 190px;
	font-family: 'Yu Mincho', YuMincho, sans-serif;
	text-shadow: 3px 3px 3px #ffffff, -3px -3px 3px #ffffff, 3px -3px 3px #ffffff, -3px 3px 3px #ffffff;
}

.recruitItem p {
	font-size: 18px;
	color: #454fb5;
	font-weight: 600;
	margin: 0;
	line-height: 2.0;
	padding: 0 0 0 196px;
	font-family: 'Yu Mincho', YuMincho, sans-serif;
	text-shadow: 2px 2px 3px #ffffff, -2px -2px 2px #ffffff, 2px -2px 2px #ffffff, -2px 2px 2px #ffffff;
}

.recruitItem h2 span {
	display: inline;
}

.recruitItem p span {
	display: block;
}

h2.recruitTitle {
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 30px;
}

h2.recruitTitle span {
	display: inline-block;
	color: #010101;
	font-size: 30px;
	font-weight: 600;
	padding-left: 20px;
	border-left: 8px solid #454fb5;
	line-height: 1.0;
}
.recruitTable {
	width: 100%;
}
.recruitTable dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}
.recruitTable dl.first {
	border-top: 1px solid #dcdcdc;
}
.recruitTable dt {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	color: #000000;
	font-size: 18px;
	line-height: 1.8;
	width: 200px;
	font-weight : 500;
	padding: 24px 0 24px 16px;
}
.recruitTable dd {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	color: #000000;
	font-size: 18px;
	line-height: 1.8;
	width: calc(100% - 280px);
	padding: 24px 0 24px 0;
	font-weight : 300;
}
.narrowWrap .button {
	text-align: center;
}
.smp_recText {
	display: none;
}
.toriWrap {
	padding : 60px 0 90px 0;
}
.toriWrap h2 {
	font-size : 24px;
	color : #000000;
	line-height : 70px;
	border-bottom : 1px solid #aaaaaa;
	padding : 0 16px;
	font-weight : 500;
}
.toriWrap h3 {
	font-size : 18px;
	color : #000000;
	line-height : 1.8;
	font-weight : 500;
	padding : 0 16px;
}
.toriWrap p {
	font-size : 18px;
	color : #000000;
	line-height : 1.8;
	font-weight : 300;
	padding : 0 16px;
}

@media only screen and (max-width: 1850px) {
	.rc_overLight {
		left: calc(100% - 61vw);
		width: 61vw;
	}
	.rc_overDeep {
		left: calc(100% - 48.5vw);
		width: 48.5vw;
	}
	.recruitItem h2 {
		font-size: calc(1.52vw + 19.9px);
	}
	.recruitItem p {
		font-size: calc(0.38vw + 11.0px);
	}
}

@media only screen and (max-width: 1680px) {
	.recruitItem {
		top: calc(12vw - 32px);
	}
	.recruitItem {
		left: calc(46% - 45px);
		width: calc(50vw + 70px);
	}
}

@media only screen and (max-width: 1380px) {
	.recruitImg img {
		width: 100%;
		max-width: 1380px;
		height: 40vw;
		object-fit: cover;
	}
	.cp_overLightInner h2 {
		font-size : calc(3.96vw + 5.4px);
		padding : calc(2.26vw + 4.8px) 0 0 calc(2.26vw + 4.8px);
	}
	.cp_overLightInner p {
		font-size : calc(1.51vw + 9.2px); 
		padding : 0px 0 0 calc(2.26vw + 4.8px);
	}
}

@media only screen and (max-width: 1270px) {
	.recruitItem p {
		line-height: 1.6;
	}
	.recruitItem p span {
		display: inline;
	}
	.recruitItem {
		left: calc(50% - 120px);
		top: calc(14vw - 32px);
		width: calc(53vw + 60px);
	}
}

@media only screen and (max-width: 1140px) {
	.rc_overLight {
		left: calc(100% - 71vw);
		width: 71vw;
	}
	.rc_overDeep {
		left: calc(100% - 58.5vw);
		width: 58.5vw;
	}
	.recruitItem {
		left: calc(40% - 120px);
		top: calc(14vw - 32px);
		width: calc(59vw + 80px);
	}
}

@media only screen and (max-width: 920px) {
	.rc_overLight {
		left: calc(100% - 74vw);
		width: 74vw;
	}
	.rc_overDeep {
		left: calc(100% - 61.5vw);
		width: 61.5vw;
	}
	.recruitItem {
		left: calc(37% - 140px);
		top: calc(13vw - 32px);
		width: calc(65vw + 80px);
	}
}
@media only screen and (max-width: 890px) {
	.cp_overLight {
		top: 60px;
	}
	.cp_overLeft {
		display : none;
	}
}

@media only screen and (max-width: 800px) {
	.recruitImg img {
		width: 100%;
		max-height: 320px;
		height: 60vw;
		object-fit: cover;
	}
	.recruitRightImg {
		display: none;
	}
	.rc_overLight {
		left: calc(100% - 78vw);
		width: 78vw;
	}
	.rc_overDeep {
		left: calc(100% - 62.5vw);
		width: 62.5vw;
	}
	.recruitItem {
		left: calc(40% - 160px);
		top: calc(6vw + 16px);
		width: calc(68vw + 80px);
		min-width: 0;
	}
	.recruitItem h2 {
		font-size: calc(2.08vw + 11.4px);
		line-height: 1.4;
		margin-bottom: 2vw;
	}
	.recruitItem h2 span {
		display: block;
	}
	.recruitItem p {
		font-size: calc(0.83vw + 9.4px);
		line-height: 1.4;
	}
	.recruitItem span {
		display: block;
	}
	.recruitItem .button {
		margin-top: 6vw;
		margin-bottom: 5vw;
	}
	h2.recruitTitle {
		padding-bottom: calc(0.6vw + 6px);
		margin-bottom: calc(1vw + 8px);
	}
	h2.recruitTitle span {
		font-size: calc(1.25vw + 20.0px);
	}
	.recruitTable table th {
		padding : 14px 2.4vw;

	}
	.recruitTable table td {
		padding : 14px 2.4vw;
	}
	.recruitTable dt {
		display: table-cell;
		vertical-align: top;
		text-align: left;
		color: #101010;
		font-size: calc(0.62vw + 11.0px);
		line-height: 1.8;
		width: 30vw;
		padding: calc(2.2vw + 6px) 0 calc(1vw + 6px) 0;
	}
	.recruitTable dd {
		display: table-cell;
		vertical-align: top;
		text-align: left;
		color: #101010;
		font-size: calc(0.62vw + 11.0px);
		line-height: 1.8;
		width: calc(100% - 34vw);
		padding: calc(2.2vw + 6px) 0 calc(1vw + 6px) 0;
	}
	.toriWrap {
		padding : 6vw 0 9vw 0;
	}
	.toriWrap h2 {
		font-size : calc(1.25vw + 14.0px);
		line-height : 2.6;
		border-bottom : 1px solid #aaaaaa;
		padding : 0 1.4vw;
	}
	.toriWrap h3 {
		font-size: calc(0.62vw + 11.0px);
		padding : 0 1.4vw;
	}
	.toriWrap p {
		font-size: calc(0.62vw + 11.0px);
		padding : 0 1.4vw;
	}
	.mgt100 {
		margin: 10vw 0 0 0;
	}
}

@media only screen and (max-width: 480px) {
	.recruitItem {
		top: 21vw;
		width: auto;
		min-width: 0;
	}

	.recruitItem h2 {
		font-size: calc(2.5vw + 12.0px);
		line-height: 1.4;
	}

	.recruitItem p {
		display: none;
	}

	.smp_recText {
		display: block;
		margin-top: 20px;
	}

	.smp_recText p {
		font-size: 14px;
		color: #454fb5;
		font-weight: 600;
		margin: 0;
		line-height: 1.6;
		padding: 0 4vw;
		font-family: 'Yu Mincho', YuMincho, sans-serif;
	}
}

.recWrap {
	position: relative;
	width : 50%;
	height : 630px;
	padding-top : 20px;
	background : url(../img/bottom_right.jpg) no-repeat top center;
	background-size : cover;
	box-sizing: border-box;
}
.recWrapInner {
	width : 100%;
	max-width : 725px;
	position : absolute;
	top : 20px;
	left : 0;
}
.recMark {
	width : 90%;
	max-width : 440px;
	height : 443px;
	padding : 30px;
	background : url(../img/recruit_inner.png) no-repeat top center;
	box-sizing: border-box;
	margin-top : -12px;
}
.recMark h3 {
	color : #085b33;
	font-size : 32px;
	font-weight : 700;
	line-height : 1.4;
	width : 260px;
	letter-spacing: 5px;
}
.recMark p {
	color : #000000;
	font-size : 14px;
	font-weight : 500;
	line-height : 27px;
	letter-spacing: 0px;
}
.recMark p.wid01 {
	width : 190px;
}
.recMark p.wid02 {
	width : 180px;
}
.detailBtn a {
	display : block;
	width : 205px;
	text-align : center;
	font-size : 1rem;
	color : #085b33;
	font-weight : 500;
	border : 1px solid #085b33;
	padding : 8px 0;
	position : relative;
	background-image : url(../img/br_arrow.png);
	background-position : right bottom;
	background-repeat: no-repeat;
	transition: 0.3s;
}
.detailBtn a.bg0 {
	background-color : transparent;
}
.detailBtn a.bg1 {
	background-color : rgba(255, 255, 255, 0.7);
}

.detailBtn a:hover {
	color :#000000;
	background-color : rgba(255, 255, 255, 0.9);
}

.companyText {
	text-align: left;
	color: #464646;
	font-size: 16px;
	line-height: 2.0;
	padding: 20px 0 12px 0;
}

.companyText span {
	display: block;
	margin-bottom: 24px;
}

.companyText .name {
	text-align: right;
	color: #464646;
	font-size: 16px;
	padding: 20px 0 0 0;
}

.selecter {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.selecter a {
	display : block;
	line-height : 2.0;
	font-size : 16px;
	color : #1a1a1a;
	background-color : #ffffff;
	border : 2px solid #1a1a1a;
	padding : 0 24px;
	margin : 0 10px;
}
.selecter a.active {
	color : #ffffff;
	background-color : #1a1a1a;
}
#newsmenuTab {
	display : none;
}
.addArrow_w {
	display : inline-block;
	font-size : 1rem;
	color : #000000;
	transition: 0.3s;
	padding-right : 45px;
	position : relative;
}
.addArrow_w::after {
	content : "";
	position : absolute;
	top : 8px;
	right : 0;
	width : 39px;
	height : 10px;
	background : url(../img/arrow.png) no-repeat center right;
}
.addArrow_w:hover {
	opacity : 0.7;
}

@media only screen and (max-width: 960px) {
	.contactTitle {
		font-size : 28px;
		height : 70px;
		padding-top : 38px;
	}
	.newsRight h3 {
		font-size : calc(0.62vw + 14.0px);
		letter-spacing: 1px;
	}
	.newsListWrap h2 {
		font-size : calc(2.81vw + 9.0px);
		line-height : 1.6;
	}
}
@media only screen and (max-width: 760px) {
	.newsFlex .newsWrap {
		width : calc(76% - 6vw);
		padding-right : 6vw;
	}
	.newsFlex .newsRight {
		width : 24%;
	}
}
@media only screen and (max-width: 640px) {
	.selecter a {
		font-size : calc(1.25vw + 8.0px);
		border : 1px solid #1a1a1a;
		padding : 0 2.4vw;
		margin : 0 1vw;
	}
	.newsWrapOuter .normalWrap {
		padding : 0 4vw;
	}
}
@media only screen and (max-width: 480px) {
	.newsWrapOuter {
		height : auto;
		padding-bottom : 12vw;
	}
	.contactTitle {
		font-size : 24px;
		height : 62px;
		padding-top : 0px;
	}
	.newsItem a {
		flex-wrap : wrap;
	}
	.newsItem a .comm {
		width : 100%;
		padding-left : 0;
		margin-top : 6px;
	}
	.newsItem .cate {
		font-size: 13px;
	}
	.newsItem p {
		font-size : 14px;
	}
	.newsFlex .newsWrap {
		width : 100%;
		padding-right : 0;
	}
	.newsFlex .newsRight {
		width : 160px;
		position : absolute;
		right : -228px;
		transition: 0.5s;
		padding : 10px 32px;
		background-color : #ffffff;
		border : 2px solid #2e2d33;
	}
	#newsmenuTab {
		display : block;
		color : #ffffff;
		font-size : 16px;
		background-color : #2e2d33;
		position : absolute;
		width : 24px;
		height : 24px;
		top : -2px;
		left : -36px;
		padding : 12px 4px 19px 8px;
		border-radius : 8px 0 0 8px;
	}
	.newsFlex .newsRight.active {
		right : -2px;
	}
}
.noContents {
	width : 100%;
}
.thumbs_dots {
  margin: 10px 0 0;
}
.thumbs_list li {
  display: inline-block;
  width: 130px;
  height: 80px;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.3s;
}
.thumbs_list li.slick-active {
  opacity: 1;
}

.cateWrap {
	width : 100%;
	max-width : 600px;
	margin : 0 auto;
}
.cateWrap.non::after {
	content : "・・・・・・・・";
	font-size : 16px;
	color : #e86826;
	display : block;
	width : 100%;
	text-align : center;
}
.cateWrap a {
	display: inline-block;
	padding: 1px 16px 3px 16px;
	line-height: 24px;
	background-color: #dfd7cc;
	border-radius: 16px;
	margin: 0 4px 12px 4px;
	font-size : 14px;
	color : #000000;
	transition: 0.4s;
}
.cateWrap span {
	display: inline-block;
	padding: 1px 16px 3px 16px;
	line-height: 24px;
	background-color: #000000;
	border-radius: 16px;
	margin: 0 4px 12px 4px;
	font-size : 14px;
	color : #ffffff;
}
.cateWrap a:hover {
	background-color: #000000;
	color : #ffffff;
}
@media only screen and (max-width: 480px) {
	.cateWrap a {
		padding: 1px 10px 3px 10px;
		font-size : 12px;
	}
	.cateWrap span {
		padding: 1px 10px 3px 10px;
		font-size : 12px;
	}
}

/* 各ページ */

/* 仕事内容 */

.pageTops {
	width : 100%;
	margin-bottom : 100px;
}
.news_back {
	background : url(../img/news_ttl.jpg) no-repeat center center;
	background-size : cover;
}
.concept_back {
	background : url(../img/concept_ttl.jpg) no-repeat center center;
	background-size : cover;
}
.creators_back {
	background : url(../img/creators_ttl.jpg) no-repeat center center;
	background-size : cover;
}
.contact_back {
	background : url(../img/contact_ttl.jpg) no-repeat center center;
	background-size : cover;
}

.topTitle {
	display : block;
	text-align : center;
	padding-top : 142px;
	color : #000000;
	font-size : 40px;
	font-weight :  700;
	letter-spacing: 4px;
	line-height : 1.2;
	padding-bottom : 200px;
	margin : 0 auto;
	background : url(../img/people04.png) no-repeat bottom center;
}
.topTitle span {
	display : block;
	text-align : center;
	color : #ea8726;
	font-size : 22px;
	font-family: "Roboto Slab", serif;
	font-weight : 600;
	font-style : normal;
	letter-spacing: 2px;
	padding-bottom : 6px;
}
.conTitle {
	display : block;
	color : #000000;
	font-size : 36px;
	font-weight :  700;
	line-height : 1.2;
}
.conSubTitle {
	color : #000000;
	font-size : 1rem;
	font-weight :  500;
	line-height : 1.4;
}
#map_canvas {
	width : 100%;
	max-width : 1220px;
	height : 600px;
	padding : 0 10px;
	box-sizing: border-box;
	border-radius : 36px;
}
.conTitle span {
	display : block;
	color : #ea8726;
	font-size : 22px;
	font-family: "Roboto Slab", serif;
	font-weight : 600;
	font-style : normal;
	padding-bottom : 6px;
}
@media only screen and (max-width: 960px) {
	.topTitle {
		padding-top : 142px;
		font-size : calc(3.33vw + 11.4px);
		letter-spacing: 3px;
		line-height : 1.2;
		padding-bottom : 200px;
		background : url(../img/people04.png) no-repeat bottom center;
		background-size : 90%;
	}
	.topTitle span {
		font-size : calc(1.11vw + 12.5px);
		letter-spacing: 1px;
		padding-bottom : 4px;
	}
	.conTitle {
		font-size : calc(2.96vw + 10.5px);
	}
	.conTitle span {
		font-size : calc(1.11vw + 12.5px);
		padding-bottom : 4px;
	}
	.thumbs_list li {
		width : 18%;
		max-width: 130px;
		height : 13vw;
		max-height: 80px;
	}
}
@media only screen and (max-width: 480px) {
	.pageTops {
		margin-bottom : 10vw;
	}
	.topTitle {
		padding-top : calc(14vw + 60px);
		letter-spacing: 2px;
		padding-bottom : calc(20vw + 20px);
	}
	.topTitle span {
		font-size : calc(1.11vw + 12.5px);
		letter-spacing: 0px;
	}
	.conTitle {
		font-size : calc(2.96vw + 10.5px);
	}
	.conTitle span {
		font-size : calc(1.11vw + 12.5px);
		padding-bottom : 4px;
	}
	#map_canvas {
		height : 500px;
		padding : 0;
		border-radius : 0;
	}
}


/* 会社案内 */

.messageBlock {
	width : 100%;
	height : 769px;
	background : url(../img/preg_img.jpg) no-repeat center center;
	background-size : cover;
	padding-top : 74px;
	padding-left : 67px;
	box-sizing: border-box;
}
.messageWrap .messageInner {
	width : 60%;
	max-width : 736px;
	background-color : rgba(255, 255, 255, 0.8);
	padding : 48px 54px;
	box-sizing: border-box;
}
.messageInner p {
	font-size : 17px;
	color : #000000;
	font-weight : 500;
	line-height : 2.0;
}
.plofTable {
	width : 100%;
}
.plofTable table {
	width : 100%;
	border-collapse: collapse;
	font-size : 1.1rem;
}
.plofTable table.line {
	margin-top : 80px;
}
.plofTable table.line caption {
	border-top : 3px solid #f5371f;
	font-size : 0;
	height : 20px;
}
.plofTable table th {
	width : 15%;
	padding : 16px 16px 16px 0;
	text-align : left;
	vertical-align: middle;
	font-weight : 500;
	letter-spacing: 2px;
}
.plofTable table td {
	width : 85%;
	padding : 16px 0 16px 16px;
	text-align : left;
	vertical-align: middle;
	font-weight : 400;
}
.compBorder {
	border-top : 1px dotted #bababa;
}
.mapPoint p {
	font-size : 1.1rem;
	font-weight : 400;
	margin : 8px 0;
}
.mapPoint p span {
	color : #f5371f;
	letter-spacing: 1px;
	font-weight : 700;
}

.serviceWrap .tel {
	text-align : center;
	margin-top : 20px;
}
.serviceWrap .tel p {
	display : inline-block;
	color : #000000;
	font-size : 36px;
	padding : 0 64px 0 32px;
	border : 1px solid #000000;
	letter-spacing: 2px;
}
.serviceWrap .tel p a {
	color : #000000;
	font-size : 48px;
	letter-spacing: 3px;
}
.map iframe {
	width : 100%;
	height : 418px;
	border-radius : 20px;
}
@media only screen and (max-width: 1300px) {
	.messageBlock {
		height : 68vw;
		max-height : 769px;
		padding-top : 7vw;
		padding-left : 6.5vw;
	}
	.messageWrap .messageInner {
		padding : 6vw 4vw;
	}
	.messageWrap .messageInner p {
		font-size : calc(0.41vw + 11.7px);
	}
}
@media only screen and (max-width: 1100px) {
	.messageBlock {
		height : 68vw;
		max-height : 769px;
		padding-top : 4vw;
		padding-left : 3vw;
	}
	.messageWrap .messageInner {
		padding : 4vw 3vw;
	}
	.messageWrap .messageInner p {
		line-height : 1.8;
	}
	.messageInner .mgb30 {
		margin-bottom : 2vw !important;
	}
	.messageInner .mgt50 {
		margin-top : 3vw !important;
	}
}
@media only screen and (max-width: 800px) {
	.serviceWrap .tel p {
		font-size : calc(4.33vw + 8.4px);
		padding : 0 6.4vw 0 3.2vw;
		letter-spacing: 1px;
	}
	.serviceWrap .tel p a {
		font-size : calc(4.58vw + 11.4px);
		letter-spacing: 1px;
	}
	.messageBlock {
		height : auto;
		padding-top : 0;
		padding-left : 0;
	}
	.messageWrap .messageInner {
		padding : 4vw 3vw;
	}
	.messageWrap .messageInner p {
		line-height : 1.8;
	}
	.messageInner .mgb30 {
		margin-bottom : 2vw !important;
	}
	.messageInner .mgt50 {
		margin-top : 3vw !important;
	}
	.plofTable table {
		font-size : calc(0.42vw + 10.7px);
	}
	.plofTable table th {
		width : 18%;
		padding : 1.2vw 1.6vw 1.2vw 0;
		letter-spacing: 0px;
	}
	.plofTable table td {
		width : 82%;
		padding : 1.2vw 1.6vw;
	}
}
@media only screen and (max-width: 760px) {
	.messageBlock {
		width : 100%;
		height : auto;
		max-height : auto;
		background : url(../img/preg_img.jpg) no-repeat top right;
		background-size : 100%;
		padding-top : 0;
		padding-left : 0;
	}
	.messageWrap .messageInner {
		width : 100%;
		max-width : 760px;
		background-color : transparent;
		padding : 56vw 4vw 8vw 4vw;
	}
	.messageInner p {
		font-size : calc(0.91vw + 10.1px);
		line-height : 1.8;
	}
}
@media only screen and (max-width: 400px) {
	.messageWrap .messageInner {
		padding : 56vw 0 8vw 0;
	}
	.messageWrap .messageInner div img{
		width : 180px;
	}
}
.sdgsTitle {
	display : block;
	position : relative;
	z-index : 2;
	font-weight : 700;
	font-style : normal;
	color : #000000;
	text-align : center;
	padding-bottom : 10px;
	line-height : 1.0;
	margin-top : 40px;
	font-size : 54px;
	letter-spacing: 5px;
	text-indent: 0px;
}
.sdgsWrap {
	background-color : #ffffff;
	padding : 40px 60px;
	width : 100%;
	max-width : 900px;
	box-sizing: border-box;
}
.sdgsAbout {
	width : 100%;
	max-width : 900px;
}
.sdgsAbout h3 {
	font-size : 24px;
	color : #f5371f;
	font-weight : 700;
	line-height : 1.8;
	letter-spacing: 3px;
}
.sdgsAbout p {
	text-align : left;
	font-size : 1.1rem;
	color : #000000;
	font-weight : 400;
	line-height : 1.8;
	letter-spacing: 1px;
}
.sdgsItem {
	width : 100%;
	max-width : 1200px;
	background-color : #ffffff;
	padding : 56px;
	box-sizing: border-box;
}
.sdgsItem h4 {
	font-size : 20px;
	color : #000000;
	font-weight : 700;
	border-top : 1px dotted #b8b8b8;
	padding-top : 20px;
}
.sdgsItemImg {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
	flex-wrap : wrap;
}
.sdgsItemImg img {
	width : 18%;
	max-width : 165px;
	margin : 10px;
}
.sdgsItemImg .sdgsTrans {
	width : 18%;
	max-width : 165px;
	margin : 10px;
}
.sdgsComm {
	font-size : 1rem;
	color : #000000;
	font-weight : 500;
	letter-spacing: 1px;
	line-height : 2.0;
	display : table;
	width : 100%;
}
.sdgsComm dt {
	display : table-cell;
	width : 24px;
	padding-left : 6px;
}
.sdgsComm dd {
	display : table-cell;
	width : calc(100% - 30px);
}
.sdgsFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.sdgsFlex div {
	width : 48%;
}
.sdgsFlex div img {
	width : 100%;
}
.sdgsFlex p {
	width : 49%;
	padding-left : 3%;
}
@media only screen and (max-width: 1200px) {
	.sdgsTop img {
		width : 100%;
		max-width : 780px;
	}
	.sdgsTitle {
		font-size : calc(3.86vw + 7.7px);
		margin-top : 4vw;
		letter-spacing: calc(0.4vw + 0.7px);
	}
	.sdgsWrap {
		padding : 4vw 6vw;
	}
	.sdgsAbout {
		width : 100%;
		max-width : 900px;
	}
	.sdgsAbout h3 {
		font-size : calc(0.91vw + 13.1px);
		line-height : 1.8;
		letter-spacing: 2px;
	}
	.sdgsAbout p {
		font-size : 1.1rem;
		line-height : 1.7;
		letter-spacing: 0px;
	}
	.sdgsItem {
		padding : 5.6vw;
	}
	.sdgsItem h4 {
		font-size : calc(0.7vw + 11px);
		padding-bottom : 
	}
}
@media only screen and (max-width: 800px) {
	.sdgsItemImg img {
		margin : 5px;
	}
}
@media only screen and (max-width: 640px) {
	.sdgsFlex {
		display : block;
	}
	.sdgsFlex div {
		width : 100%;
	}
	.sdgsFlex p {
		width : 100%;
		padding-left : 0%;
		padding-top : 3vw;
	}
}
@media only screen and (max-width: 600px) {
	.underTitleWord br {
		display : none;
	}
}
@media only screen and (max-width: 480px) {
	.sdgsTitle {
		font-size : calc(3.8vw + 7px);
		margin-top : 4vw;
		letter-spacing: 0;
	}
	.smpLeft {
		text-align : left !important;
	}
	.sdgsItem h4 {
		padding-bottom : 8px;
	}
}

.imgback {
	background: url(../img/back.jpg) repeat top left;
	padding-top: 90px;
}
.contWrap {
	text-align: center;
	padding: 0 10px;
}
.contWrap .centerWord {
	margin: 50px 0 32px 0;
}
.contSlider {
	width: 100%;
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
	position : relative;
}
.contSlideInner {
	text-align: left;
	width: 100%;
	max-width: 790px;
}
.contSlideInner .image {
	font-size: 0;
	width : 100%;
	height : 60vw;
	max-height : 537px;
	position : relative;
}
.contSlideInner .image img {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 60vw;
	max-height : 537px;
	object-fit: cover;
}
.contSlideInner .image span {
	display : block;
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 60vw;
	max-height : 537px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.contSlideInner .comm {
	width: 100%;
	max-width: 790px;
	text-align: left;
	background-color: #ffffff;
	padding: 26px 36px 80px 36px;
	font-size: 0;
	box-sizing: border-box;
}
.contSlideInner .comm .check {
	font-size: 24px;
	line-height: 1.0;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 4px;
	margin-bottom: 20px;
	color: #000000;
	border-bottom: 6px solid #000000;
}
.contSlideInner .comm p {
	font-size: 16px;
	color: #000000;
}
.feed-prev-btn {
	background-image: url(../img/pref.png);
	transition: 0.4s;
	left : -40px;
	z-index : 99;
}
.feed-next-btn {
	background-image: url(../img/next.png);
	transition: 0.4s;
	right : -40px;
	z-index : 99;
}
.feed-prev-btn:hover {
	opacity : 0.7;
}
.feed-next-btn:hover {
	opacity : 0.7;
}
.feed-prev-btn .bx-prev {
	opacity: 0;
	display: block;
}
.feed-next-btn .bx-next {
	opacity: 0;
	display: block;
}
.navi-btn {
	width: 78px;
	height: 78px;
	position : absolute;
	top : 380px;
}
.navi-btn a {
	display : block;
	height : 100%;
}

.co_feed-prev-btn {
	background-image: url(../img/prev_b.png);
	transition: 0.4s;
	z-index : 99;
}
.co_feed-next-btn {
	background-image: url(../img/next_b.png);
	transition: 0.4s;
	z-index : 99;
}
.co_feed-prev-btn:hover {
	opacity : 0.7;
}
.co_feed-next-btn:hover {
	opacity : 0.7;
}
.co_feed-prev-btn .bx-prev {
	opacity: 0;
	display: block;
}
.co_feed-next-btn .bx-next {
	opacity: 0;
	display: block;
}
.co-btn {
	position : relative;
	display : inline-block;
	width: 50px;
	height: 50px;
}
.co-btn a {
	display : block;
	height : 100%;
}
.rc_feed-prev-btn {
	background-image: url(../img/prev_w.png);
	transition: 0.4s;
	z-index : 99;
}
.rc_feed-next-btn {
	background-image: url(../img/next_w.png);
	transition: 0.4s;
	z-index : 99;
}
.rc_feed-prev-btn:hover {
	opacity : 0.7;
}
.rc_feed-next-btn:hover {
	opacity : 0.7;
}
.rc_feed-prev-btn .bx-prev {
	opacity: 0;
	display: block;
}
.rc_feed-next-btn .bx-next {
	opacity: 0;
	display: block;
}
.co-btn {
	position : relative;
	display : inline-block;
	width: 50px;
	height: 50px;
}
.co-btn a {
	display : block;
	height : 100%;
}
.rc-btn {
	position : relative;
	display : inline-block;
	width: 50px;
	height: 50px;
}
.rc-btn a {
	display : block;
	height : 100%;
}

.centerComm  {
	font-size : 16px;
	color : #000000;
	text-align : center;
	font-weight : 400;
}
.formButton  {
	text-align : center;
}
.formButton a {
	text-align : center;
	display : inline-block;
	font-size : 32px;
	color : #ffffff;
	font-weight : 700;
	width : 80%;
	max-width : 625px;
	padding : 20px 0 24px 0;
	line-height : 1.6;
	background-color : #000000;
	transition: 0.4s;
}
.formButton a img {
	position : relative;
	top : 10px;
	left : -12px;
}
.formButton a:hover {
	opacity : 0.7;
}
@media only screen and (max-width: 1060px) {
	.imgback {
		padding-top: 9vw;
	}
	.contWrap .centerWord {
		margin: 5vw 0 3vw 0;
	}
	.centerComm  {
		font-size : calc(0.41vw + 10.7px);
	}
	.contSlideInner .comm {
		padding: 4vw 3vw 8vw 3vw;
	}
	.contSlideInner .comm .check {
		font-size : calc(0.81vw + 15.4px);
		margin-bottom: 2vw;
		border-bottom: calc(0.4vw + 3px) solid #000000;
	}
	.contSlideInner .comm p {
		font-size : calc(0.41vw + 11.7px);
	}
	.navi-btn {
		width: calc(5.09vw + 23.9px);
		height: calc(5.09vw + 23.9px);
		background-size : cover;
		top : 38vw;
	}
	.feed-prev-btn {
		left : calc(-2.55vw - 12px);
	}
	.feed-next-btn {
		right : calc(-2.55vw - 12px);
	}
	.formButton a {
		font-size : calc(2.16vw + 9.1px);
		width : 90%;
		padding : calc(2vw + 6px) 0 calc(2vw + 8px) 0;
	}
	.formButton a img {
		position : relative;
		top : 0.6vw;
		left : -12px;
		width : calc(1.8vw + 18px);
	}
}

@media only screen and (max-width: 640px) {
	.mgb02 {
		padding-bottom: calc(4vw + 8px);
	}
	.map iframe {
		height : 400px;
	}
}

.compWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	overflow : visible;
}
.compWrap_o {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	overflow : visible;
	background-color : #ffffff;
	padding : 70px;
	box-sizing: border-box;
}
.compMenu {
	width : 200px;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
.sticky a {
	display : block;
	background-color : #dcdcdc;
	color : #ffffff;
	padding : 0 16px;
	line-height : 2.4;
	font-size : 1rem;
	font-weight : 500;
	border-radius : 10px;
	position : relative;
	margin-bottom : 12px;
	transition: 0.3s;
}
.sticky a.active {
	background-color : #f5371f;
}
.sticky a::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: 0 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	transition: 0.3s;
}
.sticky a:hover {
	background-color : #b9b9b9;
}
.sticky a.active:hover {
	background-color : #f5371f;
}
.compMain {
	width : calc(100% - 250px);
}
.compImg img {
	width: 100%;
	max-width: 1152px;
	height: 50vw;
	max-height: 800px;
	object-fit: cover;
}
.compInner {
	background-color : #ffffff;
	padding : 80px 70px;
}
.compInner_o {
	background-color : #ffffff;
	padding-left : 20px;
}
.compTitle {
	font-size : 32px;
	color : #000000;
	font-weight : 700;
	padding-bottom : 16px;
}
.compTtlBorder {
	border-bottom : 3px solid #f5371f;
}
.ninteiBlock {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.ninteiLeft {
	width : 50%;
}
.ninteiRight {
	width : 40%;
}
.ninteiLeft p {
	font-size : 1.1rem;
	font-weight : 400;
	line-height : 2.0;
	margin-top : 10px;
	letter-spacing: 1px;
}
.workbtn {
	display: inline-block;
	width: 300px;
	text-align: center;
	padding:  0 0 0 0px;
	font-size: 1.1rem;
	font-weight : 500;
	line-height: 84px;
	color: #ffffff;
	background-color : #f5371f;
	transition: 0.4s;
	position: relative;
	text-decoration: none;
	border-radius : 42px;
	letter-spacing: 2px;
}
.previwWindow.smp .workbtn {
	font-size: 13px;
}
.previwWindow.smp .workbtn {
	width: 70%;
	max-width: 250px;
	padding:  0;
	line-height: 48px;
	border-radius : 24px;
}
.workbtn::after {
	content : "→";
	position : absolute;
	top : 0px;
	right : 32px;
	font-size : 1.6rem;
	font-weight : 700;
	color : #ffffff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transition: 0.3s;
}
.previwWindow.smp .workbtn::after {
	font-size : 20px;
	right : 12px;
}
.workbtn:hover {
	color: #f5371f;
	background-color : #ffffff;
}
.workbtn:hover::after {
	color : #f5371f;
}
.workbtn2 {
	display: block;
	width : 100%;
	max-width: 130px;
	text-align: center;
	font-size: 1rem;
	font-weight : 500;
	line-height: 50px;
	color: #ffffff;
	background-color : #f5371f;
	transition: 0.4s;
	position: relative;
	text-decoration: none;
	border-radius : 27px;
	border : 2px solid #f5371f;
}
.workbtn2:hover {
	color: #f5371f;
	background-color : #ffffff;
}
.workbtn2:hover::after {
	color : #f5371f;
}
.mailButton {
	text-align : center;
	border-top : 1px dotted #b9b9b9;
}
.entbtn {
	display: inline-block;
	width : 90%;
	max-width: 300px;
	text-align: center;
	font-size: 1rem;
	font-weight : 500;
	line-height: 54px;
	color: #ffffff;
	background-color : #f5371f;
	transition: 0.4s;
	position: relative;
	text-decoration: none;
	border-radius : 27px;
	letter-spacing: 2px;
}
.entbtn:hover {
	color: #f5371f;
	background-color : #d9d9d9;
}
@media only screen and (max-width: 1200px) {
	.compWrap_o {
		padding : 7vw 0vw 7vw 4vw;
	}
	.compTitle {
		font-size : calc(1.36vw + 15.7px);
		padding-bottom : calc(0.91vw + 5.1px);
	}
}

@media only screen and (max-width: 1000px) {
	.compMenu {
		width : 140px;
	}
	.compMain {
		width : calc(100% - 160px);
	}
	.compInner {
		padding : 6vw 5vw;
	}
	.compInner_o {
		padding : 6vw 5vw;
	}
	.ninteiRight img {
		width : 100%;
		max-width : 260px;
	}
}
@media only screen and (max-width: 800px) {
	.workbtn {
		width: 70%;
		max-width: 250px;
		padding:  0;
		line-height: 10vw;
		border-radius : 5vw
	}
	.workbtn::after {
		right : 3.2vw;
	}
}
@media only screen and (max-width: 640px) {
	h2.normalTitleLeft {
		font-size : calc(2vw + 10.1px);
	}
	.compMenu {
		width : 40px;
		position : relative;
		left : -5px;
	}
	.compMain {
		width : calc(100% - 30px);
	}
	.compImg img {
		height: 68vw;
	}
	.sticky a {
		padding : 6px 12px 6px 4px;
		line-height : 1.2;
		font-size : 12px;
		width : 20px;
		text-align : center;
	}
	.sticky a::after {
		content: "";
		position: absolute;
		top: 45%;
		right: 4px;
		width: 6px;
		height: 6px;
		margin: 0;
	}
}
@media only screen and (max-width: 480px) {
	.leftWord {
		font-size: 12px;
	}
	.compMain .word {
		font-size : 12px;
	}
	.ninteiBlock {
		display : block;
	}
	.ninteiLeft {
		width : 100%;
	}
	.ninteiRight {
		width : 100%;
		text-align : center;
		margin-top : 20px;
	}
	.ninteiRight img {
		width : 80%;
		max-width : 260px;
	}
	.ninteiLeft p {
		font-size : 1rem;
		line-height : 1.8;
		letter-spacing: 0px;
	}
	.workbtn {
		line-height: 14vw;
		border-radius : 7vw
	}
	.workbtn2 {
		font-size: 1rem;
		line-height: 36px;
		border-radius : 18px;
		letter-spacing: 0px;
	}
	.compWrap_o .sticky a span {
		display : none;
	}
}

.worksListWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.centerMark {
	text-align: center;
}
.centerMark .mark01 {
	width : 25vw;
	max-width : 144px;
}
.centerMark .mark02 {
	width : 22vw;
	max-width : 109px;
}
.centerMark .mark03 {
	width : 33vw;
	max-width : 222px;
}

.creListWrap {
	text-align : center;
}
.creListFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.creListItem {
	width : 29%;
	padding : 0 2%;
}
.creListTrans {
	width : 29%;
	padding : 0 2%;
	font-size : 0;
	height : 1px;
}
.creListItem h4 {
	color : #2e2d32;
	font-size : 0.9rem;
	font-weight : 400;
	margin-bottom : 8px;
}
.creListItem .image {
	width : 100%;
	border-radius : 20px;
}
.creListItem .image img {
	width : 100%;
	max-width : 500px;
	height : 24vw;
	max-height : 350px;
	object-fit: cover;
	border-radius : 20px;
}
@media only screen and (max-width: 800px) {
	.creListItem {
		width : 46%;
		padding : 0 2%;
	}
	.creListTrans {
		width : 46%;
		padding : 0 2%;
	}
	.creListItem .image img {
		height : 32vw;
	}
}
@media only screen and (max-width: 480px) {
	.creListItem {
		width : 46%;
		padding : 0 1%;
	}
	.creListTrans {
		width : 46%;
		padding : 0 1%;
	}
	.creListItem .image img {
		height : 32vw;
	}
}
.creListItem .name {
	border-left : 5px solid #2e2d32;
	padding-left : 12px;
	line-height : 1.1;
	margin : 12px 0;
}
.creListItem .name a {
	color : #2e2d32;
	font-size : 1.3rem;
	font-weight : 700;
}
.creListItem .comm {
	color : #2e2d32;
	font-size : 1rem;
	font-weight : 400;
}

/* 施工実績詳細 */

.detailWrap {
	width : 100%;
	max-width : 1204px;
}
.detailWrap h4 {
	font-size : 1.05rem;
	color : #2e2d33;
	font-weight : 500;
	padding-bottom : 10px;
	border-bottom : 5px solid #2e2d33;
}
.detailNames {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.detailNames .sns a {
	display : inline-block;
	margin-left : 30px;
}
.detailWrap .detailTitle {
	font-size : 40px;
	font-weight : 700;
	color : #2e2d33;
	position : relative;
}
.detailFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: flex-start;
}
.previwWindow.smp .detailFlex {
	display : block;
}
.photoWrap {
	width : 45%;
	max-width : 500px;
}
.photoWrap img {
	width : 100%;
	max-width : 500px;
	height : 24vw;
	max-height : 350px;
	object-fit: cover;
}
.profWrap {
	width : 53%;
	padding-left : 4%;
}
.profWrap h3 {
	font-size : 0px;
	border-bottom : 2px solid #2e2d33;
	position : relative;
	top : -40px;
}
.profWrap p {
	font-size : 1.05rem;
	color : #2e2d33;
	line-height : 1.8;
}
.profWrap h3 span {
	display : inline-block;
	position : relative;
	top : 30px;
	font-size : 42px;
	color : #2e2d33;
	font-style : italic;
	letter-spacing: 3px;
	font-weight : 700;
	background-color : #ffffff;
	padding-right : 12px;
}
.detailActual {
	border : 3px solid #929196;
	padding : 0 24px 24px 24px;
	margin-top : 50px;
}
.detailActual h3 {
	display : inline-block;
	position : relative;
	top : -21px;
	font-size : 24px;
	color : #2e2d33;
	letter-spacing: 1px;
	font-weight : 500;
	background-color : #ffffff;
	padding : 0 10px;
	position : relative;
	top : -22px;
}
.detailActual p {
	font-size : 1.05rem;
	color : #2e2d33;
	line-height : 2.0;
}
.blackTitle {
	display : inline-block;
	text-align : center;
	color : #2e2d33;
	font-size : 40px;
	font-weight :  700;
	letter-spacing: 3px;
	line-height : 1.2;
	padding-bottom : 24px;
	background : url(../img/line01.png) no-repeat bottom left;
}
.detailWrap .sizeWrap {
	background-color : #ececec;
	padding : 32px 45px 12px 45px;
	box-sizing: border-box;
}
.worksWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.worksItem {
	width : 48%;
}
.worksItem p {
	text-align : left;
	font-size : 1.1rem;
	color : #2e2d33;
	line-height : 2.0;
	font-weight : 500;
}
.worksItem img {
	width : 100%;
	max-width : 580px;
	height : 40vw;
	max-height : 410px;
	object-fit: cover;
}
.selectWrap {
	display : inline-block;
	border : 1px solid #2e2d33;
	border-radius : 28px;
	padding : 2px 18px;
}
.selectItem select {
	font-size : 1rem;
	color : #2e2d33;
	font-weight : 500;
	padding : 12px 0;
	border-style : none;
	background-color : #ffffff;
}
.selectItem select option {
	font-size : 1rem;
	color : #2e2d33;
	font-weight : 500;
}
.pageNav01 {
	list-style: none;
	margin-bottom: 2px;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
	text-align : center;
	width : 100%;
}
.pageNav01 span.active {
	display: block;
	width : 32px;
	padding: 4px 0;
	font-size: 16px;
	text-align : center;
	margin-right: 12px;
	color: #ffffff;
	background-color: #2e2d33;
	border: 1px solid #2e2d33;
	font-weight: bold;
	border-radius : 50%;
}
.pageNav01 span.between {
	color: #2e2d33;
	background-color: #ffffff;
	font-weight: 400;
	margin-right : 12px;
	padding-top : 6px;
}
.pageNav01 a {
	display: block;
	padding: 4px 0;
	font-size: 16px;
	text-align : center;
	margin-right: 12px;
	color: #2e2d33;
	background-color: #ffffff;
	text-decoration: none;
	transition: 0.3s;
}
.pageNav01 a.arrow {
	width : 32px;
	font-weight : 400;
}
.pageNav01 a.number {
	width : 32px;
	font-weight : bold;
}
.pageNav01 a:hover {
	color: #ffffff;
	background-color: #9c9c9c;
	border-radius : 50%;
}
.pageNav01 a.ya {
	background-color: #b2b3b3;
	border: 1px solid #b2b3b3;
}
.pageNav01 a.ya:hover {
	color: #b2b3b3;
	background-color: #ffffff;
	border-radius : 50%;
}
@media only screen and (max-width: 960px) {
	.profWrap h3 span {
		top : calc(2.34vw + 7.5px);
		font-size : calc(3.12vw + 12.0px);
		letter-spacing: 2px;
	}
	.detailNames .sns a {
		margin-top : 4px;
		margin-left : calc(1.5vw + 12.0px);;
	}
	.detailNames .sns img {
		height : calc(1.25vw + 16.0px);
	}
	.blackTitle {
		font-size : calc(2.81vw + 13.0px);
		padding-bottom : calc(2.81vw + 13.0px);
	}
}
@media only screen and (max-width: 640px) {
	.detailFlex {
		display : block;
	}
	.photoWrap {
		width : 100%;
		max-width : 500px;
		margin-left : auto;
		margin-right : auto;
	}
	.photoWrap img {
		height : 52vw;
	}
	.profWrap {
		width : 100%;
		padding-left : 0%;
		margin-top : 6vw;
	}
	.profWrap p {
		margin-bottom : 12px;
	}
	.detailActual {
		padding : 0 18px 18px 18px;
		margin-top : 40px;
	}
	.detailActual h3 {
		top : -18px;
		font-size : 20px;
	}
}
@media only screen and (max-width: 480px) {
	.worksWrap {
		display : block;
	}
	.worksItem {
		width : 100%;
		margin-bottom : 6vw;
	}
	.worksItem img {
		height : 62.5vw;
	}
}
@media only screen and (max-width: 360px) {
	.detailActual h3 {
		top : -16px;
		font-size : 18px;
	}
}


.bx-wrapper {
    background-color: transparent;
    margin: 0px auto 20px auto !important;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    width: 100%;
}
.detailMore {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	border-top : 1px solid #afafaf;
	border-bottom : 1px solid #afafaf;
	padding : 16px 0;
}
.detailMore div {
	width : 33.3%;
}
.detailMore a {
	font-size : 1rem;
	font-weight : 500;
	color : #797979;
	text-decoration: underline;
	transition: 0.3s;
}
.detailMore a:hover {
	color : #000000;
}
.detailMore a span {
	display : inline;
}
@media only screen and (max-width: 1080px) {
	.detailWrap .detailTitle {
		font-size : calc(2.37vw + 10.4px);
	}
	.detailWrap .detailTitle::after {
		height : calc(3.16vw + 21.9px);
	}
	.detailWrap .sizeWrap {
		padding : 4vw 4.5vw 1.2vw 4.5vw
	}
}
@media only screen and (max-width: 480px) {
	.detailWrap .sizeTable {
		display : block;
		margin-bottom : 16px;
	}
	.detailWrap .sizeTable dt {
		display : block;
		width : 100%;
		padding : 8px 10px 8px 24px;
		border-right : none;
		border-bottom : 1px solid #ececec;
	}
	.detailWrap .sizeTable dt::before {
		border-width: 16px 16px 0 0;
	}
	.detailWrap .sizeTable dd {
		display : block;
		width : 100%;
		padding : 8px 10px 8px 24px;
	}
	.detailMore a span {
		display : none;
	}
}

/*お問い合わせ*/

.contTab {
	border-bottom : 3px solid #f5371f;
}
.contTab ul {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.contTab ul li {
	width : 17.5%;
	margin : 0 5px;
}
.contTab ul li a {
	display : block;
	background-color : #ffffff;
	color : #8c8c8c;
	font-size : 1.4rem;
	font-weight : 700;
	padding : 16px 0;
	border-radius : 8px 8px 0 0;
	text-align : center;
	transition: 0.3s;
}
.contTab ul li a.active {
	background-color : #f5371f;
	color : #ffffff;
}
.contTab ul li a:hover {
	opacity : 0.7;
}
.contTab ul li a br {
	display : none;
}
.inpageTab {
	border-bottom : 3px solid #f5371f;
}
.inpageTab ul {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.inpageTab ul li {
	width : 22%;
	margin : 0 5px;
}
.inpageTab ul li a {
	display : block;
	background-color : #ffffff;
	color : #8c8c8c;
	font-size : 1.4rem;
	font-weight : 700;
	padding : 16px 0;
	border-radius : 8px 8px 0 0;
	text-align : center;
	transition: 0.3s;
}
.inpageTab ul li a.active {
	background-color : #f5371f;
	color : #ffffff;
}
.inpageTab ul li a:hover {
	opacity : 0.7;
}
.telItem {
	width : 96%;
	max-width : 800px;
	margin-left : auto;
	margin-right : auto;
	background-color : #ffffff;
	padding : 38px 0;
	box-sizing : border-box;
	text-align : center;
}
.telItem p {
	font-size : 20px;
	color : #000000;
	font-weight : 700;
}
.telItem h2 a {
	font-size : 70px;
	color : #000000;
	font-weight : 700;
	padding : 18px 0;
}
.telItem ul {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.telItem ul li {
	font-size : 1.1rem;
	color : #000000;
	font-weight : 400;
	margin : 0 12px;
}
@media only screen and (max-width: 1200px) {
	.contTab ul li a {
		font-size : calc(0.91vw + 7.1px);
		padding : 16px 0;
		border-radius : 8px 8px 0 0;
	}
	.telItem h2 a {
		font-size : calc(4.32vw + 18.2px);
		padding : calc(0.91vw + 7.1px) 0 0 0;
	}
}
@media only screen and (max-width: 800px) {
	.contTab ul li a {
		padding : 12px 0;
		border-radius : 6px 6px 0 0;
		line-height : 1.4;
	}
	.inpageTab ul li {
		width : 40%;
		margin : 0 3px;
	}
	.inpageTab ul li a {
		font-size : 1.3rem;
		padding : 12px 0;
	}
}
@media only screen and (max-width: 640px) {
	.contTab ul li {
		width : 18%;
		margin : 0 2px;
	}
	.contTab ul li a br {
		display : block;
	}
	.inpageTab ul li {
		width : 40%;
		margin : 0 3px;
	}
	.inpageTab ul li a {
		font-size : 1.2rem;
		padding : 10px 0;
	}
}
@media only screen and (max-width: 480px) {
	.inpageTab ul li {
		width : 43%;
		margin : 0 3px;
	}
	.inpageTab ul li a {
		font-size : 1rem;
		padding : 10px 0;
	}
}

.conOverWrap {
	position : relative;
	top : -100px;
	background-color : #ffffff;
	border-radius : 20px 20px 0 0;
	border-bottom : 2px solid #bfbfbf;
}
.padlr10 {
	padding : 0 10px;
	box-sizing: border-box;
}
.contactTop {
	margin : 70px 0 40px 0
}
.contactHead {
	position : relative;
	width : 100%;
	max-width : 1140px;
	margin : 0 auto;
}
.contactHead p {
	font-size : 24px;
	line-height : 1.8;
	color : #2e2d32;
	font-weight : 500;
	text-align : center;
}
.contactHead dl {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	width : 100%;
}
.contactHead dt {
	width : 35%;
	font-size : 24px;
	line-height : 1.8;
	color : #2e2d32;
	font-weight : 500;
	text-align : left;
	border-right : 1px solid #bfbfbf;
}
.contactHead dt span {
	display : block;
	font-size : 0.9rem;
	line-height : 1.8;
	color : #999999;
	font-weight : 700;
}
.contactTitle {
	font-size : 1rem;
	line-height : 2.4;
	color : #000000;
	font-weight : 400;
	text-align : left;
	border-bottom : 2px solid #000000;
}
.contactTitle span {
	display : block;
	font-size : 0.9rem;
	line-height : 1.8;
	color : #999999;
	font-weight : 700;
	letter-spacing: 0 !important;
}
.contactHead dd {
	width : 65%;
	font-size : 18px;
	line-height : 1.8;
	color : #2e2d32;
	font-weight : 500;
	text-align : right;
}
.contactHead dd em {
	font-style : normal;
	display : inline-block;
	vertical-align: middle;
}
.contactHead dd a {
	font-size : 54px;
	line-height : 1.4;
	color : #2e2d32;
	font-weight : 700;
	display : inline-block;
	vertical-align: middle;
	padding : 0 16px 0 8px;
}
.contactHead dd span {
	font-size : 1rem;
	line-height : 1.0;
	color : #ffffff;
	font-weight : 500;
	display : inline-block;
	vertical-align: middle;
	padding : 10px 24px;
	background-color : #2e2d32;
	border-radius : 28px;
	position : relative;
	top : 4px;
}
.contactTop h2 {
	font-size : 32px;
	line-height : 1.6;
	color : #211529;
	font-weight : 500;
	border-bottom : 2px solid #000000;
	margin-bottom : 28px;
}
.contactTop h3 {
	font-size : 24px;
	line-height : 1.6;
	color : #808080;
	font-weight : normal;
}
.contactTop p {
	font-size : 14px;
	line-height : 1.8;
	color : #808080;
	font-weight : normal;
}
.contactTop span {
	font-size : 20px;
}
@media only screen and (max-width: 1096px) {
	.conOverWrap {
		top : -10vw;
	}
	.contactHead dt {
		font-size : calc(1.56vw + 9.0px);
	}
	.contactHead dd a {
		font-size : calc(3.61vw + 12.4px);
	}
}
@media only screen and (max-width: 640px) {
	.contactHead dt {
		width : 40%;
	}
	.contactHead dd {
		width : 60%;
	}
	.contactTitle p {
		font-size : 0.95rem;
		line-height : 1.8;
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 540px) {
	.contactHead dl {
		display : block;
	}
	.contactHead dt {
		width : 100%;
		border-right : none;
		border-bottom : 1px solid #bfbfbf;
		padding-bottom : 12px;
	}
	.contactHead dd {
		width : 100%;
	}
}
@media only screen and (max-width: 500px) {
	.contactHead p br {
		display : none;
	}
}

.mgt-50 {
	margin-top : -50px !important;
}
.contactForm  {
	width : calc(100% - 20px);
	max-width : 1200px;
	padding : 0 10px;
	margin : 0 auto;
}
.contactForm dl {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	padding : 28px 0;
}
.contactForm dt {
	width : 230px;
	color : #000000;
	font-size : 1rem;
	font-weight : 500;
	position : relative;
	padding-top : 9px;
}
.contactForm dt em {
	display : block;
	color : #777777;
	font-size : 12px;
	font-style : normal;
}
.contactForm dd {
	width : calc(100% - 250px);
	color : #000000;
	font-size : 1rem;
	font-weight : 400;
}
.contactForm dd label {
	display : inline-block;
	color : #000000;
	font-size : 1rem;
	font-weight : 400;
	line-height : 1.0;
	border : 1px solid #aaaaaa;
	background-color : #ffffff;
	border-radius : 4px;
	padding : 10px 4px 12px 14px;
	width : 10em;
	margin : 0 6px 6px 0;
}
.contactForm dd label input {
	display : inline-block;
	margin-right : 6px;
	transform : scale(1.4);
}
.compBottom  {
	margin-bottom : 120px;
}
.contactForm dt p span  {
	position : absolute;
	top : 7px;
	right : 0px;
	display : inline-block;
	padding : 0;
	font-size : 12px;
	line-height : 1.0;
	font-weight : normal;
	color : #e80000;
}
.contactForm dd select {
	background: #ffffff;
	color : #000000;
	padding : 10px 16px;
	font-size : 1rem;
	min-width: 120px;
	border-style : none;
	border-radius : 6px;
}
.contactForm dd select:invalid { color: #999; }
.contactForm dd select option { color: black; }
.contactForm dd select option:first-child { color: #999; }
::placeholder {
	color: #888;
}
.pp-check  {
	text-align : center;
	padding : 24px 0 30px 0;
}
.pp-check label {
	display : inline-block;
	color : #000000;
	font-size : 1rem;
	font-weight : 400;
	line-height : 1.0;
	padding : 4px 12px 6px 12px;
	width : 20em;
}
.pp-check label span {
	display : block;
}
.pp-check label input {
    -ms-transform: scale(2);
    transform: scale(2);
    margin-right: 10px;
}
.pp-check p {
	padding-top : 10px;
}
.pp-check p a {
	color : #61c6f0;
	transition: 0.3s;
}
.pp-check p a:hover {
	color : #0000ff;
}
.submit-container  {
	text-align : center;
	width : 50vw;
	max-width : 392px;
	min-width : 240px;
	margin : 0 auto;
}
.submit-container input {
	display: inline-block;
	width: 300px;
	text-align: center;
	font-size: 1rem;
	font-weight : 500;
	line-height: 60px;
	letter-spacing: 2px;
	color: #ffffff;
	background-color : #000000;
	border : 2px solid #000000;
	transition: 0.4s;
	position: relative;
	text-decoration: none;
	border-radius : 32px;
}
.submit-container p {
	display: inline-block;
	width: 300px;
	position: relative;
}
.submit-container input:hover {
	color : #000000;
	background-color : #ffffff;
}
.privWrap  {
	margin-top : 20px;
	background-color : #ffffff;
	padding-bottom : 30px;
	font-size : 14px;
}
.privWrap h3 {
	text-align : center;
	padding-top : 20px;
	padding-bottom : 8px;
	border-bottom : 1px solid #757575;
	margin-bottom : 16px;
}
.privWrap h3 strong {
	display : inline-block;
	line-height : 1.1;
	font-size : 20px;
	color : #000000;
}
.privWrap h4 {
	margin : 16px; 0;
	color : #ec5300;
}
.privWrap p {
	margin : 16px; 0;
	color : #4b4b4b;
	font-size : 14px;
}
.privWrap dl {
	margin : 16px; 0;
	color : #4b4b4b;
}
.privWrap dt {
	display : inline-block;
	vertical-align : top;
	width : 24px;
	color : #000000;
	font-size : 14px;
}
.privWrap dd {
	display : inline-block;
	vertical-align : top;
	width : calc(100% - 30px);
	color : #4b4b4b;
	font-size : 14px;
}
.inputarea1  {
	border: 1px solid #ababab;
	color : #333333;
	padding : 6px;
	font-size : 16px;
}
.errorText  {
	font-size : 12px;
	color : #e00000;
	display : block !important;
}
.thanks  {
	width : 100%;
	max-width : 640px;
	margin : 0 auto;
}
.thanks h2  {
	font-size : 18px;
	line-height : 36px;
	text-align : center;
	color : #000000;
}
.thanks p  {
	width : 100%;
	max-width : 530px;
	margin : 10px auto;
	color : #000000;
}
.contactForm dd p {
	display : inline-block;
	vertical-align: middle;
	position : relative;
	margin-left : 12px;
	font-size : 14px;
	color : #ff0000;
	top : -4px;
}

@media only screen and (max-width: 640px) {
	.contactForm dl {
		display : block;
		border-bottom : 2px solid #dedede;
		padding : 28px 0;
	}
	.contactForm dt {
		width : 200px;
	}
	.contactForm dd {
		width : 100%;
		margin-top : 10px;
	}
	.contactForm  {
		width : 100%;
		box-sizing: border-box;
	}
	.contactTop {
		margin : 8vw 0 5vw 0
	}
	.contactTop h2 {
		font-size : calc(3.75vw + 8.0px);
		margin-bottom : 20px;
	}
	.contactTop h3 {
		font-size : calc(1.25vw + 16.0px);
	}
	.contactForm dt {
		padding: 0 0 calc(0.77vw + 7.6px); 0;
		letter-spacing: 1px;
	}
	.contactForm dd {
		padding: 0 0 calc(3.09vw + 14.1px) 0;
	}
	.pp-check  {
		text-align : center;
		padding : 5.4vw 0 3vw 0;
	}
	.pp-check label {
		padding : 0 4vw;
		letter-spacing: 0px;
		line-height : 2.2;
	}
	.submit-container input {
		width: 240px;
		font-size: 1.2rem;
		font-weight : 400;
		line-height: 54px;
		border-radius : 27px;
	}
	.submit-container  {
		width : auto;
	}
	.submit-container p::after {
		top : 12px;
		right : 42px;
	}
	.contactForm dd select {
		padding : 10px 10px;
		min-width: 60px;
	}
	.contactForm dd label {
		padding : 10px 4px 12px 12px;
		margin : 0 4px 4px 0;
	}
}

.formBtn  {
	margin-bottom : 80px;
}
.cboxIframe  {
	width : 100%;
	height : 100%;
}


/* 地域産品コンテスト申し込み */
.appTop {
	margin : 40px 0 70px 0
}
.appTop p {
	text-align : center;
	font-size : 16px;
	line-height : 1.8;
	color : #000000;
	font-weight : normal;
}
.appTitle {
	font-size : 24px;
	font-weight : 700;
	padding-bottom : 8px;
	border-bottom : 2px solid #000000;
	margin-bottom : 30px;
}
.appTop span {
	font-size : 20px;
}
.formFlex {

}
.formFlex .itemLeft {

}
.formFlex .itemRight {

}
.pdr50 {
	padding-right : 18px;
}
.pdr80 {
	padding-right :  100px;
}
.appForm  {
	width : calc(100% - 20px);
	max-width : 1000px;
	margin : 0px auto 80px auto;
	padding : 0 10px;
}
.appForm dl {
	width : 100%;
	font-size : 16px;
	color : #000000;
	margin-top : 30px;
}
.formFlex dl.cell3 {
	width : 29%;
	white-space: nowrap;
}
.appForm dt {
	text-align : left;
	position : relative;
	font-size : 14px;
	font-weight : 500 !important;
	color : #000000;
	font-weight : normal;
	letter-spacing: 1px;
}
.appForm dt em {
	font-size : 13px;
	color : #ff0100;
	font-style : normal;
}
.mgt80 {
	margin-top : 80px;
}
.appForm dt p {
	position : relative;
}
.appForm dt.check {
	padding : 10px 0 !important;
}
.appForm dd {
	width : 100%;
	padding : 16px 0 16px 0;
	color : #000000;
}
.appForm dd.check {
	padding : 10px !important;
	font-size : 18px;
	border : 1px solid #c1c1c1;
	border-radius : 6px;
	width: calc(100% - 20px);
}
.appForm dd div {
	margin : 6px 0;
}
.appForm dd div.round {
	display : inline-block;
	margin : 0 10px 0 0;
	margin-right : 10px;
	padding : 6px 12px;
	box-sizing: border-box;
	border : 1px solid #000000;
	border-radius : 6px;
	display : -webkit-flex;
	display : flex;
}
.argFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	align-items: center;
}
.argFlex2 {
	display : -webkit-flex;
	display : flex;
	align-items: center;
}
.appForm dd label {
	display : inline-block;
	vertical-align : top;
	color : #000000;
	padding : 4px 12px;
	border-radius : 4px;
}
.appForm dd label.type1 {
	width : 100px;
	margin-right : 10px;
	padding : 6px 12px;
	font-size : 14px;
	box-sizing: border-box;
	border : 1px solid #000000;
	border-radius : 6px;
}
.appForm dd label.type2 {
	width : 180px;
	margin-right : 10px;
	padding : 6px 12px;
	font-size : 14px;
	box-sizing: border-box;
	border : 1px solid #000000;
	border-radius : 6px;
}
.appForm dd label.type3 {
	width : 110px;
	margin-right : 0;
	padding : 4px 12px;
	font-size : 14px;
	box-sizing: border-box;
	display : -webkit-flex;
	display : flex;
}
.appForm dd label.type4 {
	width : 80px;
	margin-right : 10px;
	padding : 6px 12px;
	font-size : 14px;
	box-sizing: border-box;
	border : 1px solid #000000;
	border-radius : 6px;
}
.appForm dd label.type5 {
	width : 120px;
	margin-right : 0;
	padding : 4px 12px;
	font-size : 14px;
	box-sizing: border-box;
	display : -webkit-flex;
	display : flex;
}
.appForm dd.argFlex span {
	width : 110px;
	margin-right : 0;
	padding : 0 12px;
	font-size : 0px;
	box-sizing: border-box;
}
.appForm dd label input {
	display : inline-block;
	margin-right : 6px;
}
.app-field {
	background: #ffffff;
	color : #000000;
	padding : 10px 24px;
	font-size : 1rem;
	width: calc(100% - 50px);
	border-style : none;
	border-radius : 24px;
}
.app-herf {
	background: #ffffff;
	color : #000000;
	padding : 10px 12px;
	font-size : 1rem;
	width: 38%;
	max-width : 200px;
	border-style : none;
	border-radius : 6px;
	margin-right : 10px;
}
.app-long {
	background: #ffffff;
	color : #000000;
	padding : 10px 24px;
	font-size : 1rem;
	width: calc(100% - 50px);
	border-style : none;
	border-radius : 24px;
}
textarea.app-long {
	height : 348px;
}
.app-date {
	background: #ffffff;
	color : #000000;
	padding : 10px 12px;
	font-size : 1rem;
	width: 40%;
	max-width : 200px;
	border-style : none;
	border-radius : 6px;
	margin-right : 10px;
}
.app-syok {
	background: #ffffff;
	color : #000000;
	padding : 10px 12px;
	font-size : 1rem;
	width: 80%;
	max-width : 480px;
	border-style : none;
	border-radius : 6px;
	margin-right : 10px;
}
textarea.app-syok {
	height : 6em;
}
.app-zip {
	background: #ffffff;
	color : #000000;
	padding : 10px 12px;
	font-size : 1rem;
	width: 40%;
	max-width : 200px;
	border-style : none;
	border-radius : 6px;
	margin-right : 10px;
}
.appForm input[type=checkbox] {
	-moz-transform:		scale(1.2);
	-webkit-transform:	scale(1.2);
	transform:		scale(1.2);
}
.appForm input[type=radio] {
	-moz-transform:		scale(1.2);
	-webkit-transform:	scale(1.2);
	transform:		scale(1.2);
}
.uploadFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	align-items: center;
}
.uploadArea {
	width : 46%;
	padding : 6px 12px;
	box-sizing: border-box;
	border : 1px solid #000000;
	border-radius : 6px;
	margin : 0 0 24px 0 !important;
}
.uploadArea div img {
	max-width : 100%;
	max-height : 200px;
}
.shokurekiWrap div {
	margin-top : 24px;
}
.shokurekiWrap th {
	font-weight : 400;
	text-align : left;
	padding-right : 24px;
}
.shokurekiWrap td {
	padding : 5px 0;
}
.shokurekiButton  {
	width : 570px;
}
.shokurekiButton a {
	display : inline-block;
	border : 1px solid #aaaaaa;
	padding : 10px 12px;
	background-color : #ffffff;
	border-radius : 4px;
	color : #3f3f3f;
	font-size : 1rem;
	font-weight : 400;
}
.shokurekiButton a span {
	display : inline-block;
	border : 1px solid #aaaaaa;
	padding : 1px 5px 2px 5px;
	line-height : 1.0;
	border-radius : 4px;
	margin-right : 6px;
}
.week label {
	width : 4em !important;
}
.progress {
	margin-bottom : 80px;
}
.progress h3 {
	font-size : 1rem;
	color : #2e2d32;
	font-weight : 400;
	padding-bottom : 12px;
	border-bottom : 2px solid #2e2d32;
}
.progress .step {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.progress .step li {
	width : 29%;
	font-size : 1.1rem;
	color : #7f7f7f;
	font-weight : 500;
	background-color : #ffffff;
	text-align : center;
	padding : 22px 0 26px 0;
	position : relative;
}
.progress .step li.n_arrow::after {
	content : "";
	position : absolute;
	top : 30px;
	right : -50px;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	transform: rotate(45deg);
}
.progress .step li span {
	font-weight : 700;
	display : inline-block;
	margin-right : 16px;
}
.progress .step li.is-current {
	color : #ffffff;
	background-color : #f5371f;
}
span.hissu {
	display : inline-block;
	position : absolute;
	top : 6px;
	right : 0;
	color : #ffffff;
	font-size : 16px;
	font-weight : 500;
	background-color : #e70012;
	padding : 2px 24px 4px 24px;
	border-radius : 4px;
}

@media only screen and (max-width: 800px) {
	.formFlex.flex3 {
		flex-wrap : wrap;
	}
	.formFlex.flex4 {
		display : block;
	}
	.appForm dl {
		font-size : calc(0.83vw + 9.4px);
		margin-top : calc(2.5vw + 10.0px);
	}
	.formFlex dl.cell3 {
		width : 42%;
		padding-right : 2%;
		white-space: nowrap;
	}
	.mgt80 {
		margin-top : 8vw;
	}
	.appForm dt {
		font-size : calc(0.42vw + 10.7px);
	}
	.appForm dd {
		padding : calc(0.83vw + 9.4px) 0;
	}
	.appTop p {
		font-size : calc(0.83vw + 9.4px);
	}
	.appTitle {
		font-size : calc(1.25vw + 14.0px);
		margin-bottom : calc(2.5vw + 10.0px);
	}
	.app-zip {
		font-size : calc(1.25vw + 14.0px);
		width: 30%;
	}
	.appForm dd div.round {
		margin-right : 8px;
		padding : 6px 1.2vw;
	}
	.appForm dd label.type1 {
		width : 90px;
		margin-right : 8px;
		padding : 5px 8px;
		font-size : calc(0.42vw + 10.7px) !important;
	}
	.appForm dd label.type2 {
		width : 130px;
		margin-right : 8px;
		padding : 5px 8px;
		font-size : calc(0.42vw + 10.7px) !important;
	}
	.appForm dd label.type3 {
		width : 80px;
		margin-right : 6px;
		padding : 3px 0px;
		font-size : calc(0.42vw + 10.7px) !important;
	}
	.appForm dd label.type4 {
		width : 70px;
		margin-right : 8px;
		padding : 5px 8px;
		font-size : calc(0.42vw + 10.7px) !important;
	}
	.appForm dd label.type5 {
		width : 100px;
		margin : 0 !important;
		padding : 3px 8px;
		font-size : calc(0.42vw + 10.7px) !important;
	}
	.app-harf2 {
		padding : 8px;
		font-size : calc(0.83vw + 9.4px);
		width: calc(44% - 16px);
	}
	.appForm dd.argFlex span {
		width : 80px;
		margin : 0 10px;
	}
	.app-date {
		font-size : calc(0.83vw + 9.4px);
		width: 12vw;
	}
	.progress {
		margin-bottom : 8vw;
	}
	.progress .step li {
		font-size : calc(0.83vw + 9.4px);
		padding : 20px 0 24px 0;
	}
	.progress .step li span {
		display : block;
	}
	span.hissu {
		font-size : 1rem;
		padding : 2px calc(2.08vw + 7.4px) 4px calc(2.08vw + 7.4px);
		top : 0;
	}
}
@media only screen and (max-width: 640px) {
	.formFlex {
		display : block;
	}
	.formFlex .itemLeft {
		margin-right : 0%;
		width : 100%;
	}
	.formFlex .itemRight {
		margin-left : 0%;
		width : 100%;
	}
	.progress .step li.n_arrow::after {
		top : 34px;
		right: calc(-4vw - 10px);
	}
	.shokurekiWrap th {
		padding-right : 16px;
		white-space: nowrap;
	}
	.shokurekiButton  {
		width : 100%;
	}
}
@media only screen and (max-width: 340px) {
	.appForm dd label.type3 {
		width : 70px;
	}
	.appForm dd.argFlex span {
		width : 70px;
	}
}

/* フッター包括---------------------------*/

footer {
	position: relative;
	z-index: 3;
	background-color: #000000;
	padding-bottom : 30px;
}
.inMenuBlock {
	width : 100%;
	max-width : 1200px;
	margin : 0 auto;
	border : 1px solid #ffffff;
	padding : 60px 0;
}
.overFooter {
	width : 100%;
	background : url(../img/back.jpg) no-repeat 0 0;
	padding : 100px 0;
}
.inMenuBlock h2 {
	text-align : center;
	font-size : 26px;
	color : #ffffff;
	font-weight : 700;
	letter-spacing: 3px;
}
.inMenuBlock h3 {
	display : inline-block;
	font-size : 16px;
	color : #ffffff;
	font-weight : 500;
	line-height : 1.8;
	border-bottom : 4px solid #ffffff;
}
.inMenuBlock h4 {
	display : block;
	text-align : center;
	font-size : 1.1rem;
	color : #ffffff;
	font-weight : 400;
	letter-spacing: 2px;
}

.footlogo img {
	width : 40%;
	max-width : 380px;
}
.mailbtn {
	display: inline-block;
	width: 250px;
	text-align: left;
	padding:  0 0 0 32px;
	margin-top : 20px;
	font-size: 1rem;
	font-weight : 400;
	line-height: 52px;
	color: #ffffff;
	background: #2e2d32 url(../img/arrow2.png) no-repeat right 32px center;
	transition: 0.4s;
	position: relative;
	text-decoration: none;
	border-radius : 26px;
}
@media only screen and (max-width: 1200px) {
	.inMenuBlock h3 {
		font-size : calc(2vw + 2.0px);
	}
	.inMenuBlock .tel {
		font-size : calc(5.09vw - 13.9px);
	}
	.inMenuBlock .tel span {
		font-size : calc(1.25vw + 3.0px);
	}
	.inMenuBlock h2 {
		font-size : calc(5.09vw - 13.9px);
	}
	.mailbtn {
		width: 25vw;
		padding:  0 0 0 2vw;
		margin-top : 2vw;
		font-size: 1rem;
		line-height: 5.2vw;
		background: #2e2d32 url(../img/arrow2.png) no-repeat right 1vw center;
		border-radius : 2.6vw;
	}
	.overFooter {
		padding : 10vw 5px;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 640px) {
	.overFooter {
		background-size : cover;
	}
	.inMenuBlock {
		flex-wrap : wrap;
		align-items: flex-start;
		height : auto;
		padding : 7vw 0;
	}
	.overFooter .inMenuBlock dt {
		width : 50%;
		border-right : 1px solid #2e2d33;
	}
	.overFooter .inMenuBlock dt.titles {
		width : 100%;
		border-right : none;
		border-bottom : 1px solid #2e2d33;
	}
	.overFooter .inMenuBlock dd {
		width : calc(50% - 1px);
	}
	.inMenuBlock h2 {
		font-size : calc(1.25vw + 12.0px);
	}
	.inMenuBlock h3 {
		font-size : calc(1.25vw + 12.0px);
	}
	.inMenuBlock .tel {
		font-size : calc(1.25vw + 12.0px);
	}
	.inMenuBlock dt div.t_left {
		top : -2vw;
	}
	.inMenuBlock dd div.t_left {
		top : -2vw;
	}
	.mailbtn {
		width: 40vw;
		line-height : 48px;
		border-radius : 2.6vw;
	}
}
@media only screen and (max-width: 480px) {
	.inMenuBlock h2 {
		font-size : calc(1.25vw + 9.0px);
		letter-spacing: 0;
	}
	.inMenuBlock h3 {
		font-size : calc(3vw + 4.0px);
		letter-spacing: 0;
	}
	.inMenuBlock h4 {
		font-size : 1rem;
		letter-spacing: 0;
	}
	.inMenuBlock .tel {
		font-size : calc(2vw + 10.0px);
	}
	.mailbtn {
		width: 44vw;
		line-height : 36px;
		border-radius : 4.6vw;
		background-image : none;
	}
}
.footButtons {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.footbtn {
	display: inline-block;
	width : 90%;
	max-width: 200px;
	text-align: center;
	font-size: 1rem;
	font-weight : 500;
	line-height: 48px;
	color: #ffffff;
	background-color : #f5371f;
	transition: 0.4s;
	position: relative;
	text-decoration: none;
	border-radius : 24px;
	letter-spacing: 2px;
	margin : 0 10px;
}
_back:hover {
	color: #f5371f;
	background-color : #ffffff;
}

.mgt0 {
	margin-top: 0 !important;
	padding: 0 !important;
}
.footTels {
	
}
.footTels .tel {
	font-size : 32px;
	color : #ffffff;
	font-weight : 700;
}
.footTels .tel a {
	font-size : 32px;
	color : #ffffff;
	font-weight : 700;
}
@media only screen and (max-width: 1200px) {
	.footTels .tel {
		font-size : 2rem;
	}
	.footTels .tel a {
		font-size : 2rem;
	}
}
.footTels .addr {
	font-size : 1rem;
	color : #000000;
	font-weight : 400;
}
.footSns {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.footSns a {
	display : inline-block;
	margin : 0 12px;
}
.copyright {
	text-align: center;
	font-size: 12px;
	color: #a1a1a1;
	padding-bottom : 30px;
}
.wrapContact {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
	width : 279px;
	height : 69px;
	font-size : 0;
	line-height : 0;
	z-index : 999;
}
.wrapContact {
	cursor: pointer;
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 279px;
	height: 69px;
	font-size: 0;
	line-height: 0;
	z-index: 999;
}
.footIns {
	position : relative;
	top : -4px;
}
@media only screen and (max-width: 1060px) {
	.footMenu a {
		font-size: 13px;
		padding: 0 14px;
	}
}

/* 管理画面フッター */
#admin_contener {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.admin_footer {
	margin-top: auto;
	background-color: #474747;
	position: relative;
}

.admin_footer .footerCopy {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
	padding: 32px 0;
}

.admin_footer .safety {
	position: absolute;
	top: 4px;
	left: 4px;
}

.wrapPageTopPc  {
    position: fixed;
    bottom : 60px;
    right: 6px;
    z-index: 99;
	text-align : center;
    width : 68px;
	cursor : pointer;
}
.wrapPageTopPc p {
    display : inline-block;
	transition: 0.3s;
}
.wrapPageTopPc p:hover {
	opacity : 0.7;
}

.bshadow {
	box-shadow: rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-webkit-box-shadow: rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-moz-box-shadow: rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
}

.cshadow {
	border: 3px solid #ffffff;
	box-shadow: rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-webkit-box-shadow: rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-moz-box-shadow: rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
}

.servWrap00 {
	width: 1200px;
	margin: 0 auto;
}

.servWrap01 {
	width: 1080px;
	margin: 0 auto;
}
