@charset "UTF-8";

/* --------------------------------------------------------------------------------
			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 {
	margin:0;
	padding:0;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}
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;
}
img{
	vertical-align:top;
}


.device-pc{
	display:block;
}

.device-sp{
	display:none;
}


#Contents {
    margin: 0;
}


/* --------------------------------------------------------------------------------
		common	
-------------------------------------------------------------------------------- */
body{
	width: 100%;
	min-width: 1120px;
	color: #000;
	font-size: 14px;
	line-height: 1.6!important;
	font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", "sans-serif";
}
a{
	cursor: pointer;
	text-decoration: none;
	transition: all .3s;
}
a:hover{
	opacity: .6;
}
a,
a:visited,
a:link,
a:active{
	color: #000;
}

/* --------------------------------------------------------------------------------
		header	
-------------------------------------------------------------------------------- */
#ishigama-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all .3s ease;
}
#ishigama-header.scrolled {
	background-color: rgba(15, 15, 15, .7);
}

#ishigama-header .header-inner {
	/*width: 1226px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	margin: 0 auto;
}
#ishigama-header .header-inner .logo {
	width: 265px;
}
#ishigama-header .header-inner .logo img {
	max-width: 100%;
	height: auto;
}
#ishigama-header .header-inner .user-nav {
	display: flex;
}
#ishigama-header .header-inner .user-nav .mypage {
	width: 17px;
	margin: 0 10px;
}
#ishigama-header .header-inner .user-nav .cart {
	width: 23px;
	margin: 0 10px;
}

/* --------------------------------------------------------------------------------
		ishigama	
-------------------------------------------------------------------------------- */

/* trial-btn */

.trial-btn {
	

}
.trial-btn a {
	display: flex;
	width: 270px;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background-color: #951C1C;
	padding: 14px 0;
	position: relative;
}
.trial-btn a:hover {
	background-color: #fff;
	opacity: 1;
}
.trial-btn a .btn-txt {
	font-size: 12px;
	color: #fff;
}
.trial-btn a:hover .btn-txt {
	color: #000;
}
.trial-btn a svg {
	position: absolute;
	width: 20px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.trial-btn a:hover svg .cls-1 {
	fill: #000;
}

/* fadein ふわっと表示 */

.fadein {
  opacity: 0;
  transition: 2s;
}
.fadein.is-show {
  opacity: 1;
}

#ishigama-n {
	min-width: 1226px;
	color: #fff;
	background-color: #1D1D1D;
}
#ishigama-n img {
	max-width: 100%;
	height: auto;
}

/* ishigama-fix 石窯パン体験　フィックスバナー　*/

#ishigama-n #ishigama-fix {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	transition: all .5s ease;
}
#ishigama-n #ishigama-fix a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(37, 97, 63, .9);
	border-radius: 50%;
	width: 150px;
	height: 150px;
    overflow: visible
}
#ishigama-n #ishigama-fix a img {
	width: 125px;
	margin-top: -25px;
}

#ishigama-n #ishigama-fix.at-bottom {
	bottom: 200px;
}

/* mv */

#ishigama-n #mv {
	width: 100%;
}

#ishigama-n #mv video{
	height: 750px;
    width: 100%;
    object-fit: cover;
}


#ishigama-n #mv .mv-slider {

}
#ishigama-n #mv .mv-sl-item {
	display: block !important;
}
#ishigama-n #mv .mv-sl-item img {
	display: block;
	width: 100%;
	height: 100vh;
}

#ishigama-n #mv .mv-inner {
	width: 1226px;
	margin: 0 auto;
	position: relative;
}

#ishigama-n #mv .mv-txt {
	position: absolute;
	left: 0;
	bottom: 81px;
}
#ishigama-n #mv .sub-txt {
	font-size: 23px;
	font-weight: bold;
	font-family: "Zen Old Mincho", serif;
	color: #fff;
}
#ishigama-n #mv .main-txt {
	font-size: 45px;
	font-weight: bold;
	font-family: "Zen Old Mincho", serif;
	color: #fff;
}


