@charset "utf-8";

/**
 *
 *  サイト共通
 *
 */

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
ul,ol,li,dl,dt,dd{list-style-type:none;list-style-position:outside;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
img{vertical-align:top;border:0;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select{vertical-align:middle;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

html {
  overflow-y: scroll;
  font-size: 62.5%;
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body {
  color: #000;
  background: #FFF;
  font-family:"ヒラギノ角ゴ JIS2004",Hiragino Kaku Gothic JIS2004,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",Meiryo ,"ＭＳ Ｐゴシック" ,"MS P Gothic" ,sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;	
}

/* fonts */
/*
.sans-serif {
  font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",Meiryo ,"ＭＳ Ｐゴシック" ,"MS P Gothic" ,sans-serif;
}
*/
.oswald {
  font-family: 'Oswald', sans-serif;	
}


/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/

a {
  outline: none;
}
a:link,
a:visited {
  text-decoration: none;
  color: #000;
}

.ophover {
  transition: opacity ease .3s;	
}
.ophover:hover{
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .ophover:hover{
    opacity: 1;
  }
}

/*--------------------------------------------------------------------------
   img
---------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;	
}

/*--------------------------------------------------------------------------
   Animation
---------------------------------------------------------------------------*/

.fade,.fade01,.fade02,.fade03,.fade04,
.delay01,.delay02,.delay03,.delay04,.delay05 {
  transition: 1s;
}
.fade {
  opacity: 0;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
}
.fade01 {
  opacity: 0;
  transform: translate(0,100px); 
  -webkit-transform: translate(0,100px);	
}
 .fade02 {
   opacity: 0;
   transform: translate(0,-100px); 
   -webkit-transform: translate(0,-100px);
}
.fade03 {
  opacity: 0;
  transform: translate(-100px,0); 
  -webkit-transform: translate(-100px,0);	
}
.fade04 {
  opacity: 0;
  transform: translate(100px,0); 
  -webkit-transform: translate(100px,0);	
}
.delay01 {
  transition-delay: 0.3s;		
}
.delay02 {
  transition-delay: 0.6s;		
}
.delay03 {
  transition-delay: 0.9s;		
}
.delay04 {
  transition-delay: 1.2s;		
}
.delay05 {
  transition-delay: 1.5s;		
}

 .mv {
   opacity: 1;
   transform: translate(0,0); 
   -webkit-transform: translate(0,0);
}



/*--------------------------------------------------------------------------
   PC
---------------------------------------------------------------------------*/
.sp {
  display: none;	
}
/* box-sizing ---*/	
header, footer, section, div, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, th, td, a, span {
  box-sizing: border-box;
}

/*--------------------------------------------------------------------------
   SP
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .sp {
    display: block;	
  }
  .pc {
    display: none;
  }
}

/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
#Page {
  overflow: hidden;	
}
.inner {
  max-width: 1920px;
  margin: 0 auto;
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header {
  position: fixed;
  left:0;
  top:0;
  z-index: 5000;
  width: 100%;
  background: rgba(255,255,255,.9);
}
#Header .logo {
  float: left;
  padding: 15px 0 10px 15px;
  line-height: 0;	
}

@media screen and (max-width: 1200px) {
  #Header .logo img{
    max-width: 70%;
  }
}
/* ---------------------------------------------------------------------------
#Gnav	
グローバルナビゲーション
--------------------------------------------------------------------------- */
#Gnav {
  float: right;
  font-size: 0;
}
#Gnav ul li {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}
#Gnav ul li a {
  position: relative;	
  display: inline-block;
/*  height: 80px;*/
/*   padding: 32px 25px;*/
padding: 32px 20px;
  transition: .3s;
  font-size: 1.6rem;
  font-weight: 600;
}
 #Gnav ul li.nav00, #Gnav ul li.nav01 span,
 #Gnav ul li.cv_sp {
   display: none;  
}

#Gnav ul li.new a::after {
	content: "";
	width: 40px;
	height: 9px;
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../image/ico_new.png) center center no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 1980px) {
/*  @media screen and (max-width: 1827px) {*/
  #Gnav ul li a {
    padding: 22px 10px 20px;
  }
}
@media screen and (max-width: 1720px) {
/*@media screen and (max-width: 1586px) {*/
  #Gnav ul li a {
	padding: 22px 10px 20px;
	font-size: 1.2rem;
  }
}
@media screen and (max-width: 1580px) {
/*@media screen and (max-width: 1364px) {*/
  #Gnav ul li a {
    padding: 22px 8px 20px;
	font-size:1rem;
/*    font-size:1.1rem;*/
  }
}


@media screen and (max-width: 1277px) {

  #Gnav ul li a {
    padding: 22px 1px 20px;
	transition: .3s;
  }
}


