@charset "utf-8";
/*++++++++++++++
共通
++++++++++++++*/

body {
	overflow-x: hidden;
	width: 100%;
	background: #EEEEEE;
	padding: 0;
	margin: 0;
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	display: block;
}

input {
    -webkit-appearance: none;
    border-radius: 0;	
}

#wrapper {
	padding: 0;
}

.container {
	max-width: 1400px;
	margin: 80px auto;
}

.pad {
    margin: -100px 0 80px;
    padding: 100px 0 0 0;	
}

table {
	clear: both;
	width: 100%;
	/* border-bottom: 1px solid #ccc; */
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
}

table tr {
	
/* border-top: 1px solid #ccc; */
}

table th {
	padding: 25px 0 25px 25px;
	font-size: 0.9em;
	/* border-top: 1px solid #333; */
	width: 18%;
	text-align: center;
}

table tr:nth-child(odd) {
	background: #e4e4e4;
}

table td {
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 0 0 0 60px;
}

.br {
	display:block;
}

.br2 {
	display: none;
}

/*++++++++++++++
下層メインタイトル
++++++++++++++*/
h1 {
	height: 500px;
	margin: 84px 0 0 0;
	position: relative;
}

h1 .overlay {
	background: rgba(0,0,0,0.08);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}

h1 dl {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 88px;
	text-align: center;
	left: 0;
	right: 0;
	color: #fff;
}

h1:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 1px;
	height: 35%;
	background: #fff;
}

h1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 30%;
	background: #fff;
}

h1 dt {
	font-size: 2.5em;
	letter-spacing: 7px;
	margin: 0 0 8px 0;
}

h1 dd {
	letter-spacing: 5px;	
}

/*++++++++++++++*/

/*大見出し*/
h2 {
	text-align: center;
}

h2 dl {
	
}

h2 dt{
	font-size: 2em;
	letter-spacing: 7px;
	margin: 0 0 10px 0;
}

h2 dd{
	letter-spacing: 5px;
}

/*中見出し*/
h3 {
	font-size: 1.6em;
	letter-spacing:5px;
}

/*小見出し*/
h4 {
	font-size: 1.3em;
	letter-spacing:3px;	
}

/*見出しポイント・文章*/
h5 {
	margin: 20px 0;
	line-height: 2;
	font-size: 0.9em;
	letter-spacing: 1px;
	/* font-weight: 500; */
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	color: #333;
}

h5 dl{
	
}

h5 dt{
	font-size: 1.8em;
	padding: 0 0 20px 0;
}

h5 dd{
	font-size: 0.98em;
	line-height: 2.2;
	letter-spacing: 2px;
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
}

/*文章*/
h6 {
	
}


a.whttl {
	position: relative;
	display: block;
	overflow: hidden;
}


/*++++++++++++++
白背景　リンク
++++++++++++++*/
a.whttl h6  {
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: 0;
	right: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 15%;
	height: 82%;
	text-align: center;
	display: flex;
	padding: 30px 0;
	box-sizing: border-box;
	z-index: 1;
}

a.whttl p {
 /*
 -webkit-writing-mode: vertical-rl;
 -moz-writing-mode: vertical-rl;
 -ms-writing-mode: tb-rl;
 -ms-writing-mode: vertical-rl;
 writing-mode: vertical-rl;
*/
 /*display: inline-block;*/
 height: 100%;
 text-align: center;
 font-size: 1.6em;
 letter-spacing: 10px;
 margin: auto;
 display: block;
 }


/*++++++++++++++
ボタン
++++++++++++++*/
a.btn1 {
	text-align: center;
	display: block;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 100px;
	width: 280px;
	margin: 50px auto 0;
	padding: 10px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;		
}

a.btn1:hover {
	background:#fff;


	color:#000;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;	
}

a.btn2 {
	text-align: center;
	display: block;
	background: #fff;
	border:2px solid #fff;
	color: #111;
	border-radius: 3px;
	width: 90%;
	margin: 20px auto 0;
	font-size: 1em;
	padding: 15px;
	box-sizing: border-box;
	font-weight: bold;
	letter-spacing: 1px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
}

