﻿@charset "utf-8";

/*
Theme Name: Yukoh
Theme URI: http://yukoyukoh.com/
Description: Yukoh base css
Version: 00
Author: Takara
Author URI: http://yukoyukoh.com/
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

body {
	font-size: 80%;
	font-family: Arial,Helvetica,sans-serif;
	color: #333333;
	text-align:left;
	padding:0;
	margin:0;
}

a:link { text-decoration:underline; color: #000;}
a:visited { text-decoration:none; color: #333333;}
a:active { text-decoration:none; color: #333333;}
a:hover { text-decoration:none; color: silver;}

.anchor{
	display: block;
	width: 1px;
	height: 1px;
	margin-bottom: 10px;
}

/* ==================================== */
/* Key エリアの設定                       */
/* ==================================== */

/* ■keyエリアの記述	*/


body{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;

}

#top{
	width:100%;
	height: 272px;
	text-align: center;
}

h1{
	width: 340px;
	font-size:130%;
	margin-top:120px;
	text-align: left;
	float: left;
}

#top img{
	width: 660px;
	height: 272px;
	float: right;
}

header{width: 100%; height: 100px;}

#navi{list-style: none;}
#navi li{float: left; margin-top: 40px;}
#navi li:nth-child(2),
#navi li:nth-child(3),
#navi li:nth-child(4){margin-left: 120px;}
#navi li:not(:last-child){margin-top: 46px;}
#navi li:nth-child(5),#navi li:nth-child(6){
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	margin-top: 40px;
	float: right;
}
#navi li:nth-child(5) a{
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(../img/face.png);
	background-size: 100%;
}

#navi li:nth-child(6) a{
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(../img/insta.png);
	background-size: 100%;
	margin-left: -80px;
}

#navi li a {
	text-decoration: none;
}

/* スマフォ用の記述	*/

@media screen and (max-width:1000px){
	html{
		font-size:24px;
	}

	body{
		width:100%;
	}

	h2{
		font-size:44px;
		width:94%;
		margin-left:auto;
		margin-right:auto;
	}

	.navi{
		width:96%;
		height:30px;
		margin:0px auto 0px auto;
	}

}

@media screen and (max-width:880px){
	html{
		font-size:13px;
	}

	body{
		width:100%;
	}

	h2{
		font-size:30px;
		width:94%;
		margin-left:auto;
		margin-right:auto;
	}
}

/* ==================================== */
/* 各 エリアのSection　／　h2　の設定       */
/* ==================================== */

#works,#about,#contact{
	margin-top: 70px;
	clear: both;
}

h2{
	font-size:100%;
	background-color: #FFF;
	width: 80px;
	height: 30px;
	display: block;
	text-align: left;
	float: left;
	margin-right: auto;
	position: absolute;
	margin-top: -7px;
}


#works .border,#about .border,#contact .border{
	width: 100%;
	height: 15px;
	border-top: solid 1px silver;
	margin-top: 7px;
	margin-bottom: 50px;
	text-indent: -9999px;
}

/*
#works div,#about div,#contact div{clear:both;}
*/


/* ==================================== */
/* About エリアの設定                     */
/* ==================================== */


/* About エリア : タブの設定---------------*/
@media screen and (min-width:1000px){

	
	/* タブの設定
	------------------------------------*/
	
	.tab-panel{ /* タブ全体を囲っている<div> */
		width:100%;
		margin:0 auto 30px auto;
	}
	
	/* コンテンツ背景の黒：設定開始 */
	
	.content{
		width:100%;
		margin:0px auto 80px auto;
		line-height:24px;
		letter-spacing: 3px;
		box-sizing:border-box;
	}
	
	.right{text-align: right;margin-top: 20px;}

	}/* media 設定min1000終了 */
	
	
/* About エリア : スマフォ用の設定---------------*/
	
	@media screen and (max-width:1000px){
	
	.tab-panel{ /* タブ全体を囲っている<div> */
		width:94%;
		margin:0 auto 30px auto;
	}
	
	.content{
		background:url("../images/about/text_back.png");
		background-repeat:repeat;
		padding:30px;
		width:100%;
		line-height:150%;
		margin:0px auto 30px auto;
		color:#FFF;
		line-height:24px;
		box-sizing:border-box;
	}
	}

