@charset "UTF-8";
/* CSS Document */

body{
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	margin: 0 auto;
}

img{
	width: 100%;
}

/* --------------------------------
 * ボタン
 * -------------------------------- */
.col {
	display: block;
	margin: 1% 0 1% 1.6%;
	width: 100%;
}

.col:first-of-type {
  margin-left: 0;
}

.col2 {
	max-width: 1000px;
    margin: -10px auto 50px;
	width: 100%;
}

.col2:first-of-type {
  margin-left: 0;
}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf {
    *zoom: 1;
}

.button{
  display: inline-block;
  padding: 20px 0px;
  margin: 21px 0;
  position: relative;
  color: #ecf0f1;
}

/* BUTTON 1 */

#button-1{
  width: 100%;
  display: block;
  font-weight: bold;
  border: 2px solid #1193d6;
  color: #1193d6;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-1:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #1193d6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-1:hover{
  color: #ecf0f1;
}

#button-1:hover:before{
  left: 0;
}

#button-2{
  width: 100%;
  display: block;
  font-weight: bold;
  border: 2px solid #FF9E9F;
  color: #FF9E9F;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-2:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #FF9E9F;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-2:hover{
  color: #fff;
}

#button-2:hover:before{
  left: 0;
}

#button-3{
  width: 100%;
  display: block;
  font-weight: bold;
  border: 2px solid #FFD07A;
  color: #FFD07A;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-3:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #FFD07A;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-3:hover{
  color: #000;
}

#button-3:hover:before{
  left: 0;
}

#button-4{
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  border: 2px solid #bf0000;
  color: #bf0000;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-4:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #bf0000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-4:hover{
  color: #fff;
}

#button-4:hover:before{
  left: 0;
}


/* --------------------------------
 * コンテンツ
 * -------------------------------- */


section{
	widows: 100%;
	padding: 50px 0;
}

.cover .title_wrap{
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}

.cover .header_title{
	font-size: 3rem;
	padding: 0 0 1.2rem;
	color: #fff;
}

.firast_text{
	text-align: center;
	margin: 0px auto;
	color: #000;
	font-size: 1.2rem;
}

.firast_text span{
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
	color: #fff;
}

.firast_text span::before, .firast_text span::after{
     position: absolute;
     top: 50%;
     content: '';
     width: 1.5em;
     height: 1px;
     background-color: #fff;
}
 
.firast_text span::before {left: 100%;}
.firast_text span::after { right: 100%;}

.header_title{
	margin: 0 auto 50px;;
	font-size: 2rem;
	text-align: center;
	color: #000;
	line-height: 50px;
}

#first_cont{
	width: 100%;
    background: #fff;
}

#first_cont .title_wrap{
	max-width: 1000px;
	display: block;
    margin:0 auto;
}

#last_cont{
	width: 100%;
    background: #fff;
}

#last_cont .title_wrap{
	max-width: 1000px;
	display: block;
    margin:0 auto;
}

.pc { display: block !important; }
.sp { display: none !important; }

.quarity_text{
	line-height: 25px;
}

.wrap1{
	max-width: 1200px;
    margin: 80px auto;
    text-align: center;
}

.wrap2{
	max-width: 1200px;
    margin: 80px auto;
    text-align: center;
}

.wrap3{
	max-width: 825px;
    margin: 80px auto;
    text-align: center;
}


h2.sabtitle_design {
    text-align: center;
	font-size: 32px;
    margin-bottom: 80px;
}
 
h2.sabtitle_design span{
     position: relative;
     display: inline-block;
     padding-bottom:0.5em;
     border-bottom: 1px solid black;
}
      
h2.sabtitle_design span::before,
h2.sabtitle_design span::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 10px solid transparent;
}
 
h2.sabtitle_design span::before {
     border-top: 10px solid black;
}
 
h2.sabtitle_design span::after {
     margin-top: -1px;
     border-top: 10px solid white;
}

.sabtext01{
	text-align: left;
	line-height: 25px;
	margin: 10px 0 30px 0px;
}

.sabtext02{
	text-align: center;
	line-height: 25px;
	margin: 10px 0 30px 0px;
}

.k_sabtext{
	text-align: left;
	line-height: 25px;
	margin: 10px 0 30px 0px;
}

.sen{
	text-align: center;
	width: 100%;
	max-width: 815px;
}

/* --------------------------------s
 * スタッフ紹介以外
 * -------------------------------- */

.contents-text {
	width: 60%;
	padding: 16px;

}
.contents-img {
	width: 40%;
}

.header_title{
	font-size: 30px;
	line-height: 40px;
}
.contents-img img {
	display: block;
	width: 100%;
	height: auto;
}
.motto{
	margin: 0 auto 33px;
	text-align: center;
	line-height: 25px;
}
.banner_area{
	display: none;
}

.f_info{
	width: 100%;
	margin: 0 auto;
	padding: 1rem;
	background-color: #000000;
}

