/* =================================
------------------------------------
  Riddle - Portfolio
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*------------------------
  access メインビジュアル
--------------------------*/
#header-container {
	background-color: #FFF;
}

#access-photo-section {
	top:0;
    left: 0;
	position: fixed;
	display: block;
	height: 800px;
	width: 100%;
	background:url("../img/second/bg-base2.jpg")top center no-repeat;
	background-size:cover;
	animation: fadeIn 3.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.5s ease 0s 1 normal;
	z-index: -10;!important;
}
@media only screen and (max-width: 750px) {
#access-photo-section {
	top:100px;
	height: 500px;
	background:url("../img/second/bg-base2_sp.jpg") no-repeat;
	background-size:contain;
	background-color: #194f9c;
}
}

/*------------------------
  access-introduction
--------------------------*/
#access-introduction {
	max-width: 1300px;
	width: 98%;
	margin-top:-100px;
	background: #FFFFFF;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	display: block;
}
@media only screen and (max-width: 750px) {
#access-introduction {
	width: 100%;
	padding-bottom: 10px;
}
}
#access-introduction h3 {
	width: 100%;
	padding: 60px 20px 0;
	font-size: 3.2rem;
	line-height: 1.6;
	letter-spacing: 0.15em;
	font-family: yu-mincho-pr6n, sans-serif;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
}
@media only screen and (max-width: 750px) {
#access-introduction h3 {
	font-size: 1.9rem;
	padding: 40px 10px 0;
	letter-spacing: 0.07em;
}
}
#access-introduction span.txt-small {
	font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
#access-introduction span.txt-small {
	font-size: 1.5rem;
}
}

/*------------------------
  access-contents
--------------------------*/

.midashi-access {
	position: relative;
	text-align: center;
	font-size: 2.8rem;
	font-family: yu-mincho-pr6n, sans-serif;
	font-style: normal;
	color: #194f9c;
	letter-spacing: 0.17em;
	font-weight: 400;
}
.midashi-access:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #194f9c;
}
.midashi-access span {
	position: relative;
	padding: 0 15px;
	background: #fff;
}
@media only screen and (max-width: 750px) {
.midashi-access {
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0em;
	padding: 0 20px;
}
.midashi-access:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #194f9c;
}
.midashi-access span {
	position: relative;
	padding: 0 8px 3px;
	background: #fff;
}
}

.access-contents-container {
	max-width: 1300px;
	width: 98%;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
	padding: 20px 40px 50px;
}
@media only screen and (max-width: 750px) {
.access-contents-container {
	width: 100%;
	padding: 20px 20px;
}
.access-contents-container h3 {
	font-size: 1.7rem;
	letter-spacing: 0em;
}
}
.access-contents-container h4 {
	letter-spacing: 0.1em;
	padding-top: 10px;
	font-size: 2.2rem;
	font-family: yu-mincho-pr6n, sans-serif;
	color: #194f9c;
}
.access-contents-container h4 .h4-small {
	font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
.access-contents-container h4 {
	letter-spacing: 0.1em;
	padding-top: 5px;
	font-size: 1.6rem;
}
.access-contents-container h4 .h4-small {
	font-size: 1.3rem;
}
}
.access-contents-container p {
	font-size: 1.5rem;
	padding: 10px 0 0 0;
}
.access-contents-container p span{
	font-size: 1.7rem;
	padding: 5px 0 0 0;
}
@media only screen and (max-width: 750px) {
.access-contents-container p {
	font-size: 1.2rem;
	padding: 5px 0 10px;
}
.access-contents-container p span{
	font-size: 1.5rem;
	padding: 0 0 0 0;
}
}

/*スマホでGoogle MAPのサイズ変更*/
.map_canvas_sp{
	display: none;
}
@media only screen and (max-width: 750px) {
.map_canvas {
	display: none;
}
.map_canvas_sp{
	display:block;
}
}

.access-contents-outer {
	display: flex;
 	justify-content: center;
 	align-items: top;
	padding: 10px 20px;
}
@media only screen and (max-width: 750px) {
.access-contents-outer {
	padding: 10px 0 0;
	flex-direction: column;/*display: flex;を縦並びに*/
}
}
.tate {
	flex-direction: column;/*display: flex;を縦並びに*/
}
.tate img{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}


.access-btn-b {
	width: 350px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
.access-btn-b {
	width: 80%;
	padding-top: 15px;
	padding-bottom: 10px;
}
}
.access-btn-b img{
	100%;
}

.access-contents-container h5 {
	padding: 20px;
	font-family: yu-mincho-pr6n, sans-serif;
	font-size: 2rem;
	color: #e95377;
}
@media only screen and (max-width: 750px) {
.access-contents-container h5 {
	padding: 10px 0;
	font-size: 1.3rem;
}
}
.access-contents-left {
	width: 800px;
}
@media only screen and (max-width: 750px) {
.access-contents-left {
	width: 100%;
}
}

.access-contents-right {
	width: 350px;
	text-align: left;
	margin:  0 0 0 10px;
	background:url("../img/second/obj-access-01.jpg")top center no-repeat;
	background-size:cover;
	content: "";
}
@media only screen and (max-width: 750px) {
.access-contents-right {
	width: 100%;
	padding: 0 10px;
	display: none;
}
}

.access-contents-01-left {
	width: 55%;
	padding-top: 20px
}
@media only screen and (max-width: 750px) {
.access-contents-01-left {
	width: 100%;
	padding-top: 10px
}
}
.access-contents-01-left img {
	width: 80%;
}
.access-contents-01-right {
	width: 45%;
	text-align: left;
	padding-top: 20px;
}
@media only screen and (max-width: 750px) {
.access-contents-01-right {
	width: 100%;
	padding: 10px 0px;
}
}
.access-contents-01-right p {
	font-size: 1.4rem;
	text-align: left;
	padding: 10px 0 45px;
}
@media only screen and (max-width: 750px) {
.access-contents-01-right p {
	font-size: 1.3rem;
	padding: 5px 0 30px;
}
}
.access-contents-01-right h4 {
	font-size: 2.2rem;
	line-height: 1.3;
	text-align: left;
	font-family: yu-mincho-pr6n, sans-serif;
	padding: 0 0 ;
}
@media only screen and (max-width: 750px) {
.access-contents-01-right h4 {
	font-size: 1.8rem;
}
}
.access-contents-01-right .bus-midashi {
	font-size: 1.4rem;
	color: #194f9c;
}
@media only screen and (max-width: 750px) {
.access-contents-01-right .bus-midashi {
	font-size: 1.2rem;
}
}
.access-contents-01-right .bus {
	font-size: 1.4rem;
	color: #194f9c;
}
@media only screen and (max-width: 750px) {
.access-contents-01-right .bus {
	font-size: 1.2rem;
}
}
.access-contents-01-right p a {
  color: #0f366d;
  padding: 0.2em 0 0 20px;
  text-decoration :none;
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
.access-contents-01-right p a {
  font-size: 1.2rem;
  padding: 0.2em 0 0 0;
  display: block;
}
}
.access-contents-01-right p a:before {
	content:"";
	display:inline-block;
	width:0.75em;
	height:0.8em;
	background:url("../img/common/icon-arrow.svg") no-repeat;
	background-size:contain;
}
.access-contents-01-right p a:hover {
	color:#4881D1;
}
}

