@charset "utf-8";


/* !contents
---------------------------------------------------------- */
body{
	font-family: 'Noto Sans JP', sans-serif;;
}
#header{
	background: #0c044e;
	padding: 10px 0;
}
#header p{
	font-size: 18px;
	font-weight: 700;
	padding-top: 7px;
	color: #fff;
	float: right;
}
.main {
	margin-top: 65px;
	position: relative;
	padding: 0px;
	height: auto;
}
.main .in{
	padding: 20px 0 0px;
}
.main h2{
	background: url(../images/main_omise_bg.png) no-repeat;
    background-position: center;
    background-size: 100%;
	padding: 10px 0 10px 10px;
	color: #fff000;
	font-size: 37px;
	letter-spacing: -0.2rem;
    font-weight: 500;
	font-style: italic;
	text-align: center;
}
.main h2 img{
	width: 300px;
	vertical-align: text-top;
	padding-top: 2px;
}
.main .medal {
	background: url(../images/main_medal.png) no-repeat;
	background-position: center;
	width: 160px;
	height: 160px;
	position: absolute;
	bottom: 20px;
	right: 0;
}
.main .medal p{
	text-align: center;
    font-weight: 700;
    font-size: 30px;
    padding: 30px 0 0;
    color: #e6b133;
}
.main_items .in{
	padding: 0px;
}
.main_items {
	/*background: #fff;*/
	padding: 0px;
	position: relative;
}

.main_items ul {
	text-align: center;
}
.main_items ul li{
	display: inline-block;
	width: 24%;
	padding-left: 7px;
}


/* !2nd
---------------------------------------------------------- */
.price .in{
	position: relative;
	padding: 30px 0;
}
.price .textarea {
    width: auto;
    padding: 0;
    box-sizing: border-box;
}
.price .imgarea {
    width: 250px;
	margin-left: 30px;
	position: absolute;
    bottom: 0px;
    right: 0px;
}


/* !3rd
---------------------------------------------------------- */
.cta .btns p{
	color: #fff;
	font-size: 21px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: -0.01rem;
	padding-right: 20px;
}

/* !4th
---------------------------------------------------------- */
.result h2:before {
	background: none;
}

/* !cta_fix
---------------------------------------------------------- */
.cta_fix {
	background: #f0f0f0;
	padding: 0px 0 40px;
}
.cta_fix .in {
	padding-top: 0px;
}
.cta_fix h2{
	background: url(../images/cta_fix_ttl_bg.png) repeat;
    background-position: center;
    /*background-size: 82%;*/
    padding: 10px 0;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 8px #000;
}
.cta_fix .cta_left{
	display: inline-block;
	width: 45%;
	margin-right: 20px;
	vertical-align: top;
	font-weight: 700;
	position: relative;
}
.cta_fix .cta_left h3{
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px;
}
.cta_fix .cta_left h3::before{
	content: '';
	background: url(../images/hukidashi_right.png) no-repeat;
	width: 55px;
    height: 70px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.cta_fix .cta_left h3::after{
	content: '';
	background: url(../images/hukidashi_left.png) no-repeat;
	width: 55px;
    height: 70px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
.cta_fix .cta_left p.komono{
	font-size: 11px;
	margin-top: 5px;
	text-align: left;
}
.cta_fix .cta_tel p{
	background: #000;
	padding: 5px 0;
	color: #fff;
	margin-top: 10px;
}
.cta_fix .cta_right{
	display: inline-block;
	width: 50%;
	height: 300px;
    border: 3px solid #df9e17;
}
.cta_last .in{
	padding-top: 40px;
}


/* !footer
---------------------------------------------------------- */
footer {
	background: #000;
	padding: 30px 0;
	color: #fff;
	text-align: center;
}
footer p.link{
	margin-bottom: 20px;
	text-decoration: underline;
}
footer p.copy{
	margin-top: 20px;
	font-size: 11px;
}

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

/* !main
---------------------------------------------------------- */
#header {
    padding: 15px 0 10px;
}
#header p{
	font-size: 20px;
	float: none;
	text-align: center;
}
.main {
    background: url(../images/main_bg_sp.jpg) top;
    background-size: cover;
	height: auto;
	margin-top: 90px;
}
.main .in {
    padding: 30px 0 30px;
}
.main h2{
	background: url(../images/main_omise_bg.png) no-repeat;
    background-position: center;
	background-size: cover;
	text-align: center;
	font-size: 24px;
	line-height: 26px;
    padding: 20px 0px 20px;
}
.main .medal {
    background: url(../images/main_medal.png) no-repeat;
    background-position: center;
    background-size: 80%;
	position: absolute;
	width: 120px;
	height: 120px;
    top: -10px;
    right: -5px;
}
.cta .btns p {
	text-align: center;
	margin: 0 auto 20px;
	padding-right: 0;
}
.main .medal p {
	font-size: 15px;
	font-weight: 700;
    padding: 30px 0 0;
}
.main_items ul li {
    display: inline-block;
    width: 49%;
    padding-left: 0px;
}

/* !2nd
---------------------------------------------------------- */
.cta_fix .cta_left{
	display: inline-block;
	width: 100%;
}
.cta_fix .cta_right{
	display: inline-block;
	width: 100%;
}
.cta_fix h2 {
	padding: 20px;
	text-align: center;
}
.cta_fix .cta_right {
	height: 150px;
}
.cta_fix .cta_left h3 {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 20px;
}
.cta_fix .cta_tel p {
	text-align: center;
}
.cta_fix .cta_left p.komono {
    margin-bottom: 5px;
}

