@charset "UTF-8";
/* CSS Document */
	
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}
}


html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #222;
	font-weight: 100;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	font-size:16px;
	box-sizing: border-box;
	/*transform: rotate(.03deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}
li {
	line-height: 1.5;
}



body{
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese";
	font-weight: 700;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
    background: #fff;
}
/*IE7*/
*+html body  {
font-size:13px;
}
select,input,button,textarea{
	font: 99% "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese";
}


table{
	font-size: inherit;
	font: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 8px;
}

ol,ul,li{
	list-style: none;
}

a,
input{
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: #8c774a;
    text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;
}
p a{
    text-decoration: underline;
}

/*a:link {
	color: #141414;	text-decoration: none;
}
a:visited {
	color: #141414;	text-decoration: none;
}*/
a:hover {
	text-decoration: none;
    text-decoration-color: transparent;
}
/*a:focus {
	color: #141414;	text-decoration: none;
}
a:active {
	color: #141414;	text-decoration: none;
}*/

em {
	font-style:normal;
}

img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}

.image {
	overflow: hidden;
}
.image a img {
	width: 100%;
	height: auto;
	display: block;
	transition-duration: .3s;
}
.image a img:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}



/* common */
.inline {
	display: flex;
	width: 100%;
}

.obj_fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.inner {
    width: 90%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
section {
	padding: 8% 0 0;
    /*background: #f5f5f5;*/
    background: url(/images/bg.jpg) repeat left top / 300px;
}
section:first-of-type {
}
section:last-of-type {
    margin-bottom: 0;
}

section .white {
    background: #fff;
    padding-bottom: 5%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2); 
}

.low section:first-of-type {
	padding: 5% 0 0;
}

section > section {
	margin: 5% auto;
}

.pcnone {
	display: none;
}

h3, h4 {
    margin-bottom: 10px;
}

.bracket:before {
    content: '【';
}
.bracket:after {
    content: '】';
}


.low p {
    margin-bottom: 1.5em;
}
.low p:last-of-type {
    margin-bottom: 0;
}
.al_r {
    text-align: right;
}

dl {
    display: flex;
}
dt {
    margin-right: 2%;
}


table {
    width: 100%;
    margin: 2% 0;
}
th,td {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
    text-align: center;
}
th {
    background: #e8edf1;
}




.clearfix::after {
  content: "";
  display: block;
  clear: both;
}




/* footer */
footer {
    background: #a9a9a9;
    padding: 3% 0 5%;
}
footer .inner {
    width: 90%;
}
footer h3 {
    font-size: 16px;
}
footer p {
    font-size: 14px;
}
footer h3,
footer p,
footer small,
footer a {
    color: #fff;
}
footer a:hover {
    text-decoration: underline;
}
footer ul {
    margin: 20px 0;
    overflow: hidden;
}
footer li {
    float: left;
    line-height: 1;
    padding: 0 10px;
    border-right: 1px solid #fff;
    font-size: 12px;
}
footer li:first-child {
    padding-left: 0;
}
footer li:last-child {
    border-right: none;
}




/* breadcrumb */
.breadcrumb {
	max-width: 1200px;
	width: 90%;
	margin: 15px auto;
	overflow: hidden;
}
.breadcrumb li,
.breadcrumb span,
.breadcrumb a {
	font-size: 12px;
	color: #888;
}
.breadcrumb a span {
	color: #555;
	text-decoration: underline;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 5px;
}
.breadcrumb li:last-child:after {
	content: '';
	padding: 0;
}


/* 404 */
.error .title_wrap .sub {
	font-size: 2.5vw;
}
.error section {
	text-align: center;
}
.error section p {
	margin-bottom: 5%;
}



/* TOPへボタン */
#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 3%;
	background: rgba(0, 0, 0, .3);
	text-align: center;
	text-decoration: none; 
	overflow: hidden;
	padding: 35px 20px 5px 20px;
	font-size: 10px;
    font-weight: bold;
    color: #fff;
}
#page-top:hover {
	background: rgba(0, 0, 0, 1);
}

#page-top:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 35px;
    width: 1px;
    height: 20px;
    background: #fff;
}
#page-top:after {
	content: '';
	position: absolute;
    top: 10px;
	left: 31px;
    width: 7px;
    height: 7px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
}
#page-top:hover:after {
}

.btm_fixed #page-top {
	bottom: 32%;
}



