@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
/*	box-sizing: border-box;
	border-width:0;*/
}

body {
	position:relative;
	margin: 0;
	padding: 0;
	background:#fff5e0;
	font-family: '秀英丸ゴシック', 'メイリオ', Meiryo,'Avenir','Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic';
	font-size: 14px;
	font-size: 0.999999994rem;
	line-height:1.8em;
}

.entry-content {
	margin:0;
}
ul, li {
	margin:0;
	padding:0;
	list-style: none;
}
video {
	object-fit: cover;
/*	width:100%;
	height:53%;
	overflow: hidden;
	background:#fff5e0;*/
}

.bg-fubuki {
	background:url("../img/fubuki.png") top center no-repeat;
	background-size:100% auto;
}

img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border:none;
}

.clear {clear:both;}

.pc-left{float:left;}
.pc-right{float:right;}

img.img100 {width:100%;}

a {
	box-shadow:none;
}

.min {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
}


.bg-bl {
	background:#80a7bc;
}
.bg-wh {
	background:#FFF;
}


.inner {
	width:96%;
	margin:0 auto;
	max-width:1025px;
	position:relative;
/*	display:flex; 
	align-items: flex-start;*/
}




header#header {
	width:100%;
	display:block;
	clear:both;
/*	background:url("../img/bg-head.png") center top repeat-x;*/
}
.home header#header {
	background:url("../img/bg-head.png") center top repeat-x;
}

.menu-wrapper {
	padding-top:30px;
	background: rgba(125,166,188,0.8);
	width:100%;
	position:fixed;
	z-index:9999;
}
.logo-head {
	position:absolute;
	left:2%;
	top:14px;
	width:12%;
	max-width:193px;
}
.r-link {
	position:absolute;
	right:2%;
	top:40px;
	text-align: right;
}
.r-link a {
	display:inline-block;
	padding-left:12px;
	background:url("../img/arr-r.png") left center no-repeat;
	background-size:6px 9px;
	font-size:14px;
	color:#FFF;
	text-decoration: none;
}

a.arr3 {
	display:inline-block;
	padding-left:40px;
	background:url("../img/arr3.png") left center no-repeat;
	color:#759cb0;
	font-weight:600;
}

.head-margin{
	height:80px;
}

.logo {
	width:80%;
	max-width:740px;
	margin:0 auto 30px;
}

.wrapper-slide {
	position:relative;
	width:100%;
	height:52%;
	overflow: hidden;
}
.wrapper-slide img.c-image {
	display:block;
	position:absolute;
	width:400px;
	left:50%;
	top:100px;
	margin-left:-200px;
}
.wrapper-slide img.c-image.video {
	opacity:0.4;
}
.wrapper-slide img.y-image {
	display:block;
	position:absolute;
	width:150px;
	left:50%;
	top:50%;
	margin-left:-75px;
	margin-top:-100px;
}
.wrapper-slide img.y-image2 {
	display:block;
	position:absolute;
	width:80%;
	left:10%;
	top:50%;
}

#menu {
	width:70%;
	max-width:800px;
	margin:0 auto;
	}
#menu li {
	display:inline-block;
	width:25%;
	position:relative;
}
#menu li.sp-view {
	display:none;
}
#menu li a {
	display:block;
	padding:15px 0;
	text-align:center;
	color:#fff;
	text-decoration: none;
	font-size:14px;
	line-height:1.4em;
	font-weight:bold;
	background:#7097b1;
}
#menu li a:hover {
	background:#efefef;
	color:#000;
}

#menu li ul {
  display:none;
}

#menu li:hover ul {
	background:#efefef;
	display:block;
  position:absolute;
    width: 100vw;
  top: 100%;
	left:-50vw;
	z-index:51;
	padding-top:30px;
}
#menu li ul li {
	width:18%;
	margin:0 2% 0 0;
}
#menu li ul li:nth-child(5n) {
	margin:0 0 0 0;
}
#menu li ul li a {
	color:#7da6bc;
	background:none;
	line-height:1.0em;
}

#menu li ul li a img.mgmenu {
	display:block;
	background:#7da6bc;
	margin:0 auto 10px;
}
img.yaji {
	vertical-align:middle;
	heigth:14px;
}

.title {
	background:url("../img/bar-bl.png") left center repeat-x;
	background-size:40px 40px;
	text-align: center;
	margin:40px auto 20px;
}

.title img {height:40px;}
.sub-title {
	background:#7da6bc;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	padding:5px 0;
	margin:50px 0 15px;
}
.l-title {
	padding:5px 0 5px 20px;
	margin:30px 0 20px;
	border-left:solid 10px #7da6bc;
	font-size:16px;
	font-weight:bold;
}
.l-cont {
	padding-left:30px;
}


h1.entry-title1 {
	padding:2px 0 5px 20px;
	margin:10px 0 20px;
	border-left:solid 10px #7da6bc;
	font-size:18px;
	font-weight:bold;
}
.inner h3 {
	font-size:16px;
	font-eright:bold;
	margin:30px 0 20px;
	color:#7AA2B8;
}

