@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

/* ページ内リンク */
html {
    scroll-behavior: smooth;
}




a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  border: 0;
}
img.img-radius-non {
 border-radius:0;
}
a:hover img{
opacity: 0.9;
filter: alpha(opacity=90);
-moz-opacity:0.9;
}


hr {
	margin:20px 0;
	padding:0px;
	border:#999 solid 1px;
}
hr.clear {
	clear:both;
	border:none;
	margin:10px 0;
	overflow:hidden;
}


@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
	  color:#090;
    page-break-after: avoid;
  }

}

* {
	margin: 0;
	padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}





body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
background: #fff;
line-height: 1.5;
color: #333;
font-feature-settings: "palt" 1;
font-kerning: auto;
-webkit-text-size-adjust: 100%;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.link_page {
padding:5px 10px;
border:#999999 solid 1px;
}



#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: none;
    background: #000;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}


/* テキスト関連
----------------------------------*/
p {
  margin: 20px 0 30px;
}


p.read {
	font-size:1.2rem;
	color:#F60;
	line-height:1.9;
}
p.read a {
	color:#390
}
.read p {
	font-size:1.2rem;
	color:#390
}
.read p a {
	color:#390
}

.text-small {
	font-size:0.8rem;
	color:#666;
}
.text-large {
	font-size:1.4rem;
}
.text-large-x {
	font-size:1.6rem;
}
.text-large-xx {
	font-size:2.0rem;
}
@media screen and (max-width: 980px) {
.text-large {
	font-size:1.2rem;
}
.text-large-x {
	font-size:1.4rem;
}
.text-large-xx {
	font-size:1.6rem;
}
}
.text-red {
	color:#F00;
}
.text-pink {
	color:#F36;
}
.text-blue {
	color:#09C;
}
.text-gray {
	color:#666;
}
.text-black {
	color:#000;
}
.text-green {
	color:#090;
}
.text-orange {
	color:#F90;
}
.text-white {
	color:#FFF;
}
.text-bg-white {
	background:#FFF;
}
.text-bg-red {
	color:#FFF;
	background:#F66;
	padding:0.2rem;
}
.text-bg-blue {
	color:#FFF;
	background:#09C;
	padding:0.2rem;
}
.text-bg-orange {
	color:#FFF;
	background:#F90;
	padding:0.2rem;
}
.text-bg-pink {
	color:#FFF;
	background:#F36;
	padding:0.2rem;
}
.text-bg-gray {
	color:#FFF;
	background:#333;
	padding:0.2rem;
}
.text-waku-pink {
	border:#F36 solid 2px;
	padding:0.2rem;
}
.text-pink-line {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;
	}


.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}




/* 画像関連
----------------------------------*/
.inner img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}

img.image-left {
	float:none;
	width:100%;
	margin:0px;
	display:block;
}
img.image-right {
	float:none;
	width:100%;
	margin:0px;
	display:block;
}
img.image-small {
	width:50%;
}

/**  768px以上でパソコンの表示になる  **/
@media screen and (min-width: 768px){
img.image-left {
	float:left;
	width:50%;
	margin:0 20px 0 0;
	display:block;
}
img.image-right {
	float:right;
	width:50%;
	margin:0 0 0 20px;
	display:block;
}
img.image-small {
	max-width:20%;
	height:auto;
}
}


/* 見出し関連
----------------------------------*/

.inner h2 {
	clear:both;
	margin:1em 0 0.5em 0;
	font-size:1.6rem;
	line-height:150%;
}
.inner h3 {
	clear:both;
	margin:0.8em 0 0.3em 0;
	font-size:1.4rem;
	line-height:150%;
}
.inner h4 {
	clear:both;
	margin:0.6em 0 0.1em 0;
	padding:0.5em;
	font-size:1.2rem;
	line-height:150%;
}
.inner h5 {
	clear:both;
	margin:0.6em 0 0.1em 0;
	font-size:1.2rem;
	line-height:150%;
	border-bottom:#999 solid 1px;
}





.inner h2.naname {
  position: relative;
  font-size:2.4rem;
  margin:50px 0;
}

