@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #ffffff;
    text-decoration-line: none;
}
a:hover { 
    color: #cf5a00;
}


/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0 0 0 0;
     /*margin: 5rem 0 0 0;*/
}
section {
	margin: 0rem 0;
	padding: 3rem 0;
}


/*キャッチコピー
-------------------------------------*/
.catch {
    /*text-align: center;*/
    padding: 8rem 0;
  }
.catch h2 {
    padding-bottom: 4rem;
}


/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 4em 0 0 0;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    width: 90%;
    margin: 0 auto;
}
.copyright a {
    color: #5e4025;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #5e4025;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
    border-radius: 50px;
}
#pagetop a:hover {
    background: #ab5500;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
}




/*-----------------------------------追加-----------------------------------*/


/*------------------全体共通----------------*/
body{
  font-family: 'Zen Maru Gothic', sans-serif;
}

section{
  padding: 100px 0px;
}
.container,
.catch p,
.form-content,
footer p{
    color: #5e4025;
    font-weight: 400;
    font-size: 120%;
    line-height: 2em;
}

h2.center{
    color: #5e4025;
    font-weight: 900;
    text-align: center;
}

.pc-img { display: block !important; }
.sp-img { display: none !important; }


span.text-bold{
  font-weight: 900;
}

.under {
    padding:1.5rem;
    letter-spacing:1rem;
    font-size: 150%;
    border-top: solid 2px #5e4025;/*上線*/
  border-bottom: solid 2px #5e4025;/*下線*/
}
.center {
  text-align: center;
  /*margin-bottom: 4rem;*/
    margin-bottom: 10rem;
}
img.haichicenter{
  margin: 0 auto;
  display: block;
}





/*------------------コンテンツごと----------------*/


/* --------------新しいヘッダー---------------- */

header{
  position: fixed;
  background-color: rgba(255,255,255,0.8);
  z-index: 99;
  width: 100%;
 }

header .header_inner{
width: 70%;
margin: 0 auto;
padding: 1rem 0%;
  display: flex;
  flex-direction: row;
} 

nav ul {
  display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
  margin: 0 0 0 3rem;
  line-height: 2.5em;
}
nav li {
  flex: 1 0 auto;
  padding: 0 1em;
}
nav li a {
    text-decoration: none;
    text-align: center;
    color: #5e4025;
    font-size: 80%;
    width: 100%;
    display: block;
    font-weight: 900;
}
nav a:hover {
    opacity: 0.7;    
}


@media screen and (min-width: 769px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
    padding-top: 0.5rem;
}
}

@media screen and (max-width: 768px){
header {
  flex-direction: column;
    margin-bottom: 10px;
    padding: 1rem 2% 0 2%;
}
/*.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}*/
nav ul {
  flex-direction: column;
}
/*.header li {
  padding-top: 0;
}*/
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
header nav{
  display: block;
  width: 100%;
  float: left;
}
header h1{
  width: 100%;
  float: left;
  height: 50px;
}

header nav li{
  padding: 0;
}
}
    
/*メイン画像
-------------------------------------*/
.mainimg{
padding-top: 80px;
position: relative;
}

.mainimg img {
    width: 100vw;
}

.text-box {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*z-index: 100;*/
}
h1.title {
  font-size: 250%;
  font-weight: 900;
  line-height: 1.7;
  padding: 0 50px;
  text-align: left;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 2px 0 #5e4025;
  -webkit-text-stroke: 1px rgba(102, 51, 0, 0.4);
}
h2.description {
  font-size: 220%;
  font-weight: 900;
  line-height: 1.74em;
  text-align: left;
  padding: 0 50px;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 2px 0 #5e4025;
  -webkit-text-stroke: 1px rgba(102, 51, 0, 0.4);
}
h1.title span,
h2.description span{
  background: rgba(255,255,255,1);/*背景色*/
}

/*----卒園アルバム工房についてセクション----*/
section#about{
  position: relative;
  padding: 150px 0 0 0;
}
.catch-in{
    width: 70%;
    margin: 0 auto;
    padding-bottom: 3em;
}
.catch-in p{
  line-height: 2.0em;
  width: 82%;
  margin: 2em auto 0em auto;
  color: #5e4025;
  font-weight: 900;
  text-shadow: 0 0 0.2em rgba(255,255,255,1);
  padding-bottom: 5em;
}

