@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'tekitofont'; 
  src: url('../fonts/TekitouPoem_SemiBold.woff') format('woff'),
	  url('../fonts/TekitouPoem_SemiBold.ttf') format('truetype');
}

.tekito {
    font-family: "tekitofont", serif;
}
#wrap-top {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-image: url(../img/bg-yoko.jpg);
	background-size: 100% auto;
    width: 100%;
    height: 100%;
    background-position: center center;
	/*min-width: 1100px;*/
	overflow: hidden;
}
#wrap {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-image: url(../img/bg-yoko.jpg);
	background-size: 101.5% auto;
    width: 100%;
    height: 100%;
    background-position: left center;
	min-width: 1100px;
	overflow: hidden;
}
#headwrap {
	clear: both;
	position: fixed;
	z-index: 10;
	background: #fff;
	width: 100%;
}
#head {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
	padding-bottom: 10px;
}

#logo {
	float: left;
	width: 132px;
	margin: 15px 40px 0 0;
}

#navwrap {
    width: 700px;
    float: right;
    font-family: "Montserrat", serif;
    font-weight: 600;
    margin-top: 20px;
}

#nav02 li.mainnavi {
	float: left;
	height: 32px;
	overflow: hidden;
}
#nav02 li.mainnavi a{
	display: inline-block;
	width: auto;
	height: 32px;
	font-size:18px;
	line-height: 30px;
	margin-right: 40px;
	text-decoration: none;
	transition: 0.2s;
	color:#000;
	
}
#nav02 li.mainnavi a span{
	display: inline-block;
}

#nav02 li.mainnavi a:hover{
	color:#DC3738;
}
#flash {
	clear: both;
	background-color: #CCFF99;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#flash02 {
	clear: both;
	background-color: #CCFF99;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#flash02 .box {
	background-color: #FF97F4;
	padding: 10px;
	text-align: center;
}
#flash02 h3 {
 text-align: center;
 font-size: 26px;
 line-height: 1.6em;
 padding-bottom: 0px;
}
#flash02 p {
	padding-bottom: 0px;
}


#flash02 p img {
	width: 100%;
	height: auto;
}

ul.bxslider {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	clear: both;
}
ul.bxslider li img {
	height: auto;
	padding-right: 0px;
	width: 100%;
}
ul.bxslider li {
	list-style-type: none;
	padding: 0px;
	width: 100%;
	text-align: center;
	position: relative;
}
#cont {
 clear: both;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 120px;
 position: relative;
}
#footwrap {
    background-color: #222222;
    clear: both;
    overflow: hidden;
    color: #FFFFFF;
	padding: 50px 0;
}
#foot {
    text-align: center;
    width: 1090px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
}
.foot-logoare {
    width: 250px;
    float: left;
    text-align: left;
}
.foot-logoare ul{
	margin: 20px 0;
}
.foot-logoare li a{
	color: #fff;
	text-decoration: none;
	font-size:13px;
}
.foot-logoare .cp{
	font-size:12px;
}
a.icon-outsite span{
	position: relative;
}
a.icon-outsite span:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-outsite.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
	background-position: center bottom;
}
.footmenu {
    text-align: left;
    font-size: 15px;
    line-height: 1.6em;
	width: 70%;
	float: right;
	font-weight: 500;
}
.footmenu ul{
	padding-bottom: 20px;
}
.footmenu li{
	margin: 10px 0;
	position: relative;
	padding-left: 15px;
	font-size:14px;
}
.footmenu li:before{
	content: "";
	position: absolute;
	top:12px;
	left:0;
	width: 10px;
	display: block;
	border-bottom: 1px solid #fff;
}
.footmenu .noneline li{
	
	padding-left: 0px;
}
.footmenu .noneline li:before{
	content: "";
	position: absolute;
	top:12px;
	left:-10px;
	width: 10px;
	display: block;
	border-bottom: none;
}
.footmenu a{
	color:#fff;
	text-decoration: none;
	transition: 0.2s;
}
.footmenu a:hover{
	color: #DC3738;
}
.footmenu .left{
	width: 25%;
	float: left;
}
.footmenu .left .cate-name{
  font-family: "Montserrat", serif;
	font-weight: bold;
	font-size:20px;
}
.footmenu .right{
	width: 40%;
	float: right;
}
.right-fix{
	position: fixed;
	right: -230px;
	top:330px;
	transform: rotate(-90deg);
}
.right-fix li {
	margin-right: 10px;
	float: right;
}
.right-fix li a {
    width: 160px;
    height: 48px;
    background-color: #DC3738;
    display: block;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
	line-height: 48px;
	transition: 0.2s;
}
.right-fix li:nth-child(3) a{
	background: #000000;
}
.right-fix li a:hover{
	opacity: 0.8;
}
#cr {
    font-size: 12px;
    line-height: 1.6em;
}

