﻿@charset "utf-8";
/* CSS Document */
html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  	font-weight: 300; /* normal */
  	font-size:　16px;
}
body {
	margin: 0;
	padding: 0;
}
html, body {
    /*overflow-x : hidden;
    -webkit-overflow-scrolling: touch;*/
	background: url(../image/bg-body.png);
}

header {
	padding: 0;
	background-color: #f0e9e9;
}

img {
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #8e557a;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
footer {
	text-align: center;
	margin: 0;
	background:#f0e9e9 url(../image/bg-footer.png) right top no-repeat;
	padding:150px 0 0;
}

h1 {
	margin:0;
	adding:0;
	display:inline;
}

h2 {
	font-size: 0.7em;
	margin: 8px 0;
	text-align: center;
}

h3 {
	font-size: 1.2em;
	font-weight: 600;
	margin: 35px auto 15px;
	color:#222;
	padding:10px 0;
	text-align: center;
	border-bottom: 3px solid #706d70;
	width:70%;
	background-color: #fff;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}

h4 {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 20px;
	background: linear-gradient(transparent 70%, #ccb2d1 70%);
}

h5 {
  position: relative;
  padding: 1.0em .75em;
  background-color: #d6d6d6;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
	font-size:1.1em;
	margin-bottom:15px;
}
h5::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #d6d6d6;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin: 35px;
}
ul, ol {
	list-style-position:outside;
    content:" ";
    display:block;
    clear:both;
	margin-left:40px;
}
li {margin-bottom:10px;}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/**/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-outer {background-color: #f0e9e9;}
/*デスクトップ用*/
@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
}

/**/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.mt40 {margin-top:40px;}
.mt20 {margin-top:20px;}
.mt10 {margin-top:10px;}
.mb40 {margin-bottom:40px;}
.mb20 {margin-bottom:20px;}
.mb10 {margin-bottom:10px;}
.pdg20 {padding:20px;}
.fs08	{font-size:.8em;}
.fs06	{font-size:.6em;}
.fs12	{font-size:1.2em;}
.fwbold {font-weight: bold;}
.fwnormal {font-weight: normal;}
.drop-shadow {text-shadow: 3px 3px 3px rgba(0,0,0,0.25);}
.red {color:#A00205;}
.img-center	{margin:0 auto;}
.img-responsive {
	
  display: block;
  height: auto;
  max-width: 100%;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.text-center {text-align: center;}
.clear	{clear:both;}
p.note {
    text-indent: -1em;
    margin-left: 3em;
	line-height:1.2em;

}
p.note:before {
    content: '※';
}


/*********navigation********/
.mini-logo	{
	margin: 0 auto;
	display: block;
	width: 100px;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	z-index: inherit;
}
.style-logo	{
	display: none;
}
.style-nav ul {
	list-style: none;
}
.style-nav ul li a {
	padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-weight: 600;
}
.style-nav ul li a:hover {
    background-color: #fff;
}
.style-nav ul {
	max-width:660px;
	text-align: center;
	margin: 15px 0 0;
}
.style-nav ul li {
	display: inline-block;
	margin: 0 10px 10px;
}

@media (min-width: 768px){
	.col-md-one-half {
		width: 50%;
		float:left;
	}
	header {
		background: url(../image/bg-body-top.png) top repeat-x;
		background-color: #f0e9e9;
		padding: 10px 0 0;
	}
	h2 {
		font-size: 0.8em;
		margin: 8px 0;
		text-align: right;
	}
	.mini-logo	{
		margin: 0 auto 15px;
		display: block;
		width: 100px;
		box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
		top:0;
		position:absolute;
		z-index: 10;
	}
	.style-nav {
		float: right;
	}
	.style-nav ul {
		max-width:660px;
		margin: 0;
	}
	.style-nav ul li {
		margin: 0 0 0 10px;
		width:auto;
	}
}
@media (min-width: 890px){
	.width80	{width:80%;}
	.width60	{width:60%;}
	.width40 {width: 40%;}
	.style-logo	{
		margin: 0 auto 15px;
		display: block;
		width: 150px;
		box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
		top:0;
		position:absolute;
		z-index: 10;
	}
	.mini-logo {display: none;}
	.style-nav ul {
		max-width:760px;
		margin: 0;
	}
	.style-nav ul li {
		margin: 0 0 0 20px;
	}
}
@media (min-width: 1100px){
	.style-logo {
		float: left;
		margin: 0;
	}

	.style-nav {
		float: right;
	}
	.style-nav ul {
		max-width:990px;
		text-align: center;
		margin: 0 0 10px;
	}
}
/*.nav01, .nav02, .nav03, .nav04, .nav05, .nav06 {
	height: 40px;
}*/
.contact01 {
	display: block;
	vertical-align: bottom;
	width: 230px;
	height: 50px;
	margin:0;
}
/********navigationここまで********/


/********* footer *********/
.footer-logo {
	margin: 20px;
	width: 100px;
	height: 100px;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}
@media (max-width: 767px){
	.footer-logo {
		display:block;
		margin:0 auto;
	}
	
}

div.detail-outer {
	padding: 0;
	margin: -25px 0 0;
	background:#8e557a url(../image/bg-footer02.png) right top no-repeat;
}
div.pagelinks {
	padding-top:20px;
	padding-bottom:30px;
	line-height: 40px;
}
div.pagelinks ul {
	list-style: none;
	text-align: center;
}
div.pagelinks ul li {
	display: inline-block;
	color:#fff;
	padding-left:0;
	}
/*}*/

div.pagelinks ul li a {
	color:#fff;
}
div.pagelinks ul li:after {
	content: "　|　" ;
	color:#fff;
	}
div.pagelinks ul li:last-child:after{
	content: none;
	}
div.pagelinks ul li a:hover {
	color:#edc8da;
	text-decoration: none;
}
div.pagelinks:after {
  clear: both;
}
.myname	{
	font-weight: 600;
	font-size: 1.8em;
	color: #6b013d;
	margin-bottom: 20px;
}

address {
	font-style: normal;
	color: #fff;
	font-size: .9em;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.copyright-outer {
	background: #333;
}
.copyright {
	margin: 10px auto 0;
	font-weight:500;
	color:#fff;
	line-height:1.0em;
	text-align:right;
}

/*.footer	{
	background: url(../image/bg-footer.png) center bottom no-repeat;
	position: relative;
	height: 580px; 
	width: 100%;
	margin:0; padding:0;
}
.footer-contents {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	width:100%;
}
.footer-logo {margin:40px auto 15px;}

address {
	font-style: normal;
	font-size: .9em;
	line-height: 1.2em;
	margin-bottom: 60px;
}
.copyright {
	margin: 10px auto 0;
	font-size: .8em;
	font-weight:500;
	line-height:1.0em;
}
.copyright span {
	font-size: 0.8em;
}*/
/********* footerここまで *********/


.page-contents {
	padding:10px 0;
}



/*スライダー*/
.slider-wrap {
	padding:15px 0 10px;
	margin:0;
	background-color: #f0e9e9;
}
.slider img {
	width: 100%;
	max-width: 1200px;
	height: auto;
	vertical-align: middle;
	margin:0 auto;
}
/*ロード中非表示*/
.slider {
  display:none;
}
.slider.slick-initialized {
  display: block;
}

/**/
.subpage-title-outer	{
	display: block; /*一応block要素にしておく*/
    padding-top:13%; /* 縦 ÷ 横 x　100 */
    background: url(../image/subpage-title-bg.png) no-repeat;
    background-position: center center;
    background-size:cover;
	max-height: 260px;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}
h2.subpage-title {
	font-size: 2.0em;
	font-weight:600;
	color:#fff;
	text-align:center;
	line-height:2.0em;
	margin:-2% 0 0; padding:0;
}
/*back to the top
.pagetop {
  position: fixed;
  right: 10px;
  display: block;
  background-color:#608dc9;
  padding:10px 15px;
	z-index: 99999;
	}
.arrow a	{  color:#fff;}
.arrow a:hover, .arrow a:active {color:#fafda5}*/

/*その他ページ*/


/*トップへ戻るボタン*/
.pagetop {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:#6b013d; /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
	z-index: 99999;
}
.pagetop:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.pagetop:hover {
  opacity:0.7;
}


/*テーブルリスト*/
.dl-table {  /**  <dl class="dl-table">  **/
    padding: 0;
    background: #efefef;
    border: 1px solid #ddd; 
}

.dl-child {  /**  dlに入れ子dlをするときのclass  **/
    margin: 0;
}

dl.dl-table dt, 
dl.dl-table dd {
    margin: 0;
    box-sizing: border-box;
}

dl.dl-table dt {
    padding: .5rem 1rem;
    background: inherit;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ececec;
    border-left: 0;
}

dl.dl-table dd {
    padding: 1rem;
    border-bottom: 1px solid #ececec;
    background: #fff;
}
 
dl.dl-table dd:last-of-type {
    border-bottom: 0;
}
/*タブレット用*/
@media (min-width: 768px){
	dl.dl-table dt {
        float: left;
        width: 25%;
        padding: .5rem;
        font-weight: bold;
        border-top: 1px solid #cdcdcd;
        border-bottom: 0;
    }

    dl.dl-table dd {
        margin-left: 25%;
        padding: .5rem .5rem 0;
        border-top: 1px solid #cdcdcd;
        border-bottom: 0;
        border-left: 1px solid #cdcdcd; 
        background: #fff;
    }

    dl.dl-table dt:first-of-type, 
    dl.dl-table dd:first-of-type {
        border-top: 0;
    }

    dl.dl-table dd:after {
        content : '';
        display : table;
        clear : both;
        height: 0;
    }
}




/*ボタン*/
.btn01 {
    display: inline-block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    color: #fff;
    background: #ccb2d1;/*色*/
    border: solid 1px #8e557a;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

/*youtube埋め込みレスポンシブ対応*/
.youtube {
  		position: relative;
  		width: 100%;
  		height: 0;
  		padding-bottom: 56.25%;
  		overflow: hidden;
  		margin-bottom: 50px;
	}

.youtube iframe {
  		width: 100%;
  		height: 100%;
  		position: absolute;
  		top: 0;
  		left: 0;
	}
