@charset "UTF-8";
/*
 * reset.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */


/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !form
---------------------------------------------------------- */
select::-ms-expand {
	display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check{
	display: none;
}

select,
input[type=radio],
input[type=checkbox],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
textarea {
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
	border-radius: 0;
}
input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear{
	display: none;
}
/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #000;
}
.fontStyle{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
}



/*
 * layout.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	
}
@media screen and (max-width: 768px){
#wrapper {
	padding-top: 60px;
}
}
/* !header
---------------------------------------------------------- */
#header {
	
}

#headerIn {
	background: #fff;
	padding: 18px 0;
}
#headerLogo {
	float: left;
	padding-left: 50px;
	padding-right: 10px;
    box-sizing: border-box;
}
.headerItem{
	float: right;
	padding-right: 50px;
    box-sizing: border-box;
}
.headerLeft{
	margin-right: 52px;
}
.headerLeft span{
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 5px;
}
.headerLeft a{
	display: inline-flex;
	align-items: center;
	margin-left: 38px;
}
.headerLeft a img{
	width: 15px;
}
.hederTel{
	pointer-events: none;
	padding-left: 40px;
    box-sizing: border-box;
    background: url('http://gtoe.xsrv.jp/yorozuya/img/common/tel.png')no-repeat left center;
    font-size: 2.5rem;
    letter-spacing: 0.14em;
    line-height: 1.32;
}
.headerItem{
	display: flex;
	align-items: center;
}
.hederNote{
	font-size: 1.1rem;
    letter-spacing: 0.14em;
}


/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {
#headerLogo {
    padding-left: 10px;
    width: 20%;
}
.headerItem {
    padding-right: 10px;
}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.headerItem{
	display: none;
}
#headerLogo {
    padding-left: 10px;
    width: auto;
}
#headerLogo a img{
	width: 136px;
}
#headerIn {
    padding: 13px 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
}



}
/* !gNavi
---------------------------------------------------------- */	
#gNavi {
	background-color: #122a4b;
}
#gNavi ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#gNavi li {
	flex: 0 0 16.66%;
	position: relative;
	text-align: center;
}
#gNavi li:before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 23px;
	content: '';
	background: #fff;
}
#gNavi li:last-child:after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 23px;
	content: '';
	background: #fff;
}

#gNavi li a {
	display: block;
	color: #fff;
	font-size: 1.8rem;
    letter-spacing: 0.14em;
    padding: 21px 0;
}
#gNavi li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
#gNavi li a {
	font-size: 1.4rem;
}
}

@media screen and (max-width: 768px) {
#gNavi {
	background-color: #122a4b;
	display: none;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 100vh;
    padding: 100px 0;
}
#gNavi ul{
    display: block;
}
#gNavi li:before{
	display: none;
}
#gNavi li:last-child:after{
	display: none;
}
#gNavi li a {
	font-size: 1.6rem;
    padding: 15px 0;
}
#gNavi li a:hover{
  opacity: 1;
}
}

/* !btnMenu
---------------------------------------------------------- */
.btnMenu {
	display: none;
}
/*** スマホ 320px ~ 768px***/
@media screen and (max-width: 768px) {
.btnMenu {
	display: block;
	position: fixed;
	right: 10px;
	top: 10px;
    z-index: 1002;
}
.btnMenu a {
	display: block;
    width: 50px;
    height: 40px;
	box-sizing: border-box;
	position: relative;
}
.btnMenu a span {
    display: block;
    background: #515151;
    width: 32px;
    height: 4px;
    position: absolute;
    left: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.btnMenu a span:first-child {
	top: 10px;
}
.btnMenu a span:nth-child(2) {
	top: 18px;
}
.btnMenu a span:last-child {
	top: 26px;
}	
.btnMenu.active a span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.btnMenu.active a span:nth-child(2) {
    opacity: 0;
}
.btnMenu.active a span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	
}

/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {

}


	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	width: 100%;
	position: relative;
}
#mainVisual .mainSlider {
	width: 100%;
}
#mainVisual .slick-dots{
    bottom: 20px;
}
#mainVisual .slick-dots li{
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: 2px solid #666666;
    background: #fff;
}
#mainVisual .slick-dots li button{
    width: 12px;
    height: 12px;
}
#mainVisual .slick-dots li.slick-active{
    background: #666666;
    border: 2px solid #666666;
}

#mainVisual .slick-arrow {
  width: 35px;
  height: 84px;
  margin-top: -42px;
}
#mainVisual .slick-prev {
  background: url(http://gtoe.xsrv.jp/yorozuya/img/top/ico_prev01.png) center center no-repeat;
  background-size: 100%;
  left:50%;
    margin-left: -585px;
}
#mainVisual .slick-next {
  background: url(http://gtoe.xsrv.jp/yorozuya/img/top/ico_next01.png) center center no-repeat;
  background-size: 100%;
  right: 50%;
    margin-right: -585px;
}






/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
#mainVisual .slick-dots{
    bottom: 10px;
}
#mainVisual .slick-dots li{
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border: 2px solid #666666;
    background: #fff;
}
#mainVisual .slick-dots li button{
    width: 14px;
    height: 14px;
}
#mainVisual .slick-dots li.slick-active{
    background: #666666;
    border: 2px solid #666666;
}

#mainVisual .slick-arrow {
  width: 18px;
  height: 44px;
  margin-top: -22px;
}
#mainVisual .slick-prev {
  background: url(http://gtoe.xsrv.jp/yorozuya/img/top/ico_prev01.png) center center no-repeat;
  background-size: 100%;
  left: 10px;
    margin-left: 0;
}
#mainVisual .slick-next {
  background: url(http://gtoe.xsrv.jp/yorozuya/img/top/ico_next01.png) center center no-repeat;
  background-size: 100%;
  right: 10px;
    margin-right: 0;
}
}

/* !teaser
---------------------------------------------------------- */
#teaser {
	background: url(http://gtoe.xsrv.jp/yorozuya/img/privacy/teaser.png) center center no-repeat;
	background-size: cover;
	min-height: 243px;
	position: relative;
}
.teaserInner{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
#teaser h2{
	color: #fff;
	font-weight: bold;
	font-size: 3.6rem;
}
#business #teaser {
	background: url(http://gtoe.xsrv.jp/yorozuya/img/business/teaser.png) center center no-repeat;
	background-size: cover;
}




