﻿/*Basics*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

html, html a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

html, body {
	min-height: 100%; 
}

body {
	font-size: 17px;
	color: #444;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #fff; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 0; 
}

h2 { font-size: 40px;}
h3 { font-size: 41px;}
h4 { font-size: 32px;}
h5 { font-size: 21px;}
h6 { font-size: 18px;}

h3, h4 {
	position: relative;
	padding-bottom: 28px;
}

h3:after, h4:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 2px solid #b1a492;
}

.noline h4 {
	position: relative;
}

h4.noline:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: none;
}


p {
	line-height: 1.4;
	margin: 20px 0;
}

.subtitle, .category {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 14px;
	color: #777;
	text-align: center;
}

.subtitle, .category,.wfont{
	color: #ffffff;
	text-align: center;
}


img, embed, object, video {
	max-width: 100%; }


ul, li {
	list-style: none;
	margin: 0;
	padding: 0; 
}

a {
	text-decoration: none; 
	color: #e59361;
}

a:hover {
	text-decoration: none;
	color: #74320A;
}

::selection {
	background: #e59361;
	color: #fff;
}

.clear {
	clear: both;
}
	
.wrapper {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}

input[type=text] {
	border: 2px solid #444;
	background: #fff;
	font-size: 17px;
	color: #444;
	padding: 16px;
	border-radius: 999px;
	width: 280px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.buttons {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

a.button-1, a.button-2, button {
	color: #fff;
	background: #e32526 ;
	border: 2px solid #e32526 ;
	border-radius: 999px;
	margin-top: -2px;
	margin-left: 10px;
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.1em;
	display: inline-block;
	width: 280px;
	margin: 10px;
	text-align: center;
	padding: 18px 0;
}

a.button-1:hover {
	border-color: #f2a613;
	background-color: #fd8a5b;
}

a.button-2 {
	border-color: #444;
	background: none;
	color: #444;
}

a.button-2:hover {
	background: #444;
	color: #fff;
}

.tango{display:inline-block;}


@media only screen and (max-width: 640px) {
	a.button-1, a.button-2 {
		font-size: 16px;
		margin: 5px;
	}
}


/* スクロール */

.sc_effect {
  opacity: 0;
  transition: all .5s ease;
}

.sc_effect.show {
  opacity: 1;
  transform: none;
}

.sc_up {
  transform: translate(0, 100px);
}
 


/*Banner*/

#banner {
	height: 800px;
	background:#fff7ef url(../images/header_top.jpg) no-repeat center;
	position: relative;
	padding: 1px 0 0 0;
}

#banner .wrapper {
	text-align: center;
	margin-top: 230px;
}

#banner h2 {
	margin: 20px auto 20px auto;
	padding: 0 5%;
	opacity: 0.9;
	color: #e32526;
	font-size: 60px;
	text-align: center;
	font-weight: 700;
}

#banner .subtitle {
	font-size: 18px;
	letter-spacing: 0.1emx;
	margin: 0 auto;
	color: #e32526;
	margin-bottom: 40px;
}

#banner .button-2 {
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	margin: 0;
	color: #e0dad4;
	
}



#banner p {
	font-family: 'Droid Serif', Times, Georgia, serif;
	font-style: italic;
	width: 70%;
	#banner h2 {
		font-size: 48px;
		margin-top: 20px;
		padding: 0;
		width: 100%;
	}
	#banner .wrapper { 
		margin: 50px auto;
	}
	#banner p {
		width: 90%;
	}
	#banner {
		height: auto;
		padding: 40px 0;
	}
}

/*Featured Articles Section Section*/

.featured-articles-section {
	text-align: center;
	padding: 30px 0;
	background: #fff;
}

.featured-articles-section2 {
    background:#f9fff4;
    text-align: left;
	padding: 30px 20px;
}

.featured-articles-section2 .text.align-center {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}


.featured-articles-section3 {
	text-align: center;
	padding: 30px 0;
	background: #fffff4;
}


.cards-container {
	margin: 60px auto;
}

.article-card {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin: 10px;
	border-radius: 10px;
}

.article-card.article-card-alt {
	background-color: #e6e4e1;
}

.article-card.article-card-alt h4 {
	color: #ffff;
    font-size:30px;
}

