@charset "utf-8";
/* CSS Document */

/*------------------------

背景

------------------------*/

.itiran {
	padding:20px 0;
}
.maintitle {
	background:rgba(230,0,18,0.8);
	width:600px;
	position: relative;
	z-index: 5;
	padding:20px 0;
	border-radius:6px;
	margin:0 auto;
	top:25%;
}

.mainphoto {
	position: relative;
	background: url(../img/osaka08-1.jpg)no-repeat left top ;
	background-size:cover;
	width:100%;
	height:350px;
	left:0;
	top:0;
	text-align: center;
}


.maintitle h1 {
	font-size:3.5rem;
	text-align: center;
	color:#fff;
	font-weight: 400;
	
}

.maintitle .line {
	width:50px;
	height:3px;
	background:#fff;
	display:block;
	margin:-10px auto 10px auto;
	
}

.maintitle img {
	width:50px;
	height:50px;
	margin:5px auto;
}

.wrap {
	text-align: justify;

}
.bread {
	background:#f2f1eb;
	padding:10px 0;
	width:100%;
	font-size:1.2rem;
}

.yajirusi {
	font-size:.8rem;
	color:#898989;
}

.yajirusi2 {
    font-size: .8rem;
    color: #000;
    vertical-align: middle;
    display: inline-block;
    font-weight: 900;
    margin-left: 10px;
    margin-top: -5px;
}

main {
	margin:30px 0;
}

article h2 {
	font-size:2.5rem;
	padding:15px 0 12px 0;
	border-bottom:solid 5px #e60012;
	border-top:solid 1px #e60012;
	/*border-left:solid 7px #e60012;*/
	font-family: "Noto Sans Japanese";
	line-height:1.5;
	text-align: left;
}


.subtitle {
	font-size:1.6rem;
	padding-bottom:10px;
	display:inline-block;
}

.kome {
	font-size:1.4rem;
	text-align: center;
}


.contact-block {
	width:100%;
	background:#f2f1eb;
	padding:30px 120px;
	justify-content: center;

	}

.contact-box {
	background:#898989;
	display: inline-block;
	color:#fff;
	border-radius: 6px;
	text-align: center;
	border-bottom: solid 4px #565655;
	position: relative;
	
}

.contact-box a {
	padding:15px 40px;
	color:#fff;
	text-decoration: none;
	display:block;
	line-height: 1.3;
	font-size:1.3rem;
	vertical-align: middle;
	border-radius: 6px;

}

.contact-box:hover,
.contact-box:hover a{
	border-radius: 6px;
	background: #333;
	transition: all .2s;
}

.contact-box:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

img[alt="CSV"]{
	height:30px;
	margin-bottom:10px;
}

img[alt="line"]{
	width:35px;
	padding:10px 0;
	margin-bottom:10px;
}

.end img,
.kouza img {
	width:100px;
	height:34px;
}

.sp-on {
		display: none;
	}

/* 一覧レイアウト 
	元cssはcommonから反映されています。
*/

.list {
	width:100%;
	border:solid 3px #DDDDDD;
	margin-top:40px;
	transition: all  0.3s ease;
}

.list:first-of-type {
	margin-top:0;
}

.list:hover {
	border:solid 3px #e60012;
	background:#ffe4e1;
	transition: all  0.3s ease;
}

.list a {
	display:flex;
	justify-content:space-between;
	font-size:1.6rem;
	color:#333;
	text-decoration: none;
	transition: all  0.3s ease;
}

.list a:hover {
	text-decoration: none;
	transition: all  0.3s ease;
}


.list h3 {
	color:#333;
	font-size:2rem;
	
}

.leftblock {
	display: block;
	width:36%;
	text-align: center;
	background:#F3F3F3;
	padding:20px 10px;
	text-decoration: none;
}

.list-days {
	padding:6px 16px;
	background:#a9a9a9;
	color:#fff;
	font-weight: 400;
	border-radius:40px;
	width:80%;
	text-decoration: none;
	margin:-10px auto 0 auto;
}

.list-pdf {
	width:100px;
	background:#F3F3F3;
	text-align: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;

}

.list a img[alt="PDF"] {
	width:40px;
	height:auto;
}

.list-text {
	color:#000;
	width:100%;
	padding:0 20px;
	display: flex;
  justify-content:flex-start;
  align-items: center;
}

