@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');

/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
  -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/

@media all and (min-width: 769px){

/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
}

a:link {
	color: #0B96CE;
}

a:visited {
	color: #0B96CE;
}

a:hover, a:active {
	color: #0B96CE;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	border-bottom: 1px solid #EFEFEF;
}

.headerLead {
	background-color: #f9f9f9;
	color: #666;
	font-size: 12px;
	border-bottom: 1px solid #EFEFEF;
}

.headerLead p {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1140px;
	line-height: 34px;
}

.headerCont {
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px 15px;
	display: flex;
	justify-content: space-between;
}

.headerCont .logo {
	width: 50%;
}

.headerCont .logo img {
	max-height: 50px;
}

.headerCont .hSns {
	width: 50%;
}

.headerCont .hSns ul {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
}

.headerCont .hSns ul li {
	margin: 0;
	padding: 0 0 0 30px;
}

.headerCont .hSns ul li a.htwitter img {
	width: 40px;
}

.headerCont .hSns ul li a.hinstagram img {
	width: 40px;
}

.headerCont .hSns ul li a.hfacebook img {
	width: 40px;
}

.headerCont .hSns ul li a.hruntana img {
	width: 40px;
}

.menubt {
	display: none;
}

nav {
	display: none;
}

/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	border-top: 3px solid #0f57ff;
	background-color: #f9f9f9;
}

#footer footer {
	margin: 0 auto;
	padding: 30px;
	max-width: 1140px;
}

#footer footer ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	display: flex;
}

#footer footer ul li {
	margin: 0;
	padding: 0 24px 0 4px;
	position: relative;
}

#footer footer ul li::after {
	content: "｜";
	position: absolute;
	top: center;
	right: 0;
}

#footer footer ul li:last-child::after {
	content: "";
}

#footer footer ul li a {
	text-decoration: none;
	color: #000;
}

#footer footer ul li a:hover {
	text-decoration: underline;
}

#footer footer p.copy {
	text-align: center;
}

#footer footer .fSns {
	display: none;
}


}



@media all and (max-width: 768px){


/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	font-weight: 400;
}

a:link {
	color: #0B96CE;
}

a:visited {
	color: #0B96CE;
}

a:hover, a:active {
	color: #0B96CE;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft, .alignright, .aligncenter {
	display: block;
	margin: 0 auto;
}

.pc {
	display: none;
}

.sp {
	display: block;
}


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	border-bottom: 1px solid #EFEFEF;
}

.headerLead {
	background-color: #f9f9f9;
	color: #666;
	font-size: 12px;
	border-bottom: 1px solid #EFEFEF;
}

.headerLead p {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1140px;
	line-height: 34px;
}

.headerCont {
	width: 100%;
	margin: 0;
	padding: 20px 15px;
	display: block;
	position: relative;
	height: 90px;
}

.headerCont .logo {
	position: absolute;
	top: 20px;
	left: 15px;
}

.headerCont .logo img {
	max-height: 50px;
}

.headerCont .hSns {
	display: none;
}

.menubt {
	display: block;
	margin: 8px 0 0;
 z-index: 3;
 width: 46px;
 height: 46px;
 display: block;
 right: 10px;
 top: 48px;
 position: absolute;
	background-color: #E41395;
	cursor: pointer;
}
  
.menubt span {
 width: 36px;
 height: 3px;
 display: block;
 background: #fff;
 border-radius: 0;
 position: absolute;
 right: 5px;
 top: 14px;
 transition: all 0.4s;
 transform: rotate(0deg);
}
  
.menubt .top {
 -webkit-transform: translateY(-250%);
 -ms-transform: translateY(-250%);
 transform: translateY(-250%);
}
  
.menubt .bottom {
 -webkit-transform: translateY(250%);
 -ms-transform: translateY(250%);
 transform: translateY(250%);
}
  
.menubt .menuclick1 {
 transform: rotate(-215deg);
}
  
.menubt .menuclick2 {
 background-color: rgba(255,255,255,0);
}
  
.menubt .menuclick3 {
 transform: rotate(215deg);
}

.menubt .text-menu {
 color: #fff;
 padding-top: 27px;
 text-align: center;
 font-size: 10px;
}

nav {
	display: none;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav ul li {
	margin: 0;
	padding: 0;
}

nav ul li a {
	display: block;
	padding: 10px 20px 10px 20px;
	color: #FFF !important;
	text-decoration: none;
	background: url(../image/arrow-01.png) #E41395 no-repeat 96% center;
	background-size: 16px;
	border-bottom: 1px solid #FFF;
}

/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	border-top: 3px solid #0f57ff;
	background-color: #f9f9f9;
}

#footer footer {
	width: 100%;
	margin: 0;
	padding: 30px;
}

#footer footer ul.nav {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

#footer footer ul.nav li {
	width: 50%;
	margin: -1px 0 0;
	padding: 0;
}

#footer footer ul.nav li a {
	display: block;
	padding: 6px;
	text-decoration: none;
	color: #000;
	border: 1px solid #CCC;
	background-color: #FFF;
}

#footer footer ul.nav li:nth-of-type(2n) a {
	border-left: none;
}

#footer footer ul.nav li a:hover {
	text-decoration: underline;
}

#footer footer p.copy {
	text-align: center;
}

#footer footer .fSns {
	display: block;
}

#footer footer .fSns ul {
	margin: 8px 0 20px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

#footer footer .fSns ul li {
	margin: 0;
	padding: 0 20px;
}

#footer footer .fSns ul li a.htwitter img {
	width: 40px;
}

#footer footer .fSns ul li a.hinstagram img {
	width: 40px;
}

#footer footer .fSns ul li a.hfacebook img {
	width: 40px;
}

#footer footer .fSns ul li a.hruntana img {
	width: 40px;
}


}