/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
#teaser {
	background: url(http://gtoe.xsrv.jp/yorozuya/img/privacy/teaser.png) right 20% center no-repeat;
	background-size: cover;
	min-height: 180px;	
}
#teaser h2{
	font-size: 2.4rem;
}
#business #teaser {
	background: url(http://gtoe.xsrv.jp/yorozuya/img/business/teaser.png) right 20% center no-repeat;
	background-size: cover;
}
}
/* !contents
---------------------------------------------------------- */
#contents {
	
}

#main {
	
}
.bgColor{
	background-color:#f2f3f6;
}
.inner {
	max-width: 1120px;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}
.btnStyle{
	text-align: center;
}
.btnStyle a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #fff;
	font-size: 2.2rem;
	background: url('../img/common/arrow_white.png')no-repeat right 35px center #19675d;
	width: 100%;
	max-width: 390px;
	height: 75px;
	margin: 0 auto;
}
.btnStyle a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.inner {
	max-width: 100%;
	padding: 0 15px;
}
.btnStyle a{
	font-size: 1.4rem;
	background: url('../img/common/arrow_white.png')no-repeat right 23px center #19675d;
	max-width: 240px;
	height: 38px;
}
.btnStyle a:hover{
  opacity: 1;
}
}

/* !pageTop
---------------------------------------------------------- */
.pageTop a{
	display: block;
	padding: 20px 0 19px;
	text-align: center;
	background-color: #19675D;
}
.pageTop a img{
	width: 39px;
}

@media screen and (max-width: 768px) {
.pageTop a{
	padding: 8px 0;
}
.pageTop a img{
	width: 30px;
}
}
/* !footer
---------------------------------------------------------- */
#footer {
}

#footer .footerIn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 28px 100px;
	box-sizing: border-box;
}
	
#copyright {
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 7px 0;
}
.footerInfo{
	font-size: 1.6rem;
	letter-spacing: 0.09em;
	margin-top: 10px;
}
.footerRight{
	width: 58%;
}
.footerRight ul{}
.footerRight ul li{
	display: inline-block;
	margin-bottom: 6px;
	margin-left: 10px;
}
.footerRight ul li a{
	display: inline-block;
	font-size: 1.8rem;
}





/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {
#footer .footerIn {
	padding: 28px 20px;
}
.footerInfo {
    font-size: 1.3rem;
}
.footerRight ul li a {
    font-size: 1.4rem;
}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
#footer .footerIn {
	display: block;
	padding: 20px;
	text-align: center;
}
#copyright {
	padding: 3px 0;
	font-size: 0.9rem;
}
.footerInfo{
	font-size: 1.2rem;
	margin: 5px 0 15px;
}
.footerRight{
	width: 100%;
}
.footerRight ul li a{
	font-size: 1.2rem;
}
}



/*
 * common.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */


/* !Base Fonts -------------------------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

a:hover {
	text-decoration: underline;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.op img,
.op input {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;	
}
.op:hover img,
.op:hover input {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.fwN { font-weight: normal;}
.fwB { font-weight: bold;}
.fs10   { font-size: 1.0rem;}
.fs11   { font-size: 1.1rem;}
.fs12   { font-size: 1.2rem;}
.fs13   { font-size: 1.3rem;}
.fs14   { font-size: 1.4rem;}
.fs15   { font-size: 1.5rem;}
.fs16   { font-size: 1.6rem;}
.fs17   { font-size: 1.7rem;}
.fs18   { font-size: 1.8rem;}
.fs19   { font-size: 1.9rem;}
.fs20   { font-size: 2.0rem;}
.fs21   { font-size: 2.1rem;}
.fs22   { font-size: 2.2rem;}
.fs23   { font-size: 2.3rem;}
.fs24   { font-size: 2.4rem;}
.fs25   { font-size: 2.5rem;}
sup   { font-size: 8px; vertical-align: top;}
sub   { font-size: 8px; vertical-align: baseline;}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}
.vaT { vertical-align: top    !important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}
.blockC { margin-right: auto; margin-left: auto; text-align: left;}
* html .blockC { margin-right: 0; margin-left: 0;}
.blockR { margin-left: auto; text-align: left;}
* html .blockR { margin-left: 0;}

/* !Width ------------------------------------------------------------------- */

.w03per { width: 3%  !important;}
.w05per { width: 5%  !important;}
.w10per { width: 10% !important;}
.w13per { width: 13% !important;}
.w15per { width: 15% !important;}
.w20per { width: 20% !important;}
.wQuart { width: 25% !important;}
.w30per { width: 30% !important;}
.wTri   { width: 33.33% !important;}
.w35per { width: 35% !important;}
.w40per { width: 40% !important;}
.w45per { width: 45% !important;}
.wHalf  { width: 50% !important;}
.wMax   { width: 100% !important;}

/* !Floats ------------------------------------------------------------------ */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}
.flImgL { display: inline; float: left; margin-right: 10px;}
.flImgR { display: inline; float: right; margin-left: 10px;}
.ftBox  { overflow: hidden;}

/* !Tools ------------------------------------------------------------------- */
.clear { clear: both;}
.block { display: block !important;}
.hide  { display: none !important;}
.bgN   { background: none !important;}
.tdU   { text-decoration: underline;}
.tdN   { text-decoration: none;}
.pointEvent{
	pointer-events: none;
}
/* !JavaScript -------------------------------------------------------------- */
.over { /* ロールオーバー呼び出し用 */ }

.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.pointEvent{
	pointer-events: initial;
}
}

/* !h(n)eading
---------------------------------------------------------- */
.hdL {
	text-align: center;
	color: #122a4b;
	border-top: 2px solid #122a4b;
	border-bottom: 2px solid #122a4b;
	padding: 8px 0 9px;
	font-weight: bold;
	letter-spacing: 0.06em;
	font-size: 4.6rem;
	
}

.hdM {
	
}

.hdS {
	
}

.hd01 {
	
}


/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.hdL {
	border-top: 1px solid #122a4b;
	border-bottom: 1px solid #122a4b;
	font-size: 2.1rem;
	
}
}


/* !list
---------------------------------------------------------- */
.list01 {
	
}

/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {

}


/* !table
---------------------------------------------------------- */
.table01 {
	
}

/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {

}

/* !common structure
---------------------------------------------------------- */


/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {

}


