@charset "UTF-8";
.pcCnt {
  display: block;
}

.spCnt {
  display: none;
}

/*===========================================
	Shared Style
=============================================*/
body {
  margin: 0px auto;
  padding: 0px;
  color: #333333;
  background: #FFFFFF;
}

html {
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, p, img, form, input, textarea {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}
ol li, ul li {
  margin: 0;
  padding: 0;
}

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

/* 余白解除 */
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

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

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*===========================================
	clear_both
=============================================*/
.clear_both {
  clear: both;
}

/*===========================================
	wrapper
=============================================*/
#wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #333333;
  /* box-shadow */
  box-shadow: 0px 0px 16px 8px #f2e4d1;
  -moz-box-shadow: 0px 0px 16px 8px #f2e4d1;
  -webkit-box-shadow: 0px 0px 16px 8px #f2e4d1;
}

/*===========================================
	フレックスボックス
=============================================*/
/* flexBoxKinto */
.flexBoxKinto {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

/*===========================================
	lineGreen
=============================================*/
hr.lineGreen {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: solid 3px #fff;
  box-shadow: 0px 0px 16px 1px #afd486;
  -moz-box-shadow: 0px 0px 16px 1px #afd486;
  -webkit-box-shadow: 0px 0px 16px 1px #afd486;
}

hr.lineBlue {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: solid 3px #fff;
  box-shadow: 0px 0px 16px 1px #9CB9FF;
  -moz-box-shadow: 0px 0px 16px 1px #9CB9FF;
  -webkit-box-shadow: 0px 0px 16px 1px #9CB9FF;
}

/*===========================================
	photoTxt
=============================================*/
.photoTxt {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
}

/* arrow_box */
.arrow_box {
  position: relative;
  background: #ebf5f5;
  border: 4px solid #ebf5f5;
  padding: 30px 0;
}

.arrow_box:after, .arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(235, 245, 245, 0);
  border-left-color: #ebf5f5;
  border-width: 20px;
  margin-top: -20px;
}

.arrow_box:before {
  border-color: rgba(235, 245, 245, 0);
  border-left-color: #ebf5f5;
  border-width: 26px;
  margin-top: -26px;
}

/*===========================================
	アイコン
=============================================*/
.icoNum1 {
  background: url("../images/num_01.png") no-repeat 0 0;
  padding-left: 50px;
}

.icoNum2 {
  background: url("../images/num_02.png") no-repeat 0 0;
  padding-left: 50px;
}

.icoQ {
  background: url("../images/ico_q.png") no-repeat 0 0px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 80px;
}

.icoA {
  background: url("../images/ico_a.png") no-repeat 6px 0px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 80px;
}

/*===========================================
	タイトル：title
=============================================*/
.titleLine {
  width: 100%;
  padding-bottom: 5px;
  border-bottom: solid 2px #646464;
}

/* titleGreen */
.titleGreen {
  color: #fff;
  background: #64B484;
  padding: 7px 0;
}

/* titlePink */
.titlePink {
  color: #fff;
  background: #D98696;
  padding: 7px 0;
}

/* titleBlue */
.titleBlue {
  color: #fff;
  background: #56A6D9;
  padding: 7px 0;
}

/*===========================================
	クレジット：creditTxt
=============================================*/
.creditTxt {
  overflow: hidden;
  *zoom: 1;
  display: table;
  text-align: left;
}
.creditTxt li {
  padding-left: 20px;
  display: table-cell;
}
.creditTxt li:last-child {
  vertical-align: middle;
}

/* vMiddle */
.vMiddle {
  vertical-align: middle;
}

/* btnOragen */
a.btnOragen {
  font-weight: bold;
  display: block;
  color: #fff;
  padding: 15px;
  line-height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fccc51+0,ba7f00+100 */
  background: #efb753;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efb753 0%, #c77f00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efb753 0%, #c77f00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efb753 0%, #c77f00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efb753', endColorstr='#c77f00',GradientType=0 );
  /* IE6-9 */
  border: solid 2px #dc9600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
}

a.btnOragen:hover {
  color: #fff;
  background: #dc9600;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dc9600 0%, #dc9600 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dc9600 0%, #dc9600 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dc9600 0%, #dc9600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc9600', endColorstr='#dc9600',GradientType=0 );
  /* IE6-9 */
}

/* btnOragen2 */
a.btnOragen2 {
  font-size: 30px;
  font-weight: bold;
  display: block;
  color: #fff;
  padding: 20px 15px;
  line-height: 100%;
  background: #eb9600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
}

a.btnOragen2:hover {
  background: #EBB127;
}