/* form */
.form .read {
    margin-bottom: 5%;
}
.form .imp {
    background: #CE0003;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 5px;
    line-height: 1;
    margin-right: 3px;
}
.form form {
    max-width: 800px;
    margin: 0 auto;
}
.form form dl {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
}
.form form dt,
.form form dd {
    font-size: 16px;
}
.form form dt {
    width: 28%;
    margin-right: 2%;
    position: relative;
    padding-left: 10px;
    line-height: 2;
}
.form form dt .imp {
    position: absolute;
    right: 2%;
    top: 8px;
}
.form form dd {
    width: 70%;
}
.form form dl dd input[type="text"],
.form form dl dd input[type="email"],
.form form dl dd input[type="tel"],
.form form dl dd textarea {
	width: 100%;
	border: 1px solid #ccc;
    box-sizing: border-box;
}
.form form dl dd input[type="text"].mini,
.form form dl dd input[type="email"].mini,
.form form dl dd input[type="tel"].mini {
    width: 50%;
}
.form form dl dd input[type="text"]:focus,
.form form dl dd input[type="email"]:focus,
.form form dl dd input[type="tel"]:focus,
.form form dl dd textarea:focus {
    outline: none;
    background: #fff3f8;
}
.form form dl dd select {
    font-size: 16px;
}
.form form .custom_select {
    overflow: hidden;
    width: 50%;
    text-align: center;
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.form form .custom_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.form form .custom_select select:-ms-expand {
    display: none;
}
.form form .custom_select:before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.form form .custom_select select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.form form .inline .col {
    flex: 1;
    margin-right: 1%;
}
.form form .inline .col input[type="text"] {
    width: 85%;
}

::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}

.btn_area {
	text-align: center;
	margin: 5% 0;
}
.btn_area input {
	padding: 14px 50px;
	border-radius: 0;
	background: #8c774a;
	box-shadow: none;
	border: none;
	outline: none;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition-property: all;
	transition: 0.1s linear;
}
.btn_area input:hover {
	background: #000;
}
.back_area input {
	margin: 5% auto;
	background: #fff;
	padding: 5px 20px;
	border: 1px solid #ccc;
	color: #666;
	border-radius: 0;
	display: block;
}
.back_area input:hover {
	background: #eee;
}



/* header */
header.site_head {
    padding: 30px 0;
    background: #fff;
}
header.site_head .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
header.site_head .site_title {
    width: 28%;
    max-width: 300px;
    margin-right: 20px;
}
header.site_head .site_title a {
    padding: 3px 5px 0 0;
}
header.site_head .site_title a:hover {
    background: none;
}
header.site_head nav {
    width: auto;
}
header.site_head nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header.site_head nav li.menu {
    border-right: 1px solid #cecece;
}
header.site_head nav li.menu:first-child {
    border-left: 1px solid #cecece;
}
header.site_head a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #222;
    padding: 3px 30px;
}
header.site_head a:hover {
    background: #eee;
}
header.site_head a span.en {
    display: block;
    font-family: Bebas Neue,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese";
    text-align: center;
    font-weight: bold;
    color: #8c774a;
    font-size: 16px;
}

header.site_head .icon_wrap {
    margin-left: 10px;
}
header.site_head .icon_wrap a {
    padding: 0;
    display: block;
    color: #727272;
}
header.site_head .icon_wrap a:hover {
    background: none;
    color: #8c774a;
}
header.site_head .icon_wrap span {
    font-size: 25px;
    color: #727272;
	transition-property: all;
	transition: 0.2s linear;
}
header.site_head .icon_wrap span:hover {
    color: #8c774a;
}

header.site_head .icon_wrap li {
    padding: 20px;
}
nav li.tel {
    position: relative;
}
nav li.tel p {
    display: none;
    width: 170px;
    background: #fff;
    padding: 10px 3px;
    text-align: center;
    z-index: 10000;
    position: absolute;
    top: 100%;
    left: -50px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}




/* contents */

.home section:first-of-type {
    padding: 0;
}
.home .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.title_wrap {
    text-align: center;
    margin-bottom: 3%;
}
.title_wrap .en,
.title_wrap .title {
    color: #8d7a51;
    position: relative;
    top: -22px;
}
.title_wrap .en {
    font-size: 30px;
    display: flex;
    align-items: center;
    font-family: 'Century Gothic', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese";
}
.title_wrap .en:before,
.title_wrap .en:after {
    content: "";
	flex-grow: 1;
	height: 4px;
	background: #8d7a51;
	display: block;
}
.title_wrap .en:before {
    margin-right: 1em;
}
.title_wrap .en:after {
    margin-left: 1em;
}