@media screen and (max-width: 1000px) {
  #Gnav ul {
    width: 100%;
  }
   #Gnav ul li.nav01 span {
     display: inline;  
  }
  #Gnav ul {
    text-align: center;
  }
  #Gnav ul li a {
    margin:  0 5% 10px;
    padding: 22px 3px 20px;
	transition: .1s;
	font-size: 1.4rem;
    border-bottom: #000 1px solid;
  }
  
  #Gnav ul li.request_pc, #Gnav ul li.booking_pc {
    display: none;
  }
  #Gnav ul li.nav00 {
    display: block;
    width: 80%;
    margin: 0 10%;
    border: none;
  }
  #Gnav ul li.nav00 a {
    border: none;
  }
  #Gnav ul li.cv_sp {
    display: block;
    padding: 0 15px;
    width: 100%;
  }
  #Gnav ul li.cv_sp p {
    margin-bottom: 5%;
    font-size: 1.65rem;
    line-height: 1.5;
  }
  #Gnav ul li.cv_sp p span {
    font-size: 2.5rem;
  }
  #Gnav ul li.cv_sp img {
    margin-bottom: 45px;
  }
  #Gnav ul li.cv_sp .link {
    position: relative;
    width: 47%;
    margin: 0 0 10px;
  }
  #Gnav ul li.cv_sp a {
    display: block;
    position: relative;
    margin: 0;
    padding: 20px 8% 20px 0;
    color: #fff;
    border: none;
    background-color: #00a8bd;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: .05em;
  }
  #Gnav ul li.cv_sp .booking a {
    background : #f8b600;
  }

  #Gnav ul li.cv_sp .link::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 25px;
      box-sizing: border-box;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background: url("../image/ico_arrow2.svg") center center no-repeat;
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
  }

}

@media screen and (max-width: 768px) {
	#Gnav ul li.cv_sp .link::after {
		background-size: 7px;
		background-size: 7px;
	}
}


#Gnav ul li a:hover{
	opacity: .7;	
}

#Gnav ul li.request_pc a, #Gnav ul li.booking_pc a {
  width: 100%;
  padding: 32px;
  color: #fff;
  letter-spacing: .2em;
}

@media screen and (max-width: 1277px) {
  #Gnav ul li.request_pc a, #Gnav ul li.booking_pc a {
    padding: 32px 5px;
    letter-spacing: 0em;
  }
}

#Gnav ul li.request_pc a {
  background : #00a8bd;
}
#Gnav ul li.booking_pc a {
  background : #f8b600;
}

@media screen and (max-width: 768px) {
  #Gnav ul li a:hover{
      opacity: 1;	
  }
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content {
	/*margin-top: 70px;*/
}
#Content a {
  transition: .3s;
}
#Content a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  #Content a:hover {
    opacity: 1;
  }
}

/* page-ttl
-----------------------------------------------------------------*/
.page-ttl {
  margin-top: 76px;
}

@media screen and (max-width: 1000px) {
  .page-ttl {
    margin-top: 50px;
  }
}
/*
.page-ttl{
	height: 400px;
	padding-top: 190px;
	text-align: center;
	color: #FFF;	
}
.page-ttl h2{
	font-size: 4.3rem;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1;
}
.page-ttl h2 span{
	display: block;
	margin-bottom: 5px;
	font-size: 1.6rem;
	letter-spacing: 5px;	
}
*/


/* sec-ttl
-----------------------------------------------------------------*/
/*
.sec-ttl{
	margin-bottom: 40px;
	font-size: 3.6rem;
	line-height: 1.5;
	font-weight: 600;		
}
.sec-ttl span{
	display: block;
	padding-top: 40px;
	color: #F00;
	font-size: 2rem;
}
*/


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 70px;
  background-color: #f2f2f2;
}
#Footer .inner {
  width: 100%;
  padding: 0 4.35%;
}
#Footer a {
  transition: opacity ease .3s;
}
#Footer a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#Footer p {
  font-size: 1.2rem;
}
#Footer .bnr-list {
  display: flex;
  width: 100%;
}
#Footer .bnr-list li {
  padding-right: 24px;	
}
#Footer .copyright {
  width: 100%;
  padding-right: 15px;
  text-align: right;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #Footer a:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
  }
  #Footer p {
    font-size: 1rem;
  }
}

/* info */
#Footer .info {
  margin: 0 0 1.9%;
  padding: 5%;
  background-color: #fff;
  text-align: center;
}
#Footer .info .flex_box_pc {
  width: 100%;
}
#Footer .info .flex_box_pc img {
  display: block;
}
#Footer .info .flex_box_pc .info1 {
  width: 31%;
  padding-right: 6%;
  border-right: #666 1px solid;
}
#Footer .info .flex_box_pc .info2 {
  width: 100%;
}

