@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Rozha+One');

@media only screen and (max-width: 768px) {
/* -------------------------------- 
common
-------------------------------- */
h1,h2,h3,h4,div,p,ul,ol,dl,li,dt,dd,a{
	margin: 0;
	padding: 0;
}
body{
	background: #fff;
	font-weight: 500;
	font-size: 3.6vw;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
a{
	color: #333;
	text-decoration: none;
}
li{
	list-style: none;
}
picture.img{
	display: block;
}
img{
	width: 100%;
	height: auto;
}
.line{
	display: block;
	margin: 4vw 0 0;
}
#AllWrap{
	overflow-x: hidden;
	width: 100vw;
}
#Container{
	margin: 21vw 0 25vw;
}
.mainvisual{
	line-height: 0;
}
.txt{
	line-height: 1.75;
}


/* -------------------------------- 
parts
-------------------------------- */
.sect-inner{
	width: 92vw;
	margin: 0 auto;
	padding-top: 10vw;
	background: #fff;
}
.bigf{
	font-size: 5.6vw !important;
}
.midf{
	font-size: 4vw !important;
}
.big-en{
	font-family: 'Rozha One', serif;
	font-size: 20vw;
}
.small-en{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	color: #22658c;
	font-family: 'Rozha One', serif;
	font-size: 3vw;
}
.small-en::before{
	content: "";
	display: block;
	width: 8vw;
	height: 1px;
	margin: 1.5vw 1.6vw 0 0;
	background: #22658c;
}
h2.bigf{
	text-align: center;
}
h2.bigf::after{
	content: "";
	display: block;
	width: .4vw;
	height: 4vw;
	margin: 2.5vw auto 3vw;
	background: #333;
}
.sub-txt{
	line-height: 1.75;
}
.btn-type01{
	margin-top: 8vw;
	text-align: center;
}
.btn-type01 a{
	display: inline-block;
	width: 44vw;
	color: #22658c;
	font-family: 'Rozha One', serif;
	font-size: 4.8vw;
}
.btn-type01 a::after{
	content: "";
	display: block;
	width: 12vw;
	height: .4vw;
	margin: 1vw auto 0;
	background: #22658c;
}
.btn-type02 a{
	display: inline-block;
	position: relative;
	padding: 0 4vw 0 0;
	font-weight: bold;
}
.btn-type02 a::after{
	content: "▶";
	display: block;
	position: absolute;
	top: .5vw;
	right: 0;
	color: #22658c;
	font-size: 3vw;
}
.btn-type03 a{
	display: block;
	position: relative;
	width: 50vw;
	height: 11.5vw;
	margin: 10vw auto 0;
	padding: 4vw 0;
	background: #22658c;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.btn-type03 a::after{
	content: "";
	display: block;
	position: absolute;
	top: 1vw;
	left: 1vw;
	width: 50vw;
	height: 11.5vw;
	background: #fff;
	border: .5vw solid #22658c;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	z-index: -1;
}
.btn-type04 {
    width: 92vw;
    margin: 20px auto 0;
}


/* -------------------------------- 
header
-------------------------------- */
header{
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
	padding: 4vw 4vw;
	background: #fff;
	box-sizing: border-box;
  transition: .3s;
  z-index: 50;
}
h1{
	margin: 0 0 1vw;
	font-size: 1.6vw;
}
.logo{
	width: 36vw;
	height: auto;
	margin: 0;
}
.language-block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	position: absolute;
	top: 9vw;
	right: 22vw;
	font-weight: bold;
}
.language-block li:nth-of-type(1) a{
	color: #e1e1e1;
}
.language-block li:nth-of-type(n+2){
	margin: 0 0 0 2.5vw;
	padding: 0 0 0 2.5vw;
	border-left: .4vw solid #e1e1e1;
}


/* -------------------------------- 
パンくず
-------------------------------- */
#Pan{
	width: 92vw;
	margin: 0 auto;
	padding: 2vw 0 0;
	font-size: 3vw;
}
#Pan ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	line-height: 1.75;
	text-align: center;
}
#Pan li:nth-of-type(n+2)::before{
	content: "＞";
	padding: 0 1vw;
}
#Pan a{
	text-decoration: underline;
}


