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


@font-face{
	font-family: 'Noto Sans CJK JP';
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans CJK JP"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.otf) format('opentype');
		
}

html{
	font-size: 62.5%;/*16px*62.5%=10px*/
	
}
body{
	color: #5d5d5d;
	font-size: 1.6rem;
	-webkit-font-smoothing:antiliased;
	-moz-osx-font-smoothing:grayscale;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
img{
/*	max-width: 100%;*/
	height: auto;
	width: 100%;
}
#slideshow img{
	width: 100%;
	height: auto;
}
a{
	text-decoration: none;
	color: #fff;
}
.facebook a,.instagram a{
	color: #282727;
}
.wrapper{
	max-width: 1280px;
	margin: 0 auto;
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}






/*----------------------------------
*
*header
*
------------------------------------*/
.header{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	background-color: #282727;
	color: #fff;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.btn{
	position: absolute;
	top: 15px;
	right: 55px;
	width: 40px;
	padding: 0;
	z-index: 999;
	background: rgba(255,255,255,0);
	border: none;
}

.btn .icon{
	display: block;
	width: 40px;
	height: 6px;
	background-color: #fff;
	transition: all 0.5s;
}
.btn.active .icon{
	transform: rotate(-45deg);
	position: absolute;
	top: 15px;
	left: 0;
}
.btn.active .icon:nth-of-type(1){
	transform: rotate(-45deg);
}
.btn.active .icon:nth-of-type(2){
	width: 0;
}
.btn.active .icon:nth-of-type(3){
	transform: rotate(45deg);
}
.btn .icon:nth-child(1){
	margin-bottom: 10px;
}
.btn .icon:nth-child(2){
	margin-bottom: 10px;
}


header h1{
	float: left;
	height: 100%;
	line-height: 78px;
	padding-left: 60px;
}
.header clearfix h1{
	float: left;
}
.header clearfix li{
	float: right;
	color: #fff;
	text-decoration:underline;
}
.global-nav li{
	display: inline-block;
	vertical-align: middle;
	height: 70px;
	line-height: 70px;
	padding-left: 70px;
}
.sns-icon{
	font-size: 50px;
}
.global-nav{
	float: right;
	padding-right: 165px;
	display: block;
}
.inner-nav{
	width: 100%;
	text-align: center;
	background-color: #282727;
	padding-top: 90px;
	padding-bottom: 240px;
	display: none;
	z-index: 1000;
	
}

.inner-nav a{
  position: relative;
  display: inline-block;
  transition: .3s;
}

.inner-nav a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #e76c41;
  transition: .3s;
  transform: translateX(-50%);
}

.inner-nav a:hover::after{
  width: 100%;
}

.inner-nav.active{
	display: block;
}
.inner-nav li a{
	color: #fff;
	padding-top: 55px;
}
.inner-navplus{
	display: none;
}
.glo-navplus{
	display: block;
}
.glo-navplus a{
  position: relative;
  display: inline-block;
  transition: .3s;
}

.glo-navplus a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #e76c41;
  transition: .3s;
  transform: translateX(-50%);
}

.glo-navplus a:hover::after{
  width: 100%;
}

.inner-nav .sns-icon{
	display: inline-block;
	vertical-align: middle;
}
.inner-nav .sns-icon:nth-of-type(1){
	padding-right: 70px;
}
.inner-nav li:not(.sns-icon){
	margin-top: 0px;
	font-size: 28px;
}


/*---top-page----*/