.article-card.article-card-alt h4:after {
	border-color: #3c3834;
    	text-shadow: 5px 4px 10px #333333;
	opacity: .6;
}

.article-card.article-card-alt .category, 
.article-card.article-card-alt p, 
.article-card.article-card-alt p a {
	color: #3c3834;
}

.article-card-content {
	width: 90%;
	margin: 10% auto;
}

.article-card .category {
	color: #fff;
	text-shadow: 5px 4px 10px #333333;
}

.article-card h4 {
	color: #ffffff;
	 text-shadow: 5px 4px 10px #AD5355;
    margin-top: 20px;
}

.article-card p, .article-card p a {
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-style: italic;
	font-size: 16px;
        line-height:1.6;
	color: #333333;
	width: 90%;
    padding:5px;
	margin: 25px auto 0 auto;
    text-shadow: 5px 4px 10px #1A680E;
	background-color:#ffffff;
	opacity: 0.75;
	}

.article-card.card-large p {
	width: 60%;
}


.article-card h4:after {
	border-color: rgba(255, 255, 255, .6);
}

.article-card.card-large {
	width: 790px;
	height: 520px;
}

.article-card.card-medium {
	width: 520px;
	height: 420px;
}

.article-card.card-small {
	width: 250px;
	height: 250px;
}

.article-group {
	float: left;
}

.article-group .article-card {
	float: none;
}

@media only screen and (max-width: 1079px) {
	.cards-container {
		width: 800px;
	}
	.article-card.card-large {
		width: 510px;
	}
	.article-card.card-medium {
		width: 380px;
	}
	.article-card.card-large p {
		width: auto;
	}
}

@media only screen and (max-width: 799px) {
	.cards-container {
		width: 90%;
	}
	.article-card.card-large, .article-card.card-medium {
		width: 95%;
		margin: 2.5% 2.5%;
	}
	.article-card.card-small {
		width: 45%;
		margin: 1.25% 2.5%;
	}

.article-card h4{font-size:24px;}
.cards-container h4{font-size:25px;}
  
.article-card p{font-size:12px;}

h4.iro_g{font-size:26px;}
h4.iro_k{font-size:26px;}
h4.iro_n{font-size:26px;}
h4.iro_ora{font-size:26px;}
h4.iro_pin{font-size:26px;}
h4.iro_mura{font-size:26px;}
    
}
	
@media only screen and (max-width: 480px) {
	.article-card.card-small {
		width: 95%;
		margin: 2.5% 2.5%;
	}

.article-card h4{font-size:24px;}
  
.article-card p{font-size:10px;}

h4.iro_g{font-size:26px;}
h4.iro_k{font-size:26px;}
h4.iro_n{font-size:26px;}


}


/*Full Width Section*/

.full-width-section {
	text-align: center;
	padding: 60px 0 80px;
	background: #ffffff;
	max-height:870px;
    min-height:740px;
	background-repeat: no-repeat;
	background-position: center;
}

.full-width-section .subtitle {
	color: #b1a492;
	font-size: 18px;
	margin-bottom: 50px;
}


.full-width-section h2 {
	margin-bottom: 50px;
   
}

.full-width-section p {
    text-align: left;
	font-size: 18px;
	color: #777;
	margin-bottom: 30px;
}

.full-width-section .text.align-left {
	float: left;
	width: 60%;
	padding: 0 10% 0 40px;
}


.full-width-section .text.align-right{
	float: right;
	width: 60%;
	padding: 0 40px 0 10%;
}

.full-width-section .text.align-center {
  	margin: 0 auto!important;
	text-align: center!important;
	width: 80%;
}

.full-width-section .text.align-center p.subtitle {
	text-align: center!important;
}


.full-width-section ul.list-checkmarks {
	margin-top: 40px;
}

ul.list-checkmarks li {
	text-align: left;
	list-style-image: none;
	background: url(../images/checkmark.png) top left no-repeat;
	background-position: 0 2px;
	margin: 10px 0;
	padding: 0 10px 10px 40px;
}

@media only screen and (max-width: 1024px) {
	.full-width-section {
      padding: 80px 30px auto 0;
	}
}