/* btnRed */
a.btnRed {
  font-size: 30px;
  font-weight: bold;
  display: block;
  color: #fff;
  padding: 20px 15px;
  line-height: 100%;
  background: #f5683a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
}

a.btnRed:hover {
  background: #f48561;
}

/* btnDivOrage */
.btnDivOrage {
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  display: block;
  color: #fff;
  padding: 20px 0px;
  line-height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fccc51+0,ba7f00+100 */
  background: #efb753;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efb753 0%, #c77f00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efb753 0%, #c77f00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efb753 0%, #c77f00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efb753', endColorstr='#c77f00',GradientType=0 );
  /* IE6-9 */
  border: solid 2px #dc9600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.btnDivOrage a {
  color: #fff;
  display: block;
  padding: 0 0px;
}
.btnDivOrage a span {
  line-height: 100%;
  display: block;
}

.btnDivOrage:hover {
  color: #fff;
  background: #dc9600;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dc9600 0%, #dc9600 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dc9600 0%, #dc9600 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dc9600 0%, #dc9600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc9600', endColorstr='#dc9600',GradientType=0 );
  /* IE6-9 */
}

/*===========================================
	youtubeArea
=============================================*/
.youtubeArea iframe {
  width: 100%;
}

/* youtubeList */
.youtubeList li {
  width: 48%;
  margin-bottom: 20px;
}

/*===========================================
	写真レイヤー
=============================================*/
.photoRelative {
  width: 100%;
  position: relative;
}
.photoRelative #btn01 {
  width: 300px;
  position: absolute;
  font-size: 24px;
  bottom: 100px;
  left: 470px;
}
.photoRelative #btn02 {
  width: 580px;
  position: absolute;
  font-size: 36px;
  bottom: 75px;
  left: 210px;
}