a.btn2:hover {
	background:none;
	border:2px solid #fff;
	color:#fff;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;	
}

a.btn3 {
    padding: 20px;
    background: #222;
    width: 330px;
    color: #fff;
	display: block;
	border-radius: 100px;
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 1px;
	margin: auto;
	border: 2px solid #222;
	transition: .3s;
}

a.btn3:hover {
	border: 2px solid #222;
	background:none;
	color: #222;
}

/*++++++++++++++
効果
++++++++++++++*/
/*拡大*/
.scale {
	transition: .5s;
	-webkit-transform: scale(1);
	transform: scale(1);
    overflow: hidden;
    position: relative;
    display: block;
}
.scale:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	/*background: rgba(0,0,0,0.2);*/
}

a.lileft {
  position: relative;
  display: inline-block;
  transition: .3s;
}
a.lileft::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background: rgba(255,255,255,0.8);
  transition: .3s;
}
a.lileft:hover::after {
  width: 100%;
}

/*++++++++++++++
header
++++++++++++++*/

header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

header .logo {
	display: none;
}


nav {
	padding: 50px 0 0 0;
	/* width: 58%; */
	position: absolute;
	overflow: hidden;
	right: 2%;
	display: block;
}

nav ul{/* width: 48%; */width: 1000px;display: flex;justify-content: space-between;}

nav li{
	/* float: left; */
	margin: 0 0 0 5%;
}

nav li:first-child {
	margin:0;
}

nav dl{
	
padding: 0 0 10px 0;
}

nav dt{
	font-size: 1.1em;
	padding: 0 0 5px;
}

nav dd{
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #eee;
}

nav a {
	display: inline-block;
	color: #fff;
}

/*header固定時*/
header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
	width: 100%;
	/* transition: .3s; */
}

header.fixed ul {
	
/* width: 56%; */
}

header.fixed .logo {
    display: block;
    float: left;
    width: 240px;
    padding: 16px 18px 13px;
}

header.fixed nav {
	padding: 20px 0 0 0;
}

header.fixed nav a {
	color:#000;
}

header.fixed nav dl {
	padding: 0 0 14px;
}

header.fixed nav dt {
	padding: 0;
}

header.fixed nav dd {
	color: #666;
}



header.fixed nav li a.lileft::after {
	background: #222;
	height: 3px;
}

.active {
	border-bottom: 3px solid #222;
	margin: -3px auto 0;
}

/*++++++++++++++
パンくずリスト
++++++++++++++*/
.breadcrumb {
font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;	
}

.breadcrumb ul{
	
}

.breadcrumb li{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 20px 0 0;
	padding: 0 30px 0 0;
}

.breadcrumb li a {
	font-size: 0.8em;
	color: #666;
	line-height: 0;
}

.breadcrumb li:before {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 0;
	background: #666;
	right: 0;
	margin: 2px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.breadcrumb li:last-child:before {
	background:none
}

/*++++++++++++++
footer
++++++++++++++*/

#pagetop {
    position: fixed;
    bottom: 1%;
    right: 2%;
    padding: 20px;
    display: block;
    cursor: pointer;
    z-index: 1;
}

footer {
	overflow: hidden;
	clear: both;
}

footer .left {
	background: #111;
	float: left;
	width: 25%;
}

footer .left .fbox{
	padding: 40px 30px;
	box-sizing: border-box;
}

footer .left .fbox a {
	display:block;
}

footer .left .fbox a img {
	
max-width: 85%;
}

footer iframe {
	width: 75%;
	height: 563px;
	float: right;
}

/*tel*/
.tel {
	text-align: center;
	margin: 10px 0 0 0;
}

.tel a {
	font-family: 'Alike', serif;
	color: #fff;
	display: block;
	width: auto;
}

.tel a span {
	font-size: 1.8em;
	letter-spacing: 2px;
}