@media only screen and (max-width: 720px) {
	.full-width-section .text {
		float: none!important;
		text-align: center;
	}
	.full-width-section .text.align-right, 
	.full-width-section .text.align-left,
  	.full-width-section .text.align-center,
	.full-width-section .image.align-right,
  	.full-width-section .image.align-center,
	.full-width-section .image.align-left {
		width: 100%;
	}
	.full-width-section .image {
		float: none!important;
		width: 80%!important;
		padding: 0 20px;
		margin: 0 auto 60px auto;
	}
	.full-width-section .text p.subtitle {
		text-align: center;
	}
	.full-width-section h2 {
		font-size: 60px;
	}
}


/*Services Section*/

.services-section {
	text-align: center;
	padding: 10px 0;
	background: #fff;
}

.services-section .subtitle {
	color: #cd853f;
	color: rgba(205, 133, 63, .8);
	font-size: 12px;
}

.services-section p {
	color: #fff;
	color: rgba(255, 255, 255, .8);
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-style: italic;
	font-size: 16px;
}

.services-section h4 {
	color: #fff;
}

.services-section h4:after {
	border-color: rgba(255, 255, 255, .8);
}

ul.services-list {
	width: 90%;
	margin: 20px auto 60px;
}


ul.services-list li {
	display: inline-block;
	float: left;
	width: 30.66%;
	background-color:#222 ;
	padding: 90px 0;
	margin: 0 2%;
	border-radius: 10px;
}

ul.services-list li.emphasis {
	background: #2BA88F;
}

ul.services-list li p {
	width: 80%;
	margin: 20px auto 40px auto;
}

ul.services-list li a {
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #e59361;
}

ul.services-list li a:hover {
	color: #d57e4a;
}



a.small-button {
	color: #fff!important;
	font-size: 12px;
	padding: 8px 40px;
	border: 2px solid #fff;
	border-radius: 999px;
}

a.small-button:hover {
	opacity: 0.8;
}

ul.services-list li:first-of-type {
	margin-left: 0;
}

ul.services-list li:last-of-type {
	margin-right: 0;
}


@media only screen and (max-width: 960px) {
	ul.services-list li {
		display: block;
		width: 100%;
		margin: 20px 0!important;
	}
}


}

/*Latest Articles / Masonry Section*/

.masonry-section {
	text-align: center;
	padding: 100px 0;
	background: #f2f2f2;
}

.masonry-section span {
	font-size:0.75em;
}

.masonry-section p {
	font-size:14px;
}


.masonry-section p.red {
	font-size:14px;
        color:#ff0000;
}



.masonry {
    margin: 60px auto;
    padding: 0;
    width: 95%;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 10px;
    text-align: left;
}

.item .summary {
	padding: 10px 30px 30px 30px;
}

.item h4 {color:#C0258F;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 24px;
	margin: 12px 0;
	padding: 0;
}

.item .category {
	color: #867a6f;
	font-size: 12px;
}

.item .category a {
	color: #867a6f;
	font-size: 12px;
}


.item h4:after {
	display: none;
}

.item img.article-image {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
}

.advert-item {
	background: none;
}

.item img.advert {
	border-radius: 10px;
}

@media only screen and (min-width: 480px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 720px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1024px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/*Instagram Section*/

.instagram-section {
	text-align: center;
	padding: 10px 0;
	background: #ffffff;
}

.instagram-section p.subtitle {
	color: #228b22;
	font-size: 13px;
        
}

.instagram-section p.t_news {
	font-size: 16px;
        margin:5px;
}

ul.instagram-list {
	width: 90%;
	max-width: 1190px;
	margin: 80px auto 60px;
    display: flex;
}

ul.instagram-list li {
	display: inline-block;
	float: left;
	width: 30%;
	background: #fff;
	padding: 0;
	margin: 1%;
}

ul.instagram-list li img {
	border-radius: 10px;
}

ul.instagram-list li a:hover {
	opacity: .5;
}
@media only screen and (max-width: 960px) {
	ul.instagram-list li {
		display: block;
		width: 47%;
		margin: 1.5%;
	}
}

@media only screen and (max-width: 720px) {
	ul.instagram-list li {
		display: block;
		width: 100%;
		margin: 3% 0;
	}
}

/*ph_slide Section*/

.ph_slide {
display: flex;
align-items: center;
overflow: hidden;
    height:400px;
    padding:10px 0; 
}

.ph_slide-list {
    height:100%;
    display: inline-flex;
    flex: none;
    animation: loop-slide 20s infinite linear 1s both;
}



@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}




