@charset "utf-8";


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

body {
	padding-bottom: 50px;
}

.header {
	display: none;
}
.header-tab {
	display: none;
}
.title-tab {
	display: none;
}
.title-pc {
	display: none;
}
.category-tab {
	display: none;
}
.category-pc {
	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;
}
.swiper-button-prev,
.swiper-button-next {
  height: 35px;
  width: 35px;
}
.title-sp {
	box-sizing: border-box;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	max-width: 767px;
}
.title-sp h3 {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #333333;
	margin-bottom: 5px;
}
.title-sp p {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #333333;
	margin-top: 0px;
}
.category-sp {
	box-sizing: border-box;
	/* [disabled]height: auto; */
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.category-sp .catego-sp-inside {
	box-sizing: border-box;
	height: 100px;
	width: 100%;
	border: 1px solid  #CCCCCC;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	/* [disabled]background-color: #485764; */
	background: linear-gradient(120deg, #304352, #9FA2A3);
	background: -moz-linear-gradient(120deg, #304352, #9FA2A3);
	background: -webkit-linear-gradient(120deg, #304352, #9FA2A3);
}
.category-sp .catego-sp-inside .catego-in-l {
	/* [disabled]float: left; */
	/* [disabled]overflow: visible; */
}
.category-sp .catego-sp-inside .catego-in-l img {
	height: 100%;
	width: auto;
}
.category-sp .catego-sp-inside .catego-in-r {
	/* [disabled]float: left; */
	/* [disabled]overflow: visible; */
}
.category-sp .catego-sp-inside .catego-sp-in-r h3 {
	padding-left: 10px;
	text-shadow: 1px 1px 0px #333333;
	margin-top: 5px;
	margin-bottom: 0px;
}
.category-sp .catego-sp-inside .catego-sp-in-r h3 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.category-sp .catego-sp-inside .catego-sp-in-r p {
	color: #FFFFFF;
	font-size: 0.9em;
	padding-left: 10px;
	text-shadow: 1px 1px 0px #333333;
	margin-top: 5px;
}
.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;
}
.title-sp {
	display: none;
}
.title-pc {
	display: none;
}
.category-sp {
	display: none;
}
.category-pc {
	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;
}
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
.title-tab {
	box-sizing: border-box;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	max-width: 959px;
}
.title-tab h3 {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #333333;
	margin-bottom: 5px;
}
.title-tab p {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #333333;
	margin-top: 0px;
}
.category-tab {
	box-sizing: border-box;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.category-tab .catego-tab-inside {
	box-sizing: border-box;
	height: 160px;
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	display: flex;
    justify-content: flex-start;
	background: linear-gradient(120deg, #304352, #9FA2A3);
	background: -moz-linear-gradient(120deg, #304352, #9FA2A3);
	background: -webkit-linear-gradient(120deg, #304352, #9FA2A3);
}
.category-tab .catego-tab-inside .catego-in-l {
	flex-grow: 0;
	/* [disabled]float: left; */
	/* [disabled]overflow: visible; */
}
.category-tab .catego-tab-inside .catego-in-l img {
	height: 100%;
	width: auto;
}
.category-tab .catego-tab-inside .catego-in-r {
	flex-grow: 1;
	/* [disabled]float: left; */
	/* [disabled]overflow: visible; */
}
.category-tab .catego-tab-inside .catego-tab-in-r h3 {
	padding-left: 10px;
	text-shadow: 1px 1px 0px #333333;
	margin-top: 5px;
	margin-bottom: 0px;
}
.category-tab .catego-tab-inside .catego-tab-in-r h3 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.category-tab .catego-tab-inside .catego-tab-in-r p {
	color: #FFFFFF;
	padding-left: 10px;
	text-shadow: 1px 1px 0px #333333;
	margin-top: 5px;
}
.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;
}
.title-sp {
	display: none;
}
.title-tab {
	display: none;
}
.category-sp {
	display: none;
}
.category-tab {
	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;
}
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
.title-pc {
	box-sizing: border-box;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	width: 960px;
}
.title-pc h3 {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #333333;
	margin-bottom: 5px;
}
.title-pc p {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #333333;
	margin-top: 0px;
}
.category-pc {
	/* [disabled]background-color: #CCCCCC; */
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
    flex-wrap: wrap;
}
.category-pc .catego-pc-inside {
	box-sizing: border-box;
	width: 300px;
	height: 210px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background: linear-gradient(120deg, #304352, #d7d2cc);
	background: -moz-linear-gradient(120deg, #304352, #d7d2cc);
	background: -webkit-linear-gradient(120deg, #304352, #d7d2cc);
	box-shadow: 0px 0px 8px #333333;
	border: 1px solid #CCCCCC;
}
.category-pc .catego-pc-inside h3 {
	text-decoration: underline;
	color: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 0px #333333;
}
.category-pc .catego-pc-inside h3 a {
	color: #FFFFFF;
}
.category-pc .catego-pc-inside p {
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	text-shadow: 1px 1px 0px #333333;
}
.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;
}
}