.inner h2.naname:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}


.naname-small {
  color: #010079;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}





.inner h1.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
  border:none;
}
.inner h1.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner h2.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
}
.inner h2.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner h3.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
}
.inner h3.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner h4.fukidashi {
  position: relative;
  paddin4g: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
}
.inner h4.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner h5.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
}
.inner h5.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner .double-line {
    margin:10px 0;                 /* デフォルトCSS打ち消し */
    font-size:  1.6rem;           /* 文字サイズ指定 */
    border-bottom: solid 3px;   /* 線指定 */
    padding-bottom:  5px;       /* 余白指定 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  bold;       /* 文字の太さ調整 */
}
.inner .double-line:before {
    content:  '';               /* 空白の要素を作る */
    width: 100%;                /* 幅指定 */
    height: 1px;                /* 高さ指定 */
    background-color: #000;     /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    bottom: -6px;               /* 位置調整 */
}
.inner .postit {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size:  24px;           /* 文字サイズ指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #feeaac;  /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    border-radius:  2px;        /* 角丸指定 */
}

.inner .postit:before {
    content:  '';               /* 空白の要素を作る */
    background-color: #b3b3b3;  /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 50%;                  /* 位置調整 */
    height: 60%;                /* 高さ指定 */
    top: 26%;                   /* 位置調整 */
    z-index:  -1;               /* 重なり調整 */
    width: 46%;                 /* 幅指定 */
    box-shadow: 0 0 8px 8px #b3b3b3;/* 影指定 */
    transform: rotate(3deg);    /* 回転 */
}

@media screen and (max-width: 980px) {
.inner h2 {
	font-size:1.6rem;
}
.inner h3 {
	font-size:1.4rem;
}
.inner h4 {
	font-size:1.2rem;
}
.inner h5 {
	font-size:1.2rem;
}
}

/* リスト関連
----------------------------------*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul.list {
	margin:10px 0;
	list-style:inside;
}
.list li {
	list-style:inside;
}
ul.list-non {
	margin:10px 0;
	list-style:none;
}


ul.stech, ol.stech {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
  border: dashed 2px #ffb03f;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

ul.stech li.stech, ol.stech li.stech {
  line-height: 1.5;
  padding: 0.5em 0;
}





.dl-table { 
clear:both;
margin:20px 0;
    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;
}

ol.indl {
	margin:0 20px;
}

@media screen and (min-width: 768px){
   dl.dl-table dt {
        float: left;
        width: 25%;
        padding: .5rem;
        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;
    }

}





/*--------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------*/
.header {
	width:100vw;
	background:#fff;
	margin:0 auto;
	overflow:hidden;
	}
.header a {
	padding: 10px 0;
	display: block;
	text-decoration: none;
	}
.header h1 {
	float:left;
	margin:0 20px;
}
.header .credit {
	float:right;
	font-size:0.8rem;
}
@media screen and (max-width: 640px) {
.header {
	width:100vw;
}
.header h1 {
	width:64%;
	margin:0 5px;
	padding:0;
}
.header img {
	width:100%;

}
.header .credit {
	font-size:0.75rem;
	margin:0;
	padding:0;
}
}

/* ナビ固定 */
.fix-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

/* ナビ固定時のbodyの余白 */
.fix-body {
  margin-top: 0px;
}


	
/* ヘッダーナビ（stellarnav）用
----------------------------------*/
.stellarnav {
	border-top:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
}
@media only screen and (max-width : 1000px) {
	.stellarnav > ul > li > a { padding: 20px 23px; }
}
.stellarnav span {
	display:table-cell;
	font-size:0.75rem;
}



/*--------------------------------------------------------------------------
基本構造
--------------------------------------------------------------------------*/
.inner {
	clear:both;
	overflow:hidden;
}
article {
	margin: 0px auto;
	line-height: 1.8;
}
article.container {
	margin: 10px auto 0px auto;
	overflow:hidden;
}
.bg-gray {
	background:#efefef;
}
.bg-orange {
	background:#F90;
}
.bg-orange a {
	color:#006;
}
.bg-blue {
	background:#9CF;
}
.bg-green {
	background:#090;
}

