@charset "UTF-8";
@media (min-width: 910px) {
  .onlySp {display: none; } }
@media (max-width: 910px) {
  .onlyPc {display: none; } }

*{
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: 200;
	line-height: 1.9;	
}

/* Body */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF8F2;
	min-width:320px;
	font-feature-settings: 'palt';
	letter-spacing:0.03em;
}
img{
	max-width: 100%;
	height: auto;
	border:none;
}
a{
	text-decoration:none;
	color:#000;
}
.clear{
	clear:both;
	width:100%;
	height:1px;
}
strong{
	background: linear-gradient(transparent 60%, #f2d6ec 0%); 
	background: linear-gradient(transparent 60%, #f9ff60 0%); 
}
em{
	font-style:italic;

}

sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.2em;
}
sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}

/* SP */
#container{
	width: 100%;
    padding: 0;
    margin: 0;
}
#frame_border{
	width: 100%;
    padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #fff;
	border-radius: 12px;
    box-sizing: border-box;
    background: #fff;
}
#frame_inner{
	width: 100%;
    padding: 10px;
	margin: 0 auto;
	border: 2px dotted #F5881A;
	border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
}
#contents{
	width: 100%;
	margin: 0 auto;
}
h1{
    padding: 0;
    margin: 0 0 10px 0;
}
p{
    color: #494949;
    font-size: 15px;
    line-height: 160%;
    padding: 5px 0;
}
p.subtxt{
    color: #494949;
    text-align: left;
    font-size: 13px;
    line-height: 180%;
    padding: 20px 0 0 0;
}
h2 {
    position: relative;
    width: 100%;
    margin: 30px 0 5px 0;
    padding: 0;
    text-align: center;
}
.title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 52%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

    font-size: 20px;
    color: #F6901C;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 120%;
}
h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #ACABA2;
}
h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    border-bottom: 1px solid #F6901C;
}
h2.title01 {
    min-height: 50px;
    background: url("../img/taitle_sp1.png") no-repeat;
    background-position: bottom 0 left 0;
    background-size: auto 50px;
}
h3 {
    position: relative;
    margin: 20px 0 5px 0;
    padding: 2px 0 2px 10px;
    font-size: 20px;
    color: #F6901C;
    text-align: left;
    line-height: 120%;
    
    border-left: 12px solid #FFEEE5;
}
h4 {
    position: relative;
    margin: 20px 0 5px 15px;
    padding: 2px 0 2px 22px;
    font-size: 18px;
    color: #494949;
    text-align: left;
    line-height: 120%;
}
h4:before {
	content:"";
	display:block;
	position:absolute;
    left: 0;
    top: 6px;
    
	width: 11px;
	height: 5px;
	border-left: 4px solid #F6901C;
	border-bottom: 4px solid #F6901C;
	transform: rotate(-30deg);
}
.h3txt{
    padding: 5px 0px 5px 22px!important;
}
.h4txt{
    padding: 5px 0px 5px 38px!important;
}
.slideArea{
	width: 100%;
	margin: 10px auto 30px;
    padding: 0 10px;
    box-sizing: border-box;
}
.slideAreaR{
	width: 80%;
	margin: 10px auto 30px;
    padding: 0 10px;
    box-sizing: border-box;
}
.slideArea p{
    padding: 0;
    margin: 0;
}
.slideArea .slide{
	width: 100%;
    height: auto;
}
.slideArea .loupe{
	display: block;
	width: 30px;
	height: 30px;
	margin:-30px 0 0 auto;
}
.slideAreaR p{
    padding: 0;
    margin: 0;
}
.slideAreaR .slide{
	width: 100%;
    height: auto;
}
.slideAreaR .loupe{
	display: block;
	width: 30px;
	height: 30px;
	margin:-30px 0 0 auto;
}
#maruho{
	width: 100%;
    padding: 0 10px;
	margin: 20px 0;
    box-sizing: border-box;
}
#footer{
	width: 100%;
    text-align: center;
    background: #F8AD60;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
}

/* PC */
@media print, screen and (min-width:910px) {
.onlySp{
	display: none;
}
.onlyPc{
	display: inherit;
}
#frame_border{
	width: 910px;
    padding: 5px;
	margin: 50px auto 25px;
	border: 1px solid #fff;
	border-radius: 12px;
    box-sizing: border-box;
    background: #fff;
}
#frame_inner{
	width: 100%;
    padding: 30px 0 30px 0;
	margin: 0 auto;
	border: 2px dotted #F5881A;
	border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
}
#contents{
	width: 800px;
	margin: 0 auto;
}

h1{
    padding: 0;
    margin: 0 0 20px 0;
}
p{
    color: #494949;
    font-size: 17px;
    line-height: 180%;
    padding: 10px 0;
}
p.subtxt{
    color: #494949;
    text-align: left;
    font-size: 14px;
    line-height: 180%;
    padding: 40px 0 0 0;
}
h2 {
    position: relative;
    width: 800px;
    margin: 50px 0 5px 0;
    padding: 0;
    text-align: center;
}
.title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

    font-size: 30px;
    color: #F6901C;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 120%;
}
h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 800px;
    border-bottom: 1px solid #ACABA2;
}
h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 135px;
    border-bottom: 1px solid #F6901C;
}
h2.title01 {
    min-height: 75px;
    background: url("../img/taitle1.png") no-repeat;
    background-position: bottom 0 left 20px;
    background-size: auto 75px;
}
h3 {
    position: relative;
    margin: 40px 0 5px 0;
    padding: 2px 0 2px 15px;
    font-size: 28px;
    color: #F6901C;
    text-align: left;
    line-height: 120%;
    
    border-left: 18px solid #FFEEE5;
}
h4 {
    position: relative;
    margin: 20px 0 5px 36px;
    padding: 2px 0 2px 35px;
    font-size: 25px;
    color: #494949;
    text-align: left;
    line-height: 120%;
}
h4:before {
	content:"";
	display:block;
	position:absolute;
    left: 0;
    top: 8px;
    
	width: 20px;
	height: 6px;
	border-left: 4px solid #F6901C;
	border-bottom: 4px solid #F6901C;
	transform: rotate(-30deg);
}
.h3txt{
    padding: 5px 0px 5px 33px!important;
}
.h4txt{
    padding: 5px 0px 5px 72px!important;
}
.slideArea{
	width: 750px;
	margin: 10px auto 30px;
    padding: 0;
}
.slideAreaR{
	width: 650px;
	margin: 10px auto 30px;
    padding: 0;
}
.slideArea p{
    padding: 0;
    margin: 0;
}
.slideAreaR p{
    padding: 0;
    margin: 0;
}
.slideArea .slide{
	width: 100%;
    height: auto;
}
.slideArea .loupe{
	display: block;
	width:40px;
	height:40px;
	margin:-40px 0 0 auto;
}
.slideAreaR .slide{
	width: 100%;
    height: auto;
}
.slideAreaR .loupe{
	display: block;
	width:40px;
	height:40px;
	margin:-40px 0 0 auto;
}
#maruho{
	width: 910px;
    padding: 30px 0 20px 0;
	margin: 20px auto;
    box-sizing: border-box;
}
#footer{
	width: 100%;
    text-align: center;
    background: #F8AD60;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}

}
@media print, screen and (max-width:380px) {
.title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 55%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

    font-size: 18px;
    color: #F6901C;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 120%;
}
}
@media print, screen and (max-width:280px) {
.title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 55%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

    font-size: 14px;
    color: #F6901C;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 140%;
}
}