main{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.setumei-2{
	height: 460px;
	writing-mode: vertical-rl; 
	text-orientation: upright;
	line-height: 54px;
	font-size: 2.3rem;
	margin: 0;
}
.navi{
	text-align: left;
	width: 100px;
	height: 100px;
	padding: 50px;
}
.navi img{
	margin: 250px 0px 0px -60px;
}
/*<style type="text/css">*/
#slideshow {
   position: relative;
   width:  100%; /* 画像の横幅に合わせて記述 */
   height: 53vw; /* 画像の高さに合わせて記述 */
   overflow: hidden;
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active{
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active{
   z-index: 9;
}
/*</style>*/
.global-nav a{
	color: #fff;
}
.header-top{
    display: flex;
    flex-direction: row-reverse;
    margin-top: 120px;
}
.jiyucyo{
	margin: 59px 85px
}

hr{
	height: 1px;
	width: 1143px;
	background-color: #d2d2d2;
	margin-top: 100px;
	margin-bottom: 100px;
}
hr.narrow{
	margin-bottom: 0;
}
.sns-icon-2{
	font-size: 50px;
	display: flex;
	justify-content: center;
	
}
.sns-icon-2 li{
	display: inline-block;
}
.facebook{
	margin-right: 55px;
	color: #282727;
}
 .instagram{
	padding-left: 55px;
}

.setumei{
	text-align: center;
	line-height: 2.5;
	padding-bottom: 50px;
	
}
.setumei p{
	margin-bottom: 2rem;
}
.setumei p .sp-br{
	display: none;
}
.freemont p{
	text-align: center;
	line-height: 2.5;
}
.letter{
	background-image: url("../img/letter.jpg");
	max-width: 1280px;
	position: relative;
	margin-bottom: 30px;
	color: #fff;
	line-height: 2.0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.letter h2{
	padding-top: 70px;
	font-size: 2.4rem;
	line-height: 1.8;
	padding-bottom: 30px;
	color: #fff;
}
.letter a{
	display:block;
	position: relative;
	
}
.letter-txt{
	color: #fff;
	
}
.letter a:hover{
	background-color: #000;
	opacity: 0.7;
	color: #fff;
}
.letter-online{
	font-size: 25px;
	text-decoration:underline;
	padding-top: 60px;
	padding-bottom: 85px;
	color: #fff;
	display: block;
}
.letter-online a{
	color: #fff;
}
.post{
	background-image: url("../img/post.jpg");
	width: 100%;
	position: relative;
/*	height: 25vw;*/
	margin-bottom: 30px;
	color: #fff;
	line-height: 2.0;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.post a{
	padding-top: 50px;
}
.post h2{
	padding-top: 24px;
	font-size: 2.4rem;
	line-height: 1.8;
	padding-bottom: 20px;
	color: #797878;
}
.post-online{
	font-size: 25px;
	text-decoration:underline;
	padding: 30px 0px 60px;
	color: #797878;
	display: block;
}
.post-online a{
	color: #797878;
}
.post .sp-hide{
	display: block;
}
.post-txt{
	color: #797878;
}

.post-txt .sp-br{
	display: none;
}

.post a:hover{
	background-color: #000;
	opacity: 0.7;
	/*height: 25vw;*/
}
.post a{
	display: block;
	/*height: 0.36vw;*/
}
.section-header{
	text-align: center;
	margin-top: 35px;
}
.section-header-2{
	margin-top: 100px;
	text-align: center;
}
.section-header-2 h2{
	width: 100%;
	height: 15vw;
	background-image: url("../img/book.jpg");
	background-repeat: no-repeat;
	color: #fff;
	font-size: 2.4rem;
	padding-top: 230px;
}
.book-servise p{
	padding-top: 45px;
	padding-bottom: 45px;
	line-height: 2.0;
}
.servise1{
	width: 1018px;
	height: 440px;
	background-image: url(../img/book-shelf.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 22px;
}
.servise1 p{
	padding: 113px 51px 113px 130px;
	background-color: rgba(255,255,255,0.80);
	display: inline-block;
	margin-right: 5px;
	margin-top: 87px;
}
.servise2{
	width: 80%;
	height: 440px;
	background-image: url("../img/book-shelf-02.png");
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: 25px;
	text-align: left;
	float: right;
	margin-bottom: 85px;
}
.servise2 p{
	padding: 85px 109px 85px 311px;
	background-color: rgba(255,255,255,0.80);
	display: inline-block;
	margin: 75px 450px 80px 0px;
	line-height: 1.8;
	text-align: left;
	font-size: 22px;
	text-indent: -0.7em;
	padding-left: 2em;
}
#about-item{
	font-size: 2.2rem;
	max-width: 1015px;
	width: 100%;
	margin: 90px auto;
	text-align: center;
	letter-spacing: 0.1rem;
	line-height: 2.0;
	overflow: hidden;
}
#about-item p{
	text-align: left;
	margin-bottom: 2rem;
	
}
#about-item p .sp-br{
	display: none;
}

.freemont-1{
	background-image: url("../img/btn-contact.jpg");
	width: 100%;
	height: 30vw;
	display: flex;
	align-items: center;
}
.freemont-1 span{
	display: block;
	text-align: center;
	color: #fff;
	line-height: 2.5;
	font-size: 30px;
	margin: 30px;
}
.freemont-1 span:last-child{
	border: 2px solid #fff;
	margin: 10px auto 20px;
}
.freemont-1 a{
	margin: auto;
}

.shopbusy{
	margin-top: 105px;
	overflow: hidden;
}
.open-shop h3{
	font-size: 30px;
	padding-left: 115px;
	line-height: 1;
	padding-bottom: 50px
}
.open-shop{
	width: 40%;
	float: left;
	font-size: 24px;
	
}
.open-time li{
	margin-left: 130px;
	line-height: 2.5;
}
.peak-time{
	width: 50%;
	float: left;
}
.peak-time h3{
	font-size: 30px;
	text-align: left;
	margin-left: 130px;
	width: 130px;
	line-height: 1;
}
.peak-time img{
	margin: 20px 20px 25px 50px;
}
.sp-peak{
	display: block;
}
.online-shop{
	overflow: hidden;
	display: flex;
	justify-content: space-around;

}
.online-item {
	opacity: 0;
}

.online-item.actived:nth-of-type(1) {
  -webkit-animation: example 3s ease 3s 1 forwards;
  animation: example 3s ease 3s 1 forwards;
}

.online-item.actived:nth-of-type(2) {
  -webkit-animation: example 4s ease 4s 1 forwards;
  animation: example 4s ease 4s 1 forwards;
}

.online-item.actived:nth-of-type(3) {
  -webkit-animation: example 5s ease 5s 1 forwards;
  animation: example 5s ease 5s 1 forwards;
}

@-webkit-keyframes example {
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes example {
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.online-shop ul{
	margin-top: 50px;
}
.online-shop .online-item{
	width: 392px;
	text-align: center;
}
.online-shop .online-item ul li a{
	color: #5d5d5d;
	line-height: 1.8;
	font-size: 20px;
}
.online-shop ul a{
	padding-top: 50px;
}
.online-shop ul li{
	margin-top: 25px;
	font-size: 24px;
}
.online-shop ul li.money{
	margin-top: 60px;
}
.online-shop ul li.money-2{
	margin-top: 52px;
}

.online-btn{
	text-align: center;
	font-size: 25px;
    width: 100%;

}
/*
.online-btn a{
	color: #fff;
	background: #282727;
	margin-bottom: 70px;
	padding: 0.5em 1em;
	display: inline-block;
	margin-top: 60px;
}
*/
.online-btn a {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #09308a;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  margin-bottom: 70px;
  margin-top: 60px;
}
.btn-square-shadow:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}





/*--about-page---*/

.about-txt{
	position: relative;
	text-align: center;
	align-items: center;
	background: url(../img/aboutpage.jpg);
	padding-top: 200px;
	background-size: cover;
}
.about{
	background: rgba(255,255,255,0.8);
	padding: 100px;
	text-align: left;
	margin: -20px 70px 30px;
}

.about h2{
	color: #09308a;
	font-size: 40px;
	line-height: 4.0;
	
}
.sp-br{
	display: none;	
}
br{
	display: block;
}
.about h3{
	line-height: 1.8;
	
}
.about .jiyucyo-name{
	line-height: 2.8;
	margin-top: 40px;
	
}
.about .name-2{
	line-height: 2.8;
	margin-top: 40px;
}

.about .name-3{
	line-height: 2.8;
	margin-top: 40px;
}

.about .name-4{
	line-height: 2.8;
	margin-top: 40px;
}

.about .name-5{
	line-height: 2.8;
	margin-top: 40px;
}

h3.name-7{
	margin-top: 60px;
}

h3.name-6{
	margin-top: 10px;
}

section h4{
	margin-top: 25px;
}

section ul.menu li{
	margin-top: 15px;
}

.train{
	margin-top: 40px;
	line-height: 2.0;
}

.btn-gradation {
  display: block;
  width: 180px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 24px;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #FF006E, #FFD500);
  transition: .5s;
  background-size: 200%;
  margin: 0 auto;
  
}

.btn-gradation:hover {
  background-position: right center;
}

.map{
	max-width: 700px;
}
.wright-map{
	text-align: center;
	padding: 100px 20px;
}
/*---------------------------------

 pagetop

-----------------------------------*/

.page-btn{
	width: 100%;
	text-align: right;
}

/*---top-page---*/

a.page-top{
	position: fixed;
	z-index: 100;
	width: 70px;
	height: 70px;
	bottom: 170px;
	right: 100px;
	display: inline-block;
}
a.page-top img{
	width: 70px;
	height: 70px;
}
a.page-top img.sp-img{
	display: none;	
}


/*--about---*/
#about a.page-top{
	position: fixed;
	z-index: 100;
	width: 70px;
	height: 70px;
	bottom: 170px;
	right: 100px;
	display: inline-block;
}
#about a.page-top img{
	width: 70px;
	height: 70px;
}
#about a.page-top img.pc-img{
	display: block;	
}
#about a.page-top img.sp-img{
	display: none;	
}

