@charset "utf-8";
/*====Menu all====*/
.open_head_menu{
	width: 1000px;
	margin:auto;
	min-width:1090px;
	padding: 10px 0px;
	margin-bottom: 10px;
	background: #e8e6c6;
	box-shadow: 0px 8px 14px -8px #d87a73;
	margin-top: 10px;
}
.open_head_menu ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.open_head_menu ul li{
	display:inline-block;
}
.open_head_menu ul li a{
	/* width: 178px; */
	text-align: center;
	padding: 11px 46px;
	margin:0px 2px;
	color: #333;
	display:block;
	text-decoration:none;
	font-size: 18px;
	box-shadow: 0px 8px 14px -8px #b03d34;
	/* border-bottom: 5px solid #fff; */
	background: #fdb2ad;
	/* border: 4px double; */
	/* border-bottom: 2px double; */
	/* border-radius: 10px; */
}
.open_head_menu ul li a:hover{
	background: #91bfb8;
	color: #FFF;
}

.foot_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.foot_nav ul li{
	display:inline-block;
	position:relative;
}
.foot_nav ul li:after{
	position:absolute;
	/* content:"✇"; */
	top:12px;
	left:0;
	color: #ffffff;
}
.foot_nav ul li a{
	display:block;
	padding: 10px 19px;
	font-size: 13px;
	margin: 4px 0px;
}
.side_style_box_nav{
	margin-bottom:15px;
}
.side_style_box_nav ul{
	list-style-type:none;
}
.side_style_box_nav ul li{
	display:block;
}
.side_style_box_nav ul li a{
	display:block;
	padding: 8px 0px;
	color: #ffffff;
	text-decoration:none;
	text-align:center;
	margin-bottom: 4px;
	background: #758d6d;
	border-bottom: 4px double #fff;
}
.side_style_box_nav ul li a:hover{
	background: #45587a;
	color: #F6F6F6;
}

@media screen and (max-width:480px){
.open_head_menu{
	width:100%;
	min-width:100%;
}
.open_head_menu ul{
	display:block;
	margin:0px;
	padding:0px;
}
.open_head_menu ul li{
	width:100%;
	display:block;
}
.open_head_menu ul li a{
	width: auto;
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
	/* width: 100%; */
	border: 1pz solid;
}

.foot_nav ul{
	display:block;
}
.foot_nav ul li{
	display:block;
}
.foot_nav ul li:after{
	position:absolute;
	content:"";
	top:12px;
	left:0;
	color:#f00;
}

}
/*====End Menu all====*/
body{font-size: 18px;background: #e6bdb8;font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;/* background-color: #946300; */background-image: url("https://www.transparenttextures.com/patterns/flowers.png");  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 40px;
	/* padding-left: 10px; */
	/* padding-right:10px; */
}
h2  {
    background: rgb(216, 122, 115);
    /* border: 3px solid #B351BC; */
    text-align: center;
    padding: 12px;
    /* margin-bottom: -10px; */
    color: #FFF;
    padding-bottom: 10px;
    position: relative;
    margin: 5px;
    /* border-radius: 10px; */
    font-size: 18px;
}
h2:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 8px;
    /* border-radius: 99%; */
    border: 10px solid #f2f1e0;
}
h2:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 8px;
    border-radius: 99%;
    /* border: 10px solid #FFFFFF; */
}
h3{
	color: #333;
	font-size: 18px;
	/* border-left: 2px double; */
	/* margin: 0px 0px 5px 0px; */
	margin-top: 10px;
}
a{
	text-decoration: none;
	color: #09a0e6;
}
a:hover{
	text-decoration: underline;
	/* color: #000; */
}

.open_head{
	width:100%;
	min-width:1090px;
	/* background: #cea685; */
}
.super_logo{
	/* margin-right: 10px; */
	/* margin-left: 10px; */
}
.super_logo img{
	width:100%;
	margin:auto;
	margin-bottom: -6px;
	/* box-shadow: 0px 8px 14px -8px #000; */
	box-shadow: 0px 0px 3px #999;
	/* border-radius: 15px 15px; */
	margin-top: 10px;
}
.title_section{
	/* width: 1090px; */
	margin:auto;
	min-width:1090px;
	box-shadow: 0px 0px 2px #000;
	margin-bottom: 10px;
	/* border-bottom: 2px double #758d6d; */
	background: #d87a73;
	margin-bottom: 10px;
	box-shadow: 0px 8px 14px -8px #fdb2ad;
	margin-top: 10px;
}
.title_section:after{
	content:"";
	display:block;
	clear:both;
}
.title_section h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size: 22px;
	text-align: center;
	padding-left: 10px;
	/* float: left; */
}
.title_section h1 a{
	text-decoration:none;
	color: #ffffff;
}
.title_section h1 a:hover{
	text-decoration: underline;
	/* color:#F00; */
}

.cont_grid_full{
	margin:0px;
	padding:0px;
}
.cont_grid_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.list_log_s{
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #ffffff;
	box-shadow: inset 0px 0px 1px 0px #919191;
}
.list_log_s:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}

