@charset "utf-8";
/* CSS Document */

/***********************************************
									ヘ ッ ダ ー
***********************************************/
/*.header { font-size: 0px;}
.header .row { align-items: center;}
.header .row p { font-size: 2.0vw; font-weight: 500;}
	
	@media(min-width:768px){
		.header .row p { font-size: 0.75rem;}
	}
	
	@media(min-width:992px){
		.header .row p { font-size: 0.9rem;}
	}
*/

.contactForm { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; width: 50%; }
.contactForm .tell { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; position: relative; transition: .4s; }
.contactForm .tell img { margin-right: 0.5rem; }
.contactForm .tell a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px; }
.contactForm .tell { margin-bottom: 0.25rem; }
.contactForm .tell img { width: 2.5rem; }
.contactForm .tell p { font-size: 1.6rem; font-weight: 900; font-family: 'Lato','Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif; text-align: center; line-height: 1.4rem; }
.contactForm .tell p span { font-size: 0.8rem; font-weight: 400; }
@media (min-width: 576px) { 
	.contactForm { width: auto; }
	.contactForm .tell { width: auto; }
	.contactForm .tell { margin-right: 2.0rem; margin-bottom: 0; }
	.contactForm .tell img { width: 3.75rem; }
	.contactForm .tell p { font-size: 1.8rem; line-height: 1.6rem; }
  }

.header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.header .drcnLogo { width: 8.0rem; }
.header .drcnLogo img { width: 100%; height: auto; }

.eyecatch { font-size: 0px; position: relative; background: url("../img/bk.jpg") center/cover no-repeat;}
.eyecatch img { width: 100%;}
.eyecatch .lead { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: -100px;}
	@media(min-width:768px){
		.eyecatch .lead {margin-bottom: 0;}
	}
.eyecatch h1 { font-weight: 700; color: #BB3333; font-size: 4rem; }
.eyecatch .intro { font-size: 1.8rem; font-weight: 700; max-width: 600px; }
@media(min-width:768px){
		.eyecatch h1 { font-size: 3.2rem; }
		.eyecatch .intro { font-size: 1.4rem; }
	}
@media(min-width:992px){
		.eyecatch h1 { font-size: 4rem; }
		.eyecatch .intro { font-size: 1.8rem; }
	}
.eyecatch .text-shadow {
	text-shadow: 
	    #FFF 2px 0px 2px,  #FFF -2px 0px 2px,
	    #FFF 0px -2px 2px, #FFF 0px 2px 2px,
	    #FFF 2px 2px 2px, #FFF -2px 2px 2px,
	    #FFF 2px -2px 2px, #FFF -2px -2px 2px,
	    #FFF 1px 2px 2px,  #FFF -1px 2px 2px,
	    #FFF 1px -2px 2px, #FFF -1px -2px 2px,
	    #FFF 2px 1px 2px,  #FFF -2px 1px 2px,
	    #FFF 2px -1px 2px, #FFF -2px -1px 2px;
}

.eyecatch .cart { background-color: #BB3333; color: #FFF; border: none; position: relative; height: 4rem; border-radius: 2rem; transition: .4s; box-shadow: 0 0 2px 4px #FFF; font-size: 1.4rem; font-weight: 700; }
.eyecatch .cart	a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px; overflow: hidden; border-radius: inherit;}
.eyecatch .cart:hover { background-color: #962317; }


.howto { background-color:#CC3333;}
.howto p { font-size: 1.4rem; font-weight: 500; line-height: 1.6rem; color: #FEFEFE; text-align: center; border: solid 2px #FEFEFE; padding: 0.75rem; border-radius: 10px; letter-spacing: 2px; position: relative; transition: 0.4s;}
.howto p a { width: 100%; height: 100%; margin: 0; padding:0; position: absolute; top: 0; left: 0; display: block; text-indent: -9999px;}
.howto p:hover { background-color: #962317;}
	@media(min-width:768px){
		.howto p::before { content: url("../img/point.svg"); display: block; height: 2.8rem; width: 2.8rem; border-radius: 1.4rem; padding: 0; position: absolute; top: 50%; left: 0.5rem; transform: translateY(-50%);}
	}

