@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:14px;
	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;
}

.clearfix{
	clear:both;
}

/* -----------------------------------------------------------
	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: #ffffff;
	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
}



/*
スライドショー
*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 250px;
  height: 350px !important;
  overflow: visible;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
	border:solid 3px #cccccc;
	padding:30px 20px;
}

.swiper-slide a{
	color:#333333;
	text-decoration:none;
}

.swiper-slide h3{
	font-size:18px;
}

.swiper-slide p.excerpt{
	font-size:16px;
	text-align:left;
}

.mainvisual {
  overflow-x: hidden;
  height: 450px;
}

/* -----------------------------------------------------------
	single-voice
----------------------------------------------------------- */
.single-voice .post_thumbnail{
	background:#fff9f1;
	padding:10px 0;
	
}

/* -----------------------------------------------------------
	パンくずリスト
----------------------------------------------------------- */
.breadcrumb{
	height:30px;
	background:#fff9f1;
}

.breadcrumb ul{
	width:960px;
	margin: 0 auto;
	display:block;
}

.breadcrumb li{
	float:left;
	list-style:none;
	padding-top:5px;
}



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

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


footer .inner_top .fbox{
	padding:40px 0 20px 0;
	position:relative;
	overflow:hidden;
	color:#222222;
}

footer .inner_top .faddr{
	padding:0 0 20px 0;
	position:relative;
	overflow:hidden;
	color:#222222;
	font-size:13px;
}

footer .inner_top .fbox ul{
	padding:8px 0 0 0;
	text-align:center;
	letter-spacing: 0;
}

footer .inner_top .fbox li{
	display:inline-block;
	padding: 0 0 0 0;
	border-left:1px solid #FFF;
	font-size:14px;
}

footer .inner_top .fbox li a{
	text-decoration:none;
	color:#222222;
	padding:0 5px 0 0;
	margin:0;
	font-weight:bold; 
}

footer .inner_top .fbox li a:hover{color:#222222; font-weight:bold; text-decoration:underline;}

footer .inner_top .fbox ul ul{display:none;}


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

footer .inner_copyright p{
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	letter-spacing: 0.1em;
	padding:30px 0;
}