.title_wrap .title {
    font-size: 18px;
}


.home section .slider {
    width: 100%;
}
.home .slider img {
    width: 100%;
}

.home .slider .slick-dots {
    bottom: 0;
    padding: 2% 0;
    background: rgba(0, 0, 0, .65);
}
.home .slider .slick-dots li {
    width: 5%;
    height: auto;
    margin: 0 10px;
}
.home .slider .slick-dots li button {
    width: 100%;
    height: 11px;
    background: #fff;
    padding: 0;
}
.home .slider .slick-dots li button:before {
    content: none;
}
.home .slider .slick-dots li.slick-active button {
    background: #d38100;
}


.info .inline {
    justify-content: space-between;
}
.info a {
    color: #222;
}
.info .info_slide {
    width: 45%;
    padding: 30px;
    border: 1px solid #c1c1c1;
}
.info .info_slide li:focus {
    outline: none;
}
.info .info_slide .image {
    width: 100%;
    margin-bottom: 25px;
}
.info .info_slide .image img {
    width: 100%;
}
.info .info_slide .slick-prev {
    left: 15px;
}
.info .info_slide .slick-next {
    right: 15px;;
}
.info .info_slide .slick-prev,
.info .info_slide .slick-next {
    background: rgba(141, 122, 81, .8);
    width: 50px;
    height: 50px;
    z-index: 100;
    top: 40%;
	transition-property: all;
	transition: 0.2s linear;
}
.info .info_slide .slick-prev:hover,
.info .info_slide .slick-next:hover {
    background: rgba(141, 122, 81, 1);
}

.info .info_slide .slick-prev:before,
.info .info_slide .slick-next:before {
    content: '';
    position: absolute;
    top: 12px;
    font-size: inherit;
    width: 20px;
    height: 20px;
    border: 2px solid;
    transform: rotate(45deg);
	transition-property: all;
	transition: 0.2s linear;
}
.info .info_slide .slick-prev:before {
    border-color:  transparent transparent #fff #fff;
    left: 18px;
}
.info .info_slide .slick-next:before {
    border-color: #fff #fff transparent transparent;
    right: 18px;
}

.info .info_slide .meta {
    display: flex;
    margin: 0 0 15px;
}
.info .info_slide .meta p {
    font-size: 12px;
    margin-right: 10px;
}
.info .info_slide .meta p:last-of-type {
    margin-right: 0;
}