/*
 * page.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
.newsArea{
	padding: 40px 0;
}
.newsItem{
	border: 1px solid #122a4b;
	background-color: #fff;
}
.newsLeft{
	float: left;
	width: 236px;
	background-color: #122a4b;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
}
.newsLeft span{
	display: block;
	font-size: 2.8rem;
	font-weight: bold;
}
.newsRight{
	overflow: hidden;
	padding: 28px 0 28px 40px;
	box-sizing: border-box;
}
.newsRight p + p{
	margin-top: 15px;
}
.newsRight span{
	color: #999999;
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 25px;
}
.newsRight a{
	display: inline-block;
	font-size: 1.6rem;
}

.arrivalArea{
	padding: 0 0 80px;
}
.arrivalItem{
	margin: 40px 0 15px;
}
.arrivalItem ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.arrivalItem ul li{
    flex: 0 0 24%;
    margin-bottom: 30px;
}
.arrivalItem ul li a{
    display: block;
}
.arrivalItem ul li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.arrivalTime{
	color: #999999;
	font-size: 1.8rem;
	margin: 20px 0 5px;
}
.arrivalTxt{
	color: #333;
	font-size: 1.8rem;
}
.arrivalPrice{
	color: #c1272d;
	font-weight: bold;
	font-size: 1.9rem;
	margin-top: 10px;
}
.arrivalPrice span{
	font-size: 2.8rem;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}
.arrivalImg{
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	background-color: #fff;
}
.arrivalImg img{
	width: 100%;
  width: 264px;
    height: 264px;
    object-fit: cover;
}
.newsIcon{
	background-color: #fff;
	position: relative;
}
.newsIcon:before{
	position: absolute;
	left: 0;
	top: 0;
	background: url('../img/top/news_icon.png')no-repeat 0 0;
	width: 58px;
	height: 48px;
	content: '';
}


.recomArea{
	padding:  0 0 15px;
}
.treatItem ul{
	margin-left: -20px;
	margin-top: 10px;
}
.treatItem ul li{
	float: left;
	width: 33.33%;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 20px;
}
.treatItem ul li a{
	display: block;
	background: url('../img/common/arrow_blue.png')no-repeat right 20px center #fff;
	font-size: 2.4rem;
	color: #333;
	padding: 23px 35px 23px 25px;
	box-sizing: border-box;
}
.treatItem ul li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}

.treatImg{
	text-align: center;
	padding: 50px 0 55px;
}
.treatImg a{
  display: block;
}
.treatImg a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}

.bgWhite{
	background: #fff;
	padding: 85px 0 70px;
}
.freeInfo{
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
}
.freeInfo span{
	display: inline-block;
	color: #fff;
	background-color: #122A4B;
	font-size: 2.5rem;
	font-weight: bold;
	padding: 6px 11px;
	position: relative;
	margin-right: 27px;
	vertical-align: top;
}
.freeInfo span:before{
	position: absolute;
	right: -14px;
	top: 15px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 14px solid #122A4B;
	width: 0;
	height: 0;
	content: '';
}

.freeBtn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:35px 0 55px;
}
.freeBtn span{
	display: inline-block;
	flex: 0 49%;
}
.freeTxt{
	color: #fff;
	background-color: #122A4B;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	padding: 12px 0;
	text-align: center;

}
.freeBox{
	margin: 25px 0 75px;
}
.freeBox ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.freeBox ul li{
	display: inline-block;
	flex: 0 0 23%;
	position: relative;
}
.freeBox ul li:before{
	position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #122A4B;
    width: 0;
    height: 0;
    content: '';
}
.freeBox ul li:last-child:before{
	display: none;
}
.freeList{
	border:3px solid #122A4B;
	padding:10px 25px 42px;
	box-sizing: border-box;
}

.txt01{
	color: #122A4B;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.txt01 span{
	display: inline-block;
	font-size: 3.3rem;
	font-weight: bold;
	margin-left: 10px;
}
.txt02{
	color: #122A4B;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 5px;
}
.txt03{
	padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt04{
	font-size: 1.8rem;
}

.freeItem{
	background: url(http://gtoe.xsrv.jp/yorozuya/img/top/images07.png)no-repeat 0 0;
	background-size: cover;
	min-height: 303px;
	position: relative;
}
.freeShop{
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	background-color:rgba(255,255,255,0.9);
	padding: 10px;
}
.freeBor{
	border:1px solid #000;
	padding: 25px 94px;
	box-sizing: border-box;
}
.freeShop01{
	font-size: 4.6rem;
	color: #122A4B;
	font-weight: bold;
	line-height: 1.2;
}
.freeShop02{
	margin-top: 5px;
}
.freeShop02 a{
	color: #fff;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/common/arrow_white.png)no-repeat right 25px center;
	background-size: 7px auto;
	background-color: #19675D;
	font-weight: bold;
	font-size: 1.9rem;
	display: block;
	padding: 12px 0 12px 40px;
	box-sizing: border-box;
}
.freeShop02 a:hover{
	opacity: 0.8;
	text-decoration: none;
	transition: all 0.5s;
}


.reasonArea{
	padding: 60px 0 65px;
}
.reasonSub{
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}
.reasonSub span{
	font-weight: bold;
	color: #C1272D;
	font-size: 5.2rem;
	display: inline-block;
}
.reasonItem{
	background: url(http://gtoe.xsrv.jp/yorozuya/img/top/bg_01.png)no-repeat left center;
	background-color: #fff;
	min-height: 274px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;background-size: 47% 100%;
}
.reasonItem03{
	background: url(http://gtoe.xsrv.jp/yorozuya/img/top/bg_03.png)no-repeat left center;
	background-color: #fff;
    margin-bottom: 0;background-size: 47% 100%;
}
.reasonItem02{
	background: url(http://gtoe.xsrv.jp/yorozuya/img/top/bg_02.png)no-repeat right center;
	background-color: #fff;background-size: 47% 100%;
}
.reasonList{
	padding-left: 46%;
	padding-right: 70px;
	box-sizing: border-box;
}
.reasonItem02 .reasonList{
	padding-right: 46%;
	padding-left: 70px;
}
.reasonTxt{
	font-size: 3.9rem;
	color: #122A4B;
	font-weight: bold;
	margin-bottom: 15px;
}
.reasonTxt span{
	display: inline-block;
	color: #C1272D;
	font-weight: bold;
	font-size: 2.1rem;
	margin-right: 25px;
}
.reasonTxt span em{
	font-weight: bold;
	font-size: 3.1rem;
	margin-left: 10px;
}

.reasonInfo{
	font-size: 1.8rem;
}
.mapImg {
    margin: 30px 0;
}


/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {
.reasonTxt{
	font-size: 2.5rem;
}
.reasonInfo {
    font-size: 1.6rem;
}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.newsArea{
	padding: 23px 0 43px;
}
.newsItem{
	border: 1px solid #122a4b;
	background-color: #fff;
}
.newsLeft{
	float: none;
	display: block;
	width:100%;
	font-size: 1.2rem;
	text-align: left;
	padding:9px 0 9px 40px;
	box-sizing: border-box;
}
.newsLeft span{
	display: inline-block;
	margin-right: 15px;
	font-size:2.2rem;
}
.newsRight{
	padding: 12px 14px 12px;
}

.newsRight span{
	font-size: 1.1rem;
	margin-right: 0;
}
.newsRight a{
	display: block;
	font-size: 1.2rem;
}

.arrivalArea{
	padding: 0 0 45px;
}
.arrivalItem{
	margin: 15px 0 5px;
}
.arrivalItem ul li{
    flex: 0 0 48%;
    margin-bottom: 20px;
}
.arrivalItem ul li a:hover{
  opacity: 1;
}
.arrivalTime{
	font-size: 1.2rem;
	margin: 10px 0 4px;
}
.arrivalTxt{
	font-size: 1.2rem;
}
.arrivalPrice{
	font-size: 1.25rem;
}
.arrivalPrice span{
	font-size: 1.7rem;
}



.recomArea{
	padding:  0 0 15px;
}
.treatItem ul{
	margin-left: -10px;
}
.treatItem ul li{
	width: 50%;
	padding-left: 10px;
	margin-top: 10px;
}
.treatItem ul li a{
	background: url('../img/common/arrow_blue.png')no-repeat right 10px center #fff;
	background-size: 6px auto;
	font-size: 1.4rem;
	padding: 10px 15px 10px 15px;
	border:1px solid #E6E6E6;
}
.treatItem ul li a:hover{
  opacity: 1;
}

.treatImg{
	padding: 25px 15px 35px;
	box-sizing: border-box;
}
.treatImg a:hover{
  opacity: 1;
}
.treatImg  a img{
	width: 100%;
}
.freeArea .treatImg{
	padding: 18px 0 15px;
}

.bgWhite{
	padding: 30px 0 40px;
}
.freeInfo{
	font-size: 1.8rem;
}
.freeInfo span{
	display: block;
	font-size: 1.7rem;
	padding: 6px 11px;
	margin-right: 0;
	margin-bottom: 10px;
}
.freeInfo span:before{
	right: unset;
	left: 50%;
	transform: translateX(-50%);
	top: unset;
	bottom: -10px;
	border-right: 0;
	border-bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #122A4B;
}

.freeBtn{
	display: block;
	margin:15px 0 20px;
}
.freeBtn span{
	display: block;
	margin-bottom: 12px;
}
.freeTxt{
	font-size: 1.6rem;
	padding: 6px 0;

}
.freeBox{
	margin: 12px 0 30px;
}
.freeBox ul{
	display: block;
}
.freeBox ul li{
	display: block;
	margin-bottom: 15px;
	position: relative;
}
.freeBox ul li:before{
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: -14px;
    border: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 14px solid #122A4B;
}
.freeBox ul li:last-child:before{
	display: none;
}
.freeList{
	border:3px solid #122A4B;
	padding:15px 25px;
	box-sizing: border-box;
}
.freeListsp{
	display: flex;
	align-items: center;
}
.txt01{
	font-size: 1rem;
}
.txt01 span{
	font-size: 1.65rem;
	margin-left: 6px;
}
.txt02{
	font-size: 1.6rem;
	padding-bottom: 0;
	padding-left: 15px;
}
.border-bot{
	border-bottom: 1px solid #122A4B;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.txt03{
	padding-bottom: 0;
    display: block;
    width: 100px;
}
.txt04{
	font-size: 1.2rem;
	padding-left: 10px;
	box-sizing: border-box;
}

.freeItem{
	background: url(http://gtoe.xsrv.jp/yorozuya/img/top/images07.png)no-repeat 0 0;
	background-size: cover;
	min-height: 143px;
}
.freeShop{
	right: unset;
	padding: 5px;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 210px;
	text-align: center;
}
.freeBor{
	padding: 10px 45px;
}
.freeShop01{
	font-size: 2.3rem;
}
.freeShop02{
	margin-top: 3px;
}
.freeShop02 a{
	background: url(http://gtoe.xsrv.jp/yorozuya/img/common/arrow_white.png)no-repeat right 10px center;
	background-size: 7px auto;
	background-color: #19675D;
	font-size: 1rem;
	padding: 6px 0 6px 16px;
	text-align: left;
}
.freeShop02 a:hover{
	opacity: 1;
}


.reasonArea{
	padding: 30px 0 30px;
}
.reasonSub{
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.reasonSub span{
	font-size: 2.6rem;
}
.reasonItem{
	background: none;
	min-height: auto;
    display: block;
    margin-bottom: 12px;
}
.reasonItem03{
	background: none;
    margin-bottom: 0;
}
.reasonItem02{
	background: none;
}
.reasonItem02 .reasonList {
    padding-right: 20px;
    padding-left: 20px;
}
.reasonList{
	padding:0;
	background-color: #fff;
	padding: 12px 20px;
}
.reasonTxt{
	font-size: 1.9rem;
	margin-bottom: 10px;
}
.reasonTxt span{
	font-size: 1.2rem;
	margin-right: 15px;
}
.reasonTxt span em{
	font-size: 1.7rem;
}
.reasonInfo{
	font-size: 1.2rem;
}
}

/* !qua__________Page
---------------------------------------------------------- */
.quaArea{
	padding: 60px 0 95px;
}
.quasub{
	font-size: 3.2rem;
	font-weight: bold;
	color: #122A4B;
	border-bottom: 2px solid #122A4B;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.quaBtn{
	padding-left: 60px;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    font-size: 1.8rem;
}
.quaBox{
    font-size: 1.6rem;
    padding-top: 20px;
}

