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

dd {
    display: block;
    margin-inline-start: 0;
}

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;
    margin: 0;
    padding: 0;
}

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,
a:visited{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #72c38a;
}

a:hover,
a:active {
    color: #72c38a;
}

.txt_white a,
.txt_white a:visited{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #FFF;
}

.txt_white a:hover,
.txt_white a:active {
    color: #FFF;
}


del {
	text-decoration: line-through;
}

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

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

input, select {
	vertical-align:middle;
}

li,ul {
	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 */



/***********   COMMON settng ***********/
body {
    background: #fbf8f6;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 1.8;
}

.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: .5;
}

ul { padding: 0;}

a:hover {
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


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


/***********   HEADER settng ***********/

.btn_circle {
    width: 50px;
    height: 50px;
    background: #FFF;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    top: 3%;
    right: 90px;
    z-index: 9990;
}
.btn_circle img { 
    width: 60%;
    margin-top: 10px;
}


/***********  FOOTER settng ***********/
footer {
    text-align: center;
    font-size: 11px;
    padding-bottom: 10px;
}
 
.pagetop {
    width: 50px;
    height: 50px;
    display: inline;
    text-align: center;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 9995;
}
.pagetop img { width: 100%;}


/***********   BTN SETTING ***********/
.btn_A {
    width: 350px;
    margin: auto;
    transition: .4s;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    background: #72c38a;
}

.btn_A a,
.btn_A a:active,
.btn_A a:visited{
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
}

.btn_A:hover{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: rgba(115,188,234,0.90);
}


/****** BG SETTING *****/
.bgA {
    background: url("../images/common/bg_A.png") no-repeat;
    background-size: 100% 100%;
}
.bgB {
    background: url("../images/common/bg_B.png") no-repeat;
    background-size: 100% 100%;
}
.bgC {
    background: url("../images/common/bg_C.png") no-repeat;
    background-size: 100% 100%;
}
.bgEARTH {
    background: url("../images/common/bg_EARTH.png") no-repeat;
    background-size: 100% 100%;
}
.bgSKY {
    background: url("../images/common/bg_SKY.png") no-repeat;
    background-size: 100% 100%;
}


/****** CONTENTS SETTING *****/

h2 { 
    font-size: 35px; 
    margin-bottom: 20px;
    line-height: 1.5;
    clear: both;
    letter-spacing: 5px;
}
h3 { 
    font-size: 20px; 

    clear: both;
}

.txt_L { font-size: 22px;}
.txt_S { font-size: 90%;}
.txt_center { text-align: center;}
.txt_white { color: #FFF;}
.txt_tel {font-size: 45px;}

p { 
    margin-bottom: 15px; 
    line-height: 1.6;
} 

section {
    margin: 50px auto 120px;
    position: relative;
    max-width: 1000px;
}

.container {
    width: 1000px;
    margin: 30px auto;
    padding: 80px 0;
}

.contents_box {
    width: 800px;
    margin: auto;  
}

.img_full_box img { width: 100%;}

.right_box h2,
.right_box h3 {
    text-align: right;
}

.caption_box {
    width: 80%;
    margin: 30px auto;
}

.indent {
    color: #72c38a;
    font-size: 80%;
    margin-right: 10px;
}

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

/****** TAG SETTING *****/
.tag {
    text-align: center;
    padding: 3px 30px;
    display: inline-block;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 10px;
}

.tag_right { float: right;}
.tag_center { text-align: center;}

.orange {
    color: #e59661;
    border:#e59661 1px solid;
}
.green {
    color: #72c38a;
    border:#72c38a 1px solid;
}
.pink {
    color: #e77981;
    border:#e77981 1px solid;
}
.blue {
    color: #62c9d4;
    border:#62c9d4 1px solid;
}
.white {
    color: #FFF;
    border:#FFF 1px solid;
}


/****** FADEIN ACTION ******/
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0px, 200px);
	transition : all 1000ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


@media screen and (max-width: 767px) {
    
body {
    letter-spacing: 1px;
    line-height: 1.8;
}    
    
section {
    margin: 30px auto 80px;
}
    
.container {
    width: 100%;
    margin: auto;
}
img { width: 100%; }
    
.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
    
/***********   HEADER settng ***********/

.btn_circle {

    top: 60px;
    right: 5px;
    z-index: 9990;
}
.btn_circle img { 
    width: 60%;
    margin-top: 10px;
}



/***********  FOOTER settng ***********/
footer {
    text-align: center;
    font-size: 70%;
}

    
.pagetop {
    width: 50px;
    height: 50px;
    display: inline;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 10px;
}
    

/***********   BTN SETTING ***********/
.btn_A {
    width: 85%;
    margin: 5% auto;
    opacity: 1.0;
    transition: .4s;
    cursor: pointer;
    letter-spacing: 1px;
}
    
.btn_A a,
.btn_A a:active,
.btn_A a:visited{
    padding: 10px 0;
}    
    
    
/****** CONTENTS SETTING *****/

h2 { 
    font-size: 22px; 
}
h3 { 
    font-size: 15px; 
}
.txt_L { font-size: 125%;}
    
.txt_tel {font-size: 180%;}
.txt_tel img { width: 10%;}


.bgEARTH {
    background: url("../images/common/bg_EARTH_sp.png") no-repeat;
    background-size: 100% 100%;
}
.bgSKY {
    background: url("../images/common/bg_SKY_sp.png") no-repeat;
    background-size: 100% 100%;
}    
    
.container {
    width: 85%;
}

.contents_box {
    width: 80%;
    margin: auto;
}

.right_box h2,
.right_box h3 {
    text-align: left;
}    
    
/****** TAG SETTING *****/
.tag {
    font-size: 80%;
}
    
}