/* ==================================== */
/* About エリア : タブの設定               */
/* ==================================== */

.tab.is-active{transition: all 0s ease-out;color: silver;}
.panel.is-show{display:block;}

.tab-group{
	display: flex;
	width:300px;
	justify-content: center;
	height:40px;
	margin-bottom: 40px;
}

.tab a{
	width:70px;
	height:30px;
	display:block;
}

.tab{
	flex-grow: 1;
	list-style:none;
	border:none;
	text-align:center;
	cursor:pointer;
	width:70px;
	height:30px;
}

.tab-group li{
	width: 70px;
	border: solid 1px silver;
	border-radius: 16px;
	margin-left: 10px;
	line-height: 30px;
}


/* 現在このコードは機能していない */
.tab-group .activelangage{color: red;}
.tab-group li:nth-child(1):hover,
.tab-group li:nth-child(2):hover,
.tab-group li:nth-child(3):hover{

}

/* タブの設定開始 */

.panel-group{
	margin-top:0;
	border:none;
	border-top:none;
}
.panel{display:none;}

/* 言語アイコンの設定開始 */
.tab-group::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-image: url(../img/lang.png);
	background-size: contain;
}


/* ==================================== */
/* Slick Slider  の設定                  */
/* ==================================== */

* {
    box-sizing: border-box;
}

.slider {
	width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
  
.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.slider{width: 100%;}
.slider div{width: 100%;}
.slider div img{width: 100%;}

/* Slick Slider - Finish */


/* ==================================== */
/* Contact エリア  の設定                 */
/* ==================================== */

#form{
	width: 100%;
	padding: 50px 100px 50px 100px;
	background-color: gainsboro;
	margin-top: 30px;
}

#formarea{
	width: ;
	padding: ;
}

#formarea input{
	width: 200px;
	height: 34px;
	border-radius: 6px;
	margin-top: 20px;
	border: 1px solid silver;
}

#formarea textarea{
	width: 600px;
	height: 100px;
	border-radius: 8px;
	margin-top: 20px;
	border: 1px solid silver;
}

.makesurebox{
	text-align: center;
	margin-top: 50px;
}

.makesurebox button{ /* 確認ボタン */
	width: 90px;
	height: 40px;
	border: 1px solid silver;
	border-radius: 30px;
	color: #FFF;
}

.delatearea{
	text-align: center;
	margin-top: 20px;
	position: absolute;
	left: -9999px;
}

.backandsendbox{
	text-align: center;
	margin-top: 50px;
}

.delatearea button{
	width: 70px;
	height: 30px;	
}

.backBtnArea,.sendBtnArea{/* 戻る、送信ボタン */
	width: 90px;
	height: 40px;
	border: 1px solid silver;
	border-radius: 30px;
	background-color: #FFF;
}
.backBtnArea{margin-right: 30px;}
.sendBtnArea{margin-left: 30px;}


/* ==================================== */
/* Footer  の設定                        */
/* ==================================== */

#footer{
	width: 100%;
	padding: 50px 100px 0px 100px;
	background-color: gainsboro;
	margin-top: 30px;
}

#footer ul{
	border-left: solid 1px gray;
	list-style: none;
}

#footer ul li{
	line-height: 30px;
	font-size: 100%;
	height: 30px;
	margin-left: 20px;
}

#footer ul li a{
	text-decoration: none;
}

#footer ul li:nth-child(5){
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(../img/insta.png);
	background-size: 100%;
	text-indent: -9999px;
	margin-top: 10px;
}

#footer ul li:nth-child(5) a{
	display: block;
	width: 30px;
	height: 30px;
}

#footer ul li:nth-child(6){
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(../img/face.png);
	background-size: 100%;
	text-indent: -9999px;
	margin-top: 16px;
}

#footer ul li:nth-child(6) a{
	display: block;
	width: 30px;
	height: 30px;
}

footer{
	width: 100%;
	text-align: center;
	line-height:34px;
}

.top{
	width: 100%;
	height: 50px;
	margin-top: 30px;
}

.top p{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: gainsboro;
	font-size: 160%;
	line-height: 50px;
	text-align: center;
	float: right;
}

.top p a{
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}


