@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
body {
	font-family: FOT-筑紫A丸ゴシック Std,"Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	color: #000;
	background: #fff;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
    margin: 0;
}
input, textarea {
	font-family: FOT-筑紫A丸ゴシック Std,"Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 100%;
}
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
}
/******************** a ********************/
a {
	color: dodgerblue;
	text-decoration: none;
}
a:hover {
	color: #f9a715;
}
/********************/
p {
	margin: 0;
}
.spacer {
	margin-bottom: 10px;
}
.spacer2 {
	margin-bottom: 15px;
}
.spacer3 {
	margin-bottom: 20px;
}
.center {
	text-align: center;
}
.side {
	text-align: center;
	margin-bottom: 10px;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
img {
	vertical-align: middle;
}
.large {
	font-size: 140%;
	line-height: 170%;
}
.small {
	font-size: 90%;
	line-height: 130%;
}
.yellow {
	color: #fd7;
}
.red {
	color: #FF0000;
}
.gray {
	color: #aaa;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html .clearfix {
    height: 0em;
}
/******************** ie6 ********************/
*html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
*html input, * html textarea {
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
/******************** contents ********************/
div#page {
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 320px) and (max-width: 767px){
	div#page {
		width: auto;
		min-width: 300px;
	}
}
.img img {
	width: 100%;
	height: auto;
}
h2 {
	font-size: 30px;
    font-family: journal, sans-serif;
    font-style: normal;
    font-weight: 400;
	padding: 10px 0;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 50px auto 20px;
}
h2 .ja {
    font-size: 14px;
    font-family: FOT-筑紫A丸ゴシック Std;
}
@media screen and (min-width: 320px) and (max-width: 767px){
h2 {
    font-size: 26px;
    margin: 30px auto 10px;
}
h2 .ja {
    font-size: 11px !important;
}
}

#top_image {
    margin: 0 0 30px;
}
#top_image img {
    width: 90%;
    height: auto;
}
#top_image_sp {
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px){
#top_image {
    display: none;
}
#top_image_sp {
    display: inherit;
}
#top_image_sp img {
    width: 100%;
    height: auto;
}
}
/******************** concept ********************/
div.concept {
    text-align: left;
    width: 1000px;
    margin: 35px auto;
    padding: 5px 500px 30px 0;
    line-height: 200%;
    background: url("../img/top_concept.jpg") no-repeat center right;
}
div.concept h2 {
    text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 1000px){
div.concept {
    width: auto;
    margin: 10px auto;
    padding: 0 15px 240px;
    line-height: 180%;
    background: url("../img/top_concept.jpg") no-repeat center bottom;
    background-size: 260px;
}
div.concept h2 {
    text-align: center;
}
}
/******************** topics ********************/
#topics_list dl {
    width: 90%;
    max-width: 1100px;
	text-align: left;
	margin: 10px auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#topics_list dt {
	width: 30%;
	border-bottom: 1px solid #ccc;
	padding: 7px 0 13px;
	margin-bottom: 5px;
}
#topics_list dt span {
	display: block;
	padding: 0 2%;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 1% 0 0;
	background: #e3c77e;
	color: #fff;
	border-radius: 3px;
}
#topics_list dd {
	width: 70%;
	padding: 10px 2.5%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
#topics_list dd::before {
    left: 10px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 4px solid #e00;
}
#topics_list dd a {
	display: block;
	color: #000;
}
#topics_list dd a:hover {
	color: #aa8f43;
}
@media screen and (min-width: 320px) and (max-width: 767px){
#topics_list dl {
    width: 95%;
	display: inherit;
	text-align: center;
}
#topics_list dt {
	width: 35%;
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
	font-weight: normal;
	border: none;
}
#topics_list dt span {
	line-height: 22px;
	padding: 0 0.4%;
	font-weight: normal;
	margin: 0;
}
#topics_list dd {
	padding: 6px 5px 8px;
    line-height: 120%;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
}
/******************** menu ********************/
.sub {
    font-size: 18px;
    margin: -15px auto 20px;
}
div.menu {
    border: 1.5px solid #aa8f43;
    background-image: url("../img/menu_top_left.png"), url("../img/menu_top_right.png"), url("../img/menu_bottom_left.jpg.png"), url("../img/menu_bottom_right.png");
    background-position: left top, right top, left bottom, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    min-height: 500px;
    padding: 50px 20px 20px;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
div.menu .title {
    color: #aa8f43;
    font-size: 20px;
    font-weight: bold;
    width: 400px;
    margin: 0 30px 20px;
    text-align: left;
}
div.menu .title span.normal {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
div.menu dl {
    line-height: 40px;
    width: 400px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 30px 30px;
}
div.menu dt {
    width: 70%;
    text-align: left;
}
div.menu dd {
    text-align: right;
    width: 30%;
}
@media screen and (min-width: 320px) and (max-width: 767px){
.sub {
    font-size: 14px;
    margin: -10px auto 15px;
}
div.menu {
    padding: 35px 0px 10px;
    width: 95%;
    justify-content: space-around;
}
div.menu .title {
    font-size: 18px;
    width: 310px;
    margin: 0 0px 15px;
}
div.menu .title span.normal {
    font-size: 12px;
}
div.menu dl {
    line-height: 30px;
    width: 310px;
    margin: 0 0px 30px;
}
}
/******************** info ********************/
div.info {
    background: #f7f5f1;
    padding: 15px 20px;
    text-align: center;
    color: #aa8f43;
    font-size: 18px;
    line-height: 50px;
    width: 700px;
    margin: 0 auto 30px;
}
div.info li {
    display: inline;
    margin: 0 10px;
}
div.info a {
    color: #aa8f43;
}
div.info img {
    vertical-align: bottom;
    margin: 0 10px 0 10px;
    position: relative;
    top: -12px;
}
div.info .font24 {
    font-size: 24px;
    font-weight: 600;
}
div.info .font36 {
    font-size: 36px;
    font-weight: 600;
}
#address {
    margin: 0 10px;
}
#address span {
    white-space: nowrap;
    margin: 0 8px 0 0;
}
iframe {
    margin: 30px auto;
    width: 100%;
    height: 450px;
    border: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px){
div.info {
    padding: 10px 10px;
    font-size: 14px;
    line-height: inherit;
    width: auto;
    margin: 0 auto 30px;
}
div.info ul {
    margin-bottom: 15px;
}
div.info li {
    display: inline;
    margin: 0 10px;
}
div.info li.tel {
    display: block;
    margin-top: 5px;
}
div.info img {
    vertical-align: middle;
    margin: 0 10px 0 0;
    position: inherit;
    top: 0;
}
div.info img#img_large {
    width: 34px;
    height: auto;
    margin: 0 4px 0 10px;
    position: relative;
    top: -5px;
}
div.info .font24 {
    font-size: 14px;
}
div.info .font36 {
    font-size: 20px;
}
iframe {
    margin: 30px auto;
    min-width: auto;
    height: 400px;
}
}
/********************/




/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
	background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  

/* 横並び */
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	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;
}

/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/