@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);
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c);

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

strong {font-weight: bold;}

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

html {
  height: 100%;
}

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

/*a {
	color: #000000;
	text-decoration:  none;
}*/

small {
	font-size: 77%;
}


#GlobalBody{
	margin:0;
	text-align: center;
    overflow:hidden;
}

.slider img {
    min-height: 380px;
}

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

.main {
    margin: 0;
    padding: 0 0 2em 0;
}

/*============================
logo
============================*/

.logo {
    border-bottom: 5px solid #ff0000;
}

.logo_con {
    text-align: left;
    padding: 1em;
}


/*============================
haed
============================*/

.head_w {
    background-image: linear-gradient( 174.2deg,  rgba(255,244,228,1) 7.1%, rgba(240,246,238,1) 67.4% );
    /* url(../img/backtop_ns.png) right repeat-x */
    height: 42px;
    border-top: solid 1px #ff8000;
    border-bottom: solid 1px #ff8000;
}


.head {
    color: #150c00;
    padding: 5px;
    text-align: left;
    width: 100%;
}

.head_c {
    width: 1200px;
    margin: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    text-shadow: 1px 2px 2px #aaa; 
    border-left: solid 0px #ff8000;
    border-right: solid 0px #ff8000;
}

.head_c a {
    color: #ffab26;
    text-shadow: 1px 2px #aaa; 
}

/*============================
billboard
============================*/

.billboard_w {
background: -webkit-radial-gradient(rgb(255, 255, 255), rgb(241, 200, 64));
background: radial-gradient(rgb(255, 255, 255), rgb(241, 200, 64));
}

.billboard {
    background: ;
    margin: 0 auto;
    padding: 0;
}


/*============================
content
============================*/

.content {
    background: #fff;
    margin: 1em auto;
    padding: 1em 0;
}

.content h2 {
    position: relative;
    padding: 1rem;
    border-radius: 5px;
    background-image:
        linear-gradient(#fff 0 100%),
        repeating-linear-gradient(135deg, #f5a398 0 5px, #fd7b7b 5px 10px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 15px) calc(100% - 15px), 100%;
    color: #a50404;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.content p {
    padding: 1rem 0rem;
    font-size: 1.8em;
    line-height: 1.8em;
}

/*============================
bottom_st
============================*/

.bt_st h5 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1em;
}

.bt_st {
    background: #fff;
    padding: 1em;
    border: 2px solid #ff9300;
    border-radius: 20px;
    margin: 0em 1em 1em;
}


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


/*============================
gotop top_he
============================*/

.gotop {
	text-align: center;
}

.top_he {
    margin: 1rem auto;
}

/*============================
Footer
============================*/


.footer_chiharuya{
	width: 100%;
	text-align:center;
	padding: 5px 0;
	font-size: 77%;
	color: #333333;
}

.copyright{
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	color: #333333;
}

/* footer button end */

.padding_left_10 {
	padding-left: 10px;
}

.float_left {
	float: left;
}
.clear {
	clear: both;
}


/*============================
以下追加
============================*/

/*============================
Footer
============================*/

footer {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #1f1700;
    background: #f7eed3;
    background-color: #fffcf9;
    background-image: linear-gradient(#ffc8a6 0%, #fff 74%);
	border-top: 3px solid #ff5719;
}


/*============================
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;
}

/*============================
photo
============================*/

.photo_simple {
	padding: 8px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */
	background: #fff;
    box-shadow: 10px 12px 4px gray;
}


/*============================
marquee
============================*/

.menu_bottom {
    border-bottom: #333 solid 1px;
    background: url(../../img/bbb_bg.png);
    color: #fff;
    text-shadow: 1px 1px 3px #000000;
}

.marquee {
width:100%;
padding:0.5em 0;
overflow:hidden;
margin-bottom:10px;
position:relative;
}

.marquee p:after {
content:"";
white-space:nowrap;
padding-right:50px;
}

.marquee p {
margin:0;
padding-left:600px;
display:inline-block;
white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:10s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:10s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:10s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}
