@charset "EUC-JP";
#header_0903578 {
	margin: 0 auto 10px;
  box-sizing: border-box;
}

#header_v2 {
  margin:0;
  font-size: inherit !important;
}

#header_v2 ul {
  margin: 0 auto;
}

#header_v2 .menu-item,li.menu-item {
  padding: 1em;
}

#header_v2 .new .side {
  font-size: 12px;
}

#header_v2 .inner{width:100%}

#header_v2 div:after,
div:after {
	content: "";
}

#header_0903578 div:after {
  content: none;
}

#header_0903578 .header_container{
  width: 100%;
  background-color: #e3007f;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif, Þâ¥´¥·¥Ã¥¯ÂÎ, "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", Arial, ¥á¥¤¥ê¥ª, Meiryo, sans-serif;
}
#header_0903578 .site-branding{
  max-width: 1024px;
  box-sizing: border-box;
  background-color: #e3007f;
  padding: 8px 16px 2px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.onlypc{
  display: flex;
}
.hsnsbox{
  display: flex;
  align-items: center;
}
.headtel{
  padding: 5px 20px;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 1em 0 0;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.telsub{
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.snsline img {
  width: auto;
  height: 50px;
}
.sns img {
  width: 100%;
  max-width: 50px;
  margin-left: 16px;
  align-self: center;
}
/* global nav */
.header_nav{
  width: 100%;
  height: 70px;
}
#global-nav {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #f2f2f2;
  transform: none;
  overflow-y: visible;
  color: #000000;
  font-weight: normal;
}
#global-nav__menu {
  height: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.menu-item{
  width: 100px;
  padding: 5px;
  text-align: center;
  position: relative;
  transition: border .3s;
}
.menu-item a {
  font-size: 12px;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  line-height: 18px;
}
.menu-item .nmenu2{
  font-size: 10px !important;
}
.menu-item a:hover{
  color: #dfdfdf
}
.menu-item a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 3px;
  background: #e3007f;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-bottom: -1px;
}
.menu-item a:hover::after {
  width: 100%;
}
/* footer css */

#footer_0903578 {
	margin: 0 auto;
}

#footer_0903578 .site-footer {
  background: #e3007f;
  padding: 16px 0 72px;
}

#footer_0903578 .footadbox {
  margin: 40px 0;
}

#footer_0903578 .footer_container{
  width: 1024px;
  margin: 0 auto;
  background: #e3007f;
  padding: 30px 10px 0 10px;
  font-family: "Noto Sans JP", sans-serif, Þâ¥´¥·¥Ã¥¯ÂÎ, "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", Arial, ¥á¥¤¥ê¥ª, Meiryo, sans-serif;
}
.footer_navlist{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.footer_navlist li a{
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.footer_navlist li:hover a{
  border-bottom: 1px solid #fff;
}
.footerlogo img {
  width: 320px;
}
/* footer tel/textpart */
.footadr{
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
}
.footadinner{
  padding: 0 70px;
}
.footadboxtel{
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.footadboxtxt{
  font-size: 14px;
  color: #fff;
  padding: 5px 0;
}
.fsnsbox{
  display: flex;
  padding-left: 70px;
}
.inst{
  padding-left: 15px;
}
.fsns img{
  width: 50px;
}
/* copy_right */
.copy_right{
  padding: 50px 0;
  width: 960px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.recaptcha_policy{
  font-size: 11.5px;
}
.copy_right a{
  text-decoration: none;
  color: #ffff;
}
.copy_right a:hover{
  text-decoration:underline;
}
.site-info{
  text-align: center;
}