@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: #080808;
	font-weight: 100;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	font-size:14px;
	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: #002355;
    
}
/*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: 1300px;
	margin-right: auto;
	margin-left: auto;
}
section {
    width: 90%;
	max-width: 1300px;
    margin: 6% auto;
}
section:first-of-type {
}
section:last-of-type {
}


.pcnone {
	display: none;
}

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


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;
}
.ftw {
    color:#FFFFFFF;
}



/* footer */
footer {
    background: #f5f5f5;
    padding: 3% 0 5%;
    border-top: 1px solid #6e6e6e;
}
footer .inline {
    justify-content: space-between;
}
footer h3 {
    font-size: 14px;
    margin-bottom: 0;
}
footer h3:before {
    content: '【';
}
footer h3:after {
    content: '】';
}
footer .right_box {
    text-align: right;
}
footer a {
    color: #000;
}
footer a:hover {
    text-decoration: underline;
}
footer ul {
    display: flex;
}
footer li {
    padding: 0 10px;
    border-right: 1px solid #000;
    font-size: 12px;
}
footer li:first-child {
    padding-left: 0;
}
footer li:last-child {
    border-right: none;
    padding-right: 0;
}



/* 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 {
}





/* header */
header.site_head {
    padding: 18px 0;
    background: #fff;
    border-bottom: 1px solid #6e6e6e;
}
header.site_head .inner {
    display: flex;
    align-items: center;
} 
header.site_head .site_title {
    margin-left: 0;
    margin-right: auto;
    position: relative;
    max-width: 150px;
}
header.site_head .site_title img {
    width: 100%;
}
header.site_head .site_title a {
    padding: 3px 5px 0 0;
}
header.site_head .site_title a:hover {
    background: none;
}
header.site_head .site_title span {
    display: block;
    background: #fff;
    padding: 0 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #716246;
    font-size: 16px;
    font-weight: bold;
}

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 {
    padding: 0 20px;
}
header.site_head li a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #080808;
    padding-bottom: 5px;
}
header.site_head li a:hover,
header.site_head li.current a {
    border-bottom: 2px solid #716246;
}
header.site_head li.sns a:hover {
     border-bottom: none;
}
header.site_head li a img {
    width: 25px;
    height: auto;
}
header.site_head li.inquiry_btn a {
    padding: 15px 50px;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese";
    color: #716246;
    border: 2px solid #716246;
    border-radius: 5px;
    font-size: 16px;
}
header.site_head li.inquiry_btn a:hover {
    background: #716246;
    color: #fff;
}




/* contents */
.head_cont {
    margin-top: 3%;
    background: url("images/main.jpg") no-repeat center top / 100%;
    padding: 16% 0 3%;
    margin-bottom: 3%;
}
.head_cont h1 {
    line-height: 1.8;
    margin: 0 0 0 8%;
}
.head_cont h1 span {
    background: #716246;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 20px;
    letter-spacing: .15em;
}


.title_wrap_line {
    border-bottom: 1px solid #000;
}
.title_wrap_line .en,
.title_wrap_line .title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4;
}
.title_wrap_line .underLine {
    display: inline-block;
    border-bottom: 5px solid #716246;
}
.title_wrap_line .en {
    display: inline;
    font-size: 30px;
    margin-right: 20px;
            color:#FFFFFFF;
}
.title_wrap_line .title {
    display: inline;
    font-size: 14px;
}
.info {
    margin: 0 auto 6%;
}
.info ul {
    padding: 2.5% 2%;
    background: #f5f5f5;
    flex-wrap: wrap;
}
.info li {
    width: 48%;
    margin: 1%;
    border: 1px solid #cbcbcb;
    background: #fff;
    padding: 20px;
    display: flex;
}
.info li .image {
    width: 28%;
    margin-right: 2%;
}
.info li .image img {
    width: 100%;
}
.info li .text {
    width: 70%;
}
.info li .text .date {
    font-size: 10px;
}
.info li .text h3 {
    font-weight: bold;
    margin-bottom: 15px;
}
.info li .text h3 a {
    color: #000;
}
.more_link {
    text-align: right;
    margin: 25px 0;
}
.more_link a {
    padding: 15px 35px;
    border: 1px solid #000;
    text-decoration: underline;
    font-weight: bold;
    color: #000;
    font-size: 12px;
}
.more_link a:hover {
    text-decoration: none;
    background: #f5f5f5;
}


