
/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

/* レイアウト
-------------------------------------*/

body {
	color: #333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
}

#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width: 1060px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 220%;
	margin-bottom: 50px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-family: 'Cinzel', serif;
}

h1 span {
	display: block;
	font-size: 40%;
	margin-top: -5px;
	color: #CAAC6F;
	vertical-align: middle;
}

h2 {
	text-align: center;
	margin-bottom: 80px;
}

p {
	font-size: 95%;
	line-height: 180%;
	margin-bottom: 20px;
	text-align: left;
	letter-spacing: 0.1em;
}

ul.text {
	text-align: left;
	font-size: 90%;
	padding-bottom: 20px;
}

ul.text li {
	line-height: 150%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#fix {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 100;
	width: 100%;
	padding: 0px;
    transition : all 500ms;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#fix.fixed2 {
	position: fixed;
	top: 0;
	left: 0%;
	padding: 0px;
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
    transition : all 500ms;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#h_left {
	float: left;
	padding: 20px 0 25px;
    transition : all 500ms;
}

#fix.fixed2 #h_left {
	padding: 10px 0 15px;
    transition : all 500ms;
}

#h_right {
	float: right;
	padding: 30px 0;
    transition : all 500ms;
}

#fix.fixed2 #h_right {
	padding: 20px 0;
    transition : all 500ms;
}

/* ナビゲーション
--------------------------------------------------------------------------*/


/* 共通
--------------------------------------------------------------------------*/

#container {
	margin-top: 0px;
}

section {
	margin-top: 50px;
	margin-bottom: 100px;
}

.column2 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31%;
	float: left;
	margin-bottom: 20px;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.left {
	float: left;
	width: 50%;
}

.right {
	float: right;
	width: 50%;
}

.left35 {
	float: left;
	width: 36%;
}

.right65 {
	float: right;
	width: 60%;
}

.left85 {
	float: left;
	width: 70%;
}

.right15 {
	float: right;
	width: 25%;
}

/* フッター
--------------------------------------------------------------------------*/

#footer {
	margin-top: 100px;
}

#footer_main {
	border-top: 1px solid #CCC;
	padding: 50px 0 40px;
}

#footer_main p {
	text-align: center;
}

address {
	background: #0088db;
	padding: 20px 0;
	font-style: normal;
	font-size: 80%;
	color: #FFF;
	letter-spacing: 0.1em;
}


/* トップページ
--------------------------------------------------------------------------*/

#main {
	background: #FFF;
	z-index: 100;
	margin-top: 80px;
	width: 100%;
	height: auto;
}

#main p {
	position: absolute;
	top: 15%;
	right: 30%;
	transform: translateY(-15%) translateX(30%);
	margin: auto;
	z-index: 1;
}

/* Quality
-------------------------------------*/

.title {
	text-align: center;
	font-size: 130%;
	line-height: 230%;
	margin-top: 80px;
}

.title2 {
	text-align: center;
	font-size: 130%;
	line-height: 200%;
	margin-top: 60px;
}

.arrow {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.pic {
	text-align: center;
	margin-bottom: 100px;
}

.text_blue {
	font-size: 160%;
	font-weight: bold;
	color: #3A5294;
	margin-bottom: 20px;
}

.text_red {
	font-size: 160%;
	font-weight: bold;
	color: #C50018;
	margin-bottom: 20px;
}

dl.add {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 70%;
}

dl.add dt {
	text-align: right;
	float: left;
	font-size: 180%;
	width: 300px;
	padding-right: 20px;
}

dl.add dd {
	text-align: left;
	float: left;
	border-left: 4px solid #CCC;
	padding-left: 20px;
}

p.caption {
  position: relative;
  text-align: center;
	margin-bottom: 50px;
}

p.caption span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
	font-size: 240%;
}

p.caption::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

/* 
-------------------------------------*/


/* 下階層
--------------------------------------------------------------------------*/


/* コンテンツ
--------------------------------------------------------------------------*/


/* box
-------------------------------------*/


/* サイドバー
--------------------------------------------------------------------------*/


/* その他
--------------------------------------------------------------------------*/

.normalTbl input {
	font-size: 100%;
	height: 30px;
	color: #666;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #C32B27;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

iframe {
	vertical-align:bottom;
}

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	background: #EE86B4;
	margin: 50px auto;
	color: #FFF;
	text-align: center;
	line-height: 100%;
	width: 50%;
	font-size: 120%;
	border-radius: 5px;
}

.btn a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 25px 0;
	box-sizing: border-box;
	border-radius: 5px;
}

