@charset "utf-8";


body {
	background-repeat: repeat-x;
	color: #333;
	line-height: 1.8em;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #FFF;
	font-size: 15.5px;
}




h1,h2,h3,h4,h5,h6,ul,li,ol,p {
	padding: 0;
	margin: 0;
}
hr {
}
table td {
	vertical-align: top;
}
img {
	border:0px;
}

.c-both {
	clear:both;
}

/* -- clearfix rules(float clear hack) -- */
.cf:before,
.cf:after { content:"";display:block; }
.cf:after { clear:both; }
.cf { zoom:1; }
/* -- /clearfix rules(float clear hack) -- */

@media (max-width: 767px) {
    .br::before {
	content: "\A" ;
	white-space: pre ;
	}
}









/* リンク
---------------------------------------------------- */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:hover {
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

a img:hover {
    filter:alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}


/* 共通設定
---------------------------------------------------- */
.text_L1 {
	font-size: 115%;
}
.text_small {
	font-size: 90%;
	line-height: 1.4em;
}
.text_xsmall {
	font-size: 80%;
	line-height: 1.4em;
}
.tx_a {
	font-size: 105%;
	line-height: 2em;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

hr {
	border: 0 none;
	height: 1px;
	color: #999999;
	background-color: #999999;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.line_01 {
	border: 1px solid #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.line_dot_01 {
	border:none;
	border-top:dashed 1px #999;
	height:1px;
	color:#FFFFFF;
}
.s_caption {
	margin-top: 0.5em;
	font-size: 100%;
}
.s_caption-2 {
	margin-top: 0.5em;
	font-size: 100%;
	line-height: 1.4em;
}









/* レイアウト
---------------------------------------------------- */


.s_body {
	/*margin-top: 40px;*/
}




/* ヘッダー
---------------------------------------------------- */

.logo_s img {
	margin-top: -5px;
	margin-left: 25px;
	width: 125px;
}
@media (max-width: 767px) {
    .logo_s img {
	margin-top: -5px;
	margin-left: 15px;
	width: 100px;
}
}
.img_large_01 {
	background: url(../images/bg_b.jpg) center no-repeat;
	/*background-size: cover;*/
	height: 775px;
}
@media (max-width: 767px) {
    .img_large_01 {
	background: url(../images/bg_b_s.jpg) center no-repeat;
	height: 350px;
	}
}


.img_large_02 {
	background: url(../images/head_img_02.png) right no-repeat;
}
.img_large_03 {
	background: url(../images/head_img_03.png) right no-repeat;
}
.img_large_04 {
	background: url(../images/head_img_04.png) right no-repeat;
}
.img_large_05 {
	background: url(../images/head_img_05.png) right no-repeat;
}
.img_large_06 {
	background: url(../images/head_img_06.png) right no-repeat;
}
@media (max-width: 767px) {
    .img_large_02 {
	background: url(../images/head_img_02_s.png) right no-repeat;
	}
	.img_large_03 {
	background: url(../images/head_img_03_s.png) right no-repeat;
	}
	.img_large_04 {
	background: url(../images/head_img_04_s.png) right no-repeat;
	}
	.img_large_05 {
	background: url(../images/head_img_05_s.png) right no-repeat;
	}
	.img_large_06 {
	background: url(../images/head_img_06_s.png) right no-repeat;
	}
}
.head_img {
	margin-top: 15px;
	/*background-size: cover;*/
	height: 360px;
	background-color: #f5f5f4;
}
@media (max-width: 767px) {
    .head_img {
	height: 200px;
	}
}


.head_ttl {
	font-family: "Yu Mincho", "YuMincho", "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #999999;
	padding-top: 150px;
	padding-left: 60px;
	/*font-weight: bold;*/
	font-size: 36px;
}
@media (max-width: 767px) {
    .head_ttl {
	padding-top: 85px;
	padding-left: 15px;
	font-size: 21px;
	font-weight: bold;
}
}





/* ナビ
---------------------------------------------------- */
.navbar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-right: -15px;
	margin-left: -15px;
	background-color: transparent;
	font-size: 16px;
}

.navbar-nav {
}
.navbar-nav li {
}
.navbar-brand {
	background-color: transparent;
}

.navbar a {
	text-decoration: none;
}
.navbar a:hover {
	text-decoration: underline !important;
}
.navbar-default .navbar-nav>li>a {
	color: #333333;
}


.navbar-right {
	margin-right: 5px;
	margin-top: 20px;
}

.navbar-right li {
	font-size: 15px;
	margin-right: -10px;
}
@media (max-width: 991px) {
    .navbar-right li {
	padding-left: 0px;
	margin-right: -10px;
	}
}



/* mobile version */
.navbar-default .navbar-toggle {
	border-color: #666;
	margin-top: 20px;
	margin-right: 25px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #666;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #666;
		text-decoration: underline;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #666;
    }
	.navbar-nav li {
	background-position: 0px 10px;
	padding-left: 7px;
	/*text-align: right;*/
}
}
.navbar-collapse{
	border-top:0px !important;
	box-shadow:none;
}
@media (max-width: 767px) {
    .navbar-collapse ul {
	margin-top: 10px;
	}
	.navbar-default .navbar-nav>li>a {
	background-color: rgba(255,255,255,0.7);
	}
}









