@charset "UTF-8";
/* -------------------------------- 

TABLET

-------------------------------- */
#sp-header{display: none;}
#header{
	width: 100%;
	height: 120px;
	background:rgba(0,0,0,0.5);
	position: fixed;
	top:0;
	left: 0;
	z-index: 5;
}

#header .head-wrap{
	width: 95%;
	margin:0 auto 0;
	position: relative;
}

#header .logo-area{
	color: #FFF;
	position: absolute;
	top:10px;
	left: 2;
}

#header .sub-area{
	position: absolute;
	top:0;
	right: 0;
}

#header ul.sub-list{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#header ul.sub-list li:nth-of-type(1){
	width: 150px;
	padding: 10px 20px;
	margin-right: 20px;
}

#header ul.sub-list li:nth-of-type(2){
	width: 250px;
}

#header h1{
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
}

#header nav{
	position: absolute;
	top:95px;
	right: 0;
}

#header ul.head-nav{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: flex-end;
}

#header ul.head-nav li{
	font-size: 0.87rem;
	color: #FFF;
	margin-right: 4px;
}

#header ul.head-nav li::before{
	content: '｜';
	margin-right: 4px;
}

#header ul.head-nav li:nth-of-type(1)::before{
	content: '';
	margin-right: 0px;
}


#header ul.head-nav li a{
	color: #FFF;
}



#header ul.head-nav li a:hover{
	opacity: 0.7;
}


.tanso-main-title{
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}

.tanso-wrap{
	width: 95%;
	margin:0 auto 0;
}

.btn-orange{
	width: 250px;
	margin:0 auto 0;
}

.btn-orange a{
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #e88e37;
	border-radius: 40px;
	padding: 20px 0px;
}

.btn-orange a:hover{
	transform: scale(0.95);
}

.btn-gold{
	width: 250px;
	margin:0 auto 0;
}

.btn-gold a{
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #b39a56;
	border-radius: 40px;
	padding: 20px 0px;
}

.btn-gold a:hover{
	transform: scale(0.95);
}

.btn-pink{
	width: 250px;
	margin:0 auto 0;
}

.btn-pink a{
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #b35c56;
	border-radius: 40px;
	padding: 20px 0px;
}

.btn-pink a:hover{
	transform: scale(0.95);
}

#main-image{
	width: 100%;
	position: relative;
}

#main-image .flag{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
}

#main-image .flag img{
	width: 100%;
	height: auto;
}

#news{
	width: 100%;
	padding: 80px 0px;
	background-color: #f2f2f2;
}

#news .news-area{
	width: 90%;
	margin:0 auto 0;
}

#news ul.news-list{
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
}

#news ul.news-list li a{
	text-decoration: underline;
}

#news ul.news-list li:nth-of-type(1){
	width: 15%;
}

#news ul.news-list li:nth-of-type(2){
	width: 20%;
}

#news ul.news-list li:nth-of-type(3){
	width: 65%;
	line-height: 1.5;
}

#news .icon-t_topic{
	font-size: 0.87rem;
	color: #FFF;
	text-align: center;
	background-color: #e9a23c;
	padding: 7px 10px;
	border-radius: 4px;
}

#news .icon-t_event{
	font-size: 0.87rem;
	color: #FFF;
	text-align: center;
	background-color: #4599ee;
	padding: 7px 10px;
	border-radius: 4px;	
}

#news .icon-t_news{
	font-size: 0.87rem;
	color: #FFF;
	text-align: center;
	background-color: #e06895;
	padding: 7px 10px;
	border-radius: 4px;	
}

#gaiyo{
	width: 100%;
	padding: 80px 0px;
	background-color: #e8e0d1;
}

#gaiyo table{
	width: 100%;
}

#gaiyo table tr{
	width: 100%;
	border-bottom: 1px solid #333;
}

#gaiyo table th{
	width: 30%;
	font-size: 1rem;
	line-height: 1.7;
	text-align: left;
	padding: 10px 0px;
}

#gaiyo table td{
	width: 70%;
	font-size: 1rem;
	line-height: 1.7;
	padding: 10px 0px;
}

#about{
	width: 100%;
	background-image: url(../img/bk_about.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 0px;
}

