/** BASE RULE **/

body{
	color: #50473a;
	font-size: 17px;
	/*
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "Yu Gothic UI", sans-serif;
	*/
	font-family:ヒラギノ丸ゴ Pro W4;
	letter-spacing: 1px;
	line-height: 1.7em;
	margin: 0px;
}
header{
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	background: rgba(255, 255, 255, 0.9);
	padding: 2px 10px;
}

button:focus {
	outline: none;
}
ul{
	padding-left: 0px;
}
ul li a{
	display: block;
}
/*
span{
	font-weight: 500;
}
*/
a{
	transition: all .3s;
}
img {
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
}
.contact{
	border-radius: 30px;
    background: #142474;
    color: #ffff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-decoration: none;
    padding: 1px;
    width: 150px;
    text-align: center;
    font-size: 14px;
}
.fs15{
	font-size: 15px;
}
@media screen and (max-width: 600px){
	header{
		padding: 0px;
	}
}
/* --- ボタン --- */
.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-border {
	border-radius: 0;
	background: #142474;
	color: #ffff;
	-webkit-transform-style: preserve-3d;
  
	transform-style: preserve-3d;
  }
  
  a.btn-border:before {
	position: absolute;
	top: 0;
	left: 0;
  
	width: 5px;
	height: 100%;
  
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
  
	background: #10618b;
  }
  
  a.btn-border:hover {
	color: #fff;
	background: #000;
  }
  
  a.btn-border:hover:before {
	background: #10618b;
  }
/* --- 問合せ入力後の色 --- */
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #f0f0f0 inset;
}
/*
a:hover{
	opacity: 0.8;
}
*/

.formErrorContent{
	font-size: 15px;
}

/* --- 行揃えの位置、均等割付 --- */
.t-align_left {
	text-align: left; }
  
.t-align_right {
	text-align: right; }
  
.t-align_center {
	text-align: center; }

/*見出しリンク縦線*/
@media only screen and (max-width: 600px) {
	.top-link-border{
		display: block;
		border-right: 1px solid #2ea7f5;
		border-left: 1px solid #2ea7f5;
	}
}

@media (min-width: 768px){
	#goToTop {
		bottom: 20px;
		right: 20px;
	  }
	  #goToTop > a > img{
		width: 100%;
	  }
}