/* about */
#ishigama-n #ishigama-about {
	position: relative;
	background-color: #1D1D1D;
	padding: 100px 0 55px;
	z-index: 1;
	min-height: 1700px;
}

#ishigama-n #ishigama-about .about-box {
	display: flex;
	justify-content: space-between;
	width: 1226px;
	margin: 0 auto 45px;
	position: relative;
}

#ishigama-n #ishigama-about .about-box .desc {
	color: #fff;
}
#ishigama-n #ishigama-about .about-box .desc .ttl {
	font-size: 33px;
	margin-bottom: 35px;
}
#ishigama-n #ishigama-about .about-box .desc .txt {
	font-size: 13px;
	line-height: 2;
}

#ishigama-n #ishigama-about .about-box .img {

}

#ishigama-n #ishigama-about .about-box.about01 .desc {
	margin-top: 50px;
}

#ishigama-n #ishigama-about .about-box.about02 {
	/* margin: 0 auto 45px 0; */
}
#ishigama-n #ishigama-about .about-box.about02 .desc {
	margin-top: 115px;
}
#ishigama-n #ishigama-about .about-box.about02 .txt {
	width: 405px;
	margin-left: auto;
}
#ishigama-n #ishigama-about .about-box.about02 .img {
	margin-left: -115px;
}
#ishigama-n #ishigama-about .about-box.about02 .deco {
	position: absolute;
	top: 260px;
	right: 440px;
}
#ishigama-n #ishigama-about .about-box.about03 .desc {
	margin-top: 50px;
}

#ishigama-n #ishigama-about .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .1;
	z-index: -1;
	overflow: hidden;
}
#ishigama-n #ishigama-about .bg img {
	width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* location */

#ishigama-n #location {
	min-width: 1226px;
	margin: 0 auto;
}
#ishigama-n #location .img {
	width: 100%;
}
#ishigama-n #location .img img {
	width: 100%;
}

#ishigama-n #location .img.fadein.is-show {
	opacity: .75;
}

/* story */

#ishigama-n #story {
	min-width: 1226px;
}

#ishigama-n #story .main-img {
	position: relative;
}
#ishigama-n #story .main-img img {
	width: 100%;
}
#ishigama-n #story .main-img .heading {
	position: absolute;
	bottom: 84px;
	left: 137px;
}
#ishigama-n #story .main-img .heading .ttl {
	font-size: 89px;
	margin-bottom: 30px;
}
#ishigama-n #story .main-img .heading .txt {
	font-size: 33px;
	margin-bottom: 43px;
}
#ishigama-n #story .main-img .heading .name {
	font-size: 18px;
}

#ishigama-n #story .story-area {
	position: relative;
	padding-top: 63px;
	padding-bottom: 45px;
	z-index: 1;
	overflow: hidden;
}

#ishigama-n #story .story-box {
	display: flex;
	justify-content: flex-end;
	position: relative;
	width: 1226px;
	margin: 0 auto 110px;
	z-index: 2;
}

#ishigama-n #story .story-box .img {
	position: absolute;
	z-index: 3;
}
#ishigama-n #story .story-box.story01 .img {
	left: -70px;
	top: 0;
}
#ishigama-n #story .story-box.story02 .img {
	right: -70px;
	top: 0;
}
#ishigama-n #story .story-box.story03 .img {
	left: -70px;
	top: 0;
}