/* タイトル関連
---------------------------------------------------- */

.ttl_01 {
	font-size: 24px;
	color: #f47a90;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
.ttl_02 {
	font-size: 36px;
	color: #f47a90;
	margin-bottom: 0.5em;
}


/* 各種設定
---------------------------------------------------- */

.top_word {
	margin-left: 20px;
	width: 560px;
	/*margin-top: 10px;*/
}


@media (max-width: 767px) {
    .top_word {
	width: 250px;
	margin-top: 0px;
	margin-left: 10px;
	}
}


.bg_01 {
	background-color: #EEEEEE;
	padding-top: 10px;
	margin-top: 10px;
}
.bg_02 {
	background-color: #e6e6e6;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.box_01 {
	padding: 30px;
	border: 1px solid #666666;
}
@media (max-width: 767px) {
    .box_01 {
	padding: 15px;
	margin-left: 15px;
	/*margin-right: 15px;*/
	}
}
.box_02 {
	padding: 4px;
	border: 1px solid #666666;
}
.box_03 {
	/*border-left: 1px solid #666666;*/
	padding-left: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16.5px;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
    .box_03 {
	padding-left: 7px;
	font-size: 15.5px;
	}
}


/* Facebook
---------------------------------------------------- */
.s_facebook {
	background-color: #f0f0f0;
	padding-top: 20px;
	/*padding-bottom: 20px;*/
}




/* 書き換え
---------------------------------------------------- */

.col-md-7,
.col-md-8,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-15 {
	margin-bottom: 25px;
}
.form-control {
    width: 100% !important;
}
#button {
    color: #000;
}

.no-space {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.no-space-left {
	padding-right: 0px !important;
}
.no-space-right {
	padding-left: 0px !important;
}
.no-space-center {
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
}
. bottom-0 {
	margin-bottom: 0px !important;
}


/* 5カラム用
---------------------------------------------------- */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}




/* Word Press
---------------------------------------------------- */
.blog_nav {
	margin-top: -1.5em;
	font-size: 90%;
	line-height:1.6em;
}

.blog_nav h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
}
.blog_nav ul {
	margin-left: 1.5em;
}
.blog_nav li {
	list-style-type: circle;
}
.blog_nav select {
	font-size: 90%;
}


.blog_ttl_01 {
	font-size: 110%;
	/*margin-top: 2em;*/
}
.entry_content img {
	margin-top: 1em;
	margin-bottom: 1em;
}
.entry-title h3 {
	font-size: 130%;
	margin-bottom: 0.25em;
	line-height: 1.4em;
}
.entry_ttl {
	font-size: 130%;
	margin-bottom: 0.25em;
	line-height: 1.4em;
}
.date {
	font-size: 90%;
}




@media (min-width:768px) {
    #toppage .entry_content img {
	width: 180px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}
}


/* アコーディオン
---------------------------------------------------- */
.panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        /*content: "\e072"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }



/* Page TOP
---------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	background-color: #ccc;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	text-indent: -0.4em;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* フッター
---------------------------------------------------- */



.foot {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 15px;
}
.foot ul {
	margin-top: 0.5em;
}
.foot li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
.foot_copyright {
	margin-top: 1em;
	font-size: 90%;
}
.foot .text_L1 {
	/*color: #f47a90;*/
}




/* フェードイン設定
---------------------------------------------------- */
body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