.news a {
	color:#000;
	text-decoration:none;

}
.news-img {
	width:100%;
	height:230px;
	overflow: hidden;
	margin-bottom:10px;
	position:relative;
}
.news a img {
}
.ndate {
	margin-top:10px;
}
.mk-list li {
	clear:both;
	padding:10px 0;
	border-bottom:dotted 1px #759cb0;
}
.mk-list li .date {
	font-size:13px;
	font-weight:bold;
}
.mk-list li .p-wrap {
	width:120px;
	overflow: hidden;
	float:left;
	margin-right:15px;
}
.mk-list li .cont {
	float:left;
	width:auto;
	max-width: 500px;
}
.mk-list li a:hover {
	color:#759cb0;
}

.color01 {
	color:#7498cf;
}
.color02 {
	color:#a181b9;
}
.color03 {
	color:#72bda0;
}
.color04 {
	color:#d89abd;
}


.chiiki label {
	display:block;
	width:130px;
	float:left;
	text-align: left;
	margin-right:0;
}

.chiiki {
	background:url("../img/map4.png") right 15% bottom no-repeat;
	background-size:245px auto;
	padding-bottom: 50px;
}
h3.kodawari1 {
	text-indent: -500px;
	background:url("../img/ken1.png") left center no-repeat;
	background-size:auto 50px;
	height:50px;
}
h3.kodawari2 {
	text-indent: -500px;
	background:url("../img/ken2.png") left center no-repeat;
	background-size:auto 50px;
	height:50px;
}
input[type="submit"].feas-submit-button {
  display       : block;
  border-radius : 0;          /* 角丸       */
  font-size     : 16pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 30px 12px 60px;   /* 余白       */
  background    : url("../img/i-search.png") 30px center no-repeat #f09082;     /* 背景色     */
	background-size:24px 36px;
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : none;  /* 影の設定 */
  border        : none;    /* 枠の指定 */
margin:30px auto;
}
input#feas_0_3 {
	font-size:13px;
	padding:6px;
	margin:0 15px;
	width:300px;
}
.f-left {
	float: left;
}