.tabBox{
	display: none;
}
.tabArea{
    padding: 30px 0;
    border-bottom: 1px solid #C9C9C9;
}
.quaBtn span{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	display: inline-flex;
	background-color: #122A4B;
	border-radius: 50%;
    font-size: 2.4rem;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
}
.tabBtn{
	background: url(http://gtoe.xsrv.jp/yorozuya/img/common/add.png)no-repeat right center;
	cursor: pointer;
}

.tabBtn.active{
	background: url(http://gtoe.xsrv.jp/yorozuya/img/common/mite.png)no-repeat right center;
}








/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.quaArea{
	padding: 30px 0 45px;
}
.quasub{
	font-size: 2.4rem;
	border-bottom: 1px solid #122A4B;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
.quaBtn{
	padding-left: 40px;
    font-size: 1.4rem;
}
.quaBox{
    font-size: 1.2rem;
    padding-top: 10px;
}
.tabArea{
    padding: 15px 0;
}
.quaBtn span{
    font-size: 1.6rem;
    width: 25px;
    height: 25px;
}
.tabBtn{
	padding-right: 25px;
    box-sizing: border-box;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/common/add.png)no-repeat right 10px center;
	background-size: 15px auto;
}

.tabBtn.active{
	background: url(http://gtoe.xsrv.jp/yorozuya/img/common/mite.png)no-repeat right 10px center;
	background-size: 15px auto;
}

}

/* !qua__________Page
---------------------------------------------------------- */
/* !privacy__________Page
---------------------------------------------------------- */
.privacyArea{
	padding: 50px 0 60px;
}
.privacyBox{
	background-color: #fff;
	padding: 30px 50px;
    box-sizing: border-box;
}
.privacySub{
	font-size: 1.8rem;
	line-height: 2;
}
.privacyItem{
	margin-top: 30px;
}

.privacyHdL{
	font-size: 3.2rem;
	font-weight: bold;
	border-bottom: 1px solid #122A4B;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #122A4B;
}
.privacyList{
	font-size: 1.8rem;
	line-height: 2;
}
.privacyUl{
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 10px;
}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.privacyArea{
	padding: 25px 0 30px;
}
.privacyBox{
	padding: 15px 25px;
}
.privacySub{
	font-size: 1.4rem;
	line-height: 1.5;
}
.privacyItem{
	margin-top: 15px;
}

.privacyHdL{
	font-size: 2.2rem;
}
.privacyList{
	font-size: 1.4rem;
	line-height: 1.5;
}
.privacyUl{
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 5px;
}
}

/* !privacy__________Page
---------------------------------------------------------- */

/* !business__________Page
---------------------------------------------------------- */
#business .privacyItem {
	margin-top: 0;
    margin-bottom: 50px;
}
#business .privacyBox{
	padding-top: 50px;
}
.privacyItem dl{
	display: table;
	width: 100%;
	border-bottom: 1px solid #B3B3B3;
}
.privacyItem dl dt,.privacyItem dl dd{
	display: table-cell;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding-top: 16px;
    padding-bottom: 17px;
}
.privacyItem dl dt{
	width: 330px;
	font-weight: bold;
	padding-left: 25px;
}
.privacyItem dl dd{
	padding-left: 10px;
}