/*----スライドショーセクション----*/


/*----サンプル・資料請求特典セクション----*/

#seikyu img.garland{
  margin: 0 auto 0px auto;
  display: block;
}

#seikyu p.lead{
  margin: 0 auto;
  width: 75%;
  font-weight: 900;
}
#seikyu .present{
  margin: 0 auto;
  width: 70%;
}
/*#seikyu .present::before{
content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
 background: url("../img/present01.png");
position: absolute;
}

#seikyu .present::after{
content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
 background: url("../img/cracker01.png");
position: absolute;
right: 20%;
    top: 0%;}

*/

#seikyu .seikyu_content{
  margin-top: 100px;
}

#seikyu h3{
  font-weight: 900;
  font-size: 120%;
  margin-bottom: 30px;
  margin-top: 30px;
}
#seikyu .seikyu_content .row{
  margin-bottom: 100px;
}

#seikyu h3 span{
background: linear-gradient(transparent 70%, #ffe358 70%);
}


/*----卒園アルバム工房を選ぶ理由セクション----*/
#point .column-wrapper{
  margin-bottom: 30px;
  border-bottom: 5px dotted white;
}

#point .column1title{
  font-weight: 900;
  font-size: 120%;
  text-align: left;
}
#point .column1title span{
  font-weight: 900;
  font-size: 240%;
  color: #ffffff;
  margin-right: -20px;
}

#point .column1{
  /*background-color: rgba(255,255,255,0.7);
  border-radius: 2em;
  padding: 4em;*/
}
#point .column1txt{
  text-align: left;
}

#point .column1txt span{
  font-weight: 900;
}


.column-wrapper {
  width: 100%;
  display: flex;
}

.column1, .column2 {
  width: 50%;
  display: flex;
  align-items: center;
}
.column1 {
  /*background: #fce88d;*/
  padding: 60px;
  box-sizing: border-box;
}
.column-wrapper:nth-of-type(2n) .column1:nth-of-type(2){
 /* background: #b5ffb6;*/
}
#point .column2 img {
  margin-bottom: 1.5em;
}

@media screen and ( min-width:769px ){
.column-wrapper:nth-of-type(even) {
flex-direction: row-reverse;
}
}

/*----500px以下----*/
@media screen and ( max-width:768px )
{
  .column-wrapper {
    flex-direction: column;
  }
  .column1, .column2 {
  width: 100%;
}
  .column1 {
  padding: 25px 0px;
}
}



/*----サンプルページセクション----*/

.bxslider_thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    list-style: none;
}

.bxslider_thumbnail > li {
    width: calc(100% / 8);
    padding: 10px;
}

.bxslider_thumbnail > li > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail > li > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}
.bx-wrapper .bx-caption{
  text-align: left;
  font-weight: 900;
}
.bx-wrapper .bx-caption span{
  font-family: 'Zen Maru Gothic', sans-serif!important;
  color: #5e4025!important;
  letter-spacing: 0.18em;
}
/*----お客様の声セクション----*/

.voice .container .row{
    width: 70%;
    /*background-color: #003399;*/
    margin: 20px auto 80px auto;
}
.voice h5{
  /*line-height: 0;*/
}

.voice .container .voice_title{
  width: 70%;
  margin: 0px auto;
}

.voice .container .voice_title h5::before{
content: url(../img/voice.png);
  vertical-align: bottom;
  padding-left: 0px;
}
.voice .container .voice_title h5 span{
  font-weight: 900;
  font-size: 120%;
  display: inline;
  background: linear-gradient(transparent 70%, #ffe358 70%);
}

.voice .container .customer_con{
  background-color: rgba(255,255,255,0.7);
  border-radius: 2em;
  padding: 2em;
}
.voice .container .flow-title{
  font-weight: 900;
  font-size: 100%;
  margin-bottom: 1em;
}
 .voice img.voiceimg{
padding-bottom: 30px;
 }

/*----私たちの5つのお約束セクション----*/

#we5 .container{
  width: 70%;
}
#we5 p.promise{
  margin: 2em auto 2.5em auto;
  font-weight: 900;
}
#we5 img.imgcompany{
  margin: 0 auto 1em auto;
  display: block;
}
#we5 .container p.lead{
  line-height: 2.5em;
  width: 85%;
  margin: 1em auto 1em auto;
  color: #5e4025;
  font-weight: 900;
  font-size: 110%;
  letter-spacing: 0.1em;
}