.price .imgarea {
    width: 100px;
    margin-left: 30px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.voice h2 {
    text-align: center;
}
}





.voice .voice_con h3{
	font-weight: 500;
}
.result .result_con {
	width: 230px;
}


/* !omiseブロック追加
---------------------------------------------------------- */
.omise_comment{
	margin-bottom: 40px;
}
.omise_comment .omise_owner {
	width: 38%;
	display: inline-block;
	vertical-align: top;
  margin-top: 60px;
}
.omise_comment .comment_block{
	background: #0c044e;
	padding: 20px 20px;
	border-radius: 10px;
	text-align: left;
	width: 57%;
	display: inline-block;
	margin-top: 20px;
	position: relative;
}
.omise_comment .comment_block .white_area {
	background: #fff;
	padding: 5px 10px;
	color: #0c044e;
}
.omise_comment .comment_block h3 {
	font-size: 22px;
	display: inline-block;
    font-style: italic;
    width: 30%;
}
.omise_comment .comment_block h4{
	text-align: right;
	font-size: 1.6rem;
    display: inline-block;
    width: 68%;
}
.omise_comment .comment_block::after{
	content: "";
	background: url(../images/omise_hukidashi.png) no-repeat;
	position: absolute;
	top: 180px;
    left: -100px;
    z-index: 0;
    width: 100px;
    height: 75px;
}
.omise_comment .comment_block p{
	color: #fff;
	font-size: 14px;
	line-height: 2.4rem;
	margin: 10px 0;
}
.omise_comment .comment_block p span{
	color: #f3e800;
	font-weight: 700;
}
.omise_comment .comment_block .comment_omise_img{
	margin: 0 auto;
}
.omise_comment .comment_block .comment_omise_img img{
	padding-left: 0px;
	width: calc((98% - 20px) / 2);
	border: 3px solid #df9e17;
	box-sizing: border-box;
}
.omise_comment .comment_block .comment_omise_img img:nth-child(2){
	margin-left: 20px;
}

span.isoge{
	font-style: italic;
	color: #f3e800;
	padding-right: 10px;
}

@media screen and (max-width: 768px) {
	.main .in {
		padding: 30px 0 0px;
	}
	.main h2 img {
		width: 65%;
		vertical-align: text-top;
		padding-top: 2px;
	}
	.main_items .in{
		padding: 0px;
	}
	.cta_fix h2 {
		background: url(../images/cta_fix_ttl_bg.png) repeat;
		background-size: unset;
		font-size: 2.2rem;
		line-height: 2.5rem;
		padding: 15px 0;
	}
	.omise_comment .omise_owner {
		width: 80%;
		margin: 0 30px;
	}
	.omise_comment .comment_block{
		width: 100%;
		margin-top: 0px;
	}
	.omise_comment .comment_block::after{
		background: none;
	}
	.omise_comment .comment_block {
		padding: 0px 0px 20px;
	}
	.omise_comment .comment_block h3,
	.omise_comment .comment_block p,
	.omise_comment .comment_block .comment_omise_img {
		margin: 0 20px;
	}
	.omise_comment .comment_block p{
		margin: 10px 20px;
	}
	.omise_comment .comment_block .comment_omise_img img{
		padding-left: 0px;
		width: calc((100% - 28px) / 2);
	}
	.omise_comment .comment_block .comment_omise_img img:nth-child(2){
		padding-left: 0px;
	}
	.omise_comment .comment_block .white_area {
		border-radius: 10px 10px 0px 0px;
	}
	.omise_comment .comment_block h3 {
		width: 90%;
		text-align: center;
	}
	.omise_comment .comment_block h4{
		text-align: center;
		width: 100%;
	}
}


.main h2 {
	margin-bottom: 20px;
	margin-right: 50px
}
.main .No_1 {

}
.main .No_1 img.JMR {
	position: absolute;
	top: 0px;
	right: -20px;
	width: 120px;
}
.main .No_1 img.rakuten {
	position: absolute;
	top: 0px;
	right: 80px;
	width: 120px;
}
.main ul.itemlist {
	font-size: 12px;
	padding-bottom: 0px;
}
.main ul {
	font-size: 12px;
	padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
	#header {
		text-align: left;
	}
	#header p{
		text-align: left;
		padding-top: 10px;
		font-size: 1.2rem;
	}
	.main ul {
		font-size: 12px;
		padding-bottom: 10px;
		color: #fff;
		text-shadow: 0px 0px 4px #000;
	}
	.main .No_1 img.JMR {
		position: absolute;
		top: 30px;
		right: 10px;
    	width: 90px;
	}
	.main .No_1 img.rakuten {
		position: absolute;
		top: 30px;
		right: 80px;
    	width: 90px;
	}
	.main h2{
		font-size: 15px;
		text-align: left;
		padding: 20px;
	}
	.main .medal {
		width: 140px;
		height: 140px;
		top: -90px;
	}
	.main h2 img{
		width: 50%;
	}
	.main .medal p{
		font-size: 21px;
	}
	.main .chusyaku{
		margin-top: 10px;
	    background: rgba(0,0,0,0.5);
	}
	.main .chusyaku .in{
	    padding: 10px;
	}

}

.cta_fix .cta_tel p.tel_announce {
	padding: 20px;
	font-size: 18px;
	background-color: #0c044e;
	border-radius: 10px;
}