@charset "utf-8";
/* Color ※サイトの色変更 */
body {
	background-color: #fbe0e4;
}
.bg_color {
	background-color: #b69ad4!important;
}
.bg_color2 {
	background-color: #fbe0e4!important;
}
.border_color {
	border-color: #b69ad4!important;
}
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
body {
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-image: url("../img/bg_body.png");
	background-position: center center;
	/*background-repeat: no-repeat;*/
	background-size: 24px;
	background-attachment: fixed;
}
img{
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight: normal; 
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
address{
	font-style: normal;
}
a{
	transition: all 0.3s;
}
a:hover{
	opacity: 0.5;
}
/*共通スタイル*/
.d_flex {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.fas {
	margin-right: 10px;
}
#wrap{
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	box-sizing: border-box;
	background-color:rgba(255,255,255,1.00);
	background-image: url("../img/bg_wrap.svg"), url("../img/bg_wrap2.svg");
	background-position: top center, bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	border-top: 10px solid;
}
header #header{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 30px;
}
section{
	text-align: center;
	margin-bottom: 30px;
}
section .top_txt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
section h2 {
	width: calc(100% - 60px);
	margin: 0 auto;
	color:#fff;
	padding: 10px;
	font-size: 18px;
}
#contents {
	align-items: flex-start;
}
.left_box {
	width:50%;
	padding: 30px 15px 30px 30px;
	box-sizing: border-box;
}
.left_box figure {
	border:3px solid;
}
.right_box {
	width:50%;
	padding: 30px 30px 30px 15px;
	box-sizing: border-box;
}
.right_box h3 {
	font-size: 18px;
	color:#fff;
	padding: 5px;
}
.right_box .bg_gray {
	background: #fef8f9;
	border:3px solid;
	padding: 30px;
}
.right_box .box:nth-of-type(1)  .bg_gray{
	margin-bottom: 30px;
}
.right_box .bg_gray h4 {
	color:#333;
	padding: 5px;
	font-weight: bold;
	border-bottom: 2px solid;
}
.right_box .bg_gray p {
	text-align: left;
}
.right_box .bg_gray .search_box {
	background: #fff;
	border-radius: 10px;
	padding: 5px 10px;
	text-align: left;
	max-width: 300px;
	width:100%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.fa-search {
	color:#999999;
}
.right_box .bg_gray .item1 {
	margin-bottom: 20px;
}
.right_box .bg_gray figure {
	width:50%;
}
.right_box .bg_gray figure:nth-of-type(2) {
	padding: 20px;
	box-sizing: border-box;
}
footer{
	text-align: center;
}
footer #return_bt{
	display: inline-block;
	margin-bottom: 50px;
}
footer #return_bt a{
	display: block;
	padding: 20px;
	color: #fff;
}
#copyright{
	padding: 10px 0;
}
.apl_txt{
    padding:20px;
}

/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
body {
	font-size: 14px;
}
#wrap{
	width: 100%;
	border-top: 10px solid;
}
}
/*ここからスマートフォン用（700px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
	.sphide{
		display: none!important;
	}
	.pchide{
		display: block!important;
	}
header #header{
	max-width: 300px;
}
section .top_txt {
	font-size: 16px;
}
section h2 {
	width: calc(100% - 50px);
	font-size: 16px;
}
#contents {
	align-items: flex-start;
}
.left_box {
	width:100%;
	padding: 30px 15px;
}
.right_box {
	width:100%;
	padding: 30px 15px;
}
.right_box h3 {
	font-size: 16px;
}
.right_box .bg_gray {
	padding: 20px;
}
.right_box .bg_gray figure {
	width:80%;
	margin-top: 20px;
}
.right_box .bg_gray figure:nth-of-type(2) {
	width:50%;
	padding: 0;
	margin-bottom: 20px;
}
.apl_txt{
    text-align:left;
}
}