/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
#business .privacyItem {
    margin-bottom: 25px;
}
#business .privacyBox{
	padding-top: 25px;
}
.privacyItem dl{
	display: block;
}
.privacyItem dl dt,.privacyItem dl dd{
	display: block;
    font-size: 1.4rem;
	padding: 0;
}
.privacyItem dl dt{
	width: 100%;
	margin-top: 0;
	padding: 10px 0;
}
.privacyItem dl dd{
	padding-bottom: 10px;
}
}

/* !business__________Page
---------------------------------------------------------- */
/* !company__________Page
---------------------------------------------------------- */
.compantImg{
	text-align: center;
	padding: 15px 0 25px;
}

.genntInfo{
	font-size: 1.8rem;
	line-height: 2.19;
}
.genntName{
	font-size: 1.8rem;
	line-height: 2.19;
	text-align: right;
}

.companyItem{
	margin-top: 50px;
}
.companyLeft{
	float: left;
	width: 65%;
}
.companyRight{
	overflow: hidden;
	padding-left: 30px;
    box-sizing: border-box;
}
.companyBox{
	padding-top: 25px;
}
.companyLeft dl{
	display: table;
	width: 100%;
	border-bottom: 1px solid #B3B3B3;
}
.companyLeft dl dt,.companyLeft dl dd{
	display: table-cell;
	font-size: 1.8rem;
	padding-top: 14px;
	padding-bottom: 14px;
}
.companyLeft dl dt{
	width: 180px;
	font-weight: bold;
}
.companyLeft dl dd{
	padding-left: 10px;
    box-sizing: border-box;
}
.companyLeft dl dd a{
	display: block;
}
.mapBox{
	width: 100%;
	height: 355px;
	margin: 55px 0 0;
}
.mapBox iframe{
	width: 100%;
	height: 100%;
}
.mapBoxInfo{
	text-align: right;
	font-size: 1.6rem;
	margin-top: 10px;
}
.mapBoxInfo span{
	display: inline-block;
	padding-left: 24px;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/company/map.png)no-repeat left center;
}

.companyWrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.companyWrap .companyItem{
    flex: 0 0 48.5%;
}
.companyWrap .companyLeft {
    float: none;
    width: 100%;
}
.companyWrap .mapBox {
    height: 355px;
    margin: 30px 0 0;
}
.companyWrap .companyBox {
    padding-top: 0px;
}





/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.compantImg{
	padding: 10px 0 15px;
}
.genntInfo{
	font-size: 1.4rem;
	line-height: 1.6;
}
.genntName{
	font-size: 1.4rem;
	line-height: 1.6;
}

.companyItem{
	margin-top: 25px;
}
.companyLeft{
	float: none;
	width: 100%;
}
.companyRight{
	overflow: hidden;
	padding-left: 0;
	margin-top: 15px;
}
.companyBox{
	padding-top: 13px;
}
.companyLeft dl dt,.companyLeft dl dd{
	font-size: 1.4rem;
	padding-top: 8px;
	padding-bottom: 8px;
}
.companyLeft dl dt{
	width: 120px;
}
.mapBox{
	height: 180px;
	margin: 23px 0 0;
}
.mapBoxInfo{
	font-size: 1.3rem;
}
.mapBoxInfo span{
	padding-left: 18px;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/company/map.png)no-repeat left center;
	background-size: 14px auto;
}

.companyWrap{
    display: block;
}
.companyWrap .companyItem{

}

.companyWrap .mapBox {
    height: 180px;
    margin: 15px 0 0;
}
}

/* !company__________Page
---------------------------------------------------------- */

