@charset "utf-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
*{
	box-sizing: border-box
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
	font-family: sans-serif;
}
html {
	font-size: 62.5%;
}
body{
	color: #333;
	background-image: url("../img/pt-base.png");
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
.center{ text-align: center; }
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
input[type=text],
input[type=email],
input[type=tel],
textarea{
	border: 1px solid #ccc;
	padding: 12px;
	border-radius: 4px;
	width: 100%;
	outline: none;
	font-size: 1.6rem;

}
.linebox{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.linebox p{
	width: calc(100% - 150px);
	height: auto
}
.linebox div{
	width: 150px;
	height: auto
}
.linebox img{
	width: 100%;
	height: auto
}
.linebox p{
	line-height: 180%;
	margin-right: 20px
}

/*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
.inner{
	width:1000px;
	margin: 0 auto;
}
/*------------------------------------------------------------
	Page
------------------------------------------------------------*/

/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header{
	z-index: 1;

	width: 100%;
	height: 70px;
	background: #1A007A;

}
#hdr-inner{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#confirm header,#thanks header {

	height:80px;
}
#hdr_logo{
	position: absolute;
	width: 210px;
	top:11px;
	left: 22px;
}
#hdr_logo img{
	width: 100%;
	height: auto
}
#hdr_description{
	position: absolute;
	width: 445px;
	top:23px;
	left: 250px;
	font-size: 1.6rem;

	color:#FFF;
}
#hdr_tel{
	position: absolute;
	display: block;
	width: 240px;
	top:16px;
	right: 180px;
	font-size: 2.2rem;
	font-weight: bold;
	padding-left: 27px;
	line-height: 1;
	text-decoration:none;
	color:#FFF;
	letter-spacing: 2px;
}
#hdr_tel img{
	display: block;
	width: 20px;
	height: auto;
	position: absolute;
	top:4px;
	left: 0px;
}
#hdr_tel span{
	font-size: 1.3rem;
	font-weight: normal;
	display: block;
	padding-top: 5px;
}
#hdr_entry{
	display: block;
	position: absolute;
	width: 140px;
	height: 70px;
	background:#B20000;
	color: #FFF;
	font-size: 2.0rem;
	line-height: 1;
	text-decoration: none;
	padding-left: 0px;
	right: 0px;
	top:0px;
	font-weight: bold;
	padding-top: 24px;
	text-align: center
}
#hdr_entry img{
	vertical-align: middle;
	width: 27px;
	height: auto;
	margin-right: 3px
}
#hdr_entry:hover{
	opacity: 0.95;
}
#confirm #hdr_entry,#thanks #hdr_entry{
	display: none
}
#confirm main,#thanks main{
	padding-top: 50px;
}
/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
#mv{

	z-index: 0;
	position:relative;
	width: 100%;
	padding: 0px 0 20px 0;
	text-align: center;
}

#mv img{
	
	width:1280px;
	height: auto
}
main{
	width: 1000px;
	margin: 0 auto;

}
#manga{
	margin-bottom: 30px;	
}
main .inner{
	width: 950px;
	margin: 0 auto 30px auto;
	padding: 30px 50px 30px 50px;
	z-index: 1;
	position: relative;
	top: -20px;
	background:#FFF;
	background-position: center top;
	background-repeat: repeat-x;
	border-radius: 15px;
	box-shadow: 0px 0px 8px #000;
}
.inner2{
	width: 950px;
	margin: 0 auto 30px auto;
	padding: 40px 50px 30px 50px;
	background:#FFF;
	border-radius: 15px;
	box-shadow: 0px 0px 8px #000;
}
.h1{
	text-align: center;
	font-size: 25px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
}
#confirm .h1,#thanks .h1{
	color: #333;
}
.h2{
	text-align: center;
	font-size: 29px;
	color: #FFF;
	background: #1A007A;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1;
	padding-top: 20px;
	height: 64px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
}
.h3{
	color: #1A007A;
	font-family: "Zen Old Mincho", serif;
	font-size: 24px;
	border-top:1px solid #1A007A;
	border-bottom:1px solid #1A007A;
	margin-bottom: 30px;
	text-align: center;
	padding: 10px 0;
}