.ph_slide p.subtitle {
	color: #228b22;
	font-size: 13px;
}

.ph_slide p.t_news {
	font-size: 16px;
        margin:5px;
}



ul.ph_slide-list li img {
	border-radius: 10px;
height:350px;
}

ul.ph_slide-list li a:hover {
	opacity: .5;
}

@media only screen and (max-width: 960px) {
	ul.ph_slide-list li {
		display: block;
		height: 47%;
	}
}

@media only screen and (max-width: 720px) {
	ul.ph_slide-list li {
		display: block;
		height: 100%;
	}
}



/*Footer*/

footer {
	background: #222;
	margin-top: 0px;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}

footer .footer-left {
	float: left;
	text-align: left;
}

footer .footer-right {
	float: right;
	text-align: right;
}

footer p {
	font-size: 16px;
	margin: 5px;
}

footer p.copyright {
	font-family: 'Oxygen', sans-serif;
	font-weight: 500;
	color: #ccc;
}

footer .footer-links {
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
}

footer .footer-links a {
	color: #777;
	margin: 0 20px;
}

footer .footer-links a:hover {
	color: #e59361;
}

footer .footer-links a:first-of-type {
	margin: 0 20px 0 0;
}

footer .footer-right a.social {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: no-repeat center;
	text-indent: -4999px;
	overflow: hidden;
	text-align: left;
	background-color: #363636;
	border-radius: 999px;
	margin-left: 10px;
}

footer .footer-right a.social:hover {
	background-color: #e59361;
}

footer a.social.facebook {
	background-image: url(../images/social-facebook.png);
}
footer a.social.twitter {
	background-image: url(../images/social-twitter.png);
}
footer a.social.google {
	background-image: url(../images/social-google.png);
}

@media only screen and (max-width: 960px) {
	footer {
		padding: 30px 0;
	}
	footer .footer-left, footer .footer-right, footer a.logo {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	footer .footer-left {
		margin-bottom: 20px;
	}
	footer a.logo {
		 margin: 10px auto 40px auto;
	}
	footer .footer-links a {
		margin: 0 5px!important;
		font-size: 14px;
	}
}


/*************
/* ここから追加変更
*************/

.inner{
margin:0 auto;
width:100%;
}





/*************
/* ヘッダー
*************/
#header{
padding:10px 0 15px;
overflow:hidden;
background-color: #FA8BFF;
background-image: linear-gradient(-45deg, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%);
border-bottom:1px solid #48370d;
}

* html #header{height:1%;}

#header h1{
font-size:12px;
font-weight:600;
color:
}

#header a{
color:#68552a;
}



/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:10px 0 0 10px;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
color:#fff;
border:0;
}

.logo img{
max-width:220px;
}

.logo span{color:#ffffff;
font-size:12px;
font-weight:normal;
}


/**************************
/* トップナビゲーション
**************************/
ul#topnav{
float:right;
overflow:hidden;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
margin:0 5px;
text-align:center;
}

ul#topnav a{
font-size:13px;
display:block;
padding:20px 10px;
color:#68552a;
}

ul#topnav span{
color:#ffffff;
font-size:10px;
}

ul#topnav li.active a,ul#topnav a:hover{
background:#48370d;
border-radius:5px;
color:#ffffff;
}


@media  only screen and (min-width:960px){	
	#wrapper,.inner{
	width:940px;
	padding:0;
	}
	
	table.okazaki {width:450px;}
    table.anjyo {width:400px;}
}

@media only screen and (max-width:940px){
	.inner h1{padding:0 0 5px 10px;}
	.inner .logo{padding-left:10px;}

table.okazaki {width:450px;}
table.anjyo {width:400px;}	
	
}
/* iPad 縦 */
@media only screen and (max-width:768px){
  #header{padding-bottom:0;}	

	#header h1{text-align:center;}
	
	#header .logo{
	float:none;
	text-align:center;
	padding:10px 5px 20px;
	}

	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0;
	border-top:1px solid #48370d;
	border-right:1px dashed #48370d;
	 box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li.active a,ul#topnav a:hover{border-radius:0;}
	
	
	
	table.okazaki {width:250px;}
        table.anjyo {width:200px;}
}
	
	/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