.list-text p {
	margin-bottom: 0;
	font-weight: 900;
	text-align:justify;
	
}


.flex {
	display:flex;
	width:70%;
}


@media only screen and (max-width: 1260px) {

.list-days {
	width:80%;
}

@media only screen and (max-width: 1023px) {
	.contact-block {
	padding:30px;
	text-align: justify;
	}
	
}

@media only screen and (max-width: 767px) {
	.list a {
	display:block;
	}
	
	.leftblock {
	display: block;
	width:100%;
	}

	.list-days {
		width:90%;
	}

	
	.list-text {
	color:#000;
	width:100%;
	padding:0 10px;
	display:block;
	
	}
	
	.list-text p {
	margin-top:5px;

}
	
.flex {
	display:flex;
	width:100%;
	justify-content: space-between;
	text-align: left;
	padding:5px 0 10px 0;
}
	
.list-pdf {
	width:60px;
	padding:10px;
	background:none;
}
	
	.list a img[alt="PDF"] {
	width:30px;
	height:auto;
	border:solid 2px #fff;
}
	
	.maintitle img {
	width:40px;
	height:40px;
	margin:5px auto;
	}
	
	.maintitle .line {
	margin:-10px auto 0 auto;
	
	}
	.contact-block {
	display: block;
	text-align: justify;
	padding:10px;	
	}
	
	.contact-box {
	display: block;
	width:80%;
	margin:0 auto;
}
	
	.kome {
		margin:10px 0 20px 0;
	}
	
	.maintitle {
	width:80%;
	top:15%;
	}
	
	.mainphoto {
	height:200px;
	}

}


/*------------------------

詳細ページ

------------------------*/
.shosai-days {
	/*background:#fce5e7;*/
	background:#e60012;
	padding:5px 25px;
	color:#fff;
	border-radius: 20px;
	font-size:1.4rem;
	font-weight:400;
	display:inline-block;
	margin:-5px 20px 0 0;
	vertical-align: middle;
}

article h2 {
	padding:10px 0 15px 0;
	}
.s-section {
	margin:40px auto;
	/*width:900px;*/
}

.s-section p {
	text-align: justify;
}

.sp-photo {
	display:none;
}

.pc-photo {
	display:block;
}

.title-waku {
	 background-color: #F3F3F3;
	padding:5px 10px;
	margin-bottom:20px;
	
}

.gutters > .col-5,
.gutters > .col-7{
	margin-left:0!important;
}

.row {
	justify-content: space-between;
}

.file {
	width:30px;
	height:30px;
	margin-right:10px;
}

.pdf-link,
.syousai-link {
	width:100%;
	background:#f2f1eb;
	border-bottom: solid 2px #333;
	margin:10px 0;
	border-radius: 3px;
	display: block;
}

.syousai-link a {
	display: block;
	padding:10px;
	text-decoration: none;
	color:#333;
	border-radius: 3px;
}

.syousai-link a:hover {
	background:#333;
	color:#fff;
	border-radius: 3px;
}

.pdf-link {
	background:#fb9abe;
	border-bottom: solid 2px #e60012;
}
.pdf-link a {
	display: block;
	padding:10px;
	text-decoration: none;
	color:#fff;
	border-radius: 3px;
}

.pdf-link a:hover {
	background:#e60012;
	color:#fff;
	transition: all .2s;
	border-radius:3px;
}

.syousai-link:active,
.pdf-link:active{/*ボタンを押したとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.pdf-link a img,
.syousai-link a img {
	display: inline-block;
	vertical-align: middle;
	
}

.single {
	width:50%;
	margin:0 auto;
}
.linkblock {
	margin:10px auto;
	text-align: left;
}

.linkblock.row .col {
	margin-left:0!important;
}

.pageback {
	text-align: center;
	margin:30px auto;
	width:250px;
}

.pageback a {
	border:solid 2px#e60012;
	padding:10px 30px;
	color: #e60012;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius:30px;
	font-size:1.2rem;
	font-weight: 900;
}

.pageback a:hover {
	border:solid 2px #e60012;
	background:#e60012;
	color: #fff;
	border-radius:30px;
}

/*------------------------

TOP-中面

------------------------*/





@media only screen and (max-width: 1260px) {
}

@media only screen and (max-width: 1023px) {
	.s-section {
	width:100%;
}
}

@media only screen and (max-width: 767px) {
	.maintitle h1 {
	font-size:2.5rem;
}
	.sp-on {
		display: block;
	}
	
	.sp-photo {
	display:block;
	}

	.pc-photo {
		display:none;
	}
	
	.single {
	width:100%;
	}
}



/*------------------------

テーブル

------------------------*/
.table-wrap{
	margin:30px 0;
	width:100%;
}


.tel {
	font-size:1.2rem;
}

.table-wrap caption {
	margin-bottom:10px;
	font-size:2rem;
	border-left:solid 4px #000;
	padding:5px 0 5px 10px;
	color:#000;
}
thead {
	background:#e9eaec;
	color:#000;

	
}

.ivent {
	width:25%;
}
th {
	font-size:1.3rem;
	padding:20px 5px;
	border-right:solid 2px #fff;
	line-height: 1.3;
}


th:last-of-type {
	border-right:solid 0px #fff;
}

td img[alt="PDF"]{
	width:36px!important;
}

td,
th{
	width:16%;
	text-align: center;
	font-weight: 400;
	vertical-align: middle;
	padding: 20px 5px;
	box-sizing: border-box;
}

table td {
	word-break: break-all;

}



@media (max-width: 767px) {
	
.table-wrap,
.table-wrap caption	{
	display: block;
}

	
	body {
		overflow-x: hidden;
	}

	
	thead {
		display:block;
		float:left;
		padding:0 5px;
		box-sizing: border-box;
	}
	th {
    display: block;
    width: auto;
	width:100%;
	height:60px;
	border-right:solid 0px #fff;
		text-align:center; 
		vertical-align:middle;

}
	.ivent {
	width:100%;
}
	
	tbody {
		display:block;
		width:auto;
		overflow-x:auto;
		white-space:nowrap;
	}
	
	tbody tr {
		display:inline-block;
	}
	
	td {
		display:block;
		width:100%;
		height:60px;
		text-align:center; 
		vertical-align:middle;
	}
	
	td img {
		margin-top:-10px;
	}

/*------------------------

フォーム

------------------------*/

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='phone'],
input[type='tel'],
input[type='number'],
input[type='datetime'],
input[type='date'],
input[type='month'],
input[type='color'],
input[type='time'],
input[type='search'],
input[type='datetime-local'] {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: .7em 0.5em;
}

label,
select {
	cursor: pointer;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', 'Lucida Sans Unicode', 'ＭＳ Ｐゴシック', Arial, Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-appearance: button;
}

.form {
	width: 100%;
	margin-bottom: 3em;
	background-color: #fff;
}

.form .label {
	float: right;
}

@media only screen and (max-width: 767px) {

.form {
	margin-bottom: 1.65em;
}
}

.form th,
.form td {
	padding: 1em;
	border: 1px solid #e5e5e5;
	text-align: left;
}

.form th {
	width: 200px;
	background-color: #f7f7f7;
}

.form th.red {
	background-color: #ffe1e4;
	color: #000;
}

.form td.red {
	background-color: #fff4f5;
}

@media (max-width: 767px) {

.form th,
.form td {
	width: 100%;
	margin-top: -1px;
	display: block;
}

.form td input[type='text'] {
	width: 100%;
}
.form td input[type='text'].width-20 {
	width: 40%;
}
}


.btn-area {
	margin: 0 auto;
	text-align: center;
}

@media only screen and (max-width: 767px) {
.btn-area .btn {
	width: 100%;
	margin:0 auto 1em;
	display: block;
}
}


/*------------
radio
------------*/

[type='radio']:checked,
[type='radio']:not(:checked) {
	visibility: hidden;
}

[type='radio']:checked + label,
[type='radio']:not(:checked) + label {
	padding-left: 28px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #666;
	line-height: 20px;
}

[type='radio']:checked + label:before,
[type='radio']:not(:checked) + label:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	content: '';
}

[type='radio']:checked + label:after,
[type='radio']:not(:checked) + label:after {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	background: #005eae;
	content: '';
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

[type='radio']:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type='radio']:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*------------------------

リスト

------------------------*/

.list-flat {
	margin-bottom: 0;
}

.list-flat li {
	margin-bottom: 1em;
}

.list-flat li:last-child {
	margin-bottom: 0;
}

.list-left li {
	margin-right: 1em;
	float: left;
}

.list-left li:last-child {
	margin-right: 0;
}

.link {
	margin: 0;
}

.link li {
	list-style: none;
	line-height: 1.35;
}

.link li a {
	margin-left: 1em;
	display: block;
	text-decoration: none;
	text-indent: -1em;
}

.link li a:before {
	margin-right: .5em;
	content: '\f0da';
	color: #e60013;
	font: normal normal normal 14px/1 FontAwesome;
}

@media only screen and (max-width: 767px) {

.link li {
	margin-bottom: 1.65em;
	float: none;
}

.link li a {
	display: block;
}
}

.list-center {
	display: inline-block;
	zoom: 1;
}

.list-before li {
	padding-left: 1em;
	display: block;
}

.list-before li:before {
	width: 1em;
	margin-left: -1em;
	padding: .5em 0;
	display: block;
	float: left;
	content: '';
	color: #007f2d;
	font-family: 'FontAwesome';
	text-align: center;
}

.list-before li.second:before {
	width: 1em;
	margin-left: 0;
	padding: .5em 0;
	display: block;
	float: left;
	content: '';
	color: #007f2d;
	font-family: 'FontAwesome';
	text-align: center;
}

.list-after li {
	padding-right: 15px;
	position: relative;
}

.list-after li:after {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	color: #007f2d;
	font-family: 'FontAwesome';
}

.list-centered {
	text-align: center;
}

.list-centered ul {
	display: inline-block;
	zoom: 1;
}

/*------------------------

画像

------------------------*/

a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
}

