@charset "utf-8";
/* CSS Document */

/*PC表示*/
@media only screen and (min-width: 1200px){

/*----------------共通------------*/
html, body {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0; 
	box-sizing: border-box;
    line-height: 2;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
a{
    text-decoration: none;
}
/*------------- headerエリア --------------*/
.header_top{
    overflow: hidden;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
	border-bottom: 10px solid #09C;
}

.important_box{
    width: 48%;
	float: left;
    margin: 0 2% 10px 0;
    overflow: hidden;
}
#logo {
    width: 48%;
    float: left;
    margin-right:2%;
}
#logo a{
    display: block;
	width: 100%;
}

#logo h1{
    display: inline-block;
    font-size: 14px;
    color: #323232;
    margin-bottom: 10px;
}
#logo h1 span{
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #6b6b6b;
}
#logo img{
    display: block;
	width: 80%;
	height: auto;
}

.contact{
    background: #f5f5f5;
    padding: 10px;
    border: 1px solid #6b6b6b;
    border-radius: 6px;
    background-image: url("../images/arrow_right.png");
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.contact span.font_b{
    font-weight: 600;
    color: #191970;
    margin-right: 20px;
}
.contact_box{
    width: 50%;
    float: right;
}
.squar_btn{
  display: inline-block;
  position: relative;
  padding: 0.35em 1em;
  background: #09C;
  color: #fff;
  text-decoration: none;
}
.squar_btn:active {
	padding: 0.32em 0.9em;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.squar_btn:active:before { 
	width: -webkit-calc(100% - 12px);
	width: calc(100% - 12px);
}

.squar_btn:active:before {
  top:-12px;
  border-width: 6px;
}
span.call{
    display: block;
    margin: 10px 0; 
}
span.c_form{
    display: inline-block;
    text-align: center;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
    margin: 0 auto 16px;
    background-image: url("../images/top/c_icon.png");
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: left 10px center;
}
span.feel_free_to{
	display: block;
	width: 100%;
	padding: 10px;
	background: #fff;
	box-sizing:border-box;
	color: #09c;
	border: 1px solid #09C;
}
	
.tel_box{
    width: 50%;
    float: right;
    overflow: hidden;
}
.tel_box a span{
	display: block;
	width: 100%;
    color: #09c;
	text-align:center;
	font-size: 22px;
	font-weight: 600;
}
.phone_list{
    width: 100%;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #09c;
    border-radius: 6px;
}
.phone_list dt{
    padding: 4px;
    background: #09C;
    text-align: center;
    font-size: 18px;
    margin-bottom: 6px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}
.phone_inner_list{
	width: 100%;
	overflow:hidden;
}
.phone_inner_list li:first-of-type{
	width: 44%;
	float: left;
	margin-right: 2%;
    margin-bottom: 4px;
    padding-left: 26px;
	box-sizing:border-box;
    background-image: url("../images/top/tel.png");
    background-repeat: no-repeat;
    background-size: 24px auto; 
    background-position: left center;
}
.phone_inner_list li:last-of-type{
	width: 54%;
	float: right;
    margin-bottom: 4px;
	padding-top: 1%;
	box-sizing:border-box;
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 300;

}
.navToggle{
    width: 50px;
    height: auto;
    float: right;
}
.gnav_sp{
	display: none;
}
.navToggle{
	display:none;
}
.wrapper{
    width: 100%;
    margin: 0 auto;
}
/*------------------ g_nav ------------------*/
.navi{
	margin-bottom: 2.66%;
}
.gnav_pc{
    display: block;
    width: 100%;
    border-bottom: 1px solid #668ad8;
}
.gnav_pc ul{
    width: 1200px;
    margin :0 auto 10px;
    overflow: hidden;
}
.gnav_pc li{
    display: inline-block;
    margin-right: 1rem;
    padding: 10px;
}
.gnav_pc li a{
    display: inline-block;
    color: #323232;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    text-decoration: none;
}
.gnav_pc li a:hover{
    color: #483316;
    font-weight: 600;
    padding: 10px;
    border-bottom: 1px solid #2b2b2b;
}
/*------------------- パンくず -------------*/
.breadcrumb {
	width:1200px;
	margin:0 auto 20px;
    text-align: left;
}
.breadcrumb li a span{
    font-size: 12px;
}
.breadcrumb li{
    display:inline;/
    list-style: none;
    font-size: 12px;
}
.breadcrumb li:after {
    content: '>';
    padding: 0 3px;
    color: #2b2b2b;
}
.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #323232;
    font-size: 14px;
}
.breadcrumb li a:hover {
    text-decoration: underline;
    color: #9c9c9c;
}

/*----------------- メインコンテンツ ---------------*/
.main{
    width: 100%;
}
.content_box{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
article.content{
    width: 100%;
    margin-bottom: 80px;
}
/*------------ sub_img ---------------*/
.sub_img_pc {
    position: relative;
    margin-bottom: 40px;
}
.sub_img_pc h2 {
    position: absolute;
    top: 20%;
    left: 20%;
    color: #fff;
	font-weight: 600;
    padding: 0 10px;
    font: 2.2em Georgia, serif;
}
.sub_img_pc p {
    position: absolute;
    color: #fff;
    font-size: 18px;
    bottom: 20px;
    right: 20px;
    line-height: 1.4;
    font-weight: 600;
}
.sub_img_pc p span{
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.sub_img_pc img {
    width: 100%;
}
.sub_img_sp{
    display: none;
}

.item_box{
	width:1200px;
	margin:40px auto 40px;
}
.item_box h3{
	padding: 10px 20px;
	color: #fff;
	background-image: linear-gradient(to right, #afeeee 0%, #6495ed 100%);
	font: 1.4em Georgia, serif;
	margin-bottom: 40px;
}
.item_box h3 span{
    color: #fff;
    text-shadow: 1px 1px 2px #555, 0 0 1em #2b2b2b, 0 0 0.2em #5b5b5b;
    font-size: 22px;
    padding: 0 10px;
    font: 1.7em Georgia, serif;
}
.contents{
    margin-bottom: 20px;
}

/*---------------- ご挨拶ー -----------------------*/

.about_box{
	width: 100%;
    padding: 10px;
	box-sizing: border-box;
    margin-bottom: 40px;
}
.about_box h4{
    width: 100%;
    font-size: 22px;
    padding: 10px;
    border-bottom: 1px solid #9c9c9c;
    margin-bottom: 40px;
    box-sizing: border-box;
}
p.lead{
    width: 100%;
    margin-bottom: 20px;
    line-height: 2;
}
.about_box figure{
	width: 100%;
	margin-bottom: 40px;
}
.about_box figure img{
	display: block;
	width: 100%;
	height: auto;
}

.signature{
	width: 40%;
	margin:40px 10px 40px auto;
}
.signature dt{
	width: 100%;
	border-bottom: 1px solid #9c9c9c;
	padding: 10px;
	box-sizing:border-box;
	text-align:center;
}
.signature dd{
	width:100%;
	padding: 10px;
	box-sizing: border-box;
	text-align:center;
}	
.signature dd strong{
	display: inline-block;
	margin-left: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 24px;
	font-weight: bold;
}

/*-------------- 上へ戻るボタン --------------------*/
#page-top {
  position: fixed;
  bottom: 140px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
    background: #191970;
    text-decoration: none;
    color: #fff;
    width: 40px;
	height: 40px;
    padding: 20px;
    text-align: center;
    display: block;
    border-radius: 100vh;
    opacity: 0.9;
    transition: all .3s ease;
    background-image:  url("../images/arrow_top.png");
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: center center;

}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}
/*---------- footer ----------*/
footer {
    width: 100%;
	background-image: url(../images/footer_image.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.footer_inner{
    width: 1200px;
	height: 420px;
    margin: 0 auto;
	color: #191970;
}

.fnav_list{
    width: 100%;
	overflow: hidden;
	padding: 20px;
	box-sizing:border-box;
}
.fnav_list li{
    display:inline-block;
	float: left;
    margin:0 4% 20px 0;
}
.fnav_list li a{
    display:block;
    color: #191970;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}
.fnav_list li a:hover{
    color:#6495ed;
}

footer small {
    display: block;
	width: 100%;
	padding: 4px 6px;
	box-sizing:border-box;
	margin:0 auto 10px;
    font-size: 0.8rem;
    text-align: center;
	color: #fff;
	background: #9370db;
}
}
/*-------ここからスマホ用css------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 639px){

/*---------------- 共通 ---------------*/
html, body {
    width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 2;
}
a{
    text-decoration: none;
}
/*----------------- headerエリア ----------------------*/
.header{
    width: 100%;
    z-index: 995;
}
.header_top{
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    line-height: 1.4;
    position: fixed; 
    z-index: 996;
    box-sizing: border-box;
}

.important_box{
    width: 93.3%;
    margin-bottom: 10px;
    z-index:9999;
}
#logo {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    z-index:99999;
}
#logo a{
    display: block;
    width: 100%;
    z-index:99999;
}
#logo img{
    display: block;
    width: 100%;
    z-index:99999;
    height: auto;
}
.contact{
    display: none;
}
h1{
    display: none
}
span.motto{
    display: none;
}
.contact_box{
    display: none;
}
.office_list{
    display: none;
}
.navToggle{
    width: 50px;
    height: auto;
    float: right;
}
.wrapper{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
main{
    width: 100%;
}
/*----------------- g_nav ----------------------*/
.navi{
    width: 100%;
    margin-bottom: 2.66%;
    z-index: 9999;
}
.gnav_pc{
    display: none;
}
.gnav_sp{
    width: 100%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    z-index: 100000;
}
.gnav_sp li{
    width: 100%;
    display: block;
    background: #9932cc;
    border: 10px solid #9932cc;
    box-sizing: border-box;
}
.gnav_sp li a{
    display: block;
    width: 100%;
    padding: 6px 10px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
.phone_list{
	display: none;
}
/*--------------- パンくず ----------------*/
.breadcrumb {
    width: 100%;
    text-align: left;
    margin-bottom: 2.66%
}
.breadcrumb li a span{
    font-size: 12px;
}
.breadcrumb li{
    display:inline;
    list-style: none;
    font-size: 12px;
}
.breadcrumb li:after {
    content: '>';
    padding: 0 3px;
    color: #2b2b2b;
}
.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #323232;
    font-size: 14px;
}
.breadcrumb li a:hover {
    text-decoration: underline;
    color: #9c9c9c;
}

/*----------------- メインコンテンツ ---------------*/
.main{
    width: 100%;
}
.content_box{
    width: 100%;
}
article.content{
    width: 100%;
    margin-bottom: 40px;
}
/*------------ sub_img ---------------*/
.sub_img_sp {
	display: block;
	width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.sub_img_sp img{
	display: block;
	width: 100%;
	height: auto;
}

.sub_img_sp h2 {
    position: absolute;
    top: 10%;
    left: 10%;
    color: #fff;
	font-weight: 600;
    padding: 0 10px;
    font: 2.2em Georgia, serif;
}
.sub_img_sp p {
    position: absolute;
    color: #fff;
    font-size: 18px;
    bottom: 120px;
    right: 20px;
    line-height: 1.4;
    font-weight: 600;
}
.sub_img_sp p span{
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.sub_img_sp img {
    width: 100%;
}
.sub_img_pc{
    display: none;
}
/*------------ コンテンツ---------------*/
.item_box{
	width:100%;
	margin:40px auto 40px;
}
.item_box h3{
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #fff;
	background-image: linear-gradient(to right, #afeeee 0%, #6495ed 100%);
	font: 1.4em Georgia, serif;
	margin-bottom: 40px;
}
.item_box h3 span{
    color: #fff;
    text-shadow: 1px 1px 2px #555, 0 0 1em #2b2b2b, 0 0 0.2em #5b5b5b;
    font-size: 22px;
    padding: 0 10px;
    font: 1.7em Georgia, serif;
}
.contents{
	width: 100%;
    margin-bottom: 20px;
}

/*---------------- ご挨拶ー -----------------------*/

.about_box{
	width: 100%;
    padding: 10px;
	box-sizing: border-box;
    margin-bottom: 40px;
}
.about_box h4{
    width: 100%;
    font-size: 22px;
    padding: 10px;
    border-bottom: 1px solid #9c9c9c;
    margin-bottom: 40px;
    box-sizing: border-box;
}
p.lead{
    width: 100%;
    margin-bottom: 20px;
    line-height: 2;
}
.about_box figure{
	width: 100%;
	margin-bottom: 40px;
}
.about_box figure img{
	display: block;
	width: 100%;
	height: auto;
}

.signature{
	width: 80%;
	margin:40px 10px 40px auto;
}
.signature dt{
	width: 100%;
	border-bottom: 1px solid #9c9c9c;
	padding: 10px;
	box-sizing:border-box;
	text-align:center;
}
.signature dd{
	width:100%;
	padding: 10px;
	box-sizing: border-box;
	text-align:center;
}	
.signature dd strong{
	display: inline-block;
	margin-left: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 24px;
	font-weight: bold;
}

/*-------------- 上へ戻るボタン --------------------*/
#page-top {
  position: fixed;
  bottom: 140px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
    background: #191970;
    text-decoration: none;
    color: #fff;
    width: 40px;
	height: 40px;
    padding: 20px;
    text-align: center;
    display: block;
    border-radius: 100vh;
    opacity: 0.9;
    transition: all .3s ease;
    background-image:  url("../images/arrow_top.png");
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: center center;

}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}
    
/*---------- footer ----------*/
footer {
    width: 100%;
	height:auto;
	background-image: url(../images/footer_image.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position:center bottom;
}
.footer_inner{
    width: 100%;
	border-top: 1px solid #9370db;
    margin: 0 auto;
	color: #191970;
}

.fnav_list{
    width: 100%;
	padding: 20px;
	box-sizing:border-box;
}
.fnav_list li{
    display: block;
	width: 100%;

    margin-bottom: 40px;
}
.fnav_list li a{
    display:block;
    color: #191970;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}
.fnav_list li a:hover{
    color:#6495ed;
}

footer small {
    display: block;
	width: 100%;
	padding: 4px 6px;
	box-sizing:border-box;
	margin:0 auto 10px;
    font-size: 0.8rem;
    text-align: center;
	color: #fff;
	background: #9370db;
}
/*------------------------------ハンバーガーボタン----------------------------*/

nav{
    width: 100%;
    height: 50px;
    position: relative;
    }

.drawer{
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 10px 1em;
}
/*トグル部分*/
.navbar_toggle{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index:9999;
}

.navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #44281e;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}

.navbar_toggle_icon:nth-child(1) {
    top: 0;
}

.navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
    top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}


.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*ナビゲーション部分*/
.menu{
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition:ease .5s;
    transition:ease .5s;
    z-index:1000;
}

.menu ul li{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
/*OPEN時の動き*/
.menu.open {
    transform:translateX(0);
    overflow-y: auto;
    position: static;
    z-index: 1001;

}
}
/*-------ここからタブレット用css--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 640px) and (max-width: 1199px) {
	
/*----------------共通------------*/
html, body {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0; 
	box-sizing: border-box;
    line-height: 2;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
a{
    text-decoration: none;
}

/*------------- headerエリア --------------*/
.header_top{
    overflow: hidden;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
	border-bottom: 10px solid #09C;
}

.important_box{
    width: 56%;
	float: left;
    margin: 0 2% 10px 0;
    overflow: hidden;
}
#logo {
    width: 54%;
    float: left;
	box-sizing:border-box;
}
#logo a{
    display: block;
	width: 100%;
}

#logo h1{
    display: inline-block;
    font-size: 14px;
    color: #323232;
    margin-bottom: 10px;
}
#logo h1 span{
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	color: #6b6b6b;
}
#logo img{
    display: block;
	width: 80%;
	height: auto;
}