<!-- メニュー6つここから

	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	border-right:1px dashed #48370d;
	width:50%;
	}
	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}

メニュー6つここまで　-->

	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0;
	border-top:1px solid #48370d;
	border-right:1px dashed #48370d;
	 box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li.active a,ul#topnav a:hover{border-radius:0;}

	
.midi{
      margin-top:50px;
	}
	
table.okazaki {width:250px;}
table.anjyo {width:200px;}
    
.full-width-section h2 {
	margin-top: -150px;
}
    
.full-width-section h2.ac_title {
	margin-top: 70px!important;
}
    
}
    
	
}



	/* topページ文字変更 */

p.shadow{
  text-shadow: 5px 4px 10px #000000;
}

p.shadow2{
  text-shadow: 1px 2px 5px #730D0F;
}

h4.iro_g{
  text-shadow: 5px 4px 10px #9814C3;
	}

h4.iro_k{
  text-shadow: 5px 4px 10px #F40E0E;
	}
	
h4.iro_n{
  text-shadow: 5px 4px 10px #209DB1;
	}
	
.thema{
  color:#3cb371;
  text-shadow: 5px 4px 10px #f0e68c;
}

.iro_ora{
  color:#ec8a00;
  text-shadow: 5px 4px 10px #e29038;
}

.iro_pin{
  color:#ff71a9;
  text-shadow: 5px 4px 10px #e29038;
}

.iro_mura{
  color:#c438ff;
  text-shadow: 5px 4px 10px #ffaabd;
}

.iro_t{
  color:#66cdaa;
  text-shadow: 5px 4px 10px #98fb98;
}

/* タイムテーブル */
	
section.time_s{
padding:19px;
margin-bottom:20px;
border:1px solid #ebebeb;
border-radius:6px;
background:#fff;
overflow:hidden;
font-size:14px;
}

* html section.time_s{height:1%;}

section.time_s p{margin-bottom:5px;}	


/* access */

/*************
テーブル
*************/
table.table{float:left;
border-collapse:collapse;
width:80%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #48370d;
}

table.table th{
text-align:left;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#cc6600;
border-left:#48370d 5px solid

}

table.table td{border-left:#48370d 3px double;
vertical-align: middle;}

/* バス地図 */

.buschizu{
        margin:20px 0 20px 10px;
        padding:0;
        width:100%;
}


.buschizu ul {list-style-type:none;
        max-width:900px;
        margin:0;
        padding:0;
}


.buschizu ul li{margin-right:10px;
margin-bottom:20px;
	float: left;
}


.buschizu li img{display:block;
                  max-width:500px;
}

.buschizu li img{display:block;
width:100%;
}




/* バス */





.noriba{margin:0;
max-width:100%;
border:solid 2px #333333;
position:relative;
}

.noriba_lef{max-width:50%;
float:left;
border:solid 2px #333333;
position:absolute;
}

.noriba_rig{max-width:50%;
float:left;
position:absolute;
}



/* 時刻表テーブル */

table.okazaki {max-width:400px;
	border-collapse: collapse;
	text-align: center;
        font-size:1em;
	line-height: 1.5;
}
table.okazaki th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	color: #333333;
	border-bottom: 3px solid #036;
}
table.okazaki tbody th {width:450px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #FFE18B;
}
table.okazaki td {
	padding: 10px;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #ccc;
}



table.anjyo {max-width:450px;
	border-collapse: collapse;
	text-align: center;
        font-size:1em;
	line-height: 1.5;
}
table.anjyo th {
	padding: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	color: #333333;
	border-bottom: 3px solid #036;
}
table.anjyo tbody th {width:450px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: #99CCFF;
}
table.anjyo td {
	padding: 10px;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.buscome {font-size:16px;
margin-top:10px;
color:#660000;
}


#post_title{width:100%;
	float:left;
	margin: 0 auto 5px;
	padding:0px;

}


#post_title p{
	margin: 20px auto 5px;
	padding:0px;

}

