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

/* RESET */
/* ----------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0 ;}
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul, li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {font-weight:normal; clear: both; }
q:before, q:after { content:''}
strong { font-weight:bold; }
em { font-style:italic; }
a img { border:none; } /* Gets rid of IE's blue borders */
hr {
    height:0;
    margin:5px 0;
    border:none;
    border-top:1px solid #ccc;
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html { height: 100%; }

/* clearfix
------------------------------------------ */
.clearfix:after, .container:after
{content:" ";display:block;height:0;clear:both;visibility:hidden;}
/*IE7*/
.clearfix {min-height: 1px;}
/*IE6 MacIE*/
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.clearfix{display:block;}
.clear{clear:both;}


/* BASE */
/* ----------------------------------------- */
body {
    font-family: "M PLUS Rounded 1c", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"メイリオ","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","Osaka", "Helvetica","Verdana","Arial",sans-serif;
    font-size: 22pt;
    line-height: 1.3;
    color: #333;
    margin: 0;
    padding: 0;
    width: 100%;
}
/*共通設定*/
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}

h1 {
	font-size: 3rem;
}
h2{
    font-size: 2em;
}
h3{
    font-size: 1.7em;
}
p {
	line-height:1.6em;
}
section {
	margin-bottom: 40px;
}
strong.u_line {
	text-decoration:underline;
}
img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;/*GoogleChrome対策*/
}
a {
    color: #777;
    text-decoration: none;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.6s;
}

/*ヘッダー*/
header {
    background: #fff;
    padding: 7px 0 5px;
    width: 100%;
}
header h1 {
    width: 100%;
}
header h1 img {
    width: 100%;
}

/*サイドバー*/
#sidebar h2 {
	font-size: 1.5rem;
	border-bottom: 1px solid #000;
	padding: 5px 0;
}
#sidebar h3 {
	font-size: 1.4rem;
	margin-top: 10px;
}
#sidebar ul {
	padding: 0;
}
#sidebar #side_menu ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
#sidebar #side_menu ul li ul li {
	text-indent: 1rem;
}

/*共通設定*/
.container {
    margin: 0 auto;
    padding: 0;
    width: 768px;
}
@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}
#contents {
    margin: 0;
}
section{
    margin-bottom: 0;
}
img{
    vertical-align:top;
    width: 100%;
}
.sp_none {
    display:block;
}
.pc_none {
    display:none;
}

/*メインとコンテンツ*/
#main, #cont1, #cont2, #cont3, #cont4, #cont5, #cont6, #cont7 {
    margin: 0;
    padding: 0;
    width: 100%;
}
#main h2,
#cont1 h3,
#cont2 h3,
#cont3 h4,
#cont4 h4,
#cont5 h4,
#cont6 h4,
#cont7 h5 {
    width: 100%;
}

#main h2 img,
#cont1 h3 img,
#cont2 h3 img,
#cont3 h4 img,
#cont4 h4 img,
#cont5 h4 img,
#cont6 h4 img,
#cont7 h5 img,
#thanks h2 img {
    width: 100%;
}

/* contactform */

#contactform .container {
    background: #f7f2d2;
}
#contactform form {
    margin: 0 auto;
    padding-bottom: 30px;
    width: 740px;
}
#contactform dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 92%;
}
#contactform dt {
    font-size: 1em;
    line-height: 30px;
    font-weight: 700;
    color: #111;
    margin-right: 25px;
    padding: 15px 0;
    width: 250px;
}
#contactform dt span {
    float: right;
    background: #d3a917;
    font-size: 0.85em;
    line-height: 1.0;
    font-weight: 500;
    color: #fff;
    margin-left: 12px;
    padding: 5px 12px;
}
#contactform dd {
    flex: 1;
}
#contactform dd input {
    font-size: 1em;
    line-height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
#contactform dd p.contact_caution,
#thanks p.contact_caution {
    font-size: 0.6em;
    line-height: 1.2;
    color: #e93939;
    font-weight: bolder;
    padding-top: 5px;
}
#contactform dd select {
    font-size: 1em;
    line-height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
#contactform dl.txtarea {
    display: block;
    margin: 0 auto;
    width: 92%;
}
#contactform dl.txtarea dt {
    font-weight: 500;
    width: 100%;
}
#contactform dl.txtarea dd {
    width: 100%;
}
#contactform dl.txtarea dd textarea {
    padding: 5px;
    border: 1px solid #ccc;
    width: 100%;
    height: 200px;
}
#contactform .subbot {
    background: url("../images/mail_bot.png") 0 0 no-repeat;
    background-size: cover;
    margin: 20px auto 10px;
    border: 0;
    width: 740px;
    height: 109px;
}
#contactform .subbot:hover {
    cursor: pointer;
}

#contactform .fnavi {
    font-size: 0.5em;
    text-align: center;
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    #contactform form {
        margin: 0 auto;
        width: 94%;
    }
    #contactform dt {
        font-size: 0.7em;
        line-height: 30px;
        font-weight: 700;
        color: #111;
        margin-right: 15px;
        padding: 15px 0;
        width: 40%;
    }
    #contactform dt span {
        float: right;
        background: #d3a917;
        font-size: 0.85em;
        line-height: 1.0;
        font-weight: 500;
        color: #fff;
        margin-left: 8px;
        padding: 5px 8px;
    }
    #contactform dd {
        flex: 1;
    }
    #contactform dd input {
        font-size: 1em;
        line-height: 30px;
        padding: 5px;
        border: 1px solid #ccc;
        width: 100%;
    }
    #contactform dd select {
        font-size: 0.7em;
        line-height: 30px;
        padding: 5px;
        border: 1px solid #ccc;
        width: 100%;
    }
    #contactform dl.txtarea dd textarea {
        height: 150px;
    }
    #contactform .subbot {
        background: url("../images/mail_bot.png") 0 0 no-repeat;
        background-size: contain;
        margin: 20px auto 10px;
        border: 0;
        width: 100%;
        height: 82px;
    }
    .sp_none {
        display:none;
    }
    .pc_none {
        display:block;
    }
}