.info .cat {
    padding: 0 10px 2px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.info .cat.cat_01 {
    background: #235947;
}
.info .cat.cat_02 {
    background: #613377;
}
.info .cat.cat_03 {
    background: #8f3d5a;
}

.info .info_list {
    width: 50%;
}
.info .info_list li {
    margin-bottom: 35px;
    overflow: hidden;
    clear: both;
}
.info .info_list li p {
    float: left;
}
.info .info_list li .date,
.info .info_list li .cat {
    font-size: 12px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.info .info_list li .info_title {
    font-size: 14px;
}
.more_link {
    text-align: center;
    padding: 8% 0 0;
}
.more_link a {
    padding: 10px 40px;
    border: 3px solid #c1c1c1;
}



.item_list {
    display: flex;
    flex-wrap: wrap;
}
.item_list li.item {
    width: 32%;
    margin: .5%;
    border: 1px solid #c1c1c1;
    padding: 20px;
}
.item_list li.item .image {
    width: 100%;
    margin-bottom: 20px;
}
.item_list li.item h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

.item_list .sns_line {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}
.item_list .sns_line li {
    margin: 0 10px;
}
.item_list .sns_line a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_list .sns_line img {
    width: 15px;
}
.item_list .sns_line .facebook a {
    background: #445496;
}
.item_list .sns_line .instagram a {
    background: #2e5287;
}
.item_list .sns_line .twitter a {
    background: #72a7ec;
}
.item_list li p {
    font-size: 14px;
    margin: 3px 0; 
}
.item_list li p a {
    text-decoration: none;
}

.item_list.col_6 li {
    width: 15%;
}
.item_list.col_6 li h3 {
    text-align: left;
} 


.basic .text {
    width: 60%;
    margin-right: 3%;
}
.basic .map {
    width: 37%;
}
.basic h3 {
    font-weight: bold;
}
.basic p {
    font-size: 14px;
    margin-bottom: 1em;
}
.map {
position: relative;
padding-bottom: 20%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.low.info .info_list {
    width: 100%;
}
.low.info .info_list ul {
}
.low.info .info_list li {
    margin-bottom: 0;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}
.low.info .info_list li:first-child {
    padding-top: 0;
}
.low.info .info_list li .info_title {
    clear: both;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}




#calendar_area .inner {
    background: #f6f6f6;
}
#calendar_area #calendar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#calendar_area section {
    width: 38%;
    margin: 3% 2%;
    background: #fff;
    padding: 2%;
}
#calendar_area p.month {
    text-align: center;
    font-size: 16px;
    color: #8d7a51;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    margin-bottom: 20px;
}
#calendar_area p.month span {
    font-size: 24px;
    margin: 0 20px;
}
#calendar_area table {
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
#calendar_area thead tr th {
    background: #c9c9c9;
    color: #fff;
    padding: 5px 3px;
    font-size: 12px;
}
#calendar_area thead tr th:first-child {
    background: #cea1a1;
}
#calendar_area thead tr th:last-child {
    background: #99bbd2;
}
#calendar_area td {
    border: 1px solid #ddd;
    padding: 15px 3px;
    text-align: center;
    color: #8a8a8a;
}
#calendar_area td.appoint1,
#calendar_area td.appoint2,
#calendar_area td.appoint3 {
    padding: 0;
}
#calendar_area td.appoint1 span,
#calendar_area td.appoint2 span,
#calendar_area td.appoint3 span {
    color: #fff;
    display: block;
    padding: 15px 3px;
    margin: 3px;
}
#calendar_area td.hori span .title,
#calendar_area td.appoint1 span .title,
#calendar_area td.appoint2 span .title,
#calendar_area td.appoint3 span .title {
    display: none;
}
#calendar_area td.appoint1 span {
    background: #c19e53;
}
#calendar_area td.appoint2 span {
    background: #c1537f;
}
#calendar_area td.appoint3 span {
    background: #93c153;
}

.appoint_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 2% 5% 3%;
}
.appoint_list li {
    margin-right: 3%;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-left: 18px;
}
.appoint_list li:last-child {
    margin-right: 0;
}
.appoint_list li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
}
.appoint_list li.appoint1:before {
    background: #c19e53;
}
.appoint_list li.appoint2:before {
    background: #c1537f;
}
.appoint_list li.appoint3:before {
    background: #93c153;
}







@media screen and ( max-width: 1230px ) {
    .info .info_list li .info_title {
        clear: both;
    }
}



/* タブレット 縦から */
@media screen and ( max-width: 1024px ) {
    header.site_head a {
        padding: 3px 20px;
    }

}

/* スマホ 横から */
@media screen and ( max-width: 896px ) {
    header.site_head .menu_line a,
    header.site_head .menu_line p {
        padding: 15px 12px;
    }
    header.site_head .icon_wrap li {
        padding: 20px 10px;
    }
    
    #calendar_area thead tr th {
        font-size: 10px;
    }
}


