/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
	position: fixed;
	width: 250px;
	height: 100%;
	top: 0;
	z-index: 9999999;
	overflow: auto;
	visibility: hidden;
	-webkit-overflow-scrolling: touch;
	background-color: #423932;
	background-repeat: repeat;
	background-position: center;
	padding-top: 0px;
	color: #FFF;
}
.pushy a {
	display: block;
	color: #FFF;
	text-decoration: none;
	outline: 0;
	font-size: 12pt;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #57544F;
	line-height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	height: 50px;
}
.pushy .menu-icon2 {
	width: 25px;
	display: inline-block;
	vertical-align: -7%;
	margin-right: 5px;
	
}
.pushy .menu-icon2 img {
	width: 30px;
	line-height: 0px;
	
}
.pushy a:hover {
	color: FFF;
	text-decoration: none;
}
.pushy ul:first-child {
	margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.telnum3v {
	background-color: #eadcd6;
	color: #0A3377;
	padding-top: 2px;
}
.telnum3s {
	color: #FFF;
	background-color: #cc3288;
	
}
.telnum3e {
	color: #FFF;
	background-color: #d888b5;	
}
.telnum3z {
	color: #FFF;
	background-color: #ff9600;	
}

.line7 {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom:5px;
}

.sp-logo2 {
	width: 80px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	
}
.subtex {font-size: 12pt;}


.engmenu2 {
	font-style: normal;
	font-size: 7pt;
	text-align: center;
	color: #FFF;
	line-height: 10px;
	
	font-variant: normal;
	display: block;
}
.moji2 {
	font-size: 11pt;
	color: #FFF;
	letter-spacing: 1px;
	
	line-height: 22px;
	
}
.moji3 {
	font-size: 11pt;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 22px;
	
}
.moji4 {
	font-size: 11pt;
	color: #0A3377;
	letter-spacing: 1px;
	
	line-height: 22px;
	
}
.infotext {
	font-size: 9pt;
	line-height: 22px;
	color: #423932;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	padding-top: 2px;
}
.inforubi {
	font-size: 9pt;
	line-height: 15px;
	color: #423932;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 5px;
}
.moji {
	font-size: 18pt;
	color: #694a3b;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.spacer5 {
	line-height: 22px;
	font-size: 9pt;
	color: #423932;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Icon */
}
.pushy-submenu ul {
	padding-left: 15px;
	transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu > a {
	position: relative;
	color: #09C;
	font-size: 12pt;
}
.pushy-submenu > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
	max-height: 0;
	overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none;
}



.modal_wrap input{
    display: none;
}

.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content{
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 640px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	padding-top: 38px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.close_button{
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #000;
}

.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.open_button{
	width: 50px;
	position: fixed;
	right: 0px;
	margin-right: 7px;
	z-index: 5001;
	text-align: center;
	top: 5px;
	margin-top: 8px;
	color: #FFF;
	background-color: #423933;
	/*background-color: #0099FF;*/
	height: 45px;
	font-size: 14pt;
	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;*/
	padding-top: 5px;
}



/*.mark1 {
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #4D4C48;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: 13%;
	margin-right: 5px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}*/

.spacer5 {
	color: #FFFFFF;
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 5px;
	background-color: #41ADB5;
}




.button-sp {
	display: block;
	text-decoration: none;
	outline: none;
	font-size: 18pt;
	margin-right: auto;
	margin-left: auto;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 25px;
	padding: 10px;
}

.infoname {
	font-size: 11pt;
	line-height: 22px;
}

.button-sp::before,
.button-sp::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-sp,
.button-sp::before,
.button-sp::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button-sp {
	color: #4D4C48;
	background-color: #FFFFFF;
}
.button-sp:hover {
	color: #000;
	background-color: #FFFFFF;
}
/*# sourceMappingURL=pushy.css.map */