.list_log_s img{
	width:100%;
	margin-bottom:5px;
	box-shadow: 0px 0px 5px #5c5c5c;
}
.list_log1{
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #ffffff;
	box-shadow: inset 0px 0px 1px 0px #919191;
}
.list_log1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.list_log1 img{
	width:45%;
	float:right;
	margin:10px;
	margin-bottom: 0;
	margin-right: 0;
	box-shadow: 0px 0px 5px #5c5c5c;
	margin-top: 7px;
}
.join_read a{
	padding: 5px 15px;
	margin:5px;
	float:left;
	color: #ffffff;
	text-decoration:none;
	margin-left: 0;
	/* border: 1px solid #9e7a7f; */
	background: #d87a73;
	border: 1px solid;
	/* box-shadow: 2px 3px 4px #dead52; */
	/* border-radius: 10px; */
}
.join_read a:hover{
	text-decoration:none;
	background: #b3c1c1;
	color: #FFFFFF;
}
.cont_grid_2{
	margin:0px;
	padding:0px;
	
}
.cont_grid_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.list_log2{
	float:left;
	margin-right: 17px;
	width: 46%;
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #ffffff;
	box-shadow: inset 0px 0px 1px 0px #919191;
}
.list_log2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.list_log2 img{
	width:100%;
	margin-bottom:5px;
	box-shadow: 0px 0px 5px #5c5c5c;
}
.list_log2:first-child{
	margin-left:0px;
}
.list_log2:nth-child(2){
	margin-right:0px;
}
.list_log2:nth-child(4){
	margin-right:0px;
}

.order_content{
	margin-bottom: 15px;
	padding: 10px;
	padding-bottom: 10px;
	overflow:hidden;
	background: #ffffff;
	box-shadow: inset 0px 0px 1px 0px #919191;
}
.order_content img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
	margin-right: 0;
	box-shadow: 0px 0px 5px #5c5c5c;
	margin-top: 7px;
}
.linksite{
	margin-bottom:15px;
	padding: 10px;
	padding-bottom:15px;
	/* overflow:hidden; */
	background: #ffffff;
	box-shadow: inset 0px 0px 1px 0px #919191;
}
.linksite h3{
	/* border-bottom:1px solid #999; */
}
.linksite h3:before{
	content:"✇";
	top:0;
	left:0;
	color:#999;
	padding-right:10px;
}
.linksite ul{
	list-style-type:none;
}
.linksite ul li{
	line-height: 40px;
	/* padding-left:10px; */
	/* padding-right:10px; */
}
.footer{
	width: 100%;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	/* padding-top:10px; */
	min-width: 1090px;
	background: #d87a73;
	color: #252424;
}
.footer a{
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover{
	text-decoration: underline;
	/* color:#fff; */
}
.social{
	margin:auto;
	text-align:center;
	float: right;
	padding-right: 10px;
	padding-top: 15px;
}
.sub_source{
	margin-top:10px;
	width: 96%;
	padding: 10px;
	padding-bottom:10px;
	float: right;
	margin-top:10px;
	margin-bottom:10px;
	background: #fff;
	margin-right: 10px;
	box-shadow: 0px 0px 1px #dcbdba;
}
.sub_source img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 20px;
	box-shadow: 0px 0px 3px #999;
}
.wrapp_row{
	width:1090px;
	margin:auto;
	padding:0;
	min-width:1090px;
	background: #f2f1e0;
	/* box-shadow: 0px 0px 2px #758d6d; */
}
.wrapp_row:after{
	content:"";
	clear:both;
	display:block;
}
.main_source{
	width: 66.2%;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.side_style_box{
	width: 30%;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.side_style_box1{
	width: 22%;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.open_head_inside{
	width:1090px;
	min-width:1090px;
	margin:auto;
	/* padding-bottom: 10px; */
	/* padding-top: 10px; */
	/* box-shadow: 0px 0px 5px #69b241; */
	/* background: #fff; */
}
.open_head_inside:after{
	content:"";
	clear:both;
	display:block;
}
@media screen and (max-width:480px){

p{
	padding-left:10px;
	padding-right:10px;
}
.order_content h3,.sub_source h3{
	margin-left:10px;
	margin-right: 10px;
}
.open_head{
	width:100%;
	min-width:100%;
}
.super_logo
{
	width:100%;
	margin-right: 0;
	margin-left: 0;
}
.title_section{
	width:100%;
	min-width:100%;
}
.title_section h1{
	font-size:14px;
}
.wrapp_row{
	width:100%;
	min-width:100%;
}
.main_source
{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;	
}
.list_log1{

	width:100%;
	border:0;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	box-shadow: 0px 0px;
	background: #fff;
}
.list_log1 img{
	width:100%;
	float:none;
	margin:0px;
}
.list_log_s{
	width:100%;
	border:0;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	box-shadow: 0px 0px;
	background: #fff;
}
.list_log_s img{
	width:100%;
}
.list_log2{
	width: 100%;
	margin-right: 0;
	border:0;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	box-shadow: 0px 0px;
	border-radius: 0;
	background: #fff;
}
.list_log2 img{
	width:100%;
	margin:0px;
}

.order_content{
	margin:0;
	background: #fff;
	padding: 0;
	border: 0;
	padding-bottom: 10px;
	box-shadow: 0px 0px;
}
.order_content img{
	width:100%;
	float:none;
	margin:0px;
}
.linksite{
	width:100%;
	margin:0;
	padding: 0;
	border: 0;
	padding-bottom: 15px;
	background: #fff;
	box-shadow: 0px 0px;
}
.linksite ul li{
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub_source{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	margin-top:10px;
	padding: 0;
	padding-bottom: 10px;
}
.sub_source img{
	width:100%;
	float:none;
	margin:0px;
}
.side_style_box{
	width:100%;
	margin-left:0;
	margin-right:0;
}
.side_style_box1{
	width:100%;
	margin-left:0;
	margin-right:0;
}
.open_head_inside{
	width:100%;
	min-width:100%;
	padding:0;
}
.social{
	width:100%;
	display:flex;
	justify-content: center;
	padding: 0;
}
}