/*===========================================
	threeCnt
=============================================*/
.threeCnt .cntGreen {
  padding: 15px;
  background: #ebf5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

/*===========================================
	lastCntArea
=============================================*/
.lastCntArea {
  width: 100%;
  background: #e6e6e8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.lastCntArea .leftArea {
  width: 650px;
}
.lastCntArea .leftArea .leftBox {
  width: 530px;
  margin-left: 95px;
  text-align: left;
}
.lastCntArea .rightArea {
  width: 550px;
}

/*===========================================
	btnTwoList
=============================================*/
.btnTwoList {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
.btnTwoList li {
  width: 475px;
  margin: 0;
}

@media (max-width: 740px) {
  .imgMax {
    width: 100%;
    height: auto;
  }

  .img90 {
    width: 90%;
    height: auto;
  }

  .img80 {
    width: 80%;
    height: auto;
  }

  .img60 {
    width: 60%;
    height: auto;
  }

  .img20 {
    width: 20%;
    height: auto;
  }

  .img05 {
    width: 5%;
    height: auto;
  }

  .pcCnt {
    display: none;
  }

  .spCnt {
    display: block;
  }

  /* フォント */
  .font_70 {
    font-size: 30px;
  }

  .font_65,
  .font_60,
  .font_55 {
    font-size: 20px;
  }

  .font_58 {
    font-size: 30px;
  }

  .font_50 {
    font-size: 18px;
  }

  .font_45 {
    font-size: 15px;
  }

  .font_38 {
    font-size: 16px;
  }

  .font_35,
  .font_34,
  .font_32 {
    font-size: 20px;
  }

  .font_28 {
    font-size: 14px;
  }

  .font_26 {
    font-size: 14px;
  }

  /* スマホ指定フォント */
  .sp_font_18 {
    font-size: 18px;
    line-height: 150%;
  }

  .sp_font_12 {
    font-size: 12px;
  }

  /* マージン */
  .sp_mt_00 {
    margin-top: 0px;
  }

  .sp_mt_5 {
    margin-top: 5px;
  }

  .sp_mt_10 {
    margin-top: 10px;
  }

  .sp_mt_15 {
    margin-top: 15px;
  }

  .sp_mt_20 {
    margin-top: 20px;
  }

  .sp_mt_30 {
    margin-top: 30px;
  }

  .sp_mt_40 {
    margin-top: 40px;
  }

  .sp_mt_50 {
    margin-top: 50px;
  }

  .ml_80 {
    margin-left: 35px;
  }

  .w1000 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  /* text-align */
  .sp_txtL {
    text-align: left;
  }

  #btn01 {
    display: none;
  }

  /*===========================================
  	youtubeArea
  =============================================*/
  .youtubeArea {
    position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
  }
  .youtubeArea > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*===========================================
  	wrapper
  =============================================*/
  #wrapper {
    width: 100%;
    /* box-shadow */
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

  #spBtn01 {
    bottom: 15px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 90;
  }

  /*===========================================
  	アイコン
  =============================================*/
  .icoNum1 {
    background: url("../images/num_01.png") no-repeat 0 0;
    -webkit-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    padding-left: 25px;
  }

  .icoNum2 {
    background: url("../images/num_02.png") no-repeat 0 0;
    -webkit-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    padding-left: 25px;
  }

  .icoQ {
    background: url("../images/ico_q.png") no-repeat 0 8px;
    -webkit-background-size: 30px;
    -o-background-size: 30px;
    background-size: 30px;
    padding-left: 35px;
    padding-bottom: 3px;
  }

  .icoA {
    background: url("../images/ico_a.png") no-repeat 0px 4px;
    -webkit-background-size: 30px;
    -o-background-size: 30px;
    background-size: 30px;
    padding-left: 35px;
    padding-bottom: 0;
  }

  /*===========================================
  	photoTwo
  =============================================*/
  .photoTwo .w480 {
    width: 100%;
    margin-bottom: 30px;
  }
  .photoTwo .w480 img {
    width: 100%;
    height: auto;
  }
  .photoTwo .w475 {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 20px;
  }
  .photoTwo .w475 div {
    width: 45%;
    float: left;
  }
  .photoTwo .w475 div img {
    width: 100%;
    height: auto;
  }
  .photoTwo .w475 p {
    width: 55%;
    float: right;
  }

  /*===========================================
  	photoTxt
  =============================================*/
  .photoTxt .fRight,
  .photoTxt .fLeft {
    float: none;
  }
  .photoTxt .fRight img,
  .photoTxt .fLeft img {
    width: 100%;
    height: auto;
  }
  .photoTxt .w380,
  .photoTxt .w600 {
    width: 100%;
  }

  /*===========================================
  	threeCnt
  =============================================*/
  .threeCnt .w300 {
    width: 100%;
    margin-bottom: 30px;
  }

  /*===========================================
  	photoTxt
  =============================================*/
  .photoTxt .fLeft.w720 {
    float: left;
  }
  .photoTxt .fLeft.w720 .font_24 {
    font-size: 14px;
  }
  .photoTxt .fLeft.w720 .mt_70 {
    margin-top: 0;
  }
  .photoTxt .fRight.w240 {
    float: left;
  }
  .photoTxt .w720 {
    width: 60%;
    margin-top: 0;
  }
  .photoTxt .w240 {
    width: 38%;
  }
  .photoTxt .w240 img {
    width: 100%;
    height: auto;
  }

  /*===========================================
  	クレジット：creditTxt
  =============================================*/
  .creditTxt {
    width: 100%;
    font-size: 9px;
    padding-left: 0;
  }
  .creditTxt li {
    padding-left: 5px;
    display: table-cell;
  }
  .creditTxt li:first-child {
    padding-left: 0;
  }
  .creditTxt li:last-child {
    width: 50px;
    vertical-align: middle;
  }
  .creditTxt li:last-child img {
    width: 100%;
    height: auto;
  }

  .btnDivOrage {
    padding: 10px;
  }
  .btnDivOrage .font_32 {
    font-size: 16px;
    line-height: 140%;
  }
  .btnDivOrage .font_18 {
    font-size: 13px;
  }
  .btnDivOrage a {
    padding: 0 10px;
  }

  /*===========================================
  	lastCntArea
  =============================================*/
  .lastCntArea {
    width: 100%;
  }
  .lastCntArea .leftArea {
    width: 50%;
  }
  .lastCntArea .leftArea .leftBox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .lastCntArea .leftArea .leftBox > .font_58 {
    font-size: 17px;
  }
  .lastCntArea .leftArea .leftBox > .font_40,
  .lastCntArea .leftArea .leftBox > .font_38 {
    font-size: 13px;
  }
  .lastCntArea .leftArea .leftBox .btnOragen {
    padding: 5px 0;
  }
  .lastCntArea .leftArea .leftBox .w500 {
    width: 90%;
    font-size: 10px;
  }
  .lastCntArea .rightArea {
    width: 50%;
  }
  .lastCntArea .rightArea img {
    width: 100%;
    height: auto;
  }

  /*===========================================
  	btnTwoList
  =============================================*/
  .btnTwoList {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .btnTwoList li {
    width: 100%;
    margin: 0;
  }
  .btnTwoList li:first-child {
    margin-bottom: 30px;
  }
  .btnTwoList li:last-child {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  /* btnOragen2 */
  a.btnOragen2 {
    font-size: 20px;
  }

  a.btnOragen2:hover {
    background: #EBB127;
  }

  /* btnRed */
  a.btnRed {
    font-size: 20px;
  }

  a.btnRed:hover {
    background: #f48561;
  }
}
