@charset 'UTF-8';
/* 明朝 */
@font-face {
  font-family : Futura;
  src: url('../webfonts/Futura_Condensed/Medium/FuturaCon-Med.eot');
  src:   url('../webfonts/Futura_Condensed/Medium/FuturaCon-Med.eot') format('embedded-opentype'),
	     url('../webfonts/Futura_Condensed/Medium/FuturaCon-Med.woff') format('woff'),
	     url('../webfonts/Futura_Condensed/Medium/FuturaCon-Med.ttf')  format('truetype'),
	     url('../webfonts/Futura_Condensed/Medium/FuturaCon-Med.svg') format('svg');
}

/*
欧文
font-family: 'Cormorant', serif;

ゴシック
font-family: "Noto Sans Japanese";
 */
/* http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain)
*/
html , body , div , span , applet , object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , a , abbr , acronym , address , big , cite , code , del , dfn , em , img , ins , kbd , q , s , samp , small , strike , strong , sub , sup , tt , var , b , u , i , center , dl , dt , dd , ol , ul , li , fieldset , form , label , legend , table , caption , tbody , tfoot , thead , tr , th , td , article , aside , canvas , details , embed , figure , figcaption , footer , header , hgroup , menu , nav , output , ruby , section , summary , time , mark , audio , video {
  font : inherit;
  font-size : 100%;
  margin : 0;
  padding : 0;
  vertical-align : baseline; 
  border : 0;
}

/* HTML5 display-role reset for older browsers */
article , aside , details , figcaption , figure , footer , header , hgroup , menu , nav , section {
  display : block;
}

body {
  line-height : 1; 
  overflow : visible;
      overflow-x : visible;
  -ms-overflow-x : visible;
}

ol , ul {
  list-style : none;
}

blockquote , q {
  quotes : none;
}

blockquote:before , blockquote:after , q:before , q:after {
  content : '';
  content : none;
}

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

/* setting */
* {
  box-sizing : border-box;
  word-wrap : break-word;
  background-repeat : no-repeat; 

  overflow-wrap : break-word;
}

*:before , *:after {
  box-sizing : border-box;
}

html {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-size : 10px;
}

body {
  font-size : 1.4rem;
  color : #000;
  background-color: #fff;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing : grayscale;
  -webkit-text-size-adjust : 100%;
  min-width: 1100px;
  position: relative;
}
body a {
  text-decoration : none;
  color : #000;
}
body a:hover {
  text-decoration : none;
}
body a:visited {
  text-decoration : none;
}

fieldset {
  margin : 0;
  padding : 0;
  border : none;
}

select::-ms-expand {
  display : none;
}

button {
  font-family : inherit; 
  border : none;
  border-radius : 0;

  -webkit-appearance : none;
     -moz-appearance : none;
          appearance : none;
}

input , textarea {
  font-family : inherit;
  font-size : inherit;
}

i {
  display : inline-block;
}

img {
  width : auto;
  max-width : 100%;
  height : auto;
}

br.break {
  display : none;
}
a {
  transition : .2s ease-in-out;
}
a:hover {
  text-decoration : underline;
}

.btn {
	transition : all ease-in-out .2s;
}

.btn:hover {
	opacity : .5;
}

