body {
  font-family: serif, "游明朝", 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  margin: 0;
}

.font_bold{
    font-weight: bold;
}


a {
color:black;
text-decoration:none;
}

.clear {
	clear: both;
}

li {
margin-left: -20px;
list-style-type: none;
}

.resizeimage img { width: 100%; }



.center{
    text-align: center;
}

.right{
    text-align: right;
}

.margin-right-30px{
    margin-right: -30px;
}

section{
}

ruby rt{
    font-size: x-small;
}

.sec8_border_top_dashed{
    border-top: dashed 1px gray;
}

.sec8_border_bottom_dashed{
    border-bottom: dashed 1px gray;
}

/*------- outbox design -------*/

.outbox_index{
	max-width: 100%;
	width: 90%;
	margin: 0 auto;
	margin-top: -5px; /* 固定ナビの高さ分のネガティブマージン */
    padding-top: 55px; /* 打ち消し用のパディング */
    position: relative;
    z-index: 250;
}

.outbox_index_thankspage{
	max-width: 100%;
	width: 90%;
    height: 100vh;
	margin: 0 auto;
    padding-top: 1px; /* 打ち消し用のパディング */
    position: relative;
    z-index: 250;
}

.migiyose{
    text-align: right;
}

.fullwidth{
    width: 90%;
}


/*------- outbox sec design -------*/

.uroko{
    text-align: center;
}

.uroko img{
    width: 7%;
    height: auto;
}

.uroko14{
    text-align: center;
    padding-top: 55px;
}

.uroko14 img{
    width: 14%;
    height: auto;
}


.outbox_sec01{
    width: 100vw;
    height: 100vh;
    background-image: url(../img_beihei/DSCF5135_2048px_grade.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec01_top_rogo{
    text-align: left;
    margin-top: 0;
}

.sec01_txtbox_vertical{
    position: absolute;
    top:50px;
    right: 50px;
}

.sec01_txtbox_vertical ul{
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    font-size: 1.2em; 
    line-height: 2;
    color: white;
      top:0;
      right:0;
  transform:translate(0%, 0%);
}

.sec01_title{
    position: absolute;
    display: block;
    top: 50vh;
}

.sec01_title p{
    color: white;
    font-size: 5em;
    margin-bottom: -30px;
}

.sec01_title h1{
    color: white;
    font-size: 8em;
    font-feature-settings: "palt" 1;
    margin-top: -40px;
}


/*------- sec01 animation btn design -------*/
/* ALL BUTTONS */

.button_01{
  display: inline-block;
  padding: 20px 0;
  margin: 3px 0;
  position: relative;
  color: #ecf0f1;
}

/* BUTTON 1 */

#order_button_sec01{
  color: white;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#order_button_sec01:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: #b5a833;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#order_button_sec01:hover{
  color: #ecf0f1;
}

#order_button_sec01:hover:before{
  top: 0;
}

.kakomi_button{
    border: solid 1px white;
    padding: 30px 10px;
    margin-left: 15px;
}

.kakomi_button img{
    height: 22px;
    margin-top: 10px;
}



/*------- sec01 animation btn design end -------*/

.outbox_BG_white{
    width: 100%;
    margin: 0 auto;
}

.outbox_sec2{
    width: 100%;
    margin: 0 auto;
    background-image: url(../img_beihei/sec3_BG_item_1.png), url(../img_beihei/sec3_BG_item_2.png) ;
    background-repeat: no-repeat;
    background-position: top left, right;
}

.sec2_title{
    position: relative;
    display: block;
    top: 0px;
    text-align: center;
}

.sec2_title h2{
    font-size: 4em;
    margin-bottom: -30px;
}

.sec2_title h1{
    font-size: 8em;
    font-feature-settings: "palt" 1;
    margin-top: -40px;
}

.sec2_title p{
    font-size: 1.5em;
    padding: 20px 0;
}

.outbox_sec3{
    width: 100%;
    margin: 0 auto;
    background-color: #b5a833;
    background-image: url(../img_beihei/sec4_BG_item_1.png), url(../img_beihei/sec4_BG_item_2.png) ;
    background-repeat: no-repeat;
    background-position: left, bottom right;
}