.sentlist li {
	margin-top:50px;
	padding-bottom:50px;
	border-bottom:solid 1px #000;
}
.tit-sen {
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
}
.tit-sen a {
	color:#000;
}
.tit-sen a:hover {
	color:#759cb0;
}
.p-left30 {
	width:27%;
	float:left;
	margin-right:3%;
}
.r-sento {
	width:70%;
	float:left;
	line-height: 1.4em;
}
.r-sento iframe, .acf-map.list-sento {
	width:300px;
	height: 180px;
	float:right;
/*	margin-top:-40px;*/
}
a.btn-go {
	display:inline-block;
	padding:4px 34px 4px 8px;
	margin:1% 1% 0 0;
	background:url("../img/arr3w.png") right 4px center no-repeat #7da6bc;
	background-size:24px auto;
	font-size:14px;
	color:#FFF;
	text-decoration: none;
	font-weight:bold;
}
a.btn-go:hover {
	background:url("../img/arr3w.png") right 4px center no-repeat #666;
	background-size:24px auto;
}
.icon-sen {
	margin-top:10px;
}
.icon-sen a {
	display:inline-block;
	text-align: center;
	width:19%;
	padding:2px 0;
	margin:1% 1% 0 0;
	background:#7da6bc;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
.icon-sen.ico6 a {
	width:15.66%;
}
a.web {
	display:inline-block;
	height:24px;
	line-height:24px;
	background:#000;
	color:#FFF;
	text-align: center;
	text-decoration:none;
	font-weight:bold;
	padding:0 10px;
	margin:5px 10px 5px 0;
	vertical-align: middle;
	border-radius: 4px;
}
a.fb {
	display:inline-block;
	width:24px;
	height:24px;
	background:url("../img/ico-fb.png") no-repeat;
	background-size:contain;
	margin:5px 10px 5px 0;
	vertical-align: middle;
}
a.twitter {
	display:inline-block;
	width:24px;
	height:24px;
	background:url("../img/ico-twitter.png") no-repeat;
	background-size:contain;
	margin:5px 10px 5px 0;
	vertical-align: middle;
}
a.insta {
	display:inline-block;
	width:24px;
	height:24px;
	background:url("../img/ico-insta.png") no-repeat;
	background-size:contain;
	margin:5px 10px 5px 0;
	vertical-align: middle;
}
a.line {
	display:inline-block;
	width:24px;
	height:24px;
	background:url("../img/ico-line.png") no-repeat;
	background-size:contain;
	margin:5px 10px 5px 0;
	vertical-align: middle;
}
a.yt {
	display:inline-block;
	width:24px;
	height:24px;
	background:url("../img/ico-youtube.png") no-repeat;
	background-size:contain;
	margin:5px 10px 5px 0;
	vertical-align: middle;
}
table,
th,
td {
	border: none;
	table-layout: auto;
}
.tbl-sento {
	border-top:solid 1px #000;
}
.tbl-sento th {
	width:90px;
	font-weight: 100;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
	padding:15px 0;
	border-left:none;
}
.tbl-sento td {
	text-align: left;
	border-bottom:solid 1px #000;
	padding-left:10px;
	border-right:none;
}
.item-map {
	background:#FFF;
	padding:10px;
}
.item-map iframe {
	width:100%;
	height:500px;
}

.tit-page {
	text-align: center;
	font-size:32px;
	font-weight:bold;
	padding:80px 0;
	margin-bottom:10px;
}
.bg-01 {
	background:url("../img/bg-manner.jpg") center center no-repeat;
	background-size:cover;
}
.bg-02 {
	background:url("../img/bg-kounou.jpg") center center no-repeat;
	background-size:cover;
}
.bg-03 {
	background:url("../img/bg-eisei.jpg") center center no-repeat;
	background-size:cover;
}
.bg-04 {
	background:url("../img/bg-debut.jpg") center center no-repeat;
	background-size:cover;
}
.bg-05 {
	background:url("../img/bg-taicho.jpg") center center no-repeat;
	background-size:cover;
}
.bg-06 {
	background:url("../img/bg-ketsuatsu.jpg") center center no-repeat;
	background-size:cover;
}
.bg-07 {
	background:url("../img/bg-taishibo.jpg") center center no-repeat;
	background-size:cover;
}
.bg-08 {
	background:url("../img/bg-ookina.jpg") center center no-repeat;
	background-size:cover;
}
.bg-09 {
	background:url("../img/bg-oyako.jpg") center center no-repeat;
	background-size:cover;
}
.bg-10 {
	background:url("../img/bg-runners.jpg") center center no-repeat;
	background-size:cover;
}
.bg-price {
	background:url("../img/bg-price.jpg") center center no-repeat;
	background-size:cover;
}
.bg-gaiyo {
	background:url("../img/bg-gaiyo.jpg") center center no-repeat;
	background-size:cover;
}
.bg-covid {
	background:url("../img/bg-corona.jpg") center center no-repeat;
	background-size:cover;
}
.bg-link {
	background:url("../img/bg-link.jpg") center center no-repeat;
	background-size:cover;
}



.p-list {
	margin-bottom:10px;
	font-size:11px;
}
.p-list a, .p-list a:focus {
	color:#7da6bc;
	text-decoration: none;
	outline: 0;
	border:none;
	box-shadow: none;
}
.page-read {
	font-family:"03SmartFontUI",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:24px;
	text-align: center;
	line-height:1.6em;
}
.mk-furo {
	text-align: center;
	padding:1.5em 0.5em 0.5em;
}
.mk-furo img {
	height:40px;
}
.fblue {
	color:#759cb0;
}
.fred {
	color:#ec6d65
}
hr.p-bar {
	margin:40px 0;
    border-top: 1px dashed #c8d5de;
    border-right: none;
    border-bottom: none;
    border-left: none;
	clear:both;
}

.manner {
	line-height:1.4em;
	width:35%;
}
.manner .px12 {
	margin-top:12px;
}
.manner img {
	display:block;
	max-width:240px;
	margin:0 auto 30px;
}
.manner.block-l {
	float:left;
	margin-left:15%;
	clear:left;
}
.manner.block-r {
	float:right;
	margin-right:15%;
}
strong.top-margin {
	display:block;
	padding-top:1.5em;
}

.kounou {
	width:70%;
	margin: 30px auto;
	padding-right:20%;
	position:relative;
}
.kounou-bg1 {
	background: url("../img/kounou01.png") right 10% center no-repeat;
	background-size:24%;
}
.kounou-bg2 {
	background: url("../img/kounou02.png") right 13% center no-repeat;
	background-size:contain;
	height:220px;
}
.kounou-bg3 {
	background: url("../img/kounou03.png") right 15% center no-repeat;
	background-size:contain;
}
.kounou-bg4 {
	background: url("../img/kounou04.png") right 15% center no-repeat;
	background-size:contain;
}
.kounou-bg5 {
	background: url("../img/kounou05.png") right 15% center no-repeat;
	background-size:contain;
	height:200px;
}
.kounou-bg5 .kounou {
	width:63%;
}
.kounou-full {
	width:74%;
	margin:0 auto;
}

.taishibou-bg2 {
	background:url("../img/taishibou02.png") right 15% center no-repeat;
	background-size:contain;
}
.taishibou-bg3 {
	background:url("../img/taishibou03.png") right 15% center no-repeat;
	background-size:contain;
}.taishibou-bg4 {
	background:url("../img/taishibou04.png") right 15% center no-repeat;
	background-size:contain;
}.taishibou-bg5 {
	background:url("../img/taishibou05.png") right 15% center no-repeat;
	background-size:contain;
}

.kounou.taichou {
	width:60%;
	margin: 30px auto;
	padding-right:30%;
	position:relative;
}
.taicho-bg1 {
	background:url(../img/taichou01.png) right 30% bottom no-repeat;
	background-size:auto 150px;
	min-height:170px;
}
.taicho-bg2 {
	background:url(../img/taichou02.png) right 30% bottom no-repeat;
	background-size:auto 170px;
	min-height:190px;
}
.taicho-bg3 {
	background:url(../img/taichou03.png) right 30% bottom no-repeat;
	background-size:auto 150px;
	min-height:170px;
}
.taicho-bg4 {
	background:url(../img/taichou04.png) right 30% bottom no-repeat;
	background-size:auto 150px;
	min-height:170px;
}


.bg-ketsu01 {
	background:url("../img/ketsuatsu01.png") right 15% center no-repeat;
	background-size:contain;
}
.bg-ketsu02 {
	background:url("../img/ketsuatsu02.png") right 12% bottom 2% no-repeat;
	background-size:auto 80%;
}
.bg-ketsu04 {
	background:url("../img/ketsuatsu04.png") right 15% center no-repeat;
	background-size:contain;
	min-height:220px;
}
.bg-ketsu05 {
	background:url("../img/ketsuatsu05.png") right 15% center no-repeat;
	background-size:contain;
	min-height:220px;
}

.eisei {
	width:80%;
	margin: 30px auto 0;
	
}
.eisei-bg1 {
	background:url(../img/eisei01.png) right center no-repeat;
	background-size:contain;
}
.debut {
	width:46%;
	min-height:150px;
	padding-right:16%;
	margin:0 2% 40px;
	float:left;
	font-size:13px;
	line-height: 1.6em;
}
.debut.debut01 {
	background:url("../img/debut01.png") right center no-repeat;
	background-size:28%;
}
.debut.debut02 {
	background:url("../img/debut02.png") right center no-repeat;
	background-size:contain;
}
.debut.debut03 {
	background:url("../img/debut03.png") right center no-repeat;
	background-size:contain;
}
.debut.debut04 {
	background:url("../img/debut04.png") right center no-repeat;
	background-size:32%;
}
.debut.debut05 {
	background:url("../img/debut05.png") right center no-repeat;
	background-size:contain;
}
.debut.debut06 {
	background:url("../img/debut06.png") right center no-repeat;
	background-size:contain;
}
.debut.debut07 {
	background:url("../img/debut07.png") right center no-repeat;
	background-size:30%;
}
.debut.debut08 {
	background:url("../img/debut08.png") right center no-repeat;
	background-size:30%;
}
.debut.debut09 {
	background:url("../img/debut09.png") right center no-repeat;
	background-size:contain;
}
.tit-debut {
	color:#7da6bc;
	border-bottom:solid 1px #7da6bc;
	font-weight: bold;
	font-size:22px;
	line-height:22px;
	padding:8px 0 8px 42px;
	background:url("../img/mk-furo.png") left center no-repeat;
	background-size:36px 24px;
	margin-bottom:5px;
}
.tit-debut span {
	font-size:18px;
	line-height:22px;
}
.memo {
	padding:1.5em;
	border:dashed 1px #7da6bc;
	color:#ec6d65;
	font-size:18px;
	font-weight:bold;
	max-width:500px;
	margin:0 auto 40px;
}
.memo.covid {
	background:#FFF;
	color:#ec6d65;
	font-size:18px;
	font-weight:bold;
	max-width:560px;
	margin:0 auto 40px;
}
img.mk-red {
	display:block;
	width:40px;
	margin:0 auto 10px;
}
.runners {
	width:80%;
	margin:0 auto;
}
img.runners1 {
	display:block;
	max-width:240px;
	float:right;
	margin-right:50px;
}
img.runners2 {
	display:block;
	max-width:320px;
	float:right;
	margin-right:50px;
}
img.runners3 {
	display:block;
	max-width:240px;
	float:right;
	margin-right:50px;
}

table.w-table {
	border-top:dotted 1px #7da6bc;
	border-left:dotted 1px #7da6bc;
}
table.w-table td {
	border-right:dotted 1px #7da6bc;
	border-bottom:dotted 1px #7da6bc;
}
table.p-table, table.p-table td {
	border:none;
}
table.p-table th {
	background:#7da6bc;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	padding:10px 4px;
}
table.p-table td {
	background:#FFF;
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	padding:10px 4px;
}

table.l-table {
	border-top:dashed 1px #7da6bc;
}
table.l-table td {
	border-bottom:dashed 1px #7da6bc;
	padding:7px 14px;
	text-align: left;
}
table.l-table td a {
	color:#000;
	text-decoration: none;
	border-bottom:none;
	box-shadow: none;
	outline: none;
	font-weight:bold;
}
table.l-table td a:hover {
	color:#666;
}

.p-riji {
	width:30%;
	float:left;
}
.r-riji {
	width:65%;
	float:right;
	font-size:20px;
	line-height:1.6em;
}
.r-riji img {
	max-width:240px;
}

table.g-table {
	border-top:solid 2px #7da6bc;
	border-left:solid 2px #7da6bc;
	border-right:solid 1px #7da6bc;
	border-bottom:solid 1px #7da6bc;
}
table.g-table td {
	border-right:solid 1px #7da6bc;
	border-bottom:solid 1px #7da6bc;
	background:#FFF;
	padding:10px;
	font-size:16px;
	font-weight:600;
}

iframe.b-bar {
	border:solid 2px #7da6bc;
}
.pc-center {
	text-align: center;
}
.f-table th {
	width:24%;
	text-align: right;
	font-weight:200;
	padding:10px;
}
.f-table td {
	padding:10px;
}
.f-table td input[type="text"], .f-table td textarea {
	width:100%;
	padding:7px;
	border:solid 1px #CCC;
}
.f-table input[type="submit"], .btn-submit {
  display: inline-block;
	background:#759cb0;
	box-shadow:none;
	outline-style:none;
	border:none;
	color:#FFF;
	padding:7px 50px;
	font-size:15px;
	font-weight:bold;
}

.sent table.ftable {
	display:none;
}
.post-thumbnail img {
	display:block;
	margin:0 auto;
	text-align: center;
}

img.img-link1 {
	display:block;
	width:90%;
	margin:18% 0 0 auto;
}
img.img-link2 {
	display:block;
	width:70%;
	margin:18% auto;
}




















img.step {
	width:85%;
}
a.btn {
	display:inline-block;
	padding:8px 15px;
	color:#FFF;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	margin:30px auto;
	background:#7da6bc;
}
a.btn:hover {
	background:#666;
}

.footer {
	position:relative;
}
.neko {
	display:block;
	width:150px;
	position:absolute;
	right:10%;
	top:100px;
}
.foot1 {
	background:url("../img/bg-foot1.png") center bottom repeat-x;
	height:220px;
}
.foot2 {
	background:#80a7bc;
	padding:24px 0;
	text-align: center;
	color:#FFF;
	font-size: 14px;
	font-weight:600;
}
.foot2 a {
	color:#FFF;
	text-decoration: none;
}
.foot-menu {
	text-align: center;
	color:#7da6bc;
	padding:10px 10px 40px;
	font-size: 14px;
	font-weight:600;
}
.foot-menu a {
	color:#7da6bc;
}

.fee {
	margin:40px 15px 20px;
}
.fee.sagasu {
	margin:0 15px 20px;
}










table.pc-menutbl {
	border-left:solid 1px #000;
}
.pc-menutbl td {
	font-size:13px;
	line-height:1.0em;
	line-height:14px;
	padding:4px 0;
	border-right:solid 1px #000;
	letter-spacing:-0.1em;
}
.pc-menutbl td a {
	display:block;
	font-size:13px;
	line-height:1.0em;
	line-height:14px;
	color:#000;
	text-decoration: none;
}

.camp {
	text-align: center;
	font-size: 14px;
}
.camp img {
	margin-bottom:10px;
}

.pc-center1 {
	position:relative;
	padding:0 34% 0;
	text-align: center;
}
.pc-center1 img.left {
    display: block;
    position: absolute;
    width: 30%;
    left: -1px;
}
.pc-center1 img.right {
	display:block;
	position:absolute;
	width:30%;
	right:0;
}
.tekiyou {
	margin-bottom:15px;
}
.tekiyou th {
		width:20%;
		background:#17c6ff;
		color:#FFF;
	}
.tekiyou td {
	padding-left:15px;
	padding-right:5px;
	border:solid 1px #17c6ff;
}
.px12,.px12 br  {
	font-size:12px;
	line-height:1.4em;
}
.px14,.px14 br  {
	font-size:14px;
	line-height:1.4em;
}

.step li {
	width:49%;
	float:left;
	margin:0 2% 2% 0;
}
.step li:nth-child(2n) {
	margin:0 0 2% 0;
}
.px12b {
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
	line-height:1.0em;
}
.px20r {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	color:#ff0000;
/*	text-decoration: underline;*/
}
.px16b {
	font-size:16px;
	font-weight:bold;
}
.px18 {
	font-size:18px;
}
.px18b {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
.px22b {
	font-size:22px;
	font-weight:bold;
}
.px24b {
	font-size:24px;
	font-weight:bold;
}
.px24bl {
	font-size:24px;
	font-weight:bold;
	line-height: 2.0em;
}
.px32b {
	font-size:32px;
	font-weight:bold;
	line-height: 1.4em;
}
.px42b {
	font-size:42px;
	font-weight:bold;
	line-height: 1.4em;
}
.red {
	color:#e60012;
}

.fredbox {
	color:#ec6d65;
	display:block;
	width:80%;
	max-width:320px;
	text-align: center;
	padding:10px 0;
	margin:50px auto 50px;
	border:solid 2px #ec6d65;
	font-size:32px;
	line-height:1.0em;
	font-weight:bold;
}
.shinsei-l {
	width:51.5%;
	margin-right:0.5%;
	float:left;
}
.shinsei-r {
	width:48%;
	float:left;
}

table.foottbl {
	max-width:500px;
	margin:0 auto;
}

.sns-link a {
	display:inline-block;
	width:50px;
}

.s_question {
	background:url("./img/bt-plus.png") right 10px center no-repeat #e60012;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding:10px 20px;
}
.s_question.on{
	background:url("./img/bt-minus.png") right 10px center no-repeat #e60012;
}
.s_answer {
	background:#fde9de;
	padding:10px 20px 20px;
	display: none;
}
/*--------QA----------*/
/*　Q&A
-------------------------*/


.s_question:hover{
	cursor:pointer;
}




a.tellink {
	color:#000;
	text-decoration:none;
}








.block2 li {
		display:block;
		width:48%;
		margin:0 4% 0 0;
		float:left;
	}
.block2 li:nth-child(2n) {
	margin:0;
}
.block2 li.nagare {
		width:53.52%;
}
.block2 li.koe {
		width:42.477%;
}
.block3 li {
		display:block;
		width:30.66%;
		margin:0 4% 30px 0;
		float:left;
		text-align: center;
	}
.block3.news li {
		text-align: left;
}
.news li img {
	margin-bottom:10px;
}
.block3 li.kita, .block3 li.higashi {
		display:block;
		width:26.66%;
		margin:0 3% 30px 0;
		float:left;
		text-align: center;
	}
.block3 li.minami {
		display:block;
		width:40.66%;
		margin:0 0 30px 0;
		float:left;
		text-align: center;
	}
.block3 li.col2 {
		display:block;
		width:61.2%;
		margin:0 4% 30px 0;
		float:left;
		text-align: center;
	}
.block3 li.ysmall {
		display:block;
		width:33%;
		margin:0 0 30px 0;
		float:left;
		text-align: center;
	}
.block3 li:nth-child(3n), .block3s li:nth-child(3n) {
	margin:0;
	clear:right;
}
.block3 li:nth-child(3n+1), .block3s li:nth-child(3n+1) {
	clear:left;
}
.block3 li img {
	width:100%;
	margin:0 auto;
}
.block3 li.sp0 {
	margin-bottom:10px;
}



a#ptop {
	display:block;
	position:fixed;
	width:40px;
	height:36px;
	background:rgba(111,150,178,0.6);
	right:4px;
	bottom:10px;
}














a.btnon:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}