#Footer .info h2 {
  display: block;
  margin: 7% 0 12%;
  color: #00a8bd;
  font-size: 1.9rem;
  letter-spacing: .05em;
}
#Footer .info li {
  margin-bottom: 1%;
  font-size: 1.5vmin;
  line-height: 1.7;
}
#Footer .info2 p {
/*  margin: 5% 0 2%;*/
  color: #4d4d4d;
  font-size: 4vmin;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .05em;
}
#Footer .info .cv {
  display: block;
  width: 47%;
  padding-right: 3%;
  color: #000;
  background: url("../image/metal.jpg") 50% 50% / cover no-repeat;
/*  background: #e0ba53;*/
  font-size: 2.4vmin;
  text-align: center;
  line-height: 3.3;
  position: relative;
/*  text-shadow: 3px 3px 7px rgba(0,0,0,0.8);*/
}

#Footer .info .cv::after {
	content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 13px;
  height: 25px;
	box-sizing: border-box;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url("../image/ico_arrow.svg") center center no-repeat;
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	#Footer .info .cv::after {
		background-size: 7px;
		background-size: 7px;
	}
}

@-webkit-keyframes sdb05 {
  0% {
/*    -webkit-transform: translate(0, -50%);*/
		right: 50px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
/*    -webkit-transform: translate(20px, -50%);*/
		right: 30px;
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
/*    transform: translate(0, -50%);*/
		right: 50px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
/*    transform: translate(20px, -50%);*/
		right: 30px;
    opacity: 0;
  }
}

#Footer .info .tel {
  width: 49%;
/*  margin-right: 7%;*/
}
#Footer .info .tel img {
  width: 100%;
  max-width: 399px;
}

@media screen and (max-width: 1700px) {
  #Footer .info2 p {
    font-size: 1.86vw;
  }
  #Footer .info .cv {
    font-size: 1.2vw;
    line-height: 4;
  }
}

@media screen and (max-width: 768px) {
  
  #Footer .info {
    margin: 0 0 5%;
    padding: 10%;
  }
  #Footer .info h2 {
    margin: 3% 0;
    font-size: 1.9rem;
  }
  #Footer .info li {
    margin-bottom: 5%;
    font-size: 3.2vmin;
  }
  #Footer .info .flex_box_pc .info1 {
    width: 100%;
    margin-bottom: 6%;
    padding: 0 0 6% 0;
    border-right: none;
    border-bottom: #666 1px solid;
  }
  #Footer .info .flex_box_pc .info2 {
    width: 100%;
  }
  #Footer .info2 p {
    font-size: 4.1vw;
    text-align: center;
  }
  #Footer .info2 p span {
    font-size: 7vw;
  }
  #Footer .info .cv {
    width: 100%;
    font-size: 4vw;
    line-height: 12vw;
  }
  #Footer .info .tel {
    width: 100%;
    margin-right: 0;
  }
  #Footer .info .tel img {
    margin: 7% auto 0;
  }
  
  
}

/* pagetop */
#Footer .pagetop {
  position: absolute;
  bottom: 200px;
}
#Footer .pagetop a {
  display: block;
}
#Footer .pagetop a p {
  margin: 0 0 0 16px;
  padding: 0;
  font-size: 1.2rem;
  color: #4d4d4d;
  line-height: 1em;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}


@keyframes sc_ani01 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 0;
  }
    
  50% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 100%;
  }
  100% {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    height: 100%;
  }
}
.faq_all {
  margin-left: 54px;
}
.faq_all .ent_tit {
  position: relative;
  height: 100px;
  margin-bottom: 52px;
  overflow: hidden;
}
.faq_all .ent_tit::before {
	position: absolute;
     content: "";
     bottom: 0;
     left: 0;
     width: 1px;
     height: 100%;
     background: #4D4D4D;
     -webkit-animation: sc_ani01 2s infinite;
     animation: sc_ani01 2s infinite;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
}

@media screen and (max-width: 768px) {
  
  #Footer .pagetop {
    bottom: 90px;
  }
  #Footer .pagetop a p {
    margin: 0;
  }
  .faq_all {
    margin-left: 40px;
  }
  
}

.fbnr_gallery {
	margin-top: 20px;
	max-width: 342px;
}

.fbnr_gallery a {
	display: block;
	position: relative;
}

.fbnr_gallery a::after {
	content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 25px;
	box-sizing: border-box;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url("../image/ico_arrow2.svg") center center no-repeat;
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb06 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb06 {
  0% {
/*    -webkit-transform: translate(0, -50%);*/
		right: 30px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
/*    -webkit-transform: translate(20px, -50%);*/
		right: 20px;
    opacity: 0;
  }
}
@keyframes sdb06 {
  0% {
/*    transform: translate(0, -50%);*/
		right: 30px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
/*    transform: translate(20px, -50%);*/
		right: 20px;
    opacity: 0;
  }
}

/* flexbox
-----------------------------------------------------------------*/
.flex_box_pc, .flex_box {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .flex-box-pc {
    display: block;
  }
}

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
	content:"";
	display:table;
}
.cf:after{
	clear:both;
}
.cf{
	zoom:1;
}