.sec3_title{
    position: relative;
    display: block;
    top: 0px;
    text-align: center;
}

.sec3_title h2{
    font-size: 4em;
    margin-bottom: -30px;
}

.sec3_title h1{
    font-size: 8em;
    font-feature-settings: "palt" 1;
    margin-top: -40px;
}

.sec3_title p{
    font-size: 1.5em;
    padding-bottom: 20px;
}

/*------- sec03 animation btn design -------*/
/* ALL BUTTONS */

.button_03{
  display: inline-block;
  padding: 10px 30px;
  margin: 10px 0;
  position: relative;
  color: #ecf0f1;
}

/* BUTTON 1 */

#order_button_sec03{
  border: 2px solid #924998;
  color: #924998;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#order_button_sec03:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #924998;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#order_button_sec03:hover{
  color: #ecf0f1;
}

#order_button_sec03:hover:before{
  left: 0;
}

/*------- sec03 animation btn design end -------*/


/* フレックスボックス sec4 */

.flex_container_sec4 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.flex_item_sec4:nth-child(1) {
	-webkit-align-self: auto;
	align-self: auto;
    width: 33%;    
}
.flex_item_sec4:nth-child(2) {
	-webkit-align-self: auto;
	align-self: auto;
    width: 33%;
}
.flex_item_sec4:nth-child(3) {
	-webkit-align-self: auto;
	align-self: auto;
    width: 33%;
}

.flex_item_sec4 img{
    width: 100%;
    height: auto;
}


.outbox_sec5{
    width: 100%;
    margin: 0 auto;
}

.sec5_title{
    position: relative;
    display: block;
    top: 0px;
    text-align: center;
}

.sec5_title h2{
    font-size: 4em;
    margin-bottom: 0px;
}

.sec5_title h1{
    font-size: 8em;
    font-feature-settings: "palt" 1;
    margin-top: -40px;
}

.sec5_title p{
    font-size: 1.5em;
}


/* フレックスボックス sec5 */

.flex_container_sec5 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	align-content: flex-start;
    padding-bottom: 20px;
}
.flex_item_sec5:nth-child(1) {
	-webkit-align-self: auto;
	align-self: auto;
    width: 49%;    
}
.flex_item_sec5:nth-child(2) {
	-webkit-align-self: auto;
	align-self: auto;
    width: 49%;
}

/*--- sec7 -----*/

.sec7_title{
    width: 90%;
}

.sec7_title h2{
    margin-top: 0;
    font-size: 2em;
}
.sec7_title p{
    font-size: 1.2em;
    text-align: justify;
}

.giftbox{
    border-bottom: solid thin black;
    margin: 0 30%;
    margin-bottom: 50px;
}

.giftbox_price{
    font-size: 1.5em;
}

.giftbox_tax{
    font-size: 1em;
}


/*--- sec8 テーブル -----*/

.sec8_table{
    width: 100%;
    margin-bottom: 30px;
}

.sec8_table table {
	border-collapse: collapse;
	width:80%;
	text-align:left;
    margin: 0 auto;
    border-bottom: 1px dashed gray;
}

.sec8_table th {
	padding: 7px;
	width: 30%;
}

.sec8_table td {
    width: 30%;
    text-align: center
}

.sec8_table tr {
	border-top: 1px dashed gray;
}

.sec8_table_mb{
    width: 100%;
    margin-bottom: 30px;
}

.sec8_table_mb table {
    border-bottom: 1px dashed gray;
	border-collapse: collapse;
	width:80%;
	text-align:left;
    margin: 0 auto;
}
.sec8_table_mb th {
	border-top: 1px dashed gray;
    padding: 10px 0;
	width: 100%;
}

.icon_link img{
    width: 20px;
    margin-left: 5px;
    vertical-align: -0.3em;
}




/*--- sec9 -----*/

.outbox_sec9{
    width: 100%;
    margin: 0 auto;
    background-color: #191f61;
    
}

.sec9_title{
    position: relative;
    display: block;
    top: 0px;
    text-align: center;
}