.header {
  width : 100%;
  height : 130px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.header-inner {
  position : relative; 
  width : 100%;
  max-width: 1100px;
  height : 130px;
  margin : 0 auto;
}

.header-top {
 position: relative;
 padding: 10px 0 20px;
}

.site-ttl {
	font-size: 1.2rem;
}

.header-bottom {
	position: relative;
	overflow: hidden;
}

.site-logo {
  float: left;
}

.site-logo a img {
  transition : all ease-in-out .2s;
}

.site-logo a:hover img {
  opacity : .5;
}

.header-info {
	float: right;
	overflow: hidden;
}

.header-info li {
	float: left;
}

.header-info li+li {
 	padding-left: 45px;
}

.header-btn {
 	width: 230px;
}

.header-btn a {
 	display: block;
 	width: 100%;
 	height: 100%;
 	background-color: #14ae67;
 	border-radius: 4px;
 	color: #fff;
 	font-size: 2.0rem;
 	font-weight: bold;
 	text-align: center;
 	line-height: 1.2;
 	padding: 10px 0;
 	position: relative;
}

.header-btn a:after {
 	content: '';
 	display: block;
 	width: 20px;
 	height: 16px;
 	position: absolute;
 	bottom: 14px;
 	right: 7px;
 	background: url(../images/common/bg_link.png) center center no-repeat;
 	background-size: 100% auto;
}

.header-tel {
	font-size: 1.4rem;
	text-align: right;
}

.header-tel .header-tel-ttl {
	font-weight: bold;
	padding-bottom: 5px;
}

.header-tel .header-tel-num {
	font-family: Futura;
	font-size: 3.8rem;
	line-height: 0.9;
}

.header-tel .header-tel-time {
	font-family: Futura;
	font-size: 1.6rem;
	font-weight: bold;
	padding-right: 5px;
}

.header-tel .header-tel-time span {
	font-size: 2.0rem;
	font-weight: normal;
}

#pc-globalnav {
	display: block!important;
	width: 100%;
	height: 60px;
	position: absolute;
    top: 0;
    left: 0;
	background-color: #f9a0cd;
}

#pc-globalnav.fixed {
    position: fixed;
    top: 130px;
    left: 0;
    z-index: 999999;
}

.globalnav {
  text-align: center;
}

.globalnav ul {
  width: 1100px;
  height: 60px;
  margin: 0 auto;
  letter-spacing: -.5em;
  line-height: 60px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/common/bg_gnav.png) left top no-repeat;
}

.globalnav li {
  width: 20%;
  height: 60px;
  display: inline-block;
  letter-spacing: normal;
  background: url(../images/common/bg_gnav.png) right top no-repeat;
}

.globalnav li+li {
  
}

.globalnav li a {
  font-size : 1.8rem;
  font-weight: bold;
}

.btn_contact {
	width: 510px;
	margin: 0 auto;
}

.btn_contact a {
 	display: block;
 	width: 100%;
 	height: 100%;
 	background-color: #14ae67;
 	border-radius: 4px;
 	color: #fff;
 	font-size: 2.0rem;
 	font-weight: bold;
 	text-align: center;
 	line-height: 1.2;
 	padding: 10px 0;
 	position: relative;
}

.btn_contact a .btn_contact_block {
	display: inline-block;
	padding-left: 65px;
}

.btn_contact a .btn_contact_txt {
    display: inline-block;
	padding-bottom: 5px;
 	font-size: 1.4rem;
}

.btn_contact a:before {
 	content: '';
 	display: inline-block;
 	width: 38px;
 	height: 30px;
 	position: absolute;
 	top: 50%;
 	margin-top: -15px;
 	margin-right: 25px;
 	background: url(../images/common/bg_contact.png) center center no-repeat;
 	background-size: 100% auto;
}

.footer {
  width : 100%;
  padding: 70px 0 40px;
  text-align: center;
}
.footer-inner {
  position : relative; 
  width : 100%;
  max-width: 1100px;
  margin : 0 auto;
}

.footer-menu {
	width: 100%;
	height: 26px;
	margin-bottom: 65px;
	box-sizing: border-box;
	border-left: 1px solid #5e3720;
	border-right: 1px solid #5e3720;
	letter-spacing: -.5em;
}

.footer-menu li {
	width: 20%;
	position: relative;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
}

.footer-menu li+li {
	border-left: 1px solid #5e3720;
}

.footer-sns {
	padding: 60px 0 50px;
	text-align: center;
}

.footer-sns li {
	display: inline-block;
  vertical-align: middle;
}

.footer-sns li+li {
	padding-left: 80px;
}

.footer-sns li a img {
  transition : .2s ease-in-out;
}

.footer-sns li a:hover img {
  opacity : .5;
}

.footer-sns li:nth-child(1) img {
  width: 38px;
  height: 38px;
}

.footer-sns li:nth-child(2) img {
  width: 38px;
  height: 31px;
}

.footer-sns li:nth-child(3) img {
  width: 38px;
  height: 38px;
}

.footer-sns li:nth-child(4) img {
  width: 20px;
  height: 40px;
}

.company_info {
  text-align: center;
  font-size : 1.4rem;
  line-height: 1.6;
  padding-bottom: 20px;
}

