@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #E55F62;
	text-decoration: none;
}
a:visited {
	color: #D15456;
}
a:hover {
	color: #D15456;
}
a:active {
	color: #D15456;
}
a.company{
	color: #FFF;
	font-size: 1rem;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	padding: 29px 0 28px;
	background-color: #fff;
	z-index: 99;
}
#gHeader .hBox {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
#gHeader h1 {
	width: 293px;
}
#gHeader h1 .on {
	display: none;
}
#gHeader.on h1 .on {
	display: block;
}
#gHeader.on h1 .off {
	display: none;
}
#gHeader.on {
	background: none;
}
#gHeader .hTel {
	padding: 7px 0 0 32px;
	position: absolute;
	right: 36px;
	top: -9px;
	color: #0095a2;
	font-size: 1.2rem;
	font-weight: bold;
	background: url("../../img/common/icon01.png") no-repeat left top;
	background-size: 28px auto;
}
#gHeader .hTel span {
	margin: 5px 0 0 19px;
	display: block;
	color: #000;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#gNavi {
	position: absolute;
	right: 240px;
	top: 8px;
	text-align: right;
}
#gNavi li {
	display: inline-block;
}
#gNavi li:last-child {
	margin-left: 47px;
}
#gNavi li:nth-child(2) {
	margin-left: 64px;
}
#gNavi li img {
	height: 40px;
}
#gNavi li a {
	padding-bottom: 3px;
	display: block;
	position: relative;
}
#gNavi li a:before {
	margin-left: -20px;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #0095a2;
	content: "";
	opacity: 0;
	transition: .3s;
}
#gNavi li.on a:before,
#gNavi li a:hover:before {
	opacity: 1;
}

@media all and (max-width: 896px) {
	#gHeader {
		padding: 14px 0 7px;
		height: 39px;
		box-sizing: border-box;
	}
	#gHeader .hBox {
		width: auto;
	}
	#gHeader h1 {
		width: 147px;
		margin: 0 auto;
	}
	#gHeader .hTel {
		display: none;
	}
	#gNavi {
		display: none;
	}
	.menu {
		cursor:pointer;
		height: 32px;;
		position: absolute;
		right: 5px;
		top: 5px;
		width: 32px;
	}
	.menu span {
		background: #616161;
		display: block;
		height: 2px;
		left: 2px;
		position: absolute;
		-webkit-transition:.35s ease-in-out;
		transition:.35s ease-in-out;
		width: 28px;
	}
	.menu span:nth-of-type(1) {
	 	top: 10px;
	}
	.menu span:nth-of-type(2) {
	 	top: 16px;
	}
	.menu.on span:nth-of-type(1) {
		top: 13px;
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
	}
	.menu.on span:nth-of-type(2) {
		top: 13px;
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
	}
	.menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		z-index: 98;
		
	}
	.menuInner {
		padding: 93px 0;
		text-align: center;
	}
	.menuInner ul {
		margin-bottom: 45px;
	}
	.menuInner li:first-child {
		margin-bottom: 37px;
	}
	.menuInner li:nth-child(2) {
		margin-bottom: 19px;
	}
	.menuInner li a {
		padding-bottom: 6px;
		display: inline-block;
		position: relative;
	}
	.menuInner li a:before {
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 42px;
		background-color: #0052A2;
		content: "";
		margin-left: -21px;
		height: 2px;
		opacity: 0;
	}
	.menuInner li.on a:before {
		opacity: 1;
	}
	.menuInner .menuImg {
		margin-bottom: 2px;
	}
	.menuInner .menuImg img {
		width: 92px;
	}
	.menuInner .menuSns {
		margin-bottom: 13px;
	}
	.menuInner .menuSns a {
		width: 27px;
		display: inline-block;
		margin: 0 3px;
	}
	.menuInner address {
		font-style: normal;
		color: #fff;
		font-size: 0.6rem;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	.cover {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		height: 170rem;
		margin: -75rem -75rem 0 0;
		position: fixed;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
		right: 2.5rem;
		top: 2.5rem;
		-webkit-transform: scale(.02);
		transform: scale(.02);
		width: 150rem;
	}
	.cover.on {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all .6s ease-out;
		transition: all .6s ease-out;
		background: rgba(0,208,159,0.92);
		z-index: 97;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	z-index: 1;
	padding: 35px 0 10px;
	text-align: center;
	background-color: #00B09E;
}
#gFooter .fImg {
	margin-bottom: 16px;
}
#gFooter .fImg img {
	width: 182px;
}
#gFooter ul {
	margin-bottom: 24px;
}
#gFooter li {
	width: 54px;
	margin: 0 6px;
}
#gFooter li a:hover {
	opacity: 0.7;
}
#gFooter address {
	font-style: normal;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