.tel a b {
	font-weight: normal;
	font-size: 2.5em;
	letter-spacing: 1px;
}

.tel p {
	font-size: 0.88em;
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	padding: 10px 0 0 0;
	letter-spacing: 1px;
	color: #ccc;
}

ul.other {
	clear: both;
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	text-align: center;
	padding: 20px 0;
}

ul.other li {
	display: inline-block;
	margin: 0 2% 0 0;
}

footer ul.other li:last-child {
	
}

ul.other li a {
	font-size: 0.9em;
	color: #666;
}

.copyright {
	text-align: center;
	padding: 0 0 20px;
	font-size: 0.9em;
}

div.footer_box {
    clear: both;
    position: relative;
}

div.footer_box .cyoya_logo {
    position: absolute;
    left: 0;
    top: 0;
    margin: 20px;
	display: flex;
}

div.footer_box .cyoya_logo img{
    width: 110px;
}

div.footer_box .cyoya_logo a{
    display: block;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
	margin: 0 10px 0 0;
    box-sizing: border-box;
}

div.footer_box .cyoya_logo a:hover{}




@media screen and (max-width: 1399px){
/*++++++++++++++
共通
++++++++++++++*/

#wrapper {
	padding: 0;



}

.container {
	max-width: 90%;
}

/*++++++++++++++
下層メインタイトル
++++++++++++++*/
h1 {
	height: 350px;
	margin: 75px 0 0 0;
}

h1 dt {
	font-size: 2.2em;
}

h2 dt{margin: 0 0 5px;}

h3 {
	font-size:1.4em;
}

h5 dt{
	padding: 0 0 10px;
}


/*++++++++++++++
白背景　リンク
++++++++++++++*/
a.whttl p {
 font-size: 1.2em;
 letter-spacing: 2px;
}


/*++++++++++++++
ボタン
++++++++++++++*/

a.btn2 {
	width: 98%;
	font-size: 1em;
	padding: 12px;
}

/*++++++++++++++
効果
++++++++++++++*/
/*拡大*/
.scale:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	/*background: rgba(0,0,0,0.2);*/
}

a.lileft:hover::after {
  width: 100%;
}

/*++++++++++++++
header
++++++++++++++*/

header {
}

header .logo {
}


nav {width: 58%;right: 2%;}

nav ul {
	
width: 100%;
	
float: none;
}

nav li{margin: 0 0 0 3%;}

nav li:first-child {
	margin:0;
}

nav dt{
	font-size: 0.95em;
}

nav dd{
	font-size: 0.7em;
}

nav a {
	display: inline-block;
	color: #fff;
}

/*header固定時*/
header.fixed {
}

header.fixed .logo {
    width: 210px;
}

header.fixed nav {
	padding: 20px 3% 0 0;
	width: 66%;
}

header.fixed ul {
	
/* width: 68%; */
}

header.fixed nav a {
	color:#000;
}

header.fixed nav dl {
	padding: 0 0 14px;
}

/*++++++++++++++
footer
++++++++++++++*/

#pagetop {
}

footer {/* height: 475px; */}

footer .left {
	width: 35%;
}

footer iframe {
	width: 65%;
	height: 475px;
}

/*tel*/

.tel a span {
	font-size: 1.5em;
}

.tel a b {
	font-size: 2em;
}

.tel p {
	font-size: 0.8em;
}

.copyright {
}
}

@media screen and (max-width: 1199px){
	nav {
		width: 70%;
	}
}

@media screen and (max-width: 1023px){
/*++++++++++++++
共通
++++++++++++++*/


#wrapper {
	padding: 0;
}

.container {
	max-width: 100%;
}


h2 dt{
	font-size: 1.6em;
}

h2 dd{font-size: 0.9em;}


h5 dt{
	font-size: 1.5em;
}

h5 dd{
	font-size: 0.8em;
}

/*++++++++++++++
白背景　リンク
++++++++++++++*/
a.whttl h6 {
	width: 90%;
	height: 95px;
}