#news {
	margin-bottom: 30px;
}
#news table {
	border-collapse: collapse;
	width: 100%;
}
#news th {
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 0 16px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	width: 30%;
}
#news td {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#news .box01 {
	clear: both;
	overflow: auto;
	height: 240px;
	padding-right: 20px;
}

#sub h6 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
	border-bottom: 1px solid #575757;
	margin-bottom: 15px;
}

.list {
	padding-bottom: 20px;
}
.list li {
	padding-bottom: 10px;
	line-height: 20px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
.list a {
	color: #2E2E2E;
	text-decoration: none;
}

.midashi {
	clear: both;
	font-size: 26px;
	line-height: 1.6em;
	margin-bottom: 15px;
}
.midashib {
 margin-bottom: 20px;
 text-align: center;
}
.midashib h4 {
 font-size: 26px;


 line-height: 1.em;
 line-height: 61.em;
 padding-bottom: 0px;
}

.midashi02 {
	font-size: 20px;
	line-height: 1.6em;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.komidashi {
	line-height: 20px;
	background-image: url(../img/list04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 16px;
}
.txtbox {
 clear: both;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 20px;
}
.txtbox li {
	list-style-position: inside;
	list-style-type: disc!important;
}

.linebox {
 clear: both;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 0px;
 padding-top: 9px;
 padding-right: 9px;
 padding-left: 9px;
 border: 1px solid #36F;
 margin-bottom: 30px;
}
.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 30px;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
	width: 100%;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	clear: both;
}
.tbl td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.tbl th {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #E6E6E6;
}
.pagetop {
	text-align: right;
	clear: both;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 20px;
	color: #F15A24;
}
.pagetop a {
	background-color: #CFC1A9;
	padding: 10px;
	display: inline-block;
	color: #001226;
	text-decoration: none;
}
.pc-none{
	display: none;
}
.sp-none{
	display: block;
}
.pc-none02{
	display: none;
}
.sp-none02{
	display: inline-block;
}
.telbox {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #001226;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	color: #FFFFFF;
}
.link {
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}
.link a {
    padding: 10px;
    display: block;
    color: #001226;
    text-decoration: none;
}
.link a:hover {
    color: #FFFFFF;
}
.mojilist li {
	background-repeat: no-repeat;
	margin-left: 20px;
	text-indent: -20px;
	padding-bottom: 10px;
}
.mojilist li:before {
	content: "●";
	color: #DE891E;
	padding-right: 5px;
}
.faqbox h5 {
	font-size: 18px;
	line-height: 1.6em;
	border-bottom: 1px solid #A6A6A6;
	margin-bottom: 10px;
	text-indent: -33px;
	padding-left: 33px;
}
.faqbox h5:before {
	content: "Q";
	padding-right: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #70AD47;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}
.faqbox p {
	text-indent: -27px;
	padding-left: 27px;
}

.faqbox p:before {
	content: "A";
	padding-right: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #ED7D31;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}
.pname  {
	font-size: 18px;
	text-align: right;
	line-height: 1.6em;
}
.caption {
	color: hsla(359,100%,39%,1.00);
}
#half {
	background-color: #0100B4;
	color: #FFFFFF;
}

#half .photo {
	width: 50%;
	padding-bottom: 0px;
	float: left;
}
#half .photo img {
	width: 100%;
	height: auto;
}
#half .box {
    padding-top: 10px;
    padding-bottom: 0px;
    float: left;
    width: 50%;
}
.sidebnbox {
 margin-bottom: 10px;
 position: relative;
}
.sidebnbox p img {
 width: 100%;
 height: auto;
}
.sidebnbox  h5  {
 padding-top: 10px;
 padding-right: 2%;
 padding-left: 2%;
 padding-bottom: 10px;
 width: 96%;
 color: rgba(255,255,255,1.00);
 text-decoration: none;
 background-color: rgba(255,116,118,1.00);
 position: absolute;
 bottom: 0px;
}


.sidebnbox p {
 padding-bottom: 0px;
}
.drop {
	padding-bottom: 30px;
}