@media all and (max-width: 896px) {
	#gFooter {
		padding: 18px 0 100px;
	}
	#gFooter .fImg {
		margin-bottom: 3px;
	}
	#gFooter .fImg img {
		width: 92px;
	}
	#gFooter ul {
		margin-bottom: 13px;
	}
	#gFooter li {
		width: 27px;
		margin: 0 3px;
	}
	#gFooter address {
		font-size: 0.6rem;
	}
}
/* TOP GO*/
div#gotop {
  margin: 30px auto 0px auto;
  padding: 0px 0px 0px 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
	z-index: 9999;
}

div#gotop a {
  margin: 30px auto 20px auto;
  padding: 10px 20px 10px 20px;
  display: block;
}

@media only screen and (max-width: 736px) {
  div#gotop a {
    margin: 30px auto 0px auto;
    padding: 10px 10px 0px 0px;
    display: block;
  }
}


/*レスポンシブサイズ設定*/
@media only screen and (max-width: 640px) {
  .pc_only {
    display: none !important; } }

@media print, screen and (min-width: 641px) {
  .sp_only {
    display: none !important; } }

@media only screen and (max-width: 640px) {
  .sp_br {
    display: block; } }

/*------------------------------------------------------------
	カテゴリーのバナー
------------------------------------------------------------*/
#mainWidth100 {
	margin: 0 auto 0px auto;
	max-width: 100%;
}
  #mainWidth100 .mainImg{
    position: relative;
  }
  #mainWidth100 .mainImg .mainWidth100h2{
    position: absolute;
    top: 50%;
    left: 16%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    text-shadow:2px 2px 3px #000000;
    color: #FFF;
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 3.4rem;
    letter-spacing: 8px;
  }
@media all and (max-width: 767px) {
  #mainWidth100 .mainImg .mainWidth100h2{
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    text-shadow:2px 2px 3px #000000;
    color: #FFF;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 3.0rem;
    letter-spacing: 8px;
  }  
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
.pagePathBg {
	background: #FFF;
}
#pagePath {
	border-top: 1px solid #A5A5A5;
	border-bottom: 1px solid #A5A5A5;
	position: relative;
	z-index: 9999;
	background: #FFF;
}

#pagePath ul {
	margin: 0 auto;
	max-width: 1026px;
}

#pagePath li {
	margin-right: 5px;
	display: inline;
	color: #C1C1C1;
	font-size: 1.2rem;
}

#pagePath a {
	padding: 10px 37px 5px 14px;
	display: inline-block;
	color: #C1C1C1;
	background: url("../../img/common/arrow01.gif") no-repeat right center;
	background-size: 17px 100%; 
}

#pagePath li:last-child {
	margin-left: 10px;
}

@media all and (max-width: 767px) {
	#pagePath {
		display: none;
	}
}