a.whttl p {
 -webkit-writing-mode: inherit;
 -moz-writing-mode: inherit;
 -ms-writing-mode: inherit;
 -ms-writing-mode: inherit;
 writing-mode: inherit;
 font-size: 1.6em;
 display: block;
}


/*++++++++++++++
ボタン
++++++++++++++*/
a.btn1 {
	width: 280px;
	margin: 30px auto;
}

/*++++++++++++++
効果
++++++++++++++*/
a.lileft {
  position: relative;
  display: inline-block;
  transition: .3s;
}
a.lileft::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background: rgba(255,255,255,0.8);
  transition: .3s;
}
a.lileft:hover::after {
  width: 100%;
}

/*++++++++++++++
header
++++++++++++++*/


nav {
	display: none;
}

nav ul{/* width: 48%; */float: right;width: 870px;}

nav li{
	float: left;
	margin: 0 0 0 8%;
}

nav li:first-child {
	margin:0;
}

nav dl{
	padding: 0 0 10px 0;
}

nav dt{
	font-size: 1.1em;
	padding: 0 0 5px;
}

nav dd{
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #eee;
}

nav a {
	display: inline-block;
	color: #fff;
}

/*header固定時*/
header.fixed {
	position: fixed;
	top: 0;
}

header.fixed ul {
	
/* width: 56%; */
}

header.fixed .logo {

    display: block;
    float: left;
    width: 240px;
    padding: 16px 18px 13px;
    z-index: 10000;
    position: relative;
}

header.fixed nav {
	padding: 20px 30px 0 0;
}

header.fixed nav a {
	color:#000;
}

header.fixed nav dl {
	padding: 0 0 14px;
}

header.fixed nav dt {
	padding: 0;
}

header.fixed nav dd {
	color: #666;
}

header.fixed nav li a.lileft::after {
	
background: #222;
	
height: 3px;
}

/*++++++++++++++
footer
++++++++++++++*/

footer {height: auto;}

footer .left {
	float: none;
	width: auto;
}

footer .left img {
	width:100%;
}

footer .left .fbox{
	padding: 40px 30px;
	box-sizing: border-box;
	max-width: 60%;
	margin: auto;
}

footer iframe {
	width: 100%;
	height: 300px;
	float: none;
}


.tel a span {
	font-size: 1.8em;
	letter-spacing: 2px;
}

.tel a b {
	font-weight: normal;
	font-size: 2.5em;
	letter-spacing: 1px;
}

ul.other {
}

div.footer_box {
    clear: both;
    position: inherit;
    /* top: 20px; */
}

div.footer_box .cyoya_logo {
    position: relative;
    left: inherit;
    top: inherit;
    padding: 20px 0 0 0;
    text-align: center;
    margin: 0;
	justify-content: center;
}

div.footer_box .cyoya_logo img{
    /* width: 100%; */
    /* max-width: 143px; */
    margin: 0 auto;
}

div.footer_box .cyoya_logo a{
    display: inline-block;
}

div.footer_box .cyoya_logo a:hover{}



}