img.left {
	margin-right: 1em;
}

img.right {
	margin-left: 1em;
}

/*------------------------

レイアウト

------------------------*/

.v-bottom {
	position: absolute !important;
	right: 0;
	bottom: 0;
}

.v-center {
	width: 100%;
	display: table;
}

.v-center p,
.v-center > div,
.v-center img {
	padding: 0 .5em;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 1024px) {

.v-center img {
	min-width: 150px;
	margin: 0;
	padding: 0 10px;
}
}

@media only screen and (max-width: 767px) {

.v-center p,
 .v-center div {
	width: 100%;
	margin: 0 0 1.6em;
	padding: 0;
	display: block;
	text-align: left;
}

.v-center img {
	margin: 0 0 1.6em;
	padding: 0;
	display: block;
}
}

img {
	vertical-align: bottom;
}

.img-centered img {
	margin: 0 auto;
	display: block;
}

.btn-centered {
	text-align: center;
}

/*------------------------

Typography

------------------------*/

i {
	margin: 0 .5em;
	color: #005eae;
}

em,
i {
	font-style: normal;
}

.red {
	color: #c3000f;
}

/*------------------------

余白

------------------------*/

.mt-05{
	margin-top:-5px;
	}
	
.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt70 {
	margin-top: 70px;
}