/* 基本これでスマホまで */
@media screen and ( max-width:760px ) {

	.pcnone {
		display: inherit !important;
	}
	.spnone {
		display: none;
	}
    
    body {
        background-size: 250px;
    }
    
    dl {
        flex-direction: column;
    }
    dt {
        margin-right: 0;
    }
    
    .form .inner {
    }
    .form .read {
        margin-bottom: 8%;
    }
    .form .imp {
        font-size: 10px;
    }
    .form form dl {
        flex-direction: column;border-bottom: none;
        margin-bottom: 20px;
        padding: 0;
    }
    .form form dt,
    .form form dd {
        width: 100%;
        margin-right: 0;
        font-size: 14px;
        background: none;
    }
    .form form dt {
        color: #666;
    }
    .form form dt .imp {
        position: inherit;
        margin-left: 10px;
        top: 0
    }
    .form form dl dd select {
        font-size: 14px;
    }
    .form form dl.que_line dd .in_box {
        margin: 20px 0;
    }
    .form form .inline .col {
        width: 100%;
    }
    .form form .inline p.col {
        margin-bottom: 0;
    }
    
    .form form .custom_select,
    .form form dl dd input[type="text"].mini,
    .form form dl dd input[type="email"].mini,
    .form form dl dd input[type="tel"].mini {
        width: 100%;
    }
    
    
    footer p, 
    footer a {
        font-size: 10px;
    }
    
    
    
    header.site_head {
        padding: 0;
        position: fixed;
        width: 100%;
        top: 0;
        background: rgba(255, 255, 255, .9);
        z-index: 10000;
        height: 40px;
    }
    header.site_head .site_title {
        width: auto;
        max-width: 150px;
        margin-top: 5px;
    }
    header.site_head .site_title img {
        height: 25px;
    }
    header.site_head nav {
        display: none;
    }
    
    main.contents {
        margin-top: 40px;
    }
    
    section {
        background-size: 150px;
        margin: 0;
        padding: 15% 0 0;
    }
    
    .home .slider .slick-dots {
        padding: 3px 0 5px;
    }
    .home .slider .slick-dots li {
        margin: 0 5px;
    }
    .home .slider .slick-dots li button {
        height: 5px;
    }
    
    .title_wrap {
        margin-bottom: 0;
    }
    .title_wrap .en {
        font-size: 22px;
    }
    .title_wrap .en:before, .title_wrap .en:after {
        height: 2px;
    }
    .title_wrap .title {
        font-size: 14px;
    }
    
    .info .inline {
        display: block;
    }
    .info .info_slide,
    .info .info_list {
        width: 100%;
    }
    
    .info .info_slide {
        padding: 15px;
        margin-bottom: 8%;
    }
    .info .info_slide .slick-prev,
    .info .info_slide .slick-next {
        width: 30px;
        height: 30px;
    }
    .info .info_slide .slick-prev {
        left: 0;
    }
    .info .info_slide .slick-next {
        right: 0;
    }
    .info .info_slide .slick-prev:before,
    .info .info_slide .slick-next:before {
        width: 10px;
        height: 10px;
        top: 8px;
    }
    .info .info_slide .slick-prev:before {
        left: 12px;
    }
    .info .info_slide .slick-next:before {
        right: 12px;
    }
    .info .info_slide .image {
        height: 150px;
        margin-bottom: 20px;
    }
    .info .info_slide .image img {
        height: 150px;
        width: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'
    }
    .info .info_slide .meta {
        margin: 0 0 10px;
    }
    
    .info .info_list li {
        margin-bottom: 0;
        padding: 10px 0;
        border-bottom: 1px solid #c1c1c1;
    }
    .info .info_list li .date, .info .info_list li .cat {
        margin-bottom: 5px;
        font-size: 10px;
    }
    .info .info_list li .info_title {
        font-size: 12px;
        clear: both;
    }
    
    .more_link {
        padding: 40px 0 20px;
    }
    .more_link a {
        border-width: 2px;
    }
    
    
    .item_list li.item {
        width: 49%;
        padding: 15px;
    }
    .item_list .sns_line a {
        width: 30px;
        height: 30px;
    }
    .item_list .sns_line li {
        margin: 0 5px;
    }
    
    .item_list li.item .image {
        margin-bottom: 10px;
    }
    .item_list.col_6 li.item {
        padding: 8px;
        width: 32%;
    }
    .item_list.col_6 li h3,
    .item_list.col_6 li p {
        font-size: 12px;
    }
    
    .inline.basic {
        display: block;
    }
    .basic .col {
        width: 100%;
        margin: 0 0 20px;
    }
    .map {
        padding-bottom: 100px;
    }
    
    
    .low section:first-of-type {
        padding: 10% 0 0;
    }
    .low.info .info_list ul {
    }
    .low.info .info_list li .info_title {
        font-size: 16px;
    }
    .low.info .info_list li {
        padding: 25px 0;
    }
    
    
    #calendar_area p.month {
        margin-bottom: 10px;
        align-items: center;
        position: relative;
    }
    #calendar_area thead {
        display: none;
    }
    #calendar_area tr,
    #calendar_area td {
        display: block;
        width: 100%;
    }
    #calendar_area td.null {
        display: none;
    }
    #calendar_area td {
        text-align: left;
        padding: 5px;
        border-top: none;
        border-right: none;
        border-left: none;
    }
    #calendar_area td.appoint1 span,
    #calendar_area td.appoint2 span,
    #calendar_area td.appoint3 span {
        padding: 5px;
    }
    #calendar_area td.hori span .title,
    #calendar_area td.appoint1 span .title,
    #calendar_area td.appoint2 span .title,
    #calendar_area td.appoint3 span .title {
        display: inline;
    }
    #calendar_area td.hori span .title {
        padding: 3px 10px;
        color: #ccc;
        font-size: 10px;
    }
    
    .appoint_list {
        display: none;
    }
    
    
    #page-top {
        padding: 25px 10px 5px 10px;
    }
    #page-top:before {
        left: 25px;
        height: 15px;
    }
    #page-top:after {
        left: 21px;
    }
    
}