/* -------------------------------- 
footer
-------------------------------- */
footer{
	margin: 5vw 0 0;
}
footer .footer-map {
        height: 56.25%;
}        
footer .footer-map iframe {
        filter: grayscale(100%);
        width: 100%;
        height: 100%;
        vertical-align: bottom;
}
/*footer .footer-map {
	position: relative;
	background: url(https://www.freespirits-osaka.com/img/footer_img-map.png) center;
    background-size: cover;
	padding-bottom: 56.25%;
}
footer .footer-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
footer .footer-map iframe,
footer .footer-map object,
footer .footer-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
footer .adress{
	padding: 5vw 4vw 7vw;
	background: #22658c;
	color: #fff;
	font-size: 3.2vw;
}
footer .adress a{
	color: #fff;
}
footer .adress p:nth-of-type(1){
	line-height: 2;
}
footer .adress p:nth-of-type(2){
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 5vw 0 0;
}
footer .adress p span{
	display: block;
	margin: 0 0 8px 0;
}

footer .adress-wrap {
    padding: 7vw 4vw;
    background: #22658c;  
}
footer .adress-wrap .inner {
    color: #fff;
}
footer .adress-wrap .shop-info:first-child {
    padding: 6vw 0;
}
footer .adress-wrap .shop-info:last-child {
    padding: 6vw 0;
    border-top: 1px solid #fff;
}
footer .adress-wrap .ttl {
    margin: 0 0 4vw;
    font-size: 4.6vw;
    font-weight: 400;
    text-align: center;
}
footer .adress-wrap .txt {
    font-size: 3.65vw;
    opacity: .8;
}
footer .adress-wrap .shop-info:last-child .txt {
    line-height: 1.3;
}
footer .adress-wrap .txt a {
    color: #fff;
}
footer .adress-wrap .txt a.tel {
    letter-spacing: -.01em;
    margin-right: 1vw;
}
footer .adress-wrap .shop-info:last-child .txt a.tel {
    display: inline-block;
    margin-top: 1.8vw;
}
footer .adress-wrap .txt a:last-child {
    letter-spacing: -.01em;
    margin-left: 1vw;
    text-decoration: underline;
}


footer #AcMenu{
	width: 92vw;
	margin: 0 auto;
}
footer #AcMenu .ttl{
	position: relative;
	padding: 8vw 0;
	border-bottom: .4vw solid #dcdcdc;
	font-family: 'Rozha One', serif;
	font-weight: 500;
	font-size: 5.6vw;
}
footer #AcMenu .ttl.open{
	border-bottom: none;
	transition: transform 0.3s ease-out;
}
footer #AcMenu .ttl::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 4vw;
	height: 2.5vw;
	margin-top: -1.25vw;
	background: url(https://www.freespirits-osaka.com/img/common_parts-arrow.png) no-repeat;
	background-size: cover;
	transition: transform 0.3s ease-out;
}
footer #AcMenu .ttl.open::after{
	transform: rotate(180deg);
}
footer #AcMenu ul{
	display: none;
	padding: 0 4vw;
	border-bottom: .4vw solid #dcdcdc;
}
footer #AcMenu ul a{
	display: block;
	padding: 4vw 0;
	color: #999;
	font-weight: bold;
}
.footer-logo{
	width: 36vw;
	height: auto;
	margin: 10vw auto 0;
	padding: 0 8vw 1.5vw;
	border-bottom: .3vw solid #dcdcdc;
}
.footer-logo + ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 84vw;
	margin: 5vw auto 0;
}
.footer-logo + ul li{
	color: #22658c;
}
.footer-logo + ul li::after{
	content: "/";
	padding-left: 3vw;
}
.footer-logo + ul li:nth-of-type(n+2){
	padding-left: 3vw;
}
.footer-logo + ul li:nth-of-type(5){
	padding-left: 0;
}
.footer-logo + ul li:nth-of-type(n+5){
	margin: 3vw 0 0;
}
.footer-logo + ul li a{
	color: #22658c;
	font-weight: bold;
}
.copyright{
	margin: 8vw 0 0;
	padding: 3.5vw 0;
	background: #22658c;
	color: #fff;
	font-weight: bold;
	font-size: 3.2vw;
	line-height: 1.5;
	text-align: center;
}

.big-en{
	text-shadow: 0 0 10px #FFF;
}
.pc-only {
    display: none;
}
.sp-only {
    display: block;
}
}


@media only screen and (min-width: 769px) {
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}    
/* -------------------------------- 
common
-------------------------------- */
html{
	font-size: 62.5%;
/*	font-size: calc(40.625% + 0.25vw);*/
}
body{
	min-width: 1140px;
	background: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
h1,h2,h3,h4,div,p,ul,ol,dl,li,dt,dd,a{
	margin: 0;
	padding: 0;
}
#Container{
	margin: 0 0 120px;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	transition: .6s;
}
a:hover img{
	opacity: .8;
}
li{
	list-style: none;
}
picture.img{
	display: block;
}
img{
	width: 100%;
	height: auto;
}
.mainvisual{
	line-height: 0;
}
.txt{
	line-height: 1.75;
}
.line{
	display: block;
}
#AllWrap{
	overflow-x: hidden;
	width: 100%;
}
section[class^=area]{
	width: 1040px;
}
.mainvisual{
	line-height: 0;
}
.img{
	line-height: 1;
}
.txt{
	line-height: 1.75;
}