footer{
	width: 100%;
	margin: 0 auto;
	background-color: #e76c41;
	color: #fff;
	padding-bottom: 25px;
}
.footer-list{
	display: flex;
	padding-top: 30px;
}	
.footer-list li{
	font-size: 24px;
	padding: 0 40px;
}
.footer-2{
	font-size: 20px;
	display: block;
	text-align: right;
	margin-top: 40px;
	margin-right: 30px;
}
.sp{
	display: none;
}




@media screen and (max-width: 914px){
.global-nav li {
    padding-left: 10px;
}
.global-nav li.glo-navplus{
	padding-left: 10px;
}

.global-nav{
	padding-right: 112px;	
}
}


@media screen and (max-width:748px){
body{
	font-size: 1.5rem;

}
.inner{
	width: 100%;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
/*----------------------------------
*
*header
*
------------------------------------*/
.header{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
	color: #fff;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
/*	display: none;*/
}
.header.active{
	background-color: #282727;	
	}
.global-nav{
	display: none;	
}

.btn{
	top: 25px;
	left: 25px;
}

.btn .icon{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #d2d2d2;
	transition: all 0.5s;
}
.btn.active .icon{
	transform: rotate(-45deg);
	position: absolute;
	top: 15px;
	left: 0;
}
.btn.active .icon:nth-of-type(1){
	transform: rotate(-45deg);
}
.btn.active .icon:nth-of-type(2){
	width: 0;
}
.btn.active .icon:nth-of-type(3){
	transform: rotate(45deg);
}
.btn .icon:nth-child(1){
	margin-bottom: 10px;
}
.btn .icon:nth-child(2){
	margin-bottom: 10px;
}


header h1{
/*	float: left;*/
	clear: both;
	height: 100%;
	line-height: 78px;
	padding-left: 60px;
	display: none;
}
.header clearfix h1{
	float: left;
	display: none;
}
.header clearfix li{
	float: right;
	color:#fff;
	text-decoration:underline;
	display: none;
}
.global-nav li{
	display: inline-block;
	vertical-align: middle;
	height: 70px;
	line-height: 70px;
	padding-left: 70px;

}
.sns-icon{
	font-size: 80px;
}
.sns-icon a{
	font-size: 50px!important;
	padding-top: 0!important;
}
.global-nav{
	float: right;
	padding-right: 165px;
}
.inner-nav{
	position: absolute;
	top: 65px;
	width: 100%;
	text-align: center;
	background-color: #282727;
	padding-top: 10px;
	padding-bottom: 40px;
	display: none;
	z-index: 1000;
	
}
.inner-nav.active{
	display: block;
}
.inner-nav li a{
	color: #fff;
	padding-top: 30px;
	font-size: 20px;
}
.inner-navplus{
	display: block;
}

.inner-nav .sns-icon{
	display: inline-block;
	vertical-align: inherit;
}
.inner-nav .sns-icon:nth-of-type(1){
	padding-right: 70px;
	font-size: 50px;
}
.inner-nav li:not(.sns-icon){
	margin-top: 30px;
	font-size: 28px;
	margin-bottom: 35px;
}

main{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.setumei-2{
	height: auto;
	writing-mode: vertical-rl; 
	text-orientation: upright;
	line-height: 40px;
	font-size: 15px;
	margin: 70px auto 0;;
}
.navi{
	text-align: left;
	width: 100px;
	height: 100px;
	padding: 50px;
	display: none;
}
.navi img{
	position: absolute;
	bottom: 50px;
	left: 30px;
	display: none;
}
.global-nav a{
	color: #fff;
}
#slideshow{
	overflow: visible;
}
.header-top{
	position: relative;
	height: auto;
	margin-top: 50px;
}
.jiyucyo{	
position: static;
text-align: right;
margin: 0;
}
.jiyucyo.active{
	background-color: #282727;	
}
.jiyucyologo{
	width: 169px;
	margin: 0px 20px 45px;
	
}
/*
.active{
	width: 100%;
}
.shopglass{
	width: 100%;
}
.shopletter{
	width: 100%;
}
.shoppaper{
	width: 100%;
}
*/
hr{
	height: 1px;
	width: 324px;
	background-color: #d2d2d2;
	margin-top: 50px;
	margin-bottom: 50px;
}
hr.narrow{
	margin-bottom: 0;
	display: none;
}
.sns-icon-2{
	font-size: 50px;
	display: flex;
	justify-content: center;
	
}
.sns-icon-2 li{
	display: inline-block;
}
.facebook{
	margin-right: 20px;
	color: #282727;
}
 .instagram{
	padding-left: 20px;
}

.setumei{
	text-align: center;
	line-height: 2.5;
	padding-bottom: calc(50px - 2rem);
	font-size: 14px;
}
.setumei p{
	margin-bottom: 2rem;
	font-size: 1.4rem;
}
.setumei p br{
	display: none;
}
.setumei p .sp-br{
	display: block;
}
.freemont p{
	text-align: center;
	line-height: 2.5;
}
.letter{
	background-image: url("../img/letter-sp2.jpg");
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	color: #fff;
	line-height: 2.0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.letter h2{
	padding-top: 30px;
	font-size: 1.6rem;
	line-height: 1.8;
	padding-bottom: 4px;
	color: #fff;
}
.letter a{
	display:block;
	position: relative;
	height: 215px;
	
}
.letter-txt{
	color: #fff;
	font-size: 12px;
	line-height: 1.8;
}

.letter a:hover{
	background-color: #000;
	opacity: 0.7;
	color: #fff;
}
.letter-online{
	font-size: 16px;
	text-decoration:underline;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #fff;
	display: block;
}
.letter-online a{
	color: #fff;
}
.post{
	background-image: url("../img/post-sp_03.jpg");
	width: 100%;
	position: relative;
	height: 215px;
	margin-bottom: 30px;
	color: #fff;
	line-height: 2.0;
	background-repeat: no-repeat;
	background-size: 100%;
}
.post h2{
	padding-top: 37px;
	padding-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #fff;
}
.post-online{
	font-size: 16px;
	text-decoration:underline;
	padding: 5px;
	color: #fff;
	display: block;
}
.post-online a{
	color: #797878;
}
.post .sp-hide{
	display: none;
}
.post-txt{
	color: #fff;
	font-size: 13px;
	display: block;
	line-height: 1.9;
}

.post-txt .sp-br{
	display: inline;
}	
	
.post-txt .pc-br{
	display: none;
}
	
	
.post a:hover{
	background-color: #000;
	opacity: 0.7;
}
.post a{
	display: block;
	height: 215px;
	padding: 0;
}

.section-header{
	text-align: center;
	margin-top: 0px;
}
.section-header-2{
	margin-top: 30px;
	text-align: center;
}
.section-header-2 h2{
	width: 100%;
	height: 100px;
	background-image: url("../img/book-sp.png");
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1.6rem;
	padding-top: 100px;
	background-position: center;
	background-size: 100%
}
.book-servise p{
	padding-top: 45px;
	padding-bottom: 45px;
	line-height: 2.0;
	font-size: 14px;
}
.servise1{
	width: 100%;
	height: 230px;
	background-image: url(../img/book-shelf.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 22px;
}
.servise1 p{
	padding: 65px 20px;
	background-color: rgba(255,255,255,0.80);
	display: inline-block;
	margin-right: auto;
	margin-top: 50px;
	font-size: 14px;
	width: 80%;
	box-sizing: border-box;
}
.servise2{
	width: 100%;
	height: 230px;
	background-image: url("../img/book-shelf-02.png");
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-bottom: 0;
	text-align: center;
}
	
	.bgW{
		width: 80%;
		margin: 50px auto;
		background-color: rgba(255,255,255,0.80);
		
	}

.servise2 p{
	padding: 15px 0 30px 12px;
	/*display: inline-block;*/
	width: 88%;
	margin: 20px auto 0;
	text-align: left;
	/*margin: 51px auto;*/
	line-height: 1.8;
	font-size: 14px;
	box-sizing: border-box;
	text-indent: -8px;
	background-color: rgba(255,255,255,0);
	
}

#about-item{
	font-size: 2.2rem;
	width: 100%;
	margin: 0 auto 11px;
	text-align: center;
	letter-spacing: 0.1rem;
	line-height: 2.0;
	padding-top: 56px;
}
#about-item p{
	text-align: left;
	margin-bottom: 2rem;
	width: 312px;
	margin:0 auto 45px;
	font-size: 12px;
	display: block;
}
/*#about-item p.text{
	text-align: center;
	display: inline-block;
}*/
#about-item p br{
	display: none;
}
#about-item p .sp-br{
	display: block;
}
#about-item div{
	display: flex;
	justify-content: center;
}
.freemont-1{
	background-image: url("../img/freemont-sp.jpg");
	width: 100%;
	height: 212px;
	display: flex;
	align-items: center;
	background-position: center;
}
.freemont-1 span{
	display: block;
	text-align: center;
	color: #fff;
	line-height: 2.5;
	font-size: 18px;
	margin: 25px 0 30px;
}
.freemont-1 span:last-child{
	border: 2px solid #fff;
	margin: 10px auto 20px;
}
.freemont-1 a{
	margin: auto;
}

