@charset "UTF-8";

/*
Theme Name: TestTheme
Theme URI: https://ecccb.com/
Author: the WordPress team
Author URI: https://wordpress.org/
*/


/* -----------------------------------------------------------
	全ページ共通
----------------------------------------------------------- */

/* -----------------------------------------------------------
	html・body
----------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body{
	font-family: 'Lucida Grande', Meiryo, sans-serif;
	background: #FFFFFF;
	color: #333333;
	font-size:12px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#wrap {
	width:100%;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}



/* -----------------------------------------------------------
	header
----------------------------------------------------------- */


header {
	width:100%;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
	background:#fff9f1;
}

header .inner{
	width:1000px;
	height:90px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
}


header .inner .logo{
	float:left;
	width:270px;
	padding:22px 0 0 0;
}

header .inner .hbox{
	float:right;
	padding:0 0 0 0;
	position:relative;
	overflow:hidden;
}

header .inner .hbox .hcon{
	float:right;
	width:210px;
	padding:18px 0 0 0;
	text-align:right;
}

header .inner .hbox .htel{
	float:right;
	width:255px;
	padding:24px 0 0 0;
	text-align:right;
}


/* -----------------------------------------------------------
	グローバルナビゲーション
----------------------------------------------------------- */


.globalnav {
	height:67px;
    background-color: #eaf3ff;
	box-shadow: 0 3px 6px -3px #000000 inset;
	margin-left:auto;	/* IE以外用の中央寄せ */
    margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	font-size:0.9rem;
	font-weight:bold;
}

.globalnav div {
	width:1000px;
    height: 100%;
	margin-left:auto;	/* IE以外用の中央寄せ */
    margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	overflow: hidden;	/* モダンブラウザ向け */
	zoom: 1; /* IE向け */
}

.globalnav .menu{
	height: 100%;
	display: flex;
	margin:0 -20px;
}

.globalnav .menu li{
	flex:1 1;
	position: relative;
	display:flex;
}

.globalnav .menu li::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #b8b9dc;
  position: absolute;
  right: -1px;
  top: calc((100% - 20px)/2);
}
.globalnav .menu li:last-child::after {
  content: none;
}

.globalnav .menu li a{
	display:flex;
	flex: 1 1;
	color:inherit;
	text-decoration:none;
	justify-content:center;
	padding:20px 20px 0 20px;
}

.globalnav .menu li a:hover{
	border-bottom:solid #d5848b 4px
}

.home #eyecatch_box {
	width:100%;
	margin-left:auto;	/* IE以外用の中央寄せ */
    margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
	background:#fff9f1 url(img/top/eyecatch01.jpg) center top no-repeat;
}

.sec_inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    text-align: left;
    margin-top: 50px;
    background: url(img/top/sec1_01.jpg) right top no-repeat;
}