.copy {
  text-align: center;
  font-family: Futura;
  font-size : 1.4rem;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000000;
	cursor: pointer;
}

.pagetop img {
	width: 64px;
	height: auto;
}

.pagetop{
	transition : .2s ease-in-out;
}

.pagetop:hover {
	opacity : .5;
}

.container {
	padding-top: 130px;
}

.contents {
	position: relative;
	padding-top: 60px;
}

.section-inner {
	width: 1100px;
	margin: 0 auto;
}

.section-ttl {
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
}

.section-ttl-ja {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1;
	font-size : 3.6rem;
	text-align: center;
}

.section-ttl:after {
	content: '';
	width: 200px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -100px;
	background: url(../images/common/bg_ttl.png) center center no-repeat;
}

.section-text {
    font-size : 1.4rem;
    line-height : 1.88;
}

.section-block {
	margin-top: 70px;
}


.section-block + .section-block {
	
}

#breadcrumb {
	width: 1100px;
    margin: 0 auto;
	padding: 25px 0 40px;
}

#breadcrumb ul {
	overflow: hidden;
	letter-spacing: -.5em;
}

#breadcrumb ul li {
	display: inline;
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: normal;
}

#breadcrumb ul li:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 12px;
	vertical-align: top;
	margin: 3px 5px 0;
	background: url(../images/common/bg_bread.png) center center no-repeat;
}

#breadcrumb ul li:last-child:after {
	display: none;
}

.pc-visible {
	display: block;
}

.sp-visible {
	display: none;
}

.toggle-wrap {
	display: none;
}