.we5pro{
  padding: 5% 5% 2% 5%;
  margin-top: 40px;
  background-color: rgba(255,255,255, 0.8);
  clear: both; 

}
.we5pro h3{
  font-size: 130%;
  font-weight: 900;
  color: #5e4025;
  letter-spacing: 0.2em;
  text-align: center;
  /*background: linear-gradient(transparent 70%, #ffe358 70%);*/
  margin-bottom: 2em;
}
.we5pro ul li{
  color: #5e4025;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
  list-style-image: url("../img/flag.png");
  list-style-position: inside;
}
.we5pro img{
  margin:0 auto;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fdf9d8;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fdf9d8;
}

/*----フッターセクション----*/
footer img{
    margin: 0 auto;
}






/*------------------背景----------------*/

section#seikyu{
background: url("../img/kami.jpg");
    background-size: contain;
    padding-top: 0px;
}

section.slidecont{
   background-color: #fffff3;
}
section#we5{
    background: url("../img/back_four.jpg");
    padding: 100px 0;
}
.gray-back{
   background-color: #ffe358;
}
section#contact-sec{
  background-color: #f3f3f3;
}
section#page_sample{
  background-color: #fff4e1;
}
section#about{
background: url("../img/back_kids.jpg");
background-size: cover;
width: 100%;
background-position:center bottom; 
}
section#point{
background-color: #ffe358;
}

section#voice{
background: url("../img/back_line.jpg");
background-size: contain;
}
footer{
background: url("../img/back_bokeh.jpg");
background-size: cover;
}

/*------------------応募ボタン----------------*/

div.btn_top {
    /*width: 100%;*/
position: absolute;
right: 13%;
}


div.btn {
    width: 100%;
  margin: 0 auto;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  height: 3em;
}

a.btn--yellow {
  color: #5e4025;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #5e4025;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}


header div.btn_top{
  /*position: absolute;
  right: 25%;*/
}

/*------------------フォームのcss----------------*/

.form-content{
    width: 70%;
    margin: 0 auto;
}

.form-content form p {
  padding: 2em;
margin: 0 auto;
}
.form-content form p.form_message {
width: 60%;
}


.sp-none{
  display: block;
}


/* --------------------------------------追加の幅768px以下(スマホ）の表示-------------------------------------------- */

@media screen and (max-width: 768px){

.sp-none{
  display: none;
}

.pc-img { display: none !important; }
.sp-img { display: block !important; }

h2 span.under{
    letter-spacing: 0.1em;
}

.text-box{
  top: 62%;
}
h1.title {
  font-size: 120%;
  font-weight: 900;
  padding: 0 3%;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
h2.description {
  font-size: 100%;
  font-weight: 900;
  text-align: left;
  padding: 0 3%;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}

header .header_inner{
  width: 100%;
  flex-direction: column;
}
#navi{
  padding-top: 10px;
}
.catch-in p{
  width: 90%;
}


/*.catch-in::before{
top:10%;
left: 0%;
background-size: 70%;
background-repeat: no-repeat;
background-position-y: center;
}

.catch-in::after{
position: absolute;
top:10%;
right: 0%;
background-size: 70%;
background-repeat: no-repeat;
background-position-y: center;
}
*/
section#about{
  padding-top: 50px;
}
section#page_sample{
  padding-bottom: 10px;
}

section#slidecont{
  padding: 30px 0px;
}

#seikyu h2.center{
  margin-top: 100px;
}

#seikyu .present{
  width: 100%;
}
#seikyu p.lead{
  width: 90%;
}
#seikyu .present::before,
#seikyu .present::after{
display: none;
}

#page_sample p{
  text-align: left;
}
#page_sample .bx-wrapper .bx-caption span{
  padding: 5px;
  font-size: 80%;
}