/*多階層*/

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}
ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}


li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 6px;
    width: 150%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single ul.menu__second-level li,
li.menu__single ul.menu__second-level li a{
    width: 100%;
    height:60px !important;
    background: none !important;
    border: none !important;
}
li.menu__single ul.menu__second-level li a{
    padding-left: 5px;
}

li.menu__single:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
}

li.menu__single ul.menu__second-level li a::after{
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

@media screen and (max-width: 1000px){
   .menu__second-level {
       display: flex !important;
       flex-direction: column;
       height:200px !important;
       padding: 0;
} 
    li.menu__single ul.menu__second-level li,
li.menu__single ul.menu__second-level li a{
    width: 150%;
    height:60px !important;
    background: none !important;
    border: none !important;
}
}

/* shiny */

.shiny_button {
	position: relative;
}

.shiny {
  left: -300px;
  top: 0;
  position: absolute;
  width: 300px !important;
  opacity: 0.7;
  animation: highlight 3s ease infinite;
}

.shiny_wrap {
  position: absolute;
  display: block;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

@keyframes highlight {
  0% {
    left: -300px;
  }
  100% {
    left: 1000px;
  }
}


.annotation {
  width: 100%;
  margin: 0 auto;
  padding: 50px 4.35% 0;
  background-color: #f2f2f2;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .annotation {
    padding: 15px 15px 0;
    font-size: 1rem;
  }
}

.footer_cv_area {
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	max-width: 900px;
}

#Footer .info2 p.footer_cv_area_res {
	width: 48%;
	margin: 0;
}

#Footer .info2 p.footer_cv_area_res a {
	display: block;
	position: relative;
	font-size: 26px;
	background-color: #F7B500;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0;
}

#Footer .info2 p.footer_cv_area_res a::after {
	content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 25px;
	box-sizing: border-box;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url("../image/ico_arrow2.svg") center center no-repeat;
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

#Footer .info2 p.footer_cv_area_req {
	width: 48%;
	margin: 0;
}

#Footer .info2 p.footer_cv_area_req a {
	display: block;
	position: relative;
	font-size: 26px;
	background-color: #00A7BC;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0;
}

#Footer .info2 p.footer_cv_area_req a::after {
	content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 25px;
	box-sizing: border-box;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url("../image/ico_arrow2.svg") center center no-repeat;
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.footer_cv_area {
		display: block;
	}
	#Footer .info2 p.footer_cv_area_res {
		width: auto;
	}
	#Footer .info2 p.footer_cv_area_res a {
		font-size: 18px;
	}
	#Footer .info2 p.footer_cv_area_req {
		width: auto;
		margin-top: 20px;
	}
	#Footer .info2 p.footer_cv_area_req a {
		font-size: 18px;
	}
}

.footer_tel {
	margin-top: 30px;
}
.footer_tel img {
	margin: 0 auto;
}

.footer_tel.pc {
	
}
#Footer .info .flex_box_pc .footer_tel img.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	#Footer .info .flex_box_pc .footer_tel img.pc {
		display: none;
	}
	#Footer .info .flex_box_pc .footer_tel img.sp {
		display: inline;
	}
}



/* カーニング
-----------------------------------------------------------------*/
 span.carning{ letter-spacing: -30px;}


/* keyaki_link
-----------------------------------------------------------------*/
.keyaki_link {
  max-width: 900px;
  margin: 50px auto 0;
}
#Footer .keyaki_link p {
  margin: 0;
  font-size: 1.4rem;
/*  font-size: 1.5rem;*/
  font-weight: 400;
}
#Footer .keyaki_link p.ttl,
#Footer .keyaki_link p.ttl.ce {
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 600;
}

#Footer .keyaki_link p.ce {
  font-size: 1.7rem;
}
#Footer .keyaki_link p.ce.ttl {
  color: #ce0000;
}

.keyaki_link img {
  margin-top: 10px;
}
#Footer .keyaki_link img.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #Footer .keyaki_link p,
  #Footer .keyaki_link p.ce {
    font-size: 1.2rem;
    text-align: left;
  }
  #Footer .keyaki_link p.ttl,
  #Footer .keyaki_link p.ttl.ce {
    font-size: 2.1rem;
  }
  #Footer .keyaki_link img.sp {
    display: block;
  }
  #Footer .keyaki_link img.pc {
    display: none;
  }
}