/* !list__________Page
---------------------------------------------------------- */
.listWrap{
	padding: 45px 0 65px;
}
.serchArea{
	background-color: #E2E4EB;
	padding: 20px 15px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.serchItem{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.serchSelect{
	margin-right: 5px;
	display: inline-block;
}
.serchSelect span{
	background: #fff;
	border:1px solid #999999;
	border-radius: 5px;
	display: inline-block;
	min-width: 215px;
	font-size: 1.8rem;
	position: relative;
}
.serchSelect span:before{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 10px;
	content: '';
	background: url(http://gtoe.xsrv.jp/yorozuya/img/list/arrow.png)right center no-repeat;
}
.serchSelect span select{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border:0;
	background: #fff;
	padding: 14px 28px 14px 20px;
    box-sizing: border-box;
}
.serchLeft {
    display: flex;
    align-items: center;
}
.serchInput {
  vertical-align: top;
    display: inline-block;
}
.serchInput input[type=text]{
  border: 1px solid #999999;
  box-sizing: border-box;
  background: #fff;
  min-width: 289px;
  height: 45px;
  font-size: 1.8rem;
  padding: 0 20px;
  color: #999;
  vertical-align: top;
}
.serchInput button{
  border: 1px solid #19675D;
  box-sizing: border-box;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(http://gtoe.xsrv.jp/yorozuya/img/list/serch.png)no-repeat center center #19675D;
  vertical-align: bottom;
}
.serchInput input[type=submit]{
  width: 100%;
  height: 100%;
  border:0;
  background: transparent;
  font-size: 0;
}

.mat65{
	margin-top: 65px;
}
.mat40{
	margin-top: 40px;
}

.pageNumber ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageNumber ul li{
	padding: 0 3px;
}
.pageNumber ul li,
.pageNumber ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #19675D;
	width: 54px;
	height: 54px;
	font-weight: bold;
	font-size: 2.8rem;
}
.pageNumber ul li:hover,
.pageNumber ul li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}


/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.listWrap{
	padding: 13px 0 47px;
}
.serchArea{
	padding: 15px 10px;
    margin-bottom: 23px;
}
.serchItem{
	display: block;
}
.serchSelect{
	margin-right: 0;
	margin-bottom: 5px;
}
.serchSelect span{
	min-width: 100%;
	width: 100%;
	font-size: 1.2rem;
}
.serchSelect span select{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border:0;
	background: #fff;
	padding: 8px 14px 8px 12px;
    box-sizing: border-box;
}
.serchLeft {
	display: block;
}
.serchInput input[type=text]{
  width: calc(100% - 36px);
  min-width: auto;
  height: 30px;
  font-size: 1.2rem;
  padding: 0 10px;
}
.serchInput button{
  width: 30px;
  height: 30px;
  background: url(http://gtoe.xsrv.jp/yorozuya/img/list/serch.png)no-repeat center center #19675D;
  background-size: 100% auto;
}
.serchRight{
	text-align: center;
	font-size: 1.2rem;
	margin-top: 5px;
}

.mat65{
	margin-top: 40px;
}
.mat40{
	margin-top: 20px;
}

.pageNumber ul li a{
	width: 30px;
	height: 30px;
	font-size: 1.4rem;
}
.pageNumber ul li a:hover{
  opacity: 1;
}
.pageNumber ul li a img{
	width: 15px;
}
}

/* !list__________Page
---------------------------------------------------------- */

/* !find__________Page
---------------------------------------------------------- */
.findImg{
	text-align: center;
}
.findWrap{
	padding: 45px 0 70px;
}
.findBox{
	background-color: #fff;
	padding: 40px 55px 50px;
	box-sizing: border-box;
}
.findList{
	margin-bottom: 30px;
}
.findOnt{
	margin-top: 25px;
}
.findList h2{
	background-color: #534741;
	color: #fff;
	padding: 8px 10px 7px 95px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 3.8rem;
	position: relative;
}
.findList h2 span{
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	background-color: #C7B299;
	color: #534741;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center; 
	padding: 0 13px;
	box-sizing: border-box;
}
.findList h2 span em{
	font-weight: bold;
	font-size: 2rem;
	display: block;
}
.findLeft{
	float: left;
	width:43%;
}
.findOvh{
	overflow: hidden;
	padding-left: 24px;
    box-sizing: border-box;
    line-height: 1.88;
    font-size: 1.8rem;
}
.findMess{
	margin-top: 45px;
	border:4px solid #C1272D;
	box-sizing: border-box;
	padding: 24px 50px;
	background-color: #FDF6F7;
}
.findMess h3{
	font-size: 3.1rem;
	color: #C1272D;
	font-weight: bold;
	text-align: center;
	margin-bottom: 17px;
}
.findMess ul li{
	font-size: 1.8rem;
	line-height: 1.88;
}
.findTitle{
	color: #fff;
	font-weight: bold;
	font-size: 4.8rem;
	background-color: #754B84;
	padding: 14px 50px;
    box-sizing: border-box;
    margin: 55px -55px 35px;
    width: calc(100% + 110px);
}
.fullItem{
	padding-bottom: 60px;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/find/tips.png)no-repeat left bottom;
	background-size: 100% auto;
	margin-bottom: 15px;
}
.fullItem02{
	padding-bottom: 0;
	background: none;
	margin-bottom: 0;
}
.fullLeft{
	float: left;
	width: 56%;
}
.fullRight{
	overflow: hidden;
	padding-left: 30px;
    box-sizing: border-box;
}
.fullRight img{
	width: 100%;
}
.fullSub{
	font-weight: bold;
	font-size: 3.2rem;
	padding-left: 65px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 12px;
}
.fullSub span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	border-radius: 50%;
	background-color: #41342D;
	width: 46px;
	height: 46px;
}
.fullpic{
	margin-top: 20px;
}

.fullImg{
	text-align: center;
	margin-top: 50px;
}



/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.findWrap{
	padding: 23px 0 35px;
}
.findBox{
	padding: 20px 25px 20px;
}
.findList{
	margin-bottom: 15px;
}
.findOnt{
	margin-top: 13px;
}
.findList h2{
	padding: 8px 5px 8px 55px;
	font-size: 2rem;
}
.findList h2 span{
	left: 13px;
	font-size: 1rem; 
	padding: 0 5px;
}
.findList h2 span em{
	font-size: 1.4rem;
}
.findLeft{
	float: none;
	width:100%;
}
.findOvh{
	overflow: hidden;
	padding-left: 0;
	margin-top: 12px;
    font-size: 1.4rem;
}
.findMess{
	margin-top: 23px;
	border:2px solid #C1272D;
	padding: 12px 25px;
}
.findMess h3{
	font-size: 2.2rem;
	margin-bottom: 9px;
}
.findMess ul li{
	font-size: 1.4rem;
}
.findTitle{
	font-size: 2.6rem;
	padding: 7px 25px;
    margin: 25px -25px 17px;
    width: calc(100% + 50px);
}
.fullItem{
	padding-bottom: 30px;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/find/tips.png)no-repeat left bottom;
	background-size: 100% auto;
	margin-bottom: 10px;
}
.fullLeft{
	float: none;
	width: 100%;
}
.findLeft img{
	width: 100%;
}
.fullRight{
	padding-left: 0;
    margin-top: 15px;
}
.fullSub{
	font-size: 2.4rem;
	padding-left: 40px;
    margin-bottom: 6px;
}
.fullSub span{
	font-size: 1.6rem;
	width: 30px;
	height: 30px;
}
.fullpic{
	margin-top: 10px;
}
.fullImg{
	margin-top: 25px;
}

}