.drop dt {
	background-color: #44B0FF;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
	position: relative;
}
.drop dt:after {
	visibility: visible;
	content:'+';
	top: 50%;
	right: 20px;
	font-weight: bold;
	transform:translateY(-50%);
	position: absolute;
}
.drop dt.opened:after {	content:'－';
}
.drop dd{
	padding: 0 10px 20px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
	padding-bottom: 40px;
	background-color: #fff;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
 display: none;
 padding-top: 40px;
 padding-bottom: 0;
 clear: both;
 overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #59b057;
  color: #fff;
}

.tabs input:checked + .tab_item:nth-of-type(2n) {
  background-color: #69c7f1;
  color: #fff;
}

.tabs input:checked + .tab_item:nth-of-type(3n) {
  background-color: #f5a4c0;
  color: #fff;
}
.bold{
	font-weight: bold;
}
.inner1366 {
    width: 100%;
    margin: 0 auto;
    max-width: 1366px;
    position: relative;
}
.inner1086 {
    width: 100%;
    margin: 0 auto;
    max-width: 1086px;
    position: relative;
}
.pagename-area01{
    margin: 140px 0 50px;
	padding-top: 70px;
}
.pagename-area01 h2{
	font-size:62px;
	font-weight: 700;
	color:#DC3738;
  font-family: "Montserrat", serif;
	line-height: 62px;
}
.pagename-area01 p{
	font-size:20px;
	font-weight: 500;
}

.pagename-area02{
    margin: 140px 0 120px;
    position: relative;
}
.pagename-area02:before{
	position: absolute;
	content: "";
	width: 86%;
	height: 437px;
	background: #B32619;
	left:0;
	top:0;
}
.pagename-area02 .photo{
    position: relative;
    width: 76%;
    margin-left: auto;
    -webkit-box-shadow: 5px 5px 20px 0px #8B8B8B;
    box-shadow: 5px 5px 20px 0px #8B8B8B;
}
.pagename-area02 .photo img{
	width: 100%;
	height: auto;
}
.pagename-area02 h2{
	position: relative;
	font-size:62px;
	font-weight: 700;
	color:#fff;
  font-family: "Montserrat", serif;
	line-height: 62px;
	padding-top: 70px;
}
.pagename-area02 p{
	position: relative;
	font-size:20px;
	font-weight: 500;
	color:#fff;
	padding-bottom: 40px;
}
.pagename-area03{
    margin: 140px 0 120px;
    position: relative;
}
.pagename-area03:before{
	position: absolute;
	content: "";
	width: 86%;
	height: 437px;
	background: #B32619;
	left:0;
	bottom:0;
}
.pagename-area03 .photo{
	position: relative;
	width: 76%;
	margin-left: auto;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.16);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.16);
}
.pagename-area03 .photo img{
	width: 100%;
	height: auto;
}
.pagename-area03 h2{
	position: relative;
	font-size: 62px;
	font-weight: 700;
	color: #fff;
	font-family: "Montserrat", serif;
	line-height: 62px;
	padding-top: 40px;
}
.pagename-area03 p{
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 70px;
}
.pagename-area04{
	margin:140px 0 50px;
	text-align: center;
}
.pagename-area04 h2{
	font-size:62px;
	font-weight: 700;
	color:#DC3738;
  font-family: "Montserrat", serif;
	line-height: 62px;
}
.pagename-area04 p{
	font-size:20px;
	font-weight: 500;
}
.pagename-area04 .photo{
	position: relative;
	width: 100%;
	margin: 50px 0;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.16);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.16);
}
.pagename-area04 .photo img{
	width: 100%;
	height: auto;
}
.pagename-area04 .txtarea{
	position: relative;
	width: calc(65% - 250px);
	height: auto;
	background: #B32619;
	color: #fff;
	padding: 85px 140px 85px 110px;
	margin-left: auto;
	text-align: left;
	margin-top: -200px;
	line-height: 35px;
}
.mainnavi .subnavi{
	visibility: hidden;
	opacity: 0;
	transition: 0s;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
}
.mainnavi:hover .subnavi{
	visibility: visible;
    opacity: 1;
    width: 100%;
    background-color: rgba(0,0,0,0.80);
    position: absolute;
    left: 0;
    top: 50px;
	text-align: center;
}
#nav02 li.mainnavi:hover .subnavi li{
	display: inline-block;
}
#nav02 li.mainnavi:hover .subnavi li a{
	display: block;
	padding: 20px 20px;
	font-size:16px;
	color:#fff;
	text-decoration: none;
    font-family: "Noto Sans JP", serif;
	
}
#nav02 li.mainnavi:hover .subnavi li a span{
    color: #DB000D;
}