@media screen and (max-width: 767px){
	
.br {
	display:none;
}	
	
.br2 {
	display:block;
}	
	
/*++++++++++++++
共通
++++++++++++++*/
.container {margin: 50px auto 0;}

table,tbody,tr,th,td {
	display: block;
}

table th {
	width: auto;
	padding: 10px;
	background:#e4e4e4;
	text-align: left;
}


table tr:nth-child(odd) {
	background: none;
}

table td {padding: 10px;}	
	
/*下層メインタイトル*/
h1 {
	height: 200px;
}	
	
h1 dl {height: 60px;}

h1:before {height: 20%;}

h1:after {height: 20%;}

h1 dt {
	font-size: 1.5em;
	letter-spacing: 4px;
	margin: 0;
}

h1 dd {
	font-size: 0.9em;
	letter-spacing: 2px;
}

/*大見出し*/
h2 {
	text-align: center;
}

h2 dt{
    letter-spacing: 5px;
    font-size: 1.4em;
}

h2 dd{
	letter-spacing: 3px;
	font-size: 0.8em;
}

/*中見出し*/

h3 {
font-size: 1.1em;	
}

/*小見出し*/

h4 {
	
}

/*見出しポイント・文章*/
h5 {
	
font-size: 0.85em;
	
margin: 5px 0 20px;
}

h5 dl{
	
}

h5 dt{font-size: 1.4em;}


/*文章*/
h6 {
	
}


/*++++++++++++++
白背景　リンク
++++++++++++++*/
a.whttl h6 {
	padding: 20px 0;
	height: 70px;
	width: 70%;
	writing-mode:inherit;
	}

a.whttl p {font-size: 1.2em;}


/*++++++++++++++
ボタン
++++++++++++++*/
a.btn1 {
}

a.btn2 {
	width: 100%;
}

/*++++++++++++++
header
++++++++++++++*/

header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

header .logo {
	display: none;
}


nav {
}

nav ul{/* width: 48%; */float: right;width: 870px;}

nav li{
	float: left;
	margin: 0 0 0 8%;
}

nav li:first-child {
	margin:0;
}

nav dl{
	
padding: 0 0 10px 0;
}

nav dt{
	font-size: 1.1em;
	padding: 0 0 5px;
}

nav dd{
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #eee;
}

nav a {
	display: inline-block;
	color: #fff;
}

/*header固定時*/
header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
	width: 100%;
	/* transition: .3s; */
}

header.fixed ul {
	
/* width: 56%; */
}

header.fixed .logo {
    width: 200px;
}

header.fixed nav {
	padding: 20px 0 0 0;
}

header.fixed nav a {
	color:#000;
}

header.fixed nav dl {
	padding: 0 0 14px;
}

header.fixed nav dt {
	padding: 0;
}

header.fixed nav dd {
	color: #666;
}



header.fixed nav li a.lileft::after {
	
background: #222;
	
height: 3px;
}

/*++++++++++++++
footer
++++++++++++++*/

#pagetop {
    position: fixed;
    bottom: 1%;
    right: 2%;
    padding: 20px;
    display: block;
    cursor: pointer;	
}

footer {
	overflow: hidden;
}

footer .left {
}

footer .left .fbox{max-width: 90%;padding: 40px 0;}

footer iframe {
}

/*tel*/
.tel {
}

.tel a {
	font-family: 'Alike', serif;
	color: #fff;
	display: block;
	width: auto;
}

.tel a span {
	font-size: 1.2em;
}

.tel a b {
	font-size: 1.8em;
}

.tel p {
}

ul.other {
	text-align: center;
	padding: 20px 0 10px;
}

ul.other li {width: 47%;margin: 0 0 2%;}

footer ul.other li:last-child {
	
}

ul.other li a {
}

.copyright {
}

}

#customerlist {
	background: url(../img/customerlist/h1_customerlist.jpg) no-repeat center;
	background-size: cover;
}

#flow {
	background: url(../img/flow/h1_workflow.jpg) no-repeat center;
	background-size: cover;
}

#company {
	background: url(../img/company/h1_company.jpg) no-repeat center;
	background-size: cover;
}

#feelings {
	background: url(../img/feelings/h1_feelings.jpg) no-repeat center;
	background-size: cover;
}

#faq {
	background: url(../img/faq/h1_faq.jpg) no-repeat center;
	background-size: cover;
}

#other_{
	background: url(../img/common/h1_common.jpg) no-repeat center;
	background-size: cover;
}

#information {
	background: url(../img/information/h1_information.jpg) no-repeat center;
	background-size: cover;
}

#shop {
	background: url(../img/shop/h1_shop.jpg) no-repeat center;
	background-size: cover;
}

#other_ dl {
	color: #000;
}

h1#other_:before {
	content: "";
	background: #000;
}

h1#other_:after {
	content: "";
	background: #000;
}