#ishigama-n #story .story-box .desc {
	width: 770px;
	background-color: rgb(255, 255, 255, 0.3);
	padding: 40px 44px 25px 38px;
	position: relative;
	margin-top: 110px;
	z-index: 4;
}
#ishigama-n #story .story-box .desc h3 {
	display: inline-block;
	font-size: 24px;
	padding: 5px 30px;
	background-color: #0F0F0F;
	text-align: center;
	position: absolute;
	top: -33px;
	left: 38px;
}
#ishigama-n #story .story-box .desc h3::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 25px;
	background-color: #fff;
	position: absolute;
	top: 13px;
	left: 15px;
}
#ishigama-n #story .story-box .desc .txt {
	line-height: 2;
}
#ishigama-n #story .story-box.story02 {
	justify-content: flex-start;
}
#ishigama-n #story .story-box.story03 {
    margin-bottom: 30px;
}

#ishigama-n #story .story-area .logo {
	width: 1226px;
	margin: 0 auto;
}
#ishigama-n #story .story-area .logo img {
	width: 265px;
}

#ishigama-n #story .story-area .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
#ishigama-n #story .story-area .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

#ishigama-n #story .gallery {
	display: flex;
}
#ishigama-n #story .gallery .img {
	flex-grow: 1;
}
#ishigama-n #story .gallery img {
	width: 100%;
}


/* flow */

#ishigama-n #flow {
	position: relative;
	z-index: 1;
	padding: 110px 0 150px;
}

#ishigama-n #flow .flow-inner {
	width: 1226px;
	margin: 0 auto;
	position: relative;
}

#ishigama-n #flow .heading {
	text-align: right;
	margin-bottom: 30px;
}
#ishigama-n #flow .heading .sub-ttl {
	font-size: 25px;
	margin-bottom: 5px;
}
#ishigama-n #flow .heading .ttl {
	font-size: 42px;
}

#ishigama-n #flow .flow-list {

}
#ishigama-n #flow .flow-list .top {
	display: flex;
	align-items: flex-start;
}
#ishigama-n #flow .flow-list .bottom {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
}
#ishigama-n #flow .flow-list .item {
	width: 365px;
	background-color: rgba(0, 0, 0, .54);
	border-radius: 10px;
	position: relative;
	padding: 38px 15px;
}
#ishigama-n #flow .flow-list .item .desc {
	
}
#ishigama-n #flow .flow-list .item .desc .number {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	background-color: #951C1C;
	border-radius: 50%;
}
#ishigama-n #flow .flow-list .item .desc .time {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -5px;
	color: #951C1C;
}
#ishigama-n #flow .flow-list .item .desc .name {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}

#ishigama-n #flow .flow-list .item .desc .txt {
	font-size: 13px;
	padding: 5px;
	background-color: #484848;
	margin-bottom: 5px;
	display: inline-block;
}
#ishigama-n #flow .flow-list .item .img {
	position: absolute;
	top: -55px;
	right: 20px;
}
#ishigama-n #flow .flow-list .item .img img {
	width: 200px;
}

#ishigama-n #flow .flow-list .item01 {
	margin-top: 100px;
	margin-right: 66px;
}
#ishigama-n #flow .flow-list .item02 {
	margin-top: 200px;
	margin-right: 65px;
}
#ishigama-n #flow .flow-list .item03 {
	margin-top: 300px;
}
#ishigama-n #flow .flow-list .item04 {
	margin-top: 100px;
	margin-right: 121px;
}
#ishigama-n #flow .flow-list .item05 {
	margin-top: 260px;
	margin-right: 52px;
}
#ishigama-n #flow .flow-list .item06 {
	margin-top: 650px;
	margin-right: -50px;
}



#ishigama-n #flow .deco01 {
	position: absolute;
	top: 544px;
	left: 0;
	z-index: -1;
}
#ishigama-n #flow .deco02 {
	position: absolute;
	right: 0;
	bottom: 210px;
	z-index: -1;
}
#ishigama-n #flow .deco03 {
	position: absolute;
	right: 559px;
	bottom: 90px;
	z-index: -1;
}

#ishigama-n #flow .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -2;
	opacity: .24;
}
#ishigama-n #flow .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* movie */

#ishigama-n #movie {
	width: 1226px;
	padding: 150px 0;
	margin: 0 auto;
}

