@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

html { line-height: 0;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #222;
}


/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em auto;
	padding:0;
    max-width:1000px; 
}

input, select {
	vertical-align:middle;
}

li {
	list-style: none;
}


/*****************

clearfix

*****************/
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix {
		display: inline-table;
		min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}
/* End hide from IE-mac */



/***************** General setting *****************/
body {
	font-family: "Zen Old Mincho", serif;
	background: #fff;
	line-height: 1.8;
	color: #000;
	-webkit-text-size-adjust: 100%;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 0;
    padding: 0;;
    text-align: justify;
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.pc_img {display: inline-block;}
.sp_img {display: none;}

a img:hover,
input[type=image]:hover {
	opacity: .6;
	-ms-filter: "alpha(opacity=60)"; /* ie 8 */
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}


/***************** TEXT SETTING *****************/

.mincho {font-family: "Zen Old Mincho", serif;}
.txt_normal { letter-spacing: 0;}
.txt_cnt { text-align: center;}
.txt_left { text-align: left;}
.txt_right { text-align: right;}

.txt_indent {
  padding-left: 1.0em;   
  text-indent: -1.0em; 
}

.txt_list_ttl {
    text-indent: -1.0em; 
}

.txt_reset p {
    margin-bottom: 0.5rem!important;
}

.txt_L { font-size: 28px; letter-spacing: 6px;}
.txt_M { font-size: 20px; letter-spacing: 4px;}
.txt_S { font-size: 13px; letter-spacing: 0px;}

.sub_ttl {
    text-align: center;
    font-size: 18px;
    letter-spacing: 3px;
}

strong { font-weight: 700;}

/***************** BOTTUN setting *****************/
.btn_designA {
    width: 320px;
    display: inline-block;
    margin: 25px auto 0;
    font-size: 16px;
    opacity: 0.8;
    background-color: #00709e;
    transition: .4s;
    letter-spacing: 1.5px;
    padding: 8px 0;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}


.btn_designA a {
    color: #7ecef4;
    display: block;
    width: 100%;
}

.btn_designA:hover{
    color: #FFF;
    background: linear-gradient(45deg, #338db1 0%, #7ecef4 100%);
}

.btn_designW {
    width: 248px;
    display: inline-block;
    margin: 25px auto;
    font-size: 13px;
    opacity: 0.8;
    background-color: #FFF;
    border: 1px solid #00709e;
    transition: .4s;
    letter-spacing: 3px;
    padding: 8px 0;
    color: #00709e;
    text-align: center;
    cursor: pointer;
}


.btn_designW:a {
    color: #00709e;
}

.btn_designW:hover{
    color: #FFF;
    background: linear-gradient(45deg, #338db1 0%, #7ecef4 100%);
}

/***************** GENERAL WINDOW *****************/  

h1 {
    text-align: center;
    width: 100%;
    margin: 20px auto 30px;
    font-size: 13px;
    letter-spacing: 2px;
}

h2 {
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
}

/* SERVICE TITLE */
h3 {
    text-align: center;
    font-size: 25px;
    letter-spacing: 6px;
    margin-bottom: 20px;
    font-weight: normal;
}
/* SERVICE CAPTION */
h4 {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: normal;
}

section {
    width: 1000px;
    margin: 40px auto 20px;
}

hr {
    padding: 20px 0;
    width: 80%;
    margin: 20px auto;
}

.bg_beige {
    background: #f8f8f8;
    width: 100%;
    padding: 30px 0;
    position: relative;
}
.bg_skyblue {
    background: rgba(229,239,245,1.00);
    width: 100%;
    padding: 40px 0;
    position: relative;
}
.bg_white {
    background: #FFF;
    width: 100%;
    padding: 30px 0;
    position: relative;
}

.left_box { float: left;}
.right_box { float:right;}

footer {
    color: #FFF;
    text-align: center;
    margin-top: 80px;
}
footer .img_box img { width: 100%;}

footer .inner_footer {
    background: rgba(114,114,114,1.00);
    margin-top: -80px;
    padding:0 0 30px 0;
   
}

footer .sns {
    text-align: center;
}

footer .sns li {
    padding: 5px 0% 8px;
    display: inline-block;
}
footer a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #FFF;
}

.pagetop {
    position: fixed;
    bottom: 5%;
    right:5%;
}
/***************** SNS *****************/
.sns_widget {
	display: table;
	width: 100%;
}
.sns_widget .widget_box {
	display: table-cell;
	vertical-align: top;
	padding-left: 23px;
	width: 50%;
}
.sns_widget .widget_box:first-child {
	padding-right: 23px;
	padding-left: 0;
}


/***************** MODAL WINDOW *****************/

.nav_sns {
    text-align: center;
}

.nav_sns li {
    padding: 3% 2% 5%;
    display: inline-block;
}

.menu-btn {
    position: fixed;
    top: 0px;
    right: 0%;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 9999 !important;
    background: -webkit-linear-gradient(45deg, #338db1 0%, #7ecef4 100%);
	background-image: linear-gradient(45deg, #338db1 0%, #7ecef4 100%);
    opacity: 0.9;
    letter-spacing: 2px;
}

.menu-btn span {
    color: #fff;
    position: relative;
    top: 5px;
    font-weight: bold;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}

body.open {
  overflow: hidden;
}

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 9996;
    overflow: auto;   
}

.nav_box {
    position: absolute;
    display: table-cell;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#f7f5f1;
    z-index: 9998;

}

.menu ul {
    margin: auto;
    position: relative;
    padding: 30px 0 0 0;
    width: 100%;
    height: 95%;
    overflow-y: scroll;
    letter-spacing: 3px;
}

.menu li {
    width: 60%;
    margin: 20px auto;
    text-align: center;
    color: #666;
    display: block;
    font-size: 20px;
}

.menu li a {
    display: block;
    color: #666;
    text-decoration: none;
}

.menu li a:hover {
    color: #00709e;
}

.menu .nav_sns {
    margin: 10% auto;
    text-align: center;
    width: 100%;
}

.menu .nav_sns .icon { 
    margin: 10px auto;
    width: 5%;
    display: inline-block;
}
.menu .menu_ttl { 
    font-size: 11px;
    letter-spacing: 5px;
    color: #00709e;
    padding: 50px 0 0 0;
}
.menu .menu_top { 
    font-size: 13px;
    letter-spacing: 3px;
}


/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.fadein {
    opacity : 0;
    transform : translate(0, -100px);
    transition : all 1500ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}



@media screen and (max-width: 767px) {
body {
    font-size: 14px;
    letter-spacing: 1px;
}
    
    
.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
    
.left_box { float: none;}
.right_box { float:none;}
    
.txt_L { font-size: 25px; letter-spacing: 7px;}
.txt_M { font-size: 18px; letter-spacing: 5px;}  

section {
    width: 86%;
    margin: auto;
    clear: both;
    margin-bottom: 0px;
}
  
img {width: 100%;}

/***************** GENERAL WINDOW *****************/  
h1 {
    text-align: center;
    width: 100%;
    margin: 10px auto 20px;
    font-size: 2.5vw;
    letter-spacing: 3px;
}
h1 img { width: 50%;}
    
.contents_area {
        width: 90%;
        margin: 20px auto;
}
h2 { 
    font-size: 11px; 
}

h2 img {
    width: 60%;
    }
    
.h2_blank {margin-top: 30px;}

footer .inner_footer {
    margin-top: -5%;
   
}
    
.pagetop {
    position: fixed;
    bottom: 5%;
    right:0%;
    width: 8%;
}
    

h3 {
    text-align: center;
    font-size: 110%;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

h4 {
    text-align: left;
    font-size: 90%;
    letter-spacing: 0px;
    font-size: 90%;
}
/***************** SNS *****************/ 
	.sns_widget {
		display: block;
		width: auto;
	}
	.sns_widget .widget_box {
		display: block;
		padding: 0;
		width: auto;
        margin-bottom: 50px;
	}
	.sns_widget .widget_box:first-child {
			padding: 0;
	}
    .sns_widget iframe {
        width: 100%;
    }
    
/***************** MODAL WINDOW *****************/  
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
    letter-spacing: 2px;
}

    .nav_box {
        height: 100%;
        overflow-y: scroll;
    }
    
    .menu ul {
        width: 100%;
        height: 100%;
    }
    
    .menu li {
        margin-bottom: 2%;
        width: 90%;
        font-size: 110%;
    }
    
    .menu li img { width: 50%;}

.menu-btn span {
    color: #fff;
    position: relative;
    top: 0px;
    font-weight: normal;
}
    

.menu .nav_sns {
    margin: 10% auto;
    text-align: center;
    width: 100%;
}

.menu .nav_sns .icon { 
    margin: 5% auto;
    width: 15%;
    display: inline-block;
}
    
/***************** BOTTUN SETTING *****************/
.btn_designA {
    width: 90%;
    margin: 5% auto;
    letter-spacing: 1px;
    padding: 5px 0;
    text-align: center;
    color: #FFF;
}

.bg_beige {
    padding: 30px 0 10px;
}	
	
	
}
