@charset "utf-8";

img {
	-webkit-backface-visibility: hidden;
}
main {
    display: block;
}
.fax a{
	pointer-events: none;
    text-decoration: none;
}
.wpcf7-list-item {
	display: inline-block;
	white-space: nowrap;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: 0.5s;
}
header .inner {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
header .insta img {
	width: 70px;
}
header #gnavbtn {
	display: none;
}
.sp {
	display: none;
}
a img {
  transition: 0.5s;
}
a img:hover {
  opacity: 0.6;
}




header.sc {
	background-color: #0A1335;
	transition: background-color 0.3s ease;
}
#fnav {
	background-color: #0A1335;
	position: fixed;
	z-index: 999;
	top: 55px;
	right: 0px;
	left: 0px;
/*	display: none;*/
}
#fnav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#fnav ul li {
	width: 170px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #CCA7FF;
	margin-bottom: 20px;
}
#fnav ul li img {
	width: 100%;
	height: auto;
}
#detail nav ul li:nth-of-type(6)
{
	border-right: 1px solid #CCA7FF;
}





#pagetop {
	text-align: right;
	margin-right: 50px;
	margin-top: -70px;
}
#pagetop img {
	width: 70px;
}





footer {
	height: 100px;
	line-height: 100px;
	background-color: #DAC4FD;
	color: #0A1335;
}
footer small {
	font-size: 28px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.pc {
	display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
header {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 99999;
	transition: background-color 0.3s ease;
}
header .inner {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	justify-content: flex-end;
	padding-top: 3vw;
	margin-right: 3vw;
}
header .inner .insta {
	width: 8.97435897436vw;
	margin-right: 5vw;
	padding-top: 0.3vw;
}
header .inner #gnavbtn {
	width: 10.5128205128vw;
}
header.sc {
	background-color: #0A1335;
	transition: background-color 0.3s ease;
	padding-bottom: 1vw;
}
#gnav {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100vh;
	background-color: #C2A6FF;
}
#gnav .inner {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	justify-content: flex-end;
	padding-top: 3vw;
	margin-right: 3vw;
}
#gnav .insta {
	width: 8.97435897436vw;
	margin-right: 5vw;
	padding-top: 0.3vw;
}
#gnav #close {
	width: 7.82051282051vw;
	padding-top: 1vw;
}
#gnav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 68%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5vw;
}
#gnav ul li {
	width: 45%;
	margin-bottom: 10vw;
}
#fnav {
	background-color: #0A1335;
	position: fixed;
	z-index: 999;
	top: 12vw;
	right: 0px;
	left: 0px;
	display: none;
}
#fnav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#fnav ul li {
	width: 28%;
	padding-left: 2vw;
	padding-right: 2vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
	border-left: 1px solid #CCA7FF;
	margin-bottom: 3vw;
}




#pagetop {
	text-align: right;
	margin-right: 5vw;
	margin-top: -7vw;
}
#pagetop img {
	width: 8.97435897436vw;
}





footer {
	height: 12.8205128205vw;
	line-height: 12.8205128205vw;
	background-color: #DAC4FD;
	color: #0A1335;
}
footer small {
	font-size: 3.58974358974vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
.sp.tab {
	display: none;
}
}