.voice h5{
  font-size: 100%;
}
.voice .container .voice_title{
  width: 100%;
}
.voice .container .row{
  width: 100%;
}
.voice img.voice_people{
  /*display: block;*/
  margin: 0 auto;
}
.voice .container .customer_con {
  padding: 1em;
}

#we5 .container{
  width: 100%;
}
#we5 .container p.lead {
    line-height: 2.0em;
}
.we5pro h3{
  font-size: 135%;
  letter-spacing: 0em;
}
.catch-in{
  padding: 3rem 0 3rem 0;
  width: 90%;
}
#step-logo{
    width: 200px;
}
section.price .catch,
.form-content,
section.oubo-flow .container .row,
section.youkou .container .row,
.satsuei-flow-in{
  width: 90%;
}
.satsuei-flow-contents{
  text-align: left;
}
.satsuei-flow-contents p{
  line-height: 1.5em;
}
.form-content form p.form_message {
width: 90%;
}
.form-content form #agreement p{
  padding: 1em 0em;
  font-size: 80%;
  line-height: 1.3em;
}
.form-content form #agreement h3{
  font-size: 100%;
}
.form-content form #agreement h4{
  font-size: 90%;
}

.bxslider_thumbnail > li {
    width: calc(100% / 4);
    padding: 10px 10px 0 10px;
}
}


/* --------------追加の幅769px以上の表示ここから---------------- */
@media screen and (min-width: 769px){
.pc-none{
  display: none;
}
section.price .catch{
  width: 50%;
}
}

/* --------------追加の幅769px以上1024以下の表示ここから---------------- */

@media screen and (min-width:769px) and ( max-width:1024px){

header .header_inner{
  width: 100%;
}
h1.title {
  font-size: 160%;
 } 
div.btn_top{
  right: 4%;
}

h1.title{
  font-size: 190%;
}
h2.description{
  font-size: 170%;
}
.catchcopy_description h2{
font-size: 110%;
}
.catchcopy_description h3{
  font-size: 110%;
}
/*section#about img.kids01{
left: -5%;
width: 30%;
}
section#about img.kids02{
right: -5%;
width: 30%;
}*/
}


/* --------------1200px以上の表示ここから---------------- */
@media screen and (min-width:1200px){
.catch-in p{
  text-align: center;
}
}

/* --------------1700px以上の表示ここから---------------- */
@media screen and (min-width:1700px){
.catch-in{
    width: 50%;
    margin: 0 auto;
}
}

/* --------------769px以上1200pxの表示ここから---------------- */

@media screen and (min-width:769px) and ( max-width:1200px){
/*header{
  padding: 10px 5%;
  width: 100%;
  margin: 0 auto;
}*/
/*div.btn_top{
  position: absolute;
  right: 0%;
}*/
.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  padding: 1rem 1.2rem;
  height: 3em;
  /*width: 8em;*/
}
nav li{
  padding: 0 0.5em;
}
}
/* ------------------------------ */


/* --------------769px以上900pxの表示ここから---------------- */

@media screen and (min-width:769px) and ( max-width:900px){
/*.text-box{
  top: 20%;
}*/
#about .catch-in,
.voice .container .voice_title,
.voice .container .row,
#we5 .container,
.form-content
{
  width: 90%;
}
}
/* ------------------------------ */


/* --------------500px以上768pxの表示ここから---------------- */

@media screen and (min-width:500px) and ( max-width:768px){
h1.title {
  font-size: 160%;
 } 
}
/* ------------------------------ */



/* --------------デバイスが横向きの場合の記述---------------- */
/*@media (orientation: landscape)and (max-width: 900px){
  .text-box{
    top: 55%;
  }
}*/

/* --------------ここまで　デバイスが横向きの場合の記述---------------- */


/*--------↓横からフェードインする動き--------*/
/*.box{
  transform:translateX(-50px);
  opacity:0;
  transition:opacity 1s,transform 0.5s;
}*/

/*.box:first-of-type{
  margin:80% 5% 5% 5%;
}*/
/*.fadein{
  opacity:1;
  transform:translateX(0);
}*/