.sec9_title h2{
    color: white;
    font-size: 4em;
}

.sec9_title h1{
    font-size: 8em;
    font-feature-settings: "palt" 1;
    margin-top: -40px;
}

.sec9_title h3{
    color: white;
    font-size: 2.5em;
    padding-top: 30px;
}

.sec9_title p{
    font-size: 1.5em;
    color: white;
    padding: 0 30px;
    text-align: justify;
}

/*--- footer -----*/


.outbox_footer{
    max-width: 100%;
    width: 100vw;
    height: auto;
    background-color: #191f61;
    background-image: url(../img_beihei/beihei_rogo_6kaku_BlueGrade.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 20px;
}

.txt_subtitle_footer{
    font-size: 2em; 
    line-height: 1.3;
    margin-left: 0;
    margin-top: 0px;
    color: white;
}

.txt_subtitle_footer img{
    vertical-align: -0.3em;
    color: white;
    margin-right: 10px;
}

.txt_subtitle_footer a{
    color:white;
    text-decoration: none;
}

.outbox_footer p{
    color: white;
    line-height: 1.7em;
    text-align: justify;
}

.footer_txtbox{
    position: relative;
    margin-top: 0;
}

.footer_txtbox a{
	display: inline-block;
	position: relative;
	color: white;
 	text-decoration: none;
    font-size: small;
    line-height: 1.5rem;
}
.footer_txtbox a:before{
	content: "";
	position: absolute;
	 left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: white;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.footer_txtbox a:hover:before {
	transform: scale(1);
}

.footer_txtbox_vertical{
    position: absolute;
    top:50px;
    right: 50px;
}

.footer_txtbox_vertical ul{
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    font-size: 1.2em; 
    line-height: 2;
    color: white;
      top:0;
      right:0;
  transform:translate(0%, 0%);
}

.icon_sns a{
    font-size: small;
    color: white;
}

.icon_sns img{
    width: 10%;
}

.icon_sns img:hover{
    opacity: 70%;
}

/*------- outbox_orderform -------*/

.outbox_orderform{
    width: 100vw;
    height: 100vh;
    background-image: url(../img_azuma/DSCF7916_1080px.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.outbox_orderform_rogo{
    text-align: left;
    margin-top: 5%;
}

.outbox_thankspage{
    width: 100vw;
    height: 100vh;
    background-image: url(../img_azuma/DSCF7915_1080px.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*------- stab design -------*/

.stab{
    width: 1030px;
	margin: 0 auto;
    margin-top: 50px;
    margin-left: -30px;
}


.qanda_scroll_arrow_up{
	position:fixed;
	text-align: right;
    right: 50px;
	bottom: 0;
	z-index: 300;
	animation: scroll_arrow 1s ease -2s 30 alternate;
}


/*------- fade -------*/
#fade{
    display:none;
}

/*------- fade_in -------*/
.sa {
  opacity: 0;
  transition: all 1s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 70px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

/*------- unidare_main -------*/

.package img:hover{
    animation: kaiten15 2s;
    text-align: center;
}

@keyframes kaiten15 {
0% { transform: rotate(0deg); }
50% { transform: rotate(-15deg); }
100% { transform: rotate(0deg); }
}



/*------- smallrogo -------*/

.smallrogo{
    position: fixed;
    top:20px;
    right:40px;
    z-index: 300;
}

.smallrogo img:hover{
    animation: kaiten3 2s;
}

@keyframes kaiten3 {
0% { transform: rotate(0deg); }
50% { transform: rotate(-7deg); }
100% { transform: rotate(0deg); }
}



/*------- unidare_small -------*/
.unidare_small{
    position: absolute; 
    top: 50px;
    right: 60px;
    z-index: 300;
}
.unidare_small a img {
    width: 120px;
    height: auto;
}



/*-------
.unidare_small a {
display: inline-block;
background: url(../img/unidare_small_on.png) no-repeat;
background-size: cover;
}
.unidare_small a img {
vertical-align: middle;
transition: opacity 0.8s;
}
.unidare_small a:hover img {
opacity: 0;
}
-------*/

/*------- sec_shimokita -------*/
.sec_shimokita{
    position:absolute;
    bottom: 5%;
    right: 0;
}


/* Google icons の調整 */
.material-icons.md-14 {
    font-size: 14px;
}

.material-icons.md-22 {
    font-size: 22px;
    display: inline-flex;
    vertical-align: -0.25em;
    margin-right: 5px;
}

.material-icons.md-38{
    font-size: 38px;
}

.material-icons.md-80{
    font-size: 80px;
}

.material-icons.red {
    color: #b7282e;
}

.material-icons.white{
    color: white;
}

.material-icons.shironezu{
    color: #dcdddd;
}

.material-icons.shironezu:hover{
    color: #ebd842;
}

.material-icons.ginnezu{
    color:  #afafb0;
}

.material-icons.kanariairo{
    color:  #ebd842;
}

.material-icons.kanariairo:hover{
    color:  orangered;
}

.material-icons.orange{
    color: orange;
}

.material-icons.opacity{
    opacity: 0.7;
}






/* ------------------------------------------------------------
   スクロールアロー
   ------------------------------------------------------------ */
.scroll_arrow_down{
	position:absolute;
	text-align: left;
    text-shadow: 0 0 5px white;
    right: 50px;
	bottom: 40px;
	z-index: 300;
	animation: scroll_arrow 1s ease -2s 30 alternate;
}

.scroll_arrow_down :hover{
    color: orangered;
}


.scroll_arrow_up{
	position:absolute;
	text-align: left;
    text-shadow: 0 0 5px white;
    right: 50px;
	bottom: 70px;
	z-index: 300;
	animation: scroll_arrow 1s ease -2s 30 alternate;
}

.scroll_arrow_up :hover{
    color: orangered;
}



/*--- SASAKI DEIGN ---*/
.sasaki_mark{
    position:fixed;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: 10px;
}

.sasaki_mark a{
    display: block;
    color: darkgray;
    font-size: x-small;
    font-weight: 500;
}

.sasaki_mark a:hover{
    opacity: 0.5;
}


.mb_move{
    width: 100%;
    margin: 0 auto;
}

.mb_move a{
    height: 50px;
    display: block;
    color: darkorange;
    margin: 30px;
    text-align: center;
}




/*--- 2019 add ---*/

.txtbox_padding_top_10px{
    padding: 20px 0;
}

.txtbox_padding_top_40px{
    padding-top: 40px;
}

.txtbox_padding_top_60px{
    padding-top: 60px;
}

.txtbox_margin_top_20{
    margin-top: 25vh;
}

.txtbox_margin_top_page6{
    margin-top: 50vh;
}

.txtbox_margin_top_40{
    margin-top: 50vh;
}

.margin_top_50vh{
    margin-top: 50vh;
}


.txt_subtitle_sec01_h1{
    font-size: 2em; 
    line-height: 1.3;
    margin-left: 0;
    margin-left: -15px;
}

.txt_subtitle_h2{
    font-size: 1.5em; 
    line-height: 1.3;
    margin-left: 0;
}


/*---------------------------------
   table

.example table {
width: 100%;
height: auto;
border-top: 1px #000000 solid;
border-collapse: collapse;
font-size: small;
}

.example td {
border-bottom: 1px #000000 solid;
background-color: #fff;
padding: 5px;
}

.example th {
border-bottom: 1px #000 solid;
background-color: #924998;
padding: 5px;
    color: white;
}

caption{
    margin-bottom: 5px;
    text-align: left;
}

/* 行内の唯一の見出しだったら幅を指定する
.example th:first-of-type:last-of-type {
	width: 80px;
}

.example a:hover{
    color: royalblue;
    border-bottom: solid 1px royalblue;
}

.example table img{
    vertical-align: -0.4em;
}

------------------------------*/

/*---------------------------------
   order_form page
------------------------------*/

#formWrap {
	width:60%;
	margin:0 auto;
	color:white;
	line-height:120%;
	font-size:90%;
    z-index: 100;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid white;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
/* 行内の唯一の見出しだったら幅を指定する */
.formTable th:first-of-type:last-of-type {
	width: 120px;
}