.mt100 {
	margin-top: 100px;
}

.mt_20 {
	margin-top: -20px;
}

.mtb05 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml05 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.mr05 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}


.pt40 {
	padding-top: 40px;
}

/*------------------------

表示・非表示

------------------------*/

br.sp_only {
	display: none;
}

@media only screen and (max-width: 960px) {

br {
	display: none;
}

br.both {
	display: block;
}

br.sp_only {
	display: block;
}
}

.hidden {
	display: none;
	visibility: hidden;
}

.visible-phone {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

.hidden-desktop {
	display: none !important;
}

.visible-desktop {
	display: inline-block !important;
}

@media (min-width: 768px) and (max-width: 979px) {

.hidden-desktop {
	display: inherit !important;
}

.visible-desktop {
	display: none !important;
}

.visible-tablet {
	display: inherit !important;
}

.hidden-tablet {
	display: none !important;
}
}

@media (max-width: 767px) {

.hidden-desktop {
	display: inherit !important;
}

.visible-desktop {
	display: none !important;
}

.visible-phone {
	display: inherit !important;
}

.hidden-phone {
	display: none !important;
}
}

/*------------------------

clearfix

------------------------*/

.clearfix:before,
.clearfix:after {
	height: 0;
	display: block;
	overflow: hidden;
	content: '.';
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
} /* IE < 8 */