/*ボタンエリア*/
#bot1, #bot2, #bot3 {
    margin: 0;
    padding: 0;
    width: 100%;
}
#bot1 .container,
#bot2 .container {
    position: relative;
    background: #f7f2d2;
    padding: 0;
}
#bot3 .container {
    position: relative;
    background: #f3f3f3;
    padding: 0;
}
#bot1 .container img,
#bot2 .container img,
#bot3 .container img {
    width: 100%;
}
#bot1 .container .mail_bot,
#bot2 .container .mail_bot,
#bot3 .container .mail_bot {
    position: absolute;
    top: 350px;
    left: 15px;
}
#bot1 .container .mail_bot a,
#bot2 .container .mail_bot a,
#bot3 .container .mail_bot a {
    cursor: pointer;
}
@media (max-width: 768px) {
    #bot1 .container .mail_bot,
    #bot2 .container .mail_bot,
    #bot3 .container .mail_bot {
        position: absolute;
        top: 72%;
        left: 3%;
    }
    #bot1 .container .mail_bot img,
    #bot2 .container .mail_bot img,
    #bot3 .container .mail_bot img {
        width: 97%;
    }
}
@media (max-width: 768px) {
    .pc_none {
        display: block;
    }
    .sp_none {
        display: none;
    }
}

/*サイドタブ*/
#side_tab {
    position:fixed;
    top: 2%;
    right:0;
}
#side_tab ul li {
    list-style-type:none;
    margin-bottom: 5px;
}
#side_tab img {
    width:60px;
}
#side_tab ul li img {
    cursor: pointer;
}

/*フッター*/
footer {
    padding-top: 0;
    width: 100%;
    z-index: 0;
}
.footer_menu {
    background: #f0f0f0;
    font-size: 0.55em;
    text-align: center;
    padding: 5px;
    width: 100%;
}
footer .copyright {
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    background: #81c110;
    padding: 12px 0;
    width: 100%;
}
@media (max-width: 768px) {
    footer,
    #contactform {
        position: relative;
        z-index: 99999 !important;
    }
    footer .copyright {
        font-size: 0.6em;
        text-align: center;
        color: #fff;
        background: #81c110;
        padding: 12px 0 12px;
        width: 100%;
    }
}

/*bottom_menu*/
div.btm_menu > div.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:1;
}

div.btm_menu > div {
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	opacity: 0;
}

div.btm_menu > div.f_in {
	opacity: 1;
}

div.btm_menu > p.fixed {
	position: fixed;
	bottom: 61px;
	width: 100%;
	height: 170px;
}

div.btm_menu > p {
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	opacity: 0;
}

div.btm_menu > p.f_in {
	opacity: 1;
}

div.menu_btn {
	/*background-color: #f0ecdf;*/
	/*height: 100px;*/
	width: 100%;
	position:fixed;
	bottom:0;
	z-index: 99;
}
div.menu_btn #open2 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21b9da+0,21b9da+41,399dd8+50,21b9da+60,21b9da+100 */
background: #21b9da; /* Old browsers */
color: #fff;
}

div.menu_btn ul {
	width: 100%;
	height: auto;
	display: table;
	padding-left: 0px;
	margin-bottom:0;
}

div.menu_btn ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*background-color: #ff800e;*/
	background: #e93939;
	padding: 5px 0;
	color: #fff !important;
	width: 25%;
}
div.menu_btn ul li:nth-child(3n) {
	background: #19bc03;
 }
div.menu_btn ul li:nth-child(2n) {
	background: #ef8620;
}
div.menu_btn ul li:last-child {
	background: #0abab5;
}
div.menu_btn ul li a {
	display: block;
	color:#fff;
}

/* thanks */
#thanks {
    background: #e9f2da;
    padding: 100px 0;
    width: 100%;
}
#thanks h2 {
    margin: 0 auto 35px;
    width: 450px;
}
#thanks p {
    font-size: 1em;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 35px;
}
#thanks ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#thanks li {
    width: 300px;
}
#thanks li img {
    width: 100%;
}
@media (max-width: 768px) {
    #thanks {
        background: #e9f2da;
        padding: 100px 0;
        width: 100%;
    }
    #thanks h2 {
        margin: 0 auto 35px;
        width: 70%;
    }
    #thanks p {
        font-size: 0.55em;
        margin: 0 auto;
        width: 92%;
    }#thanks ul {
        margin: 0 auto;
        width: 92%;
    }
    #thanks li {
        width: 46%;
    }
}

#other {
    margin: 0 auto;
    width: 768px;
}
#other h1 {
    font-size: 1.3em;
    text-align: center;
    margin: 30px 0 50px;
}
#other p {
    font-size: 0.6em;
    margin: 0 auto 80px;
    width: 740px;
}