@media screen and (max-width: 767px) {
	
	body {
	  font-size : 1.3rem;
	  min-width: 320px;
	}

	.pc-visible {
		display: none;
	}
	
	.sp-visible {
		display: block;
	}
	
	.header {
	  width : 100%;
	  height : 72px;
	  background: #fff;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 999999;
	  border-bottom: 1px solid #f9a0cd;
	}
	
	.toggle-wrap {
		display: block;
	    position: absolute;
	    top: 11px;
	    right: 3px;
	}
	
	.toggle {
	    display: block;
	    width: 50px;
	    height: 50px;
	    position: relative;
	    text-align: center;
	    box-sizing: border-box;
	    padding-top: 34px;
	}
	
	.toggle-icon {
	    display: block;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 25px;
	    height: 2px;
	    margin: -1px 0 0 -12px;
	    background: #000000;
	    transition: .2s;
	}
	
	.toggle-icon:before, .toggle-icon:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 1px;
	    left: 0;
	    width: 25px;
	    height: 2px;
	    background: #000000;
	    transition: .3s;
	}
	
	.toggle-icon:before, .toggle-icon:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 1px;
	    left: 0;
	    width: 25px;
	    height: 2px;
	    background: #000000;
	    transition: .3s;
	}
	
	.toggle-icon:before {
	    margin-top: -8px;
	}

	.toggle-icon:after {
	    margin-top: 6px;
	}
	
	.toggle.is-open .toggle-icon {
	  background: transparent;
	}
	
	.toggle.is-open .toggle-icon:before,
	.toggle.is-open .toggle-icon:after {
	  margin-top: 0;
	}
	
	.toggle.is-open .toggle-icon:before {
	  -ms-transform: rotate(-45deg);
	      transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	
	.toggle.is-open .toggle-icon:after {
	  -ms-transform: rotate(-135deg);
	      transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	}

	.header-inner {
	  position : relative; 
	  width : 100%;
	  max-width: auto;
	  height : 72px;
	  margin : 0 auto;
	}
	
	.header-bottom {
		position: static;
		overflow: visible;
	}
	
	.site-logo {
	  float: left;
	  width: 177px;
	  height: 34px;
	  box-sizing: content-box;
	  padding: 20px 0 20px 12px;
	}
	
	.site-logo a img {
	  width: 100%;
	  height: auto;
	  transition : all ease-in-out .2s;
	}
	
	.site-logo a:hover img {
	  opacity : 1;
	}
	
	.header-info {
		float: none;
		overflow: hidden;
	}
	
	.header-info li {
		float: none;
	}
	
	.header-info li+li {
	 	padding-left: 0;
	 	padding-top: 25px;
	}
	
	.header-btn {
	 	width: 300px;
	 	margin: 0 auto;
	}
	
	.header-btn a {
		display: block;
	    width: 100%;
	    height: 100%;
	    background-color: #14ae67;
	    border-radius: 4px;
	    color: #fff;
	    font-size: 1.5rem;
	    font-weight: bold;
	    text-align: center;
	    line-height: 1.2;
	    padding: 10px 0;
	    position: relative;
	    text-align: center;
	}
	
	.header-btn a:after {
		display: none;
	}
	
	.header-btn a span {
	}
	
	.header-btn a span:after {
		content: '';
	    display: inline-block;
	    width: 14px;
	    height: 13px;
	    position: absolute;
	    top: 50%;
	    margin-top: -7px;
	    margin-left: 10px;
	    background: url(../images/common/bg_link.png) center center no-repeat;
	    background-size: 100% auto;
	}
	
	.header-tel {
		font-size: 1.5rem;
		text-align: center;
	}
	
	.header-tel .header-tel-ttl {
		font-weight: bold;
		padding-bottom: 5px;
	}
	
	.header-tel .header-tel-num {
		font-family: Futura;
		font-size: 4.0rem;
		line-height: 0.9;
	}
	
	.header-tel .header-tel-time {
		font-family: Futura;
		font-size: 1.5rem;
		font-weight: bold;
		padding-right: 0;
	}
	
	.header-tel .header-tel-time span {
		font-size: 2.0rem;
		font-weight: normal;
		display: inline-block;
		padding-left: 5px;
	}
	
	#pc-globalnav {
		display: none!important;
	}
	
	.globalnav {
	  text-align: center;
	}
	
	.globalnav ul {
	  width: 100%;
	  height: auto;
	  margin: 0 auto;
	  letter-spacing: normal;
	  line-height: 1.4;
	  box-sizing: border-box;
	  position: relative;
	  background: none;
	  padding-bottom: 35px;
	}
	
	.globalnav li {
	  width: 100%;
	  height: auto;
	  display: block;
	  letter-spacing: normal;
	  background: none;
	}
	
	.globalnav li+li {
	  padding-top: 15px;
	}
	
	.globalnav li a {
	  font-size : 1.5rem;
	  font-weight: bold;
	}
	
	.btn_contact {
		width: 300px;
		margin: 0 auto;
	}
	
	.btn_contact a {
	 	display: block;
	 	width: 100%;
	 	height: 100%;
	 	background-color: #14ae67;
	 	border-radius: 4px;
	 	color: #fff;
	 	font-size: 1.5rem;
	 	font-weight: bold;
	 	text-align: center;
	 	line-height: 1.2;
	 	padding: 10px 0;
	 	position: relative;
	}
	
	.btn_contact a .btn_contact_block {
		display: inline-block;
		padding-left: 40px;
	}
	
	.btn_contact a .btn_contact_txt {
	    display: inline-block;
		padding-bottom: 5px;
	 	font-size: 1.1rem;
	}
	
	.btn_contact a:before {
	 	content: '';
	 	display: inline-block;
	 	width: 24px;
	 	height: 19px;
	 	position: absolute;
	 	top: 50%;
	 	margin-top: -9px;
	 	margin-right: 15px;
	 	background: url(../images/common/bg_contact.png) center center no-repeat;
	 	background-size: 100% auto;
	}
	
	.footer {
	  width : 100%;
	  padding: 60px 0 15px;
	  text-align: center;
	}
	.footer-inner {
	  position : relative; 
	  width : 100%;
	  max-width: none;
	  margin : 0 auto;
	}
	
	.footer-menu {
		width: auto;
		height: auto;
		padding: 20px 15px;
		margin: 0 10px 15px 10px;
		box-sizing: border-box;
		border-left: none;
		border-right: none;
		border-top: 1px solid #5e3720;
		letter-spacing: normal;
	}
	
	.footer-menu li {
		width: 100%;
		padding: 0;
		position: relative;
		height: auto;
		line-height: 1.4;
		display: block;
		letter-spacing: normal;
		text-align: left;
		font-size: 1.35rem;
		font-weight: bold;
	}
	
	.footer-menu li+li {
		border-left: none;
		padding-top: 20px;
	}
	
	.footer-sns {
		padding: 75px 0 25px;
		text-align: center;
	}
	
	.footer-sns li {
		display: inline-block;
	}
	
	.footer-sns li+li {
		padding-left: 40px;
	}
	
	.footer-sns li a img {
	  width: 47px;
	  height: auto;
	  transition : .2s ease-in-out;
	}
	
	.footer-sns li a:hover img {
	  opacity : 1;
	}
	
	.footer-tel {
		padding: 10px 0 8px;
		margin-bottom: 45px;
		background-color: #14ae67;
		text-align: center;
		font-size: 1.1rem;
		color: #fff;
	}
	
	.footer-tel .footer-tel-ttl {
		font-weight: bold;
		padding-bottom: 5px;
	}
	
	.footer-tel .footer-tel-num {
		font-family: Futura;
		font-size: 4.25rem;
		line-height: 0.9;
	}
	
	.footer-tel .footer-tel-num a {
		color: #fff;
	}
	
	.footer-tel .footer-tel-num:before {
		content: '';
		display: inline-block;
		width: 22px;
		height: 28px;
		margin-top: 2px;
		margin-right: 12px;
		background: url(../images/common/icon_tel.png) center center no-repeat;
		background-size: 100% auto;
		vertical-align: top;
	}
	
	.footer-tel .footer-tel-time {
		font-family: Futura;
		font-size: 1.1rem;
		font-weight: bold;
		padding-right: 0;
	}
	
	.footer-tel .footer-tel-time span {
		font-size: 1.2rem;
		font-weight: normal;
		display: inline-block;
		padding-left: 5px;
	}
	
	.company_info {
	  text-align: center;
	  font-size : 1.2rem;
	  line-height: 1.6;
	  padding-bottom: 10px;
	}
	
	.copy {
	  text-align: center;
	  font-family: Futura;
	  font-size : 1.2rem;
	}
	
	.pagetop {
		position: fixed;
		bottom: 12px;
		right: 12px;
		z-index: 999998;
		cursor: pointer;
	}
	
	.pagetop img {
		width: 37px;
		height: auto;
	}
	
	.pagetop{
		transition : .2s ease-in-out;
	}
	
	.pagetop:hover {
		opacity : 1;
	}
	
	.container {
		padding-top: 72px;
	}
	
	.contents {
		position: relative;
		padding-top: 0;
	}
	
	.section-inner {
		width: auto;
		padding: 0 12px;
		margin: 0 auto;
	}
	
	.section-ttl {
		padding-bottom: 15px;
		margin-bottom: 25px;
		position: relative;
	}
	
	.section-ttl-ja {
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		line-height: 1;
		font-size : 3.0rem;
		text-align: center;
	}
	
	.section-ttl:after {
		content: '';
		width: 167px;
		height: 1px;
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -83.5px;
		background: url(../images/common/bg_ttl_sp.png) center center no-repeat;
		background-size: 100% 100%;
	}
	
	.section-text {
	    font-size : 1.3rem;
	    line-height : 1.88;
	}
	
	.section-block {
		margin-top: 40px;
	}
	
	
	.section-block + .section-block {
		
	}
	
	#breadcrumb {
		width: auto;
	    margin: 0 auto;
		padding: 12px 12px 35px 12px ;
	}
	
	#breadcrumb ul {
		overflow: hidden;
		letter-spacing: -.5em;
	}
	
	#breadcrumb ul li {
		display: inline;
		font-size: 1.0rem;
		line-height: 1.6;
		letter-spacing: normal;
	}
	
	#breadcrumb ul li:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 8px;
		vertical-align: top;
		margin: 4px 5px 0;
		background: url(../images/common/bg_bread.png) center center no-repeat;
		background-size: 100% auto;
	}
	
	#breadcrumb ul li:last-child:after {
		display: none;
	}
}

.menu-overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 999999;
}

#sp-globalnav {
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fef1f3;
	padding: 50px 0 100px;
}

@media screen and (min-width: 768px) {
	#sp-globalnav {
		display: none!important;
	}
	#menu-overlay {
		display: none!important;
	}
}