@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* =======================================

	CommonElements

======================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
/*	outline: 0;*/
}
html {scroll-behavior: smooth;}

/*-----------------------------------------
  基本
-----------------------------------------*/
* { margin: 0; padding: 0; }
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.img_c { display: block; margin-left: auto; margin-right: auto; max-width: 100%; }
a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: “alpha( opacity=70 )”;
}
img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
ul li {list-style:none; }
body, html, main {
    /* important */
    height: 100%;
}
body {
  font-size: 18px;font-size: 1.0em;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #3f4e4f;
  line-height: 1.9;
}
a {color:#343434; word-wrap:break-word; text-decoration: none;}
a:hover {color:#54bab9;}
@media screen and (max-width: 767px)
{body {	font-size: 1.1em;}}

::selection
{    background: #E9DAC1;}

/* for Firefox */
::-moz-selection
{    background: #E9DAC1;}

/*-----------------------------------------
  共通で使える
-----------------------------------------*/
.container {
	width: 100%;
	text-align: center;
	position: relative;
}
#wrapper {
  width: 100%;
  position: relative;
  height: auto;
}
.mincho {font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; font-weight: 500;}
section{text-align: left;}
.w1200 {  max-width: 1200px; margin: 0 auto; position: relative;}
.w1400 {  max-width: 1400px; margin: 0 auto; position: relative;}
.text {  text-align: left; }
.txtblue {color:#1CC0E6; font-weight: bold;}
@media screen and (max-width: 1399px){
	.w1400 { width: 95%; margin: 0 auto;padding: 0;}
}
@media screen and (max-width: 1199px){
	.w1200 { width: 95%; margin: 0 auto;padding: 0;}
}

@media screen and (max-width: 767px) {
    .br-pc { display:none; }
	
}
@media screen and (min-width: 768px) {
    .br-sp { display:none; }
}

/*-----------------------------------------
  ヘッダー
-----------------------------------------*/

@media screen and (min-width: 768px){
	.header {  display: none;}
	.header_pc {width:100%; height: 90px; background-color: #f7ecde; display: block;position: fixed;z-index: 80; }
	.nav_pc {width:100%; display: flex; justify-content: space-between;align-items: center;  padding: 5px 8px; }
	.pclogo{width:14%;}
	.nav_list_pc{width:80%;display: flex; justify-content: right;}
	.nav_item_pc {margin-left:3%; }
	.nav_item_pc a:hover { color: #3f4e4f; border-bottom: solid 2px #54bab9;padding-bottom: 5px;}

}

@media screen and (max-width: 767px){
.header_pc {  display: none;}
.header {width:100%; height: 60px; margin:0;  display: flex;  justify-content: center;  align-items: center;  padding: 5px 8px;  background: #f7ecde;  position: fixed;z-index: 80;}

.logo {width:60%; margin: 10px 0 0 0; }
.logo img {width:50%;}
	

}

@media screen and (max-width: 280px){
	.drawer_open {  position: absolute; left: 30px;}
	.logo {width:40%; margin: 10px 0 0 0; }
	.logo img {width:70%;}
}
.scroll-nav {box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 20%);}

/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 30px;
  top   : 10px;
  width : 25px;
  height: 25px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #3f4e4f;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba( 71,70,73,0.6 );
  text-align: center;
  width: 100%;
  transform: translateX(-100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}
/*-----------------------------------------
  アンカー調整
-----------------------------------------*/
a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
@media screen and (max-width: 767px){
a.anchor {
    display: block;
  padding-top:60px;
  margin-top:-60px;
}
}
/*-----------------------------------------
  detail_btn
-----------------------------------------*/
.detail_btn {width:76%; margin: 20px auto 0;}
.detail_btn a {
    display: block;
    text-align: center;
    position: relative;
    border-radius: 6px;
	border: 1px solid #9ed2c6;
	background-color: #fff;
    padding: 10px 50px 10px 30px;
    text-decoration: none;
    -webkit-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    -o-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
}

.detail_btn a::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #54bab9;
    border-right: 1px solid #54bab9;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 25px;
}
.detail_btn a:hover{
	color: #fff;
	background-color: #9ed2c6;
	text-decoration: none;
	transform: scale(1.05);
}

.detail_btn a:hover::after{
	border-top-color: #fff;
	border-right-color: #fff;
}

@media screen and (max-width: 767px){
.detail_btn a { font-size: 0.9em;padding: 10px 30px 10px 20px;}

}

@media screen and (max-width: 280px){
.detail_btn a { font-size: 0.7em;}
}

/*-----------------------------------------
  kv
-----------------------------------------*/

.kv {margin-top:0px;width:100%; padding:90px 0 0; }
.kv img {width:100%;}
@media screen and (max-width: 767px){
.kv { padding-top:60px;}

}
/*-----------------------------------------
  mission
-----------------------------------------*/
.mission {width:100%; margin-top:-15px; padding:70px 0 100px; background: url("../img/mission_bg.jpg") center top no-repeat; background-size: cover;}
h2 { color:#54bab9;width:100%; margin-bottom: 30px; text-align: center; font-size: 2.1em; line-height: 1.7em; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; font-weight: 500;}
h2::after {
    content: "";
    width: 70px;
    height: 1px;
    border-bottom: 1px solid #9ED2C6;
    position: absolute;
    top: 70px;
    right: calc(50% - 35px);
}
h3 {width:100%; margin-top:30px;margin-bottom: 40px; text-align: center; font-size: 1.2em;font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; font-weight: 500;}
.missioncont {width:60%; margin:0 20%; border:solid 2px #9ED2C6; border-radius: 6px; background-color: #fff; padding: 50px 10px; text-align: center;}
.missiontitle { width:100%; padding-bottom: 2px; margin:0 auto 20px;font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; font-weight: 500; font-size: 1.7em;}
.mission p span {font-weight: bold; background: linear-gradient(transparent 50%, rgba(247, 236, 222, 0.9) 50%);}
@media screen and (max-width: 1015px){
	.missioncont {width:80%; margin:0 10%;}
}
@media screen and (max-width: 767px){
.mission {padding:40px 0 60px; }
h2 {margin-bottom: 15px;font-size: 1.3em;}
h2::after {
    content: "";
    width: 40px;
    height: 1px;
    border-bottom: 1px solid #9ED2C6;
    position: absolute;
    top: 45px;
    right: calc(50% - 20px);
}
h3 {font-size: 0.9em; line-height: 1.5em; margin-top: 20px;margin-bottom: 15px;}
.missioncont {width:80%; margin:0 10%; padding: 30px 10px;}
.missiontitle { font-size: 1.2em;}
p {font-size: 0.8em;}
	}

/*-----------------------------------------
  service
-----------------------------------------*/
.service {width:100%; padding:70px 0 100px; background-color: #f7ecde; }
.servicecont {width:100%; display:flex; justify-content:space-between; padding: 30px; background-color: #fff; border-radius: 6px; margin-bottom: 40px;}
.servicesum { width:45%; }
.servicesum img {width:100%;}
.servicetxt { width:52%; }
.servicetitle { width:100%; padding: 0 0 10px 0; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; font-weight: 500;font-size:1.7em;color:#54bab9;}
@media screen and (min-width: 768px){
.order1 {  order: 1;}
.order2 {  order: 2;}
}

@media screen and (max-width: 767px){
.service {padding:40px 0 40px; }
.servicecont {width:100%; display: flex; flex-flow: column; }
.servicesum {width:90%; margin:0 auto 20px; }
.servicetxt { width:100%; }
.servicetitle {font-size: 1.2em;}
	}
@media screen and (max-width: 280px){
.servicecont {padding: 20px;}
.servicetitle {font-size:0.9em;}
p{font-size:0.7em;}
}
/*-----------------------------------------
  workshop
-----------------------------------------*/
.workshop {width:100%; padding:70px 0 100px; }
.ws_cont {width:100%; display:flex; justify-content:space-between;  }
.ws_panel { width:48%; padding: 30px; border: solid 1px #e9dac1; border-radius: 6px;}
.ws_title { width:100%; padding: 0 0 10px 0; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; font-weight: 500;font-size:1.7em;color:#54bab9; text-align: center;line-height: 1.1em;margin-bottom: 10px;}
.ws_title span {font-size: 0.8em;}
.ws_panel img {width:100%;}
.ws_txt {width:100%;}
.ws_txt b {font-weight: bold; background: linear-gradient(transparent 50%, rgba(158, 210, 198, 0.9) 50%);}

@media screen and (max-width: 767px){
.workshop {padding:40px 0 40px; }
.ws_cont {width:100%; display: flex; flex-flow: column; }
.ws_panel { width:100%; margin-bottom: 20px;}
.ws_title {font-size: 1.2em;}
.ws_txt {font-size: 0.8em;}
	}
@media screen and (max-width: 280px){
.ws_panel {padding: 20px;}
.ws_title {font-size:0.9em;}
.ws_txt{font-size:0.7em;}
}
/*-----------------------------------------
  profile
-----------------------------------------*/
.profile {width:100%; padding:70px 0 100px; background-color: #def0ec;}
.profile_panel { width:100%; padding: 80px 80px 40px 80px; border-radius: 6px; background-color: #fff; position: relative; margin-top:80px;}
.profile_title { width:100%; padding: 10px 0 10px 0; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; font-weight: 500;font-size:1.7em;color:#54bab9;  margin-bottom: 20px; border-bottom: solid 2px #54bab9;}
.profile_title span {font-size: 0.8em; color:#9ed2c6; padding-left: 20px;}
.profile_panel p {font-weight: bold; margin-bottom: 20px;}
.profile_txt {width:100%;}
.profile_txt b {font-weight: bold; background: linear-gradient(transparent 50%, rgba(247, 236, 222, 0.9) 50%);}

@media screen and (min-width: 768px){
.profile_img {width:46%; position: absolute; top:-50px; right:-70px; }
	.profile_img img{width:100%;}
}
@media screen and (max-width: 1340px){
.profile_img {width:46%; position: absolute; top:-50px; right:-10%; }
.profile_panel { width:90%;}
}
@media screen and (max-width: 767px){
.profile {padding:40px 0 40px; }
.profile_panel { width:100%;margin-top:40px;padding: 20px 20px 40px;}
.profile_img {width:80%; position: relative; }
.profile_title {font-size: 1.2em; margin-top:-50px;}
.profile_txt {font-size: 0.8em;}
	}
@media screen and (max-width: 540px){}
@media screen and (max-width: 280px){
.profile_panel {padding: 20px;}
.profile_title {font-size:0.9em;}
.profile_txt{font-size:0.7em;}
}
/*-----------------------------------------
  折りたたむ
-----------------------------------------*/
details[open] .open {
  display: none ;
}
details:not([open]) .close {
  display: none ;
}
summary{cursor: pointer; list-style: none; margin:20px 0;}
details {transition: .5s; margin:20px 0;}

details span {	
	width: 20%;
	margin:0 40%;
    text-align: center;
    position: relative;
    border-radius: 6px;
	border: 1px solid #9ed2c6;
    padding: 6px 20px;
    text-decoration: none;
    -webkit-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    -o-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
}
details span:hover{
	color: #fff;
	background-color: #9ed2c6;
	text-decoration: none;
	transform: scale(1.05);
}

@media screen and (max-width: 1000px){
	details span {	width: 40%; margin:0 30%;}
}
@media screen and (max-width: 767px){
summary{margin:0 0;}
details span {width: 40%;float:right; font-size: 0.9em;margin:0;}
}
@media screen and (max-width: 540px){
details span {width: 100%;padding: 6px 10px;margin:0;}
}
@media screen and (max-width: 280px){
details span { font-size: 0.7em;}
}
details img{margin-right: 20px;}
.order3 {  order: 3!important;}
.order4 {  order: 4!important;}

/*-----------------------------------------
  mailmagazine
-----------------------------------------*/
.mailmaga {width:100%; padding:70px 0 100px; background: url("../img/mailmaga_bg.jpg") top center no-repeat; background-size: cover;}
.mailmaga_cont {width:100%; text-align: center; font-weight: bold; font-size: 1.1em;}
.mailmaga_cont b{background: linear-gradient(transparent 50%, rgba(233, 218, 193, 0.9) 50%);}
.mailmagabtn {width:50%; margin:40px 25% 0;}

@media screen and (max-width: 767px){
.mailmaga {padding:40px 0 40px; }
.mailmaga_cont {font-size: 0.8em;}
.mailmagabtn {width:80%; margin:40px 10% 0;}
	}
@media screen and (max-width: 280px){
.mailmaga_cont {font-size:0.7em;}
}
/*-----------------------------------------
  voice
-----------------------------------------*/
.voice {width:100%; padding:70px 0 100px; }
.voice_cont {width:96%; padding:35px;border:solid 1px #e9dac1;box-shadow: 10px 10px #e9dac1; margin-top:80px; }
.voice_img{width:28%;float:right; margin:-80px 20px 20px 20px;}
.voice_img img {width:100%;}
.voice_title{font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; font-weight: 500;font-size:1.7em;color:#54bab9;  margin-bottom: 20px;}
.voice_txt{width:100%; margin-top: 20px; font-size: 0.9em;}
.voice_txt b{background: linear-gradient(transparent 50%, rgba(233, 218, 193, 0.9) 50%);}
.voice_cont p{font-weight: bold;}


@media screen and (max-width: 767px){
.voice {padding:40px 0 40px; }
.voice_cont {font-size: 0.8em;padding:20px;}
.voice_img{width:60%;float:left; margin:-50px 20% 0 20%;}
	}
@media screen and (max-width: 280px){
.voice_cont {font-size:0.7em;padding:10px;}
}

/*-----------------------------------------
  contact
-----------------------------------------*/
.contact {width:100%; padding:70px 0 100px; background: url("../img/contact_bg.jpg") top left no-repeat; background-size: cover;}

@media screen and (max-width: 767px){
.contact {padding:40px 0 40px; }
	}

/*---------------------------------------
	メールフォーム
-----------------------------------------*/
#formWrap {	width:100%;	margin:50px auto; font-size: 1.2em;}

table.formTable{
	width:80%;
	margin:50px auto 50px 20%;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:15px; font-size: 0.9em;
}
table.formTable th{
	width:28%;
	font-weight:bold;
	text-align:left;
	vertical-align: middle;
}
table.formTable td{
	text-align:left; 
}

.formTable input {
  background: #f2f2f2;
  border: solid 1px #ccc;
  margin: 5px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.0em;
}
.formTable input .formtxt {width:80%;}
.textarea{
	width:80%;
	background: #f2f2f2;
  border: solid 1px #ccc;
  margin: 10px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1.0em;}

#btn_confirm
	{border: 0px;
    width: 330px;
    height: 58px;
    background: url(../img/formbtn01.png) left top no-repeat;
	cursor: pointer;
	}

#btn_reset{border: 0px;
    width: 330px;
    height: 58px;
    background: url(../img/formbtn02.png) left top no-repeat;
	cursor: pointer;
	}
#btn_send{border: 0px;
    width: 330px;
    height: 58px;
    background: url(../img/formbtn03.png) left top no-repeat;
	cursor: pointer;
	}
#btn_return{border: 0px;
    width: 330px;
    height: 58px;
    background: url(../img/formbtn04.png) left top no-repeat;
	cursor: pointer;
	}

.center {width:100%; text-align: center;}
.red {color: #e8390d; font-size: 0.9em;margin-left: 10px;}
.small {font-size: 0.7em;}

	
@media screen and (max-width: 768px){
#formWrap {	margin:30px auto; font-size: 0.9em;}
table.formTable{width:100%;margin:50px 0;}
table.formTable th{ display:block;	width:100%; padding:5px 10px 0;}
table.formTable td{ display:block;	width:100%; padding:0 10px 5px;}
.formTable input .formtxt {width:100%;}
.textarea{	width:100%; margin: 0;}
#btn_confirm
	{border: 0px;
    width: 58%;
	margin:0 19% 0 21%;
    background: url(../img/formbtn01.png) left top no-repeat;
	background-size:contain;
	cursor: pointer;
	}
#btn_reset{border: 0px;
    width: 58%;
	margin:20px 20% 0;
    background: url(../img/formbtn02.png) left top no-repeat;
	background-size:contain;
	cursor: pointer;
	}
#btn_send{border: 0px;
    width: 58%;
	margin:20px 20%;
    background: url(../img/formbtn03.png) left top no-repeat;
	background-size:contain;
	cursor: pointer;
	}
	#btn_return{border: 0px;
    width: 58%;
	margin:20px 20%;
    background: url(../img/formbtn04.png) left top no-repeat;
	background-size:contain;
	cursor: pointer;
	}
}
.contact_text {text-align: center;}
.formflame { padding:20px; background-color: #fff; border:solid 1px #9ED2C6; border-radius: 6px;}
/*-----------------------------------------
  footer
-----------------------------------------*/
.footer {width:100%; padding:30px; text-align: center;}
.copy {font-size: 0.8em;}
/*-----------------------------------------
  media
-----------------------------------------*/

@media screen and (min-width: 1135px){
	.only_pad {display: none;}
}
@media screen and (min-width: 768px)
{	.only_sp{display: none;}}
@media screen and (max-width: 767px)
{
.only_pc{display: none;}
}


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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
  clear: both;
}






	


