@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

/*============================
common
============================*/

strong {font-weight: bold;}

/*============================
layout
============================*/

html {
  height: 100%;
}

body {
	color: #333;
	font-size: 16px;
    font-family: "Sawarabi Mincho";
	/*font-family: 'Sawarabi Mincho','Open Sans','Mplus 1p','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;*/
	margin: auto;
	text-align: center;
	background: #fff;
}

/*a {
	color: #fff;
}*/

small {
	font-size: 88%;
}

.midashi1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0.5em auto;
}

p {
    padding: 1em;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
}

h1 {
    font-size: 32px;
    margin: 1em auto;
}
h3 {
    font-size: 21px;
}

h2 {
    background: url(../img/hbg.jpg) no-repeat ;
    text-align: left;
    color: #26541b;
    font-size: 1.2em;
    padding: 0 0 0.5em 1em;
}

h4 {
    background: url(../img/hbg.jpg) no-repeat ;
    text-align: left;
    color: #26541b;
}

h5 {
    margin: 0.5em auto;
}

.top_m {
    margin: 1em auto;
}

/*============================
c_w
============================*/

.c_w p {
    text-align: left;
    overflow: hidden;
}

/*============================
logo_top
============================*/

.logo_top {
    color: #fff;
    background: #000;
}

.logo_top_logo {
    
}

.logo_top a {
    color: #fff;
}

/*============================
share
============================*/

.bun {
    color: #055339; 
}
.monyou {
    color: #055339;
    text-align: center;
    margin: auto;
}

.monyou img {
    margin-bottom: 1em;
}

.monyou_p {
    text-align: center;
}

/*============================
hr
============================*/

hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}

.fade {
  height: 1px;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(0, 0%, 100%, 0) 100%);
}
 
.fade-2 {
  border-width: 0 0 2px;
  border-image: linear-gradient(
    90deg,
    hsla(100, 100%, 100%, 0),
    hsla(100, 100%, 100%, 0.5) 50%,
    hsla(1000, 100%, 100%, 0) 100%) 0 0 100%;
  border-style: solid;
}