.pc-view {display:block;}
.sp-view {display:none;}
img.pc-view, li.pc-view {display:block;}
img.sp-view, li.sp-view {display:none;}

sup {font-size:11px;}

/* ----------------------------------------------------------------------
Youtube responsive - Youtube動画のレスポンシブ表示
---------------------------------------------------------------------- */
.ytube {
  position: relative;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}




@media only screen and (max-width: 870px) {

.menu-wrapper {
	display:none;
}
	

	
.logo-sp {
	display:block;
	position:absolute;
	left:2%;
/*	left:50%;*/
/*	margin-left:-130px;*/
	top:0;
	width: 260px;
	z-index: 500;
}
/*	.logo-head img {
		display:block;
		max-height:40px;
		margin:0 auto;
	}*/
	.head-margin {
		height:50px;
	}
	
	#menu {
		display:block;
	}
	.menu-close {
		width:100px;
		height:50px;
		background:url("../img/menuclose.png") no-repeat;
		background-size:contain;
	}
	
	.sp-nav {
		padding:15px 0;
	}
	.sp-nav a {
		font-size:13px;
		line-height:26px;
		color:#000;
		text-decoration:none;
	}
	
.pc-view, .pc-view li {display:none;}
.sp-view {display:block;}

img.pc-view, .slider li.pc-view {display:none;}
img.sp-view, .slider li.sp-view {display:block;}
	.pc-menutbl {
		display:none;
	}
	