/** RAYOUT RULE **/
.white{
	color: #ffffff !important;
}
.orange{
	color: #dc7a32;
}
.blue{
	color: #2ea7f5;
}
@media screen and (min-width: 356px){
	.container {
		/*
		max-width: 375px;*/
		padding-right: 18px;
		padding-left: 18px;
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (min-width: 768px){
	.container {
	/*	max-width: 728px;*/
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (min-width: 992px){
	.container {
		max-width: 952px;
	}
}
@media screen and (min-width: 1200px){
	.container {
		max-width: 1150px;
/*		max-width: 1030px;*/
	}
}

/** STATE RULE **/

/** MODULE RULE **/

/** 見出し **/
h1{
	font-size: 1rem;
	margin-bottom: 0;
}

h2{
	font-size: 2.6em;
	letter-spacing: 3px;
	font-weight: bold;
}
.h2-pattern01{
	border-bottom: double 3px #142474;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #142474;
}
.h2-pattern01 h2{
	margin: 5px 0px;
}
.h2sub{
	margin-bottom: 30px;
    font-weight: 500;
    color: #142474;
    font-size: 1.3em;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.h2-under-red{
	position: relative;
	display: inline-block;
	margin-bottom: 1em;	
}
.h2-under-white{
	position: relative;
	display: inline-block;
	margin-bottom: 1em;	
}
.h2-under-red:before{
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #b9080e;
	border-radius: 2px;
}
.h2-under-white:before{
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 2px;
}
.h2-ttl{
	margin-bottom: 15px;
    font-weight: 500;
    color: #b9080e;
    font-size: 1.3em;
}
.h2-ttl02{
	font-size: 2em;
	margin-bottom: 10px;
    font-weight: bold;
	line-height: 1.2em;
}

@media screen and (max-width: 768px){
	h2{
		font-size: 2em;
		line-height: 1em;
	}
}

@media screen and (max-width: 600px){
	/*
	h2{
		font-size: 1.7em;
	}
	*/
	.h2-ttl02{
		font-size: 1.7em;
	}
}
h3{
    font-size: 2em;
	font-weight: bold;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 1.5;
	margin: 0px;
  }
  
@media screen and (max-width: 600px){
    h3{
        font-size:1.2rem;
    }
}


.h2_title {
	text-align:center;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #142474;
}

.h2_title span{
	text-align:center;
	font-weight: bold;
	margin-bottom: 25px;
}

.h2_title-orange, .h2_title-orange span{
	color: #ec8836;
}

.h2_title-itbucyo, .h2_title-itbucyo span{
	color: #70ba36;
	text-align:left;
}

.h2_span01 {
	color: #9f7b63;
	font-size: 2.5em;
	margin-bottom: 20px;
}

@media screen and (max-width: 600px){
	.h2_span01 {
		font-size: 1.5em;
	}
}

.h2_span02 {
	color: #51aaa9;
	font-size: 18px;
	padding-top: 10px;
}
.h2_span03 {
	color: #6a81ae;
	font-size: 18px;
	padding-top: 10px;
}
.title_color01{
	color: #81bb5e;
}
.title_color02{
	color: #51aaa9;
}
.title_color03{
	color: #6a81ae;
}

.text_center{
	text-align: center;
}

/* タイトル画像 */
/*トップページ用*/
/*
#title-image00{
	position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 101%;
	background-image: url("../img/index/index_feature_01.png");
}
*/

#title-image01{
	position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 101%;
    background-image: url("../img/common/common_title01.jpg");
}
#title-image02{
	position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 101%;
    background-image: url("../img/common/common_title02.jpg");
}
#title-image03{
	position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 101%;
    background-image: url("../img/common/common_title03.jpg");
}
#title-image04{
	position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 101%;
    background-image: url("../img/common/common_title04.jpg");
}
#title-image05{
	position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 101%;
    background-image: url("../img/common/common_title05.jpg");
}

#title-image06{
	position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 101%;
    background-image: url("../img/common/common_title06.jpg");
}

#title-image07{
	position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 101%;
    background-image: url("../img/common/common_title07.jpg");
}
@media screen and (max-width: 1024px) {
	#title-image01{
		min-height: 460px;
		height: 35.9375vw;
	}
	#title-image02{
		min-height: 460px;
		height: 35.9375vw;
	}
	#title-image03{
		min-height: 460px;
		height: 35.9375vw;
	}
	#title-image04{
		min-height: 460px;
		height: 35.9375vw;
	}
	#title-image05{
		min-height: 460px;
		height: 35.9375vw;
	}
	#title-image06{
		min-height: 460px;
		height: 35.9375vw;
	}
	#title-image07{
		min-height: 460px;
		height: 35.9375vw;
	}
}
@media screen and (max-width: 768px) {
	#title-image01{
		min-height: 260px;
	}
	#title-image02{
		min-height: 260px;
	}
	#title-image03{
		min-height: 260px;
	}
	#title-image04{
		min-height: 260px;
	}
	#title-image05{
		min-height: 260px;
	}
	#title-image06{
		min-height: 260px;
	}
	#title-image07{
		min-height: 260px;
	}
}
@media screen and (max-width: 600px) {
	#title-image01{
		height: 195px;
		background-size: 154%;
	}
	#title-image02{
		height: 195px;
		background-size: 154%;
	}
	#title-image03{
		height: 195px;
		background-size: 154%;
	}
	#title-image04{
		height: 195px;
		background-size: 154%;
	}
	#title-image05{
		height: 195px;
		background-size: 154%;
	}
	#title-image06{
		height: 195px;
		background-size: 154%;
	}
	#title-image07{
		height: 195px;
		background-size: 154%;
	}
}