#ishigama-n #movie .movie-area {
	width: 903px;
	margin: 0 auto;
}

/* scroll-gallery */

#ishigama-n #scroll-gallery .view {
  position: relative;
  width: 100%;
  height: 310px;
  z-index: 1;
}
#ishigama-n #scroll-gallery .view::before {
  content: "";
  display: block;
  width: 100%;
  height: 95px;
  /* background: #fff; */
  background: transparent;
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 1;
}
#ishigama-n #scroll-gallery .view::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 310px;
  z-index: 10;
  /* background: url(/images/ishigama-n/view-slide.png) repeat-x 0 0; */
  background: url(https://shop.guruman.co.jp/images/ishigama-n/view-slide.png) repeat-x 0 0;
  overflow: hidden;
  -moz-animation: newsloop 80s linear infinite;
  animation: typeloop 80s linear infinite;
  background-size: 2030px 310px;
}
@keyframes typeloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2060px 0;
  }
}

/* frozen */

#ishigama-n #frozen {
	padding: 200px 0;
	width: 1226px;
	margin: 0 auto;
}

#ishigama-n #frozen .frozen-box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 68px 50px 68px 34px;
	background-color: #333333;
	width: 1000px;
	margin: 0 auto;
}

#ishigama-n #frozen .frozen-box .desc {
	width: 600px;
	margin-right: 50px;
}
#ishigama-n #frozen .frozen-box .desc .sub-ttl {
	font-size: 18px;
	margin-bottom: 10px;
}
#ishigama-n #frozen .frozen-box .desc .ttl {
	font-size: 33px;
	padding-bottom: 25px;
	border-bottom: 2px solid #707070;
	margin-bottom: 30px;
}
#ishigama-n #frozen .frozen-box .desc .txt {
	font-size: 14px;
	line-height: 1.8;
}

#ishigama-n #frozen .frozen-box .img-box {
	width: 240px;
}
#ishigama-n #frozen .frozen-box .img-box .img {
	margin-top: 20px;
}
#ishigama-n #frozen .frozen-box .img-box .img img {
	max-width: 100%;
	height: auto;
}

/* lineup */

#ishigama-n #lineup {
	width: 1226px;
	padding-bottom: 150px;
	margin: 0 auto;
}

#ishigama-n #lineup .lineup-area {
	width: 961px;
	margin: 0 auto;
}

#ishigama-n #lineup .lineup-area h3 {
	font-size: 33px;
	text-align: center;
	margin-bottom: 18px;
}

#ishigama-n #lineup .lineup-area .sub-ttl {
	font-size: 21px;
	text-align: center;
	margin-bottom: 80px;
}

#ishigama-n #lineup .l-main {
	margin-bottom: 100px;
}

#ishigama-n #lineup .l-main h4 {
	font-size: 33px;
	text-align: center;
	margin-bottom: 88px;
}
#ishigama-n #lineup .l-main h4 span {
	display: block;
	margin-top: 10px;
	font-size: 20px;
}

#ishigama-n #lineup .l-main .content {
	display: flex;
	justify-content: center;
}
#ishigama-n #lineup .l-main .content .img {
	width: 320px;
	margin-top: 20px;
	margin-right: 43px;
}

#ishigama-n #lineup .main .content .desc {
	width: 538px;
}

#ishigama-n #lineup .l-main .content .desc .comment {
	display: flex;
	align-items: flex-start;
}
#ishigama-n #lineup .l-main .content .desc .comment p {
	font-size: 13px;
	text-align: center;
	padding: 18px;
	width: 349px;
	background-color: #333333;
	position: relative;
	border-radius: 15px;
	margin-top: 20px;
	margin-right: 30px;
}
#ishigama-n #lineup .l-main .content .desc .comment p::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	width: 0;
  	height: 0;
  	border-left: 30px solid #333333;
  	border-top: 30px solid transparent;
  	border-bottom: 30px solid transparent;
}
#ishigama-n #lineup .l-main .content .desc .comment-img {
	width: 146px;
}