.bg-pink {
	background:#FFDDDD;
}
.bg-white {
	background:#fff;
}
section.standard {
	margin:60px 0;
}

.section-container {
	clear:both;
	position:relative;
	width:100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.section-container .cloumn-two {
	float:left;
	width:45%;
	margin:10px;
	padding:10px;
	overflow:hidden;
}




.section-container .cloumn-three {
	float:left;
	width:32%;
	margin:5px;
	padding:5px 10px;
	overflow:hidden;

}
.section-container .cloumn-four {
	float:left;
	width:24%;
	margin:5px 2px;
	padding:5px;
	overflow:hidden;
}
.section-container .cloumn-four p {
	line-height:1.5;
}
.section-container .cloumn-four img {
	border:none;
	margin:0;
}

.section-container .cloumn-two-size {
	clear:both;
	width:45%;
	margin:10px auto;
	padding:10px;
	overflow:hidden;
}

.section-container .cloumn-2s3 {
	float:left;
	width:64%;
	margin:5px;
	padding:5px 10px;
	overflow:hidden;
}
.section-container .cloumn-1s3 {
	float:left;
	width:32%;
	margin:5px;
	padding:5px 10px;
	overflow:hidden;
}


.position-bottom {
	position:absolute;
	bottom: 0;
	overflow:hidden;
}


.section-container .main {
	position:relative;
	float:left;
	width:680px;
	overflow:hidden;
}
.section-container .sub {
	position:relative;
	float:right;
	width:280px;
	margin:0 0 0 0px;
	overflow:hidden;
}
.sub ul.sidemenu {
	list-style:none;
}


.zentai-link {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.zentai-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}



@media screen and (max-width: 768px) {
article.container {
	clear:both;
	margin: 10px auto 0px auto;
}

.section-container .cloumn-three {
	width:32%;
	margin:5px 2px;
	padding:5px 8px;
}
.section-container .cloumn-four {
	width:24.2%;
	margin:2px;
	padding:0;
}
.section-container .cloumn-2s3 {
	width:64%;
	margin:5px 2px;
	padding:5px 8px;
}
.section-container .cloumn-1s3 {
	width:32%;
	margin:5px 2px;
	padding:5px 8px;
}

.section-container .main {
	float:none;
	width:100%;
}
.section-container .sub {
	float:none;
	width:100%;
}
}

@media screen and (max-width: 640px) {
.section-container .cloumn-two {
	width:48.5%;
	margin:0px;
}
.section-container .cloumn-three {
	width:45%;
}
.section-container .cloumn-four {
	width:45%;
}
.section-container .cloumn-four img {
	display:block;
}
.section-container .cloumn-2s3 {
	width:100%;
}
.section-container .cloumn-1s3 {
	width:100%;
}


}
@media screen and (max-width: 480px) {
.section-container .cloumn-two {
	width:100%;
	margin:2px;
	padding:2px;
}
.section-container .cloumn-three {
	width:100%;
	margin:20px 2px;
	padding:2px;
}
.section-container .cloumn-four {
	width:100%;
	margin:2px;
	padding:2px;
}
.section-container .cloumn-2s3 {
	width:100%;
	margin:20px 2px;
	padding:2px;
}
.section-container .cloumn-1s3 {
	width:100%;
	margin:20px 2px;
	padding:2px;
}

.position-bottom {
	position:relative;
}


}
.inner {
	clear:both;
	width: 600px;
	margin: 0px auto;
	overflow:hidden;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
@media screen and (max-width: 980px) {
	article {
		padding:0 0px;
	}
	.inner {
		width: 100%;
		padding: 0 10px;
	}
}

@media screen and (max-width: 768px) {
	.inner {
		width: 100%;
		padding: 0 10px;
	}
}

/*--------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------*/
footer {
	position:relative;
	width:100%;
	margin:0px 0 0 0;
	padding: 30px;
	text-align: center;
	color:#fff;
	background:#090;
	overflow:hidden;
}
footer a {
	padding:0.1rem 0.2rem;
	color:#fff;
}
footer a.home {
	padding:0.1rem 0.2rem;
	color:#fff;
}
footer a:hover {
	color:#ececec;
}
footer p {
	color:#fff;
	text-decoration: none;
}



address {
	font-style:normal;
	font-size:0.85rem;
}

.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}



.btn-social-icon-facebook {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #4966a0;;
  font-size: 25px;
  text-decoration: none;
}

.btn-social-icon-facebook:hover {
  color:#668ad8;
  transition: .5s;
}

.btn-social-icon-facebook__square {
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  color: #FFF;
  background: #4966a0;;
}

.btn-social-icon-facebook__square .fa-facebook {
  position: absolute;
  bottom: -3px;
  right: 6px;
  font-size: 42px;
}


.btn-social-icon-twitter {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #1da1f3;
  font-size: 25px;
  text-decoration: none;
}

.btn-social-icon-twitter:hover {
  color:#88daff;
  transition: .5s;
}

.btn-social-icon-twitter__square {
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  color: #FFF;
  background: #1da1f3;
}

.btn-social-icon-twitter__square i {
  line-height: 50px;
}


.btn-social-icon-line {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #00B900
;
  font-size: 25px;
  text-decoration: none;
}

.btn-social-icon-line:hover {
  color: #00B900;
  transition: .5s;
}

.btn-social-icon-line__square {
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  color: #FFF;
  background: #00B900;
}

.btn-social-icon-line__square i {
  line-height: 50px;
}




/*--------------------------------------------------------------------------
table
--------------------------------------------------------------------------*/
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #dddddd;
}
.cp_table thead th {
	padding: 10px 15px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #dddddd;
}
.cp_table thead th:last-child {
	border-right: 1px solid #dddddd;
}
.cp_table tbody th {
	padding: 10px 15px;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
	background: #dddddd;
	white-space: nowrap;
}
.cp_table tbody tr:last-child th {
	border-bottom: 1px solid #dddddd;
}
.cp_table tbody td {
	padding: 10px 15px;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: #ffffff;
}