/* タイトル共通 */
.titlepic-box{
	position: absolute;
	top: 60%;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.titlepic-title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 50px;
	text-align: center;
	color: #ffffff;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.c-underlayer--photo .c-underlayer__title {
    padding-top: 35px;
}

@media screen and (max-width: 600px) {
	.titlepic-title {
		font-size: 29px;
	}

	.titlepic-box{
		top: 55%;
	}
}

#title_image01{
	position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 101%;
	background-image: url("../img/common/common_title01_01.jpg");
}
#title_image02{
	position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 101%;
	background-image: url("../img/common/common_title01_02.jpg");
}
#title_image03{
	position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 101%;
	background-image: url("../img/common/common_title01_03.jpg");
}

@media screen and (max-width: 1200px) {
	#title_image01,#title_image02,#title_image03,#title_image04,#title_image05,#title_image06 {
	  height: 31.25vw;
	}
  }
  
  @media screen and (max-width: 768px) {
	#title_image01,#title_image02,#title_image03,#title_image04,#title_image05,#title_image06 {
	  height: 42vw;
	}
  }

  @media screen and (max-width: 600px) {
	#title_image01,#title_image02,#title_image03,#title_image04,#title_image05,#title_image06 {
	  height: 49vw;
	  margin-top: 15px;
	}
  }
  
  @media screen and (max-width: 400px) {
	.titlepic-title01 {
	  font-size: 29px;
	}
  }
/* タイトル背景 */

.ttl-box {

}
.ttl-container {
    margin: 0 auto;
    max-width: 1080px;
    width: calc(100% - 48px - 48px);
	}
.ttl-box-back {
    margin-top: -80px;
    padding: 40px 3.7037%;
    width: 81.48148%;
	position: relative;
    margin: 0 auto;
    background-color: #ffffff;
	padding-bottom: 80px;
}
/**/
.culture-page .culture-page__head {
    padding-bottom: 80px;
}
.c-underlayer__head {
    margin-top: -80px;
    padding: 40px 3.7037%;
	position: relative;
    background-color: #ffffff;
	border-radius: 25px;
}
.c-underlayer__head-inner {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
	text-align: center;
}
.title-container {
    margin: 0 auto;
    max-width: 1080px;
    width: calc(100% - 48px - 48px);
}
.c-underlayer__title {
    text-align: center;
	padding-top: 35px;
}
/**/


/* フォントサイズ */
.ft15{
	font-size: 15px;
}
.ft19{
	font-size: 19px;
}
.ft20{
	font-size: 20px;
}
.ftb{
	font-weight: bold;
}
.fw500{
	font-weight: 500;
}
/*文字*/

/*太文字*/
.index-font{
	font-size: 23px;
    font-weight: bold;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
	-1px 1px 0 #FFF, 1px -1px 0 #FFF,
	0px 1px 0 #FFF,  0 -1px 0 #FFF,
	-1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 1024px){
	.index-font{
		font-size: 23px;
		font-weight: bold;
	}
}

/* 背景ドット */
.bg_dot{
	background-color: #fff;
	background-image:
	  radial-gradient(rgb(228, 228, 228) 10%, transparent 10%);
	background-size: 10px 10px;
}
/* 格子背景 
.hoge{
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
*/
.hoge{
    background-image: radial-gradient(rgb(228, 228, 228) 10%, transparent 10%);
    background-size: 10px 10px;
  }
/*幾何学模様*/
@import url("https://fonts.googleapis.com/css?family=Merienda");

.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

/* Default Styling */
.particles-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.particles-box {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  z-index: 1;
}


/* 背景色 */
.gray{
	background: #f4f4f4;
}
.light-blue {
    background: aliceblue;
}
/*余白*/
.h3-padding{
	padding: 50px 0 10px 0;
}
.pb5{
	padding-bottom: 5%;
}
.pt10{
	padding-top: 5%;
}
.mb0{
	margin-bottom: 0;
}
.mb5{
	margin-bottom: 5%;
}
.mt30{
	margin-top: 30px;
}