.btn a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #DE477F;
	border-radius: 5px;
}

.btn2 {
	background: #EE86B4;
	margin: 50px auto;
	color: #FFF;
	text-align: center;
	line-height: 100%;
	font-size: 120%;
	border-radius: 5px;
}

.btn2 a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 25px 0;
	box-sizing: border-box;
	border-radius: 5px;
}

.btn2 a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #DE477F;
	border-radius: 5px;
}

/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 110px;
    right: 15px;
    font-size: 80%;
	z-index: 20000;
}

#page-top a {
    background: #0088db;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #111;
}

/* wordpress
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #E5DDC8;
	padding: 15px;
	margin: 50px 0;
	font-size: 90%;
}

.pageback {
	border-top: 4px solid #009E3E;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.author,
.cat-links {
	display: none;
}

.navigation {
	display: none;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #0E6EB8; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #73C2DC; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF; /* 現在のページの文字色 */
        background: #0E6EB8; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1060px) {

.pc {
	display:none;
}

.sp {
	display:none;
}

.tab2 {
	display:block;
}

.width {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 750px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}

/* 文字
--------------------------------------------------------------------------*/

p {
	font-size: 90%;
	line-height: 180%;
	margin-bottom: 20px;
	text-align: left;
	letter-spacing: 0.1em;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#fix {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 100;
	width: 100%;
	padding: 0px;
    transition : all 500ms;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#fix.fixed2 {
	position: fixed;
	top: 0;
	left: 0%;
	padding: 0px;
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
    transition : all 500ms;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#h_left {
	float: left;
	width: 48%;
	padding: 20px 0 25px;
    transition : all 500ms;
}

#fix.fixed2 #h_left {
	padding: 10px 0 15px;
    transition : all 500ms;
}

#h_right {
	float: right;
	width: 48%;
	padding: 18px 0;
    transition : all 500ms;
}

#fix.fixed2 #h_right {
	padding: 8px 0;
    transition : all 500ms;
}


/* 共通
--------------------------------------------------------------------------*/

#container {
	margin-top: 0px;
}

section {
	margin-top: 50px;
	margin-bottom: 100px;
}

.column2 {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	margin-right: 0%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31%;
	float: left;
	margin-bottom: 20px;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.left {
	float: none;
	width: 100%;
}

.right {
	float: none;
	width: 100%;
}

.left35 {
	float: none;
	width: 100%;
}

.right65 {
	float: none;
	width: 100%;
}

.left85 {
	float: none;
	width: 100%;
}

.right15 {
	float: none;
	width: 100%;
}

/* フッター
--------------------------------------------------------------------------*/

#footer {
	margin-top: 100px;
}

#footer_main {
	border-top: 1px solid #CCC;
	padding: 50px 0 40px;
}

#footer_main p {
	text-align: center;
}

address {
	background: #0088db;
	padding: 20px 0;
	font-style: normal;
	font-size: 80%;
	color: #FFF;
	letter-spacing: 0.1em;
}


/* トップページ
--------------------------------------------------------------------------*/

#main {
	background: #FFF;
	z-index: 100;
	margin-top: 70px;
	width: 100%;
	height: auto;
}

#main p {
	position: absolute;
	top: 15%;
	right: 20%;
	transform: translateY(-15%) translateX(20%);
	margin: auto;
	z-index: 1;
	width: 50%;
}

/* Quality
-------------------------------------*/

.title {
	text-align: center;
	font-size: 120%;
	line-height: 230%;
	margin-top: 80px;
}

.title2 {
	text-align: center;
	font-size: 120%;
	line-height: 200%;
	margin-top: 60px;
}

.arrow {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.pic {
	text-align: center;
	margin-bottom: 100px;
}

.text_blue {
	font-size: 160%;
	font-weight: bold;
	color: #3A5294;
	margin-bottom: 20px;
}

.text_red {
	font-size: 160%;
	font-weight: bold;
	color: #C50018;
	margin-bottom: 20px;
}

dl.add {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 100%;
}

dl.add dt {
	text-align: center;
	float: none;
	font-size: 180%;
	width: auto;
	padding-right: 0px;
	border-bottom: 4px solid #EEE;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

dl.add dd {
	text-align: center;
	float: none;
	border-left: none;
	padding-left: 0px;
}

p.caption {
  position: relative;
  text-align: center;
	margin-bottom: 50px;
}

p.caption span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
	font-size: 200%;
}

p.caption::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

	
} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}

.width {
	width: 90%;
}


} /* /@media */