.shopbusy{
	margin-top: 35px;
	overflow: hidden;
}
.open-shop h3{
	font-size: 17px;
	padding: 30px 0 25px 0px;
	line-height: 1;
	text-align: center;
}
.open-shop{
	width: 187px;
	float: none;
	font-size: 24px;
	margin: 0 auto;
	
}
.open-shop ul{
	margin-bottom: 30px;	
}
.open-time li{
	margin-left: 0px;
	line-height: 2.5;
	font-size: 15px;
}

.peak-time h3{
	font-size: 17px;
    text-align: center;
    margin-left: 0;
    width: auto;
    line-height: 1;
}
.peak-time img{
	margin: 20px auto 25px;
	margin-left: -57px;
    width: 140%;
	float: none;
	
}
.peak-time{
	float: none;
	margin: 0 auto;
}
.sp-peak{
	display: none;
}
.online-shop {
	overflow: hidden;
	display: block;
	justify-content: space-around;
}
.online-shop ul{
	margin-top: 0px;
}
.online-shop .online-item{
	width: auto;
	text-align: center;
}
.online-shop .online-item ul li a{
	color: #5d5d5d;
	line-height: 1.8;
	font-size: 18px;
}
.online-shop ul a{
	padding-top: 50px;
}
.online-shop ul li{
	margin-top: 15px;
	font-size: 20px;
	margin-bottom: 20px;
}
.online-shop ul li.money{
	margin-top: 15px;
}
.online-shop ul li.money-2{
	margin-top: 15px;
}