#about h2{
	font-size: 2rem;
	line-height: 1.5;
	color: #FFF;
}

#about h2 span{
	font-size: 2.2rem;
	font-weight: bold;
}

#about h3{
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: bold;
}

#about .about-area{
	width: 100%;
	height: 400px;
	position: relative;
}


#about .about-area .left-photo{
	width: 40%;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	top:0;
	left: 0;
	z-index: 3;
}

#about .about-area .right-text{
	width: 70%;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #e8e0d1;
	padding: 40px 20px 40px 100px; 
	border-radius: 8px;
	position: absolute;
	top:40px;
	right: 0;
	z-index: 2;
}


#about .about-area .right-photo{
	width: 40%;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	top:0;
	right: 0;
	z-index: 3;
}

#about .about-area .left-text{
	width: 70%;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #e8e0d1;
	padding: 40px 100px 40px 20px; 
	border-radius: 8px;
	position: absolute;
	top:40px;
	left: 0;
	z-index: 2;
}


#service{
	width: 100%;
	background-image: url(../img/bk_service.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 0px;
}

#service h2{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

#service h3{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin:20px 0px 10px 0px;
}

#service p{
	font-size: 1rem;
	line-height: 1.5;
}

#service ul.service-list{
	width: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#service ul.service-list li{
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 3%;
}

#service ul.service-list li:nth-of-type(3n){
	margin-right: 0;
}

#service .service-image{
	display: block;
	border-radius: 8px;
	overflow: hidden;
}


#kameiten{
	width: 100%;
	padding: 80px 0px;
}

#kameiten h2{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

#kameiten h3{
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 5px;
}

#kameiten ul.shop-list{
	width: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#kameiten ul.shop-list li{
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 3%;
  border:1px solid #000;
  border-radius: 6px;
  overflow: hidden;
}

#kameiten ul.shop-list li:nth-of-type(3n){
	margin-right: 0;
}

#kameiten .kameiten-image{
	width: 100%;
	transition: all .5s ease;
}

#kameiten .kameiten-image img{
	width: 100%;
	height: auto;
}

#kameiten .kameiten-image:hover{
	transform: scale(1.05);
}

#kameiten .shop-text{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5;
	padding: 10px 20px; 
}

#tansoblog{
	width: 100%;
	background-image: url(../img/bk_blog.jpg);
	padding: 60px 0px;
}

#tansoblog h2{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

#tansoblog h3{
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#tansoblog ul.blog-list{
  width: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#tansoblog ul.blog-list li{
  width: 22.7%;
  margin-right: 3%;
  margin-bottom: 3%;
  border:1px solid #000;
  background-color: #FFF;
  border-radius: 6px;
  overflow: hidden;
}

#tansoblog ul.blog-list li:nth-of-type(4n){
	margin-right: 0;
}

#tansoblog .blog-image{
	width: 100%;
	transition: all .5s ease;
}

#tansoblog .blog-image img{
	width: 100%;
	height: auto;
}

#tansoblog .blog-image:hover{
	transform: scale(1.05);
}

#tansoblog .blog-text {
	width: 100%;
	font-size: 0.87rem;
	line-height: 1.5;
	padding: 10px;
}

#tansoblog .blog-text a{
	text-decoration: underline;
}

#tansoblog .blog-text a:hover{
	color: #b35c56;
}


#footer{
	width: 100%;
}

#footer .blue-area{
	width: 100%;
	font-size: 0.87rem;
	line-height: 1.5;
	background-color: #159fe6;
	padding: 20px 20px;
}

#footer .gray-area{
	width: 100%;
	font-size: 0.87rem;
	line-height: 1.5;
	color: #c9c9c9;
	background-color: #3b3c3b;
	padding: 24px 20px 20px 20px;
}

#footer .gray-area a{
	color: #c9c9c9;
	text-decoration: underline;
}

#footer ul.footmenu{
	width: 100%;
	display: flex;
	justify-content: center;
}

#footer ul.footmenu li{
	font-size: 12px;
	margin-right: 10px;
}

#footer ul.footmenu li:last-child{
	margin-right: 0px;
}

#footer .copy{
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
}