.f_info ul{
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

.f_info ul li{
	width: 24%;
	display: inline-block;
	font-size: 1rem;
}

.f_info ul li a{
	display: block;
	color: #fff;
}

.f_info ul li img{
	width: 30px;
	margin-bottom: -2px;
	margin-right: 5px;
}


.cnter_line{
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

.f_wrapper{
	width: 100%;
	margin: 0 auto;
}

.f_bar{
	text-align: center;
	max-width: 1400px;
}

.f_bar ul li{
	float: left;
}

footer{
	background-color: #F4F4F4;
	color: #6B6B6B;
	padding-top: 10px;
	padding-bottom: 30px;
}

footer .f_wrapper {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 20px;
    padding: 2%;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.toggle {
    width: 25%;
    float: left;
}

.toggle_title {
    font-weight: 600;
    font-size: 1rem;
}

footer .toggle > ul > li {
    line-height: 1.5rem;
    font-size: 0.8rem;
	margin: 4px;
}

.toggle_title{
	pointer-events: none;
}

footer .copyright {
    clear: both;
    text-align: center;
    font-size: 12px;
}

footer a{
	color: #6B6B6B;
}

.sns_wrap{
	margin: 0 auto;
	position: relative;
}

h4{
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 20px;
}

.sns_list{
	margin: 0 auto;
}

.sns_wrap li{
	position: relative;
	margin: 0 12px;
	display: inline-block;

}

.sns_wrap ul{
	text-align: center;
	margin-bottom: 30px;
}

.sns_wrap li a{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: block;
}

.sns_wrap li img{
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media (max-width: 1200px) {
}
@media (max-width: 799px) {
.pc { display: none !important; }
.sp { display: block !important; }
.pc img { max-width: 100%; }
.sp img { max-width: 100%; }
.wrap1{
    margin: 0px auto;
}
.wrap2{
	width: 90%;
}

.wrap3{
	width: 90%;
}
.sabtext02{
	text-align: left;
	line-height: 25px;
	font-size: 15px;
}
.col2 {
	width: 90%;
}
	
#first_cont .title_wrap {
    width: 90%;
}
#last_cont .title_wrap {
    width: 90%;
}	

.header_title {
	margin: 0 auto 30px;
    font-size: 1.2rem;
	line-height: 25px;
	width: 90%;
}
    
.banner_area {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 66px;
    overflow: hidden;
}
	
h2.sabtitle_design {
    text-align: center;
	font-size: 15px;
	font-weight: bold;
    margin-bottom: 50px;
}
.inquiry_btn{
    width: 100%;
	display: block;
}
.banner_area .inquiry_btn img{
	width: 100%;
}
.motto{
	margin: 0 auto 33px;
	text-align: left;
	line-height: 25px;
}
	
#first_cont .title_wrap {
    top: 55%;
}

.sen{
	width: 90%;
}	
.g_logo {
    margin: 30px auto;
}

.contents-text,.contents-img {
	width: 100%; /*flex: 1;*/
}
.contents-img img {
	width: 70%;
	margin: 0 auto;
}
	
.contents-text {
	padding: 0;
}

.contents-text h1 {
	text-align: center !important;
}	

.quarity_text{
	width: 80%;
}
.quarity_box {
	flex-direction: column;
}

.quarity_wrap {
	width: 80%;
	padding: 0px;
	margin: 10px auto;
}
	
.staff_text{
	width: 80%;
}	

.staff_box {
	flex-direction: column;
}

.staff_wrap {
	width: 80%;
	margin: 10px auto;
}
	
section{
   padding: 50px 0 0;
}
#fourth_cont {
    width: 100%;
    margin: 0px auto;
}
	
	.performance-wrap,
	.performance-wrap:nth-child(even)  {
		flex-direction: column;
	}

	.performance-text,
	.performance-img {
		width: 80%; /*flex: 1;*/
		margin: 0 auto;
	}

	.performance-text h2 {
		text-align: center;
		line-height: 25px;
		margin-bottom: 10px;
	}
.title_wrap{
	padding: 0 0.5em;
}
.service_img {
    width: 98%;
    margin: 17px auto;
}
.quarity_text{
    margin: 15px auto 10px;
}
.text_about{
		width: 80%;
		margin: 0 auto;
}
	/* --- shops --- */
#shopinfo-wrapper,.shop-box {
    display: block;
  }
.shop-box {
    margin: 0px auto 20px;
 }
.shop-icon {
    width: 100px;
    height: 100px;
    font-size: 5rem;
    line-height: 92px;
}
.shop-text {
    margin: 0;
}

/* --------------------------------	
.line_wrap{
	margin-top: 0px;
}

.l_aria img{
	width: 90%;
}
* -------------------------------- */	
.f_info{
	padding: 1rem 0;
}
	
.f_info ul li img{
	width: 35px;
	margin: 0 auto;
	display: block;
}

.f_info ul li {
    width: 28%;
    display: inline-block;
    font-size: 0.6rem;
}
	
	
	
.toggle {
    display: block;
    font-size: 12px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: solid 1px;
    padding-bottom: 5px;
}
	
.toggle_title{
	pointer-events: all;
}
	
.sp_toggle{
		display: none;
}

.toggle_title {
   position: relative;
}


.toggle_title:after {
   content: "";
   position: absolute;
   border-right: 1px solid #000;
   border-bottom: 1px solid #000;
   width: 10px;
   right: 10px;
   height: 10px;
   transform: rotate(45deg);
}
 
.toggle_title.ac:after {
   content: "";
   position: absolute;
   border-left: 1px solid #000;
   border-top: 1px solid #000;
   border-right: 0;
   border-bottom: 0;
   width: 10px;
   right: 10px;
   height: 10px;
   transform: rotate(45deg);
}

footer .toggle > ul > li {
    line-height: 1.5rem;
    font-size: 0.8rem;
	margin: 15px;
	border-bottom: dashed 1px #CECECE;
}
footer .toggle > ul > li > a{
    display: block;
	margin-bottom: 10px;
}
	
}