.online-btn{
	text-align: center;
	font-size: 25px;
    width: 100%;

}
.online-btn a{
	color: #fff;
	background: #282727;
	margin-bottom: 70px;
	padding: 0.5em 1em;
	margin-top: 60px;
	display: none;
}
.page-btn{
	width: 100%;
	text-align: right;
}
a.page-top{
	position: fixed;
	z-index: 100;
	width: 45px;
	height: 45px;
	bottom: 170px;
	right: 15px;
	display: inline-block;
	background: rgba(255,255,255,0.5);
}
a.page-top img{
	width: 30px;
	height: 30px;
	margin: 7px auto 0;
}
a.page-top img.pc-img{
	display: none;	
}
a.page-top img.sp-img{
	display: block;	
}
#about a.page-top{
	position: fixed;
	z-index: 100;
	width: 45px;
	height: 45px;
	bottom: 170px;
	right: 15px;
	display: inline-block;
	background: rgba(255,255,255,0.5);
}
#about a.page-top img{
	width: 30px;
	height: 30px;
	margin: 7px auto 0;
}
#about a.page-top img.pc-img{
	display: none;	
}
#about a.page-top img.sp-img{
	display: block;	
}
footer{
	width: 100%;
	margin: 0 auto;
	background-color: #e76c41;
	color: #fff;
	padding-bottom: 20px;
	align-items: left;
}

.footer-list{
	display: flex;
	justify-content:space-around;
	padding-top: 20px;
}	
	
	
.footer-list li{
	font-size: 12px;
	padding-left: 8px;

}
.footer-2{
	font-size: 9px;
	padding: 10px auto 25px;

}
/*
@media screen and (max-width:748px){
		
}	
*/
	
.about-txt{
	background: url(../about/img/sp-back.jpg);
	padding-top: 80px;
	background-size: contain;
	background-repeat: no-repeat;
}
.about{
	background: rgba(255,255,255,0.8);
	padding: 10px;
	/*line-height: 4.0;*/
	text-align: left;
	margin: 0px 15px;	
}

.about h2{
	color: #09308a;
	font-size: 20px;
	line-height: 4.0;
	
}
.sp-br{
	display: block;	
}
#about br{
	display: none;
}
	
.about h3{
	line-height: 1.8;
	
}
.about .jiyucyo-name {
	line-height: 2.5;
	margin-top: 40px;
}
h3.name-7{
	margin-top: 80px;
}	
section h4{
	margin-top: 40px;
}	
	
.btn-gradation {
	margin: 30px auto 0;	
}
	
	
	
.wright-map{
	padding: 50px 20px;
	}

	
	
	
	
	
}