@media only screen and (max-width:480px) {
	.cp_table thead {
		display: none;
	}
	.cp_table tbody th {
		display: block;
	}
	.cp_table tbody td {
		display: block;
		padding: 10px 5px;
	}
	.cp_table tbody td::before {
		font-weight: bold;
		float: left;/*上のth要素が長い場合こちらを解除すると1段落下り見やすくなります*/
		padding: 0.5em 0;
		content: attr(label);
	}
	.cp_table tbody td p {
		padding: 0.5em 0 0 1em;
    margin: 0;
	}
}

/*--------------------------------------------------------------------------
parts
--------------------------------------------------------------------------*/

.button-container {
	margin:20px auto;
	overflow:hidden;
}
.button-container-s {
	margin:5px auto;
	overflow:hidden;
}

.button-container .button-box {
	float:left;
	margin:10px;
}
.button-container-s .button-box {
	float:left;
	margin:5px;
}


.button-container a.button {
	display: block;
	width:100%;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	background:#090;
	color: #fff;
	border-radius: 3px;
	transition: .4s;
}
.button-container a.button:hover {
	color:#09C;
	border: 2px solid #090;
	background: #fff;
}
.button-container a.button-white {
	color: #090;
	border: 2px solid #090;
	background: #fff;
}
.button-container a.button-white:hover {
	background: #090;
	color: #fff;
}


.button-container-s a.button {
	display: block;
	width:50%;
	padding: 0.4em;
	text-align: center;
	text-decoration: none;
	background:#090;
	color: #fff;
	border-radius: 3px;
	transition: .4s;
}
.button-container-s a.button:hover {
	color:#09C;
	border: 2px solid #090;
	background: #fff;
}
.button-container-s a.button-white {
	color: #090;
	border: 2px solid #090;
	background: #fff;
}
.button-container-s a.button-white:hover {
	background: #090;
	color: #fff;
}