@media screen and ( max-width: 680px ) {
    #calendar_area .inner {
        padding: 0 30px;
    }
    #calendar_area #calendar {
        flex-direction: column;
    }
    #calendar_area section {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        margin: 20px 0;
    }
    #calendar_area p.month {
        margin-bottom: 0;
    }
    #calendar_area p.month.active {
        margin-bottom: 10px;
    }
    #calendar_area p.month:after {
        content: '';
        position: absolute;
        right: 10px;
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color:  transparent transparent #565656 #565656;
        transform: rotate(-45deg);
        transition: all .4s;
        box-sizing: border-box;
    }
    #calendar_area p.month.active:after {
        top: 10px;
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: #565656 #565656 transparent transparent;
        /*transform: rotate(-45deg);*/
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    #calendar_area table {
        display: none;
    }

    #calendar_area tbody {
        box-sizing: border-box;
    }
}

/* スマホ 縦から */
@media screen and ( max-width: 480px ) { 
    
	html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
		font-size: 14px;
	}
	
    
}




/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

/* サイドメニュー */
.side-menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 99%;
	height: 100%;
	padding: 3%;
	text-align: left;
	font-size: 13px;
	z-index: 4;
	background: rgba(49, 49, 49, .97);
	padding-top: 30px;
	overflow-y: scroll;
}
.side-open .side-menu {
	display: inherit;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
	box-sizing: border-box;
}
.side-open .home .main_logo {
	display: none;
}
.side-menu li a {
    display: flex;
    flex-wrap: wrap;
}
.side-menu li a span {
    width: 100%;
    font-size: 10px;
}



.side-menu .inline {
    width: 100%;
}
.side-menu a,
.side-menu p {
    color: #fff;
    text-decoration: none;
}
.side-menu .site_title {
    margin-bottom: 10px;
}
.side-menu .site_title img {
    height: 30px;
    width: auto;
}

.side-menu li {
    border-bottom: 1px solid #666;
    padding: 10px;
}
.side-menu li a {
    position: relative;
    padding-left: 15px;
}
.side-menu li a:before {
    content: '';
    top: 50%;
    left: 0;
    position: absolute;
    border-left: 5px solid #8d7a51;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.side-menu li.icon_wrap ul {
    display: flex;
    align-items: center;
}
.side-menu li.icon_wrap li {
    border-bottom: none;
    margin: 0;
}
.side-menu li.icon_wrap li a {
    padding: 12px;
}
.side-menu li.icon_wrap li a:before {
    content: none;
}
.side-menu li.icon_wrap li .fa,
.side-menu li.icon_wrap li .far,
.side-menu li.icon_wrap li .fas {
    font-size: 24px;
    color: #fff;
}




/* 開閉用ボタン */
.side-menu-btn {
	display: none;
	position: fixed;
	top: 9px;
	right: 10px;
	width: 50px;
	height: 20px;
	cursor: pointer;
	z-index: 4;
}
@media screen and ( max-width:760px ) {
	.side-menu-btn {
		display: inherit;
	}
}

 /*ボタンのスタイル */
.side-menu-btn,
.side-menu-btn span {
	transition: all .4s;
	box-sizing: border-box;
}
.side-menu-btn span {
	position: absolute;
	left: 8px;
	width: 65%;
	height: 2px;
	background-color: #333;
	border-radius: 5px;
}
.side-menu-btn span:nth-of-type(1) {
	top: 0px;
}
.side-menu-btn span:nth-of-type(2) {
	top: 9px;
}
.side-menu-btn span:nth-of-type(3) {
	bottom: 0px;
}

.side-open .side-menu-btn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
	background-color: #fff;
	top: 8px;
}
.side-open .side-menu-btn span:nth-of-type(2) {
    opacity: 0;
}
.side-open .side-menu-btn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
	background-color: #fff;
	bottom: -10px;
}


/* メインコンテンツ */
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}


/* 印刷時の余白幅指定 */
@page {
	margin: 12.7mm 9.7mm;
}
/* IE6で印刷時の倍率を指定 */
@media print {
	body {
        overflow: visible !important;
	  _zoom: 0.75;
		width: 1020px;
		margin: 0 auto;
	}
}


