/******************************************************************
	Fonts
******************************************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);								
									
/******************************************************************
	This is the CSS Reset
******************************************************************/
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 {

}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}



/******************************************************************
	Main
******************************************************************/
.content {
	max-width: 960px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.content.sidebar {
	width: 659px;
	float: left;
	margin-top: 40px;
	border-right: 1px solid #e7e7e7;
}
.sidebar {
	width: 300px;
	float: right;
}
blockquote {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-size: 28px;
	line-height: 60px;
	width: 100%;
	height: 100px;
	text-align: center;
	padding-top: 40px;
	color: #616161;
	font-weight: 300;
	font-style: italic;

}



@media screen and (max-width: 980px) {

blockquote {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-size: 25px;
	line-height: 50px;
	width: 100%;
	height: 100px;
	text-align: center;
	padding-top: 40px;
	color: #616161;
	font-weight: 300;
	font-style: italic;
	margin-left: 0;
}
}


@media screen and (max-width: 736px) {

blockquote {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	width: 100%;
	height: 100px;
	text-align: center;
	padding-top: 40px;
	color: #616161;
	font-weight: 300;
	font-style: italic;
	margin-left: 0;
}

}


blockquote:before {
	content: '"';
	font-weight: bold;
	font-size: 36px;
}
blockquote:after {
	content: '"';
	font-weight: bold;
	font-size: 36px;
}
div.pagetitle {
	width: 100%;
	background-color: #6093e7;
	height: 120px;
}
div.pagetitle h1 {
	line-height: 120px;
	color: #FFF;
	text-align: center;
}
p.main {
	font-size: 15px;
	text-align: center;
	margin: 50px auto;
	font-weight: 400;
}
div.section.divider {
	width: 100%;
	height: 40px;
	border-top: 1px solid #08245d;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 40px;
}
div.section.divider.single {
	border-top: 1px solid #08245d;
	margin-top: 150px;
}
div.section.divider h2 {
	font-weight: 400;
	color: #08245d;
	background-color: #FFF;
	margin-top: -20px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	text-transform: uppercase;
}
a.scroll {
	width: 100%;
	display: block;
}
div.icon {
	font-size: 80px;
	color: #FFF;
}
.front div.icon {
	line-height: 210px;
	text-align: center;
}

/******************************************************************
	Hero Images
******************************************************************/
.hero {
	width: 100%;
	height: 100%;
}
.home.hero {
	background-image: url(https://jalana.itembox.design/item/images/brand/saintjames/home_bg.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	top: 0;
}
.overlay {
	background-image: url(https://jalana.itembox.design/item/images/brand/saintjames/overlay_light_diagonal.png);
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
.herowrapper {
	position: absolute;
	top: 50%;
	height: 40px;
	margin-top: -40px;
	width: 100%;
}
.herowrapper h1 {
	text-align: center;
	color: #e8e8e8;
	font-size: 40px;
	font-weight: 300;
}



@media screen and (max-width: 980px) {

.herowrapper h1 {
	text-align: center;
	color: #e8e8e8;
	font-size: 25px;
	font-weight: 300;
}
}



@media screen and (max-width: 450px) {

.herowrapper h1 {
	text-align: center;
	color: #e8e8e8;
	font-size: 25px;
	font-weight: 300;
	margin-top: 100px;
}
}


.herowrapper b {
	background-color: rgba(188, 16, 31, 0.8);
	padding: 0px 5px;
}
a.scrolldown {
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
.scrolldown .icon {
	font-size: 20px;
	text-align: center;
	color: #FFF;
}
.scrolldown h3 {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
}


/******************************************************************
	Home Page
******************************************************************/
div.section.full {
	margin: 40px 0px;
	clear: both;
	width: 960px;
	overflow: hidden;
}
div.section.full li {
	width: 220px;
	margin-top: 20px;
	margin-right: 26px;
}
div.section.block {
	width: 220px;
	height: 185px;
	background-color: #f6f6f6;
	text-align: center;
	float: left;
	cursor: pointer;
}
div.section.block h5 {
	margin-top: 15px;
}
div.section.block h6 {
	color: #838282;
}
div.section.block img {
	width: 220px;
	height: 185px;
	display: block;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
}
div.section.block .content {
	width: 220px;
	height: 85px;
	position: absolute;
	z-index: 5;
	background-color: #f6f6f6;
	margin-top: 104px;
}
div.section.block .hover {
	width: 220px;
	height: 185px;
	position: relative;
	z-index: 10;
	display: none;
}
div.section.block .hover.content {
	width: 220px;
	height: 182px;
	position: relative;
	display: block;
	background-color: rgba(96, 147, 231, 0.6);
	z-index: 10;
	border-bottom: 3px solid #6093e7;
	margin-top: 0px;
}
div.section.block .hover.content h2 {
	padding-top: 40px;
	font-size: 40px;
	font-weight: 400;
	color: #FFF;
}
div.section.block .hover.content h5 {
	font-weight: 400;
	color: #FFF;
}
div.section.block .hover.content h6 {
	font-weight: 400;
	color: #FFF;
}
div.section.full li:last-child  {
	margin-right: 0px;
}
div.section.block.blog {
	text-align: left;
	height: 220px;
}
div.section.block.blog .hover {
	left: -10px;
}
div.section.block.blog img {
	height: 220px;
}
div.section.block h2 {
	text-align: center;
}
div.section.block.blog h5, div.section.block.blog h6, div.section.block.blog a {
	margin-left: 20px;
}
div.section.block.blog .content h5 {
	margin-top: 8px;
}
div.section.block.blog .content {
	height: 220px;
}
div.section.block.blog .hover {
	height: 217px;
}
a.readmore {
	display: block;
	margin-top: 5px;
}
div.section.block.blog .hover a.readmore {
	color: #FFF;
}





/******************************************************************
	Mobile
******************************************************************/
@media all and (max-width: 960px) {
	ul.portfolio li {
		width: 50%;
	}
}




/******************************************************************
	追加
******************************************************************/


#photo {
    width: 100%;
    height: 650px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}



@media screen and (max-width: 980px) {

#photo {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}
}


@media screen and (max-width: 736px) {

#photo {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}

}


#photo img {
    top: 0;
    left: 0;
    position: absolute;
}


/* ラジオボタンを全て消す */
input[name="tab_item"] {
display: none;
}
/* 選択されているタブのコンテンツのみを表示 */
#sample01:checked ~ #sample01_content,
#sample02:checked ~ #sample02_content,
#sample03:checked ~ #sample03_content,
#sample04:checked ~ #sample04_content,
#sample05:checked ~ #sample05_content{
display: block;
}
/* 選択されているタブのスタイルを変える */
div.tabs-sample input:checked + .tab_item {
background-color: #08245d;
color: #fff;
}
/* タブ切り替え全体のスタイル（任意） */
div.tabs-sample {
text-align:center;
}
/* タブのスタイル（任意） */
.tab_item {
padding:10px 45px;
border: solid #08245d 1px;
background-color: #fff;
font-size: 18px;
text-align: center;
line-height:1em;
color: #08245d;
display:inline-block;
transition: all 0.2s ease;
margin:0;
}
.tab_item:hover {
opacity: 0.75;
}
/* タブ切り替えの中身のスタイル（任意） */
.tab_content {
display: none; /* ←のみ必ず必要 */
border:none;
margin:50px 0 0;
padding:25px;
text-align: left;
}


.image {
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	display: block;
}

.image.left, .image.right {
	max-width: 40%;
}

	.image.left img, .image.right img {
		width: 100%;
	}

.image.left {
	float: left;
	margin: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	margin: 0 0 1em 1.5em;
	top: 0.25em;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

	.image.fit img {
		width: 100%;
	}

.image.main {
	display: block;
	margin: 0 0 3em 0;
	width: 100%;
}

.image.main img {
	width: 100%;
}


*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}

hr {
  border-top: 1px solid #08245d;
}