#ishigama-n #lineup .l-main .content .desc .product {

}
#ishigama-n #lineup .l-main .content .desc .product .tag {
	font-size: 17px;
	width: 114px;
	background-color: #B18306;
	text-align: center;
	padding: 3px 0;
	margin-bottom: 15px;
}
#ishigama-n #lineup .l-main .content .desc .product .name {
	font-size: 26px;
	margin-bottom: 28px;
}



#ishigama-n #lineup .other {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#ishigama-n #lineup .other h4 {
	font-size: 20px;
	padding: 10px 0;
	/* border-top: 1px solid #fff; */
	/* border-bottom: 1px solid #fff; */
	margin-bottom: 40px;
	text-align: center;
}
#ishigama-n #lineup .other h4::before,
#ishigama-n #lineup .other h4::after {
	content: "";
	display: block;
	height: 5px;
	margin: 5px 0;
	width: 100%;
	background-image: url(https://shop.guruman.co.jp/images/ishigama-n/title-line.png);
	background-repeat: repeat-x;
}

#ishigama-n #lineup .other .ishigama-product {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#ishigama-n #lineup .other .ishigama-product li {
	width: 270px;
	margin: 0 18px 130px;
}

#ishigama-n #lineup .other .ishigama-product li .comment {
	padding: 20px 10px;
	border-radius: 20px;
	background-color: #333333;
	margin-bottom: 30px;
	position: relative;
}
#ishigama-n #lineup .other .ishigama-product li .comment::after {
	content: "";
	position: absolute;
	bottom: -15px;
	right: 50%;
	transform: translateX(50%);
	width: 0;
  	height: 0;
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
  	border-top: 20px solid #333;
}
#ishigama-n #lineup .other .ishigama-product li .comment p {
	font-size: 13px;
	text-align: center;
}



#ishigama-n #lineup .other .ishigama-product li .img {
	margin-bottom: 20px;
}

#ishigama-n #lineup .other .ishigama-product li .name {
	font-size: 20px;
	margin-bottom: 50px;
}
#ishigama-n #lineup .other .ishigama-product li .name span {
	display: block;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 5px;
}
#ishigama-n #lineup .other .single {
	margin: 0 20px;
}
#ishigama-n #lineup .other .popular {
	margin: 0 20px;
}
#ishigama-n #lineup .other .all {
	margin: 0 20px;
}

#ishigama-n #lineup .more {

}
#ishigama-n #lineup .more .more-txt {
	text-align: center;
	margin-bottom: 30px;
}
#ishigama-n #lineup .more .more-txt span {
	font-size: 21px;
	padding: 0 15px;
	position: relative;
}
#ishigama-n #lineup .more .more-txt span::before,
#ishigama-n #lineup .more .more-txt span::after {
	content: "";
	display: block;
	width: 1px;
	height: 90%;
	background-color: #fff;
	position: absolute;
}
#ishigama-n #lineup .more .more-txt span::before {
	bottom: 0;
	left: 0;
	transform: rotate(-40deg);
}
#ishigama-n #lineup .more .more-txt span::after {
	bottom: 0;
	right: 0;
	transform: rotate(40deg);
}


#ishigama-n #lineup .more .trial-btn a {
	width: 350px;
	font-size: 15px;
	margin: 0 auto;
}
/* #ishigama-n #lineup .more .trial-btn a .arrow-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: all .3s ease;
} */
/* #ishigama-n #lineup .more .trial-btn a .arrow-icon .white {
	opacity: 1;
	visibility: visible;
}
#ishigama-n #lineup .more .trial-btn a .arrow-icon .black {
	opacity: 0;
	visibility: hidden;
}
#ishigama-n #lineup .more .trial-btn a:hover .arrow-icon .white {
	opacity: 0;
	visibility: hidden;
}
#ishigama-n #lineup .more .trial-btn a:hover .arrow-icon .black {
	opacity: 1;
	visibility: visible;
} */