/*------------------------------------------------------------
	お問い合わせフォーム
------------------------------------------------------------*/
.support_form {
	position: relative;
	z-index: 9999;
	background: #FFF;
  width: 990px;
  margin: 10px auto 300px auto; 
	padding: 0 10px 100px 10px;
	box-sizing: border-box;}
  .support_form table.TableForm {
    width: 100%; }
    .support_form table.TableForm tr {
      border-bottom: 1px solid #ccc; }
    .support_form table.TableForm td {
      padding: 12px;
      border-bottom: 1px solid #ccc;
	    box-sizing: border-box;}
    .support_form table.TableForm select::-ms-expand {
      display: none; }
  .support_form p {
    text-align: center; }
  .support_form form {
    margin: 25px auto;
    display: block; }
  .support_form input[type="text"], .support_form input[type="email"], .support_form textarea {
    vertical-align: middle;
    max-width: 90%;
    height: auto;
    padding: 1px 5px;
    border: 1px solid #d4d4d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 100%;
    color: #555;
    background: #fcfcfc; }
  .support_form .Required {
    color: #FF0000;
    font-weight: bold; }
  .support_form .formbtn {
    margin: 0px auto;
    width: 170px;
    text-align: center; }
  .support_form .imagebtn {
    border: 0px;
    width: 170px;
    height: 50px;
    margin: 15px auto; }
  .support_form .select-box {
    width: 300px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1em;
    background: #ffffff url("../../img/support/btn_select.png") no-repeat;
    background-size: 40px 40px;
    background-position: right center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 0 40px 0 0; }
  .support_form .FormLeft {
    width: 36%; }
  .support_form .formbtn {
    margin: 0px auto;
    width: 170px;
    text-align: center; }
  .support_form input[type="submit"], .support_form input[type="reset"], .support_form input[type="button"] {
    padding: 3px 10px;
    background: #f8f8f8;
    border: 1px solid #dadada;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 1.5;
    font-size: 120%;
    color: #333; }

@media all and (max-width: 767px) {
  .support_form {
    width: 100%;
    display: block; }

  .support_form .FormLeft
  .support_form .TableForm th,
  .support_form .TableForm td,
  .shop_area.au table.company th,
  .shop_area.au table.company td,
  .shop_area.ymobile table.company th,
  .shop_area.ymobile table.company td {
    width: 100%;
    display: block; }

  .support_form .FormLeft {
    background: #f1fbff; } }

@media all and (max-width: 767px) {
  .support_form {
    width: 100%;
    margin: auto; }
}



/*------------------------------------------------------------
	よくある質問
------------------------------------------------------------*/
.widget_faq {
	width: 90%;
	margin: auto;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0 50px 50px 50px;
}
.widget_faq dl {
  width: 100%;
  padding: 20px 0 20px 0;
  box-sizing: border-box;
}
.widget_faq dl dt {
  padding: 14px 0 10px 50px;
  box-sizing: border-box;
  background: url("../../img/common/faq_q.png") no-repeat left top;
}
.widget_faq dl dt:before {
  clear: both;
}
.widget_faq dl dd {
  line-height: 22px;
  padding: 12px 0 20px 55px;
  margin: 0 0 30px 0;
  border-bottom: 2px solid #a9a9a9;
  box-sizing: border-box;
  background: url("../../img/common/faq_a.png") no-repeat left top;
}
.widget_faq dl dd:before {
  clear: both;
}

@media only screen and (max-width: 736px) {
  .widget_faq {
    padding: 0 20px 50px 20px;
  }
}
/*------------------------------------------------------------
	spFixBox
------------------------------------------------------------*/
@media all and (max-width: 767px) {
    .spFixBox {
        padding: 15px 5px 12px;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 11;
        background-color: #FFF;
    }
    .spFixBox ul {
        justify-content: center;
    }
    .spFixBox li {
        margin: 0 3px;
    }
    .spFixBox li:first-of-type {
        margin-left: -6px;
    }
    .spNaviBox {
        display: none;
    }
}


/*------------------------------------------------------------
	company
------------------------------------------------------------*/
@media only screen and (min-width: 751px) {
  #company_profile {
    max-width: 960px;
    margin: 60px auto 100px;
		background: #FFF;}
    #company_profile .company_info table {
      width: 100%;
      border-top: 1px solid #d5dcde; }
      #company_profile .company_info table th {
        width: 150px;
        padding: 15px 0 15px 20px;
        border-right: 1px solid #d5dcde;
        border-bottom: 1px solid #d5dcde; }
      #company_profile .company_info table td {
        padding-left: 20px;
        border-bottom: 1px solid #d5dcde; }
      #company_profile .company_info table ul {
        padding: 15px 0; }
      #company_profile .company_info table .text_area {
        padding: 15px 0;
        padding-left: 20px; } }

@media only screen and (max-width: 750px) {
  #company_profile {
    margin: 40px 25px 80px;
    overflow: hidden; }
    #company_profile .company_info table {
      width: 100%;
      border-top: 1px solid #d5dcde;
      font-size: 13px; }
      #company_profile .company_info table th {
        display: block;
        padding-top: 20px;
        font-weight: bold;
        line-height: 1; }
      #company_profile .company_info table td {
        display: block;
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d5dcde;
        line-height: 1.68; } }