h2.ga_mei1 {font-size:18px;
        color:#ffffff;
	position: relative;
	padding: .5em .75em;
	background-color: #48370d;
	border-radius: 6px;
}

h2.ga_mei1::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #48370d;

}

h2.ga_mei1 span {font-size:10px;
}

p.heading_kouza {margin-top:20px;
color:#68552a;
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #68552a;
}


#mainBanner{
margin:30px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
border-radius:3px;
}

.subImg .slogan{background:url(images/tp3.png);}

.subImg .slogan h2{color:#fff;}
.subImg .slogan h3{color:#ccc;}


.red{color:#ff0000;
}

.font-oleo {font-family: 'Oleo Script Swash Caps', cursive;}
.wf-notosansjapanese { font-family: "Noto Sans JP"; }
.font-round {font-family:'M PLUS Rounded 1c', sans-serif;}

.font_small{font-size:0.7em;line-height:1.2;}



/* 箇条書き */

.howto{ font-size:16px;
          font-weight:600;
          margin-left:5px;
          counter-reset: li;
          list-style: none;
           padding-left: 5px;
}

.howto > li {font-size:1em;
               line-height: 1.25;
                position: relative;
                margin-bottom:5px; 
                padding-left: 2.5em;
}

.howto > li:before {content: counter(li) "";
                        counter-increment: li; 
                        position: absolute;
                        left: 0; width: 1.25em; height: 1.25em;
                        background: #ff0033;
                         border-radius: 50px; 
                         color: #fff;
                         line-height: 1.25; 
                         text-align: center;
}

/* テーブル */
table.kikaku1{
  width: 100%;
  border-collapse: collapse;
}

table.kikaku1 tr{
  border-bottom: solid 2px white;
}

table.kikaku1 tr:last-child{
  border-bottom: none;
}

table.kikaku1 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #66cdaa;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table.kikaku1 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #66cdaa;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.kikaku1 td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}


table.kikaku2{
  width: 100%;
  border-collapse: collapse;
}

table.kikaku2 tr{
  border-bottom: solid 2px white;
}

table.kikaku2 tr:last-child{
  border-bottom: none;
}

table.kikaku2 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #40e0d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table.kikaku2 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #40e0d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.kikaku2 td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}


table.kikaku3{
  width: 100%;
  border-collapse: collapse;
}

table.kikaku3 tr{
  border-bottom: solid 2px white;
}

table.kikaku3 tr:last-child{
  border-bottom: none;
}

table.kikaku3 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #6cbb5a;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table.kikaku3 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #6cbb5a;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.kikaku3 td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

/* テーブルの枠 */

.group_waku1 {
    margin: 30px 0;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.group_waku1 .box-title {
    font-size: 1.2em;
    background: #66cdaa;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.group_waku1 p {
    padding: 0;
    margin:20px auto 0;
}



.group_waku2 {
    margin: 30px 0;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.group_waku2 .box-title {
    font-size: 1.2em;
    background: #40e0d0;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.group_waku2 p {
    padding: 0;
    margin:20px auto 0;
}


.group_waku3 {
    margin: 30px 0;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.group_waku3 .box-title {
    font-size: 1.2em;
    background: #6cbb5a;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.group_waku3 p {
    padding: 0;
    margin:20px auto 0;
}


/* バルーン*/

.wrapper2 {
	max-width: 1080px;
	margin:100px auto;
	position: relative;
}

.full-width-section .text.align-left_b {
	float: left;
	width: 60%;
	padding: 0 10% 10px 40px;
}



@media only screen and (max-width: 1000px) {


.wrapper2 {
	max-width: 1080px;
	margin:50px auto;
	position: relative;
}

.full-width-section .text.align-left_b {
	float: left;
	width: 35%!important;
	padding:0 10% 10x 20px;
}

}


@media only screen and (max-width: 760px) {

.wrapper2 {
	max-width: 1080px;
	margin:150px auto 350px;
	position: relative; 
}


        .full-width-section .text.align-left_b {
		width: 40%!important;
		float: none!important;
		text-align: center;
		margin: 0 auto 60px auto;

	}

}



@media only screen and (min-width: 480px) {

.wrapper2 {
	width: 100%;
    text-align: center;
	margin:0 auto;
	position: relative;
}


}

}
