/*! 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: #5fb103;
	background-repeat: repeat;
	background-position: center;
	padding-top: 0px;
	color: #FFFFFF;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pushy a {
	font-size: 11pt;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	outline: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #519A03;
	padding-top: 9px;
	padding-bottom: 9px;
}

.pushy.pushy-left ul .telnum3v a  {
	border-bottom-width: 0px;
}

.line7 {
	font-size: 11pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #519A03;	/*margin-right: 10px;
	margin-left: 10px;*/
}
.line7s {
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #89705C;*/
}

.spengtittle {
	/*font-family: "Apple Chancery";*/
	font-size: 12pt;
}
.pushy .menu-icon3 img {
	width: 22px;
	display: inline-table;
	vertical-align: -20%;
	margin-right: 3px;
}
.pushy a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.pushy ul:first-child {
	margin-top: 10px;
}
.pushy.pushy-left {
	left: 0;
	
}

.pushy.pushy-left li {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10pt;	/*margin-right: 10px;*/
	
}
.pushy.pushy-right {
  right: 0;
}


.pushy .button3v {
	border: 3px solid #FFFFFF;
!important;
	background-color: #FFF;
	text-align: center;
	color: #202020!important;
	font-size: 10pt!important;
}

.telnum3v {
	background-color: #FFF;
	padding-top: 7px;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	text-align: center;
}
.telnum3s {
	color: #FFF;
	background-color: #cc3288;
	
}
.telnum3e {
	color: #FFF;
	background-color: #d888b5;	
}
.telnum3z {
	color: #FFF;
	background-color: #ff9600;	
}

.komoji {
	font-size: 11pt;
	font-weight: normal;
	padding: 0px;
}

.sp-logo2 {
	width: 150px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	
}
.sp-logo2 img {
	width: 150px;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
}

.moji2 {
	font-size: 11pt;
	color: #FFF;
	letter-spacing: 1px;
	
	line-height: 22px;
	
}
.subtex {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.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: #FFF;
	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: #FFF;
	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: 20pt;
	color: #574d40;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: center;
}
.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: #5BADE1;
}

.spacer5s {
	color: #FFFFFF;
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
	
	margin-bottom: 5px;
	
}

.menup {
	padding-top: 10px;
}
/* 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;
}


.mark1 {
	font-size: 8pt;
	color: #FFF;
	background-color: #5BADE1;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: 13%;
	margin-right: 5px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
}
.pushy-submenu ul {
	padding-left: 0px;
	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: 11pt;
}
.pushy-submenu > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 0px;
  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;
}

/*# sourceMappingURL=pushy.css.map */


.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: #369C4A;
}

.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: 0px;
	margin-top: 8px;
	color: #FFFFFF;
	background-color: #1F529B;
	height: 45px;
	font-size: 14pt;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-top: 5px;
}
.infoname {
	font-size: 12pt;
	line-height: 22px;
	font-weight: 600;
	padding-bottom: 5px;
}
.engmenu2 {
	font-style: normal;
	font-size: 7pt;
	text-align: center;
	color: #FFF;
	line-height: 10px;
	
	font-variant: normal;
	display: block;
}

.telcome {
	font-size: 11pt;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 8px;	
}

.button-sp {
	display: block;
	text-decoration: none;
	outline: none;
	font-size: 18pt;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: "Rounded Mplus 1c";
	font-weight: 800;
	line-height: 25px;
	padding: 10px;
}
/*.tel a {
	font-size: 15pt;
	line-height: 24px;
	color: #754F44;
	font-family: Renner;
}*/
.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: #202020;
	background-color: #FFFFFF;
}
.button-sp:hover {
	color: #FFAD02;
	background-color: #FFFFFF;
}


a:link.undersp{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	font-size: 11pt;
}


a:visited.undersp {
	text-decoration: none;
	color: #000;
	
}

a:active.undersp{
	color: #000;
	text-decoration: none;
}


a:hover.undersp{
	text-decoration: none;
	color: #666;
}