hr {
  height: 1px;
  background: #fae5e4;
  background-image: -webkit-linear-gradient(left, #fae5e4, #c5004c, #fae5e4);
  background-image: -moz-linear-gradient(left, #fae5e4, #c5004c, #fae5e4);
  background-image: -ms-linear-gradient(left, #fae5e4, #c5004c, #fae5e4);
  background-image: -o-linear-gradient(left, #fae5e4, #c5004c, #fae5e4);
}


/*============================
top_pr
============================*/

.top_pr {
width: 100%;
color: #fff;
font-size: .8em;
position: fixed;
top: 0;
left: 0;
padding: 0.2em;
margin: 0;
background: rgba(0,0,0,0.8);
z-index: 2;
}

.top_pr a {
color: #fff;
text-decoration: none;
font-size: 1em;
font-weight: bold;

}

.box-img,
.box-text{
  display: inline-block;
  vertical-align: middle;
}



/*============================
main
============================*/

.main {
    width: 100%;
    background: #fafafa;
    margin: auto;
    padding: 3em 0;
}

/*============================
Sbox
============================*/

.sbox {
    
}

.img_sbox {
    border: 10px solid #c69957;
}

.s_strong {
    border-bottom: 5px solid #c69957;
}

.sbox strong {
    border-bottom: 5px solid #c69957;
}

/*============================
saisin
============================*/

.saisin_mifashi {
    background: #ff6600;
    color: #fff;
    padding: 0.5em 1em;
    text-align: left;
}

/*============================
kodawari
============================*/

.kodawari {
    margin: 1em auto;
}

.kodawari_midashi {
    text-align: left;
    border-bottom: 2px #ff6600 solid;
    font-size:28px;
    padding-left: 1em;
}

/*============================
about
============================*/

.about {
    
    border: double 5px #000;
    margin: 0.2em;
    padding: 0.5em;
}

.about strong {
    
}

/*============================
menu
============================*/

.menu {
    background: #cea500;
    color: #fff;
}

.menu a{
    font-weight: bold;
    color: #fff;
}

.menu h2{
    font-size: 24px;
    text-align: left;
    padding-left: 1em;
    border-bottom: 1px #000 solid;
}

.menu p{
    text-align: left;
    padding-left: 3em;
}

.menu_sub {
       
}

.menu_sub_icon {
  font-size: 1.2em;
  color: #c69957;
    font-weight: bold;
}

/*============================
agemono
============================*/

.agemono p{
    text-align: left;
}


/*============================
footer
============================*/

.footer_chiharuya {
    padding-top: 1em;
    border-top: solid #333 1px;
    
}

.footer_chiharuya a {

}

.copyright {
    background: #2a2a2a;
    color: #b3b3b3;
    padding: 0.5em
}


.copyright a {
    color: #fff;
    color: #fff;
    text-decoration:underline;
}


/*============================
flexbox
============================*/

.flex_w {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.flex_wc {
	display: -webkit-flex;
	display: flex;

}

.flex1 {
	-webkit-flex: 1;
	flex: 1;
}

.flex2 {
	-webkit-flex: 2;
	flex: 2;
}

.flex3 {
	-webkit-flex: 3;
	flex: 3;
}

.flex4 {
	-webkit-flex: 4;
	flex: 4;
}

.flex5 {
	-webkit-flex: 5;
	flex: 5;
}

.flex6 {
	-webkit-flex: 6;
	flex: 6;
}

.flex7 {
	-webkit-flex: 7;
	flex: 7;
}

.flex8 {
	-webkit-flex: 8;
	flex: 8;
}

.flex9 {
	-webkit-flex: 9;
	flex: 9;
}

.flex10 {
	-webkit-flex: 10;
	flex: 10;
}

/*============================
ul
============================*/

ol{  
	width: 100%;
	padding: 0.3em;
	padding-left: 2em;
	list-style-type: circle
}


li{
	text-align: left;
	margin: 3px;
}

/*============================
dl 
============================*/

dl{  

}

dt{
  font-size: 18px;
  padding: 0.5em;
  padding-top: 1em;
  width : 12em;
  text-align: left;
  float : left;/* 左に寄せる */
  clear : both;/* フロートの解除 */
  border-bottom: 1px #ec9800 dashed;
  line-height: 180%
  font-family: "Sawarabi Mincho";
}

dd {
  font-size: 18px;
  padding: 0.5em;
  padding-left: 5em;
  text-align: left;
  margin-left : 11.5em;/* DTの幅分の設定 */
  border-bottom: 1px #ec9800 dashed;
  line-height: 180%;
  font-family: "Sawarabi Mincho";
}

.small{font-size:10px}

/*============================
square_btn
============================*/

.square_btn{
    display: inline-block;
    position: relative;
    margin: 1em auto 0.3em;
    padding: 0.35em 1em;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    text-decoration: none;
}

.square_btn:before{
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: 0;
    border: solid 8px transparent;
    border-bottom-color: #8eacec;/*ボタン色より明るめの色に*/
}

.square_btn:active{/*押したとき*/
    padding: 0.32em 0.9em;
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.square_btn:active:before{ 
    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
}

.square_btn:active:before{
   top:-12px;
   border-width: 6px;
}

/*============================
btn-square-so-pop
============================*/

.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 1em auto;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/*============================
btn-square-so-pop2
============================*/

.btn-square-so-pop2 {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 1em auto;
  text-decoration: none;
  color: #FFF;
  background: #0dc10d;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #01b238;/*線色*/
}

.btn-square-so-pop2:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/*============================
btn-square-so-pop3
============================*/

.btn-square-so-pop3 {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 1em auto;
  text-decoration: none;
  color: #333;
  background: #eddb05;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #ffff0d;/*線色*/
}

.btn-square-so-pop3:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/*============================
page-top
============================*/


.page-top
{
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
    
	background: #80bf1b;
	width:  50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;

	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */

	
}

.move-page-top:hover
{
	opacity: 0.85 ;
}


/*============================
clear
============================*/

.clear {
    clear: both;
}