@charset "utf-8";


@media screen and (max-width: 767px) {
/*　画面サイズ 499pxまで適用　*/

body {
	padding-bottom: 50px;
}

.header {
	display: none;
}
.header-tab {
	display: none;
}

.pc-footer {
	display: none;
}

.header-sp {
	/* [disabled]background-color: #ffffff; */
	background: linear-gradient(120deg, #304352, #d7d2cc);
	background: -moz-linear-gradient(120deg, #304352, #d7d2cc);
	background: -webkit-linear-gradient(120deg, #304352, #d7d2cc);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	box-shadow: 0px 2px 8px 0px #FFFFFF;
	height: 81px
}
.header-sp .header-l {
	background-color: #464646;
	float: left;
	height: 100%;
	width: 93px;
	overflow: visible;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
.header-sp .f-container { 
  display: flex;
  justify-content:
  space-around; 
}
.header-sp .header-c {
	float: left;
	height: 100%;
	width: auto;
	overflow: visible;
}
.header-sp .header-r {
	float: right;
	height: 100%;
	width: auto;
	overflow: visible;
}
.header-sp .header-l img {
	margin-top: 10px;
	margin-left: 10px;
}
.header-sp .header-c img {
	margin-top: 13px;
	margin-left: 10px;
	margin-right: 10px;
}
.header-sp .header-r img {
	margin-top: 27px;
	margin-right: 10px;
	box-shadow: 0px 0px 8px 0px #333333;
}
.content {
	box-sizing: border-box;
    overflow-wrap: normal;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #333333;
	text-align: center;
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.info {
	margin-bottom: 30px;
}
.adress {
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	margin-bottom: 0px;
}
.copy {
	width: 100%;
	font-size: 0.7em;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	margin-top: 3px;
}


.sp-footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #464646;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sp-footer .f-container { 
  display: flex; 
  justify-content: space-around;
}
}

 @media screen and (min-width: 768px) and (max-width: 959px) {

/*　画面サイズ 500pxから999pxまで適用　*/

.header {
	display: none;
}
.header-sp {
	display: none;
}

.pc-footer {
	display: none;
}

.header-tab {
	/* [disabled]background-color: #ffffff; */
	background: linear-gradient(120deg, #304352, #d7d2cc);
	background: -moz-linear-gradient(120deg, #304352, #d7d2cc);
	background: -webkit-linear-gradient(120deg, #304352, #d7d2cc);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	box-shadow: 0px 2px 8px 0px #FFFFFF;
	height: 104px
}
.header-tab .header-l {
	background-color: #464646;
	float: left;
	height: 100%;
	width: 126px;
	overflow: visible;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
.header-tab .f-container { 
  display: flex;
  justify-content:
  space-around; 
}
.header-tab .header-c {
	float: left;
	height: 100%;
	width: auto;
	overflow: visible;
}
.header-tab .header-r {
	float: right;
	height: 100%;
	width: auto;
	overflow: visible;
}
.header-tab .header-l img {
	margin-top:10px;
	margin-left: 11px;
}
.header-tab .header-c img {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.header-tab .header-r img {
	margin-top: 15px;
	margin-right: 20px;
}
.content {
	box-sizing: border-box;
	overflow-wrap: normal;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #333333;
	text-align: center;
	max-width: 959px;
	margin-left: auto;
	margin-right: auto;
	margin-left: 10px;
	margin-right: 10px;
}
.info {
	margin-bottom: 85px;
}
.adress {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	margin-bottom: 0px;
}
.copy {
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	margin-top: 3px;
}

.sp-footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #464646;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sp-footer .f-container { 
  display: flex; 
  justify-content: space-around;
}
.
}
 @media screen and (min-width:960px) {
/*　画面サイズ 1000px以上から適用　*/
.header-tab {
	display: none;
}
.header-sp {
	display: none;
}

.sp-footer {
	display: none;
}

.header {
	/* [disabled]background-color: #ffffff; */
	background: linear-gradient(120deg, #304352, #d7d2cc);
	background: -moz-linear-gradient(120deg, #304352, #d7d2cc);
	background: -webkit-linear-gradient(120deg, #304352, #d7d2cc);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	box-shadow: 0px 2px 8px 0px #FFFFFF;
	height: 160px
}
.header .header-l {
	background-color: #464646;
	float: left;
	height: 100%;
	width: 200px;
	overflow: visible;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
.header .f-container { 
  display: flex;
  justify-content:
  space-around; 
}
.header .header-c {
	float: left;
	height: 100%;
	width: auto;
	overflow: visible;
}
.header .header-r {
	float: right;
	height: 100%;
	width: auto;
	overflow: visible;
}
.header .header-l img {
	margin-top: 19px;
	margin-left: 20px;
}
.header .header-c img {
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
}
.header .header-r img {
	margin-top: 25px;
	margin-right:36px;
}
.content {
	overflow-wrap: normal;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #333333;
	text-align: center;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.pc-footer {
	width: 960px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.pc-footer .f-container {
	display: flex;
    justify-content:
    space-around;
}
.info {
	margin-top: 50px;
	margin-bottom: 80px;
}
.adress {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	margin-bottom: 0px;
}
.copy {
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	margin-top: 3px;
}
}