/* パンくずリスト */
.List-Item {
  display: inline;
  font-size: 14px;
}
.List-Item::after {
  content: '＞';
  padding: 0 16px;
}
.List02 .List-Item::after {
  content: '/';
}
.List-Item:last-child::after {
  content: '';
}
.List-Item-Link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
/*
.List02{
	margin-top: 2%;
}
*/
.List03{
	padding-top: 2%;
	background-color:#f0f0f0;
}


/* main */
section{
	/*
	padding: 100px 0 0 0;
	*/
	position: relative;
}
/*
@media screen and (max-width: 768px) {
	section{
		padding: 50px 0 0 0;
	}
}
*/
/** スクロール　アニメーション **/
.contents-fadein {
	opacity: 0;         /* 初期値は透明にしておく */
	transition: .5s;    /* 動くスピードを0.5秒に指定 */
	position: relative; /* 相対位置の設定 */
	top: 50px;          /* 事前に下に50pxずらしておく */
}
  
.contents-scroll {
	opacity: 1;         /* 透明度を元に戻す */
	top: 0;             /* ずらしていた位置を戻すことで上に上がっているようにみえる */
}

.btn_space{
	padding-bottom: 2%;
}
/* その場で */
.fadeIn{
	animation-name:fadeLeftAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeLeftAnime{
	  from {
		opacity: 0;
		transform: translateX(-100px);
	  }
	
	  to {
		opacity: 1;
		transform: translateX(0);
	  }
	}
/* 順番に表れるアニメーション*/
.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
	  transform: translateY(100px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateY(0);
	  }
	}

/*下から文章が出てくるアニメーション*/
.slide-in {
	overflow: hidden;
	  display: inline-block;
  }
  
  .slide-in_inner {
	display: inline-block;
  
  }
  
  /* 上下のアニメーション*/
  .downAnime{
	  opacity: 0;/* 事前に透過0 にして消しておく*/
  }
  
  .slideAnimeDownUp {
	  animation-name:slideTextY100;
	  animation-duration:0.8s;
	  animation-fill-mode:forwards;
	  opacity: 0;
  }
  
  @keyframes slideTextY100 {
	  from {
		  transform: translateY(100%);/* 要素を上の枠外に移動*/
		  opacity: 0;
	  }
	  to {
		  transform: translateY(0);/* 要素を元の位置に移動*/
		  opacity: 1;
	  }
  }
  
  .slideAnimeUpDown {
	  animation-name:slideTextY-100;
	  animation-duration:0.8s;
	  animation-fill-mode:forwards;
	  opacity: 0;
  }
  
  @keyframes slideTextY-100 {
	  from {
		  transform: translateY(-100%);/* 要素を下の枠外に移動*/
		  opacity: 0;
	  }
	  to {
		  transform: translateY(0);/* 要素を元の位置に移動*/
		  opacity: 1;
	  }
  }
/*--------------------------------------------------------------
流れるテキスト
--------------------------------------------------------------*/
.slide-in {
	overflow: hidden;
	  display: inline-block;
  }
  
  .slide-in_inner {
	display: inline-block;
  
  }
  
  /*左右のアニメーション*/
  .leftAnime{
	  opacity: 0;/*事前に透過0にして消しておく*/
  }
  
  .slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	  opacity: 0;
  }
  
  @keyframes slideTextX100 {
	from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
		  opacity: 0;
	}
  
	to {
	transform: translateX(0);/*要素を元の位置に移動*/
	  opacity: 1;
	}
  }
  
  .slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	  opacity: 0;
  }
  
  
  @keyframes slideTextX-100 {
	from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
	  opacity: 0;
	}
  
	to {
	transform: translateX(0);/*要素を元の位置に移動*/
	  opacity: 1;
	}
  }
  
  

