@charset "utf-8";

@font-face {
    font-family: 'hkgyokk';
    src: url('font/hkgyokk.eot');
    src: url('font/hkgyokk?#iefix') format('embedded-opentype'), url('font/hkgyokk.woff') format('woff'), url('font/hkgyokk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* base */

html {
    font-size: 62.5%;
    background-image: url(img/bg-img.jpg);
    background-repeat: repeat;
    padding: 0;
}

body {
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
    width: 100%;
    min-width: 1000px;
    padding: 0;
}

header {
    font-family: 'HG行書体', 'HGS行書体', 'HGP行書体', 'DF行書体', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.5em;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 10px #ccc;
    padding: 0;
    margin: 0;
}

footer {
    background-color: #69b076;
    padding: 0 0 10px;
    margin: 20px 0 0;
    box-shadow: 0 0 10px #ccc;
}

h3 {
    font-family: 'HG行書体', 'HGS行書体', 'HGP行書体', 'DF行書体', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    background-image: url(img/logo_w.svg);
    background-size: 70px;
    background-position: center center;
    min-height: 90px;
    font-size: 3rem;
    color: #3a5b52;
    text-align: center;
    border-bottom: solid thin #3a5b52;
    padding-top: 20px;
    margin: 40px 0 10px;
}

h3 span {
    display: block;
    font-size: 2rem;
    opacity: 0.5;
}

h4 {
    font-family: 'HG行書体', 'HGS行書体', 'HGP行書体', 'DF行書体', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    min-height: 90px;
    font-size: 3rem;
    color: #3a5b52;
    text-align: left;
    padding-top: 20px;
    margin: 5px 0 5px;
}

h5 {
    font-family: 'HG行書体', 'HGS行書体', 'HGP行書体', 'DF行書体', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    min-height: 10px;
    font-size: 2rem;
    color: #3a5b52;
    text-align: left;
    padding-top: 0px;
    margin: 0px 0 0px;
}

p {
    text-align: justify;
    margin: 5px 0;
}

input,
textarea,
select {
    background-color: #fff;
    border: solid thin #ccc;
}

button {
    padding: 10px 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.51, #d1d1d1), color-stop(0.50, #dbdbdb), color-stop(0.00, #dcdcdc));
    background: -webkit-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
    background: -moz-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
    background: -o-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
    background: -ms-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
    background: linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
    border: solid thin #ccc;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

button:hover {
    background: #eee;
}

a:hover {
    color: #006400;
}

/* header */

.nav {
    width: 1000px;
    height: 250px;
    padding: 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.nav h1 {
    font-size: 4.2rem;
    line-height: 1em;
    color: #006400;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff;
    margin: 0 0 5px;
}

.site-title {
    background-image: url(img/title-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 550px;
    text-align: center;
    padding: 0 10px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.type {
    font-size: 2rem;
}

.serial {
    font-size: 1.5rem;
    margin-top: 5px;
}

.address {
    font-size: 2.0rem;
    margin-top: 5px;
}

nav {
    display: inline-block;
    width: 430px;
    text-align: center;
    margin: 15px 0 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: inline-block;
    background-color: #69b076;
    width: 70px;
    height: 180px;
    font-size: 2.1rem;
    color: #fff;
    text-align: left;
    border-top: solid 15px #47885e;
    vertical-align: top;
    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding: 5px;
    margin: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
}

nav ul .current a {
    border-top: none;
}

nav ul li a:hover {
    background-color: #3cb371;
    border-top: solid 0px #47885e;
    color: #fff;
    transition-duration: 0.5s;
}

nav ul li div {
    display: block;
    font-size: 1.8rem;
    text-align: right;
    border-right: solid thin #fff;
    padding-right: 5px;
    margin-right: 10px;
}

.tel {
    font-size: 2.3rem;
    font-weight: bold;
    margin-top: 5px;
}

.kadomatsu a {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    right: 10px;
    width: 240px;
    background-color: #fff;
    font-size: 2.4rem;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px #666;
}

.kadomatsu a:before {
    content: url(img/kadomatsu/kadomatsu.svg);
    margin-right: 10px;
}

.kadomatsu a span {
    position: absolute;
    display: inline-block;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.kadomatsu a:hover {
    opacity: 0.8;
    transition-duration: 0.2s;
}

/* fixed-background */

.cd-fixed-bg {
    position: relative;
    height: 500px;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    vertical-align: middle;
}

.cd-fixed-bg.cd-bg-1 {
    background-image: url("img/top-img02.jpg");
    background-size: 2000px;
}

.top-txt {
    display: inline-block;
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.5em;
    text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333, 1px 0 1px #333, -1px 0 1px #333;
    margin-top: 140px;
}

.top-txt-1 {
    display: inline-block;
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.5em;
/*    text-shadow: 1px 1px 1px #ff6347, -1px 1px 1px #ff69b4, 1px -1px 1px #ff69b4, -1px -1px 1px #ff69b4, 1px 0 1px #ff69b4, -1px 0 1px #ff69b4;*/
    text-shadow: 1px 1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000, -1px -1px 1px #000000, 1px 0 1px #000000, -1px 0 1px #000000;
    margin-top: 140px;
}


/* main */

.main {
    background-image: url(img/take.png);
    background-position: bottom right;
    min-height: 755px;
}

.contents {
    width: 1000px;
    padding: 0 10px;
    margin: 20px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}

.co_box {
    min-height: 100px;
    padding: 0 20px 50px;
    flex-basis: 400px;
    flex-grow: 1;
}

.co_box_img {
    min-height: 100px;
    padding: 20px;
    flex-basis: 200px;
    flex-grow: 1;
    text-align: center;
}

.bg_alpha {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px 20px 50px;
    margin-bottom: 100px;
}

.catch {
    font-family: 'HG行書体', 'HGS行書体', 'HGP行書体', 'DF行書体', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    font-size: 4rem;
    color: #666;
    margin: 50px auto;
}

.case-photo {
    width: 1000px;
    margin: 10px auto 50px;
}

.case-photo table {
    width: 1000px;
    margin: 20px auto;
}

.case-photo img {
    box-shadow: 0 0 5px #333;
}

.case-photo table td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.case-photo figure {
    display: inline-block;
	position: relative;
	overflow: hidden;
	width: 200px;
    box-shadow: 0 0 10px #999;
}

.case-photo figcaption {
	position: absolute;
	top: -100%;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 2.4rem;
    font-family: 'HG行書体', 'HGS行書体', 'HGP行書体', 'DF行書体', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
    padding-top: 70px;
}

.case-photo figure:hover figcaption {
	top: 0;
	left: 0;
}

.txt-box {
    background-color: rgba(50, 120, 10, 0.8);
    color: #fff;
    padding: 50px 10px;
    box-shadow: 0 0 10px #999;
}

.txt-area {
    width: 1000px;
    text-align: justify;
    font-size: 2.0rem;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.company-t {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px 0 30px;
    margin: 5px 0 60px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.company table {
    width: 800px;
    margin: 0 auto;
}

.company th,
.company td {
    padding: 20px 10px;
    border-bottom: solid thin #47885e;
}

.company th {
    width: 150px;
    text-align: right;
    vertical-align: top;
    color: #47885e;
}

.company td {
    width: 325px;
}

.map {
    margin: 5px 0 30px;
    box-shadow: 0 0 10px #ccc;
}

.case th,
.case td {
    padding: 20px 10px 5px;
}

.case td {
    text-align: center;
}

.case-area {
    border-bottom: dotted 2px #999;
    padding: 10px 0;
}

.case-cap {
    font-weight: bold;
    color: #47885e;
    text-align: left;
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.case-city {
    text-align: left;
    border-bottom: solid thin #ccc;
    margin-bottom: 5px;
}

.case-txt {
    text-align: justify;
}

.thanks {
    font-size: 1.7rem;
    margin: 20px 0;
}

.to-home {
    margin: 30px 0;
}

.privacypolicy dt {
    font-weight: bold;
    margin-top: 30px;
}

.privacypolicy dd {
    margin-left: 20px;
}

.privacypolicy ul {
    margin-left: 20px;
}

.note {
    font-size: 1.7rem;
}

.note p {
    margin: 15px 0;
}

.txt_c {
    text-align: center;
}
	
.kadomatsu_catch {
    position:  relative;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight:  bold;
    margin-bottom: 35px;
    font-size: 3.6rem;
    text-align:  center;
    padding-top: 20px;
    margin-top: 100px;
}

.kadomatsu_catch:before {
    content: '';
    width: 150px;
    height: 150px;
    border-radius:  50%;
    border: solid #ccc;
    display:  block;
    position:  absolute;
    left:  0;
    right:  0;
    margin:  auto;
    top: 0;
    z-index: -1;
}

.kadomatsu_catch:after {
    content: '';
    width: 135px;
    height: 135px;
    border-radius:  50%;
    border: 1px solid #ccc;
    display:  block;
    position:  absolute;
    left:  0;
    right:  0;
    margin:  auto;
    top: 7px;
    z-index: -1;
}

.contact_box {
    background-color: #fff;
    width: 400px;
    text-align: center;
    border: solid thin #999;
    padding: 20px;
    margin: 0 auto;
}

.contact_box h5 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid thin #006400;
}

/* pagetop */

.pagetop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 20px;
	z-index: 10;
}

.pagetop a {
	display: block;
    width: 40px;
    height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 1.2rem;
	padding: 8px;
	opacity: 0.8;
}

.pagetop a:hover {
	opacity: 0.6;
    transition-duration: 0.2s;
}

/* footer */

.footer {
    width: 1000px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.footer-link {
    padding: 10px 0;
    text-align: center;
}

.footer-link a {
    color: #fff;
}

.footer-link a:hover {
    color: #006400;
}

address {
    font-style: normal;
    padding: 20px 0 10px;
}

address a {
    font-family: 'HG行書体', 'HGS行書体', 'HGP行書体', 'DF行書体', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.4rem;
    color: #fff;
}