/*共通　*/
/*マーカー #F1EC83*/
/*bg黄色　#EECE39*/

body {
 font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
text-align: center;
line-height: 1.6em;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.wrapper {
	width: 94%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	}


.sp{	display: block;}
.tab{	display: none;}
.pc{	display: none;}
@media screen and (min-width:480px) { 
	/*　画面サイズが480px以下の場合、ここのスタイルを読み込む　*/
}
@media screen and (min-width:768px) { 
	/*　画面サイズが768px以下の場合、ここのスタイルを読み込む　*/
.sp{	display: none;}
.tab{	display: block;}
.pc{	display: none;}
	body {
font-size: 16px;
line-height: 1.6em;
}
}
@media screen and (min-width:1024px) { 
	/*　画面サイズが1024px以下の場合、ここのスタイルを読み込む　*/
.sp{	display: none;}
.tab{	display: none;}
.pc{	display: none;}
}
/******************************************/

.header {
	width: 100%;
	height: 180px;
	background-image: url("../img/header.jpg");
	background-position: left 20% ;
	background-size: cover;
	background-repeat: no-repeat;
}
.head_title{
	display: none;
}
.head_title_sp {
	width: 100%;
	background-color: #EBC9C8;
	display: block;
	padding: 15px 0;
}
.head_title_sp img{
	width: 60%;
	max-width: 480px;
	height: auto;
}
@media screen and (min-width:490px) { 
.header {
	width: 100%;
	height: 230px;
	background-image: url("../img/header.jpg");
	background-position: left 30% ;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	position: relative;
}
	.head_title {
		display: block;	
}
.head_title img{
	width: 50%;
	max-width: 480px;
	height: auto;
	position: absolute;
	top: 10%;
	right: 3%;
	
}
	.head_title_sp {
	display: none;
}
	}
@media screen and (min-width:768px) { 
.header {
	width: 100%;
	height: 360px;
	background-image: url("../img/header.jpg");
	background-position: left 40% ;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	position: relative;
}

	.head_title{
		display: block;
	}
.head_title img{
	width: 50%;
	max-width: 480px;
	height: auto;
	position: absolute;
	top: 20%;
	right: 3%;
}
}

.title00 {
	margin-top: 50px;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5em;
}
.title01 {
	margin-top: 50px;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5em;
}
.title02 {
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.5em;
	color: #000;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}


.sec01 .txt {
	font-size: 0.86em;
	margin-top: 20px;
	position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.sec01 .txt:before {
  content: '';
  position: absolute;
 /* bottom: -15px;*/
  bottom: -45px;
  display: inline-block;
  width: 7%;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #EA6148;
  border-radius: 2px;
}
/*.break{
	border: solid 3px #EA6148;
	width: 3%;
	margin: 50px auto 0;
}*/
.idealist {
	text-align: center;
	margin-top: 25px;
	display: flex;
	flex-direction: column;
}
.idealist ul {
	margin-bottom: 30px;
	list-style: none;
	display: inline-block;
    text-align: left;
}
.idealist ul li {
	padding-bottom: 7px;
	background: url("../img/kist_icon.png") left 0px top 3px no-repeat;
	background-size: 20px auto;
	padding-left: 2em;
}
.idealist .images img{
	width: 80%;
	max-width: 440px;
	height: auto;
	margin: 0 auto;
}
.bg_stripe{
	/*width: 100%;*/
	padding: 50px 3%;
	box-sizing: border-box;
	background: -webkit-repeating-linear-gradient(-45deg,#f8f8f8 0,#f8f8f8 10px,#fff 10px,#fff 20px);
    background: -o-repeating-linear-gradient(-45deg,#f8f8f8 0,#f8f8f8 10px,#fff 10px,#fff 20px);
    background: repeating-linear-gradient(-45deg,#f8f8f8 0,#f8f8f8 10px,#fff 10px,#fff 20px);
	margin-top: 50px;
}

@media screen and (min-width:768px) { 
	.title01 {
	/*margin-top: 50px;*/
	font-size: 1.65em;
	line-height: 1.6em;
		margin-bottom: 40px;
}
	.title02 {
	font-size: 1.4em;
	line-height: 1.6em;
}
	.sec01 .txt {
	font-size: 1.0em;
	line-height: 1.8em;
}
.bg_stripe{
	padding: 60px 3%;
	}
.idealist {
/*	text-align: left;
	margin-top: 25px;
	display: flex;*/
	flex-direction: row;
	justify-content: space-around;
}
	.idealist ul {
	margin-left: 2%;
	margin-bottom:0;
	list-style: none;
		width: 100%;
}
	.idealist ul li {
	/*padding-bottom: 7px;
	background: url("../img/kist_icon.png") left 0px top 3px no-repeat;
	background-size: 20px auto;
	padding-left: 2em;*/
		font-size: 16px;
		margin-left: 10%;
}
	.idealist images img {
	width: 50%;
	max-width: 200px;
	height: auto;
	/*margin: 0 auto;*/
}
}


.entry {
	margin-top: 80px;
}
.entry img {
	width: 85%;
	height: auto;
	
}
.entry_titile01{
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}
.entry_titile02{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.entry .notes {
	margin-top: 20px;
	font-size: .9em;
	margin-bottom: 30px;
}
.entry .notes em {
	font-weight: 800;
	background:linear-gradient(transparent 60%, #F1EC83 0%);
}
.entry .btn {
	margin-top: 40px;
}
.btn-gradation {
  display: inline-block;
  width: 180px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 30px;
  background-image: linear-gradient(-90deg, #FF006E, #FFD500);
  transition: .5s;
  background-size: 200%;
}

.btn-gradation:hover {
  background-position: right center;
}
@media screen and (min-width:768px) { 
.entry .notes {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-bottom: 30px;
}
}


.gclogo img {
	width:18%;
	max-width: 110px;
	margin-top: 100px;
}
address{
	font-style: normal;
	font-size: 0.7em;
	margin: 15px 0 10px;
}


.news {
color: red;
display: block;
font-size: 0.9em;
letter-spacing: 0.1em;
}
.banner  {
width: 100%;
max-width: 800px;
margin: 50px auto;
transition: .2s;
}

.banner:hover {
opacity: 0.7;
cursor: pointer;
}
.banner img {
width: 100%;
 height: auto;
}
.instaacount {
	text-decoration: none;
	display: block;
	padding: 2% 1% ;
	background: rgba(232,232,232,1.00);
	color: #000;
	 width: 70%;
	max-width: 768px;
	margin: auto;
	text-align: center;
		margin-top: 2em;
	
}
.instaacount p a{
	text-decoration: none;
	color: #000;

}

.instlink {
	text-decoration:none;
	color: #000;
}