/* footer フッター*/
#footer{
	padding-top: 80px;
	background-color: #eeeeee;
}

#footer a{
	color: rgb(34, 34, 34);
}

#footer a:hover{
	color: rgb(141, 141, 141);
}
.footer_logo{
	font-size: 1.5em;
	color:#fff;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.footer_menu{
	list-style:none;
	padding-top: 10px;
	display: flex;
	list-style: none;
}
.footer_menu li{
	padding: 0 10px;
	background:url(../img/common/footer_map_arrow.png) no-repeat 0 0;
	background-size:auto 20px;
	padding-left: 30px;
}
.footer_menu li a{
	text-decoration:none;
}
.privacy{
	padding: 0 10px;
}
.footer_text01{
	text-align-last: end;
}
@media screen and (max-width: 768px) {
	.footer_logo{
		font-size: 1.2em;
	}
}

#footer_brand{
	display: flex;
	padding-top: 2%;
}
address{
	font-size: 15px;
	line-height: 2;
	font-style:normal;
}

#footer_brand img{
	width: 300px;
}
.footer_logobox{
	width: 50%;
}
.footer_logobox a:hover{
	text-decoration: none !important;
}
.eigyou{
	font-size: 15px;
}
.tel_text{
	font-size: 1.7rem;
	padding-left: 12%;
	background-image: url(../img/common/footer_tel.png);
	background-position-x: 6%;
    background-position-y: 44%;
	background-repeat: no-repeat;
	background-size: 14%;
}
@media screen and (max-width: 600px) {
	.footer_menu{
		display: block;
	}
	.tel_text{
		padding-left: 7%;
		background-size: 12%;
	}
}

#footer_bottom{
/*	margin-top: 30px;
	margin-right: 30px;*/
	text-align: right;
	display: flex;
}

#footer_bottom p{
	font-size: 13px;
}
@media screen and (min-width: 768px) {
.footer_copyright{
	display: none;
	}
}
@media screen and (max-width: 1024px) {
	#footer_brand{
		display: block;
	}
	.footer_logobox{
		width: 100%;
		margin-bottom: 10%;
	}
	.tel_text{
		padding-left: 19%;
		background-position-x: 5%;
	}
	.mail_box{
		width: 100%;
		margin: 0;
	}
	.mail_box02{
		background-position-x: 4%;
	}
}


#goToTop {
	position: fixed;
	bottom: 5px;
	right: 0;
	z-index: 3;
  }
  #goToTop > a > img{
	width: 70%;
  }
  #goToTop img:hover {
	text-decoration: none;
	opacity: 0.7;
	cursor: pointer;
  }


/*pcのみ改行*/
@media only screen and (min-width: 1024px) { 
	.sp {
		display: none;
	}
	.tp {
		display: none;
	}
	.tppro{
		display:none;
	}
	.pc {
		display:block;
	}
}
 
/*ipadproのみ改行*/
@media only screen and (max-width: 1024px) { 
	.sp {
		display: none;
	}
	.tp {
		display: none;
	}
	.tppro{
		display:block;
	}
	.pc {
		display: none;
	}
}

/*ipadのみ改行*/
@media only screen and (max-width: 769px) { 
	.sp {
		display: none;
	}
	.tp {
		display: block;
	}
	.tppro{
		display:none;
	}
	.pc {
		display: none;
	}
}
	
/*spのみ改行*/
@media only screen and (max-width: 600px) { 
	.sp {
		display: block;
	}
	.tp {
		display: none;
	}
	.tppro{
		display: none;
	}
	.pc {
		display: none;
	}
	.top-link {
		display: none;
	}
}

/*スマホのみ改行を入れる*/
/*
@media screen and (min-width: 601px){   
	.pc { display:inline; }
	.sp { display:none; }
  }
  @media screen and (max-width: 600px){   
	.pc { display:none; }
	.sp { display:inline; }
  }
*/
/*スマホのみ電話リンクを有効する*/
@media (min-width: 600px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}