/* !find__________Page
---------------------------------------------------------- */


/* !buy__________Page
---------------------------------------------------------- */
.buyWrap{
	padding-bottom: 80px;
}
.buyBox{
	background-color: #fff;
	padding: 60px 50px;
    box-sizing: border-box;
}
.buyTitle{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 4.8rem;
	background-color: #002F53;
	padding: 9px 0;
	position: relative;
	margin-bottom: 25px;
}
.buyTitle:before{
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/buy/icon01.png)no-repeat right center;
	content: '';
	width: 256px;
	height: 188px;
}
.methodItem ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.methodItem ul li{
	flex: 0 0 32.5%;
}
.methodItem ul li a{
	display: block;
}
.methodItem ul li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.methodTxt{
	font-size: 3.2rem;
	font-weight: bold;
	color: #002F53;
	margin-bottom: 10px;
}

.buySub{
	text-align: center;
	border-top: 2px solid #002F53;
	border-bottom: 2px solid #002F53;
	color: #002F53;
	padding: 12px 0;
	font-weight: bold;
	font-size: 3.7rem;
}
#anchor01,#anchor02,#anchor03{
	padding-top: 75px;
}
.buySub span{
	display: inline-block;
	padding-left: 70px;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/buy/emeail_blue.png)no-repeat left center;
	box-sizing: border-box;
	background-size: 48px auto;
}
.emailItem{
	padding: 25px 0 0;
}
.emailItem ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.emailItem ul li{
    flex: 0 0 33.33%;
    border-left: 1px solid #B3B3B3;
	box-sizing: border-box;
	padding: 0 20px 25px;
}
.emailItem ul li:first-child{
	border-left:0;
}

.emailArea02 .emailItem ul li{
    flex: 0 0 24.5%;
    padding-bottom: 5px;
    position: relative;
}
.emailArea02 .emailItem ul li:after{
	position: absolute;
	right: -17px;
	top: 45px;
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #122A4B;
}
.emailArea02 .emailItem ul li:last-child:after{
	display: none;
}
.emailArea02 .buySub span{
	padding-left: 60px;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/buy/icon_line.png)no-repeat left center;
	box-sizing: border-box;
	background-size: 44px auto;
}

.emailArea03 .emailItem ul li{
    flex: 0 0 24.5%;
    padding-bottom: 5px;
    position: relative;
}
.emailArea03 .emailItem ul li:after{
	position: absolute;
	right: -17px;
	top: 45px;
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #122A4B;
}
.emailArea03 .emailItem ul li:last-child:after{
	display: none;
}
.emailArea03 .buySub span{
	padding-left: 90px;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/buy/icon_car.png)no-repeat left center;
	box-sizing: border-box;
	background-size: 72px auto;
}

.buyMess{
	text-align: left;
}

.buyIcon{
	padding: 10px 0;
	font-size: 2.9rem;
	color: #002F53;
	font-weight: bold;
}
.buyIcon span{
	font-size: 1.2rem;
	display: block;
	font-weight: bold;
}
.buyInfo{
	font-size: 2.9rem;
	color: #002F53;
	font-weight: bold;
	margin-bottom: 10px;
}
.buyMess{
	font-size: 1.8rem;
	color: #333;
	margin-bottom: 15px;

}
.buyBtn{
	text-align: center;
}
.buyBtn a{
	background: url(http://gtoe.xsrv.jp/yorozuya/img/buy/emeail_white.png)no-repeat left 15px center;
	background-color: #19675D;
	width: 100%;
	max-width: 287px;
	height: 44px;
	display: flex;
	align-items: center;
	color: #fff;
	border-radius: 10px;
	padding: 0 30px 0 55px;
	box-sizing: border-box;
	position: relative;margin: 0 auto;
}
.buyBtn a:before{
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	background: url(http://gtoe.xsrv.jp/yorozuya/img/buy/arrow_green.png)no-repeat 0 0;
	width: 13px;
	height: 14px;
}
.buyBtn a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.buyTxt{
	background-color: #F2F2F2;
	padding: 20px 40px;
	box-sizing: border-box;
	font-size: 1.8rem;
	margin-top: 35px;
}
.buyTxt .txt2{
	margin-top: 20px;
}
.buyTxt ul li span{
	padding-left: 25px;
	box-sizing: border-box;
	position: relative;
}
.buyTxt ul li span:before{
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	background-color: #19675D;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.buyQr {
    background-color: #F2F2F2;
    padding: 40px 50px;
    box-sizing: border-box;
    margin-top: 30px;
}
.qrTxt{
	text-align: center;
	font-weight: bold;
	font-size: 3.7rem;
	color: #122A4B;
}
.buyQr ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.buyQr ul li{
    flex: 0 0 40.67%;
    position: relative;
}
.buyQr ul li:first-child:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -118px;
	content: '\307E\305F\306F';
	font-size: 2.8rem;
	font-weight: bold;
	width: 84px;
	margin-top: -10px;
}
.qrSub{
	text-align: center;
	color: #fff;
	background-color: #00B900;
	font-weight: bold;
	font-size: 2.8rem;
    padding: 4px 0;
    margin-bottom: 30px;
    position: relative;
}
.qrSub:before{
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 16px solid #00B900;
}
.qrMess{
	font-size: 1.8rem;
	margin-top: 23px;
}

.qrPic img{
	width: 100%;
}




/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.buyWrap{
	padding-bottom: 40px;
}
.buyBox{
	padding: 30px 25px;
}
.buyTitle{
	font-size: 2rem;
	padding: 5px 0;
	margin-bottom: 13px;
}
.reasonImg img{
	width: 100%;
}
.buyTitle:before{
	right: -5px;
	width: 78px;
	height: 54px;
	background-size: 100% auto;
}
.methodItem ul li a:hover{
  opacity: 1;
}
.methodTxt{
	font-size: 1.6rem;
}
.buySub{
	border-top: 1px solid #002F53;
	border-bottom: 1px solid #002F53;
	padding: 6px 0;
	font-size: 2rem;
}
#anchor01,#anchor02,#anchor03{
	padding-top: 40px;
}
.buySub span{
	padding-left: 50px;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/buy/emeail_blue.png)no-repeat left center;
	background-size: 35px auto;
}
.emailItem{
	padding: 15px 0 0;
}
.emailItem ul{
    display: block;
}
.emailItem ul li{
    flex: 0;
    border-left: 0;
    border-top: 1px solid #B3B3B3;
	box-sizing: border-box;
	padding: 0 20px 25px;
}
.emailItem ul li:first-child{
	border-left:0;
    border-top: 0;
}

