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

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

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

html{
}

body {
	color: #333;
	background: #ECF7F6;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	letter-spacing: 0.2em;
	-webkit-text-size-adjust: 100%;
}

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

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

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

#home #wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	line-height: 1.5em;
}
 
.inner {
	padding: 15px 30px;
	text-align: center;
}


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

h1 {
	font-size: 200%;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 20px;
	word-wrap:break-word;
	border-bottom: 4px solid #136d80;
}

h1 span {
	display: block;
	font-size: 40%;
	margin-top: 0px;
	color: #136d80;
}

h2 {
	font-size: 160%;
	position: relative;
	padding-left: 35px;
	margin-bottom: 30px;
	text-align: left;
	color: #136d80;
}
 
h2::after {
	position: absolute;
	top: 50%;
	left:0;
	content: '';
	width: 25px;
	height: 1px;
	background-color: #136d80;
}

h3 {
	text-align: left;
	font-size: 130%;
	line-height: 180%;
	color: #136d80;
	border-left: 3px solid #136d80;
	padding-left: 15px;
	margin-bottom: 20px;
}

p {
	font-size: 100%;
	line-height: 220%;
	margin-bottom: 20px;
	text-align: left;
}

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

ul.text li {
	line-height: 200%;
	padding: 0 0 0 10px;
	list-style: inside;
}

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

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


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

#container {
	margin-top: 80px;
	margin-bottom: 80px;
	background: url("../img/common/bg.svg") top right no-repeat;
}

section {
	padding: 0 0 60px 0;
}

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

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

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

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

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

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

.column3Box {
	width: 33.333333%;
	float: left;
	margin-bottom: 20px;
}


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


/* 新着情報
-------------------------------------*/


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

/*
#home address {
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translate(-50%, 0);	
	text-align: center;
	font-style: normal;
	font-size: 75%;
	padding: 20px 0;
	background: none;
	color: #4a4a4a;
}
*/

address {
	text-align: center;
	font-style: normal;
	font-size: 75%;
	color: #333;
	padding: 20px 0;
}

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

.normalTbl input,
.normalTbl2 input {
	font-size: 100%;
	color: #666;
	padding: 8px 10px;
	border: 1px solid #CCC;
}

.normalTbl label,
.normalTbl2 label {
	font-size: 110% !important;
	color: #666;
}

.normalTbl input[type=checkbox],
.normalTbl2 input[type=checkbox] {
	margin: 10px 0;
}

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

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

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus,
.normalTbl2 input:focus,
.normalTbl2 select:focus,
.normalTbl2 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;
}
/* loading
-------------------------------------*/

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

.loading img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

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

.btn {
	background: #B21316;
	color: #FFF;
	font-size: 90%;
	margin: 10px auto 0;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
}

.btn a {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	display: block;
	padding: 20px 100px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn a:hover {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #81090B;
}


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

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 80%;
	z-index: 50;
}

#page-top a {
    background: #333;
    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: #000;
}



/* ワードプレス
--------------------------------------------------------------------------*/



/* ----------------------------------------------------------------------------------------------------
     タブレット・PC端末（480px〜960px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 1000px) {

.pc {
	display: block;
}

.sp {
	display: none;
}

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

}

/* ----------------------------------------------------------------------------------------------------
     タブレット・PC端末（480px〜960px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 780px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

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

} /* /@media */


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

.pc {
	display: none;
}

.sp {
	display: block;
}

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

}

