@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
 font-family: 'Noto Sans Japanese', sans-serif;
 font-size: 1.4rem;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
 color: #333;
}
@media screen and (max-width: 374px) {
	body {font-size: 1.2rem;}
}

*{ 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

/* !Base Fonts -------------------------------------------------------------- */
a {
	color: #333;
	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: none;
	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;}

 

.imgBox{
  width: 100%;
  display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.imgBox img{
	width: 100%;
}

.eng{
	font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	
}


/* !header
---------------------------------------------------------- */
#shf_lp_header {
	background:#ffff00;
} 
#shf_lp_headerIn {
	padding:0 20px;
	margin:auto; 
}
#shf_lp_headerLogo { 
	float:left; 
	font-size:0;
}
#shf_lp_headerLogo a{
	display:flex;
	align-items: center;
	height:50px;
}
#shf_lp_headerLogo .logo_img{
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
	height:34px;
}
#shf_lp_headerLogo .logo_txt{
	display:inline-block;
	vertical-align: middle;
	line-height: 1.14;
	color:#000;
	font-size:1.4rem;
} 
#shf_lp_header .shf_lp_sns{
	float:right;
	padding:13px 0;
}
#shf_lp_header .shf_lp_sns a{
	margin-left:5px;
}
#shf_lp_header .shf_lp_sns img{
	height:24px;
}

	
/* !mainVisual
---------------------------------------------------------- */
#shf_lp_mainVisual img{
	width:100%;
} 

/* !contents
---------------------------------------------------------- */
#shf_lp_contents {
	
} 
#shf_lp_main {
	
}  
.shf_lp_inner {
	margin:auto;
	padding:0 20px;
}

/* !pageTop
---------------------------------------------------------- */
.pageTop {
	
}

/* !footer
---------------------------------------------------------- */
#shf_lp_footer {
	padding:86px 20px 50px;
	background:#ffff00;
	text-align: center;
	color:#000;
}
#shf_lp_footer .hd01{
	margin-bottom:35px;
	font-size:1.6rem;
	font-weight: bold;
}
#shf_lp_footer .shf_lp_sns{margin-bottom:70px;}
#shf_lp_footer .shf_lp_sns img{
	display:inline-block;
	vertical-align: middle;
	margin:0 20px;
	width:60px; 
} 
.shf_lp_foot_logo img{
	display: block;
	margin:0 auto 35px;
	height:125px;
}
#copyright {
	text-align: center;
}
#copyright a{color:#000;}

/* !h(n)eading
---------------------------------------------------------- */
.shf_lp_hdL{
	display:flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height:120px;
	background: #ffff00;
	text-align: center;
	color:#000;
	font-size:3rem;
}
.shf_lp_hdL span{
	padding-top:45px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto 42px;
}
.shf_lp_hdl01{background-image:url(../image/ico_hdl01.png);}
.shf_lp_hdl02{background-image:url(../image/ico_hdl02.png);}
.shf_lp_hdl03{background-image:url(../image/ico_hdl03.png);}
.shf_lp_hdL:after{
	content:"";
	display:block;
	position: absolute;
	left:50%;
	top:100%;
	margin-left:-14px;
	border-top:24px solid #ffff00;
	border-left:14px solid transparent;
	border-right:14px solid transparent;
}


/* !common
---------------------------------------------------------- */
.pc{ display:none; }
 
.col03 li{
	float:left;
	width:33.33%;
}
.shf_lp_btnLink a{
	display:block;
	margin:20px auto 0;
	width:90%;
	text-align: center; 
}

.shf_lp_photography .box {
	padding:30px 0 40px;
	background:url(../image/bg01sp.jpg) no-repeat center;
	color: #fff;
	font-size:1.6rem;
}
.shf_lp_photography .hd01{
	margin-bottom:35px;
	line-height: 1.31;
	text-align:center;
	color: #fff;
	font-size:2.2rem;
	font-weight:bold;
} 
.shf_lp_photography .note{
	margin-top:5px;
	color:#ffff00; 
	font-size:1.4rem;
	font-weight:normal;
}

.shf_lp_gallery{
	padding:50px 0;
	background:#DCDCDC; 
}
.shf_lp_gallery ul{margin-left:-10px;}
.shf_lp_gallery li{	
	width:50%;
	padding:0 0 10px 10px;
}
.shf_lp_gallery li a{
	display:block;
} 

.shf_lp_information{
	padding: 50px 0 35px;
	background:url(../image/bg_informate_sp.jpg) no-repeat center;
	background-size:cover;
}
.shf_lp_information li{margin-bottom:30px;}

.shf_lp_terms {position: relative;}
.shf_lp_terms:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:-45px;
	margin-left:-10px;

}
.shf_lp_terms a{
	display:block;
	position: relative;
	background:#111;
	line-height: 60px;
	text-align: center;
	color:#fff;
	font-size:2.5rem;
}