/* -------------------------------- 
parts
-------------------------------- */
.sect-inner{
	position: relative;
	width: 520px;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 8px #ccc;
	z-index: 3;
}
.bigf{
	font-size: 2.4rem !important;
}
.midf{
	font-size: 1.8rem !important;
}
.big-en{
	font-family: 'Rozha One', serif;
	font-size: 13rem;
}
.small-en{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	position: absolute;
	top: 0;
	left: 0;
	color: #22658c;
	font-family: 'Rozha One', serif;
}
.small-en::before{
	content: "";
	display: block;
	width: 130px;
	height: 2px;
	margin: 7px 9px 0 0;
	background: #22658c;
}
h2.bigf{
	text-align: center;
}
h2.bigf::after{
	content: "";
	display: block;
	width: 2px;
	height: 16px;
	margin: 15px auto;
	background: #333;
}
.sub-txt{
	line-height: 1.75;
}
.btn-type01{
	margin-top: 20px;
	text-align: center;
}
.btn-type01 a{
	display: inline-block;
	position: relative;
	color: #22658c;
	font-family: 'Rozha One', serif;
	font-size: 2.4rem;
}
.btn-type01 a::after, .btn-type01 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
	width: 60px;
	height: 2px;
	margin-left: -30px;
	background: #22658c;
  transition: all 0.3s ease;
  transform: scale(0.85);
}
.btn-type01 a:hover::before {
  top: 0;
  left: 0;
	width: 100%;
	margin-left: 0;
  transform: scale(1);
}
.btn-type01 a:hover::after {
  left: 0;
	width: 100%;
	margin-left: 0;
  transform: scale(1);
}
.btn-type02 a{
	display: inline-block;
	position: relative;
	padding: 0 20px 0 0;
	font-weight: bold;
}
.btn-type02 a::after{
	content: "▶";
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 14px;
	transition: all	.4s;
}
.btn-type02 a:hover{
	color: #22658c;
}
.btn-type02 a:hover::after{
	color: #22658c;
}
.btn-type03 a{
	display: block;
	position: relative;
	width: 255px;
	height: 65px;
	margin: 80px 0 0 auto;
	padding: 25px 0;
	background: #22658c;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.btn-type03 a::after{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 255px;
	height: 65px;
	background: #fff;
	border: 2px solid #22658c;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	z-index: -1;
}
.btn-type04 {
    width: 521px;
    margin: 40px auto 0;
}


/* -------------------------------- 
header
-------------------------------- */
header{
	position: relative;
  width: 1040px;
	margin: 0 auto;
	padding: 30px 0;
	background: #fff;
	box-sizing: border-box;
  transition: .3s;
  z-index: 50;
}
h1{
	margin: 0 0 1vw;
	font-size: 1.2rem;
}
.logo{
	width: 324px;
	height: auto;
	margin: 0;
}
.language-block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	position: absolute;
	top: 33px;
	right: 70px;
	font-weight: bold;
}
.language-block li:nth-of-type(1) a{
	color: #e1e1e1;
}
.language-block li:nth-of-type(n+2){
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 2px solid #e1e1e1;
}
.language-block li:nth-of-type(n+2) a:hover{
	color: #22658c;
}