.box1{
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
.box1 .item1{
	width: 48%;
}
.box1 .item2 p{
	font-size: 17px;
	line-height: 200%;

}
.box1 .item2{
	width: 48%;
}
.swiper{
	margin-bottom: 40px;
}

.box2{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.box2 .item1{
	padding-right: 15px;
	width: calc(100% - 200px);
}
.box2 .item1 h3{
	font-size: 22px;
	margin-bottom: 8px;
}
.box2 .item1 p{
	line-height: 180%;
}
.box2 .item2{
	width: 180px;
}
.box2 .item2 img{
	width: 100%;
	height: auto;
}
.box3{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.box3 .item1{
	width: 20%;
}
.box3 .item2{
	width: 77%;
}
.box3 .item2 p{
	margin-bottom: 10px;
	line-height: 180%;
}
.box3 .item2 div{
	font-size: 14px;
	padding: 10px;
	background: rgba(247,247,218,1.00);
}
.box3 h3{
	font-size: 22px;
	margin-bottom: 8px;
}
.ta1{
	width: 100%;
	margin-bottom: 30px;
}
.ta1 td{
	border-top:1px solid #ccc;
	padding: 8px;
	width: 75%;
}
.ta1 th{
	padding: 8px;
	background: #eee;
	width: 25%;
	border-top:1px solid #ccc;
}
.s1{
	padding-bottom: 40px;	
}
.menu{
	width: 100%;
	margin-bottom: 30px;
}
.menu td{
	border-bottom: 1px solid #ccc;
	padding: 10px;
	text-align: right;
	font-weight: bold;
	color: rgba(123,9,10,1.00);
	white-space: nowrap;
}
.menu th{
	border-bottom: 1px solid #ccc;
	padding: 10px;
	text-align: left
}
.menu th p{
	font-weight: normal;
	font-size: 14px;
}
.txt1{
	margin-bottom: 30px;
	line-height: 200%;
	font-size: 17px;
}
footer{
	padding: 40px 0;
	text-align: center;
	background:#1A007A
}

#ftr_logo{

	width: 170px;

	margin: 0 auto;
}
footer p{
	padding: 20px 0;
	color: #FFF
}
	.txt2{
		font-size: 14px;
		padding: 20px;
		border: 2px solid #eee;
		margin-bottom: 30px;
		background:#F6F6F6
	}
.sp{ display: none; }
.pc{ display: block; }

.tax{
	font-size: 12px;	
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.slist{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.slist li{
	width: 48%;
	padding-bottom: 20px;
}
.slist li div{
	padding-bottom: 10px;
}
.slist li img{
	width: 100%;
	height: auto;
}
.slist li h3{
	font-size:18px;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 1px solid #1A007A;
	padding-bottom: 5px;
	color: #1A007A;
}

.slist li p{
	font-size: 17px;
}


.box4{
	background-image: url("../img/bg3.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size:auto 100%;
	margin-left: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.box4 .item1{
	width: 60%;
}
.box4 h3{
	font-size: 24px;
	margin-bottom: 22px;
	border-left: 4px solid #000;
	padding-left: 11px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
}
.box4 p{
	font-size: 17px;
	line-height: 200%;
}
.gh3{
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
	padding-top: 10px;
	
}
.list1{
	display: flex;
	margin-bottom: 30px;
}
.list1 li{
	width: 33.3%;
	border-right: 1px solid #ccc;
	padding-right: 25px;
	margin-right: 25px;
}
.list1 li:last-child{
	border: none
}
.list1 li figure{
	display: block
}
.list1 li h4{
	text-align: center;
	font-size: 18px;
	margin-bottom: 8px;
}
.list1 li figure{
	padding-bottom: 15px;
}
.list1 li p{
	display: block;
	line-height: 200%;
}
.pbox{
	background: #EEEEEE;
	padding: 25px 25px;
	border: 1px solid #ccc;
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
	margin-bottom: 20px;
}
.pbox h3{
	background: #5E003C;
	color: #FFF;
	text-align: center;
	line-height: 1;
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	padding: 15px;
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 4px solid #360021;
}
.pbox .inr{
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
}
.pbox .inr .item1{
	width: 42%;
	padding-top: 10px;
}
.pbox .inr .item2{
	width: 55%;
}

.pbox .item1 figure{
	padding: 6px;
	display: block;
	border: 1px solid #ccc;
	background: #FFF
}
.pbox p{
	text-align: center;
	line-height: 170%;
	margin-bottom: 10px;
}
.pbox table{
	width: 100%;
}
.pbox table th{
	text-align: left;
	font-size: 17px;
}
.pbox table td{
	font-size: 17px;
	text-align: right;
	font-weight: bold;
	color: #5E003C
}
.pbox table td span{
	font-size: 24px;
	font-weight: bold;
}
.pbox table th,.pbox table td{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.pbox tr:last-child th,.pbox tr:last-child td{
	border: none
}
.mapbox{
	display: flex;
	width: 100%;
}
.mapbox .item1,
.mapbox .item2{

	width:50%;
}
.abox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.abox .item1{
	width: 60%;
}
.abox .item2{
	width: 37%;
}
.abox .item2 img{
	width: 100%;
	height: auto
}
.abox .item1 h4{
	font-size: 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.abox .item1 p{
	line-height: 180%;
}
.mb10{
	margin-bottom: 10px;
}
.h4{
	font-size: 20px;
	text-align: center;
	padding: 12px 8px;
	line-height: 1;
	margin-bottom: 20px;

	border-bottom: 4px solid #360021;
	background: #5E003C;
	color: #FFF;
}
.qlist{
	
}
.qlist li{
	padding-bottom: 20px;
}
.qlist h3{
	font-size: 24px;

	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	padding: 12px 20px;
}
.qlist p{
	font-size: 19px;
	background-image: url("../img/bg3.jpg");
	padding: 20px;
}
/*------------------------------------------------------------
	Form
------------------------------------------------------------*/
#form{


	padding-bottom: 50px;
}
#privacy{
	font-size: 1.4rem;
	height: 300px;
	overflow-y: auto;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 30px
}
#privacy p{
	padding-bottom: 15px;
}
.btn1{
	display: block;
	margin: 0 auto 30px auto;
	background:#B20000;
	border: none;
	border-radius: 7px;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	width: 265px;
	padding: 21px 10px 18px 10px;
	font-size: 1.8rem;
	position: relative;
	font-weight: bold
}
.btn1:hover{
	opacity: 0.9;
}
.btn1 span,.btn2 span{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	width: 8px;
	height: 20px;
	position: absolute;
	top:18px;
	right: 15px;
	background-image: url("../img/arrow_wh.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.jname{
	text-align: right;
	padding-top: 7px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
}
@media screen and (max-width: 768px) {

.sp{ display: block; }
.pc{ display: none; }

/*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
.inner{
	width: 100%;
	margin: 0 auto;
}
main{
	width: 100%;

}
main .inner{
	width: 94%;
		padding: 30px 20px 30px 20px;
}
	
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header{

	width: 100%;
	height: 70px;

}
#hdr-inner{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#confirm header,#thanks header {

	height:80px;
}
#hdr_logo{
	position: absolute;
	width: 190px;
	top:15px;
	left: 17px;
}
#hdr_logo img{
	width: 100%;
	height: auto
}
#hdr_description{
	display: none
}
#hdr_tel{
	display: none
}
#hdr_tel img{
	display: block;
	width: 20px;
	height: auto;
	position: absolute;
	top:4px;
	left: 0px;
}
#hdr_tel span{
	font-size: 1.3rem;
	font-weight: normal;
	display: block;
	padding-top: 5px;
}
#hdr_entry{
	display: block;
	position: absolute;
	width: 130px;
	height: 70px;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	padding-left: 0px;
	right: 0px;
	top:0px;
	font-weight: bold;
	padding-top: 24px;
	text-align: center
}
#hdr_entry img{
	vertical-align: middle;
	width: 27px;
	height: auto;
	margin-right: 3px
}
#hdr_entry:hover{
	opacity: 0.95;
}
#confirm #hdr_entry,#thanks #hdr_entry{
	display: none
}
#confirm main,#thanks main{
	padding-top: 50px;
}
/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
#mv{

	z-index: 0;
	position:relative;
	width: 100%;
	padding: 0px 0 20px 0;
	text-align: center;
}

#mv img{
	
	width:100%;
	height: auto
}
main{
	width: 100%;
	margin: 0 auto;

}
main .inner{
	width: 96%;
	margin: 0 auto 30px auto;
	padding: 30px 10px 30px 10px;
	z-index: 1;
	position: relative;
	top: -25px;
	background:#FFF;
	background-position: center top;
	background-repeat: repeat-x;


	box-shadow: 0px 0px 8px #000;
}
.inner2{
	width: 96%;
	margin: 0 auto 30px auto;
	padding: 30px 10px 30px 10px;
	z-index: 1;
	position: relative;

	box-shadow: 0px 0px 8px #000;
}
	.box1{
		display: block
	}
	.box1 .item1{
		width: 100%;
		padding-bottom: 10px;
	}
	.box1 .item2{
		width: 100%;
	}
.box2{
	display: block;

	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.box2 .item1{
	padding-right: 15px;
	width: 100%;;
}
.box2 .item1 h3{
	font-size: 22px;
	margin-bottom: 8px;
}
.box2 .item1 p{
	line-height: 180%;
}
.box2 .item2{
	width: 100%;
	padding-top: 10px;
	text-align: center
}
.box2 .item2 img{
	width: 80%;
	height: auto;
}
.box3{

	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.box3 .item1{
	width: 28%;
}
.box3 .item2{
	width: 67%;
}
.box3 .item2 p{
	margin-bottom: 10px;
	line-height: 180%;
	font-size: 15px
}
.box3 .item2 div{
	font-size: 14px;
	padding: 10px;
	background: rgba(247,247,218,1.00);
}
.box3 h3{
	font-size: 19px;
	margin-bottom: 8px;
}
	.ta1 td,.ta1 th{
		width: 100%;
		display: block
		
	}
.h1{
	text-align: center;
	font-size: 20px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
}
.swiper{
	margin-bottom: 20px;
}
#nayamibox{
	padding: 20px 20px;
	position: relative;

	margin-bottom: 30px;
	border: 1px solid #ccc;
}
#nayamibox ul{
	
}
#nayamibox li{
	border-bottom: 2px dashed #ccc;
	font-size: 20px;
	padding: 14px 0 14px 25px;
	line-height: 1;
	background-image: url("../img/icn_check.png");
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: left center;
}
#nayamibox li:last-child{
	border: none
}
#nayamibox figure{
	width: 100%;
	position: relative;
	right: 0px;
	bottom: 0px;
	text-align: center
}
#nayamibox figure img{
	width: 70%;
	height: auto
}
.box4{
	background-image:none;
	margin-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.box4 .item1{
	width: 100%;
}
.box4 h3{
	font-size: 20px;
	margin-bottom: 22px;
	border-left: 4px solid #000;
	padding-left: 11px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
}
	.box4 h3 br{
		display: none
	}
.box4 p{
	font-size: 17px;
	line-height: 200%;
}
.gh3{
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
	padding-top: 10px;
	
}
.list1{
	display: block;
	margin-bottom: 30px;
}
.list1 li{
	width: 100%;
	border-right: none;
	padding-right: 0;
	margin-right:0;
	padding-bottom: 15px;
}
.list1 li:last-child{
	border: none
}
.list1 li figure{
	display: block;
	text-align: center
}
	.list1 li figure img{
	width: 90%;
		height: auto
}
.list1 li h4{
	text-align: center;
	font-size: 18px;
	margin-bottom: 8px;
}
.list1 li figure{
	padding-bottom: 15px;
}
.list1 li p{
	display: block;
	line-height: 200%;
}
.h2{
	font-size: 25px;
	padding-bottom:17px;
	margin-bottom: 10px;
	line-height: 1;
	padding-top: 17px;
	height: auto;
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0px;
}
	.h3{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		color: #000;
	font-size: 18px;
	border-top:1px solid #1A007A;
	border-bottom:1px solid #1A007A;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 0;
		background: #eee;
		line-height: 130%
}
	
.pbox{
	background: #EEEEEE;
	padding: 25px 25px;
	border: 1px solid #ccc;
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
	margin-bottom: 20px;
}
.pbox h3{
	background: #5E003C;
	color: #FFF;
	text-align: center;
	line-height: 1;
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	padding: 15px;
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 4px solid #360021;
}
.pbox .inr{
	display: block;
	justify-content: space-between;
	padding: 0px;
}
.pbox .inr .item1{
	width: 100%;
	padding-top: 10px;
}
.pbox .inr .item2{
	width: 100%;
}

.pbox .item1 figure{
	padding: 6px;
	display: block;
	border: 1px solid #ccc;
	background: #FFF
}
.pbox p{
	text-align:left;
	line-height: 170%;
	margin-bottom: 0px;
}
	.pbox p br{
		display: none
	}
.pbox table{
	width: 100%;
}
.pbox table th{
	text-align: left;
	font-size: 17px;
}
.pbox table td{
	font-size: 17px;
	text-align: right;
	font-weight: bold;
	color: #5E003C
}
.pbox table td span{
	font-size: 24px;
	font-weight: bold;
}
.pbox table th,.pbox table td{
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.pbox tr:last-child th,.pbox tr:last-child td{
	border: none
}
.mapbox{
	display: flex;
	width: 100%;
}
.mapbox .item1,
.mapbox .item2{

	width:50%;
}
.abox{
	display: block;
	justify-content: space-between;
	margin-bottom: 20px;
}
.abox .item1{
	width: 100%;
}
.abox .item2{
	width: 100%;
}
.abox .item2 img{
	width: 100%;
	height: auto
}
.abox .item1 h4{
	font-size: 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.abox .item1 p{
	line-height: 180%;
	margin-bottom: 20px
	
}
.mb10{
	margin-bottom: 10px;
}
.h4{
	font-size: 20px;
	text-align: center;
	padding: 12px 8px;
	line-height: 1;
	margin-bottom: 20px;

	border-bottom: 4px solid #360021;
	background: #5E003C;
	color: #FFF;
}
.qlist{
	
}
.qlist li{
	padding-bottom: 20px;
}
.qlist h3{
	font-size: 22px;

	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	padding: 12px 20px;
}
.qlist p{
	font-size: 18px;
	background-image: url("../img/bg3.jpg");
	padding: 20px;
}
.slist{
	display: block;

}
.slist li{
	width: 100%;
	padding-bottom: 20px;
}
}