/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:0 0 0 0;
	overflow: hidden;
}

#wrapper img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#wrapper a:hover img{
	opacity:0.8;
}

.content{
	width:1200px;
	margin:0 auto 100px;
	padding:0;
	overflow:hidden;
	border:0px solid #000;
}


/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.content{width:90%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#wrapper{margin:0 0 0 0;}
.content{width:90%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#wrapper{margin:0 0 0 0;}

.content{
	width:90%;
	margin: 0 auto 70px auto;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#wrapper{margin:0 0 0 0;}

.content{
	width:85%;
	margin: 0 auto 60px auto;
}
}


/*-------------------------------------------------------------------
　pageVisual
-------------------------------------------------------------------*/
.pageVisual{
	width:100%;
	height: 650px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	color: #FFF;
	margin-bottom: 100px;
}

.hdTit_area{
	width: 1200px;
	margin: 200px auto 0;
}

.pageTitle{
	font-family: 'Rock Salt', cursive;
	font-size: 20px;
	font-weight: bold;
}

.pageVisual h2{
	font-size: 65px;
	font-weight: bold;
	margin-top: -20px;
}

.hd_pvBg{background-image: url(../images/hd_pv_bg.jpg);}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.hdTit_area{width: 90%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.pageVisual{
	height: 400px;
	margin-bottom: 70px;
}

.hdTit_area{margin: 100px auto 0;}
.pageTitle{font-size: 20px;}
.pageVisual h2{font-size: 50px;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.pageVisual{
	height: 280px;
	margin-bottom: 50px;
}

.hdTit_area{margin: 50px auto 0;}
.pageTitle{font-size: 16px;}
.pageVisual h2{
	font-size: 35px;
	margin-top: 0px;
	line-height: 1.2;
}
}


/*-------------------------------------------------------------------
　MAIN TITLE
-------------------------------------------------------------------*/
.mainTit{
	width: 1200px;
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0;
	margin: 0 auto 50px;
	text-align: center;
	border-radius: 15px;
}

.tit_bg01{background: #FA5444;}
.tit_bg02{background: #27BEA2;}

.itemTit{
	font-size: 40px;
	font-weight: bold;
	color: #0068B7;
	line-height: 1.3;
	margin-bottom: 15px;
	text-align: left;
}

.itemTit span{
	font-size: 25px;
	margin: 0 0 0 15px;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.mainTit{width: 90%;}

.itemTit{
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 15px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.itemTit span{
	font-size: 20px;
	margin: 0 0 0 15px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.mainTit{
	font-size: 42px;
	line-height: 1.3;
	margin: 0 auto 30px;
	padding: 10px 0;
}

.itemTit{
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 15px;
	text-align: center;
}

.itemTit span{
	display: block;
	font-size: 16px;
	margin: 5px 0 0 0;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.mainTit{
	width: 85%;
	font-size: 25px;
	margin: 0 auto 30px;
}

.itemTit{
	font-size: 23px;
	line-height: 1.3;
	margin-bottom: 15px;
}
}

/*-------------------------------------------------------------------
　玉掛け
-------------------------------------------------------------------*/
.itemBox{
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0 0;
}

.item_ph{width: 520px;}
.item_ph img{border-radius: 10px;}
.item_det{width: 600px;}

.item_det h5{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 5px;
}

dl.recording{
	width:100%;
	margin:15px 0 0 0;
	display:flex;
	flex-wrap:wrap;
	border-bottom: 1px solid #CCC;
}

dl.recording dt{
	width:20%;
	background: #F3F3F3;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCC;
	text-align: center;
	box-sizing:border-box;
	font-weight: bold;
}

dl.recording dd{
	width:77%;
	padding:0 0 0 3%;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCC;
	box-sizing:border-box;
	font-weight: bold;
}

dl.recording dd span{
	display: block;
	font-size: 18px;
	line-height: 1.4;
	padding-bottom: 2%;
	font-weight: normal;
}

.notes{
	font-size: 18px;
	margin: 25px 0 25px 0;
	line-height: 1.6;
}

.dvdPri{
	font-size: 30px;
	font-weight: bold;
	color: #FA5444;
}

.item_orderBtn{
	width: 450px;
	text-align: center;
	font-weight: bold;
	margin: 30px 0 0 0;
	border-radius: 50px;
	background: #FA5444;
}

.item_orderBtn2{
	width: 450px;
	text-align: center;
	font-weight: bold;
	margin: 100px auto 0;
	border-radius: 50px;
	background: #FA5444;
}

.item_orderBtn a,
.item_orderBtn2 a{
	display: block;
	color: #FFF;
	padding: 15px 0;
	border-radius: 50px;
}

.item_orderBtn a:hover,
.item_orderBtn2 a:hover{
	text-decoration: none;
	background: #FA6A5C;
	color: #FDFC2E;
}

.youtubu {
  position: relative;
  width:100%; /* 横幅は100%で固定 */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

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

.digest_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	margin: 70px 0 0 0;
	border:0px solid red;
}

.digestBox{
	width: 48%;
	box-sizing: border-box;
	border:0px solid #000;
}

.digestBox:not(:nth-child(2n+2)) {
  margin-right: 4%;
}

.digestBox:nth-child(n+3) {
  margin-top: 70px;
}

.digestBox h5{
	width: 100%;
	background: #0068B7;
	font-size: 25px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
}

.digestTx{
	font-size: 20px;
	line-height: 1.5;
	margin-top: 15px;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.item_ph{width: 40%;}
.item_det{width: 55%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.item_ph{width: 38%;}
.item_det{width: 58%;}

.item_det h5{
	font-size: 23px;
	margin-bottom: 5px;
}

.notes{
	font-size: 16px;
	margin: 25px 0 25px 0;
	line-height: 1.6;
}

.dvdPri{font-size: 25px;}

.item_orderBtn{
	width: 80%;
	margin: 30px 0 0 0;
}

.digestBox h5{
	font-size: 23px;
	padding: 8px 0;
	line-height: 1.4;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.itemBox{
	flex-direction: column;
	margin: 30px 0 0 0;
}

.item_ph{
	width: 80%;
	margin: 0 auto 30px;
}

.item_det{width: 100%;}
.item_det h5{font-size: 20px;text-align: center;}
.dvdPri{font-size: 23px;}

dl.recording{
	width:100%;
	flex-direction: column;
	border-bottom: 1px solid #CCC;
}

dl.recording dt{
	width:100%;
	text-align: left;
	font-weight: bold;
	padding: 1% 0 1% 5%;
}

dl.recording dd{
	width:100%;
	padding: 3% 0 3% 5%;
}

dl.recording dd span{
	display: block;
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 2%;
}

.item_orderBtn{
	width: 60%;
	margin: 30px auto 0 auto;
}

.item_orderBtn2{
	width: 60%;
	margin: 70px auto 0;
}

.digest_wrap{
	flex-direction: column;
	flex-wrap: wrap;
	align-items: top;
	margin: 30px 0 0 0;
	border:0px solid red;
}

.digestBox{
	width: 100%;
	margin-bottom: 30px;
	border:0px solid #000;
}

.digestBox:not(:nth-child(2n+2)) {margin-right: 0%;}
.digestBox:nth-child(n+3) {margin-top: 0px;}
.digestBox:last-child{margin-bottom: 0;}

.digestBox h5{
	font-size: 20px;
	padding: 8px 0;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
dl.recording dt{
	text-align: center;
	padding: 1% 0 1% 0%;
}

.item_orderBtn{
	width: 90%;
	margin: 30px auto 0 auto;
}

.item_orderBtn2{
	width: 90%;
	margin: 60px auto 0;
}
}

/*-------------------------------------------------------------------
　ご注文方法について
-------------------------------------------------------------------*/
.guideBox{
	margin-bottom: 40px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #B8B6B6;	
}

.guideBox:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px dashed #B8B6B6;	
}

.guideBox h4{
	font-size: 30px;
	font-weight: bold;
	color: #27BEA2;
	margin-bottom: 5px;
	line-height: 1.4;
}

.orderBtn{
	width: 450px;
	text-align: center;
	font-weight: bold;
	margin: 30px 0 0 0;
	border-radius: 50px;
	background: #FA5444;
}

.orderBtn a{
	display: block;
	color: #FFF;
	padding: 15px 0;
	border-radius: 50px;
}

.orderBtn a:hover{
	text-decoration: none;
	background: #FA6A5C;
	color: #FDFC2E;
}

.tel{
	font-family: 'Manrope', sans-serif;
	font-size: 55px;
	font-weight: bold;
	color: #FA5444;
}

.tel i{
	font-size: 45px;
	margin-right: 15px;
}

.tel a{color: #FA5444;}

ul.txList{
	margin:0;
	padding:0 0 0 10px;
}

ul.txList li{
	margin:0 0 0 20px;
	padding:0;
	list-style-type:disc;
}

.transfer{
	font-weight: bold;
	margin-bottom: 5px;
}

.transfer span{
	font-weight: normal;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.orderBtn{
	width: 50%;
	margin: 30px 0 0 0;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.guideBox h4{
	font-size: 25px;
	margin-bottom: 5px;
}

.orderBtn{
	width: 70%;
	margin: 30px 0 0 0;
}

.tel{font-size: 45px;}

.tel i{
	font-size: 35px;
	margin-right: 15px;
}


}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.guideBox h4{
	font-size: 22px;
	margin-bottom: 5px;
}

.orderBtn{
	width: 90%;
	margin: 30px auto 0;
}

.tel{font-size: 35px;}

.tel i{
	font-size: 25px;
	margin-right: 15px;
}
}


/*-------------------------------------------------------------------
　注文フォーム
-------------------------------------------------------------------*/
.contMi{
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.thanksTB {
	width: 100%;
	border: 1px solid #707070;
	border-collapse: collapse;
	border-spacing: 0;
	margin:30px auto 0;
	box-sizing: border-box;
}

.thanksTB th {
	width: 240px;
	font-weight: bold;
	padding: 15px 15px 15px 50px;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #707070;
	background-color: #E5E5E5;
	text-align: left;
	box-sizing: border-box;
}

.thanksTB td {
	padding: 15px 20px 15px 50px;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color: #707070;
	text-align:left;
	box-sizing: border-box;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.thanksTB th {
	width: 200px;
}

.thanksTB td {
	padding: 15px 20px 15px 30px;
	border-width:1px 0px 0px 0px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.contMi{
	font-size: 35px;
	margin-bottom: 30px;
}

.thanksTB {
	border: 0px solid #707070;
}

.thanksTB th {
	display: block;
	width: 100%;
	border-width: 1px 0px 0px 0px;
	padding: 15px 15px 15px 20px;
}

.thanksTB td {
	display: block;
	padding: 15px 20px 15px 20px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.contMi{
	font-size: 25px;
	line-height: 1.4;
}
}