@media screen and (max-width: 640px) {
.button-container {
	width:90%;
	margin:10px auto;
}
.button-container-s {
	width:90%;
	margin:5px auto;
}

.button-container a.button {
	width:100%;
}
.button-container-s a.button {
	width:100%;
}
}
.waku {
	clear:both;
	margin:20px 10px;
	padding:5px 20px;
	border:#ccc solid 1px;
	overflow:hidden;
}
.waku ul {
	margin:20px;
}
.waku-white {
	margin:20px auto;
	padding:0px 20px 20px 20px;
	border:#ccc solid 4px;
	background:#fff;
	border:none;
	border-radius:8px;
	overflow:hidden;
}
.waku-white ul {
	margin:20px;
}
.waku-attention {
	clear:both;
	margin:20px 10px;
	padding:5px 20px;
	border:#F33 solid 4px;
	border-radius:12px;
	background:#FFF;
	overflow:hidden;
}



@media screen and (max-width: 640px) {
.waku-white {
	margin:10px 5px;
	padding:2px 10px;
}
}


/*--------------------------------------------------------------------------
パート
--------------------------------------------------------------------------*/


/* パンクズ
------------------------------------------------------*/
.pankuzu .inner {
	margin:0;
	padding:0;
}
.pankuzu p {
	margin:5px 0;
	padding:0;
	line-height:125%;
	font-size:0.8rem;
	color:#333;
}
.pankuzu p a {
	color:#333;
}
.pankuzu p a:hover {
	color:#CCC;
	text-decoration:none;
}

/* 前の記事　次の記事リンク
------------------------------------------------------*/

.prev-next-link a {
  border-bottom: 1px #ddd solid;
  display: block;
  text-decoration: none;
  padding: 14px 40px;
  color: #0bd;
}
.prev-next-link a:hover {
  background-color: #f6f6f6;
}
.prev-next-link a:first-child {
  border-top: 1px #ddd solid;
}
.prev-next-label {
  font-size: .825rem;
  color: #000;
  margin-bottom: 10px;
}
i.next-arrow {
	float:left;
}
@media ( min-width: 600px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a,
  .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}

/* エラー
------------------------------------------------------*/
.error {
	clear:both;
	position:relative;
	width:90%;
	text-align:center;
	font-size:1.2rem;
	margin:20px 0;
	padding:100px 20px;
	border:#CCC solid 1px;
}





/* contact
------------------------------------------------------*/




::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#666;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#666;
}
::placeholder{ /* Others */
    color:#666;
}

.form-text{ 
width:100%;
font-size:1.4em;
font-weight:bold; 
border:1px solid #ccc;
border-radius: 5px;
padding: 5px;
color: #000;
background:#f5f5f5;
margin-bottom:20px;
}


/*submitボタンの設定*/
.form-submit-box {
text-align:center;
}
.form-submit{
margin-top:1em;
width:100%;
padding:0.2em;
font-size:1.6em;
font-weight:bold;
border:1px solid #f90;
border-radius: 5px;
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
-moz-border-radius: 5px;
color:#fff;
background: #F90; /* for non-css3 browsers */
box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);}
.form-submit:hover{
background: #F60; /* for non-css3 browsers */
}
.form-submit-box {
	width:50%;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
.form-submit-box {
	width:100%;
}
}

.map {
	width:100%;
	overflow:hidden;
}
.map iframe {
	width:100%;
	height:500px;
	margin:10 auto;
	overflow:hidden;
}
@media screen and (max-width: 768px) {
.map iframe {
	height:300px;
}
}
@media only screen and (max-width:480px) {
.map iframe {
	height:360px;
}
}



/* photo
------------------------------------------------------*/
.photo {
	clear:both;
	position:relative;
}
.photo img {
	margin:1px auto;
}

