/* =================================
	TOP CSS
================================= */

/*	main_image
============================== */
.main_image{
	text-indent:110%;white-space:nowrap;overflow:hidden;
	 background-size: cover; -webkit-background-size: cover;
	box-sizing: border-box;
}
@media all and (min-width: 768px) {
.left_area{
	position: relative;
}
.main_image_area2{
	height: 347px;
}
.main_image_area{
	width: 649px;
	height: 347px;
	background-image:url(../img/main_image_bg.jpg);
	position: absolute;
	left: -21px;
	top: 0px;
}
.main_image{
	width: 500px;
	height: 300px;
	box-shadow:4px 4px 0px 0px rgba(0,0,0,0.2);
	margin:0 0 30px 66px;
	border:3px solid #000;
}
}
@media all and (max-width: 767px) {
.main_image_area2{
	margin-top:15px;
}
.main_image{
	background-repeat: no-repeat;
	background-size: contain;
	height:0;
	margin:0 0 20px;
	display: block;
	padding-top: 60%;
	box-shadow:4px 4px 0px 0px rgba(0,0,0,0.2);
}
}

/*	area
============================== */
.mini_tit{
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
.mini_tit1{
	background-image:url(../img/top_parts.png);
}
.mini_tit2{
	background-image:url(../img/top_parts.png);
}
.box{
	margin-bottom: 30px;
	line-height: 1.8;
}
.box b{
	font-size: 110%;
}
@media all and (min-width: 768px) {
.mini_tit{
	margin: 18px 0 18px;
}
.mini_tit1{
	width: 197px;
	height: 29px;
	background-position: 0 0;
}
.mini_tit2{
	width: 197px;
	height: 29px;
	background-position: 0 -29px;
}
}
@media all and (max-width: 767px) {
.mini_tit{
	margin: 18px 0 18px;
}
.mini_tit1{
	/* 0.9pxのサイズ */
	width: calc(197px * 0.9);
	height: calc(29px * 0.9);
	background-position: 0 0;
	background-size: calc(1000px * 0.9) calc(1000px * 0.9);
}
.mini_tit2{
	/* 0.9pxのサイズ */
	width: calc(197px * 0.9);
	height: calc(29px * 0.9);
	background-position: 0 calc(-29px * 0.9);
	background-size: calc(1000px * 0.9) calc(1000px * 0.9);
}
}

/*	akatei_box
============================== */
.akatei_tit{
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
.text_area{
	line-height: 1.7;
}
.obi{
	background-color: #f46c42;
	border-left: 6px solid #fb9576;
	border-right: 6px solid #fb9576;
}
.obi span{
	color: #fff;
	margin: 0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
}
@media all and (min-width: 768px) {
.akatei_box{
	background-image:url(../img/akatei_bottom.png),url(../img/akatei_center.png);
	background-repeat: no-repeat,repeat-y;
	background-position: bottom,top;
	margin-top:30px;
}
.akatei_tit{
	background-image:url(../img/akatei_top.png);
	background-repeat:no-repeat;
	background-position:top;
	width: 603px;
	height: 81px;
}
.text_area{
	padding:0 40px 35px;
}
.text_area .boshu_text{
	text-align: center;
}
.obi{
	text-align: center;
	margin: 20px auto 15px;
	padding: 5px 0;
}
.obi span{
	font-size: 120%;
	padding: 10px 20px;
}
.top_border{
	border-top: 2px solid #000;
	margin: 38px 0 0;
	padding: 20px 0 0;
}
}
@media all and (max-width: 767px) {
.akatei_box{
	margin: 0 0;
	background-image:url(../img/smp/akatei_bg.jpg);
	width:96%;
	border:3px solid #000;
	outline: 1px solid #000; /* 線幅、線のスタイル、カラー */
	outline-offset: -8px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
	padding:2%;
}
.akatei_tit{
	background-image:url(../img/smp/akatei_tit.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	width: 270px;
	height: 160px;
}
.text_area{
	padding:0 20px 35px;
}
.text_area .boshu_text{
	text-align: center;
}
.obi{
	text-align: left;
	margin: 5px auto 15px;
	padding: 10px 15px;
	line-height: 1.5;
}
.obi span{
	font-size: 110%;
}
}

/*	btn-basic2
============================== */
p.btn_basic a{
    background-image:url(../img/btn_bg.png);
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    box-shadow: 0 6px 0 #156b3f, 0 12px 0 rgba(0,0,0,0.2);
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    position: relative;
    border-top:1px solid #fae8b4;
    font-weight: bold;
    /*text-shadow:1px 1px 0px #f9e3a5;*/
    padding:10px 0 10px;
    border-radius: 20px;
}
p.btn_basic a::before {
  	content: '';
  	width: 10px;
  	height: 10px;
  	border: 0px;
  	/*border-top: solid 2px #fff7e0;
  	border-right: solid 2px #fff7e0;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);*/
  	position: absolute;
  	top: 50%;
  	left: 10px;
  	margin-top: -4px;
}
p.btn_basic a:hover {
	background-color: #e9bc41;
	box-shadow: 0 3px 0 #156b3f, 0 6px 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
@media all and (min-width: 768px) {
p.btn_basic a{
	margin: 20px auto 20px;
	width: 300px;
    height: 50px;
    line-height:1.5;
    font-size: 110%;
}
}
@media all and (max-width: 767px) {
p.btn_basic{
	margin: 0 15px;
}
p.btn_basic a{
	margin: 30px auto 30px;
	/*width: 270px;*/
    height: 45px;
    line-height:1.4;
    font-size: 110%;
}
}

/*	rinji_pre (臨時)
============================== */
.rinji_pre{
	background: rgba(255,255,255,0.7);
	line-height: 1.7;
}
.rinji_pre h3{

}
.pre_pic{
	width: 135px;
	height: 160px;
	box-shadow: 4px 4px #a08b77;
	margin: 20px auto 0;
	background-color: #666;
}
@media all and (min-width: 768px) {
.rinji_pre h3{
	background-image:url(../img/rinji_present/rinji_pre_h_pc.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	margin:15px auto 0;
	padding-top: 42.1227%;
}
.rinji_pre_in{
	padding: 25px;
}
}
@media all and (max-width: 767px) {
.rinji_pre{
	margin-bottom: 20px;
}
.rinji_pre h3{
	background-image:url(../img/rinji_present/rinji_pre_h_smp.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	margin:15px auto 0;
	padding-top: 89.855%;
}
.rinji_pre_in{
	padding: 15px 15px 20px;
}
}