/* challenge */

#ishigama-n #challenge {
	width: 1226px;
	margin: 0 auto 150px;
	position: relative;
	z-index: 1;
}

#ishigama-n #challenge .challenge-area {
	display: flex;
	align-items: center;
	height: 350px;
}

#ishigama-n #challenge .challenge-area .ttl {
	width: 300px;
	margin-left: 61px;
	margin-right: 90px;
	display: flex;
}
#ishigama-n #challenge .challenge-area .ttl .icon {
	width: 65px;
	margin-right: 33px;
}
#ishigama-n #challenge .challenge-area .ttl .txt {
	font-size: 21px;
	text-align: center;
}
#ishigama-n #challenge .challenge-area .youtube {
	width: 330px;
	position: relative;
}
#ishigama-n #challenge .challenge-area .youtube h4 {
    position: absolute;
    font-size: 26px;
    top: 70px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
#ishigama-n #challenge .challenge-area .youtube p {
	position: absolute;
    font-size: 16px;
    top: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);

}
#ishigama-n #challenge .challenge-area .youtube .ico01 {
	position: absolute;
    bottom: 10px;
    right: 10px;
	width: 35px;
}
#ishigama-n #challenge .challenge-area .youtube .ico02 {
	position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
}


#ishigama-n #challenge .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -2;
	opacity: .24;
}
#ishigama-n #challenge .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* page-bottom */

#ishigama-n #page-bottom {

}

#ishigama-n #page-bottom .img {

}

#ishigama-n #page-bottom .img img {
	width: 100%;
}

/* --------------------------------------------------------------------------------
		footer	
-------------------------------------------------------------------------------- */

#ishigama-footer {
	height: 470px;
	color: #fff;
	background-color: #000;
	padding: 10px;
	min-width: 1226px;
}

#ishigama-footer .footer-inner {
	width: 1226px;
	margin: 0 auto;
	position: relative;
}

#ishigama-footer .footer-desc {
	display: flex;
	margin-top: 111px;
	margin-bottom: 170px;
}

#ishigama-footer .logo {
	width: 307px;
	margin-right: 64px;
}
#ishigama-footer .logo img {
	max-width: 100%;
}

#ishigama-footer .footer-info {

}

#ishigama-footer .footer-info .tel a {
	font-size: 12px;
	color: #fff;
}
#ishigama-footer .footer-info .time {
	font-size: 12px;
	margin-bottom: 25px;
}
#ishigama-footer .footer-nav {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#ishigama-footer .footer-nav li  {
	margin-right: 15px;
}
#ishigama-footer .footer-nav li a {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

#ishigama-footer .footer-pagelink {
	display: flex;
	align-items: center;
}
#ishigama-footer .footer-pagelink li a {
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	position: relative;
}
#ishigama-footer .footer-pagelink li a::before {
	content: "";
	width: 1px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: 0;
}
#ishigama-footer .footer-pagelink li:last-child a::after {
	content: "";
	width: 1px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	right: 0;
}
#ishigama-footer .return-top {
	position: absolute;
	bottom: -120px;
	right: 30px;
}
#ishigama-footer .return-top a {
	width: 70px;
	height: 70px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}
#ishigama-footer .return-top a img {
	transform: rotate(-90deg);
	margin-bottom: 10px;
}
#ishigama-footer .return-top a p {
	font-size: 10px;
	color: #fff;
}

#ishigama-footer .footer-copyright {
	border-top: 1px solid #707070;
}

#ishigama-footer .footer-copyright .copyright-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	width: 1226px;
	margin: 0 auto;
}

#ishigama-footer .footer-copyright .policy a {
	font-size: 12px;
	margin-right: 15px;
	color: #fff;
}

#ishigama-footer .footer-copyright .copyright {
	font-size: 10px;
	color: #fff;
}