.title_wrap {
    border-top: 1px solid #000;
    display: flex;
    align-items: center;
    margin-bottom: 3%;
}
.title_wrap .title,
.title_wrap .en {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.title_wrap .title {
    background: #716246;
    padding: 55px 30px;
    margin-right: 20px;
    color: #fff;
}
.title_wrap .en {
    color: #716246;
    font-size: 20px;
    letter-spacing: .6em;
}

.suggestion ul {
    justify-content: space-between;
}
.suggestion li {
    width: 30%;
    border: 1px solid #cbcbcb;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    padding: 25px;
    position: relative;
}
.suggestion li:before,
.suggestion li:after {
    content: '';
    position: absolute;
}
.suggestion li:before {
    width: 53px;
    height: 2px;
    background: #000;
    top: 50%;
    right: -40px;
}
.suggestion li:after {
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-color: #000 #000 transparent transparent;
    transform: rotate(45deg);
    top: 46.5%;
    right: -36px;
}
.suggestion li:last-child:after,
.suggestion li:last-child:before {
    content: none;
}

.suggestion li .image {
    margin-bottom: 20px;
}
.suggestion li h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}



.about_clock .about .text {
    width: 55%;
    margin: 0 2.5%;
}
.about_clock .about .text p {
    margin-bottom: 5%;
    color:#FFFFFF;
}
.about_clock .about .text ol li {
    margin-bottom: 5%;
}
.about_clock .about .text ol li h3 {
    color: #d81932;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.about_clock .about .image {
    width: 45%;
    text-align: center
}
.about_clock .about .image img {
    width: 55%;
    margin: 0 auto;
}

.about_clock .clock {
    flex-wrap: wrap;
    margin: 5% 0 0;
}
.about_clock .clock li {
    width: 19.4%;
    margin: .3%;
    text-align: center;
}
.about_clock .clock li a {
    display: block;
    border: 1px solid #bdbdbd;
}
.about_clock .clock li a:hover {
    opacity: .7;
}




@media screen and ( max-width: 1045px ) {
    header.site_head nav li {
        padding: 0 10px;
    }
    header.site_head li.inquiry_btn a {
        padding: 10px 20px;
        font-size: 14px;
    }
}
    
    
/* タブレット 縦から */
@media screen and ( max-width: 1024px ) {

}