.px22b {
	font-size:18px;
	font-weight:bold;
}
.px24b {
	font-size:20px;
	font-weight:bold;
}
.px32b {
	font-size:22px;
	font-weight:bold;
	line-height: 1.4em;
}
.px42b {
	font-size:24px;
	font-weight:bold;
	line-height: 1.4em;
}

header#header {
	clear:both;
	background:url("../img/bg-head.png") center top repeat-x;
	background-size:100% 180px;
	padding-top:0;
	padding-bottom:0;
/*	height:50px;*/
}
.wrapper-slide img.c-image {
	display:block;
	position:absolute;
	width:160px;
	left:50%;
	top:50%;
	margin-left:-80px;
	margin-top:-60px;
}
.wrapper-slide img.c-image.video {
	display:none;
}
.wrapper-slide img.y-image {
	display:block;
	position:absolute;
	width:70px;
	left:50%;
	top:50%;
	margin-left:-35px;
	margin-top:-50px;
}
	

.news-img {
	width:100%;
	height:auto;
	overflow: hidden;
	margin-bottom:10px;
	position:relative;
}
	
.title {
	background:none;
}


.chiiki {
	background:none;
	padding-bottom: 0;
}


.tit-sen {
	font-size:22px;
	font-weight:bold;
	margin-bottom:5px;
}