.contact{
    background: #f5f5f5;
    padding: 10px;
    border: 1px solid #6b6b6b;
    border-radius: 6px;
    background-image: url("../images/arrow_right.png");
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.contact span.font_b{
    font-weight: 600;
    color: #191970;
    margin-right: 20px;
}
.contact_box{
    width: 46%;
    float: right;
}
.squar_btn{
  display: inline-block;
  position: relative;
  padding: 0.35em 1em;
  background: #09C;
  color: #fff;
  text-decoration: none;
}
uar_btn:active {
	padding: 0.32em 0.9em;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.squar_btn:active:before { 
	width: -webkit-calc(100% - 12px);
	width: calc(100% - 12px);
}

.squar_btn:active:before {
  top:-12px;
  border-width: 6px;
}
span.call{
    display: block;
    margin: 10px 0; 
}
span.c_form{
    display: inline-block;
    text-align: center;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
    margin: 0 auto 16px;
    background-image: url("../images/top/c_icon.png");
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: left 10px center;
}
span.feel_free_to{
	display: block;
	width: 100%;
	padding: 10px;
	background: #fff;
	box-sizing:border-box;
	color: #09c;
	border: 1px solid #09C;
}
	
.tel_box{
    width: 42%;
    float: right;
    overflow: hidden;
}
.tel_box a span{
	display: block;
	width: 100%;
    color: #09c;
	text-align:center;
	font-size: 22px;
	font-weight: 600;
}
.phone_list{
    width: 100%;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #09c;
    border-radius: 6px;
}
.phone_list dt{
    padding: 4px;
    background: #09C;
    text-align: center;
    font-size: 18px;
    margin-bottom: 6px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}
.phone_inner_list{
	width: 100%;
	overflow:hidden;
}
.phone_inner_list li:first-of-type{
	width: 100%;
	margin-bottom: 2%;
    margin-bottom: 4px;
    padding-left: 26px;
	box-sizing:border-box;
    background-image: url("../images/top/tel.png");
    background-repeat: no-repeat;
    background-size: 24px auto; 
    background-position: left center;
}
.phone_inner_list li:last-of-type{
	width: 100%;
    margin-bottom: 4px;
	padding-top: 1%;
	box-sizing:border-box;
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 300;

}
.navToggle{
    width: 50px;
    height: auto;
    float: right;
}
.gnav_sp{
	display: none;
}
.navToggle{
	display:none;
}
.wrapper{
    width: 100%;
    margin: 0 auto;
}
/*------------------ g_nav ------------------*/
.navi{
	width: 100%;
	margin-bottom: 2.66%;
}
.gnav_pc{
    display: block;
    width: 100%;
    border-bottom: 1px solid #668ad8;
}
.gnav_pc ul{
    width: 100%;
    margin :0 auto 10px;
    overflow: hidden;
}
.gnav_pc li{
    display: inline-block;
    margin-right: 1rem;
    padding: 10px;
}
.gnav_pc li a{
    display: inline-block;
    color: #323232;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    text-decoration: none;
}
.gnav_pc li a:hover{
    color: #483316;
    font-weight: 600;
    padding: 10px;
    border-bottom: 1px solid #2b2b2b;
}
/*------------------- パンくず -------------*/
.breadcrumb {
	width: 100%;
	margin: 0 auto 20px;
    text-align: left;
}
.breadcrumb li a span{
    font-size: 12px;
}
.breadcrumb li{
    display:inline;/
    list-style: none;
    font-size: 12px;
}
.breadcrumb li:after {
    content: '>';
    padding: 0 3px;
    color: #2b2b2b;
}
.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #323232;
    font-size: 14px;
}
.breadcrumb li a:hover {
    text-decoration: underline;
    color: #9c9c9c;
}

/*----------------- メインコンテンツ ---------------*/
.main{
    width: 100%;
}
.content_box{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
article.content{
    width: 100%;
    margin-bottom: 40px;
}
/*------------ sub_img ---------------*/
.sub_img_pc {
    position: relative;
    margin-bottom: 40px;
}
.sub_img_pc h2 {
    position: absolute;
    top: 10%;
    left: 10%;
    color: #fff;
	font-weight: 600;
    padding: 0 10px;
    font: 2.2em Georgia, serif;
}
.sub_img_pc p {
    position: absolute;
    color: #fff;
    font-size: 18px;
    bottom: 60px;
    right: 20px;
    line-height: 1.4;
    font-weight: 600;
}
.sub_img_pc p span{
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.sub_img_pc img {
    width: 100%;
}
.sub_img_sp{
    display: none;
}
/*-------------- コンテンツ ----------------*/
.item_box{
	width:100%;
	margin:40px auto 40px;
}
.item_box h3{
	width:100%;
	padding: 10px 20px;
	box-sizing:border-box;
	color: #fff;
	background-image: linear-gradient(to right, #afeeee 0%, #6495ed 100%);
	font: 1.4em Georgia, serif;
	margin-bottom: 40px;
}
.item_box h3 span{
    color: #fff;
    text-shadow: 1px 1px 2px #555, 0 0 1em #2b2b2b, 0 0 0.2em #5b5b5b;
    font-size: 22px;
    padding: 0 10px;
    font: 1.7em Georgia, serif;
}
.contents{
	width: 100%;
    margin-bottom: 20px;
}

/*---------------- ご挨拶ー -----------------------*/

.about_box{
	width: 100%;
    padding: 10px;
	box-sizing: border-box;
    margin-bottom: 40px;
}
.about_box h4{
    width: 100%;
    font-size: 22px;
    padding: 10px;
    border-bottom: 1px solid #9c9c9c;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.about_box figure{
	width: 100%;
	margin-bottom: 40px;
}
.about_box figure img{
	display: block;
	width: 100%;
}
p.lead{
    width: 100%;
    margin-bottom: 20px;
    line-height: 2;
}

.signature{
	width: 60%;
	margin:40px 10px 40px auto;
}
.signature dt{
	width: 100%;
	border-bottom: 1px solid #9c9c9c;
	padding: 10px;
	box-sizing:border-box;
	text-align:center;
}
.signature dd{
	width:100%;
	padding: 10px;
	box-sizing: border-box;
	text-align:center;
}	
.signature dd strong{
	display: inline-block;
	margin-left: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 24px;
	font-weight: bold;
}
/*-------------- 上へ戻るボタン --------------------*/
#page-top {
  position: fixed;
  bottom: 140px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
    background: #191970;
    text-decoration: none;
    color: #fff;
    width: 40px;
	height: 40px;
    padding: 20px;
    text-align: center;
    display: block;
    border-radius: 100vh;
    opacity: 0.9;
    transition: all .3s ease;
    background-image:  url("../images/arrow_top.png");
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: center center;

}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}
/*---------- footer ----------*/
footer {
    width: 100%;
	background-image: url(../images/footer_image.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.footer_inner{
    width: 100%;
	height: 320px;
    margin: 0 auto;
	color: #191970;
}

.fnav_list{
    width: 100%;
	overflow: hidden;
	padding: 20px;
	box-sizing:border-box;
}
.fnav_list li{
    display:inline-block;
	float: left;
    margin:0 4% 20px 0;
}
.fnav_list li a{
    display:block;
    color: #191970;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}
.fnav_list li a:hover{
    color:#6495ed;
}

footer small {
    display: block;
	width: 100%;
	padding: 4px 6px;
	box-sizing:border-box;
	margin:0 auto 10px;
    font-size: 0.8rem;
    text-align: center;
	color: #fff;
	background: #9370db;
}
}