/* -------------------------------- 
パンくず
-------------------------------- */
#Pan{
	width: 1040px;
	margin: 0 auto;
	padding: 20px 0 0;
}
#Pan ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	line-height: 1.75;
	text-align: center;
}
#Pan li:nth-of-type(n+2)::before{
	content: "＞";
	padding: 0 10px;
}
#Pan a{
	text-decoration: underline;
}


/* -------------------------------- 
footer
-------------------------------- */
footer{
	margin: 10px 0 0;
	border-top: 5px solid #22658c;
}
footer .footer-map {
        height: 300px;
}        
footer .footer-map iframe {
        filter: grayscale(100%);
        width: 100%;
        height: 100%;
        vertical-align: bottom;
}
        
/*footer .footer-map{
	position: relative;
	background: url(https://www.freespirits-osaka.com/img/footer_img-map.png) center;
    background-size: cover;
	padding-bottom: 300px;
	overflow: hidden;
}
footer .footer-map{
	position: relative;
	padding-bottom: 300px;
	height: 0;
	overflow: hidden;
}
footer .footer-map iframe,
footer .footer-map object,
footer .footer-map embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
}*/
footer .adress{
	padding: 30px 0;
	background: #22658c;
	color: #fff;
	font-size: 1.4rem;
}
footer .adress a{
	color: #fff;
}
footer .adress p{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 606px;
	margin: 0 auto;
}
footer .adress p span{
	display: block;
}
footer .adress br{
	display: none;
}
footer .adress p:nth-of-type(1) span:nth-of-type(1){
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 42.5%;
}
footer .adress p:nth-of-type(1) span:nth-of-type(1)::after{
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background: #fff;
}
footer .adress p:nth-of-type(2){
	width: 444px;
	margin: 20px auto 0;
}

footer .adress-wrap {
    padding: 40px 0;
    background: #22658c;  
}
footer .adress-wrap .inner {
    width: 1040px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    color: #fff;
}
footer .adress-wrap .shop-info:first-child {
    padding: 30px 0;
}
footer .adress-wrap .shop-info:last-child {
    padding: 30px 0 30px 70px;
    border-left: 1px solid #fff;
}
footer .adress-wrap .ttl {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 400;
}
footer .adress-wrap .txt {
    font-size: 16px;
    opacity: .8;
}
footer .adress-wrap .txt a {
    color: #fff;
}
footer .adress-wrap .txt a.tel {
    margin-right: 10px;
}
footer .adress-wrap .txt a:last-child {
    margin-left: 20px;
    text-decoration: underline;
}

footer #AcMenu{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 1040px;
	margin: 40px auto 0;
}
footer #AcMenu .inner{
	width: 20%;
}
footer #AcMenu .ttl{
	padding: 0 0 10px;
	border-bottom: 2px solid #dcdcdc;
	font-family: "Rozha One", serif;;
	font-weight: bold;
	font-size: 2.4rem;
}
footer #AcMenu ul{
	margin: 25px 0 0 5px;
}
footer #AcMenu li:nth-of-type(n+2){
	margin: 20px 0 0;
}
footer #AcMenu a{
	color: #999;
}
footer #AcMenu a:hover{
	color: #333;
	font-weight: bold;
	transition: all .5s;
}
.footer-logo{
	width: 217px;
	height: auto;
	margin: 80px auto 0;
	padding: 0 80px 15px;
	border-bottom: 3px solid #dcdcdc;
}
.footer-logo + ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 604px;
	margin: 20px auto 0;
}
.footer-logo + ul li{
	color: #22658c;
}
.footer-logo + ul li::after{
	content: "/";
	padding-left: 10px;
}
.footer-logo + ul li:last-of-type::after{
	content: none;
}
.footer-logo + ul li:nth-of-type(n+2){
	padding-left: 10px;
}
.footer-logo + ul li a{
	color: #22658c;
	font-weight: bold;
}
.copyright{
	margin: 30px 0 0;
	padding: 15px 0;
	background: #22658c;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
}
.copyright small{
	display: block;
	width: 1040px;
	margin: 0 auto;
	text-align: right;
}
.copyright br{
	display: none;
}
.big-en{
	text-shadow: 0 0 10px #FFF;
}
}
@media only screen and (min-width: 1400px) {
html{
	font-size: 62.5%;
}
}