@media screen and (max-width: 940px) {
.photo {
	width:100%;
	margin:0 auto;
}
.photo img {
	max-width:32.5%;
	height:auto;
}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 640px) {
.photo {
	width:90%;
	margin:0 auto;
}
.photo img {
	max-width:49.5%;
	height:auto;
}
}
@media only screen and (max-width: 480px) {
.photo img {
	max-width:100%;
	height:auto;
}
}
/* contact
------------------------------------------------------*/
#contact-container .bg-orange a.text-white {
	#FFF;
}
#contact-container .sub .button {
	margin:6px 0;
}
#contact-container .section-container .main {
	position:relative;
	float:left;
	width:60%;
	overflow:hidden;
}
#contact-container .section-container .side {
	position:relative;
	float:left;
	width:40%;
	overflow:hidden;
}
@media screen and (max-width: 640px) {
#contact-container .section-container .main {
	float:none;
	width:100%;
}
#contact-container .section-container .side {
	float:none;
	width:100%;
}
#contact-container .button {
	width:100%;
}

}

@media screen and (min-width: 640px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 640px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


.btn-flat-border {
	width:50%;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}
@media screen and (max-width: 980px){	
.btn-flat-border {
	width:80%;
}
}
@media screen and (max-width: 480px) {
.btn-flat-border {
	width:100%;
}
}



/* タイトルなど
--------------------------------------------------------*/

.bg {
	width:100%;
}

.bg-box {
	text-align:center;
	width:80%;
	margin:0 auto;
	overflow:hidden;
}
.bg-box-white {
	text-align:center;
	width:80%;
	margin:0 auto;
	overflow:hidden;
}

.bg-box-w {
	width:100%;
	overflow:hidden;
}


.bg-box h1 {
	text-align:center;
	font-size:2.2rem;
	font-weight:bold;
	margin:50px auto;
	color:#090;
}


.bg-box h1 {
  display: inline-block;
  position: relative;
}
.bg-box h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color:#090; /*下線の色*/
}
.bg-box-white h1 {
	text-align:center;
	font-size:2.2rem;
	font-weight:bold;
	margin:50px auto;
	color:#fff;
}


.bg-box-white h1 {
  display: inline-block;
  position: relative;
}
.bg-box-white h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color:#fff; /*下線の色*/
}

.bg-box-w h1 {
	font-size:2.2rem;
	font-weight:bold;
	margin:0 0 50px 0;
}
.bg-box-w h1 {
  display: inline-block;
  position: relative;
}
.bg-box-w h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}

@media screen and (max-width: 1280px) {
.bg-box-left {
	margin:300px 0 0 0;
}

}

@media screen and (max-width: 940px) {
.bg-box-right {
	margin:300px 0 0 0;
}
.bg-box-left {
	margin:240px 0 0 0;
}

}
@media screen and (max-width: 768px) {
.bg-box-right {
	margin:250px 0 0 0;
}
.bg-box-left {
	margin:180px 0 0 0;
}

}
@media screen and (max-width: 640px) {
.bg-box {
	width:100%;

}
.bg-box-right {
	float:none;
	margin:250px 0 0 0;
}

}
@media only screen and (max-width: 480px) {
.bg-box {
	width:100%;

}
.bg-box-right {
	float:none;
	margin:150px 0 0 0;
}


.bg-box h1 {
	font-size:1.8rem;
	font-weight:bold;
}

}

/*Youtube*/
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

.contact-box {
	width:100%;
	margin:20px auto 20px auto;
	padding:10px 10px;
	border:#666 solid 1px;
	border-radius:2px;
background: rgba(255,255,255,0.8);
overflow:hidden;
}
.contact-box p {
	margin:0;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		color:#333;
	}
}

	.telphone {
		font-size:2.0rem;
		margin:5px auto;
		border:
	}

@media only screen and (max-width: 768px) {
	.contact-box {
		text-align:center;
	}
	.telphone {
		font-size:1.0rem;
		margin:0px;
		border:
	}

.telphone a.button {
	display: block;
	width:90%;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	background:#fff;
	color: #090;
	border-radius: 3px;
	transition: .4s;
	margin:0 auto;
}
.telphone a.button:hover {
	color:#09C;
	border: 2px solid #090;
	background: #fff;
}
.telphone a.button-white {
	color: #fff;
	border: 2px solid #090;
	background: #090;
}
.telphone a.button-white:hover {
	background: #fff;
	color: #090;
}

	
	
}