@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c);

/*============================
common
============================*/

strong {font-weight: bold;}

/*============================
layout
============================*/

html {
  height: 100%;
}

body {
	color: #333;
	font-size: 16px;
	/*font-family: 'Sawarabi Mincho','Open Sans','Mplus 1p','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;*/
	margin: auto;
	text-align: center;
	background: #fff url(../img/bg.png);
}

/*a {
	color: #fff;
}*/


small {
	font-size: 77%;
}

.head {
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 100%;
    background: rgb(80,146,22);
background: linear-gradient(0deg, rgba(80,146,22,1) 0%, rgba(80,146,22,1) 39%, rgba(140,181,103,1) 100%);
    
}

p {
    padding: 1em;
    padding-left: 1.2em;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
}

h3 {
    font-size: 21px;
}


.main {
    background: #fff url(../img/bg.png);
    width: 1024px;
    margin: auto;
}

/*============================
haeder
============================*/

.header {
    /* Layout Properties */
    position: relative;
    width: 1280px;
    height: 853px;
    margin: auto;
    /* UI Properties */
    background: #aaa 0% 0% no-repeat padding-box;
    background-image: url(../img/index/asj_bb.jpg);
    background-size: cover;;
}

#header_menu {
    /* Layout Properties */
    position: absolute;
    top: 19px;
    left: 581px;
    padding: 20px;
    /* UI Properties */
    text-align: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 8px 8px 13px #00000029;
    border-radius: 6px;
}

#header_menu a {
    /* UI Properties */
    /* Layout Properties */
    top: 36px;
    left: 605px;
    width: 208px;
    height: 24px;
    margin: 0 10px;
    text-align: left;
    font: normal normal medium 16px/24px Noto Sans JP;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0px;
    color: #5A5A5A;

}

.call {
    /* UI Properties */
    padding: 10px 30px;
    background: #C34300 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color: #fff;
}

.call a {
    color: #fff;
}




/*============================
concon
============================*/

.concon {
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
}

.concon h1 {
    color:#C34300;
    text-align: left;
    font: normal normal medium 20px/29px Noto Sans JP;
    font-size: 28px;
  text-decoration: none;
}

.concon h3 {
    margin: 20px 0 0 0;
    text-align: left;
    font: normal normal medium 20px/29px Noto Sans JP;
    font-size: 27px;
    color: #393939;
}

.concon h4 {
    text-align: left;
    font: normal normal medium 20px/29px Noto Sans JP;
    font-size: 24px;
    color: #393939;
    border-left: solid 6px #C34300;
    margin-top: 60px;
    padding: 0 10px;
}

.concon p {
    text-align: left;
    padding: 1em;
    line-height: 1.8em;
}

/*============================
about
============================*/

.about {    

}

.about_con {
    padding: 1rem;
}

.about p {
    margin: 42px 0 0 0;
    text-align: left;
    font: normal normal normal 18px/39px Noto Sans JP;
    letter-spacing: 0px;
    color: #1C1C1C;
    font-size: 16px;
}

/*============================
service
============================*/

.service {    

}

.service_con {
    padding: 0;
}

.service p {
    margin: 42px 0 0 0;
    text-align: left;
    font: normal normal normal 18px/39px Noto Sans JP;
    letter-spacing: 0px;
    color: #1C1C1C;
    font-size: 21px;
    padding: 1rem;
}

.service_title {
    text-align: center;
    margin: auto;
    font-size: 32px;
    padding: 1rem;
}

.service_check {
    width: 280px;
    margin: 40px auto;
    padding: 20px;
    font-size: 28px;
    color: #fff;
    background: #C34300 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 0px #FFCBB1;
    border-radius: 3px;
}


.service_check a {
    width: 280px;
    display: block;
    text-decoration: none;
    color: #fff;
}

/*============================
syousai
============================*/

.syousai {
    background-color: #e3ddcf;
}

.syousai h2 {
    width: 90%;
    margin: auto;
    border-bottom: 2px solid #000;
    padding: 0.5em;
    text-align: left;
    font-size: 32px;
}

.syousai dl{
  padding: 2rem;
}

.syousai dt{
  font-size: 24px;
  padding: 1.2rem 0 0 0;
    margin-top: 1rem;
  line-height: 0;
  text-align: left;
  font-weight: bold;
  color: #1C1C1C;
}

.syousai dd {
  font-size: 18px;
    margin-top: 1rem;
  padding: 0.8rem 0 0 0; 
  text-align: left;
  margin-left : 1.5em;/* DTの幅分の設定 */
  line-height: 180%;
  color: #1C1C1C;
}

/*============================
footer
============================*/

.footer_chiharuya {
    padding-top: 3em
}

.footer_chiharuya a {

}