/* スマホ 横から */
@media screen and ( max-width: 896px ) {
    header.site_head .site_title {
        max-width: 100px;
    }
    header.site_head .site_title span {
        font-size: 12px;
        bottom: -30px;
    }
}


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

	.pcnone {
		display: inherit !important;
	}
	.spnone {
		display: none;
	}
    
    header.site_head {
        padding: 5px 0;
        width: 100%;
        height: 35px;
        position: fixed;
        top: 0;
        background: rgba(255, 255, 255, .9);
        z-index: 1000;
    }
    header.site_head .site_title {
        max-width: none;
    }
    header.site_head .site_title a {
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    header.site_head .site_title img {
        max-width: 50px;
        margin-right: 5px;
    }
    header.site_head .site_title span {
        position: inherit;
        font-size: 16px;
        background: none;
    }
    header.site_head nav {
        display: none;
    }
    
    main {
        margin-top: 50px;
    }
    
    .head_cont {
        background-size: 110%;
    }
    .head_cont h1 {
        line-height: 2.3;
    }
    .head_cont h1 span {
        font-size: 20px;
    }
    
    
    .info li {
        width: 100%;
        margin: 1% 0;
    }
    
    
    .title_wrap .title {
        padding: 30px;
    }
    
    .suggestion ul {
        justify-content: flex-start;
        flex-direction: column;
    }
    .suggestion li {
        width: 100%;
        margin: 20px 0;
        display: flex;
    }
    .suggestion li:before,
    .suggestion li:after {
        left: 0;
        right: 0;
        margin: auto;
    }
    .suggestion li:before {
        width: 2px;
        height: 30px;
        top: 95%;
    }
    .suggestion li:after {
        border-color:  transparent transparent #000 #000;
        transform: rotate(-45deg);
        width: 15px;
        height: 15px;
        top: 100%;
    }
    .suggestion li .image {
        width: 28%;
        margin-right: 2%;
    }
    .suggestion li .text {
        width: 70%;
    }
    .suggestion li h3 {
        margin-bottom: 10px;
    }
    
    
    .about.inline {
        flex-direction: column;
    }
    .about_clock .about .text,
    .about_clock .about .image {
        width: 100%;
        margin: 0 auto;
    }
    .about_clock .about .image img {
        width: 50%;
    }
    .about_clock .clock li {
        width: 24.4%;
    }
    
    
    footer {
        padding: 5% 0 3%;
    }
    footer .inline {
        flex-direction: column;
        justify-content: flex-start;
    }
    footer .left_box {
        margin-bottom: 4%;
    }
    footer .right_box {
        text-align: left;
    }
    footer ul {
        display: block;
        overflow: hidden;
    }
    footer li {
        float: left;
        font-size: 10px;
    }
    footer .right_box small {
        clear: both;
        display: block;
        text-align: center;
        margin: 10px auto;
    }
    
    #page-top {
        padding: 18px 20px;
    }
    #page-top span {
        display: none;
    }
    #page-top:before,
    #page-top:after {
        left: 0;
        right: 0;
        margin: auto;
    }
    #page-top:before {
        top: 10px;
    }
    #page-top:after {
        top: 10px;
    }
    
}


@media screen and ( max-width: 680px ) {
}

/* スマホ 縦から */
@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 {
	}
	
    .head_cont {
        padding: 28% 0 3%;
    }
    
    .title_wrap_line .en {
        font-size: 24px;
    }
    
    
    .info li,
    .suggestion li {
        display: block;
    }
    .info li .image,
    .suggestion li .image {
        float: left;
        width: 20%;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .info li .text,
    .suggestion li .text {
        width: 100%;
    }
    .info li .text .detail,
    .suggestion li p {
        clear: both;
    }
    .info li .text h3 {
        margin-bottom: 10px;
    }
    
    
    .title_wrap .title {
        padding: 15px 30px;
    }
    .title_wrap .en {
        font-size: 16px;
        letter-spacing: .3em;
    }
    
    
    .about_clock .clock {
        margin: 10% 0 0;
    }
    .about_clock .about .text ol li h3 {
        font-size: 16px;
    }
    
    
    
}




/* サイドオープン時にメインコンテンツを覆う部分 */
.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(255, 255, 255, .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 span {
    width: 100%;
    font-size: 10px;
}



.side-menu .inline {
    width: 100%;
}
.side-menu a,
.side-menu p {
    color: #000;
    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;
    display: block;
}
.side-menu li a:before {
    content: '';
    top: 50%;
    left: 0;
    position: absolute;
    border-left: 5px solid #d60026;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.side-menu li.sns {
    border-bottom: none;
    float: left;
    width: auto;
    padding: 30px 20px 30px 0;
}
.side-menu li.sns a:before,
.side-menu li.inquiry_btn a:before {
    content: none;
}
.side-menu li.sns a {
}
.side-menu li.sns img {
    width: 25px;
}
.side-menu li.inquiry_btn {
    clear: both;
    border-bottom: none;
}
.side-menu li.inquiry_btn {
    padding-left: 0;
}
.side-menu li.inquiry_btn a {
    display: inline-block;
    border: 2px solid #d60026;
    border-radius: 5px;
    padding: 10px 20px;
    color: #d60026;
}




/* 開閉用ボタン */
.side-menu-btn {
	display: none;
	position: fixed;
	top: 12px;
	right: 15px;
	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: #000;
	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: #000;
	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;
	}
}