.emailArea02 .emailItem ul li{
    flex: 0;
    padding-bottom: 10px;
}
.emailArea02 .emailItem ul li:after{
	display: none;
}

.emailArea02 .buySub span{
	padding-left: 50px;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/buy/icon_line.png)no-repeat left center;
	background-size: 35px auto;
}
.emailArea03 .emailItem ul li{
    flex: 0;
    padding-bottom: 15px;
}
.emailArea03 .emailItem ul li:after{
	display: none;
}
.emailArea03 .buySub span{
	padding-left: 60px;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/buy/icon_car.png)no-repeat left center;
	background-size: 45px auto;
}

.buyIcon{
	font-size: 1.6rem;
}
.buyInfo{
	font-size: 1.6rem;
}
.buyMess{
	font-size: 1.4rem;
	margin-bottom: 10px;

}
.buyBtn a{
	max-width: 265px;
	padding: 0 20px 0 55px;
}
.buyBtn a:hover{
  opacity:1;
}
.buyTxt{
	padding: 5px 10px;
	margin-top: 9px;
}
.buyTxt .txt2{
	margin-top: 10px;
}
.buyTxt ul li span{
	padding-left: 20px;
}


.buyQr {
    padding: 20px 25px;
    margin-top: 15px;
}
.qrTxt{
	font-size: 2rem;
}
.buyQr ul{
    display: block;
    margin-top: 15px;
}
.buyQr ul li{
    flex: 0;
}
.buyQr ul li:first-child{
	padding-bottom: 80px;
}
.buyQr ul li:first-child:before{
	top: unset;
	transform: translateY(0);
	transform: translateX(-50%);
	left: 50%;
	right: unset;
	bottom: 30px;
	font-size:2rem;
	width: 84px;
	margin-top: 0;
}
.qrSub{
	font-size: 1.8rem;
}
.qrSub:before{
	bottom: -15px;
}
.qrMess{
	font-size: 1.4rem;
	margin-top: 11px;
}
}

/* !buy__________Page
---------------------------------------------------------- */

/* !detail__________Page
---------------------------------------------------------- */
.detailWrap{
	padding: 60px 0 0;
}
.detailSub{
	text-align: left;
	border-bottom: 2px solid #122A4B;
	font-size: 3.2rem;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 60px;
	padding-left: 5px;
    box-sizing: border-box;
}
.numberInput {
    font-size: 2.2rem;
    color: #333;
}
.numberInput span {
    display: inline-block;
    margin-right: 10px;
}
.numberInput input[type='number'] {
    display: inline-block;
    width: auto;
    max-width: 104px;
    width: 100%;
    height: 39px;
    padding: 6px 10px 6px 20px;
    box-sizing: border-box;
    font-size: 2.2rem;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 3px;
}

.detailLeft{
	float: left;
	width: 50%;
}
.detailRight{
	overflow: hidden;
	padding-left: 45px;
    box-sizing: border-box;
}

.item_nav{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; 
    margin: 0 -10px;
    width: calc(100% + 20px)!important;
}
.item_nav .slideThumb{
	flex: 0 0 33.33%;
	margin-top: 15px;
    padding: 0 10px;
    box-sizing: border-box;
}
.detailLeft .slick-slide img {
    display: block;
    width: 100%;
}


.detailPrice{
	color: #C1272D;
	font-weight: bold;
	font-size: 3.8rem;
	letter-spacing: 0.09em;
}
.detailPrice span{
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
	font-size: 5.6rem;
}
.detailForm{
	margin: 30px 0;
}

.detailCar{
	margin-bottom: 12px;
}
.detailCar a, .detailCar input{
	color: #fff;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/detail/car.png)no-repeat left 40px center #19675D;
	display: flex;
	align-items: center;
	max-width: 390px;
	height: 75px;
	width: 100%;
	font-weight: bold;
	font-size: 2.6rem;
    box-sizing: border-box;
    padding-left: 114px;
}
.detailCar02{
	margin-top: 30px;
}
.detailCar02 a{
	background: #808080;
	justify-content: center;
	height: 59px;
	font-size: 2rem;
    padding-left: 0;
}
.detailCar a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.detailArrow{
	margin-bottom: 5px;
	padding-left: 25px;
	box-sizing: border-box;
	font-size: 1.8rem;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/detail/arrow.png)no-repeat left center;
	background-size: 16px auto;
}
.detailLink{
	margin: 20px 0;
}
.detailBox ul{
	margin-bottom: 20px;
}
.detailBox ul li + li{
	margin-top: 20px;
	font-size: 1.8rem;
}
.detailBox ul li span{
	padding-left: 20px;
	box-sizing: border-box;
	background: url(http://gtoe.xsrv.jp/yorozuya/img/detail/close.png)no-repeat left center;
	background-size: 14px auto;
	display: inline-block;
}




/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.detailWrap{
	padding: 30px 0 0;
}
.detailSub{
	border-bottom: 1px solid #122A4B;
	font-size:1.8rem;
	margin-bottom: 30px;
}
.numberInput {
    font-size: 1.6rem;
}

.detailLeft{
	float: none;
	width: 100%;
}
.detailRight{
	padding-left: 0;
	padding-top: 25px;
}
.slider-nav .slick-track{
    margin: 0 -5px;
    width: calc(100% + 10px)!important;
}
.slider-nav .slick-track p{
	margin-top: 10px;
    padding: 0 5px;
}

.detailPrice{
	font-size:2rem;
}
.detailPrice span{
	font-size: 2.8rem;
}
.detailForm{
	margin: 15px 0;
}

.detailCar{
	margin-bottom: 6px;
}
.detailCar a{
	background: url(http://gtoe.xsrv.jp/yorozuya/img/detail/car.png)no-repeat left 20px center #19675D;
	background-size: 20px auto;
	max-width: 100%;
	height: 55px;
	font-size: 2rem;
    padding-left: 75px;
}
.detailCar02{
	margin-top: 15px;
}
.detailCar02 a{
	background: #808080;
	height: 45px;
	font-size: 1.6rem;
	padding-left: 0;
}
.detailCar a:hover{
  opacity: 1;
}
.detailArrow{
	font-size: 1.6rem;
}
.detailLink{
	margin:10px 0;
}
.detailBox ul{
	margin-bottom: 10px;
}
.detailBox ul li + li{
	margin-top: 10px;
	font-size: 1.6rem;
}
}

/* !detail__________Page