.p-left30 {
	width:100%;
	float:none;
	margin-right:0;
}
.r-sento {
	width:100%;
	float:none;
	line-height: 1.4em;
}
.r-sento iframe, .acf-map.list-sento {
	width:100%;
	height: 180px;
	float:none;
	margin-top:20px;
	margin-bottom:20px;
}
.icon-sen {
	margin-top:10px;
}
.icon-sen a, .icon-sen.ico6 a {
	display:inline-block;
	text-align: center;
	width:48%;
	padding:2px;
	margin:1%;
	background:#7da6bc;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
	
.page-read {
	font-size:16px;
	text-align: left;
}
	.page-read br {
		display:none;
	}	

.tit-page {
	text-align: center;
	font-size:18px;
	font-weight:bold;
	padding:30px 0;
	margin-bottom:10px;
}
.manner {
	width:100%;
}
.manner img {
	display:block;
	max-width:200px;
	margin:0 auto 15px;
}
.manner.block-l {
	float:none;
	margin-left:0;
}
.manner.block-r {
	float:none;
	margin-right:0;
}
strong.top-margin {
	display:block;
	padding-top:0;
}
.kounou, .kounou-bg5 .kounou {
	width:100%;
	margin: 30px auto;
	padding-right:0;
	padding-bottom:160px;
}
.kounou-bg1 {
	background: url("../img/kounou01.png") bottom center no-repeat;
	background-size:auto 150px;
}
.kounou-bg2 {
	background: url("../img/kounou02.png") bottom center no-repeat;
	background-size:auto 180px;
	padding-bottom:30px;
	height:auto;
}
.kounou-bg3 {
	background: url("../img/kounou03.png") bottom center no-repeat;
	background-size:auto 150px;
}
.kounou-bg4 {
	background: url("../img/kounou04.png") bottom center no-repeat;
	background-size:auto 150px;
}
.kounou-bg5 {
	background: url("../img/kounou05.png") bottom center no-repeat;
	background-size:auto 150px;
	height:auto;
}
	
.taishibou-bg2 {
	background:url("../img/taishibou02.png") bottom center no-repeat;
	background-size:auto 160px;
}
.taishibou-bg3 {
	background:url("../img/taishibou03.png") bottom center no-repeat;
	background-size:auto 150px;
}
.taishibou-bg4 {
	background:url("../img/taishibou04.png") bottom center no-repeat;
	background-size:auto 150px;
}
.taishibou-bg5 {
	background:url("../img/taishibou05.png") bottom center no-repeat;
	background-size:auto 150px;
}


.bg-ketsu01 {
	background:url("../img/ketsuatsu01.png") bottom center no-repeat;
	background-size:auto 160px;
}
.bg-ketsu02 {
	background:url("../img/ketsuatsu02.png") bottom center no-repeat;
	background-size:auto 150px;
}
.bg-ketsu04 {
	background:url("../img/ketsuatsu04.png") bottom center no-repeat;
	background-size:auto 180px;
	padding-bottom:5px;
}
.bg-ketsu05 {
	background:url("../img/ketsuatsu05.png") bottom center no-repeat;
	background-size:auto 180px;
	padding-bottom:5px;
}
	
.kounou-full {
	width:100%;
	margin:0 auto;
}
.eisei {
	width:100%;
	margin: 30px auto 0;
}
.eisei-bg1 {
	background:url(../img/eisei01.png) bottom center no-repeat;
	padding-bottom:150px;
	background-size:auto 150px;
}
.debut {
	width:100%;
	min-height:none;
	padding-right:0;
	margin:0 auto 40px;
	float:none;
	padding-bottom: 160px;
	border-bottom:dashed 1px #c8d5de;
}
.debut.debut01 {
	background:url("../img/debut01.png") bottom 10% center no-repeat;
	background-size:auto 130px;
}
.debut.debut02 {
	background:url("../img/debut02.png") bottom 10% center no-repeat;
	background-size:auto 140px;
}
.debut.debut03 {
	background:url("../img/debut03.png") bottom 10% center no-repeat;
	background-size:auto 150px;
}
.debut.debut04 {
	background:url("../img/debut04.png") bottom 10% center no-repeat;
	background-size:auto 150px;
}
.debut.debut05 {
	background:url("../img/debut05.png") bottom 10% center no-repeat;
	background-size:auto 150px;
}
.debut.debut06 {
	background:url("../img/debut06.png") bottom 10% center no-repeat;
	background-size:auto 150px;
}
.debut.debut07 {
	background:url("../img/debut07.png") bottom 10% center no-repeat;
	background-size:auto 140px;
}
.debut.debut08 {
	background:url("../img/debut08.png") bottom 10% center no-repeat;
	background-size:auto 140px;
}
.debut.debut09 {
	background:url("../img/debut09.png") bottom 10% center no-repeat;
	background-size:auto 150px;
}
	
.kounou.taichou {
	width:100%;
	margin: 30px auto;
	padding-right:0;
	padding-bottom:0;
}
.taicho-bg1 {
	background:url(../img/taichou01.png) bottom center no-repeat;
	background-size:auto 150px;
	min-height:none;
	padding-bottom:150px;
}
.taicho-bg2 {
	background:url(../img/taichou02.png) bottom center no-repeat;
	background-size:auto 150px;
	min-height:none;
	padding-bottom:150px;
}
.taicho-bg3 {
	background:url(../img/taichou03.png) bottom center no-repeat;
	background-size:auto 150px;
	min-height:none;
	padding-bottom:150px;
}
.taicho-bg4 {
	background:url(../img/taichou04.png) bottom center no-repeat;
	background-size:auto 150px;
	min-height:none;
	padding-bottom:150px;
}
	
.runners {
	width:100%;
}
img.runners1, img.runners2,img.runners3 {
	display:block;
	max-width:240px;
	float:none;
	margin:15px auto 0;
}
table.w-table td, table.g-table td {
	display:block;
	clear:both;
}
	table.g-table td.tit {
		text-align: center;
	}
.p-riji {
	width:60%;
	float:none;
	margin:0 auto 20px;
}
.r-riji {
	width:100%;
	float:none;
	font-size:18px;
	line-height:1.6em;
	text-align: center;
}

.pc-center {
	text-align: left;
}

	.f-table th, .f-table td {
		display:block;
		text-align: left;
		width:auto;
		clear:both;
	}
	.f-table th {
		padding-bottom:0;
	}
	.f-table td {
		padding-top:0;
	}
	


.mk-list li .p-wrap {
	width:27%;
	height:auto;
	overflow: hidden;
	float:left;
	margin-right:3%;
}
.mk-list li .cont {
	float:right;
	width:70%;
	line-height:1.4em;
}

table.l-table td {
	display:block;
	clear:both;
}
img.img-link1,img.img-link2 {
	display:block;
	width:50%;
	margin:0 auto;
}
	
.memo {
	padding:1em;
	font-size:16px;
}	
	
	
	

	
	
	
	
	
	
	
	

.pc-center1 {
	padding:0;
	font-size:13px;
	text-align: left;
}
.pc-center1 img.left {
    display: none;
}
.pc-center1 img.right {
	display:none;
}

.step li {
	width:100%;
	float:none;
	margin:0 auto 2%;
}
.step li:nth-child(2n) {
	margin:0 auto 2%;
}
	.step li img {
		display:block;
		margin:0 auto;
	}
.shinsei-l, .shinsei-r {
		width:100%;
		float:none;
		margin:0 auto 10px;
	}

.s_question {
	background:url("./img/bt-plus.png") right 10px center no-repeat #e60012;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:10px 40px 10px 10px;
}
.s_answer {
	padding:10px 20px 20px;
	display: none;
}
	
	.tekiyou th, .tekiyou td {
		width:auto;
		display:block;
		clear:both;
	}	
	
	
	.sidebar {
		width:100%;
		max-width:none;
		padding:0;
	}	
	.widget {
		border-top:dotted 1px #759cb0;
	}
	
	
	
	
	

	.block2 li, .block3 li, .block3 li:nth-child(3n), .block3 li.ysmall  {
		width:100%;
		margin-right:0;
		margin-bottom:20px;
		float:none;
	}
	
	.block3 li.kita, .block3 li.higashi, .block3 li.minami, .block3 li.col2 {
		display:block;
		width:100%;
		margin:0 0 20px;
		float:none;
	}
	
	
	
	.block2 li:nth-child(2n) {
	margin:0 0 20px;
}
	.block2 li.nagare  {
		width:100%;
		margin-right:0;
		margin-bottom:0;
		text-align: center;
	}
	.block2 li.koe  {
		width:100%;
		margin-bottom:0;
		text-align: center;
	}
	.block2 li.nagare img, .block2 li.koe img {
		display:block;
		margin:0 auto;
	}
	.block2 li.nagare img.pc-view, .block2 li.koe img.pc-view {
		display:none;
	}
	

.neko {
	display:block;
	width:100px;
	position:absolute;
	right:20px;
	top:100px;
}
	.foot-menu {
		display:none;
	}







	
a.btnimg img {
	display:inline-block;
	max-width:200px;
}

	.foottbl td {
		display: block;
		clear:both;
	}
a#ptop {
	width:40px;
	height:36px;
	right:4px;
	bottom:10px;
}


	
	

}