.copyright {
    background: #2a2a2a;
    color: #b3b3b3;
    padding: 0.5em
}


.copyright a {
    color: #fff;
    color: #fff;
    text-decoration:underline;
}


/*============================
flexbox
============================*/

.flex_w {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.flex_wc {
	display: -webkit-flex;
	display: flex;

}

.flex1 {
	-webkit-flex: 1;
	flex: 1;
}

.flex2 {
	-webkit-flex: 2;
	flex: 2;
}

.flex3 {
	-webkit-flex: 3;
	flex: 3;
}

.flex4 {
	-webkit-flex: 4;
	flex: 4;
}

.flex5 {
	-webkit-flex: 5;
	flex: 5;
}

.flex6 {
	-webkit-flex: 6;
	flex: 6;
}

.flex7 {
	-webkit-flex: 7;
	flex: 7;
}

.flex8 {
	-webkit-flex: 8;
	flex: 8;
}

.flex9 {
	-webkit-flex: 9;
	flex: 9;
}

.flex10 {
	-webkit-flex: 10;
	flex: 10;
}

/*============================
ul
============================*/

ol{  
	width: 100%;
	padding: 0.3em;
	padding-left: 2em;
	list-style-type: circle
}


li{
	text-align: left;
	margin: 3px;
}

/*============================
square_btn
============================*/

.square_btn{
    display: inline-block;
    position: relative;
    margin: 1em auto 0.3em;
    padding: 0.35em 1em;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    text-decoration: none;
}

.square_btn:before{
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: 0;
    border: solid 8px transparent;
    border-bottom-color: #8eacec;/*ボタン色より明るめの色に*/
}

.square_btn:active{/*押したとき*/
    padding: 0.32em 0.9em;
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

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

.square_btn:active:before{
   top:-12px;
   border-width: 6px;
}

/*============================
btn-square-so-pop
============================*/

.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 1em auto;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-gradient-3d-orange {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
}

.btn-gradient-3d-orange:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

/*============================
menu_link
============================*/

.menu_link {
  display: block;
    width: 100%;
    padding: 1.25em;
    background: #62a965;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.menu_link a {

}

.menu_link:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.menu_waku_ue {
    background: #63c3ff;
    border-radius:  0px 10px 0px 0px; 
}

.menu_waku_shita {
    background: #63c3ff;
    border-radius:  0px 0px 10px 10px; 
}

/*============================
logo
============================*/

.logo {
    width: 1200px;
    margin: auto;
    background: ;
    font-size: 2em; 
}

.logo_hontai {
    margin-top: 80px;
    text-align: left;
}

.logo_contact {
    border: solid #aaa 1px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 1em;
}

.logo_c_roha {
    font-size: 18px;
    color: #fff;
    background: #92c000;
    padding: 5px;
    margin: 10px 10px 10px;
    border-radius: 10px;
}

.logo_mail_w {
    margin: auto;
}

.logp_mail {

}

.logp_mail a {
    font-size: 15px;
    text-shadow: 0 0 5px rgba(0,0,0,1);
    display: block;
    color: #fff;
    background: #d1df9c;
    padding: 8px;
    margin: 0.5em 10px;
    border-radius: 10px;
}

.logp_mail a:hover {
    display: block;
    text-shadow: 0 0 5px #fff;
    color: #ffb100;
        background: #ecf8bd;
}

.logo_jikan_w {
    margin: 8px auto;
}

.logo_jikan {
    font-size: 15px;
    font-weight: bold;
    background: #f8f8f8;
    border: #cacaca 1px solid;
    padding: 3px;
}

.logo_jikan_kazu {
    font-size: 15px;
    border: #cacaca 1px solid;
    text-align: left;
    padding: 3px;
    padding-left: 1em;
}

.menu_botan {
    background: #62a965 url(../img/menu_icon.png) no-repeat 80% 50%;
    margin-left: 5px;
}

/*============================
page-top
============================*/


.page-top
{
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
    
	background: #ff1414;
	width:  50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;

	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */

	
}

.move-page-top:hover
{
	opacity: 0.85 ;
}

/*============================
bottom_status
============================*/

.bottom_status {
    height: 100%;
    padding: 1em;
    border: 1px solid #aaa;
    background: #f7fded;
}

/*============================
clear
============================*/

.clear {
    clear: both;
}

/*=====================================
staff-photo_katano
=====================================*/

.staff-h2 {
    font-size: 2em;
    color: #fff;
    background: #d1df9c;
  box-shadow: 0px 0px 0px 5px #d1df9c;
  border: dashed 2px #008740;
  padding: 0.5em 0.5em;
    margin: 0 auto 0;
  color: #454545;
    width: 20%;

}

.staff-h2_ns {
    font-size: em;
}

.staff-h2_ns h4 {
  position: relative;
  padding: 2em 0;
    margin: 0 auto 1em;
  background: #fff100;
    width: 50%;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;

}

.staff-h2_ns h4:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

.staff-h2_ns h5 {
    font-size: 36px;
}

.staff-h2_ns rt {
    font-size: 0.4em
}

.staff-photo_katano {
    border: #ffba00 solid 0px;
    box-shadow: 16px 16px 16px -6px rgba(0,0,0,0.6);
    
}

.staff-photo_katano_photo {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    /* IE */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */
    background: #fff;
}

.staff-photo_katano_photo2 {
  display: inline-block;
  padding: 5px;
  box-shadow: 4px 4px 10px #ccc;
  background-color: #FFF;
  transform: rotate(-4deg); ←これを追加することで斜めになる
}
.staff-photo_katano_photo2:after {
  display: block;
  content: "画像の説明";
  text-align: center;
}


.katano_bunsyou {
    margin: auto;
    font-size: 21px;
    line-height: 1.5em;
}

.boxmi2 {
  padding: 0.7em;
  border: solid 2px #aaaaaa;
  border-radius: 7px;
  background: #fbffeb;
  color: #333;
  margin: 2em 0;
  font-weight: normal;
}

.boxmi4{
  background-color: #fff;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2;
  border: solid 2px #d9d9d9;
  padding: 2em 1em 1.98em 1em;
  color: #333;
  margin: 2em 0;
  font-weight: normal;
}

/*============================
balloon
============================*/

.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 17px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
    border-radius: 30px;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 0;
    font-size: 18px;
}

/*============================
gyo_sub
============================*/

.gyo_sub {
    
    padding: 0;
    border-bottom: 1px dashed #aaa;
    
}

.gyo_sub img {

    margin-top: 1em;
    border-radius: 320px;
    
}

.gyo_sub p {

    font-size: 18px;
    margin: 0;
    padding: 0.5em;
    text-align: left;
    background: #f6f6f6;
    border: 2px solid #cccccc;
    
}

/*============================
katano_bunsyou
============================*/

.katano_bunsyou {
    margin: auto;
    font-size: 18px;
    line-height: 1.5em;
}

/*============================
contact_table
============================*/

.contact_table {

    
}

.contact_table div {
    margin: 0.2em auto;
    line-height: 200%;
}

.contact_table h3 {
    font-size: ;
    margin: 1em auto;
    font-weight: bold;
}

.contact_table h3:first-letter {
font-size: 1em;
color: #7172ac;
}

.contact_table strong {
    font-weight: bold;
}

.contact_table input {
    padding: 0.5em;
    border-radius: 0px;
}

.contact_table textarea{
    padding: 0.5em;
    border-radius: 0px;
}

.contact_table input[type="submit"] {
   /* input要素のうちtype属性値がbuttonのものに対して装飾 */
   background-image: linear-gradient(0deg, #a7d9f5, #eaf6fd); /* グラデーション */
   border: 1px solid #3c7fb1; /* 枠線 */
   border-radius: 0.3em;      /* 角丸 */
}
.contact_table input[type="submit"]:hover {
   /* マウスが載ったとき */
   background-image: linear-gradient(0deg, #68d3db, #e5f4fc);
   border: 1px solid #2c628b;
}
.contact_table input[type="submit"]:active {
   /* クリックされたとき */
   background-image: linear-gradient(180deg, #68d3db, #e5f4fc);
   border: 1px solid skyblue;
}

.contact_table input[type="reset"] {
   /* input要素のうちtype属性値がbuttonのものに対して装飾 */
   background-image: linear-gradient(0deg, #a7d9f5, #eaf6fd); /* グラデーション */
   border: 1px solid #3c7fb1; /* 枠線 */
   border-radius: 0.3em;      /* 角丸 */
}
.contact_table input[type="reset"]:hover {
   /* マウスが載ったとき */
   background-image: linear-gradient(0deg, #68d3db, #e5f4fc);
   border: 1px solid #2c628b;
}
.contact_table input[type="reset"]:active {
   /* クリックされたとき */
   background-image: linear-gradient(180deg, #68d3db, #e5f4fc);
   border: 1px solid skyblue;
}

.contact_setumei {
    
    width: 100%;
    background: rgba(255,255,255,0.8);
    
}


/*============================
share
============================*/

.share h1{
    font-size: 2em;
    margin: 0.5em auto;
}

.share_box {
    margin: 1em auto;
    background: #fff;
    border: solid 2px #aaa;
    border-radius: 10px;
    /* box-shadow */
    font-size: 15px
    padding: 1em;
}

.share p {
    text-align: left;
    padding-left: 1em;
}

.share img {
    margin-right: 2em
}

